.bic_calendar{
    background: #F9F9F9;
    border-radius: 5px;
    border: 1px solid #DDD;
    font-size: 12px;
}
.bic_calendar a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 12px;
}
.bic_calendar td{
    text-align: center;
    font-size: 12px;
}
.bic_calendar .header{
    padding: 10px 0 10px 0;
    font-size: 12px;
}
.bic_calendar .botonmesanterior{
    float: left;
    font-size: 12px;
}
.bic_calendar .botonmessiguiente{
    float: right;
    font-size: 12px;
}
.bic_calendar .mesyano{
    text-align: center;
    font-weight: 300;
    font-size: 12px;
}
.bic_calendar .dias_semana{
    font-weight: 300;
    font-size: 12px;
}
.bic_calendar .event{
    /*color: white;*/
    /*background: #3B5A97;*/
    /*text-shadow: 0 0 2px #333;*/
    /*box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);*/
    /*font-weight: bold;*/
    font-size: 12px;
}
.bic_calendar .event:hover{
    /*background: #3B5A97;*/
    text-shadow: 0 0 2px #000;
    /*box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8);*/
    font-size: 12px;
}
.bic_calendar .event a{
    /*color: white;*/
    font-size: 12px;
}
.bic_calendar .table td{
    padding: 5px;
    font-size: 12px;
}
.bic_calendar .table{
    margin-bottom: 3px;
    font-size: 12px;
}
.bic_calendar .dias_semana td{
    background: #f0f0f0 ;
    font-size: 12px;
}