﻿#tblServicio tbody {
    display: block;
    max-height: 150px; /* ajusta según necesidad */
    overflow-y: auto;
}

#tblServicio thead, #tblServicio tfoot {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#tblServicio tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.resaltar-fila {
    background-color: #ffff99 !important;
    transition: background-color 0.5s ease;
}
