<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    
   	
    
     
    	 <title>Café del Gallery | Paseo de Gracia | Restaurante con Terraza Barcelona</title>
    
        <!-- METATAGS -->
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    
        <meta name="robots" content="all" />
        <meta name="revisit-after" content="7 days" />
        <meta http-equiv="expires" content="0" />
        <meta http-equiv="cache-control" content="public" />
        <meta http-equiv="pragma" content="no-cache" /> 
        
        <meta http-equiv="content-language" content="es" />
        <meta name="title" content="Café del Gallery | Paseo de Gracia | Restaurante con Terraza Barcelona" />
        <meta name="description" content="El Café del Gallery es un restaurante situado en el centro de Barcelona, concretamente en barrio del Eixample, a sólo unos pasos de Paseo de Gracia y Rambla Catalunya, se caracteriza por su agradable ambiente, mezclado con una decoración moderna y minimalista." />
        <meta name="author" content="Cafe del Gallery" />
        <meta name="date" content="2012-06-06T09:00:00+00:00" />
        <meta name="identifier-url" content="http://www.cafedegallery.com/" />
        <meta name="keywords" lang="es" content="cafe Barcelona, cafe en passeig de gracia, cafe en paseo de gracia, cafe barcelona centro, cafe centrico en barcelona, cafe cerca plaza cataluña, cafe cerca plaza catalunya, ofertas cafe barcelona" />
        
        <meta property="og:title" content="Cafe del Gallery, Barcelona - Cafe en Barcelona centro" /> 
        <meta property="og:description" content="El Café del Gallery es un restaurante situado en el centro de Barcelona, concretamente en barrio del Eixample, a sólo unos pasos de Paseo de Gracia y Rambla Catalunya, se caracteriza por su agradable ambiente, mezclado con una decoración moderna y minimalista." /> 
    
	
    
    <link rel="stylesheet" type="text/css" href="/includes/css/style.css"/>
    
    <!-- EMPIEZA - CSS PARA IPHONE Y MOVILES-->
	<style type="text/css">
	@media only screen and (max-device-width: 480px) {
	body {-webkit-text-size-adjust: none;}
	}
	</style>
	<!-- ACABA - CSS PARA IPHONE Y MOVILES-->
    
    <link rel="shortcut icon" href="http://www.galleryhotel.com/img/favicon.ico" />
    
    <!-- JQUERY -->
<script type="text/javascript" language="javascript" src="/includes/js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" language="javascript" src="/includes/js/jquery-ui-1.8.18.custom.min.js"></script>

<script type="text/javascript">
/* <![CDATA[ */
	$(document).ready(function(){
		$("#newsletterBtn").click(function(){
			$('#newsletterForm').show();
		});
	});
/* ]]> */
</script>


<!-- ACCORDION -->
<script type="text/javascript">
/* <![CDATA[ */
	$(document).ready(function(){
		$( "#accordion" ).accordion();
	});
/* ]]> */
</script>

<!-- BEGIN MENU INDEX JS -->
<script type="text/javascript">
/* <![CDATA[ */
	$(document).ready(function() {
	
		//variables (movimiento + zoom 120%)
		var move = -15;
		var zoom = 1.2;
	
		//start (item little)
		$('.item').hover(function() {
			
			//Set the width and height according to the zoom percentage
			width = $('.item').width() * zoom;
			height = $('.item').height() * zoom;
			
			//Move-zoom image
			//$(this).find('.pic').stop(false,true).animate({'width':width, 'height':height, 'top':move, 'left':move}, {duration:200});
			
			//Display caption
			$(this).find('.caption').stop(false,true).fadeIn(200);
		},
		function() {
			//Reset image
			//$(this).find('.pic').stop(false,true).animate({'width':$('.item').width(), 'height':$('.item').height(), 'top':'0', 'left':'0'}, {duration:100});	
	
			//Hide caption
			$(this).find('.caption').stop(false,true).fadeOut(200);
		});
		
		//start (item big)
		$('.item2').hover(function() {
			
			//Set the width and height according to the zoom percentage
			width = $('.item2').width() * zoom;
			height = $('.item2').height() * zoom;
			
			//Move-zoom image
			//$(this).find('.pic').stop(false,true).animate({'width':width, 'height':height, 'top':move, 'left':move}, {duration:200});
			
			//Display caption
			$(this).find('.caption').stop(false,true).fadeIn(200);
		},
		function() {
			//Reset image
			//$(this).find('.pic').stop(false,true).animate({'width':$('.item2').width(), 'height':$('.item2').height(), 'top':'0', 'left':'0'}, {duration:100});	
	
			//Hide caption
			$(this).find('.caption').stop(false,true).fadeOut(200);
		});
		
		
		
		// NEW VERSION //
		
		//start (item big)
		$('.item_big').hover(function() {

			//Display caption
			$(this).find('.caption_big_bg').stop(false,true).fadeIn(200);
			
		},
		function() {

			//Hide caption
			$(this).find('.caption_big_bg').stop(false,true).fadeOut(200);
			
		});
		
		//start (item little)
		$('.item_little').hover(function() {

			//Display caption
			$(this).find('.caption_little_bg').stop(false,true).fadeIn(200);
			
		},
		function() {

			//Hide caption
			$(this).find('.caption_little_bg').stop(false,true).fadeOut(200);
			
		});
		
		//start (item big)
		$('.item_vertical').hover(function() {

			//Display caption
			$(this).find('.caption_vertical_bg').stop(false,true).fadeIn(200);
			
		},
		function() {

			//Hide caption
			$(this).find('.caption_vertical_bg').stop(false,true).fadeOut(200);
			
		});
		
		//start (item middle)
		$('.item_middle').hover(function() {

			//Display caption
			$(this).find('.caption_middle_bg').stop(false,true).fadeIn(200);
			
		},
		function() {

			//Hide caption
			$(this).find('.caption_middle_bg').stop(false,true).fadeOut(200);
			
		});
	
	});
/* ]]> */
</script>
<!-- FINISH MENU INDEX JS -->


<!-- CYCLE -->
<script type="text/javascript">
/* <![CDATA[ */
$(document).ready(function() {	
    $('#slideNews').cycle({ 
        fx:     	'scrollUp',
		slideExpr: 	'li',
        speed:   	500, 
        timeout: 	0, 
        pager:  	'#pagerNews', 
		next:   	'#next_new',
        prev:   	'#prev_new'
    }); 
	$('#slidePicts').cycle({ 
        fx:     	'scrollLeft',
		slideExpr: 	'li',
        speed:   	500, 
        timeout: 	0, 
        pager:  	'#pagerPicts', 
		next:   	'#next_pict',
        prev:   	'#prev_pict'
    }); 
});
/* ]]> */
</script>

<!-- SUBMIT FORM -->
<script type="text/javascript">
/* <![CDATA[ */
function SubmitForm(ProcessURL, FormElements, DivResult){
    var QueryString = "";
    for(var i=0;i<(FormElements.length);i++)
    {
        QueryString += FormElements[i].name + "=" + escape(FormElements[i].value) + "&";
    } 
    
    jQuery.post(ProcessURL, QueryString, function(theResponse){
        jQuery(DivResult).html(theResponse);
    }); 
    
    return false;
}
/* ]]> */
</script>
	
<!-- BEGIN COLORBOX -->
<script type="text/javascript">
/* <![CDATA[ */
	$(document).ready(function(){
		$("a[rel='events']").colorbox({transition:"fade", iframe: "true", rel:"nofollow", width:"620px", height:"780px", opacity: "0.75"});
		$("a[rel='contacto']").colorbox({transition:"fade", iframe: "true", rel:"nofollow", width:"950px", height:"500px"});
		$("a[rel='colorbox']").colorbox({transition:"fade", iframe: "true", rel:"nofollow", width:"950px", height:"410px"});
		$("a[rel='galeria']").colorbox({transition:"fade", rel:"galeria", opacity: "0.7"});
	});
/* ]]> */
</script>
<!-- FINISH COLORBOX -->


<script type="text/javascript">
 
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-30987731-1']);
  _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>

    
</head>

<body>
	
    


<!-- BEGIN CONTENT -->

<div id="wrapper_home">

	<div class="header">
    	
        	<a href="/" title="Café del Gallery | Home"><img alt="Café del Gallery" src="/img/elcafedelgallery.png"></a>
        
    </div>
	
	<div id="menu">
		<div class="item">
			<a href="/es/nuestra-comida">
                <img src="/img/elcafedelgallery_pic01.jpg" alt="Cocina Mediterránea Barcelona" title="Cocina Mediterránea Barcelona" width="145" height="145" class="pic"/>
                <div class="caption">
                    Nuestra<br />comida<br><img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery"/>
                </div>
			</a>
		</div>
		
		<div class="item2">
			<a href="/es/reserva-tu-mesa">
			<img src="/img/elcafedelgallery_pic02.jpg" alt="Restaurante Barcelona Centro" title="Restaurante Barcelona Centro" width="295" height="145" class="pic"/>
			<div class="caption">
				Reserva<br />tu mesa<img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery" style="margin-left: 10px;"/>
			</div>
			</a>
		</div>
		
		<div class="clear"></div>
		
		<div class="item2">
			<a href="/es/actividades">
			<img src="/img/elcafedelgallery_pic07.jpg" alt="Cocktails Barcelona Centro" title="Cocktails Barcelona Centro" width="295" height="145" class="pic"/>
			<div class="caption">
				Actividades<img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery" style="margin-left: 10px;"/>
			</div>
			</a>
		</div>
		
		<div class="item">
			<a href="/es/contacto">
			<img src="/img/elcafedelgallery_pic03.jpg" alt="Bar de encuentro Paseo de Gracia" title="Bar de encuentro Paseo de Gracia" width="145" height="145" class="pic"/>
			<div class="caption">
				Contacto<br><img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery"/>
			</div>
			</a>
		</div>
		
		<div class="clear"></div>
		
		<div class="item">
			<a href="/es/equipo">
			<img src="/img/elcafedelgallery_pic04.jpg" alt="Café centro Barcelona" title="Café centro Barcelona" width="145" height="145" class="pic"/>
			<div class="caption">
				Equipo<br><img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery"/>
			</div>
			</a>
		</div>
		
		<div class="item2">
			<a href="/es/eventos">
			<img src="/img/elcafedelgallery_pic05.jpg" alt="Eventos al aire libre Barcelona" title="Eventos al aire libre Barcelona" width="295" height="145" class="pic"/>
			<div class="caption">
				Eventos<img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery" style="margin-left: 10px;"/>
			</div>
			</a>
		</div>
		
		<div class="clear"></div>
		
		<div class="item2">
			<a href="/es/espacios">
			<img src="/img/elcafedelgallery_pic06.jpg" alt="Restaurante con terraza Barcelona" title="Restaurante con terraza Barcelona" width="295" height="145" class="pic"/>
			<div class="caption">
				Espacios <img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery" style="margin-left: 10px;"/>
			</div>
			</a>
		</div>
		
		<div class="address">
			<div class="facebook">
			<a href="https://www.facebook.com/galleryhotelbcn" target="_blank"><img src="/img/elcafedelgallery_facebook.png" alt="FACEBOOK -  EL CAFÉ DEL GALLERY" title="FACEBOOK -  EL CAFÉ DEL GALLERY" width="25px"/></a>
			</div>
		
			<p>Rosselló 249<br>08008 Barcelona<br>93 415 88 94<br><a href="/es/contacto" style="float:left;"><img src="/img/elcafedelgallery_email.png" alt="EMAIL EL CAFÉ DEL GALLERY" title="info@cafedelgallery.com --> Send us an E-mail!" width="15px"/></a><a href="/es/contacto" style="float:left; padding-left:5px">Contacto</a></p>
			<!--
			<a href="/ca">CATALÀ</a><br>
			-->
			<br>
            <a href="/">ESPAÑOL</a><br>
            <a href="/en">ENGLISH</a><br>
            <a href="/fr">FRANÇAIS</a>
		</div>
		
		<div class="clear"></div>
	</div>
	
<!-- FINISH CONTENT -->

	<!-- BEGIN FOOTER -->
	<div id="footer">        
		
        	<div class="legal_foot"><a onclick="Javascript: $('#MoreInfo').show();">Más información</a></div>
        	<div><a href="http://www.galleryhotel.com" target="_blank" style="color:#FFF;" title="Gallery Hotel Barcelona">Gallery Hotel</a></div> 
			<div id="MoreInfo" style="display:none; clear:both; font-size: 12px; padding: 20px 0;">
            	 
        			<p style="border-top:solid 1px #FFF;"><br />El Café del Gallery es un restaurante situado en el centro de Barcelona, concretamente en barrio del Eixample, a sólo unos pasos de Paseo de Gracia y Rambla Catalunya, se caracteriza por su agradable ambiente, mezclado con una decoración moderna y minimalista. La terraza de nuestro restaurante en Barcelona centro, está justo al lado de los Jardines del Palau: un pequeño oasis, dónde evadirse del bullicio de la ciudad para degustar una elaborada carta basada en la cocina mediterránea.<br />
El Café del Gallery ofrece una cuidada selección de propuestas para adaptarse a todas las necesidades, desde un menú express, rápido y elaborado, así como otras opciones más completas dentro del menú semanal o una deliciosa carta pensada para compartir platos con multitud de sugerencias. Además, la oferta de nuestro restaurante de cocina mediterránea en Barcelona se amplía con el Take Away, que consiste en desayunos y comidas para llevar.</p>
    	
				
            </div>
		
	</div>
	<!-- FINISH FOOTER -->
		
</div>



</body>


</html>