/*** EL TIEMPO WIDGET
/*****************************************/

.eltiempo{background-image: -webkit-gradient(linear, center top, center bottom, from(#0d4f8c), to(#153962));
          background-image: -moz-linear-gradient(#0d4f8c, #153962);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#0d4f8c), to(#153962));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#0d4f8c,endColorStr=#153962);
	-webkit-border-radius: 5px; -moz-border-radius: 5px; 
		background: -ms-linear-gradient(top,#0d4f8c 46%, #153962 100%);	
border-radius: 5px; width: 251px; margin-left: 0px; color: white; font-family: "DinRegular";}

.eltiempo .temptiempo span{font-family: "DinBold"; font-size: 12px;}
.eltiempo .temptiempo span.tempmin{color: #7BB4F5;}

.eltiempo .dia0{height: 160px; border-bottom: 1px solid #0a1e35; margin: 0px 18px 0px 12px;}
.dia0 .imgtiempo{margin-left: 40px;}
.dia0 .imgtiempo img{width: 128px;}
.dia0 .nombretiempo{float: left; font-size: 18px; width: 110px; line-height: 20px;}
.dia0 .temptiempo{float: left; width: 100px; margin-top: 4px; line-height: 17px;}
.dia0 .temptiempo span{float: left; width: 98px; text-align: right; font-size: 14px; margin-left: 15px;}
.dia0 .fechatiempo{color: #7bb4f5;float: left; margin-top: 5px; font-size: 12px; width: 100%;}

.eltiempo ul{height: 121px; margin-top: 10px; margin-bottom: 0px;}
.eltiempo ul li{list-style: none; height: 51px; width: 232px; background: #0A1E35; margin-left: 10px; margin-bottom: 10px; border-radius: 3px;}

.eltiempo ul li .fechatiempo{font-family: "DinBold"; width: 53px; float: left; line-height: 12px; text-align: center; margin-top: 12px; margin-left: 4px;}
.eltiempo ul li .fechatiempo span.dia{font-size: 25px;}
.eltiempo ul li .fechatiempo span.semana{font-size: 11px; margin-left: 7px;}
.eltiempo ul li .temptiempo{float: left; width: 79px; margin-top: 10px; line-height: 15px;}
.eltiempo ul li .temptiempo span{float: right;}
.eltiempo ul li .imgtiempo{float: left; width: 65px; margin-left: 20px; margin-top: 3px;}
.eltiempo ul li .imgtiempo img{width: 64px;}
