.tabla-directorio-detalles {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}
.tabla-directorio-detalles th {
    background-color: #BC2C2C !important;
    color: #fff !important;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.tabla-directorio-detalles td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.fila-blanca { background-color: #fff; }
.fila-gris { background-color: #f9f9f9; }
.tabla-directorio-detalles a {
#    color: #BC2C2C;
    color: #e0164c;
    text-decoration: none;
}
.tabla-directorio-detalles a:hover {
    color: #BC2C2C;
    font-weight: bold;
#    text-decoration: underline;
}
.swal2-container {
    z-index: 99999 !important;
}
