2012-04-19 17:58:02 +00:00
<!DOCTYPE html>
2012-04-20 17:55:52 +00:00
< html lang = "es" >
2012-04-19 17:58:02 +00:00
< head >
2012-04-23 19:30:55 +00:00
< title > Carta - Restaurante La Mano de Pablo - Las Tablas< / title >
2012-04-19 17:58:02 +00:00
< meta charset = "utf-8" >
< link rel = "stylesheet" href = "css/reset.css" type = "text/css" media = "all" >
2012-04-24 10:43:55 +00:00
< link rel = "stylesheet" href = "css/style.css" type = "text/css" media = "all" >
2012-04-23 19:30:55 +00:00
< link rel = 'stylesheet' href = 'http://fonts.googleapis.com/css?family=Forum' type = 'text/css' >
< link rel = "stylesheet" href = "fancybox/jquery.fancybox.css" type = "text/css" media = "screen" / >
< script type = "text/javascript" src = "js/jquery-1.7.2.min.js" > < / script >
< script type = "text/javascript" src = "fancybox/jquery.fancybox.pack.js" > < / script >
< script type = "text/javascript" src = "fancybox/custom.js" > < / script >
2012-04-19 17:58:02 +00:00
<!-- [if lt IE 9]>
< script type = "text/javascript" src = "js/html5.js" > < / script >
<![endif]-->
< / head >
2012-04-23 19:30:55 +00:00
< body >
< header >
< div class = "layout" >
< h1 > < a href = "index.html" > Restaurante - La Mano de Pablo< / a > < / h1 >
< ul id = "top_nav" >
2012-04-24 13:47:32 +00:00
< li > < a href = "../restaurante-pollos-a-la-brasa/index.html" > Pollos a la brasa< / a > < / li >
2012-04-23 19:30:55 +00:00
< / ul >
< nav >
< ul id = "menu" >
< li class = "active" > < a href = "index.html" > Restaurante< / a > < / li >
< li > < a href = "carta.html" > Carta< / a > < / li >
< li > < a href = "pizzas.html" > Pizzas< / a > < / li >
< li > < a href = "reservas.php" > Reservas< / a > < / li >
< / ul >
< / nav >
< br class = "clear" / >
< article >
< div class = "wrap" >
< section class = "cols" >
< div class = "box" >
< div >
< h2 > Entrantes < span > < / span > < / h2 >
< figure > < img src = "images/page3_img2.jpg" alt = "" > < / figure >
< p > Una cuidada selección de entrantes para comenzar.< / p >
< a href = "CookBook2.html" target = "_blank" onClick = "window.open(this.href, this.target, 'width=600,height=600'); return false;" class = "button" > + info< / a > < / div >
< / div >
< / section >
< section class = "cols" >
< div class = "box" >
< div >
< h2 > Parrilla< span > < / span > < / h2 >
< figure > < img src = "images/page3_img3.jpg" alt = "" > < / figure >
< p > Ensaladas elaboradas con los ingredientes más frescos.< / p >
< a href = "CookBook3.html" target = "_blank" onClick = "window.open(this.href, this.target, 'width=600,height=600'); return false;" class = "button" > + info< / a > < / div >
< / div >
< / section >
< section class = "cols" >
< div class = "box" >
< div >
< h2 class = "letter_spacing" > Pizzas < span > < / span > < / h2 >
< figure > < img src = "images/page3_img1.jpg" alt = "" > < / figure >
< p > Nuestras crujientes pizzas también se sirven a domicilio.< / p >
< a href = "CookBook1.html" target = "_blank" onClick = "window.open(this.href, this.target, 'width=600,height=600'); return false;" class = "button" > + info< / a > < / div >
< / div >
< / section >
< / div >
< br class = "clear" / >
< / article >
< / div >
< / header >
< article >
< div class = "layout" >
< section >
< div class = "cols" >
< h2 > Parrilla-Pizzería< / h2 >
< / div >
< div class = "cols" > < / div >
< div class = "col2" >
< h2 > Postres< / h2 >
< / div >
< br class = "clear" / >
< div class = "cols rborder" >
< figure > < img src = "images/page2_img3.jpg" alt = "" > < / figure >
< p > < strong > Nuestras frescas ensaladas< / strong > , proporcionan una buena cantidad de fibra, agua y muy pocas calorías, no dejes de disfrutarlas.< / p >
< / div >
< div class = "cols rborder" >
< figure > < img src = "images/page2_img4.jpg" alt = "" > < / figure >
< p > < strong > Exquisitos entrantes.< / strong > Ligeros, sabrosos y muy originales para un menú que se puede completar con una buena carne a la parrilla.< / p >
< / div >
< div class = "col2" >
< figure > < img src = "images/page2_img5.jpg" alt = "" > < / figure >
< p > < strong > Deliciosos postres< / strong > que sorprenderán los paladares más exigentes. La mejor forma de terminar una buena comida.< br / >
< a href = "galerias/postres/IMG_0027.jpg" data-fancybox-group = "postres" class = "fancybox aToolTip" > + info< / a >
< a href = "galerias/postres/IMG_0036.jpg" data-fancybox-group = "postres" class = "fancybox" > < / a >
< a href = "galerias/postres/IMG_0051.jpg" data-fancybox-group = "postres" class = "fancybox" > < / a >
< a href = "galerias/postres/IMG_0076.jpg" data-fancybox-group = "postres" class = "fancybox" > < / a >
< / p >
< / div >
< / section >
< br class = "clear" / >
< / div >
< / article >
< footer >
< section >
< h3 > Reservas: < span > 914 270 945< / span > < / h3 >
< a rel = "nofollow" href = "http://www.kroquis.net/" target = "_blank" > Website < / a > by kroquis.net < / section >
< / footer >
2012-04-19 17:58:02 +00:00
< / body >
< / html >