@charset "utf-8";
/* CSS Document */

#weatherInfoCol {
	background:transparent url(../img/fondo_visitados2.gif) repeat-x left bottom;
	border:1px solid #E6EDFB;
	float:left;
	margin:0px;
	width:230px;
}

#weatherInfoCol h2 {
	background:transparent url(../img/fondo_top_ribaa2.gif) top left repeat-x;
	color:#000000;
	margin:0px;
}

#weatherInfoCol h3 {
	font:bold 15px Arial;
	color:#000;
	padding:0px 4px 0px 10px;
}

#weatherInfoCol .climate {
	font:bold 13px Arial;
	color:#204D79;
	padding:0px 0px 0px 10px;
    /*height:289px;*/
}

#weatherInfoCol .weatherInfo {
	font: 11px Arial;
	color:#000;
	line-height:18px;
	padding:0px 8px 20px 55px;
	margin:0px;
}

