body{

	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

p{
	margin: 0;
}

h1{
	margin: 0;
}

h2{
	margin: 0;
}

.titulo_superior{
	width: 100%;
	color: #333;
	padding-right: 5%;
	padding-left: 1%;
	font-size: 32px;
	border-bottom: 3px solid #e6007e;
	font-weight: 700;
}


.titulo_secundario{
	width: 100%;
	color: #000735;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 32px;3	
    border-bottom: 3px solid #db8b16;
	font-weight: 700;
	letter-spacing: 1px;
}


.wrap_first{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: block;
}


.wrap_second{
	float: left;
	background-color: #879342;
	width: 29.333333%;
	height: 250px;
	margin-right: 1.7%;
	margin-left: 1.7%;
	letter-spacing: 2px;
}

.titulo_visitados{
	width: 314px;
	background-color: rgba(0, 55, 107, 0.85);
	font-size: 21px;
	font-weight: 600;
	padding: 10px;
	padding-left: 50px;
	position: absolute;
	color: white;
	margin-top: 205px;
	-webkit-box-shadow: 0 -1px 5px 0 rgba(0,55,107,1);
	box-shadow: 0 -1px 5px 0 rgba(0,55,107,1);
}

.resena_hotel_visitado{
	width: 373.333333px;
	height: 92px;
	background-color: #fff;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	margin-top: 6px;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,55,107,0.3);
	box-shadow: 0 0 2px 1px rgba(0,55,107,0.3);
}



.titulo_hotel_resena{
	font-weight: 700;
	color: #000735;
	padding-top: 12px;
	padding-left: 12px;
	font-size: 16px;
	margin-bottom: 0px !important;
	overflow:hidden;
	height:30px;
}


.star-hotel{
	padding-left: 12px;
	width: 35%;
	margin-top: 4px;
}



.solo-alojamiento{
	font-weight: 300;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 12px;
	color: #000735;
	font-style: italic;
}



.precio{
	margin-top: -30px;
	color: #db8b16;
	text-align: right;
	float: right;
	margin-right: 10px;
	font-weight: 700;
}


.bloque_oferta{
	width: 18%;
	height: 350px;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	margin-bottom: 20px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,55,107,0.3);
	box-shadow: 0 0 2px 1px rgba(0,55,107,0.3);
}

.bloque_oferta img{
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}


.titulo_ciudad{
	font-size: 21px;
	font-weight: 700;
	color: #000735;
	margin-top: 6px;
	margin-left: 12px;
	letter-spacing: 1px;
}


.hotel_oferta{
	font-size: 16px;
	font-weight: 300;
	margin-top: 3px;
	margin-left: 12px;
	letter-spacing: 0.5px;
}

.todo_incluido_mini{
	color: #000735;
	font-weight: 600;
	font-style: italic;
	font-size: 10px;
	margin-top: 2px;
	margin-left: 12px;
}

.precio_oferta{
	clear: both;
	margin-left: 12px;
	color: #db8b16;
	position: absolute; 
	margin-top: 35px;

}



.bloque_wrap{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	display: block;	
	height: auto;
	padding-top:10px;
	
}

.bloque_uno{
	width: 30%;
	min-height: 500px;
	float: left;
	
}

.bloque_dos{
	width: 30%;
	min-height: 500px;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
}

.bloque_tres{
	width: 30%;
	min-height: 500px;
	float: left;
}


.titulo_destacado{
	width: 100%;
	background-color: #333;
	font-size: 21px;
	font-weight: 600;
	color: white;
	padding: 2%;
	padding-left: 6%;
        text-transform: uppercase;
	-webkit-box-shadow: 0 -1px 5px 0 rgba(0,55,107,0.5);
	box-shadow: 0 -1px 5px 0 rgba(0,55,107,0.5);
}


.bloque_resenas{
	width: 100%;
	height: auto;
	float: left;
}

.bloque_resenas ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.bloque_resenas li{
	width: 100%;
	height: 92px;
	background-color: #fff;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	margin-top: 6px;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,55,107,0.3);
	box-shadow: 0 0 2px 1px rgba(0,55,107,0.3);
}

.destacado{
    height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1300px) 
{
     .wrap_first{width:100%;}
}

@media (max-width: 960px) 
{

.bloque_uno{width: 84%;margin-left: 8%;}
.bloque_dos{width: 84%;margin-left: 8%; margin-top: 170px;}
.bloque_tres{width: 84%;margin-left: 8%; margin-top: 170px;}
.destacado{height: 300px;}
.titulo_secundario{margin-top:2020px;font-size: 24px !important; padding-left:7.5%;}
.titulo_superior{font-size: 24px !important; padding-left:7.5%;}
}


@media (max-width: 540px) {
.bloque_uno{width: 90%;margin-left: 5%;}
.bloque_dos{width: 90%;margin-left: 5%; margin-top: 70px;}
.bloque_tres{width: 90%;margin-left: 5%; margin-top: 70px;}
.destacado{height: 200px;}
.titulo_secundario{margin-top:1700px;font-size: 24px !important; padding-left:2%;}
.titulo_superior{font-size: 24px !important; padding-left:2%;}
}


.aviso-wrong{
	text-align: center;
	color: #003769;
	margin-top: 150px;
	font-size: 16px;
}

.aviso-wrong h1{
	font-size: 36px;
}

.aviso-wrong p{
	line-height: 26px;
	margin-bottom: 50px;
}


.boton-aceptar{
	background-color: #003769;
	font-size: 16px;
	padding-right:20px;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #db8b16;
	letter-spacing: 1px;
	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}


.fecha_oferta {
    color:Gray;
    font-size:12px;
    font-weight:400;
    margin-right:10px;
    padding-bottom:10px;
    vertical-align: super;
}

.tachado1 {
    color:Gray;
    text-decoration: line-through;
    font-size:20px;
    font-weight:400;
    margin-right:10px;
    margin-top:5px;
	vertical-align:top;
}
.floatright{float:right;}

.tachado2 {
    color:Gray;
    text-decoration: line-through;
    font-size:21px;
    font-weight:400;
    margin-right:10px;
    margin-top:5px;
}

.preciooferta {
    font-family: "Helvetica Neue", "Verdana";
	font-weight: bold;
	color: #e6007e;
	font-size: 28px;
}

.BtModals{margin-top:5px; color:Green; font-size:10px; font-weight:bold;}
.BtModals:hover {
  position:relative;
  z-index: 8000;
}

.saldo{font-size:1.2em;color:Black;}
.saldo .enteros {font-size: 1.2em; font-weight:700;}
.saldo .decimales {font-size: 16px; font-weight:700;}
.saldo .moneda {font-size: 18px; font-weight:700;}

.preciohoteltachado {
    font-family: "Helvetica Neue", "Verdana";
    font-size: 18px; 
    font-weight: 400;
    color:Gray;
    text-decoration: line-through;
    margin-right:10px;
    vertical-align:top;
}
.preciohoteltachado .enteros {font-size: 18px;}
.preciohoteltachado .decimales {font-size: 12px;}
.preciohoteltachado .moneda {font-size: 16px;}

.preciohotel {
    font-family: "Helvetica Neue", "Verdana";
    font-size: 24px; 
    font-weight: 700;
}
.preciohotel .enteros {font-size: 24px;}
.preciohotel .decimales {font-size: 16px;}
.preciohotel .moneda {font-size: 20px;}

.segurotachado {
    font-family: "Helvetica Neue", "Verdana";
    font-size: 16px; 
    font-weight: 400;
    color:Gray;
    text-decoration: line-through;
    margin-left:7px;
}

.container-cadenas {
    background-color:#dadada;
    padding-bottom:20px;
}

.cadenas{
	margin-top: 20px;
	width: 17%;
	margin-left: 4%;
	margin-right: 4%;
	background-color: white;
	float: left;
	display: block;
	height: auto;
	-webkit-box-shadow: 1px 1px 1px 1px #BABABA;
    box-shadow: 1px 1px 1px 1px #BABABA;
    -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.cadenas:hover{
	-webkit-box-shadow: 1px 1px 4px 3px #B07D7D;
box-shadow: 1px 1px 4px 3px #B07D7D;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.fotos_hotel{
	width: 90%;
	height: auto;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 20px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width:980px) {
	.cadenas {width: 28%;margin-left: 2.6666666%;margin-right: 2.6666666%;}
}

@media (max-width:740px) {
	.cadenas {width: 28%; margin-left: 2.6666666%; margin-right: 2.6666666%;}
}

@media (max-width:540px) {
	.cadenas {width: 40%; margin-left: 5%; margin-right: 5%;}
}


.tr-idavuelta {margin-left:150px;}
.tr-recogida {padding-top:10px; padding-bottom:10px;}
.tk-entrada {padding-top:10px !important; }

.page-ctls {font-size:30px !important;color:Gray;}
.mr-5 {margin-right:5px}
.ml-5 {margin-left:5px}

.texto-hucha-monedero {font-size: 1.2em !important;}
.icono-hucha-monedero {width:25px; margin-top:-10px;margin-right:10px;}
.check-hucha-monedero {width:40px;margin-right:10px}
.saldo-hucha-monedero {font-size: 1.2em !important;color:Red; font-weight:500;margin-left:5px;}

.nopaddinglr {padding-left:0 !important; padding-right:0 !important}

.pagototal{font-size: 16px;margin-top:5px;}
.pagototal span .enteros {font-size: 16px; font-weight:600;}
.pagototal span .decimales {font-size: 14px;}
.pagototal span .moneda {font-size: 15px; font-weight:600;}

.pagomonedero{font-size: 13px;margin-top:5px;color:red}
.pagomonedero span .enteros {font-size: 16px; font-weight:600;}
.pagomonedero span .decimales {font-size: 14px;}
.pagomonedero span .moneda {font-size: 15px; font-weight:600;}

.footer-section
{
  color:White;
  background-color: #000000;
  padding-top:20px;
}
.footer-section p {
	margin-bottom: 20px;
}
.footer-section a:hover {
	color:White;
	font-weight: 100;
}
.footer-section a {
	color:White;
	font-weight: 100;
}
.footer-section .vinculos p {
margin-bottom: 5px;
}


#pago-seguro-text span {
	vertical-align: bottom;
	font-size: 16px;
	font-weight: 100;
}

.logoInverso {
height:25px;
}

.logoFooter {
height:25px;
    margin-top: 10px;
    margin-left: 10px;
}


