#calendario{
    padding: 25px;
    margin-bottom: 30px;
    clear: both;
}

.fecha_actual{
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 15px;
    text-align: center;
}

.anio, .dia_eventos{
    color: #FFA41D;
}

.tabla_calendario{
    color: #666666;
}

.tabla_calendario td{
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 4px;
    text-align: center;
    font-size: 10px;    
    width: 30px;
    height: 30px;    
}

.actual{
    background-image: url('../img/principal/index/dia_actual.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
}



