CINXE.COM

Turisme de Barcelona - Accessibility

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Turisme de Barcelona - Accessibility</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="description" content="Turisme de Barcelona鈥檚 website for disabled people. Museums adapted for the blind and partially sighted, hotels without barriers, accessible beaches and sign-language tours... are some of the options available. Whether you鈥檙e a visitor or looking for accessible ways to discover your city, you鈥檝e come to the right place. We invite you to navigate our wide choice of suggestions! "/> <meta name="keywords" content="Barcelona, accessible tourism, disability, wheelchair, accessible hotels"/> <meta name="origen" content="Barcelona" /> <meta name="author" content="EINSMER BUSINESS DESIGNER" /> <meta name="copyright" content="Turisme de Barcelona. All rights reserved."/> <meta name="organization" content="Turisme de Barcelona" /> <meta name="locality" content="Barcelona, Spain" /> <meta name="robots" content="noindex"> <link href="/imgfiles/TBCNACC/css/estilosAccesibilidad.css" rel="stylesheet" type="text/css" /> <!--[if IE 7]> <link href="/imgfiles/TBCNACC/css/estilosAccesibilidad_IE7.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if IE 6]> <link href="/imgfiles/TBCNACC/css/estilosAccesibilidad_IE6.css" rel="stylesheet" type="text/css" /> <![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> <link rel="stylesheet" href="https://static.bcnshop.com/corporatiu/2014/www/desktop/estils_responsive.css?var=1"> <script src="https://code.jquery.com/jquery-latest.min.js"></script> <script src="https://static.bcnshop.com/corporatiu/2014/www/desktop/script.js"></script> <script type="text/javascript" src="/headers/zonas/9122/cleanValidator.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-15166032-8']); _gaq.push(['_setDomainName', 'barcelona-access.com']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <meta name="Generator" content="eBusiness Designer; version:3.5.5; build:04/08/2010" /> <script type="text/javascript"> <!-- var onload_calls = ""; // --> </script> </head> <body> <div class="cookie-alert" style="display:none;"> Our website uses its own cookies and third-party cookies to improve and personalise our services and make it easier to browse the site. If you continue to use this site we will assume that you are happy with this. You can change your settings or <a href="https://www.visitbarcelona.com/legal/cookies/cookies_en.pdf">receive more information here</a>. <br> <a href="javascript:setCookie();" class="closeAlert">Cerrar</a> </div> <div class="BarraCorpSup2014"> <div class="BarraCorpSupCont2014"><a href="https://www.barcelonaturisme.com/" id="logoMenu" target="_blank"><img src="https://static.bcnshop.com/corporatiu/2014/www/desktop/TurismeBCN_White2024.png" alt="Barcelona Turisme" title="Barcelona Turisme"></a> <div class="other-webs-top" id="otherWebsTop"> <p > <a href="https://visitbarcelona.com/visitac/" title="Turisme de Barcelona" target="_blank" >Barcelona Experience</a></p> <p > <a href="https://bcnshop.barcelonaturisme.com/shopv3/en/" title="VisitBarcelona Tickets, la tienda on-line de Turisme de Barcelona" target="_blank" >Tickets</a></p> <p > <a href="https://professional.barcelonaturisme.com/?idioma=3" title="Turisme de Barcelona - Professional web site" target="_blank" >Barcelona Consorci de Turisme</a></p> <p > <a href="https://www.barcelonaconventionbureau.com/en/" title="Barcelona Convention Bureau" target="_blank" >Barcelona Convention Bureau</a></p> </div> <div class="RedSocialContSup2014"> <a target="_blank" href="https://www.tiktok.com/@visitbcn" title="TikTok"><img title="TikTok" alt="TikTok" src="https://static.barcelonaturisme.com/corporatiu/2014/www/desktop/Ico-TikTok.png"></a> <a target="_blank" href="http://www.pinterest.com/visitbcn/" title="Pinterest"><img title="Pinterest" alt="Pinterest" src="https://static.barcelonaturisme.com/corporatiu/2014/www/desktop/Ico-PinterestX2.png"></a> <a target="_blank" href="http://www.youtube.com/visitbcn" title="Youtube"><img title="Youtube" alt="Youtube" src="https://static.barcelonaturisme.com/corporatiu/2014/www/desktop/Ico-YoutubeX2.png"></a> <a target="_blank" href="http://instagram.com/visitbarcelona" title="Instagram"><img title="Instagram" alt="Instagram" src="https://static.barcelonaturisme.com/corporatiu/2014/www/desktop/Ico-Instagram.png"></a> <a target="_blank" href="http://www.facebook.com/visitbarcelona" title="facebook"><img title="facebook" alt="facebook" src="https://static.barcelonaturisme.com/corporatiu/2014/www/desktop/Ico-Facebook.png"></a> <a target="_blank" href="https://twitter.com/VisitBCN_EN" title="Twitter"><img title="Twitter" alt="Twitter" src="https://static.barcelonaturisme.com/corporatiu/2014/www/desktop/Ico-X_Twitter.png"></a> </div> </div> </div> <script> //cookie alert control cookie = document.cookie.split(';'); cookieOk = false; for(var i=0; i<cookie.length; i++){ c = cookie[i]; //console.info(c); c = c.replace(' ',''); aa = c.split('='); //console.info(aa[0]); //console.info(aa[1]); if(aa[0]==='visitbarcelona'){ //alert(aa[0]+' = '+aa[1]); cookieOk = true; //console.info('aa=visitbarcelona :'+aa[0]+'='+aa[1]); if(aa[1]!='true'){ $('.cookie-alert').show(); } } } if(!cookieOk){ document.cookie ="visitbarcelona=false; path=/;"; $('.cookie-alert').show(); } function setCookie(){ console.info('cookieset'); var dt = new Date(); dt.setFullYear(dt.getFullYear() +1); document.cookie ="visitbarcelona=true; expires="+dt.toString()+"; path=/;"; $('.cookie-alert').hide(); //console.info(document.cookie); } </script> <div class="Cabecera"> <div class="FilaCabecera1"> <div class="EnlaceContingut1"><a title="Skip to main content" href="#Ancla">Skip to main content</a></div> <h1><a href="http://www.barcelonaturisme.com" rel="external"><img src="/imgfiles/TBCNACC/imagenes/logook2024.jpg" alt="Link to Barcelona Turisme main website. New window" /></a></h1> <div class="SubTitulo">Barcelona, for accessible tourism</div> </div> <div class="FilaCabecera2"> <div class="BuscadorCab"> <form action="/ACCESSIBLE/Altres-p脿gines/Varis--Resultat-cerca-general/_XHxTrasl4-Z9eYghbqETh51n2e22gMvR" method="post"> <div class="Fila1BuscCab"><label for="CampoBuscador"></label><input id="CampoBuscador" name="CampoBuscador" type="text" class="Campo1" value="Type your search here" onfocus="this.select()"/></div> <div><input id="BotonBuscar" name="BotonBuscar" type="submit" value="Search" class="BtnBuscar1"/></div> </form> </div> <div class="HomeCab"><a href="/ACCESSIBLE/accessibilitat-home/_XHxTrasl4-aFpypOgEWr5YmG26ENWmlNXoNp1xjJNWY" title="Home">Home</a></div> <div class="AccesibilidadCab"><a href="/ACCESSIBLE/Altres-p脿gines/Varis-Accessibilitat/_XHxTrasl4-biDe0jWe1F7e1nIW25e69Gfb5fjvm14CSrdQYEWQRG0w" title="Accessibility" accesskey="0">Accessibility</a></div> <div class="ContactaCab"><a href="/ACCESSIBLE/Altres-p脿gines/Varis-Contacta/_XHxTrasl4-ariNVK5OjsymHrkdjk15ZA5KUhfxICA9QXXT-UbtiDfw" title="Contact us" tabindex="">Contact us</a></div> <div class="IdiomasCab"> <a href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Inicial/_qTOdJvTDy-Kf96IcYzG5hGPpmvBelpN9bDsFs8m8GRRyELs9a6sIHiHg3LKPeDjvx4-R3tfEsl3LzZI6goxW5yuaW1qnlKHwGS7SudKbpCMJYFMXQ8VG03ygC_BD6sWwknjdC73nkfaAG3fSpz12Ew" title="Catal脿">Catal脿</a><span class="SeparacionIdioma">&nbsp;</span><a href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Inicial/_qTOdJvTDy-Kf96IcYzG5hGPpmvBelpN9bDsFs8m8GRRyELs9a6sIHiHg3LKPeDjvx4-R3tfEsl3LzZI6goxW5yuaW1qnlKHwGS7SudKbpCMJYFMXQ8VG03ygC_BD6sWwknjdC73nkfapmCP_kPbNQA" title="Castellano">Castellano</a><span class="SeparacionIdioma">&nbsp;</span><a href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Inicial/_qTOdJvTDy-Kf96IcYzG5hGPpmvBelpN9bDsFs8m8GRRyELs9a6sIHiHg3LKPeDjvx4-R3tfEsl3LzZI6goxW5yuaW1qnlKHwGS7SudKbpCMJYFMXQ8VG03ygC_BD6sWwknjdC73nkfZw76Z_pqzyKw" title="English"><strong>English</strong></a><span class="SeparacionIdioma">&nbsp;</span><a href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Inicial/_qTOdJvTDy-Kf96IcYzG5hGPpmvBelpN9bDsFs8m8GRRyELs9a6sIHiHg3LKPeDjvx4-R3tfEsl3LzZI6goxW5yuaW1qnlKHwGS7SudKbpCMJYFMXQ8VG03ygC_BD6sWwknjdC73nkfYHxowOJr22ig" title="Fran莽ais">Fran莽ais</a> </div> </div> <div class="FilaMenu"> <a href="/ACCESSIBLE/Que-visitar/Que-visitar---Inicial/_qTOdJvTDy-IyA6VtSXfZPnJyDAF-cZowJsfLi8infeE" title="What to visit" accesskey="1" class="BotonMenu1">What to visit</a> <a href="/ACCESSIBLE/Transports/Transports---Inicial/_qTOdJvTDy-LyYqCJbP2t2A0QDanbveT0F3G3gBUK5Mw" title="Transports" accesskey="2" class="BotonMenu1">Transports</a> <a href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Inicial/_qTOdJvTDy-Kf96IcYzG5hJQh2_qQjfuQqpPfuY5Esr0" title="Other services" accesskey="3" class="BotonMenu1_Selecc">Other services</a> <a href="https://www.tur4all.com/resources/search?name=&fid_category=1&fid_subcategory=1&fid_country=209&region_first_level_code=09&region_second_level_code=8&fid_town=961" title="Where to sleep" accesskey="4" class="BotonMenu1">Where to sleep</a> <a href="/ACCESSIBLE/FAQS/Faqs-Inicial/_qTOdJvTDy-K1u5B84kVeGQZ9dq65bEJAsDG91z1w08w" title="Preguntes Freq眉ents" accesskey="5" class="BotonMenu2">FAQ</a> <a title="Link to the video Easy Barcelona for accessible tourism. Opens new window" target="_blank" href="http://youtu.be/vNwb1d95bnE"> <img class="BannerVideo" title="Link to the video Easy Barcelona for accessible tourism. Opens new window" alt="Link to the video Easy Barcelona for accessible tourism. Opens new window" src="/imgfiles/TBCNACC/imagenes/VideoEasyBarcelona/Barcelona_Experiencia_Accessible_EN.jpg"></a> </div> </div> <div class="ContenidoGral"> <a id="a" name="Ancla"></a> <div class="Migas"> <h2><strong>You are here:</strong> Other services</h2> </div> <div class="Intro1"> <div class="IndiceEnlaces2"> <span class="TxtRojo1">Index:</span>&nbsp;&nbsp; <a class="" title="Tourist information" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Informacio-Turistica/_qTOdJvTDy-IrlBsJOAQiagMb3JjjimOp7j0VSRvwhzk">Tourist information</a> <span class="SeparacionIndice">&nbsp;</span> <a class="" title="Visits and tours" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Visites-i-Tours/_qTOdJvTDy-LURzMNAmRT2B7V9F5U_LXBHYskY37hIP0">Visits and tours</a> <span class="SeparacionIndice">&nbsp;</span> <a class="" title="Travel agencies" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Agencies-de-viatges/_qTOdJvTDy-KclTuYaJ5j7tOlZmerVD7gA-4g4znv600">Travel agencies</a> <span class="SeparacionIndice">&nbsp;</span> <a class="" title="Orthopaedic shops" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Ortopedies-i-Ajudes-Tecniques/_qTOdJvTDy-I6NKjRPcbK1PPlB27odWkgLk1TFEb1ubw">Orthopaedic shops</a> <span class="SeparacionIndice">&nbsp;</span> <a class="" title="Adapted sport" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Esports-adaptats/_qTOdJvTDy-IdgLoCBSh9C_H70XHvI2IRefGDDRmYKjk">Adapted sport</a> <span class="SeparacionIndice">&nbsp;</span> <a class="" title="Adapted taxis" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Taxi-adaptat/_qTOdJvTDy-KRw8CgLQbzNUHcCabyAvvvv4RzOLW5FPI">Adapted taxis</a> <span class="SeparacionIndice">&nbsp;</span> <a class="" title="Post office and banks" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Correus-i-Oficines-Bancaries/_qTOdJvTDy-Jwv8LBebG_-SAw-WzZQPB-BjaGPOZoVqU">Post office and banks</a> <span class="SeparacionIndice">&nbsp;</span> <a class="" title="Courier services and transport of pets" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Missatgeria-i-Transports-de-Mascotes/_qTOdJvTDy-KjMPMh6EHe67v1DjV1pbXlh8ufWT97JFo">Courier services and transport of pets</a> <span class="SeparacionIndice">&nbsp;</span> <a class="" title="Specialised services" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Serveis-especialitzats/_qTOdJvTDy-KZTCXzGLwEGhNFT49bcvJDe5PevNc1ZR4">Specialised services</a> <span class="SeparacionIndice">&nbsp;</span> <a class="" title="Mobile Apps" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Apps/_SyrrkCPVEC_nRrIpJVYtSUMrxvgQmk5KoikjVJztQiM">Mobile Apps</a> </div> </div> <div class="Intro3"> <div class="SubIntro3"> <p>If you want to know which guided tours or information offices have the fewest architectural barriers, or about the way the Bus Tur铆stic has been adapted for hearing-impaired and reduced-mobility passengers, and to find out where you can practise sport unimpeded, hire a wheelchair or have it repaired, or the phone numbers of adapted taxis, you鈥檙e in the right section.</p> <div class="BloqueTransporte1"> <img title="Photo Tourist information" alt="Photo Tourist information" src="/files/9197-17-foto1/Info turistica.jpg" /> <h3><a title="Tourist information" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Informacio-Turistica/_qTOdJvTDy-IrlBsJOAQiagMb3JjjimOp7j0VSRvwhzk">Tourist information</a></h3> <p>Service providing personalised tourist information about Barcelona in several languages: tourist offices and Call Center (by phone, fax, post and e-mail).</p> </div> <div class="BloqueTransporte2"> <img title="Photo Visits and tours" alt="Photo Visits and tours" src="/files/9197-18-foto1/Visitas y tours.jpg" /> <h3><a title="Visits and tours" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Visites-i-Tours/_qTOdJvTDy-LURzMNAmRT2B7V9F5U_LXBHYskY37hIP0">Visits and tours</a></h3> <p>Tours of Barcelona on foot or on different means of transport, with a guide or under your own steam, including details about their accessibility.</p> </div> <div class="BloqueTransporte2"> <img title="Photo Travel agencies" alt="Photo Travel agencies" src="/files/9197-19-foto1/Agencies-Viatges.jpg" /> <h3><a title="Travel agencies" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Agencies-de-viatges/_qTOdJvTDy-KclTuYaJ5j7tOlZmerVD7gA-4g4znv600">Travel agencies</a></h3> <p>List of travel agencies specialising in accessible tourism or offering tours without barriers inside and outside the city. </p> </div> <div class="BloqueTransporte1"> <img title="Photo Orthopaedic shops" alt="Photo Orthopaedic shops" src="/files/9197-20-foto1/ortopedies-audiofon.JPG" /> <h3><a title="Orthopaedic shops" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Ortopedies-i-Ajudes-Tecniques/_qTOdJvTDy-I6NKjRPcbK1PPlB27odWkgLk1TFEb1ubw">Orthopaedic shops</a></h3> <p>Renting a wheelchair, repairing a hearing aid or purchasing a stick. Here are the companies that will guarantee your stay in Barcelona runs smoothly. </p> </div> <div class="BloqueTransporte2"> <img title="Photo Adapted sport" alt="Photo Adapted sport" src="/files/9197-22-foto1/psicina.JPG" /> <h3><a title="Adapted sport" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Esports-adaptats/_qTOdJvTDy-IdgLoCBSh9C_H70XHvI2IRefGDDRmYKjk">Adapted sport</a></h3> <p>If you want to take advantage of your stay to play golf, try your hand at sailing or have a swim in Barcelona鈥檚 accessible pools, click here!</p> </div> <div class="BloqueTransporte2"> <img title="Photo Adapted taxis" alt="Photo Adapted taxis" src="/files/9197-24-foto1/Taxi-Barcelona.JPG" /> <h3><a title="Adapted taxis" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Taxi-adaptat/_qTOdJvTDy-KRw8CgLQbzNUHcCabyAvvvv4RzOLW5FPI">Adapted taxis</a></h3> <p>A list of taxi firms in Barcelona and its surrounding area that have adapted vehicles. </p> </div> <div class="BloqueTransporte1"> <img title="Photo Post office and banks" alt="Photo Post office and banks" src="/files/9197-25-foto1/Caixer-Automatic-adaptat2.JPG" /> <h3><a title="Post office and banks" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Correus-i-Oficines-Bancaries/_qTOdJvTDy-Jwv8LBebG_-SAw-WzZQPB-BjaGPOZoVqU">Post office and banks</a></h3> <p>All the information you鈥檒l need about accessible ATMs, banks and post offices.</p> </div> <div class="BloqueTransporte2"> <img title="Photo Courier services and transport of pets" alt="Photo Courier services and transport of pets" src="/files/9197-26-foto1/Mascotes OK retallada.JPG" /> <h3><a title="Courier services and transport of pets" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Missatgeria-i-Transports-de-Mascotes/_qTOdJvTDy-KjMPMh6EHe67v1DjV1pbXlh8ufWT97JFo">Courier services and transport of pets</a></h3> <p>If you need to make a special delivery or take an assistance dog with you, this section features the companies that offer these services.</p> </div> <div class="BloqueTransporte2"> <img title="Photo Specialised services" alt="Photo Specialised services" src="/files/9197-27-foto1/Festa-bici-Areadaptada x Serveis especialitzats.JPG" /> <h3><a title="Specialised services" href="/ACCESSIBLE/Productes-i-serveis/Productes-i-Serveis---Serveis-especialitzats/_qTOdJvTDy-KZTCXzGLwEGhNFT49bcvJDe5PevNc1ZR4">Specialised services</a></h3> <p>Firms offering specialised services in accessible tourism that can be of interest for you while visiting Barcelona.</p> </div> </div> </div> </div> <div class="Pie"> <a href="/ACCESSIBLE/Altres-p脿gines/Varis-Mapa-Web/_kRgT7GIhXvn_MkV3igD4CuzF5rIhZ1w6TNMyaS6dOZVAFoiwnJmGbg" title="Website map" tabindex="13">Website map</a> <span class="SeparacionPie">&nbsp;</span> <a href="/ACCESSIBLE/Altres-p脿gines/Varis---Enlla莽os-d-interes/_XHxTrasl4-ZZNZhJ4Ng8e21G1tYaI6bVKUZ-1ow5HeOEOTEfxO-_CA" title="Useful links" tabindex="11">Useful links</a> <span class="SeparacionPie">&nbsp;</span> <a href="/ACCESSIBLE/Altres-p脿gines/Varis---Credits-i-Agraiments/_XHxTrasl4-amrdIfwUK2rWOEidhiPIfet-t87-7g1eMrliEibHU3eg" title="Acknowledgments" tabindex="12">Acknowledgments</a> <script type="text/javascript"> // <![CDATA[ function openExternal(){ if(document.getElementsByTagName) { var anchors = document.getElementsByTagName('a'); for(var i=0;i<anchors.length; i++){ var thisAnchor = anchors[i]; if((thisAnchor.getAttribute('href')) && (thisAnchor.getAttribute('rel') == 'external')){ thisAnchor.target = '_blank'; } } } } openExternal(); // ]]> </script> </div> <!-- lang:3 --><div class="BarraCorpInf2014"> <div class="BarraCorpInfCont2014"> <div class="LinksHomeDesCont2014" id="bc_container" style="display:none;height:235px;margin-top:-250px;"> <div class="LinsHomePestInf22014" style="margin-top:235px;"></div> <!-- este estilo ha cambiado de nombre --> <ul > <li><a href="https://visitbarcelona.com/visitac/" title="Turisme de Barcelona" target="_blank">Barcelona Experience</a></li> <li><a href="https://bcnshop.barcelonaturisme.com/shopv3/en/" title="VisitBarcelona Tickets, la tienda on-line de Turisme de Barcelona" target="_blank">Tickets</a></li> <li><a href="https://affiliate.barcelonaturisme.com/en/" title="Affiliate Turisme de Barcelona" target="_blank">Affiliate Turisme de Barcelona</a></li> <li><a href="https://www.barcelonacard.com/" title="Barcelona Card" target="_blank">Barcelona Card</a></li> <li><a href="https://professional.barcelonaturisme.com/?idioma=3" title="Turisme de Barcelona - Professional web site" target="_blank">Barcelona Consorci de Turisme</a></li> <li><a href="https://www.barcelonaconventionbureau.com/en/" title="Barcelona Convention Bureau" target="_blank">Barcelona Convention Bureau</a></li> <li><a href="https://www.barcelonapremium.com/" title="Barcelona Premium" target="_blank">Barcelona Premium</a></li> <li><a href="https://barcelonashoppingcity.com/en/" title="Barcelona Shopping City" target="_blank">Barcelona Shopping City</a></li> <li><a href="https://barcelonaweddingsdestination.com/" title="Barcelona Weddings" target="_blank">Barcelona Weddings</a></li> </ul> </div> <div class="BarraCorpInfBloc1b2014" style="width: 14vw !important; min-width: 13em !important;"><a href="https://visitbarcelona.com/" title="漏Turisme de Barcelona" target="_blank">漏Turisme de Barcelona</a></div> <div class="BarraCorpInfBloc22014"><a href="https://www.visitbarcelona.com/legal/warning/legal_en.pdf" target="_blank" title="Legal information">Legal information</a></div> <div class="BarraCorpInfBloc22014"><a href="https://www.visitbarcelona.com/legal/privacy/privacy_en.pdf" target="_blank" title="Privacy policy">Privacy policy</a></div> <div class="BarraCorpInfBloc2Dos2014"><a href="https://professional.barcelonaturisme.com/en/corporate/corporate-information/transparency/internal-whistleblowing-system" title="Internal whistleblowing system" target="_blank">Internal whistleblowing system</a></div> <div class="BarraCorpInfBloc32014" id="bc_homefooter"><a href="#" title="Other websites">Other websites</a></div> <!-- <div class="BarraCorpInfBloc22014" style="border-right:none;"><a href="http://professional.barcelonaturisme.com/vredirect?sec=42&leng=3" title="1-About us" target="_blank">About us</a></div> --> <div class="BarraCorpInfBloc22014" style="border-right:none;"><a href="https://professional.barcelonaturisme.com/en/corporate/corporate-information/about-us" title="About us" target="_blank">About us</a></div> </div> </div> <script type="text/javascript" src="/includes/general_scripts.js,ajax@ajaxCaller.js,ajax@sections.js"></script> <script type="text/javascript"> <!-- window.onload = new Function('iniciaScripts','document.eBDPageReady=true;' + onload_calls); // --> </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10