/* 
    Document   : calendario
    Created on : 04-abr-2010, 13:18:17
    Author     : Francisco
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
table.calendario{
    width:100%;
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 15px;
}
table.calendario td{
    height: 25px;
    vertical-align: middle;
    text-align: center;
}
.diario{
    height: 25px;
    vertical-align: middle;
    text-align: center;
}
.mes{
    border-bottom: solid 1px #e2e2e2;
    color:#008fd8;
    font-size: 12px;
    text-align: center;
}
.mes img{
    padding-top: 5px;
}
.mes img.izda{
    margin-right: 40px;
}
.hoy{
    color:#008fd8;
}
.cita{
    font-weight: bolder;
    color:#008fd8;
}
.mes img.dcha{
    margin-left: 40px;
}


