Ir al contenido


En el corazón de las Naciones – ¡La auténtica España!

En LA DULA, el jamón es una pasión. Más que una boutique gastronómica, es "La Casa del Jamón", donde se degusta el verdadero Pata Negra e Ibérico, cortado a la perfección.


Aquí, brindamos con una Moritz bien fría llegada de Barcelona o un vino elegido por nuestros expertos. Compartimos tapas, reímos, disfrutamos... y sobre todo, vivimos el aperitivo como en España.

¡El primer Jamón Bar de Ginebra te espera!


📜 CARTA DE PLATOS

🍷 MENÚ DE BEBIDAS

📅 RESERVAS  

NEWSLETTER LA DULA

Soyez les premiers informés de nos événements et offres repas

Une adresse doit être spécifiée pour qu'une carte soit intégrée
/* LA DULA — BreadcrumbList schema JSON-LD v1.0 */ (function() { 'use strict'; function injectBreadcrumb() { var body = document.body; if (!body.classList.contains('o_website_sale') && !body.classList.contains('o_website_sale_product')) return; var existing = document.querySelectorAll('script[type="application/ld+json"]'); for (var i = 0; i < existing.length; i++) { try { if (JSON.parse(existing[i].textContent)['@type'] === 'BreadcrumbList') return; } catch(e) {} } var bcItems = document.querySelectorAll('ol.o_wsale_breadcrumb li.breadcrumb-item'); if (!bcItems.length) return; var list = []; var seenHrefs = {}; var position = 1; for (var j = 0; j < bcItems.length; j++) { var li = bcItems[j]; var a = li.querySelector('a'); var text = (li.textContent || '').trim().replace(/\s+/g, ' '); if (!text) continue; if (a && a.href) { if (seenHrefs[a.href]) continue; seenHrefs[a.href] = true; list.push({'@type':'ListItem','position':position++,'name':text,'item':a.href}); } else { var key = 'active_' + text; if (seenHrefs[key]) continue; seenHrefs[key] = true; list.push({'@type':'ListItem','position':position++,'name':text}); } } if (list.length < 2) return; var schema = {'@context':'https://schema.org','@type':'BreadcrumbList','itemListElement':list}; var s = document.createElement('script'); s.type = 'application/ld+json'; s.textContent = JSON.stringify(schema); document.head.appendChild(s); } if (document.readyState === 'complete') { setTimeout(injectBreadcrumb, 400); } else { window.addEventListener('load', function() { setTimeout(injectBreadcrumb, 400); }); } })();