/*
 * FUNDASE — fix_modal.css
 * Corrección: mensajes de error siempre visibles sobre el modal
 * Incluir en comunes/encabezado.php:
 * <link rel="stylesheet" href="comunes/fix_modal.css">
 */
.alerta-validacion {
    position: relative !important;
    z-index: 9999 !important;
}
.modal-content {
    overflow: visible !important;
}
.modal-body {
    overflow-y: auto;
}
