@CHARSET "UTF-8";

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #000;
}

#main {
	width:192px;
	max-height:350px;
}

#cidade {
	font-size:12px;
	height:20px;
	background:#dedede url('../images/selo/background.png') repeat-x center center;
	padding:8px 0 0 3px;
	border-radius:5px 5px 0 0;
}

#cidade a {
	margin-left:3px;
	margin-right:3px;
	color:#434343;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;

}

.day {
	font-size:11.5px;
	background:#909090 url('../images/selo/background.png') repeat-x center center;
	}

.top {
	height:15px;
	background:#909090 url('../images/selo/background.png') repeat-x center -5px;
	color:#ffffff;
	padding-top:4px;
	padding-left:3px;
	border-bottom: none !important;
}

.top span {
	position:absolute;
	left:128px;
}

.img {
	float:left;
	width:90px;
	text-align:center;
	margin-left:4px;
	margin-right:4px;
}

.img img {
	margin:0 auto;
}

.setas {
	float:left;
	width:92px;
	color:#ffffff;
	margin-top:2px;
	padding-top: 10px;
	text-align: center;
}

.setas .max { width: 41px; height: 22px; float: left; padding-top: 12px;
	/*background: url('../images/selo/setas1.png') no-repeat center 0;*/
	color: #F5B836;
	font-size:29px;
}

.setas .min {width: 41px; height: 40px; float: left; 
	/*background:url('../images/selo/setas1.png') no-repeat center -60px;*/
	margin-right:0px;
	font-size: 20px;
	color:#87B3F2;
}

.descForecast {
	clear:both;
	font-size:11.5px;
	padding-bottom:2px;
	text-align:center;
	color:#ffffff;
}

#assinatura {
	height:25px;
	font-size:11px;
	padding:10px 5px 0 0;
	text-align:right;
	border-radius:0 0 10px 10px;
	background-color: #000 !important;
}
#google{ height: 30px; float: left;margin: -8px 0 0 5px}

#assinatura a {
	color:#434343;
	text-decoration:none;
	font-weight:bold;
}