.principal #TituloPrevisao {
	background: #FFF;
	font-family:Arial;
	font-style:normal;
	font-size:12px;
	color:#EF8200;
	font-weight:bold;
	vertical-align:bottom;
}
.principal #SubTituloPrevisao {
	background: #FFF;
	font-family:Arial;
	font-style:normal;
	font-size:12px;
	color:#000;
	font-weight:bold;
	vertical-align:top;
	text-align:center;
}
.principal #TextoConteudo {
	background: #FFF;
	font-family:Arial;
	font-style:normal;
	font-size:10px;
	color:#000;
	font-weight:bold;
	text-align:justify;
}
.principal #TextoConteudoTemperatura {
	background: #FFF;
	font-family:Arial;
	font-style:normal;
	font-size:19px;
	color:#000;
	height:10px;
	font-weight:bold;
}
.boxFlutuante {
	/* esta classe é somente para formatar a fonte */
	font-family:Arial;
	font-style:normal;
	font-size:12px;
	color:#ec7404;
	height:20px;
	font-weight:bold;
	vertical-align:bottom;
}
.boxFlutuante a.dcontexto {
	position:relative;
	font:12px arial, verdana, helvetica, sans-serif;
	padding:0;
	color:#039;
	text-decoration:none;
	cursor:help;
	z-index:24;
}
.boxFlutuante a.dcontexto:hover {
	background:transparent;
	z-index:25;
}
.boxFlutuante a.dcontexto span {
	display: none
}
.boxFlutuante a.dcontexto:hover span {
	display:block;
	position:absolute;
	width:230px;
	top:3em;
	right-align:justify;
	left:0;
	background: #FFF;
	font-family:Arial;
	font-style:normal;
	font-size:10px;
	color:#666666;
	font-weight:bold;
	vertical-align:top;
	padding:2px 5px;
	border:1px solid #999;
	background:#ec7404;
	color:#000;
}