@media screen and (max-width :1180px){
.contenido{
	max-width:96%;
}

@media screen and (max-width :1025px){
html, body, div, ul, li, form, input, textarea, select, p, a, h1, h2{
	font-size:12px;
}
.contenido{
	max-width:96%;
}

#top-header{
	float:left;
	height:95px;
	width:100%;
}
.logo{
	width:40%;
	max-width:160px;
}
.menu{
	display:none;
}
.idiomas{
	float:left;
	width:35%;
}
.idiomas a{
	margin-left:0;
	margin-right:5px;
}
#top-header .th-item{
	border:0;
	width:45%;
	padding:0;
	line-height:20px;
	margin:0;
}
#top-header .th-item i{
	font-size:14px;
}
#top-header a, #top-header strong{
	line-height:20px;
	height:20px;
}

.iconoMenuDesplegable {
	float:right;
	display:block;
	position: absolute;
	height: 40px;
	width: 40px;
	top:5px;
	right:0;
}

.iconoMenuDesplegable  .fa{
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: white;
	font-size:23px;
	cursor: pointer;
	height: 10px;
	width: 30px;
	font-size:22px;
}
#menu_movil {
	display:none;
	list-style: none;
	padding:0px;
	margin:0px;
	float:left;
	width:100%;
	height:auto;
	z-index:150;
	border:0;
	bottom:60px;
	opacity:0.9;
	background-color:#555;
}
#menu_movil li {
	border:0;
	width:94%;
	padding:1% 2%;
	border-bottom:1px solid #ccc;
}
#menu_movil li a{
	text-align:left;
	font-size: 12px;
   line-height:13px;
	color:white;
}
#menu_movil ul li ul{
	display:block;
	position: static;
	border:none;
	width:100%;
}
#menu_movil ul li ul li{
	width:auto;
	background:none;
	clear:none;
	border:0;
}
#menu_movil ul li ul li a{
	font-size:11px;
	font-family:Helvetica;
}


.espacio_header{
	margin-top:95px;
}

#slider1_container *{
	font-size:28px !important;
}

.form_reserva{
	position:static;
	background:transparent;
}
.form_reserva .campo{
	width:40%;
	margin-bottom:20px;
}
.form_reserva .campo input, .form_reserva .campo select{
	width:80% !important;
}
.form_reserva .campo img{
	display:none;
}
.form_reserva .submit{
	margin-top:0;
	float:left !important;
}


.noticia_destacada_texto strong{
	font-size:16px;
}

.contenido_texto{
	margin-top:30px;
}
.contenido_texto .titulo{
	font-size:25px;
}
.contenido_texto .texto *{
	font-size:13px !important;
}

.noticia_id{
	width:100%;
}
.listado_noticias{
	width:96%;
}

.formulario .campo{
	width:50%;
}
.formulario .campo img{
	display:none;
}

footer .left, footer .right{
	width:100%;
}
footer .right img{
	max-width:125px;
}
}

@media screen and (max-width :490px){ /* 480px */
#top-header, #top-header a, #top-header strong{
	font-size:11px;
}
#top-header .th-item i{
	display:none;
}

}