/* AGENDA / CALENDAR */
/*.agenda_calendar {
    width: 300px; height: 170px; float: left;
}
    .agenda_calendar H2{
        width: 100%; display: block;
        font-size: 12px;
        color: #FFF;
        margin: 5px 0 9px 10px;
        text-transform: uppercase;
    }

    .agenda {
        float: right;
        margin-left: 10px;
    }
    */

.ccalendar {
    /*width: 40%; float: right; margin-top: 30px;
    background: #FFF;*/
}

    .calendar_tabs { width: 100%; float: left; background: #EEE; text-align: center; }
        .calendar_tabs LI {
            width: 33%; float: left;
            font-size: 14px; color: #BBB; text-align: center;
            list-style-type: none;
        }
        .calendar_tabs LI A {
            width: 100%; float: left;
            color: #AAA; padding: 6px 0 6px 0;
        }
            .calendar_tabs LI.activo A { color: #FFF; background: #83C502; }
                .calendar_tabs LI A:hover { color: #FFF; background: #83C502; }

    .calendar_body { background: #FFF; }

    TABLE.calendar_table { /*margin: 0px auto; background: #FFF;*/ }
        TABLE.calendar_table TR { vertical-align: center; }
        TABLE.calendar_table TD { color: #333; text-align: center; background: #EEE; }
            TABLE.calendar_table TD A { color: #FFF; text-decoration:none; }
            TABLE.calendar_table TD.link { color: #FFF; background: #83C502; }
            TABLE.calendar_table TD.today { color: #FFF; background: #808080; }