header{
	font-family: MuseoModernoBold;
	letter-spacing: 0.5px;
	width: 100%;
	padding-bottom: 20px;
}
.menu_bar {
	display:none;
}
nav{
	font-family: MuseoModernoMedium;
	width: 100%;
	text-align: center;
	background: #4e4e4e;
	color: #ffffff;
	font-weight: bold;
}
nav a{
	color: #ffffff
}
nav ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 1.5em;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 0px solid #000000;

}
nav ul li:hover {
    background-color: #6a6a6a;
    border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 0px solid #000000;
}

#d-idioma{
	background-color: #f3f3f3;
	color: #b0b0b0;
	float: right;
	font-size: 12px;
	margin-top: -92px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-top: 10px;
	width: 130px;
}
#d-logo{
	margin: 0 auto;
	width: 220px;
}
#d-telefono{
	float: right;
	margin-right: 80px;
	margin-top: -45px;
}
#d-homeheader-reservas p{
	float: left;
	font-size: 14px;
	color: #555555;
}
#d-homeheader-reservas span{
	color: #fd7813;
	font-size: 16px;
	font-weight: bold;
}
#d-icono-homeheader-reservas{
	float: right;
}
#d-idioma ul{
	margin: 0 auto;
}
#d-destinos{
	display: inline-block;
	list-style-type: none;
	font-size: 1em;
}
#d-destinos ul li {
	padding-left: 4px;
	padding-right: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#d-destinos ul li:hover {
	background-color: #6a6a6a;
}
#d-temas{
	display: inline-block;
	list-style-type: none;
	font-size: 1em;
}
#d-temas ul li {
	padding-left: 4px;
	padding-right: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#d-temas ul li:hover {
	background-color: #6a6a6a;
}
.i-separador-menu{
	margin-bottom: -10px;
	margin-left: -5px;
	margin-right: -5px;
}

#i-logo{
	height: auto;
	width: 100%;
	padding-top: 1em;
	margin-bottom: -1em;
}
#i-desplegable-bandera-es{
	margin-left: 5px;
}
#i-desplegable-flecha-bandera{
	margin-left: 5px;
}

.mes-promos{
	font-size: 1.5em;
	color: #fd7813;
}

@media only screen and (max-width:960px) and (min-width:600px){
	#d-logo{
		margin-left: 10px;
	}
}
@media only screen and (max-width:599px) and (min-width:320px){
	#d-logo{
		margin-left: 25%;
		float: none;
		width: 50%;
		max-width: 300px;
		margin-bottom: 1%;
	}
	#d-idioma{
		float: right;
		width: 30%;
		max-width: 100px;
		margin-top: 1%;
	}
	#d-telefono{
		float: none;
		width: 100%;
		margin-top: 10px;
		margin-left: 20px;
	}
	#d-icono-homeheader-reservas{
		float: none;
	}
	/*menu*/
	.i-separador-menu{
		display: none;
	}

	#principal{
		display: none;
	}

	nav{
		width:300px;
		height:180px;
		left:-100%;
		margin:0;
		position: fixed;
		z-index: 999999;
	}
 
	nav ul li{
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
 
	.menu_bar{
		display:block;
		width:100%;
		background:#ccc;
	}
 
	.menu_bar .bt-menu{
		display:block;
		padding-right:20px;
		padding-bottom: 15px;
		padding-top: 10px;
		padding-left: 20px;
		background:#4e4e4e;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#img-menu{
		float: right;
	}
	/* fin menu*/
}

footer{
	font-family: MuseoModernoMedium;
	width: 100%;
	text-align: center;
	margin-top: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	background: url(../img/fondo_footer.jpg) repeat-x;
	font-family: MuseoModernoMedium;
	color: #6a6a6a;
	font-size: 0.8em;
}