/*
CSS DA PRINCIPAL DE SENADOR POMPEU
==================================
QUANDO FOR MECHER NESTA FOLHA DE ESTILO, IR VERIFICANDO OS ID'S DAS DIVS PARA TER CERTEZA DE QUE A DIV CORRETA ESTÁ SENDO MODIFICADA
==================================
OS ESTILOS DE TEXTO ESTÃO EM UMA FOLHA SEPARADA

OBSERVAÇÕES:

*A PROPRIEDADE MARGIN, CASO UTILIZADA EM UM DIV COM FLOAT, TEM SEU VALOR DUPLICADO NO INTERNET EXPLORER ANTIGO
*CASO UMA COR DE FUNDO NÃO APAREÇA CORRETAMENTE NO FIREFOX, VOCÊ DEVE ADICIONAR A DIV "LIMPA" DEPOIS DESSA DIV QUE O FUNDO NÃO APARECE

*/

/* layout para todas as paginas internas */
BODY {
	margin-top: 0px;
	PADDING: 0px;
	MARGIN: 0px;
	font-family: Verdana;
	font: 85% Arial, Helvetica, sans-serif;
	border:0;
	background-color: #001C37;
	text-align:left;
}
*{
border:0;
}

/*--layout--*/
/*caixas arredondas da principal*/
.box{
	width:417px;
	background: url(/img/bg-tile.gif) repeat-y;
	margin: 0;
	padding-right: 0px;
	float: left;
}
.box .categoria{
	background: url(/img/top-left.gif) no-repeat left top;
/*	padding: 20px 10px 0 10px;*/
	padding-top: 20px;
	margin: 0;
}
.box .last{
	background: url(/img/bottom-left.gif) no-repeat left bottom;
	padding-bottom:20px;
	margin: 0;
	height: 1px;
}
.box .categoria, .box p{
padding-left: 20px;
padding-right:20px;
}
/* fim caixas*/

/*BUSCA NO TOPO DO SITE*/
#busca {
	position: relative;
	width:120px;
	height:20px;
	left: 50%;
	margin: 0 50% 0 -393px;
	bottom:0;
	/*padding:0px;*/
	text-align: left;
	z-index:auto;
	overflow:visible;
	top: 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-color:#FFFFFF
	
}
#buscaDegrade {
	width:786px;
	height:24px;
	float:left;
	background-image: url(../images/degrade3.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-bottom-color: #FFFFFF;
}
#buscaCaixa {
	width:auto;
	float:right;
	padding: 2px 5px 0px 0px;
	height: 18px;
	line-height: 18px;
}
#buscaBotao{
	width:25px;
	float:right;
	padding: 2px 5px 0px 0px;
	line-height: 24px;
	height: 18px;
}
/*FIM DA BUSCA*/

/* CABEÇALHO DO SITE */
#cabecalho {
	position: relative;
	width:786px;
	left: 50%;
	margin: 0 50% 0 -393px;
	bottom:0;
	/*padding:0px;*/
	text-align: left;
	z-index:auto;
	overflow:visible;
	top: 0;
	position: relative;
	background-color: #FFFFFF;

}
#topoBox{
	width:786px;
	background-color: #FFFFFF;
	height: 107px;
}
#topoLogo{
	width:180px;
	float:left;
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	height: 118px;
}
#topoFotos{
	width:auto;
	float:left;
	background-color: #FFFFFF;
	height: 138px;
	padding: 0px 0px 0px 14px;
}

#foto {
	float: left;
	width: 173px;
	padding: 0 10px 10px 0;
	background-color: #FFFFFF;
}
#legendaFoto     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D34343;
	width: 152px;
	padding: 0 10px 20px 0;
}
#topoBrasao{
	width:62px;
	float:left;
	padding: 40px 0px 16px 10px;
	background-color: #FFFFFF;
	height: 82px;
}
/*FIM CABEÇALHO DO SITE */

/*CONTAINER DOS ELEMENTOS PRINCIPAIS*/
#container {
	position: relative;
	width:786px;
	left: 50%;
	border: 0px solid #000000;
	bottom:0;
	top: 0;
	text-align: left;
	z-index:auto;
	overflow:visible;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: 50%;
	margin-bottom: 0;
	margin-left: -393px;
	padding-top: 0px; /*mudei para 0 para o da mulher. Trocar para 16px depois disto*/
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*COLUNA ESQUERDA, IGUAL TANTO NA PRINCIPAL QUANTO NA INTERNA, POR ISSO O CSS ABAIXO DEVE ESTAR IGUAL EM AMBAS FOLHAS DE ESTILO*/
#esquerda {
	width:155px;
	float:left;
	background-color:#FFFFFF;
	padding: 5px 5px;
	}
#esquerdaMenu {
	width:155px;
	background-color: #FFFFFF;
	}	
#esquerdaBaixo {
	width:174px;
	padding: 10px 0px 0px 6px;
	overflow: hidden;
	background-color: #D73702;
	}		
/*FIM DA COLUNA ESQUERDA*/


/*COLUNA DIREITA*/
#direita{
	width:171px;
	float:left;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	}
	
#dirAll{
	width:161px;
	float:left;
	padding:0px 0px 10px 10px;
	background-color: #FFFFFF;
	border-bottom-color: #526E9E;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	}	
#dirBanner{
	width:165px;
	float:left;
	padding:5px 0 10px 5px;
	background-color: #FFFFFF;
}

/*CSS DOS BOTÕES NA DIREITA DA PRINCIPAL*/
/*caixa do link*/
#dirCaixa {
	width:150px;
	float:left;
	padding:0px 0px 0px 0px;
}
#dirCima {
	width:150px;
	height: 10px;
}
#dirMeio {
	width: 150px;
	height: 18px;
}

/*canto arredondado e degrade*/
#dirItem{
	width:195px;
	height: 58px;
}
#dirTexto{
	float:left;
	width:138px;
	background-image: url(../images/degrade5.jpg);
	background-repeat: repeat-y;
	background-position: rigth;
	padding: 0px 0px 0px 10px;
	height: 18px;
	line-height: 18px;
}
#dirRound{float:left;}
/*FIM canto arredondado e degrade*/

#dirBaixo {
	width:132px;
	padding: 3px 0px 0px 10px;
}
#dirIcone {
	width:42px;
	float:left;
	padding:0px 0px 0px 0px;
	background-color: #FFFFFF;
}		
/*FIM DOS ITENS DA DIREITA*/

/*CADASTRO*/
#cadastro{
	width:171px;
	float:left;
	padding:0px 0px 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	display: block;
	}
#cadBox {
	width:185px;
	padding: 10px 0px 3px 10px;
}
/*----*/
#cadTitulo{
	width:120px;
	padding: 0px 0px 8px 0px;
}
#cadNome{
	width:120px;
	padding: 0px 0px 4px 0px;
}
#cadIcone{
	width:42px;
	float:right;
	padding: 0px 4px 3px 0px;
}
/*----*/
#cadForm1{
	width:92%;
	padding: 0px 0px 4px 0;
	float: left;
	text-align: center;
}	
#cadForm2{
	width:185px;
	padding: 4px 0px 5px 0px;
}
#cadForm3{
	width:85%;
	float:left;
	padding: 4px 10px;
	text-align: center;
}
/*FIM CADASTRO*/

/*CSS PARA A DIV CENTRAL, DE CIMA PRA BAIXO*/
#central{
	width:440px;
	float:left;
	margin:0;
	/*display:inline;*/
	background-color:#FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	}
#centroCategoria{
	width:370px;
}
#centroTitulo{
	width:362px;
	padding: 5px 8px 5px 0px;
}
#centroTexto{
	width:362px;
	padding: 0px 8px 0px 0px;
}
/*foto da principal*/
#centroHolder {
	width:173px;
	float:left;
	padding:0px 10px 0px 0px;
}	
#centroFoto {
	width:173px;
}	
#centroLegenda {
	width:173px;
}
/*fim da foto*/
#centroCategoria2{
	width:370px;
	float:left;
	padding: 15px 0px 0px 0px;
}
#centroAnteriores{width:auto; float:left;}
#centroTrilho{
	width:auto;
	float:left;
	padding: 0px 0px 0px 10px;
}
#centroLinks{
	width:370px;
	padding: 10px 0px 5px 0px;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#centroCaixa{
	width:370px;
	float:left;
	padding: 15px 0px 2px 0px;
}
#centroBanner{
	width:auto;
	float:left;
	padding: 5px 0px 2px 0px;
	letter-spacing: 10px;
}
/*FIM DO CSS DA PARTE CENTRAL*/	


/*BOX RETANGULAR COM DEGRADÊ VERMELHO E COM A DATA*/
#categoriaBox {
	float:right;
	width:590px;
	background:url(../images/degrade2.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#FFFFFF;
	height: 20px;
	overflow: hidden;
}
#categoriaDegrade {
	padding: 0px 0px 0px 203px;
	display:inline;
	/*margin: 2px 0px 0px 0px;*/
	width:567px;
	height:18px;
}
#categoriaNome {
	float:right;
	padding:0px 10px 0px 0px;
	height: 20px;
	line-height: 20px;
}
/*FIM DESSE BOX*/

/*RODAPÉ*/
#rodape {
	position: relative;
	width:786px;
	display:block;
	left: 0;
	margin: 0 50% 0 -393px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #4E6172;
	background-image: url(../img/rodape.jpg);
	height: 87px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:auto;
	overflow:visible;
	background-color: #FFFFFF;
	top: 0;


}
#rodaBox{
	width:786px;
	display:block;
	background-color: #FFFFFF;
	padding:10px 0px 0px 13px;
	border-top:#CC3300 2px solid;
	float: left;
	height: 83px;
}

#rodape1 {
	height: 77px;
	width: 520px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	float: left;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
}
#rodape2 {
	height: 30px;
	width: 200px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #FFFFFF;
	float: left;
	font-family: verdana;
	font-size: 10px;
	padding-left: 0px;
}
#container #central .box .categoria .titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	line-height: normal;
}


/*FIM DO RODAPÉ*/

 
#limpa{clear:both;}

HTML > BODY #rodape {MARGIN-BOTTOM:0px}
#container #central .box .categoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	font-weight: bold;
	color: #82A9E9;
}
#container #central .box .categoria .leitura {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	line-height: normal;
}
#container #central .box .categoria #resumo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}
#rodape2 a {
	color: #FFFFFF;
}
#rodape1 a {
	color: #FFFFFF;
}
