@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#91be69;
	}
	
div#geral{
	margin:0 auto;
	width:800px;
	background-color:#f1f8ea;
	}	
	
div#topo{
	width:800px;
	height:140px;
	clear:both;
	}
	
div#menu{
	width:770px;
	height:35px;
	clear:both;
	background-color:#003366;
	margin-left:15px;
	}		
	
	
div#topflash{
	width:770px;
	height:180px;
	clear:both;
	margin-left:15px;
	margin-top:1px;
	}	
	
div#conteudos{
	width:770px;
	margin-left:15px;
	clear:both;
	background-color:#FFFFFF;
	border-top:#4c82b8 4px solid;
	border-bottom:#CCCCCC 1px solid;
	background-image:url(imagens/fundoConteudos.jpg);
	background-repeat:repeat-y;
	display:table;

	}
	
	
div#centro{
	width:600px;
	float:left;
	background-color:#FFFFFF;

	}
	
div#direita{
	width:170px;
	float:left;
	background-color:#9ebcd9;
	}	
	

div#newsletter{
	width:170px;
	height:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:#4c82b8 1px solid;
	}	

div#newsletter1{
	width:160px;
	height:28px;
	background-color:#003366;
	color:#ffffff;
	line-height:25px;
	font-size:10px;
	font-weight:bold;
	padding-left:10px;
	letter-spacing:1px;
	}
	
div#newsletter2{
	width:160px;
	height:50px;
	background-color:#9ebcd9;
	padding:5px;
	color:#003366;
	font-weight:bold;
	}	

.caixas{
	width:150px;
	height:14px;
	border:#4c82b8 1px solid;
	font-size:10px;
	margin-top:2px;
	}
.botao{
	width:60px;
	height:20px;
	background-color:#4c82b8;	
	border:#333333 0px solid;
	color:#ffffff;
	font-size:10px;
	margin-top:4px;
	}
		
		
	
	
div#rodape{
	width:800px;
	height:50px;
	clear:both;
	border-bottom:#91be69 50px solid;
	font-size:10px;
	color:#666666;
	}
	
div#rodape1{
	width:610px;
	padding-left:20px;
	padding-top:15px;
	float:left;
	}
	
div#rodape2{
	float:left;
	padding-top:15px;
	}	
	
div#rodape2 a{
	color:#666666;
	text-decoration:none;
	}
div#rodape2 a:hover{
	color:#CCCCCC;
	}		
