﻿.all_articulo {margin-right: 10px; margin-bottom: 15px; clear: both;}

.all_articulo .date {
    background:transparent url(../images/icon-calendar.gif) no-repeat scroll 0%;
    float:left;
    height:33px;
    margin-right:8px;
    padding-top:9px;
    width:32px;
}
.all_articulo .date p {
    color:#9B9B8E;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    margin:-0pt 0pt 0pt -2px;
    text-align:center;
    text-transform:uppercase;
}
.all_articulo .date span.month {
    display:block;
    font-size:9px;
    height:12px;
}
.all_articulo .date span.day {
    display:block;
    font-size:18px;
}
.all_articulo h2
{
    background: white;
    font-size: 120%;
}
.all_articulo p 
{  
}

.all_pizarra table {width: 100%; border-bottom: solid 0px silver;}
.all_pizarra table th {Background: #E5E5DD;}

.all_pizarra table td.all_firstcolumn {font-weight: bold;}
.all_pizarra table td.all_FechaActualizacion {color: Silver; font-size: 80%; text-align: right}


/* clima --------------------------------------*/
.all_clima {}
.all_clima_header, .all_clima_footer {display: none }
/* div de condiciones actuales */
.all_clima_cc {float: left; padding: 10px; width: 120px;}
/* div de forecast */
.all_clima_fcast {float: right}
/* las otras clases internas */
.temp{
    font-size:22px;
    font-family:Tahoma;
    }

.cc{
    font-size: 11px;
    font-family:Tahoma;
    }

.fcastWeekDay{
    font-weight: bold;
    }
    
.ccLoc{
    font-weight: bold;
    }

.fcastDate{
    font-size: 11px;
    font-family:Tahoma;
    }

.curWind{
    font-size: 11px;
    font-family:Tahoma;
    }

.weatherTable{
    padding:5px;
    background-color:white;
    text-align: center;
    border:solid 1px #c3c3c3;
    }
    
.fcastTable{
    padding:3px;
    background-color:white;
    text-align:center;
    }
    