@charset "UTF-8";

#principal #tiempo{
    display: none;
}
#tiempo_up{
    background: url(../imagenes/pagina/tiempo.gif) no-repeat;
    height: 32px;
}
#tiempo{
    width: 178px;
    padding: 1px 10px;
}
#tiempo p{
    font: 11px "Franklin Gothic Medium", sans-serif;
    line-height: 16px;
    color: #555555;
}
#tiempo p.imagen{
    margin-bottom: 20px;
}
#tiempo p.imagen img{
    float: left;
    margin-right: 10px;
    border: 1px #F2EDED solid;
}
#tiempo #sol{
    text-align: center;
    border-top: 1px #F2EDED solid;
    padding: 5px 0 0 0;
    margin-bottom: 0;
}