@charset "utf-8";
#map_box  {
	width: 740px;
	float: left;
}

#map_box   ul,#map_box  ul  li   {
	display: inline;
	list-style-type: none;
}
#map_box ul li {
	padding: 0px;
	float: left;
}
#map_box  ul  {
	border-right: 1px solid #FFFFFF;

}
#map_box     .barra a   {
	padding: 0px 10px;
	color: #CC0000;
	font-size: 10px;
	display: block;
	float: left;
	height: 14px;
	line-height: 14px;
	border-left: 1px solid #FFFFFF;
	font-weight: bold;
	overflow: hidden;
}
#map_box  li  a:hover, #map_box li a.on {
	background-color: #493F0B;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}


#map_box #map_top {
	height: 14px;
	padding: 1px 10px 0px 10px;
	background-image: url(../imagens/bg_map_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#map_box #map_map {
	background-image: url(../imagens/load.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F5F6D4;
	border-left: 1px solid #85DB18;
	border-right: 1px solid #85DB18;
	clear: both;
	height: 380px;
	width: 738px;
}

#map_box #map_map a {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

#map_box   #map_bottom {
	height: 14px;
	clear: both;
	background-image: url(../imagens/bg_map_botton.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 10px 1px 10px;
}

#det_today {
	height: 193px;
	width: 202px;
	background-color: #F5F6D4;
	float: right;
	margin: 0px 0px 4px 0px;
	font-size: 9px;
	padding: 2px;
	background-image: url(../imagens/bg_today.gif);
	text-align: center;
}


#det_today h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
#det_today h2 {
	font-size: 10px;
	color: #F3A154;
	text-align: center;
}
#det_today h3 {
	font-size: 24px;
	color: #CC0000;
	text-align: center;
	margin-top: 20px;
}

#det_today h4 {
	font-size: 10px;
	color: #CC0000;
	text-align: center;
	margin-top: 0px;
}

#det_today a {
	font-size: 9px;
	text-align: right;
}

#det_next_days {
	height: 203px;
	width: 204px;
	float: right;
	background-color: #F5F6D4;
	padding: 3px 1px;
	background-image: url(../imagens/bg_next_day.gif);
}
#det_today .loading {
	height: 16px;
	width: 100%;
	display: block;
	background-image: url(../imagens/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#det_next_days h1 {
	font-size: 14px;
	color: #CC0000;
	text-align: center;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#det_next_days .det_day {
	float: left;
	height: 55px;
	width: 64px;
	font-size: 9px;
	margin: 2px;
	background-image: url(../imagens/bg_day.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 2px;
}
#det_next_days .det_day .max {
	float: right;
	height: 16px;
	width: 32px;
	line-height: 16px;
	text-align: center;
}
#det_next_days .det_day .min {
	float: right;
	height: 16px;
	width: 32px;
	line-height: 16px;
	text-align: center;
}
#det_next_days .det_day .desc {
	height: 22px;
	width: 64px;
	clear: both;
	display: block;
	text-align: center;
	line-height: 10px;
	float: left;
}
#load_img1 {
	display: none;
	visibility: hidden;
}
#load_img .loading {
	background-image: url(../imagens/loading.gif);
}
#load_img  .bg_day {
	background-image: url(../imagens/bg_day.gif);
}
