/* TABLA-1 */
.tabla-1 .v-data-table__wrapper table thead tr th {
    color: #1699b1 !important;
    background-color: #ffffff;
    font-size: 16px !important;
}

/* TABLA-2 */
.tabla-2 .v-data-table__wrapper table thead tr th {
    color: #1699b1 !important;
    background-color: #ffffff;
    font-size: 14px !important;
}

/* TABLA-3 */
/*encabezados */
.tabla-3 .v-data-table__wrapper thead th {
    color: #1699b1 !important;
    background-color: #ffffff;
    font-size: 10px !important;
}
/*cuerpo */
.tabla-3 .v-data-table__wrapper tbody td {
    font-size: 10px !important;
    height: 25px !important;
}

/* TABLA-4 */
/*encabezados */
.tabla-4 .v-data-table__wrapper thead th {
    color: #1699b1 !important;
    background-color: #ffffff;
    font-size: 22px !important;
}

/*cuerpo */
.tabla-4 .v-data-table__wrapper tbody td {
    font-size: 17px !important;
    height: 40px !important;
}

/* TABLA-5 */
/*encabezados */
.tabla-5 .v-data-table__wrapper thead th {
    color: #f8fafa !important;
    background-color: #105966 !important;
    font-size: 18px !important;
}

/*cuerpo */
.tabla-5 .v-data-table__wrapper tbody td {
    font-size: 17px !important;
    height: 12px !important;
}

/*Tabla historial*/
/*encabezados */
.tabla-h .v-data-table__wrapper table thead tr th {
    color: black !important;
    background-color: #ffffff;
    font-size: 14px !important;
}

/*cuerpo */
.tabla-h .v-data-table__wrapper table  tbody  tr  td {
    border-bottom: 1px solid #0097A7;
    border-top: 1px solid #0097A7; 
  }

  
