/************************/
/* Configurações Gerais */
/************************/
* {
	margin: 0;
	padding: 0;
}

body  {
	background: #e9eef4 url(../imagens/bgHome.gif) repeat-x top;
	font: 12px verdana, arial, helvetica, sans-serif;
	color: #606060;
}

html { /* Obriga a exibição da barra de rolagem vertical no Mozilla/IE */
	 overflow-y: scroll;
 	 overflow-x: auto;
}

#principal {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(../imagens/bgPrincipal.gif) no-repeat top left;
}

H1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #647093;
	background: url(../imagens/bgH1.gif) repeat-x bottom left;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.memoria {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #606060;
	background: url(../imagens/bgH1memoria.gif) repeat-x bottom left;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.destaqueTitulos {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #647093;
	background: url(../imagens/bgH1destaques.gif) repeat-x bottom left;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.subtitulos_conteudo {
	font-size: 14px;
	font-weight: bold;
	color: #647093;
}

H2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3c5c97;
	margin-bottom: 5px;
}

H3 {
	font-size: 13px;
	/*text-transform: uppercase;
	text-decoration: underline;*/
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}

H4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

H5 {
	font-size: 12px;
	text-decoration: none;
	color: #00645a;
	font-weight: bold;
}

H6 {
	font-size: 12px;
	color: #00645a;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}


.clear {
	clear: both;
}

a {
	color: #3e6aa7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.linkFake {
	color: #3e6aa7;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: justify;
}

ul.lista {
	margin: 0 0 10px 30px;
	list-style: url(../imagens/lista.gif);
}

ul.decimal {
	margin: 0 0 10px 30px;
	list-style-type: decimal;
}

ul.alfa {
	margin: 0 0 10px 30px;
	list-style-type: lower-alpha;
}

ul.roman {
	margin: 0 0 10px 30px;
	list-style-type: lower-roman;
}

span {
	display: block;
	margin-bottom: 5px;
}

span.legendaFoto {font-size: 10px;}

table {width: 100%;	vertical-align: text-top; font-size: 11px;}
table td {vertical-align: top; padding: 0 5px 10px 0;}
.tableCabecalho {color: #3e6aa7; font-weight: bold; background-color: #CCC; line-height: 20px;}
.tableCabecalho td {padding: 5px;}

/**********************************/
/* Configurações da área de Dados */
/**********************************/

/* título das páginas */
#tituloPaginas {
	width: 628px;
	font: bold 14px verdana, arial, helvetica, sans-serif;
	color: #fff;
	padding: 8px 0 0 172px;
}

/* menu principal */
#menuPrincipal {
	width: 155px;
	min-height: 400px;
	float: left;
	padding-top: 220px; /*eliminar essa linha ao colocar o novo menu*/
	padding-left: 5px;
}

#bannersAbaixoMP {
	padding-top: 20px;
	align: center;
}

* html #menuPrincipal { /* hack para IE6 */
	height: 400px;
}

.linksPrincipais {
	width: 155px;
}

.linksPrincipais ul {	
	list-style: none;
}	

.linksPrincipais li {
	margin-bottom: 1px;
	line-height: 18px;
}

.linksPrincipais li a {
	font-weight: normal;
	color: #003468;
	display: block;
	padding: 4px 0 4px 2px;
	background: #e9eef4;
	border-left: 7px solid #6c7d9f;
	text-decoration: none;
}	
	
.linksPrincipais li a:hover {
	color: #fff;
	background: #6c7d9f;
	text-decoration: none;
}

.linksInternos {
	width: 155px;
	margin: 4px 0 10px 0;
}

.linksInternos ul {	
	list-style: none;
}	

.linksInternos li {
	margin-bottom: 1px;
}

.linksInternos li a {
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 6px 0 6px 2px;
	background: #516181;
	border-left: 7px solid #7d8caa;
	text-decoration: none;
}	
	
.linksInternos li a:hover {
	color: #fff;
	background: #7d8caa;
	text-decoration: none;
}

/* área central - dados */
#central {
	width: 667px;
	margin: 53px 0 13px 0;
	padding: 0 12px;
	float: left;
}

.destaquePrincipal {
	width: 667px;
	margin-bottom: 10px;
}

.destaquePrincipal img {
	border: 1px solid #c5d1e2;
	margin: 0 5px 5px 0;
}

.destaquePrincipal .tituloDestaquePrincipal {
	font: bold 15px verdana, arial, helvetica, sans-serif;
	color: #af0014;
}

.destaquePrincipal a {
	font-weight: normal;
}

#destaquePrincipalImgInterno {
	width: 405px;
	float: left; 
	margin: 2px 10px 5px 0; 
}

#destaquePrincipalImgInterno img {
	border: 1px solid #c5d1e2;
}

#destaquePrincipalImgInterno span {
	color: #3c5c97;
}

#maisDestaquePrincipal {
	width: 667px;
	margin-bottom: 10px;
	border-top: 1px solid #999;
}
.esquerdaMDP {
	width: 326px;
	float: left;
	padding-right: 7px;
}
.direitaMDP {
	width: 326px;
	float: right;
	padding-left: 7px;
}
.esquerdaMDP a, .direitaMDP a, #noticias a, #cursos a, #memoria a, #midia a{
	font-size: 12px;
}

/* caixas de destaques */
#destaquesEsquerda {
	width: 218px;
	float: left;
}

#destaquesDireita {
	width: 218px;
	float: right;
}

.resumoDestaques {
	color: #606060;
	font-style: italic;
}

#noticias a, #cursos a, #memoria a, #destaques a, #ultimosRelatorios a, #midia a {
	font-weight: normal;
	color: #606060;
}

#noticias, #cursos, #memoria, #destaques, #ultimosRelatorios, #midia {
	width: 208px;
	padding: 13px 5px 5px 5px;
}

#noticias .tituloNoticias, #cursos .tituloCursos, #midia .tituloMidia, #memoria .tituloMemoria, #destaques .tituloDestaques, #ultimosRelatorios .tituloUltimosRelatorios {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#noticias, #memoria, #destaques, #cursos, #ultimosRelatorios, #midia {
	margin: 0 0 10px 0;
}

#noticias {
	background: url(../imagens/bgNoticias.gif) repeat-x top;
}

#noticias .tituloNoticias {
	color: #506b4f;
}

#cursos {
	background: url(../imagens/bgCursos.gif) repeat-x top;
}

#midia {
	background: url(../imagens/bgMidia.gif) repeat-x top;
}

#midia .tituloMidia {
	color: #3e99aa;
}


#cursos .tituloCursos {
	color: #ae3908;
}

#memoria {
	background: url(../imagens/bgMemoria.gif) repeat-x top;
}

#memoria .tituloMemoria {
	color: #5e5e5e;
}

#destaques {
	background: url(../imagens/bgDestaques.gif) repeat-x top;
}

#destaques .tituloDestaques {
	color: #647093;
}

#ultimosRelatorios {
	background: url(../imagens/bgUltimosRelatorios.gif) repeat-x top;
}

#ultimosRelatorios .tituloUltimosRelatorios {
	color: #6f7132;
}

/* banners principais */
#banners4 {
	width: 645px;
	background: #f0f0f0;
	border: 1px solid #0066a8;
	margin-bottom: 10px;
	padding: 10px;
}

.individual {
	width: 130px;
	float: left;
	text-align: center;
}

.individual a {
	font-weight: normal;
}

/* banners sendo exibidos com imagens e texto-link */
#banners {
	width: 148px;
	float: right;
	border-left: 1px solid #99aac9;
	margin: 50px 0 10px 0;
	text-align: center;
}

#banners ul {	
	list-style: none;
}	

#banners li {
	margin: 15px 0 10px 0; /* espaço entre os itens */
}

#banners li a {
	font-size: 10px;
	font-weight: normal;
	display: block;
}	
	
#banners li a:hover {
	text-decoration: none;
}

/* banners principais sendo exibidos sem imagens, apenas texto-link em caixas */
#banners .bannerBoxes {
	width: 144px;
	margin: 10px 0;
}

#banners .bannerBoxes ul {
	list-style: none;
}	

#banners .bannerBoxes li {
	margin: 0 0 5px 2px;
}

#banners .bannerBoxes li a {
	font-weight: normal;
	display: block;
	padding: 6px 0 6px 3px;
	background: #ededed;
	text-align: left;
}

#banners .bannerBoxes li a:hover {
	text-decoration: underline;
}

/* área de exibição de conteúdo (sem banners do lado direito) */
#dadosSemMenu {
	width: 815px;
	margin: 58px 0 0 0;
	vertical-align: top;
	padding: 0 12px;
	float: left;
}

#icoDados {
	padding: 25px 0;
}

#alc_aviso {
	width: 550px;
	background: #e9eef4;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #6c7d9f;
}

/* notícias */
.link_noticias { 
	font-weight: bold;
	color: #3e6aa7;
	text-decoration: underline;
	text-transform: uppercase;
}

.link_maisnoticias {
	font-style: italic;
	font-weight: bold;
	color: #3e6aa7;
	text-decoration: none;
}


/***************************/
/* Configurações do Rodapé */
/***************************/

#rodape {
	width: 1000px;
	height: 88px;
	background: #e9eef4 url(../imagens/bgRodape.gif) repeat-x top;
}

.rodapeCopyright {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	float: right;
	padding: 2px 6px;
}

.rodapeEndereco {
	font-size: 9px;
	color: #6c8db8;
	padding-bottom: 6px;
	text-align: right;
}
