@charset "utf-8";
/* CSS Document */
body{
	background-color: transparent; /* Branco */
	font-family: Arial, Calibri;
	width: 100%;
	margin: 0px;
	position: relative;
	padding: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

#titulo {
	background: #E9E9E9;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #000000;
	width: 99%;
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding-left: 1%; 
	padding-top:5px; padding-bottom:5px;
}
#titulo1 {
	background: #D7D7D7;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #000000;
	width: 99%;
	font-weight: bold;
	padding-left: 1%;
	padding-top:5px; padding-bottom:5px;
}
.valores_tabela {
	width: 100%; padding-left:30px; padding-right:10px; 
	background-color: #E9E9E9;
	color: #404040;
	font-size: 14px;
}
.valores_tabela1 { width:100%; padding-left:30px; padding-right:10px;
	background-color:#D7D7D7; color:#404040;
}


.atual {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	text-align: left;
}
.titulo_valores {
	background-color:;
	font-size: 14px;
	text-align: left;
}
.titulo_valores_rain {
	background-color:;
	font-size: 14px;
	text-align: center;
}
.valor_atual {
	
	text-align: right; font-size:18px; font-weight:bold;
}
.valores {text-align: right; font-family: Tahoma, Arial; font-size: 14px; color: #404040; width: 195px;
}

.valores_rain {text-align: center; font-family: Tahoma, Arial; font-size: 14px; color: #404040; width: 195px;
}
.max { text-align:left; font-family: Tahoma, Arial; font-size: 12px; color: #FF0000; width: 195px;}
.min {
	 text-align: right; font-family: Tahoma, Arial; font-size: 12px; color: #0000FF; width: 195px;
}
.max_wind { text-align: right; font-family: Tahoma, Arial; font-size: 12px; color: #FF0000;}


.data_hora  { background:#D7D7D7;
	text-align: center;
font-family: Tahoma,Arial;
font-size: 11px;
color: #404040;
width: 100%;
font-weight: bold;
}
#avisos {
	text-align: center ; 
	font-family: Tahoma,Arial;
	font-size: 12px;
	color:;
	width: 100%;
	background-color:/*#007F0E*/;
	text-transform: ;
	margin-left:0 ; margin-right:0;
	margin-bottom: 1px;
	
	
}
#main_conteudo {
	width: 100%;
}

