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

.eltiempo{ /*background: #e5e7e8;*/ width: 100%; color: #afb0af;/* #2482EE;*/ font-family: "DinRegular";}

.eltiempo .temptiempo span{font-family: "DinRegular"; font-size: 11px;}
.eltiempo .temptiempo span.tempmin{color: #afb0af; /*#579DEC;*/ }

.eltiempo .dia0{height: 50px; border-bottom: 1px solid #4f9cf4; margin: 0px 18px 0px 18px;}
.dia0 .imgtiempo{margin-left: 0; }
.dia0 .imgtiempo img{width: 128px; margin: 0 auto;}
.dia0 .nombretiempo{float: left; font-size: 18px; width: 100%; line-height: 20px; margin-top: 8px;text-align: center;}
.dia0 .temptiempo{float: left; width: 50%; margin-top: 15px; line-height: 17px;}
.dia0 .temptiempo span{float: right; width: 98px; text-align: right; font-size: 16px;}
.dia0 .fechatiempo{color: #4f9cf4;float: left; margin-top: 5px; font-size: 16px; width: 100%;}

.eltiempo ul{/*height: 140px;*/ margin-top: 14px; margin-bottom: 0; width: 90%; padding-left: 0; margin-left: 12px;}
.eltiempo ul li{list-style: none; height: 56px; width: 100%; background: #fff; border-radius: 3px;    float: left;    max-width: 115px;}

.eltiempo ul li .fechatiempo{font-family: "DinRegular"; width: 100%; line-height: 12px; text-align: center; margin-top: 12px; margin-left: 0px;}
.eltiempo ul li .fechatiempo span.dia{font-size: 25px;}
.eltiempo ul li .fechatiempo span.semana{font-size: 15px;}
.eltiempo ul li .temptiempo{float: left; width: 54%; margin-top: 4px; line-height: 18px; padding-right: 7px;}
.eltiempo ul li .temptiempo span{float: right;}
.eltiempo ul li .imgtiempo{float: left; width: 45%; margin: 3px auto;  text-align: center;}
.eltiempo ul li .imgtiempo img{width: 69px;}