/* Tu Gobierno v15: ancho uniforme del menú */
body:has(#modulo_655) #menu_lateral{
  grid-template-columns:1fr!important;
  width:100%!important;
}
body:has(#modulo_655) #menu_lateral li,
body:has(#modulo_655) #menu_lateral li a{
  width:100%!important;
  max-width:none!important;
}