/* Ocultar Formularios del menu para Auto-Servicio */
a[href*="formlist.php"],
li:has(> a[href*="formlist.php"]) {
    display: none !important;
}
