body{
	margin:			0px;
	padding:		0px;
	background:		#E6E0A6;
	font-family:	Verdana, Arial;
}


/*****************TOPO******************/

#mapa_site{
	font-size:		12px;
	color:			#8B6119;
	padding-right:	15px;
}

#mapa_site a{
	color:				#8B6119;
	text-decoration:	none;		
}

#mapa_site a:hover{
	text-decoration:	underline;		
}

/*****************MENU******************/

#menu{
	font-size:		10px;
	padding-left:	15px;
	color:			#E6E0A6;
	background:		#5EA23B;
	height:			25px;
}

#menu a{
	color:				#E6E0A6;
	text-decoration:	none;		
}

#menu a:hover{
	text-decoration:	underline;		
}

/*****************CATEGORIAS******************/

#categoria{
	font-size:		11px;
	color:			#5EA23B;
}

#categoria a{
	color:				#5EA23B;
	text-decoration:	none;
	display:			block;
	padding:			6px 0px 6px 10px;
	background:			url(../imagens/categoria_separador.gif) no-repeat bottom left;
}

#categoria a:hover{
	background:			#EEE9BD url(../imagens/categoria_separador.gif) no-repeat bottom left;
}

/*****************RODAPE******************/

#rodape{
	font-size:		10px;
	padding-left:	15px;
	color:			#E6E0A6;
	background:		#5EA23B;
	height:			25px;
}

#rodape a{
	color:				#E6E0A6;
	text-decoration:	none;		
}

#rodape a:hover{
	text-decoration:	underline;		
}

/*****************CENTRO******************/

#titulo{
	font-size:		14px;
	color:			#A17F3F;
	font-weight:	bold;
}

#texto2{
	font-size:		12px;
	color:			#A17F3F;
	font-weight:	bold;
}

#texto2 p{
	font-size:		12px;
	color:			#A17F3F;
	font-weight:	normal;
	padding:		0px 10px 0px 10px;
}

#texto2 a{
	color:				#8B6119;
	text-decoration:	none;		
}

#texto2 a:hover{
	text-decoration:	underline;		
}

#texto2 hr{
	border:		1px dotted #5EA23B;
	margin:		10px 0px 10px 0px;
}

#texto2 table tr td{
	font-size:		11px;
	color:			#A17F3F;
	font-weight:	normal;
}

#rodape a{
	color:				#E6E0A6;
	text-decoration:	none;		
}

#rodape a:hover{
	text-decoration:	underline;		
}

#texto{
	font-size:		10px;
	color:			#A17F3F;
}

#texto p{
	margin:				0px;
	padding:			10px 10px 0px 10px;
}

#texto3{
	font-size:		11px;
	color:			#A17F3F;
}

#texto3 a{
	font-size:		11px;
	color:			#A17F3F;
}



/*****************DETALHE******************/

#ver_detalhe{
	position:		absolute;
	left:			50px;
	top:			50px;
	display:		none;
	background:		#F8F5D8;
	border:			1px solid #E0C5B0;
}

#mapa_div{
	position:		absolute;
	left:			50px;
	top:			50px;
	display:		none;
	background:		#F8F5D8;
	border:			1px solid #E0C5B0;
}

#topo_detalhe tr td{
	font-size:		12px;
	color:			#E6E0A6;
	font-weight:	normal;
}

#image_swap{
	margin:		30px 20px 30px 20px;
}

#ver_detalhe

/*****************FORMULARIO******************/

#formulario form{
	margin: 0;
	padding: 0;
}

#formulario th, #formulario td{
	margin:	0;
	padding: 3px 0;

}

#formulario th{
	font-size:		12px;
	text-align:		right;
	color:			#A17F3F;

}

#formulario input{
	font-family:	Verdana;
	border:			1px solid #A17F3F;
	
}

#formulario textarea{
	font-family:	Verdana;
	border:			1px solid #A17F3F;
	
}