body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
/*	background: url(../imagenes/fondo_1.jpg) center; */
	background:#000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	position:relative;
}
#cuerpo_pagina{
	min-width:1000px;
	min-height:800px;
	height:100%;
	width:100%;
	overflow:auto;
	display:block;
}
*{
	list-style:none;
	margin:0;
	padding:0;
	outline:none;
}
a{
	color:#00C;
	text-decoration:none;	
}
a:hover{
	text-decoration:none;	
}
img{
	border:none;	
}
#mainContent p{
	margin-bottom: 15px;
	font-size:90%;	
}
#container { 
	width: 1000px; 
	margin: 0 auto; 
	text-align: left; 
} 
#header { 
	float:right;
	position:absolute;
	top:0;
	right:0;
	/*background:url(../imagenes/gris_86.png) repeat;*/
	background-color: rgba(255,255,255,0.8);
	width:40%;
	min-width:300px;
}
#header ul{
	padding:0;
	margin:0;
	list-style:none;	
	padding-right:40px;
	float:right;
}
#header ul li{
	float:left;	
}
#header ul li a{
	/*color:#fff;*/
	color: #000;
	font-size:69%;	
	letter-spacing:3px;
	padding:7px 20px;
	display:block;
	font-weight:bold;
}
#header ul li a.selected,
#header ul li a:hover{
	/*color:#d6cca0;	*/
	color: #4f3324;
}
#mainMenu{
	float:left;
	/*background:rgba(0, 0, 0, 0.6) url(../imagenes/gris_49.png) repeat;*/
	background-color: rgba(255,255,255,0.8);
	padding-bottom:60px;
	margin-left:50px;
	margin-top:150px;
	min-height:340px;
	z-index:1;
	position:relative;
}
#mainMenu h1{
	padding:30px;
}
#mainMenu h1 img{
	width: 173px;
	height: auto;
}
#mainMenu ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;	
}
#mainMenu ul li{
	padding:0;
	margin:0;
	
}
#mainMenu ul li a{
	font-size:69%;
	/*color:#fff;*/
	color: #000;
	font-weight:bold;
	letter-spacing:3px;	
	padding:5px 30px;
	display:block;
}
#mainMenu ul li a.selected,
#mainMenu ul li a:hover{
	background:url(../imagenes/gris_86.png) repeat;
	color: #fff;
}
.menu_noticias_portada{
    background: url("../imagenes/gris_86.png") repeat scroll 0 0 transparent;
    margin: 0 20%;
    min-width: 1000px;
    position: absolute;
    top: 30%;
    width: 50%;
	padding:0;
}

.menu_noticias_portada .izda a,
.menu_noticias_portada .dcha a{
	font-size:270%;
	/*color:#D6CCA0;*/
	color: #4f3324;
	width:60px;
}
.menu_noticias_portada .izda a:hover,
.menu_noticias_portada .dcha a:hover{
	color:#fff;
}
.menu_noticias_portada .izda{
	float:left;
	width:5%;
}
.menu_noticias_portada .dcha{
	float:left;
	width:5%;
}
.menu_noticias_portada ul{
	margin:0;
	list-style:none;
	float:left;
	width:90%;
}
.menu_noticias_portada ul li{
	display:none;
}
.menu_noticias_portada ul li.selected{
	display:block;	
}
.menu_noticias_portada ul li a{
	color:#fff;
	font-size:160%;
	line-height:51px;	
}
.menu_noticias_portada ul li span{
	display:block;
	text-align:right;
	padding-top:15px;	
}
.menu_noticias_portada ul li a:hover{
	/*color:#D6CCA0;*/
	color:#4f3324;
}




#mainContent { 
	float:left;
	width:576px;
	/*background:url(../imagenes/gris_86.png);*/
	background-color: rgba(255,255,255,0.8);
	margin-top:150px;
	margin-left:5px;
	min-height:405px;
	/*color:#ffffff;*/
	color: #000;
	text-align:justify;
	position:relative;
	font-size:90%;
} 
#mainContent p{
	margin:0;
	margin-top:10px;	
}
#mainContent.seccion_19 .bloque_reserva_online{
	float:right;
	margin-left:20px;
	margin-bottom:15px;	
}

.contenido{
/*    
	max-height: 340px;
    overflow: auto;
*/
    padding: 20px 20px 40px;
}
.contenido h2{
	/*color: #FFFFFF;*/
	color: #000;
    font-size: 80%;
    font-weight: bold;
    letter-spacing: 3px;
	text-align:right;
	/*border-bottom:#D6CCA0 1px solid;*/
	border-bottom:#000 2px solid;
	padding-bottom:7px;
	padding-right:30px;
	padding-top:10px;
	margin-bottom:25px;	
}
.columna_derecha{
	float:right;
	width:250px;
	padding:9px;	
}

#footer { 
	/*background:url(../imagenes/gris_86.png) repeat;*/
	background-color: rgba(255,255,255,0.8);
	text-align:right;
	position:fixed;
	bottom:0px;
	width:100%;
	min-width:1000px;
} 
#footer ul{
	padding:0;
	margin:0;
	list-style:none;	
	padding:6px 40px 4px 10px;
	float:right;
	min-width:620px;
}
#footer ul li{
	float:left;	
	position:relative;
}
#footer ul li a{
	/*color:#fff;*/
	color: #000;
	font-size:69%;	
	letter-spacing:3px;
	padding:7px 30px;
	display:block;
	font-weight:bold;
}
#footer ul li .cuerpo a{
	font-size:100%;
	letter-spacing:normal;
	padding:0;
	font-weight:normal;
	/*color:#d6cca0;*/
	color: #4f3324;
	display:inline;
}
#footer ul li .cuerpo a:hover{
	color:#000;
	background:#d6cca0;
}


#footer p {
	margin: 0; 
	padding: 10px 0; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul.noticias {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	width:430px;
	float:left;
}
#bloque_noticias{
	width:530px;
}
ul.noticias li {
	min-height:220px;
	width:430px;
}
ul.noticias li.destacado {
    background: url("../imagenes/destacado.jpg") no-repeat scroll right bottom #F0F0F0;
}
ul.noticias li.nabarmena {
    background: url("../imagenes/nabarmena.jpg") no-repeat scroll right bottom #F0F0F0;
}
.noticia .titulo, .noticia a, ul.noticias li a {
    /*color: #d6cca0;*/
	color: #4f3324;
    text-decoration: none;
}
.noticia p, ul.noticias li.oculto{
	display:none;	
}
.noticia p, ul.noticias li p {
    margin: 0;
}
#mainContent ul.noticias li p.titulo {
    /*color: #d6cca0;*/
	color: #4f3324;
    font-size: 120%;
    margin-bottom: 3px;
    text-decoration: none;
	font-weight:bold;
}
#mainContent .noticia p.subtit, ul.noticias li p.subtit {
    color: #999;
    font-size: 80%;
	margin-bottom:10px;
}
#mainContent ul.noticias .imagen {
    float: left;
    width: 105px;
}
#mainContent .noticia a:hover, ul.noticias li a:hover {
    background-color: #d6cca0;
    color: #000000;
}
#mainContent .noticia .titulo {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 7px;
}
#mainContent ul.noticias .cont_noticia {

	
}
#contenido_bloque_noticias{
	width:530px;	
}
#contenido_bloque_noticias #anterior a,
#contenido_bloque_noticias #siguiente a{
	/*color:#d6cca0;*/
	color: #4f3324;
	font-size:350%;
	text-decoration:none;
}
#contenido_bloque_noticias #anterior a:hover,
#contenido_bloque_noticias #siguiente a:hover{
	color:#fff;	
}
#contenido_bloque_noticias #anterior{
	float:left;
	display:block;
	width:50px;	
	padding-top:95px;
}
#contenido_bloque_noticias #siguiente{
	float:right;
	display:block;
	width:50px;	
	text-align:right;
	padding-top:95px;
}



.descargable {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #CCCCCC;
    margin-bottom: 7px;
    padding: 10px;
}
.descargable div.inst {
    color: #AAAAAA;
    font-size: 11px;
    padding: 0 0 4px;
}
.descargable a {
    background: url("../imagenes/descargar.png") no-repeat scroll left center transparent;
    color: #809446;
    display: block;
    line-height: 20px;
    padding-left: 35px;
    text-decoration: none;
}
ul.comentarios{
	padding:20px 0px;	
}
ul.comentarios li {
    background-color: white;
    border: 1px dotted #B6B6B6;
    font-size: 9pt;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
ul.comentarios li.impar {
    background-color: #F1F1F1;
    border: 1px solid #B6B6B6;
    font-size: 9pt;
    padding-left: 10px;
    padding-right: 10px;
}
ul.comentarios li .texto_comentario {
    padding-top: 10px;
}
ul.comentarios li .autor_comentario {
    color: #939393;
    font-family: "Lucida Grande","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 20px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: -1px;
}
ul.comentarios li .autor_comentario a {
    color: #939393;
    font-family: "Lucida Grande","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 20px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: -1px;
    text-decoration: none;
}
ul.comentarios li .autor_comentario a:hover {
    color: #000000;
}
ul.comentarios li .fecha_comentario {
    color: #000000;
    font-size: 9pt;
    font-style: italic;
    font-weight: bold;
    padding: 10px 0;
}
.banner_voluntarios a{
	line-height:25px;
	color:#000;
	font-family:"HelveticaNeueCondensed",Verdana,Arial,sans-serif;
	font-size:190%;
}
.banner_voluntarios a span{
	font-size:80%;
	color:#0036ff;
	text-decoration:underline;
}
.bloque_newsletter h3{
	font-size:180%;
	margin-bottom:10px;
}
.bloque_newsletter h3 img{
	margin-bottom:-4px;	
}
.bloque_newsletter label{
	color:#999999;
	display:block;	
}
.bloque_newsletter input[type=text]{
	border:#CCCCCC 1px solid;
	padding:3px;
	width:239px;	
}
.bloque_newsletter .derecha #enviar{
	float:right;	
	cursor:pointer;
}

#contador{
	position:absolute;
	left:300px;
	min-width:270px;
	height:42px;
	float:left;
	z-index:10;
	top:0;
	border:#fff 4px solid;
	border-top:0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow:3px 3px 5px #000;
}
ul.submenu_contenido li{
	list-style:none;
	display:inline	
}
ul.submenu_contenido li a:hover{
	background:#0000CC;
	color:#fff;
}
#footer .organizadores{
	padding-left:250px;	
}
#footer .organizadores p{
	color:#fff;
	font-size:70%;
}
#footer .organizadores ul{
	margin:0;
	padding:0;
	list-style:none;	
}
#footer .organizadores ul li{
	float:left;	
	padding-right:15px;
}
#footer .organizadores ul li img{
	max-height:47px;	
}
.bloque_patrocinadores td{
	text-align:center;
	padding:10px 0px;	
}
.bloque_patrocinadores td img{
	max-width:110px;	
}

#form_voluntarios .etiqueta {
	padding:5px 0px;
	width:200px;
}
#form_voluntarios input[type=checkbox]{
	width:auto;	
}
#form_voluntarios label{
	cursor:pointer;	
	display:block;
}
#form_voluntarios label:hover{
/*	background-color:#ccc;*/
}
#form_voluntarios input[type="text"]{
	width:600px;	
	border:#ccc 1px solid;
	padding:3px;
}
#form_voluntarios textarea{
	width:600px;	
	height:400px;
}
#ui-datepicker-div{
	font-size:70%;	
}
.boton {
	background: #E3E3E3;
    background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top bottom, #F9F9F9, #E3E3E3);
    border-color: #CCCCCC #BBBBBB #A0A0A0;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    cursor: pointer;
    font: 75% arial,sans-serif;
    margin: 0 8px 0 0;
    outline: medium none;
    padding: 3px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto !important;
}
.boton:hover {
    border-color: #939393 !important;
}

#imagenes_fondo{
	float:left;
	position:absolute;
	top:0;
	left:0;
	min-height:800px;
	min-width:1000px;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:0;	
}
#imagenes_fondo div{
	margin:0;
	padding:0;
	list-style:none;	
}
#imagenes_fondo img{
	width:100%;	
}
#imagenes_fondo img.oculto{
	display:none;	
}
ul#galeria_seccion{
	list-style:none;
	margin:0;
	padding:0;	
}
ul#galeria_seccion li{
	float:left;
	padding:5px;	
}

#clave_prensa,
#form_contacto table td input,
#form_contacto table td textarea{
	/*background:#000000;
	color:#fff;*/
	
	background-color: rgba(255,255,255,0.8);
	color: #000;
	
	border:#666 1px solid;
	padding:2px;
	line-height:16px;
	
}
#form_contacto table td.izda{
	text-align:left;
	width:45%;	
}
#form_contacto table td.dcha{
	text-align:left;
	width:55%;	
}
p.derecha{
	text-align:right;	
}
#boton_prensa,
#boton_enviar{
	/*background:#000;
	color:#ffffff;*/
	
	background-color: rgba(255,255,255,0.8);
	color: #000;
	
	padding:2px 0px;
	padding-left:30px;
	padding-right:5px;
	border:#666 1px solid;
	cursor:pointer;
	line-height:16px;
}
#capa_boton_sala_prensa,#capa_boton_trabaja,#capa_boton_contactar{
	display:none;
	position:absolute;
	z-index:2;	
	width:300px;
	float:left;
	bottom:34px;
	right:0px;
	font-size:90%;
}
#capa_boton_sala_prensa .cerrar,#capa_boton_trabaja .cerrar,#capa_boton_contactar .cerrar{
	/*background:url(../imagenes/gris_86.png) repeat;
	color:#ffffff;*/
	
	background-color: rgba(255,255,255,0.8);
	color: #000;
	padding:4px;
	text-align:right;
}
#capa_boton_sala_prensa .cerrar a,#capa_boton_trabaja .cerrar a,#capa_boton_contactar .cerrar a{
	/*color:#ffffff;*/
	color: #000;
	text-decoration:none;
	padding:0;
	font-size:85%;
	font-weight:normal;
}
#capa_boton_sala_prensa .cuerpo,#capa_boton_trabaja .cuerpo,#capa_boton_contactar .cuerpo{
	/*background:url(../imagenes/gris_86.png) repeat;
	color:#ffffff;*/
	
	background-color: rgba(255,255,255,0.8);
	color: #000;
	
	padding:4px 15px;
	padding-bottom:15px;
	min-height:100px;
	font-size:90%;
	text-align:justify;
}
#capa_boton_sala_prensa .flecha,#capa_boton_trabaja .flecha,#capa_boton_contactar .flecha{
	text-align:right;	
	padding-right:30px;
}

.sangria{
	padding:0 15px;	
}
#redes_sociales{
	float:left;
	margin-left:80px;
	margin-top:3px;	
}

ul.opciones_platos {
    clear: both;
    float: left;
    height: 225px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	margin:10px 0px;
	padding-left:20px;
}
ul.opciones_platos li{
	float:left;	
	margin-right:15px;
}
ul.opciones_platos li:last-child{
	margin-right:0px;	
}
ul.opciones_platos li a{
	display:block;
	width:225px;
	height:200px;	
}
ul.opciones_platos li a .info_menu{
	background:#d5cba2;
	padding:15px 10px;
	display:block;
	margin-bottom:4px;
	height:60px;
}
ul.opciones_platos li a .n_platos{
	margin:0px;
	text-align:center;
	color:#4f3324;	
	font-size:13px;
	float:left;
	border-right:#4f3324 1px solid;
	width:36%;
	margin-top:0px !important;
}
ul.opciones_platos li a .n_platos strong{
	display: block;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -5px;
    line-height: 43px;
    padding-left: 0px;
	margin-left: -10px;	
}
ul.opciones_platos li a .precio{
	float:left;
	color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    padding-left: 20px;
	font-size:16px !important;
	line-height:23px;
	margin-top:0px !important;
}
ul.opciones_platos li a .precio strong{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:27px !important;
	display:block;
}
ul.opciones_platos li a .precio span {
    display: block;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    padding-top: 3px;
}
ul.opciones_platos li a .comprar{
	color:#d5cba2;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:5px 7px;
	background-color:#000;
	margin:0 2px !important;
	margin-top:10px !important;
}
ul.opciones_platos li a:hover .comprar{
	background:#4f3324;
}
.raya{
	display:inline-block;
	height:10px;
	/*border-bottom:#d6cba6 1px solid;*/
	border-bottom: #4f3324 1px solid;
	margin:0 20px;
	width:70px;	
}
#compra_menu h3{
	text-align:center;
	/*color:#d6cba6;*/
	color: #4f3324;
}
#compra_menu .linea_baja{
	border:none;
	/*border-bottom:#d6cba6 1px solid;*/
	border-bottom: #4f3324 1px solid;
	/*color:#fff;*/
	color: #000;
	background:none;
	margin-left:20px;
	width:50px;
}
#compra_menu ul{
	margin:11px 0;	
	padding:0px;
	font-size:14px;
	line-height:24px;
}
#compra_menu input[type=checkbox],
#compra_menu ul input[type=radio]{
	margin-right:10px;	
}
#compra_menu .precio{
	float:right;
	/*color:#d6cba6;*/
	color: #4f3324;
	font-weight:bold;
}
#compra_menu label{
	cursor:pointer;	
}
#compra_menu .total{
	/*color:#fff;*/
	color: #000;
	font-size:18px;
	font-weight:bold;	
}
#compra_menu .total small{
	font-size:12px;	
}
#compra_menu .total .precio{
	color:inherit;	
}
#compra_menu hr{
	/*color:#d6cba6;*/
	color: #4f3324;
	height:1px;
	border:0px;
	/*background:#d6cba6;*/
	background: #4f3324;
	margin-top:3px;
	margin-bottom:15px;
}
#compra_menu .navegacion a{
	/*color:	#d6cba6;*/
	color: #4f3324;
	font-size:17px;
	font-weight:bold;
}
#compra_menu .navegacion .derecha{
	float:right;	
}
#compra_menu table{
	margin:15px 0px;	
}
#compra_menu table td{
	width:50%;
	line-height:24px;
}
#compra_menu table td input.linea_baja{
	width:140px;
	float:right;
	margin-left:0px;
	margin-right:20px;	
}
.titulo_linea{
	text-align:center;	
	margin:10px 20px;
}
.titulo_linea .linea{
	/*border-bottom: 1px solid #d5cba2;*/
	border-bottom: 1px solid #4f3324;
    display: inline-block;
    height: 9px;
    vertical-align: top;
    width: 25%;
}
.titulo_linea h3{
	width:50%;
	/*color:#d5cba2;*/
	color: #4f3324;
	display:inline-block;
}

.cookies {
    background-color: #efefef;
    border: 1px solid #cccccc;
    bottom: 0;
    color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 15px 25px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
    font-size:13px;
}
.tienda_productos .fotos{
	float:left;	
	width:250px;
}
.tienda_productos img{
	max-width:100%;	
}
.tienda_productos .info_producto{
	float:right;
	width:245px;	
}
.tienda_productos h3{
	font-family:"Univers LT Std 45 Light";
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:3px;
	text-align:right;
}
.tienda_productos .precio{
	text-align:right;	
}
.tienda_productos .precio span{
	/*border-left:#D6CCA0 1px solid;*/
	border-left:#4f3324 1px solid;
	display:inline-block;
	font-size:30px;
	font-weight:bold;
	padding-left:15px;	
	padding-top:20px;
	margin:15px 0px;
}
.tienda_productos .precio .redes{
	list-style:none;	
}
.tienda_productos .precio .redes li{
	display:inline-block;	
}
.tienda_productos .precio .redes li img{
	height:20px;
	width:auto;	
}
.tienda_productos .descripcion{
	text-align:left;
	padding-left:25%;	
}
.tienda_productos .input_cantidad{
	/*border:#D6CCA0 1px solid;*/
	border:#4f3324 1px solid;
	background:none;
	/*color:#fff;*/
	color: #000;
	
	width:50px;
	padding:3px;
	height:30px;
	font-size:16px;
	text-align:right;
	vertical-align:top;
	margin-top:22px;
}
.tienda_productos table .input_cantidad{
	margin-top:0px;	
}
.boton_continuar{
	/*background:#D6CCA0;*/
	background: #4f3324;
	/*color:#000;*/
	color: #d5cba2;
	height:38px;
	line-height:38px;
	width:150px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	border:0px;
	padding:3px;	
	vertical-align:top;
	margin-top:22px;
	cursor:pointer;
	display:inline-block;
}
.boton_continuar_reserva{
	background: #4f3324;
	color: #d5cba2;
	width: auto;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border: 0px;
	padding: 20px;
	vertical-align: top;
	margin-top: 22px;
	cursor: pointer;
	display: inline-block;
}
.boton_continuar.ancho{
	width:calc(100% - 65px);	
}
.tienda_productos .resumen_compra{
	width:100%;	
}
.tienda_productos .resumen_compra th,
.tienda_productos .resumen_compra tr:last-child td,
.tienda_productos .resumen_compra{
	/*border-bottom:#D6CCA0 2px solid;*/
	border-bottom:#4f3324 2px solid;
	border-collapse:collapse;
}
.tienda_productos .resumen_compra th,
.tienda_productos .resumen_compra td{
	padding:5px;	
	text-align:center;
}
.tienda_productos .resumen_compra td a{
	color:#fff;	
	cursor:pointer;
}
.tienda_productos .resumen_compra img{
	max-width:100px;	
}
.tienda_productos .resumen_compra tfoot th{
	text-align:right;
	font-weight:normal;	
}
.tienda_productos .resumen_compra tfoot th strong{
	font-size:130%;
	margin-top:20px;	
}
.tienda_productos .resumen_compra tfoot th span{
	display:inline-block;
	width:90px;	
}
#form_datos_tienda label{
	display:inline-block;
	width:120px;	
}
#form_datos_tienda input[type=text]{
	background:none;
	border:#D6CCA0 1px solid;	
	color:#000;
	padding:3px;
	width:250px;
}
.tienda_productos hr{
	border:none;
	border-top:	#D6CCA0 1px solid;
	background:none;
	width:100%;
	margin:15px 0px;
}
.form_fin_compra span{
	display:inline-block;
	width:150px;	
}
.form_fin_compra strong{
	font-size:16px;	
}