<!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 //
		
		$(this).find('.caption_big_bg').css('height', $('.caption_big').height()+20);
		$(this).find('.caption_little_bg').css('height', $('.caption_little').height()+20);
		$(this).find('.caption_booking_bg').css('height', $('.caption_booking').height()+20);
		
		//start (item big)
		$('.item_big').hover(function() {

			//Display caption
			$(this).find('.caption_big_bg').css('height', $('.caption_big').height()+20).stop(false,true).fadeOut(200);
			
		},
		function() {

			//Hide caption
			$(this).find('.caption_big_bg').stop(false,true).fadeIn(200);
			
		});
		
		//start (item little)
		$('.item_little').hover(function() {

			//Display caption
			$(this).find('.caption_little_bg').css('height', $('.caption_little').height()+20).stop(false,true).fadeOut(200);
			
		},
		function() {

			//Hide caption
			$(this).find('.caption_little_bg').stop(false,true).fadeIn(200);
			
		});
		
		//start (item booking)
		$('.item_booking').hover(function() {

			//Display caption
			$(this).find('.caption_booking_bg').css('height', $('.caption_booking').height()+20).stop(false,true).fadeOut(200);
			
		},
		function() {

			//Hide caption
			$(this).find('.caption_booking_bg').stop(false,true).fadeIn(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>
	
    


<div id="breadcrumbs"><a href="/">home</a></div>

<!-- BEGIN CONTENT -->

<div id="wrapper_int">

	<!-- BEGIN LEFT -->
	<div id="left">
	
		<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">
				<img src="/img/elcafedelgallery_pic01.jpg" alt="Cocina Mediterránea Barcelona" title="Cocina Mediterránea Barcelona" width="145" height="145" class="pic"/>
			</div>
			
			<div class="item_staticleft">
				<div class="nav">
					
                        	<a href="http://www.cafedelgallery.com/es/espacios" title="ESPACIOS">ESPACIOS</a>
						
                        	<a href="http://www.cafedelgallery.com/es/nuestra-comida" title="NUESTRA COMIDA">NUESTRA COMIDA</a>
						
                        	<a href="http://www.cafedelgallery.com/es/reserva-tu-mesa" title="RESERVA TU MESA">RESERVA TU MESA</a>
						
                        	<a href="http://www.cafedelgallery.com/es/actividades" title="ACTIVIDADES">ACTIVIDADES</a>
						
                        	<a href="http://www.cafedelgallery.com/es/eventos-especiales" title="EVENTOS ESPECIALES">EVENTOS ESPECIALES</a>
						
                        	<a class="active" href="http://www.cafedelgallery.com/es/equipo" title="EQUIPO">EQUIPO</a>
							
                        	<a href="http://www.cafedelgallery.com/es/galeria-de-imagenes" title="GALER&#205;A DE IMAGENES">GALER&#205;A DE IMAGENES</a>
						
					<!--a  href="http://www.cafedelgallery.com/es/contacto" style="text-transform:uppercase;">Contacto</a-->
					<a  href="http://www.cafedelgallery.com/es/prensa-y-noticias" style="text-transform:uppercase;">Prensa y Noticias</a>
				</div>
			</div>
			
			<div class="clear"></div>
			
			<div class="item2">
				<img src="/img/elcafedelgallery_pic02.jpg" alt="Restaurante Barcelona Centro" title="Restaurante Barcelona Centro" width="295" height="145" class="pic"/>
			</div>
			
			<div class="item">
				<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>
			
			<div class="clear"></div>
			
			<div class="item">
				<img src="/img/elcafedelgallery_pic04.jpg" alt="Café centro Barcelona" title="Café centro Barcelona" width="145" height="145" class="pic"/>
			</div>
			
			<div class="item2">
				<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>
			
			<div class="clear"></div>
			
			<div class="item2">
				<img src="/img/elcafedelgallery_pic06.jpg" alt="Restaurante con terraza Barcelona" title="Restaurante con terraza Barcelona" width="295" height="145" class="pic"/>
			</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>
		
	</div>
	<!-- FINISH LEFT -->


	<!-- BEGIN RIGHT -->
	
        <div id="right">
    
		<!-- BEGIN SUBNAV -->
		<div class="subnav">
			     
		</div>
		<!-- FINISH SUBNAV -->
		<h1 class="title">EQUIPO</h1>
		
        
            <div id="content"> 
            	<h5>EQUIPO</h5>
                <p>Nuestro equipo está compuesto por el Chef Miguel Ángel García Diez y el Maître Jesús Mutilva Barnet, ambos forman un tándem perfecto para ofrecer la mejor experiencia gastronómica acompańada del mejor servicio. El equipo es joven y lleno de entusiasmo, sólo así conseguimos sorprender y adelantarnos a las necesidades de nuestros clientes haciendo que se sientan como en su propia casa.</p>
            </div>
            <div class="picture">
                <img src='https://www.rolinesystem.com/v6/upload/img_website/57bdd0b995361ff069cf3d657349278edf0817214dce1efadb31e98238c7db3f/Website53/Menu337/SubMenu933/Headers/10266682032_dibujo.bmp' alt='_dibujo.bmp' width='490px' />
            </div>
        
		<script type="text/javascript">
        /* <![CDATA[ */
            $(document).ready(function(){
               $('#breadcrumbs').append(' > <a href="http://www.cafedelgallery.com/es/equipo">EQUIPO</a> ');
            });
        /* ]]> */
        </script> 
	</div>
	<!-- FINISH RIGHT -->

<!-- FINISH CONTENT -->

	<!-- BEGIN FOOTER -->
	<div id="footer">        
		
        	<div class="legal_foot">Desarrollado por <a href="http://www.rolinesystem.com" title="Roline System | motores de reservas, tiendas online &amp; web marketing" target="_blank">Roline System</a></div>
        	<a id="newsletterBtn"><img src="/img/elcafedelgallery_newsletter.png" alt="EL CAFE DEL GALLERY NEWSLETTER" height="12px"/>  Subscr&iacute;bete al Newsletter</a>
            <script type="text/javascript">
				function validForm(){
					if(parseInt(document.getElementById('city').value.length) < 4){
						alert('Por favor, introduzca su población');
						document.getElementById('city').focus();
						return false;
					}
					if(parseInt(document.getElementById('country').value.length) < 4){
						alert('Por favor, seleccione su pa&iacute;s');
						document.getElementById('country').focus();
						return false;
					}
					if(parseInt(document.getElementById('email').value.length) < 4){
						alert('Por favor, introduzca un e-mail correcto');
						document.getElementById('email').focus();
						return false;
					} else {
						if(!BuenMail(document.getElementById('email').value)){
							alert('El email introducido es incorrecto');
							document.getElementById('email').focus();
							return false;
						}
					}
					return true;
				}
				function BuenMail (string)
				{
					var at="@";
					var dot=".";
					var lat=string.indexOf(at);
					var lstr=string.length;
					var ldot=string.indexOf(dot);
					if (string.indexOf(at)==-1){ return false; }
					if (string.indexOf(at)==-1 || string.indexOf(at)==0 || string.indexOf(at)==lstr){ return false; }
					if (string.indexOf(dot)==-1 || string.indexOf(dot)==0 || string.indexOf(dot)==lstr){ return false; }
					if (string.indexOf(at,(lat+1))!=-1){ return false; }
					if (string.substring(lat-1,lat)==dot || string.substring(lat+1,lat+2)==dot){ return false; }
					if (string.indexOf(dot,(lat+2))==-1){ return false; }
					if (string.indexOf(" ")!=-1){ return false; }			
					return true;		
				}
			</script>
            <div id="newsletterForm">
            	<div id="ResultSendMail">&nbsp;</div>
            	<br>
                <form id="EnviarContacto" name="EnviarContacto" method="post">
                    <input type="hidden" name="Action" value="SendNewsletter" />
                    <ul>
                        <li>
                            <label for="email">E-mail</label>
                            <input type="text" name="email" id="email"/>
                        </li>
                    </ul>
                    <ul>
                        <li>
                            <label for="city">Población</label>
                            <input type="text" name="city" id="city"/>
                        </li>
                    </ul>
                    <ul>
                        <li>
                            <label for="country">Pa&iacute;s</label>
                            <input type="text" name="country" id="country"/>
                        </li>
                        <li id="buttons">
                            <a onclick="Javascript: if (validForm()) { SubmitForm('/includes/send_mail.asp', document.getElementById('EnviarContacto').elements, '#ResultSendMail'); }" class="button send"><img src="/img/elcafedelgallery_newsletter.png" alt="EL CAFE DEL GALLERY NEWSLETTER" height="12px"/>  Enviar</a>
                        </li>
                    </ul>
                </form>            
        	</div>
        
	</div>
	<!-- FINISH FOOTER -->
		
</div>



</body>


</html>