body{

	font-family: 'Raleway', sans-serif;
	margin: 0;
}

p{
	margin: 0;
}

h1{
	margin: 0;
}

h2{
	margin: 0;
}


.titulo_superior{
	width: 100%;
	color: #00376b;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 32px;
	margin-bottom: 20px;
	border-bottom: 3px solid #db8b16;
	font-weight: 700;
	letter-spacing: 1px;
}


.titulo_secundario{
	width: 100%;
	color: #00376b;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 32px;3	
border-bott: 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: #00376b;
	padding-top: 12px;
	padding-left: 12px;
	font-size: 18px;
	margin-bottom: 0px !important;
}


.star-hotel{
	padding-left: 12px;
	width: 35%;
}



.solo-alojamiento{
	font-weight: 300;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 12px;
	color: #00376b;
	font-style: italic;
}



.precio{
	margin-top: -45px;
	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: #00376b;
	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: #00376b;
	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-bottom: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: rgba(0, 55, 107, 1);
	font-size: 21px;
	font-weight: 600;
	color: white;
	padding: 2%;
	padding-left: 6%;
	-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;
}