@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	/*padding-left: 0.82%;
	padding-right: 1.82%;*/
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	/*padding-left: 1.1625%;
	padding-right: 1.1625%;*/
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98%;
	max-width: 1232px;
	padding-left: 0.8%;
	padding-right: 0.8%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
/* meus dados*/
#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%; padding-left:0.5%; padding-right:0.5%;
}
