/*************** Estilos para los Gadgets de Weather ****************/
 
.weather ul{
	text-align:center;
}

.weather ul li{
	width:33%;
	float:left;
	text-align:center;
	padding:0;
	text-align:center;
	line-height:1em;
	font-size:90%;
}
.weather ul li strong{

}
.weather small{
	
}

.weather .current-weather{
	margin-top:15px;
	padding:2px;
}
.weather .current-weather img{
	float:left;
	margin-right:5px;
}
.weather .current-weather label{
	line-height:1.2em;
	margin:0;
	padding:0;
	font-size:80%;
}
.weather .current-weather label.current-weather-title{
	display:block;
	font-size:100%;
	font-weight:bold;
	letter-spacing:1px;
}
.weather .current-weather label.current-weather-temperature{

}

/*
.weather li,.weather p{
	text-align:center;
}

.weather .weather_left2 {
	width:49%;
	float:left;
}

.weather .weather_right2 {
	width:49%;
	float:right;
}

.weather .weather_left3 {
	width:32%;
	float:left;
}

.weather .weather_center3 {
	width:33%;
	float:left;
}

.weather .weather_right3 {
	width:32%;
	float:right;
}
*/