/*.... ZERANDO ESPAÇOS ....*/
/***********************************************************/
body, h1, h2, h3, h4, form, fieldset {
	margin:0;
	padding:0;
}

/*.... ESTRUTURA ....*/
/***********************************************************/
body {
	font-family:"Trebuchet MS", Arial;
	font-size:11px;
	color:#fff;
	width:770px;
	margin:0 auto;
	background:#002e56;
}
#layout {
	float:left;
	background:#002e56 url(../imagens/background.jpg) repeat-x;
}

/*.... TOPO ....*/
/***********************************************************/
.topo {
	float:left;
	width:100%;
	height:125px;
	background:url(../imagens/bg_topo.gif) no-repeat;
}
.topo .logo {
	width:226px;
	height:43px;
	display:block;
	float:left;
	text-indent:-9999px;
	background:url(../imagens/logotipo.gif) no-repeat bottom;
	margin-left:22px;
	margin-top:33px;
}
* html .topo .logo {
	margin-left:11px;
}
.topo .navegacao {
	float:left;
	width:437px;
	height:27px;
	margin-left:17px;
	margin-top:32px;
}



.topo .areaRestrita, .topo .busca {
	float:left;
	margin-left:14px;
	margin-top:37px;
	width:335px;
}
.topo .busca {
	width:120px;
}
/*.topo .areaRestrita h4 {
	float:left;
	display:block;
	width:119px;
	height:21px;
	text-indent:-9999px;
	background:url(../imagens/area_restrita.gif) no-repeat;
}*/
.topo .areaRestrita h4 {
	float:left;
	display:block;
	width:220px;
	height:21px;
	text-indent:-99999px;
	background:url(../imagens/area_restrita2.gif) no-repeat;
}
.topo .areaRestrita h4 a {
	width:220px;
	height:21px;
	display:block;
	text-indent:-99999px;
}
.topo .areaRestrita fieldset, .topo .busca fieldset {
	border:0;
}
.topo .areaRestrita input, .topo .busca input {
	width:70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #c69d02;
	padding:3px 2px;
	float:left;
	margin-right:5px;
	color:#003057;
}
.topo .busca input {
	width:80px;
}
.topo .areaRestrita input.botao, .topo .busca input.botao {
	width:auto;
	border:0;
	padding:0;
	margin-right:0;
	float:left;
}
.topo .areaRestrita span a {
	text-indent:0;
	width:auto;
	display:block;
	float:left;
	padding-left:23px;
	padding-top:2px;
	margin:0;
	height:auto;
	color:#014a81;
	text-decoration:none;
	background:url(../imagens/seta_area.gif) no-repeat;
}
.topo .areaRestrita span a:hover {
	text-decoration:underline;
}
.container {
	float:left;
	background:url(../imagens/bg_coluna.gif) repeat-y;
}

/*.... ESTRUTURA CONTEÚDO ....*/
/***********************************************************/
.main {
	float:left;
	background:url(../imagens/bg_rodape.gif) no-repeat bottom left;
}
.mais_noticias {
	/*height:750px;*/
	width:248px;
	min-height:410px;
	float:left;
	background:url(../imagens/bg_coluna_gradiente.gif) no-repeat;
}
* html .mais_noticias {height:425px}

.conteudo {
	float:left;
	width:522px;
}

/*.... DESTAQUES NOTÍCIAS ....*/
/***********************************************************/
.destaque_noticias h4 {
	width:85px;
	height:18px;
	margin-left:29px;
	margin-bottom:7px;
	text-indent:-9999px;
	background:url(../imagens/titulos/noticias.gif) no-repeat;
}
.destaque_noticias a {
	display:block;
	background:url(../imagens/pontilhado_noticias.gif) repeat-x bottom left;
	color:#fff;
	text-decoration:none;
	width:180px;
	margin-left:33px;
	margin-bottom:10px;
	/*padding:0 5px 5px 5px;*/
	padding-bottom:5px;
	line-height:14px;
}
.destaque_noticias a:hover {
	text-decoration:underline;
}
.destaque_noticias a span, .destaque_noticias a h2 {
	color:#f2ca31;
}
.destaque_noticias a span {
	margin-bottom:2px;
	display:block;
	color:#fff;
}
.destaque_noticias a h2 {
	font-size:12px;
	font-weight:normal;
}


.paginacaoLateral {
	width:180px;
	margin-left:33px;
	text-align:center;
	display:block;
}
.paginacaoLateral a {
	margin:0;
	display:inline;
	background:none
}
.paginacaoLateral span {
	color:#f2ca31
}



/*.... RODAPÉ ....*/
/***********************************************************/
.rodape {
	padding-top:10px;
	height:53px;
	clear:both;
}
.rodape ul {
	margin:12px 0 0 55px;
	padding:0;
	list-style:none;
	width:165px;
	height:30px;
	float:left;
	background:url(../imagens/bg_submenu.gif) no-repeat;
}
* html .rodape ul {
	margin-left:28px;
}
.rodape li {
	float:left;
}
.rodape a {
	color:#fff;
	float:left;
	display:block;
	margin-top:7px;
	padding-left:16px;
	text-decoration:none;
	margin-left:10px;
	background:url(../imagens/seta_rodape.gif) no-repeat center left;
}
* html .rodape a {
	margin-left:5px;
}
.rodape a:hover {
	text-decoration:underline;
}
.rodape span {
	display:block;
	float:left;
	color:#f2ca31;
	width:510px;
	margin-top:10px;
	margin-left:20px;
	text-align:right;
}


.resultadoBusca {
	margin-top:15px;
	margin-left:10px;
}

.paginacao {
	text-align:center;
	color:#F2CA31;
	/*background:#FF3333;*/
}
.paginacao a {
	text-decoration:none;
	/*color:#014a81;*/
	color:#fff;
}
.paginacao a:hover {
	text-decoration:underline;
}