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

.fonte_cinza_media {
	font-family: Calibri, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.fonte_cinza_peq {
	font-family: Calibri, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.menu_bg {
	background-image: url(../imagens/menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fonte_menu {
	font-family: Calibri, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.fonte_menu_sem_linha {
	font-family: Calibri, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
.fonte_preta_peq {
	font-family: Calibri, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.submenu_bg {
	background-image: url(../imagens/submenu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fonte_submenu {
	font-family: Calibri, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.fonte_submenu_sem_linha {
	font-family: Calibri, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.bg_rodape {
	background-image: url(../imagens/banner_inferior.jpg);
	background-repeat: repeat-x;
}
.borda_mapa {
	border: 3px solid #000;
}

