﻿.mtabla thead {
    background-color: #126199;
    color: #fff;
}

    .mtabla thead th {
        border: 1px solid #999;
        padding: 3px;
        text-align: center;
        font-weight: 500;
    }

    .mtabla thead td {
        border: 1px solid #ddd;
        padding: 3px;
        background-color: #eee;
        color: #000;
    }

.izq {
    text-align: left;
}

.centrado {
    text-align: center;
}



.tabla-puestos-semana {
    font-size: 12px;
    margin-left: 2%;
    width: 97.5%;
}

    .tabla-puestos-semana td {
        font-size: 0.8em;
    }

    .tabla-puestos-semana thead {
        background-color: #126199;
        color: #fff;
    }

    .tabla-puestos-semana tr {
        border-bottom: 3px solid #fff;
    }

.sin-contrato {
    background-color: #d6efca;
    color: #000;
    font-size: 1em;
    font-weight: 400;
}

.descanso {
    background-color: #fbd8d8;
    color: #000;
    font-size: 1em;
    font-weight: 400;
}

.trabajo {
    background-color: #fbf0d8;
    color: #000;
    font-size: 1em;
    font-weight: 400;
}
