.elemento{
	background: #fff;
	color: #717171;
	float:left;
}
.elemento h4{
	padding:30px 0px;
	margin:0px;
	font-size: 14px;
	line-height: 1.4;
	font-family: verdana;
	font-weight: 580;
	color: #3e3e3e !important;
	
}
.elemento .row{
	padding:10px;
}
.elemento .row .caja{
	border: 1px solid rgba(0,0,0,.1);
	padding:0px;
	width:100%;
	background-color:#f2f2f2;
	
}
.elemento .row img{
	padding-top:20px;
	width:64px;
	margin-right:20px;
	margin-left:20px;
}
.imagen_t{
	width:104px;float:left;
}
.valor_t{
	float:left;
}
span{
	font-size:20px;
	font-weight:bold;
}
.seccion_estacion{
	border-bottom:1px solid #afafaf;
	padding:50px 0px;
}
#prevision h2{
	color:#929191;
	text-decoration: underline #929191;
}
#prevision{
	width:100%;
	height:167px;
}
#formulario{
	padding:20px 25px;
	margin-bottom:30px;
	margin-top:30px;
	font-size:15px;
	border:1px solid #c4c4c4;
}
#formulario #fecha{
	height:40px;
	font-size:15px;
}
#formulario select{
	height:40px;
	font-size:15px;
}
#formulario .btn{
	height:40px;
	font-size:15px;
	width:250px;
}
#boton_busqueda{
	background-color: #0e536d ;
    color: #fff;
    border: 1px solid transparent ;
}

#boton_busqueda:hover{
	color: #fff;
	background-color: #0d1724;
	border-color: #0d1724;	
}