@charset "utf-8";
/* CSS Document */

.tiempo { float:right; margin-right:20px; padding-right: 10px;}
.tiempo .ttiempo {border:none; background:none; background-color:transparent;}
.tiempo .ttiempo tbody tr td {border:none; background:none; background-color:#f00;}
.tiempo .ttiempo tbody tr:nth-child(odd) td{border:none; background:none; background-color:transparent;}
.tiempo .ciudad {font-size:13px; float:left;}
.tiempo .temperatura {font-size:20px; color:#FFF;}
.tiempo .fecha {font-size:10px; color:#FFF;}
.tiempo .sigueintesdias { position:absolute; display:none; height:50px; }
.tiempo .sigueintesdias .temperaturadias { font-size:10px; }
.tiempo:hover .sigueintesdias { display:block; }