@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
	text-align: center;
	font-size: 11px;
	background-image:url(imagens/fundo.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form { /* configuro a posição de todos os form do site */
	width: auto;
	float: left;
}

/* //////////// Aqui configuro a cor de todos os Links do site////////////////////////*/	
a {
	text-decoration: none;
	color: #305601;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
/*///////////////////////END//////////////////////////////////////////*/



/*////////////////////// Aqui começamos/////////////////////////////*/
#background_topo {
	height: 171px;
	width: auto;
	background-image:url(imagens/background_topo.gif);
	text-align: center;
	background-repeat:repeat-x;
}

#topo {
	width: 840px;
	height: 171px;
	margin: auto;
	float: none;
}


.topo_sup {
	width:838px;
	height: 142px;
	float: left;
	background-image:url(imagens/background_topo_sup.jpg);
	
}

.topo_inf {
	width:838px;
	height: 29px;
	float: left;
	background-image: url(imagens/background_topo_inf.jpg);
	
	
	
	
}



#conteudo {
	color: #000000;
	margin: auto;
	width: 840px;
	background: #ffffff;
	background-image:url(imagens/background_lateral.jpg);
	background-repeat:repeat-y;
}
.banner_central {
	width: 623px;
	border-bottom: 2px solid #999999;
	float: left;
	text-align: right;
	margin-bottom: 8px;
	margin-left: 20px;
	margin-top: 11px;
}


.conteudo_central {
	width: 623px;
	float: left;
	text-align: left;
	margin-bottom: 8px;
	margin-left: 20px;
	margin-top: 11px;
	border: dotted 1px #006600;
}


.data {
	width: 839px;
	float: left;
	text-align: right;
	
}
.busca {
	width: 170px;
	float: left;
	text-align: right;
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}



.cambio {
	width: 112px;
	float: left;
	text-align: right;
	background-image: url(imagens/cambio.jpg);
	height: 130px;
	margin-left: 47px;
	
}
.cambio_aling {
	width: 110px;
	float: left;
	text-align: center;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #305601;
}

.links_uteis {
	float: left;
	text-align: center;
	margin-left: 23px;
	width: 150px;	
}

.links {
	text-align: center;
	width: 148px;
	border-bottom: dotted 1px #000000;
	margin-bottom: 5px;
	padding: 2px;
}

#logos {
	width: 400px;
	float: left;
	margin-left: 100px;
	margin-bottom: 12px;
}
#endreco {
	width: 460px;
	float: left;
	margin-left: 70px;
	color: #305601;
	text-align: center;
	margin-bottom: 12px;
}
#rodape {
	height: 15px;
	width: auto;
	text-align: center;
	background-color: #FFFF35;
	font-family: Arial, Helvetica, sans-serif;
}
