@charset "utf-8";
/* CSS Document */

#box {
	width: 780px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -390px; /* este valor equivale à metade da largura,
negativo */
	margin-top: -250px; /* este valor equivale à metade da altura,
negativo */
	visibility: visible;



 /* for explorer only */
/* optional: #inner[id] {position: static;} */

}.menu_bg {
	background-image: url(../img/menu/menu_bg_f.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.meio_box {
	background-image: url(../img/boxes_inferiores/meio.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}
.fonte_rodape {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.fonte_rodape_peq {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 22px;
}
.bg_branco {
	background-image: url(../img/bg_branco_f.png);
	background-repeat: no-repeat;
	background-position: left top;	
	
}
.titulos {
	font-family: "Century Gothic";
	font-size: 22px;
	font-weight: bold;
	color: #0C1B54;
}
.fonte_azul_media {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #102372;
}
.borda_mapa {
	border: 2px solid #0B1A53;
}
.inicio {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #0C1B54;
}
.fonte_contato {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0C1B54;
}
