html {
	height:100%;	
}

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body {
	height:100%;
	background:#f4f4f4;	
}

a {outline:none;}
img {border:none;}
.left {float:left;}
.right {float:right;}

#header {
	width:100%;
	height:112px;
	margin-bottom:29px;
	background:url(../img/header.jpg);	
}

#header_content {
	margin:0 auto;
	width: 100%;
	max-width:995px;
	height:112px;
	position:relative;	
}

#address {
	display: none;
}

div.logo, h1.logo {
	position:absolute;
	margin:18px 0 0 -50px;
	z-index:1000;
}

#content,
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 1015px;
	padding: 0 10px;
}
#cabecera {
	width: 100%;
	max-width:995px;
	height:109px;
	background:url(../img/cabecera.gif);
	text-align:center;
}
h1.titular, div.titular {
	margin-top:30px;
	text-align:center;
	display:inline-block;
	font:31px 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	line-height:58px;
	letter-spacing:-1px;
	color:#9a9a9a;
	padding-left:75px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow: 1px 1px #fff;
	background:url(../img/titular_l.gif) no-repeat left;
}
h1.titular {
	color:#ff0066;
}
h1.titular span, div.titular span {
	display:inline-block;
	padding-right:75px;
	background:url(../img/titular.gif) no-repeat right;
}

#contenido {
	width: 100%;
	max-width:995px;
	background:url(../img/contenido.gif) repeat-y;	
}
#pie {
	width: 100%;
	max-width:995px;
	height:45px;
	background:url(../img/pie.gif);	
}

ul.productos {
	list-style:none;
	padding:22px 38px;
}
ul.productos li {
	overflow:hidden;
	padding-top:22px;
	margin-top:22px;
	background:url(../img/separa.gif) repeat-x top;
}
ul.productos li.first {
	padding:0;
	margin:0;
	background:none;	
}
div.imagen {
	width:199px;
	text-align:center;
	margin:0 10px 0 0;
	float:left;
	overflow:hidden;
}
div.imagen_related {
	float:left;	
}
div.imagen a, div.imagen_producto a, div.imagen_related a {
	display:inline-block;
	position:relative;	
}
div.imagen a span, div.imagen_related a span {
	width:100%;
	height:100%;
	display:inline-block;
	background:url(../img/over.png) no-repeat center;	
}
div.imagen_producto a span {
	width:100%;
	height:100%;
	display:inline-block;
	background:url(../img/over_detalle.png) no-repeat center;		
}
div.imagen a span, div.imagen_producto a span, div.imagen_related a span {
	position:absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
div.imagen a:hover span, div.imagen_producto a:hover span, div.imagen_related a:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}
.page p {
	margin-bottom: 15px;
}
.page a {
	color: #00aeee;
	text-decoration: none;
}
.page a:hover {
	text-decoration: underline;
}
.page ul,
.page ol {
	margin: 0 0 15px 20px;
}
.page li {
	padding-bottom: 5px;
}
div.texto {
	float:left;
	width:386px; /* 421 */
	font:17px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#8b8b8b;
	padding-right:35px;
}
div.texto span {
	color:#4a4a4a;	
}
div.related {
	float:left;
	overflow:hidden;
	width:225px;
	font-size:13.5px;
	margin-left:10px;
	height:187px;	
}
div.txt_desc {
	color:#4a4a4a;
	line-height:18px;
}
div.txt_desc p {
	padding-bottom:10px;	
}
div.texto strong {
	color:#ff0066;	
}
div.desc {
	margin-top:30px;	
}
div.caja_precio {
	float:left;
	padding-left:37px;
	width:251px; /* 288 */
	height:225px;
	background:url(../img/separa_v.gif) repeat-y;
	font:17px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#4a4a4a;
}
div.caja {
	overflow:hidden;
	width:251px;
	height:109px;
	display:table-cell;
	vertical-align:middle;
	background:url(../img/dotted.gif) repeat-x bottom;
}
div.achill {
	background:url(../img/achill.gif) no-repeat bottom;
}
div.champagne {
	background:url(../img/champagne.gif) no-repeat bottom;
}
div.acqua {
	background:url(../img/acqua.gif) no-repeat bottom;
}
div.la-boheme {
	background:url(../img/boheme.gif) no-repeat bottom;
}
div.la-siesta {
	background:url(../img/siesta.gif) no-repeat bottom;
}
div.precios {
	font-size:14px;
	line-height:14px;	
}
.precio {
	font:42px 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	line-height:42px;
	font-weight:bold;
}
div.dos_precios {
	font:29px 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	line-height:25px;
	font-weight:bold;
	padding-bottom:10px;
}
a.reservar {
	margin-top:20px;
	display:inline-block;
	width:251px;
	height:64px;
	font:18px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:64px;
	text-align:center;
	color:#fff;
	background:url(../img/bt_reservar.gif);
	text-decoration:none;
}
a.reservar:hover {
	background-position:0 -64px;	
}

div.producto {
	padding:22px 38px 32px 38px;
	overflow:hidden;
}
div.imagen_producto {
	width:300px;
	text-align:center;
	float:left;
	margin-right:37px;
}
div.detalle_producto {
	float:left;
	width:582px;
	font:17px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#4a4a4a;
}
div.detalle_producto.page {
	float: none;
	width: 100%;
	line-height: 20px;
}
div.producto h3 {
	clear:both;
	font:20px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:40px;
	font-weight:bold;
	color:#4a4a4a;
	background:url(../img/dotted.gif) repeat-x bottom;
	margin-bottom:15px;
}
h3.titular {
	padding-top:20px;	
}
form select {
	border:1px solid #c2c2c2;
	/*width:78px;*/
	width:60px;
	height:23px;
	font:15px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:23px;
	color:#4a4a4a;
	border-radius:0;
}
select.styled {
	border:1px solid #c2c2c2;
	/*width:78px;*/
	width:60px;
	/*height:23px;*/
	/*background:transparent;*/
	font:15px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:23px;
	color:#4a4a4a;
}
span.styled {
	display:inline-block;
	float:left;
	width:60px;
	/*height:23px;*/
	overflow:hidden;
	/*background:#fff url(../img/select.gif) no-repeat right;*/
	background:#fff;
}
select.pago {
	/*width:173px;*/
	width:155px;
}
span.pago {
	display:inline-block;
	float:right;
	width:155px;
	/*height:23px;*/
	overflow:hidden;
	/*background:#fff url(../img/select.gif) no-repeat right;*/
	background:#fff;
}
select.dia {
	/*width:298px;*/
	width:280px;
	height:29px;
	/*padding-top:4px;*/
}
span.dia {
	display:block;
	float:left;
	margin-top:8px;
	width:280px;
	height:29px;
	overflow:hidden;
	margin-bottom:10px;
	/*background:#fff url(../img/select.gif) no-repeat right;*/
	background:#fff;
}
label {
	padding:0 0 0 0;
	float:left;
	line-height:10px;
}
input.inputs {
	display:block;
	margin:8px 0 10px 0;
	border:1px solid #c2c2c2;
	height:27px;
	font:15px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	line-height:27px;
	padding:0 5px;
	width:269px;
	-webkit-appearance:none;
	border-radius: 0;
}
input.submit,
button.submit {
	border:none;
	background:none;
	display:inline-block;
	width:251px;
	height:64px;
	font:18px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:64px;
	text-align:center;
	color:#fff;
	background:url(../img/bt_reservar.gif);
	text-decoration:none;
	cursor:pointer;
	float:right;
	-webkit-appearance:none;
}
button.submit {
	float: none;
}
input.submit:hover,
button.submit:hover {
	background-position:0 -64px;	
}
input.enviar {
	border:none;
	background:none;
	margin-top:20px;
	display:inline-block;
	width:171px;
	height:43px;
	font:18px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:43px;
	text-align:center;
	color:#fff;
	background:url(../img/bt_enviar.gif);
	text-decoration:none;
	cursor:pointer;
	-webkit-appearance:none;
}
input.enviar:hover {
	background-position:0 -43px;	
}
textarea.inputs {
	display:block;
	margin:8px 0 0 0;
	border:1px solid #c2c2c2;
	height:27px;
	font:15px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	line-height:15px;
	padding:5px;
	width:569px;
	height:65px;
	overflow:auto;
	resize:none;
	-webkit-appearance:none;
}
.required {
	color:#fc418c;	
}
ul.related {
	list-style:none;
	overflow:hidden;	
}
ul.related li {
	width:431px;
	height:225px;
	background:#fff;
	float:left;
	margin:0 0 13px 0;
	overflow:hidden;
	padding:10px;
}
ul.related li.margen {
	margin-left:13px;	
}

#footer {
	margin-top:100px;
	width:100%;
	height:345px;
	background:url(../img/footer.jpg);
}
#footer_content {
	margin:0 auto;
	width: 100%;
	max-width:995px;
	height:100px;
	font:12px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:13px;
	color:#fff;
}
.footer-nav {
	clear: right;
	padding: 20px 0 0 0;
	text-align: right;
}
.footer-nav ul {
	list-style: none;
}
.footer-nav li {
	display: inline-block;
	margin-left: 10px;
}
.footer-nav li:before{
    content:"\2022";
    padding-right: 5px;
}
.footer-nav ul li:first-child:before{
	display: none;
}
.footer-nav li a {
	color: #fff;
	text-decoration: none;
}
.footer-nav li a:hover {
	border-bottom: 1px dotted #fff;
}
div.telefono {
	float:left;
	margin-top:30px;
	padding-left:62px;
	height:54px;
	background:url(../img/telefono.jpg) no-repeat left;	
}
span.contacto {
	display:inline-block;
	background:url(../img/contacto.jpg) no-repeat top left;
	margin-left:10px;
	padding-left:55px;
	font:15px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:20px;
	float:left;
	margin-top:6px;
}
span.contacto a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
span.contacto a:hover {
	border:none;	
}
p.fon {
	font:27px 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	line-height:29px;
}
div.bancos {
	float:left;
	padding:12px 0 0 35px;
}
div.powered {
	float:right;
	font:12px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#777676;
	padding-top:32px;
}
div.powered a {
	color:#777676;
	text-decoration:none;
	background:url(../img/logos/delaweb.jpg) no-repeat left;
	padding-left:20px;
}

.logos {
	width: 100%;
	max-width: 995px;
	height: 116px;
	overflow: hidden;
	padding: 15px 0 7px 0;
	margin: 0 -5px;
	box-sizing:border-box;
}
.logos .logo_pie {
	float: left;
	width: 14.286%;
	padding: 5px;
	box-sizing:border-box;
}
.logos img {
	display: block;
	padding: 0;
	width: 100%;
	height: auto;
	box-sizing:border-box;
}

a.info {
	font:14px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:26px;
	text-decoration:none;
	color:#797979;
	width:59px;
	height:26px;
	display:inline-block;
	text-align:center;
	padding-right:15px;
	background:url(../img/bt_info.gif);
}
a.info:hover {
	color:#fff;
	background-position:0 -26px;
}
div.info {
	float:right;
	text-align:right;
	padding-top:10px;	
}

div.privacidad {
	font:13px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:13px;
	color:#4a4a4a;
}
div.privacidad a {
	color:#4a4a4a;
	text-decoration:none;
	border-bottom:1px dotted #4a4a4a;
}
div.privacidad a:hover {
	border:none;	
}
div.n_entradas {
	overflow:hidden;
	float:left;
	padding-top:10px;
}
div.n_dos_entradas {
	overflow:hidden;
	float:left;
	padding-bottom:10px;	
}
span.n_entradas {
	float:left;
	line-height:23px;
}
span.precio_total {
	display:inline-block;
	line-height:42px;
	float:left;	
}
.overf {
	overflow:hidden;
	clear:both;
	padding:15px 0 0 0;	
}
div.momento {
	margin:15px 15px 15px 0;
	float:right;
	font:23px 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	line-height:23px;
	color:#c2c2c2;
	padding:11px 15px 11px 0;
	text-shadow: 1px 1px 1px #000;
	border-right:1px solid #5c5c5c;
	text-align:right;
}
div.top {
	margin:28px 0 0 0;
	float:right;
	width:444px;
	font:13px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#e0e0e0;	
}
div.idiomas {
	margin-left:25px;
	width:98px;
	height:36px;
	background:url(../img/idioma.jpg);
	float:right;
	text-align:center;
	font:14px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:33px;
	color:#9b9b9b;
}
div.idiomas a {
	display:block;
	color:#9b9b9b;
	text-decoration:none;
}
div.idiomas a:hover {
	color:#fff;	
}

a.volver {
	position:absolute;
	left:40px;
	bottom:20px;
	display:inline-block;
	font:15px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:27px;
	text-align:center;
	padding-left:11px;
	color:#797979;
	text-decoration:none;
	width:63px;
	height:27px;
	background:url(../img/bt_volver.gif);
}
a.volver:hover {
	color:#fff;
	background-position:0 -27px;	
}

div.filtrar {
	font:15px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:23px;
	color:#4a4a4a;
	position:absolute;
	right:40px;
	bottom:20px;
}

p.not_found {
	padding:10px 0 100px 40px;
	font:17px 'Carrois Gothic', Arial, Helvetica, sans-serif;	
}

div.puntxo {
	float:left;
	height:30px;
	line-height:26px;
	background:url(../images/puntxo.gif) no-repeat left;
	margin-bottom:10px;	
}
div.puntxo span {
	display:inline-block;
	font:17px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	width:21px;
	line-height:24px;
	text-align:center;
	margin-right:6px;
}
div.puntxo a {
	line-height:26px;
	font:15px 'Carrois Gothic', Arial, Helvetica, sans-serif;	
	color:#4a4a4a;
	text-decoration:none;
	border-bottom:1px dotted #4a4a4a;
}
div.puntxo a:hover {
	border:none;	
}
div.privacidad {
	padding-top:5px;
	font-size:13px;	
}
div.txt_privacidad {
	clear:both;
	margin-top:25px;
	padding-top:10px;
	border-top:1px dotted #424242;
	font-size:12px;
	width:440px;
	text-align:justify;
}
div.google {
	padding-top:10px;
	font-size:13px;
	clear:both;	
}

#alerta {
	display:none;	
}

.warning {
	border: 1px solid #e9c59b;
	background: #ffefef url(../img/error.gif) 5px 5px no-repeat;
	color: #e3302c;
	padding:5px 5px 5px 25px;
	font-size:13px;
	margin-bottom:10px;
}

.success {
	border: 1px solid #409800;
	background: #ecffde url(../img/success.gif) 5px 5px no-repeat;
	color: #409800;
	padding:5px 5px 5px 25px;
	font-size:13px;
	margin-bottom:10px;
}

p.accediendo {
	background:url(../img/reloj.jpg) no-repeat left;
	height:57px;
	padding-left:104px;
	margin-left:45px;
	padding-top:20px;
	line-height:18px;
	float:left;
}
input.button {
	font:16px 'Carrois Gothic', Arial, Helvetica, sans-serif;	
	color:#4a4a4a;
	width:171px;
	height:44px;
	border:none;
	background:none;
	background:url(../img/button.jpg);
	float:right;
	margin-top:18px;
	cursor:pointer;
}

div.paginacion {
	clear:both;
	margin:40px 0 0 0;
	padding:10px 0 0 0;
	background:url(../img/separa.gif) repeat-x top;
	overflow:hidden;
	font:12px 'Carrois Gothic', Arial, Helvetica, sans-serif;
	line-height:20px;
}
div.posicion_der {
	text-align:right;	
}
span.num {
	display:inline-block;
	width:25px;
	text-align:center;
	border:1px solid #ff0066;
	background:#ff0066;
	color:#fff;
	text-decoration:none;
}
a.num, a.anterior, a.siguiente {
	display:inline-block;
	width:25px;
	text-align:center;
	border:1px solid #ff0066;
	color:#ff0066;
	text-decoration:none;
}
a.num:hover, a.anterior:hover, a.siguiente:hover {
	background:#ff0066;
	color:#fff;	
}
span.date_clearer {
	display:none;	
}

div.forma_pago {
	width:283px;
	overflow:hidden;
	padding:3px 0 7px 0;
}

div.fb-like {
	float:left;
	margin-right:12px;	
}

div.social {
	position:relative;
	padding-top:15px;
	text-align:left;
}

.mobile {
	display: none;
}
.detalle_producto.detalle_formulario {
	width: 485px;
	border-right: 1px dashed #cbcbcb;
}
.input_captcha {
	min-width: 200px;
}

@media (max-width: 992px) {
	.detalle_producto.detalle_formulario {
		width: 100%;
		border-right: none;
		padding-bottom: 60px;
	}
	.right_mapa {
		float: none;
	}
	#mapa {
		width: 100% !important;
		background: #eee;
	}
	.puntxo {
		text-align: left;
	}
	#pie {
		display: none;
	}
	.desktop {
		display: none !important;
	}
	#header,
	#header_content {
		height: 94px;
	}
	#cabecera {
		background: none;
	}
	#header {
		margin: 0;
		background: url(../img/header_mobile.jpg) repeat-x top;
	}
	div.logo,
	h1.logo {
		margin: 8px 0 0 15px;
	}
	.logo img {
		width: auto;
		height: 72px;
	}
	div.caja_precio {
		padding: 0;
		background: none;
	}
	div.caja {
		background: none !important;
	}
	a.reservar {
		margin-top: 0;
	}
	.mobile {
		display: block;
	}
	.text-intro {
		padding: 0 15px 20px 15px;
	}
	.text-intro {
	  font: 12px Arial, Helvetica, sans-serif;
	  line-height: 14px;
	  color: #575757;
	}
	.text-intro .strong {
		font-size: 14px;
		line-height: 20px;
		color: #313131;
		font-weight: bold;
	}
	.text-intro .strong br {
		display: none;
	}
	div.filtrar {
		bottom: 0;
		right: 10px;
	}
	ul.productos {
		padding: 0;
		background: none;
		border-top: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
	}
	ul.productos li {
		padding: 20px 0 !important;
		margin: 0;
	}
	#contenido {
		background: none;
	}
	div.caja_precio,
	div.texto {
		height: auto;
		width: calc(100% - 210px);
		margin: 0;
		padding: 0;
	}
	#footer {
		height: 265px;
		background: url(../img/footer_mobile.jpg) repeat-x bottom;
	}
	#footer_content {
		height: 100px;
	}
	#footer_content img {
		display: block;
		margin: auto;
	}
	div.producto {
		text-align: center;
		padding: 0;
	}
	div.imagen_producto {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	div.detalle_producto {
		float: none;
		width: 100%;
		text-align: left;
	}
	label {
	  display: block;
	  width: 100%;
	  float: none;
	  margin-left: 0 !important;
	}
	input.inputs,
	textarea.inputs {
		width: 100% !important;
		margin-bottom: 15px;
	}
	input.submit,
	button.submit {
		float: none;
	}
	.btn_left {
		float: none;
	}
	.btn_right {
		float: none;
		padding: 30px 0 0 0;
		text-align: center;
	}
	h3.titular {
		text-align: left;
	}
	div.texto.izq {
		text-align: left;
	}
	.footer-nav {
		display: none;
	}
	.left-logo {
		float: none;
	}
}

@media (max-width: 767px) {
	h1.titular,
	div.titular {
		font-size: 20px;
	}
	div.imagen {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	div.caja_precio,
	div.texto {
		float: none;
		width: 100% !important;
		text-align: center;
	}
	div.texto {
		font-size: 16px;
	}
	div.caja {
		margin: 10px auto;
		display: block;
		height: auto;
	}
}