html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-attachment: fixed;
	background-color: #2F62CF;
	background-image: url(imagens/back_gradiente.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
hr {
	border: 0;
	height: 1px;
	color: #EEEEEE;
	background-color: #EEEEEE;
}
body, td, th, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-image: url(imagens/back_container.jpg);
	background-position: 50% 0px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-color: #FFFFFF;
	margin: 0 auto -61px;
}
#container_admin {
	margin-left: auto;
	margin-right: auto;
	display:table;
	width: 780px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-color: #FFFFFF;
	margin-top: 0;
}
#header {
	background-image: url(imagens/back_topo.jpg);
	background-repeat: repeat-x;
	height: 113px;
	width: 780px;
	background-color: #FDF070;
	background-position: top;
}
#space {
	height: 5px;
	width: 780px;
	background-color: #090c74;
	display:block;
}
#left {
	width: 207px;
	float: left;
	padding-top: 10px;
}
#content {
	width: 550px;
	float: right;
	height: 100%;
	background-color: #FFFFFF;
	padding: 10px;
	position:relative;
}
#content_admin {
	width: 95%;
	background-color: #FFFFFF;
	padding: 10px;
	height: 100%;
}
#inicio {
	width: 362px;
	padding-left: 10px;
	height: 100%;
	float: left;
	text-align: justify;
}
.titulos {
	background-image: url(imagens/back_titulos.jpg);
	background-repeat: no-repeat;
	width: 350px;
	padding-left: 10px;
	height: 24px;
	padding-top: 5px;
	font-weight: bold;
	color: #003399;
	margin-left: -10px;
}
#banners {
	float: right;
	width: 165px;
	padding-left: 10px;
	text-align: center;
}

#footer {
	margin: 0 auto;
	width: 780px;
	background: #CCC url(imagens/back_base.jpg);
	height: 61px;
	line-height: 15px;
}
img.rodape {
	float: left;
	margin-right: 15px;
}
#logo {
	background-image: url(imagens/back_topo_imagem.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 108px;
	padding-left: 8px;
	position:relative;
}
#logo #menu_topo {
	position: absolute;
	width: 540px;
	top: 87px;
	height: 21px;
	right: 0px;
}
#logo #img_topo {
	position: absolute;
	width: 300px;
	top: -70px;
	height: 21px;
	right: 0px;
}
.clear {
	clear: both;
}
.menu {
	width: 100%;
	padding: 0px 0.5em;
	padding: 0;
	height: 21px;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li {
	width: 84px;	
	text-align: center;
	float: left;
	margin-right: 2px;
}
.menu a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 12px;
	color: #0d45a2;
	font-weight: bold;
	background: url(imagens/menu_off-trans.png);	
	height: 18px;
	margin-right: 2px;
	padding-top: 3px;
}
.menu a:hover {
	cursor:pointer;
	color: #FFFFFF;
	background-image: url(imagens/menu_on-trans.png);
	background-repeat: repeat-x;
}
.basic  {
	width: 100%;
}
.basic a.head {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	color: #0d45a2;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(imagens/back_gradiente_off.jpg);
}
.basic a.head:hover {
	cursor:pointer;
	color: #FFFFFF;
	background-image: url(imagens/back_menu_cursos.gif);
}
.basic a.selected {
	color: #FFFFFF;
	background-image: url(imagens/back_menu_cursos.gif);
}
.basic div {
	background-color: #FFFFFF;
}
.basic p {
	border: none;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#interno {
	float: left;
	width: 98%;
	padding-left: 10px;
	margin: 0 auto 61px;
	text-align: justify;
}
#noticia_titulo {
	margin-bottom: 6px;
	line-height: 12px;
}
#noticia_imagem {
	float: left;
	width: 80px;
}
#noticia_texto {
	float: right;
	width: 270px;
}
#noticia_imagem_interna {
	float: right;
	padding-left:10px;
	text-align: center;
}
.titulo_p {
	font-size: 10px;
}
.titulo_mv {
	color: #11389F;
	font-size: 16px;
	font-weight: bold;
}
.titulo_m {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.titulo_g {
	color: #11389F;
	font-size: 18px;
	text-decoration: none;
}.titulo_m a {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.titulo_g a {
	color: #11389F;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0d45a2;
	font-weight: bold;
}
a:hover {
	color:#0d45a2;
}
.pontilhado {
	background-image: url(imagens/pontilhado.gif);
	background-repeat: repeat-x;
	height: 16px;
	clear:both;
}
