@charset "utf-8";
@import url("html5-reset.css");

@font-face {
    font-family: 'bebas_neueregular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 1. Base Body Styles
/*-------------------------------------------------------------------------------------------------------*/
* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
html, body {
    height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
  	line-height: 1em; 	
  	/*background: url(../images_web/body-bg.png) #f0ece1;*/
	background: #000;
  	color: #909090;
}
.entrantes, .pescados {
	background: #000;	
}
.clear {
	height: 0;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.centered-text {
	text-align: center;
}
.justified-text {
	text-align: justify;
}
.line-through-text {
	text-decoration:line-through !important;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.footer-space {
	height: 20px;
}
.shadow-photo {
	margin: 15px 0px 5px 5px;
	border: 5px solid #FFF;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	box-shadow: 0px 0px 3px #CCCCCC;
}
h1, h2, h3, h4, h5, h6 {
  	color: #333;
  	font-family: 'open_sansregular', Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2em;
	line-height: 1.4em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.6em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}
.separator, .separator-transparente {
	height: 15px;
  	background: url(../images_web/sep-line-stars.png) white repeat-x center center;
  	border: none;
  	margin: 20px 0px 25px;
}
p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #666;
	margin-bottom: 10px;
}
.clear-two {
	display: none;
}
.link {
	cursor: pointer;	
}
/*-------------------------------------------------------------------------------------------------------*/
/* 2. Cookies Styles
/*-------------------------------------------------------------------------------------------------------*/
#notification-cookies {
	display: none;
	position: fixed;
	cursor: pointer;
	width: 100%;
	font-size: 10px;
	text-align: left;
	border-top: 2px solid #0099ff;
	background: #fff;
	color: #666;
	border-top: 2px solid #fff;
    -moz-box-shadow:0 0em 0.5em rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0 0em 0.5em rgba(0, 0, 0, 0.3);
    box-shadow:0 0em 0.5em rgba(0, 0, 0, 0.3);
	z-index: 9999;
}
#notification-cookies p {
	width: 85%;
	text-align: left;
}
#notification-cookies p a {
	color: #000;
	text-decoration: underline;
}
#notification-cookies .inner {
	position: relative;
	width: 90%;
	margin: 16px auto;
}
#notification-cookies .close {
	font-size: 10px;
	position: absolute;
	color: #000;
	top: 0px;
	right: 0;
	text-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
#notification-cookies a.close:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 3. Header Styles
/*-------------------------------------------------------------------------------------------------------*/
header {
	width: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
	
/* INIT HEADER */
.header-content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}	
.header-logo {
	width: 100%;
	max-width: 225px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0px;
	float: left;
}	
.header-logo img {
	width: 100%;
}
.header-social {
	width: 100%;
	max-width: 42px;
	float: right;
	text-align: right;
	height: 42px;
	padding-top: 10px;
	padding-right: 10px;
}
.header-nav {
	display: none;
}
#botmenu {
	display: inline-block;
	float: right;
	font-size: 1.4em;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	cursor: pointer;
	padding: 0.7em;
	margin: -20px 0px 1px 0px;
}
.group {
	clear: both;
}
.menu-trigger { 
	display: block; 
}
.no-js .menu-trigger { 
	display: none; 
}	
.navigation { 
	display: none;
}
.no-js .navigation { 
	display: block;
}
#top-menu {
	overflow: hidden;
	width: 100%;
	background-color: #000;
	padding: 10px 2% 1px 2%;
}
#top-menu ul {
	text-align: left;
	margin: 0px 0px 0px 0px;
}
#top-menu li:first-child {
	margin: 0px;
}
#top-menu li:last-child {
	margin: 0px;
}
#top-menu li {
	float: left;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-menu li a {
	font: normal 1.5em/1.3em Arial, Verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
#top-menu li a:hover {
	color: #EFEFEF;
}

/* INIT RESERVATION STRIP */
.bottom-strip-wrapper-portada {
   width: 100%;
   height: 50px;
   /*background: url(../images_web/phone-strip.png) repeat-x #fbdfa8;*/   
   background: #666;
   /*margin-bottom: 45px;*/
}
.bottom-strip-wrapper {
   width: 100%;
   height: 50px;
   /*background: url(../images_web/phone-strip.png) repeat-x #fbdfa8;*/   
   background: #666;
}
.bottom-strip {
  	max-width: 1000px;
  	text-align: center;
  	margin: 0 auto;
}
.bottom-strip p {
  	color: #FFF;
	font: normal 1.2em/1.2em Arial, 'open_sansregular', Georgia, "Times New Roman", Times, serif;
  	word-spacing: 1px;
	padding: 15px 0px 6px;
}
.bottom-strip b {
	font: bold 1.4em/1.2em Arial, 'open_sansregular', Georgia, "Times New Roman", Times, serif;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 4. Body Styles
/*-------------------------------------------------------------------------------------------------------*/
#main-content-wrapper {
	max-width: 1000px;
	margin: 200px auto 0px;
}
#main, #main-transparente {
  	max-width: 940px;
  	background-color: #fff;
  	border: 1px solid #b4b4b4;
  	box-shadow: 0px 0px 3px #c2c1bf;
  	-moz-box-shadow: 0px 0px 3px #c2c1bf;
  	-webkit-box-shadow: 0px 0px 3px #c2c1bf;
	padding: 5px;
	margin: 0px 5% 45px 5%;
}
.content {
  	max-width: 924px;
  	border: 1px solid #e8e8e8;
	padding: 0px 20px 0px;
  	margin: auto;
}
.content-top {
  	background: url(../images_web/main-top.png) no-repeat center top;
  	margin: -34px 0px 16px;
}
.content-bottom {
  	background: url(../images_web/main-bottom.png) no-repeat center top;
  	margin-bottom: -38px;
}
.content-top, .content-bottom {
  	width: 100%;
  	height: 54px;
  	overflow: hidden;
}
#content-info ul li {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #666;
	margin-bottom: 10px;		
}

#content-info ul li a {
	font-size: 1em;
	line-height: 1em;
	color: #000;
	margin-bottom: 10px;		
}

/* INIT PAGE HEAD */
.page-head h1, .page-head-transparente h1 {
  	text-align: center;
	background: url(../images_web/page-title-symbol.png) repeat-x 0 20px;
	margin-bottom: 25px;
}
.page-head h1 span, .page-head-transparente h1 span {
  	display: inline-block;
  	background-color: #ffffff;
  	padding: 0px 7px;
}
.page-head p, .page-head-transparente p {
  	text-align: center;
  	margin-bottom: 25px;
}

/* INIT HOME CONTENT */
.article-item {
	width: 100%;
	margin: 0px 0px 30px 0px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #fce2af;
}
#item-img {
	display:block;
	width:100%;
	max-width: 250px;	
	height:auto;
	margin: 0 auto;
}
#facebook-wrapper {
	text-align: center;
}
.article-item p {
	text-align: left;	
	margin: 10px 0px 0px 0px;
}
.article-item p.readlink {
	text-align: center;	
	margin: 10px 0px 0px 0px;
}
.article-item a {
	text-decoration: none;
	-webkit-box-shadow: #f9f9f9 -1px -1px 0px, 1px 1px 1px #d8d8d8;
  	-moz-box-shadow: #f9f9f9 -1px -1px 0px, 1px 1px 1px #d8d8d8;
  	box-shadow: #f9f9f9 -1px -1px 0px, 1px 1px 1px #d8d8d8;	
}
.article-item a:hover {
	-webkit-transition-duration: 0.3s;
  	-moz-transition-duration: 0.3s;
  	-o-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-timing-function: ease-out;
  	-moz-transition-timing-function: ease-out;
  	-o-transition-timing-function: ease-out;
  	transition-timing-function: ease-out;	
}
.readmore {
  	display: inline-block;
  	background-color: #824328;
  	border: 2px solid #ffffff;
  	padding: 5px 12px;
  	color: #fff;
  	font-size: 1.2em;
}
.readmore:hover, .readmore:focus {
  	background-color: #55240f;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 5. Footer Styles
/*-------------------------------------------------------------------------------------------------------*/
#footer-wrapper, #footer-wrapper-scroll {
   width: 100%;
   /*background: url(../images_web/footer-bg.png) black repeat-x center top;*/
   background: #000;
   padding: 8px 0px 0px 0px;
}
footer {
	max-width: 1000px;
	min-height: 100px;
	font: normal 1em/1em  Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding: 15px;
	margin: 0 auto;
}
footer p {
	color: #999;
}
footer a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}

/* INIT FOOTER MENU */
#footer-menu {
  	padding-bottom: 20px;
	overflow: hidden;
}
#footer-menu ul li {
	display: inline-block;
	width: 48%;
  	margin: 0px 0px 10px 0px;
}
#footer-menu ul li a {
  	font-family:  Arial, Helvetica, sans-serif;
  	font-size: 1em;
  	color: #FFF;
  	text-decoration: none;
}
#footer-menu ul li a:hover, #footer-menu ul li a:focus {
  	color: #EFEFEF;
}

/* INIT FOOTER SOCIAL MEDIA */
footer ul.social-nav {
  	margin-bottom: 35px;
}
footer .social-nav li {
  	display: inline;
  	width: 32px;
  	height: 32px;
  	margin: 0 3px 0 3px;
}
footer .social-nav li a {
  	display: inline-block;
 	width: 32px;
  	height: 32px;
}
footer .social-nav li.facebook a {
  	background: url(../images_web/facebook.png) 0 0 no-repeat;
}
footer .social-nav li.facebook:hover a {
	background-position: bottom;	
}

/*-------------------------------------------------------------------------------------------------------*/
/* 6. Slider Styles
/*-------------------------------------------------------------------------------------------------------*/
.slider-wrapper {
	width: 100%;
  	height: auto;
	background-color: #000;
  	/*background:url(images/slider-bg.jpg) #250804 no-repeat center center;*/
  	border-top: 1px solid #cfbc91;
}
.flexslider {
	overflow: hidden;
  	position: relative;
  	width: 100%;
  	height: auto;
  	margin: auto;
}
.slider-wrapper .flexslider .slides img {
	display: block;
  	width: 100%;
}
.flex-direction-nav {
  	display: none;
}
.flex-direction-nav li a {
	display: block;
	position: absolute;
  	top: 50%;
	width: 22px;
  	height: 44px;
  	text-indent: -999em;
	cursor: pointer;
  	margin-top: -22px;
  	z-index: 150;
}
.flex-direction-nav li a.flex-next {
  	background: url(../images_web/slider-nav-right.png) no-repeat 0px 0px;
  	right: 0px;
}
.flex-direction-nav li a.flex-next:hover {
  	background-position: 0px -56px;
}
.flex-direction-nav li a.flex-prev {
  	background: url(../images_web/slider-nav-left.png) no-repeat 0px 0px;
  	left: 0px;
}
.flex-direction-nav li a.flex-prev:hover {
  	background-position: 0px -56px;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 7. Google Maps Styles
/*-------------------------------------------------------------------------------------------------------*/
#map-canvas {
	width: 100%;
	min-height: 300px;
	height: auto;
	margin: 0px auto 30px auto;
}
#control, #directions-panel {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666;
	margin: 0px auto 10px auto;
}
#control input {
	width: 70%;
	font-style: italic;
	color: #333;
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	box-shadow: 0px 0px 3px #CCCCCC;
	margin: 5px;
}
.for-control-buttom {
	display: inline-block;
  	background-color: #666;
  	border: 2px solid #ffffff;
  	padding: 5px 12px;
  	color: #fff;
  	font-size: 1.2em;
}
.shadow-photo {
	margin: 15px 0px 5px 5px;
	border: 5px solid #FFF;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	box-shadow: 0px 0px 3px #CCCCCC;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 8. Gallery Styles
/*-------------------------------------------------------------------------------------------------------*/
/* INIT GALLERY */
.gallery-img-left {
	display: block;
	width: 98%;
	max-width: 300px;	
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.gallery-img-right {
	display: block;
	width: 98%;
	max-width: 300px;	
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.img-restaurante {
	width: 100%;
	max-width: 806px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.img-restaurante img {
	width: 100%;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 9. Our Plates Styles
/*-------------------------------------------------------------------------------------------------------*/
/* INIT GALLERY */
.plates-img {
	display: block;
	width: 98%;
	max-width: 400px;	
	height: auto;
	text-align: center;
	border-bottom: 1px solid #fce2af;
	padding-bottom: 30px;
	margin: 0px auto 30px auto;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 10. Menus Styles
/*-------------------------------------------------------------------------------------------------------*/
/* INIT MAIN SECTION (PLATES) */
#menu-plates, #menu-wines {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fce2af;
	padding-bottom: 30px;
	margin: 0px auto 30px auto;	
}
#menu-plates h3, #menu-wines h3 {
	font-size: 2em;
	line-height: 2em;
	margin-bottom: 20px;
}
#menu-plates h4, #menu-wines h4 {
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 10px;
}
#menu-plates ul, #menu-wines ul {
	list-style: none;
	margin-bottom: 15px;
}
#menu-plates ul li, #menu-wines ul li {
	font-size: 1.4em;
	line-height: 1.4em;
}
#menu-plates ul li.carta, #menu-wines ul li.carta {
	font-size: 1.4em;
	line-height: 1.4em;
	padding-bottom: 5px;
}
#menu-plates p.menu-others, #menu-wines p.menu-others {
	font-size: 1.4em;
	line-height: 1.4em;
}
#menu-plates p.price, #menu-wines p.price {
	font-size: 1.6em;
	line-height: 1.6em;	
	font-weight: bold;
	color: #333;
}
.plate-price {
	color: #444;	
}

/* INIT ASIDE MENUS */
#menus, #menus-bodega {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	margin: 0px auto 30px auto;
}
#menus h4, #menus-bodega h4 {
	font-size: 2em;
	line-height: 2em;
}
#menus ul, #menus-bodega ul {
	list-style: none;
	margin-bottom: 15px;
}
#menus ul li {
	font-family: 'open_sanslight', Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #666;
}
#menus-bodega ul li {
	font-family: 'open_sanslight', Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #666;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 11. Reservation Styles
/*-------------------------------------------------------------------------------------------------------*/
#reservation {
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 12. Index Image Smartphone
/*-------------------------------------------------------------------------------------------------------*/
#big-img {
	margin-top: 100px;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 13. Offers Page
/*-------------------------------------------------------------------------------------------------------*/
.regalo-left {
	width: 100%;	
}
.regalo-right {
	width: 100%;	
}
.img-regalo {
	width: 100%;
	max-width: 300px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.img-regalo img {
	width: 100%;
}
.precio-regalo {
	color: #333;
  	font-family: 'open_sansregular', Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.6em;	
}
.precio-total {
	color: #333;
  	font-family: 'open_sansregular', Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
	font-size: 2em;
	line-height: 2em;
}
.boton-regalo {
	font-size: 1.4em;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	cursor: pointer;
	padding: 0.7em;
	margin: 20px 10px;
}
#fregalar label {
	display: block;
	width: 100%;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #666;
	margin-bottom: 5px;
	margin-top: 10px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
textarea.form-control {
    height: auto;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 14. Validation Errors
/*-------------------------------------------------------------------------------------------------------*/
.validation-error-message {
	font: normal 12px/20px 'Open Sans', sans-serif;
	color: #666;
	padding: 20px;
}

/*-------------------------------------------------------------------------------------------------------*/
/* 15. TripAdvisor
/*-------------------------------------------------------------------------------------------------------*/
.TA_certificateOfExcellence ul {
	list-style: none;
}

/*********************/
/* INIT MEDIAQUERIES */
/*********************/
@media only screen and (min-width: 481px) and (max-width: 767px) {
	h1 {
		font-size: 2em;
		line-height: 2em;
	}
	.res-hidde {
		display: none;
	}
	
	/* INIT CONTENT */
	#main {
		margin: 0px 10% 45px 10%;	
	}
		
	/* INIT HOME CONTENT */
	.article-item {
		float: left;
		width: 46%;
		margin: 0px 1% 30px 1%;
		padding-bottom: 30px;
		border-bottom: none;
	}
	.article-item p.readlink {
		text-align: left;	
		margin: 10px 0px 0px 0px;
	}
	.clear-two {
		display:block;
		height: 0;
		margin: 0px;
		padding: 0px;
		clear: both;
		font-size: 0px;
		line-height: 0px;
	}
	
	/* INIT FOOTER MENU */
	#footer-menu ul li {
		display: inline-block;
		width: 33%;
	  	margin: 10px 0px 10px 0px;
	}
	#footer-menu ul li a {
		font-size: 1em;
	}
	
	/* INIT MAP GOOGLE */
	#control input {
		width: 30%;
	}
}

@media only screen and (min-width: 768px) {
	.restaurante {
		/* Location of the image */
		background-image: url(../images_web/fondos/restaurante.jpg);
		
		/* Image is centered vertically and horizontally at all times */
		background-position: center center;
		
		/* Image doesn't repeat */
		background-repeat: no-repeat;
		
		/* Makes the image fixed in the viewport so that it doesn't move when 
		 the content height is greater than the image height */
		background-attachment: fixed;
		
		/* This is what makes the background image rescale based on its container's size */
		background-size: cover;
		
		/* Pick a solid background color that will be displayed while the background image is loading */
		background-color:#000;	
	}
	.menu01 {
		/* Location of the image */
		background-image: url(../images_web/fondos/menu01.jpg);
		
		/* Image is centered vertically and horizontally at all times */
		background-position: center center;
		
		/* Image doesn't repeat */
		background-repeat: no-repeat;
		
		/* Makes the image fixed in the viewport so that it doesn't move when 
		 the content height is greater than the image height */
		background-attachment: fixed;
		
		/* This is what makes the background image rescale based on its container's size */
		background-size: cover;
		
		/* Pick a solid background color that will be displayed while the background image is loading */
		background-color:#000;	
	}
	.menu02 {
		/* Location of the image */
		background-image: url(../images_web/fondos/menu02.jpg);
		
		/* Image is centered vertically and horizontally at all times */
		background-position: center center;
		
		/* Image doesn't repeat */
		background-repeat: no-repeat;
		
		/* Makes the image fixed in the viewport so that it doesn't move when 
		 the content height is greater than the image height */
		background-attachment: fixed;
		
		/* This is what makes the background image rescale based on its container's size */
		background-size: cover;
		
		/* Pick a solid background color that will be displayed while the background image is loading */
		background-color:#000;	
	}
	.entrantes {
		/* Location of the image */
		background-image: url(../images_web/fondos/entrantes.jpg);
		
		/* Image is centered vertically and horizontally at all times */
		background-position: center center;
		
		/* Image doesn't repeat */
		background-repeat: no-repeat;
		
		/* Makes the image fixed in the viewport so that it doesn't move when 
		 the content height is greater than the image height */
		background-attachment: fixed;
		
		/* This is what makes the background image rescale based on its container's size */
		background-size: cover;
		
		/* Pick a solid background color that will be displayed while the background image is loading */
		background-color:#000;	
	}
	.pescados {
		/* Location of the image */
		background-image: url(../images_web/fondos/pescados.jpg);
		
		/* Image is centered vertically and horizontally at all times */
		background-position: center center;
		
		/* Image doesn't repeat */
		background-repeat: no-repeat;
		
		/* Makes the image fixed in the viewport so that it doesn't move when 
		 the content height is greater than the image height */
		background-attachment: fixed;
		
		/* This is what makes the background image rescale based on its container's size */
		background-size: cover;
		
		/* Pick a solid background color that will be displayed while the background image is loading */
		background-color:#000;	
	}
	.carnes {
		/* Location of the image */
		background-image: url(../images_web/fondos/carnes.jpg);
		
		/* Image is centered vertically and horizontally at all times */
		background-position: center center;
		
		/* Image doesn't repeat */
		background-repeat: no-repeat;
		
		/* Makes the image fixed in the viewport so that it doesn't move when 
		 the content height is greater than the image height */
		background-attachment: fixed;
		
		/* This is what makes the background image rescale based on its container's size */
		background-size: cover;
		
		/* Pick a solid background color that will be displayed while the background image is loading */
		background-color:#000;	
	}
	.postres {
		/* Location of the image */
		background-image: url(../images_web/fondos/postres.jpg);
		
		/* Image is centered vertically and horizontally at all times */
		background-position: center center;
		
		/* Image doesn't repeat */
		background-repeat: no-repeat;
		
		/* Makes the image fixed in the viewport so that it doesn't move when 
		 the content height is greater than the image height */
		background-attachment: fixed;
		
		/* This is what makes the background image rescale based on its container's size */
		background-size: cover;
		
		/* Pick a solid background color that will be displayed while the background image is loading */
		background-color:#000;	
	}
	.bodega {
		/* Location of the image */
		background-image: url(../images_web/fondos/bodega.jpg);
		
		/* Image is centered vertically and horizontally at all times */
		background-position: center center;
		
		/* Image doesn't repeat */
		background-repeat: no-repeat;
		
		/* Makes the image fixed in the viewport so that it doesn't move when 
		 the content height is greater than the image height */
		background-attachment: fixed;
		
		/* This is what makes the background image rescale based on its container's size */
		background-size: cover;
		
		/* Pick a solid background color that will be displayed while the background image is loading */
		background-color:#000;	
	}
	
	h1 {
		font-size: 2em;
		line-height: 2em;
	}
	.res-hidde {
		display: none;
	}
		
	/* INIT HEADER */
	header {
		/* Fallback for web browsers that doesn't support RGBa */
    	background: rgb(0, 0, 0) transparent;
    	/* RGBa with 0.6 opacity */
    	background: rgba(0, 0, 0, 0.3);
    	/* For IE 5.5 - 7*/
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    	/* For IE 8*/
    	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	}
	.header-content {
		width: 768px;
		margin-left: auto;
		margin-right: auto;
	}	
	.header-logo {
		width: 100%;
		max-width: 280px;
		overflow: hidden;
		padding-top: 10px;
		padding-bottom: 10px;
		float: left;
	}
	.header-social {
		width: 100%;
		max-width: 488px;
		float: right;
		text-align: right;
		height: 42px;
		padding-top: 10px;
	}
	.header-nav {
		width: 100%;
		max-width: 488px;
		float: right;
		text-align: right;
		overflow: hidden;
		padding-top: 30px;
		display: block;
	}
	.header-nav ul {
		padding-right: 10px;
	}
	.header-nav ul li {
		display: inline;
		padding-left: 2%;
	}
	.header-nav ul li:first-child {
		padding-left: 0%;
	}
	.header-nav ul li a {
		font: normal 1.0em/1.0em Arial, Verdana, sans-serif;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
	#top-menu {
		display: none;
	}
	
	/* INIT RESERVATION STRIP */
	.bottom-strip p {
		font-size: 1.8em;
		line-height: 1.8em;
		padding: 7px 0px 6px;
	}
	.bottom-strip b {
		font-size: 1.1em;
	}
	
	/* INIT CONTENT */
	.oculto {
		display: none;	
	}
	#main-transparente {
		display: none;
		background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
		background: rgba(255, 255, 255, .8);
	}
	.page-head-transparente h1 {
		background: none;
	}
	.page-head-transparente h1 span {
		background: none;
	}
	.separator-transparente {
		display: none;	
	}
	h3 {
		font-size: 1.6em;
		line-height: 1.6em;
	}
	.content-top, .content-bottom {
		display:none;	
	}
	.content {
		padding: 0px 40px 0px;
		overflow: hidden;
	}
	.article-item {
		float: left;
		width: 30.93%;
		margin: 0px 1.20% 30px 1.20%;
		padding-bottom: 30px;
		border-bottom: none;
	}
	.article-item p.readlink {
		text-align: left;	
		margin: 10px 0px 0px 0px;
	}
	.clear-two {
		display: none;	
	}
	
	/* INIT FOOTER MENU */
	#footer-wrapper {
		position: fixed;
		bottom: 0;
		left: 0;
		/* Fallback for web browsers that doesn't support RGBa */
    	background: rgb(0, 0, 0) transparent;
    	/* RGBa with 0.6 opacity */
    	background: rgba(0, 0, 0, 0.3);
    	/* For IE 5.5 - 7*/
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    	/* For IE 8*/
    	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	}
	#footer-menu ul li {
	  	display: inline;
	  	margin: 0px 20px 20px 20px;
	}
	#footer-menu ul li a {
		font-size: 1.4em;
		font-weight: normal;
	}
	
	/* INIT MAP GOOGLE */
	#control input {
		width: 30%;
	}
	#directions-panel {
		font-size: 1.4em;
		line-height: 1.2em;
	}
	
	/* INIT GALLERY */
	.gallery-img-left {
		float: left;
		width: 48%;
		max-width: 350px;	
		height: auto;
	}
	.gallery-img-right {
		float: right;
		width: 48%;
		max-width: 350px;	
		height: auto;
	}
	
	/* MENÚS */
	#menu-plates ul li, #menu-wines ul li {
		color: #333;		
	}
	#menu-plates ul li.carta, #menu-wines ul li.carta {
		color: #333;
	}
	#menu-plates p.menu-others, #menu-wines p.menu-others {
		color: #333;	
	}
	#menus ul li, #menus-bodega ul li {
		color: #333;
	}
	.plate-price {
		color: #222;
		font-weight: bold;	
	}
	
	/* OFFERS PAGE */
	.regalo-left {
		width: 34%;	
		float: left;
		margin-right: 2%;
	}
	.regalo-right {
		width: 62%;
		float: left;
	}
	.precio-regalo {
		font-size: 1.8em;
		line-height: 1.8em;		
	}
}

@media only screen and (min-width: 1024px) {
	h1 {
		font-size: 2em;
		line-height: 2em;
	}
	.res-hidde {
		display: none;
	}
	
	/* INIT HEADER */
	.header-content {
		width: 1020px;
	}	
	.header-logo {
		max-width: 320px;
	}
	.header-social {
		max-width: 700px;
	}
	.header-nav {
		max-width: 700px;
		padding-top: 40px;
	}
	.header-nav ul li {
		padding-left: 4%;
	}
	.header-nav ul li a {
		font: normal 1.3em/1.2em Arial, Verdana, sans-serif;
	}
	
	/* INIT RESERVATION STRIP */
	.bottom-strip p {
		font-size: 2.2em;
		line-height: 2.2em;
		padding: 2px 0px 6px;
	}
	.bottom-strip b {
		font-size: 1.1em;
	}
	
	/* INIT CONTENT */
	h1 {
		font-size: 2.5em;
		line-height: 1.8em;
	}
	h2 {
		font-size: 2em;
		line-height: 2em;
	}
	h3 {
		font-size: 1.8em;
		line-height: 1.8em;
	}
	.content {
		padding: 0px 40px 0px;	
	}
	.article-item {
		float: left;
		width: 30.93%;
		margin: 0px 1.20% 30px 1.20%;
		padding-bottom: 30px;
		border-bottom: none;
	}
	.article-item p.readlink {
		text-align: left;	
		margin: 10px 0px 0px 0px;
	}
		
	/* INIT MAP GOOGLE */
	#control input {
		width: 35%;
	}
	#directions-panel {
		font-size: 1.4em;
		line-height: 1.2em;
	}
	
	/* INIT GALLERY */
	.gallery-img-left {
		float: left;
		width: 48%;
		max-width: 350px;	
		height: auto;
	}
	.gallery-img-right {
		float: right;
		width: 48%;
		max-width: 350px;	
		height: auto;
	}
	.plates-img {
		max-width: 800px;
		border: none;
	}
	
	/* INIT MAIN SECTION (PLATES) */
	#menu-plates {
		float: right;
		width: 85%;
		text-align: center;
		border: none;
		margin: 0px auto 30px auto;	
	}
	#menu-wines {
		float: right;
		width: 60%;
		text-align: center;
		border: none;
		margin: 0px auto 30px auto;	
	}
	
	/* INIT ASIDE MENUS */
	#menus {
		float: left;
		width: 10%;
		text-align: left;
		margin: 0px 5% 30px 0px;
	}
	#menus-bodega {
		float: left;
		width: 34%;
		text-align: left;
		margin: 0px 1% 30px 0px;
	}
}