/* Estilos globales para el menú con id menu_productos */
#menu_productos a {
  color: #007DB7 !important;   /* azul */
  text-decoration: none !important;
}

#menu_productos a:hover {
  color: #FBDF19 !important;   /* amarillo hover */
}

#menu_productos .current-menu-item > a,
#menu_productos .current_page_item > a {
  color: #FBDF19 !important;   /* amarillo activo */
}