@CHARSET "UTF-8";

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:transparent;
	text-shadow:1px 1px 1px #000;
	font-weight: normal;
	padding: 0 !important;
}

.forecast {
	width:120px;
	text-align:center;
	padding-top:47px;
}

.forecast img {
	position:absolute;
	top:0;
	left:0;
}

.square {
	width:110px;
	height:80px;
	background-color:#d4d4d5;
	background-image:url('../images/selo/background.png');
	background-repeat:repeat-x;
	background-position:center center;
	text-align:center;
	margin:0 auto;
	font-weight:bold;
	font-size:10px;	
	border-radius: 10px 10px 0 0;
}

.cidade {
	padding-top:25%;
	margin:auto 4px;
	height: 20px;
	text-transform: uppercase;
}

.cidade a{
	color:#000000;
	text-decoration:none;
}

.dates {
	width:35%;
	float:left;
	font-weight: normal;
	font-size: 12px;
	padding: 0 !important;
}
.dates .sep{ display: block; width: 10px; border-top: 1px solid #fff; margin: auto} 

.temperature {
	padding-top:5px;
	width:64%;
	float:left;
	font-weight: normal;
}
.temperature .max {
	margin-left: 5px;
	font-size:22px;
	color: #F5B836;
	border: none !important;
	float: left;
}

.temperature .min {
	font-size: 15px;
	color:#87B3F2;
	border: none !important;
	float: left;
}

.assinatura {width:110px;
	margin-left:5px; padding-top: 2px; text-align: center; border-radius: 0 0 5px 5px; height: 24px; background-color:#000 !important}

.assinatura #cptec {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	text-decoration: none;
	font-weight: bold;
	float:left;
}

.assinatura #google{ height: 22px;
	float:left;}
