#weather {
	width: 120px;
	height: 94px;
}
#current {
	width: 120px;
	height: 94px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}
#current background-image {
	width: 120px;
	height: 94px;
}
/* Tipografía clima Ej:27°C */
#current #temp { /* Tipografía clima */
	font-size: 20px;
	font-style: normal;
	padding-top: 45px;
	padding-right: 7px;
}
#current #fore {
	padding-right: 7px;
	font-size: 11px;
}
/* Tipografía clima Ej:27°C */
#current #city {
	padding-right: 7px;
	font-size: 14px;
}

