
table{
    min-width: 90% !important ;
    background-color: var(--principal);
}
thead{
    color: var(--blanco);
}

.txt-izq{
    text-align: left !important;
}
.nowrap{
    white-space: nowrap;
}