#weather {
	height: 30px;
	float:right;
	margin-top:50px;
	background-color:#FFFFFF;
	margin-right:30px;
	padding-left:5px;
	background-image: url(../img_design/el_diario_de_mardelplata_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 19px;
}

#weather p
{
	line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-position:right top;
	background-repeat:no-repeat;
	color: #085691;
	font-weight: bold;
	font-size: 10px;
	padding-right: 60px;
	padding-left:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
}

#current {
	/*width: 240px;*/
	height: 120px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}
#current #temp {
	font-size: 24px;
	font-style: normal;
	padding-top: 40px;
	padding-right: 16px;
}
#current #fore {
	padding-right: 16px;
	font-size: 11px;
}
#current #city {
	padding-right: 16px;
}
#nros_clima {
	font-weight: normal;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
