* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/*MAPA*/
#boxMapa {
	position: relative;
 
	width: 418px;
	height: 340px;
	left:0px;
 
 
 
}

#topoMapa {
	position: relative;
	background-color: rgb(243, 243, 243);
	background-image: url(../../images/setaDois.gif);
	background-repeat: no-repeat;
	
	width: 409px;
	height: 30px;
	
	top: 5px;
 	left: 00px;
	padding-left: 10px;
}

#textoMapa {
	position: relative;
	top: 5px;
 
	left:20px;
	color: rgb(90, 90, 90);
	font-weight: bold;
	font-size: 14px;
	width: 145px;
	 
}

#conteudoMapa {
	position: relative;
	top: 20px;
 
	left: 00px;
 
}
