@charset "iso-8859-1";

/*
	********************************************************************

	Conteúdo principal (Onde estamos)

	********************************************************************
*/
div#conteudoPrincipal {
	display:inline;
	float:left;
	width:540px;
	margin-right:15px;
}

/* Título da seção */
div#conteudoPrincipal h2 {
	height:24px;
	line-height:24px;
	text-indent:4px;
	text-transform:uppercase;
	font-size:80%;
	color:#3a3d40;
	margin-bottom:15px;
	background-color:#e9eaeb;
	border:1px solid #f1f1f1;
}

/* Mapa "Onde estamos" */
div#conteudoPrincipal p#mapa_ondeEstamos {
	width:540px;
	height:350px;
	overflow:hidden;
}