
 
.fondo {
    background-color: #019496;
}

.fondo_gris {
    background-color: gray;
}

.color {
    color: #019496;
}

.color_gris {
    color: gray;
}

.shadow {
    text-shadow: 1px 1px 1px gray;
}

.animacion:hover {
    background: #017072;
    color: #f2f2f2;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.table-head {
    background: #043b3d;
    color: #f2f2f2;
}

.custom-confirm-button {
    background-color: #019496 !important;
    color: white !important;
    border-color: #019496 !important;
}