/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-image:url(imagens/fundo.jpg);
	background-repeat:repeat-x;
	background-color:#f8f4ef;
	}
	
div#geral{
	width:800px;
	margin:0 auto;
	}
		
	
div#topo{
	width:800px;
	height:80px;
	clear:both;
	}		
	
div#menu{
	width:800px;
	height:30px;
	clear:both;
	margin-top:5px;
	}	
	
div#slides{
	width:800px;
	height:140px;
	clear:both;
	margin-top:5px;
	}	
	

div#conteudos{
	width:800px;
	height:100%;
	clear:both;
	border-top:#f1024b 4px solid;
	background-color:#FFFFFF;
	margin-top:1px;
	background-image:url(imagens/fundoConteudos.jpg);
	background-repeat:repeat-y;
	}	
	
	
/* Bug Float/Dislpay:Table do Firefox */	
div#conteudos:after{ 
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	}		
	
div#centro{
	width:620px;
	float:left;
	background-color:#FFFFFF;
	}
	
div#colunadireita{
	width:180px;
	float:left;
	}	
	
	
	
div#pesquisa{
	width:180px;
	}
div#pesquisa1{
	width:170px;
	height:25px;
	background-image:url(imagens/pesquisa.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	padding-left:10px;
	}		
	
div#pesquisa2{
	width:180px;
	margin-top:5px;
	}	
	
form{
	padding:0px;
	margin:0px;
	}
	
.botaopesquisar{
	width:80px;
	height:20px;
	background-color:#d9c7b3;	
	border:#afafaf 0px solid;
	color:#ffffff;
	font-size:10px;
	margin-top:4px;
	margin-left:5px;
	}
		
.caixaspesquisa{
	width:135px;
	height:16px;
	border:#d9c7b3 1px solid;
	font-size:11px;
	margin-left:5px;
	margin-top:1px;
	color:#666666;
	}	
	
	
div#newsletter{
	width:180px;
	margin-top:15px;
	}
	
div#newsletter1{
	width:170px;
	height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:24px;
	padding-left:10px;
	background-color:#d6004c;
	}		
	
	
.caixas{
	width:125px;
	height:14px;
	border:#d9c7b3 1px solid;
	font-size:10px;
	margin-left:5px;
	margin-top:4px;
	}
	
.botao{
	width:25px;
	height:20px;
	background-color:#d9c7b3;	
	border:#afafaf 0px solid;
	color:#ffffff;
	font-size:10px;
	margin-top:4px;
	margin-left:5px;
	}					
	


div#contacts{
	width:180px;
	margin-top:15px;
	}
	
div#contacts1{
	width:170px;
	height:25px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	line-height:24px;
	padding-left:10px;
	background-color:#d6004c;
	}
	
div#contacts2{
	font-size:11px;
	padding:5px;
	line-height:16px;
	}		
	
	

.filtros{
	width:180px;
	margin-top:15px;
	}	
	
.filtros1{
	width:170px;
	height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:24px;
	padding-left:10px;
	background-color:#d6004c;
	}		
	
.filtros2{
	margin-left:5px;
}
.filtros2 a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	}
.filtros a:hover{
	color:#d6004c;
	}	
			
			
			
div#palavraschave{
	font-size:1px;
	visibility:hidden;
	}			
	

div#rodape{
	width:800px;
	height:30px;
	clear:both;
	border-top:#f1024b 2px solid;
	line-height:20px;
	color:#ac9688;
	margin-top:5px;
	}	
	
div#rodape1{
	width:390px;
	float:left;
	padding-left:10px;
	}	
	
div#rodape2{
	width:390px;
	float:left;
	text-align:right;
	}		

div#rodape a{
	text-decoration:none;
	color:#ac9688;
	}

div#rodape a:hover{
	color:#f1024b;
	}	