﻿.TableCalendario {
    padding: 2px;
    border: 1px solid #daeaff;
    width:100%;
}

    .TableCalendario table {
        padding: 2px;
        border: 1px solid #daeaff;
    }


    .TableCalendario th {
        font-weight: bold;
        background-color: #daeaff;
        border: 1px solid #daeaff;
        padding: 2px;
        border-spacing: 10px;
    }

    .TableCalendario td {
        font-weight: bold;
        background-color: white;
        border: 1px solid #daeaff;
        padding: 3px;
        border-spacing: 1px;
        vertical-align: top;
    }

    .TableCalendario th {
        background: #e9edef;
    }

    .TableCalendario > thead > tr > th {
        background: #daeaff;
    }


.columnaCalendario {
    width: 12.3%;
    text-align: center;
}

.celdaderecha {
    text-align: right;
}

.celdaCentro {
    text-align: center;
}

.celdaInhabil {
    background-color: #eff6ff !important;
}

.tituloSeccion {
    color: #4CCD69;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}


.TableFacturacion {
    font-size: 8pt;
    font-weight:600 !important;
    border: 1px solid gray;
    padding: 1px;
    border-spacing: 1px;
}

    .TableFacturacion th {
        background: #e9edef;
        font-weight: 600 !important;
    }

    .TableFacturacion > thead > tr > th {
        border: 1px solid #e9edef;
        font-weight: 600 !important;
    }

    .TableFacturacion > tbody > tr > td {
        border: 1px solid #e9edef;
        font-weight: 600 !important;
    }

    .TableFacturacion table {
        border: 1px solid white;
        font-weight: 600 !important;
    }

    .TableFacturacion > table > thead > tr > th {
        background: silver;
        font-weight: 600 !important;
    }
