#mainqt{
padding-left:5px;
padding-right:5px;
}
#mapa{
	position:absolute;
	width:600px;
	height:550px;
	top:40px;
	margin-left:190px;
	border:10px solid #EEE;
	float:left;
	
}
#provincias{
	padding-bottom:20px;
}
#provincias ul{
	display:block;
	height:570px;
	overflow:auto;
	list-style:none;
	background-color:#EEE;
	width:180px;
}
#provincias ul li{
	
	height:40px;

}
.lista2{height:60px;}
#provincias ul li a{font-size:13px;}
#provincias ul li img{
	float:left;
	width:40px;
}
#provincias div{
	padding-top:8px;
	display:block;
}
#provincias p{
	display:block;
	font-size:13px;
	font-weight:bold;
	width:142px;
	margin-bottom:5px;
	padding-left:5px;
}
#provincias h3{
	font-size:18px;
	color:#003266;
}
#temperaturas{
	position:absolute;
	width:170px;
	height:550px;
	top:35px;
	margin-left:820px;
	font-size:12px;
}
#temperaturas h2{
	font-size:15px;
	color:#003266;
}
#temperaturas p{
	float:left;
	height:50px;
	margin-bottom:10px;
	width:180px;
}
#temperaturas p strong{
	float:left;
	padding-top:15px;
}
#temperaturas p img{
	float:left;
}
#localidadescercanas{

	margin: 10px;
	
	height:400px;
}
#localidadescercanas ul{
	list-style: none;
	background-color: #f2efe9;
	width:920px;
		border: 10px solid #EEE;
	float:left;
}
#localidadescercanas ul li{
	border: 1px dotted #97B2CC;
	float: left;
	width: 217px;
	padding: 4px;
}
#localidadescercanas ul li img{
	float: left;
	margin-left: 5px;
}
#faldon { margin-top:10px; }
