div#weather_text div.location { float: left;}
div.wmap { border: 1px solid black;}

div.location_list { border: 1px solid; float: none; }
div.pastilla { float:left; width: 75px; text-align: center; }
div.pastilla div.dia { background: #ccc; font-weight: bold; padding: 2px 0px; border-left: 1px solid black; }
div.pastilla div.dia.hoy { background: red; color: white; text-transform: uppercase; }
div.pastilla.ahora {width: 125px; }
div.pastilla.ahora div.dia { background: #000; color: white; }

div.pastilla div.datos {}

