@font-face{
	  font-family: "du_bellay";
      src: url("../fonts/du_bellay.ttf"),
	       url("../fonts/du_bellay.eot"),
		   url("../fonts/du_bellay.woff2"),
		   url("../fonts/du_bellay.woff");
}
@font-face{
	font-family: 'milwicht';
	src: url('../fonts/milwicht.ttf'),
	     url('../fonts/milwicht.eot'),
		 url('../fonts/milwicht.woff2'),
		 url('../fonts/milwicht.woff');
}
@font-face{
	font-family: 'im_fell_english';
	src: url('../fonts/im_fell_english.ttf'),
	     url('../fonts/im_fell_english.eot'),
		 url('../fonts/im_fell_english.woff2'),
		 url('../fonts/im_fell_english.woff');
}
*{
	 margin: 0;
	 padding: 0;
	 border: 0;
	 box-sizing: border-box;
}

html{
	font-size: 0.025vh;
	color: black;
}

body{
	width: 100vw;
	height: 100vh;
}


img{
	height: 100%;
}


p{
	font-family: im_fell_english;
	font-size: 88.8rem;
	color: black;
	text-align: justify;
}


#container{
	position: fixed;
	width: 144vh;
	min-width: 1152px;
	max-width: 1728px;
	height: 96vh;
	min-height: 768px;
	max-height: 1152px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 1vh;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	box-sizing: border-box;
	background-image: url("../imagenes/pared.png");
	background-position: top left;
	background-size: contain;
	background-repeat: repeat;
}


nav{
	position: absolute;
	width: 140.66666vh;
	min-width: 1125px;
	max-width: 1688px;
	height: 24.5vh;
	min-height: 196px;
	max-height: 294px;
	top: 1.66666vh;
	left: 1.66666vh;
}


#logo_1{
	position: absolute;
	width: 20.83333vh;
	min-width: 166px;
	max-width: 250px;
	height: 20.83333vh;
	min-height: 166px;
	max-height: 250px;
	top: 0vh;
	left: 0vh;
}

#logo_1:hover{
	background-image: url("../imagenes/logo_1_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#redes{
	position: absolute;
	width: 88.16666vh;
	min-width: 705px;
	max-width: 1058px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 22.5vh;
}

#facebook{
	position: absolute;
	width: 5.83333vh;
	min-width: 46px;
	max-width: 70px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 18.66666vh;
}

#facebook:hover{
	background-image: url("../imagenes/facebook_over.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

#dibujo_redes_1{
	position: absolute;
	width: 17vh;
	min-width: 136px;
	max-width: 204px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 0vh;
	background-image: url("../imagenes/dibujo_redes_1_1_5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#twitter{
	position: absolute;
	width: 5.83333vh;
	min-width: 46px;
	max-width: 70px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 26.16666vh;
}

#twitter:hover{
	background-image: url("../imagenes/twitter_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#dibujo_redes_2{
	display: none;
}

#instagram{
	position: absolute;
	width: 5.83333vh;
	min-width: 46px;
	max-width: 70px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 33.66666vh;
}

#instagram:hover{
	background-image: url("../imagenes/instagram_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#dibujo_redes_3{
	display: none;
}

#youtube{
	position: absolute;
	width: 5.83333vh;
	min-width: 46px;
	max-width: 70px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 41.16666vh;
}

#youtube:hover{
	background-image: url("../imagenes/youtube_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#dibujo_redes_4{
	display: none;
}

#mybusiness{
	position: absolute;
	width: 5.83333vh;
	min-width: 46px;
	max-width: 70px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	right: 33.66666vh;
}

#mybusiness:hover{
	background-image: url("../imagenes/mybusiness_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#dibujo_redes_5{
	display: none;
}

#foursquare{
	position: absolute;
	width: 5.83333vh;
	min-width: 46px;
	max-width: 70px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	right: 26.16666vh;
}

#foursquare:hover{
	background-image: url("../imagenes/foursquare_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#dibujo_redes_6{
	position: absolute;
	width: 17vh;
	min-width: 136px;
	max-width: 204px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	right: 0vh;
	background-image: url("../imagenes/dibujo_redes_2_1_5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#blog{
	position: absolute;
	width: 5.83333vh;
	min-width: 46px;
	max-width: 70px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	right: 18.66666vh;
}

#blog:hover{
	background-image: url("../imagenes/blog_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#logo_2{
	position: absolute;
	width: 13.33333vh;
	min-width: 106px;
	max-width: 160px;
	height: 13.33333vh;
	min-height: 106px;
	max-height: 160px;
	top: 0vh;
	right: 15vh;
}

#logo_2:hover{
	background-image: url("../imagenes/logo_2_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#logo_3{
	position: absolute;
	width: 13.33333vh;
	min-width: 106px;
	max-width: 160px;
	height: 13.33333vh;
	min-height: 106px;
	max-height: 160px;
	top: 0vh;
	right: 0vh;
}

#logo_3:hover{
	background-image: url("../imagenes/logo_3_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#contacto_ordenador{
	position: absolute;
	width: 26.5vh;
	min-width: 212px;
	max-width: 318px;
	height: 13.33333vh;
	min-height: 106px;
	max-height: 160px;
	top: 7.5vh;
	left: 22.5vh;
	background-image: url("../imagenes/fondo_contacto_ordenador_1_5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#contacto_ordenador p{
	text-align: center;
	font-size: 1.8vh;
	line-height: 4.44444vh;
	font-family: du_bellay;
}

#dibujo_contacto_movil{
	display: none;
}

#contacto_movil{
	display: none;
}

#dibujo_interactivo_1{
	position: absolute;
	width: 13.33333vh;
	min-width: 106px;
	max-width: 160px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 7.5vh;
	left: 50.66666vh;
	background-image: url("../imagenes/dibujo_interactivo_1_1_5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#llamar{
	display: none;
}

#email{
	position: absolute;
	width: 5.83333vh;
	min-width: 46px;
	max-width: 70px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 7.5vh;
	left: 65.66666vh;
}

#email:hover{
	background-image: url("../imagenes/email_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#chat{
	position: absolute;
	width: 5.83333vh;
	min-width: 46px;
	max-width: 70px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 7.5vh;
	left: 73.16666vh;
}

#chat:hover{
	background-image: url("../imagenes/chat_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#dibujo_interactivo_2{
	position: absolute;
	width: 13.33333vh;
	min-width: 106px;
	max-width: 160px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 7.5vh;
	left: 80vh;
	background-image: url("../imagenes/dibujo_interactivo_2_1_5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#dibujo_menu{
	display: none;
}

#idiomas{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 7.5vh;
	right: 30vh;
	z-index: 1;
}

#idiomas_todos{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	right: 0vh;
	z-index: 3;
}

#idiomas_todos:hover{
	background-image: url("../imagenes/idiomas_1_5_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#idiomas_desplegados{
	position: absolute;
	width: 20vh;
	min-width: 160px;
	max-width: 240px;
	height: 31.66666vh;
	min-height: 253px;
	max-height: 380px;
	top: -1.66666vh;
	right: -1.66666vh;
	z-index: 2;
	background-color: white;
	border: 1px solid black;
	display: none;
}

#español{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 9.16666vh;
	right: 1.66666vh;
}

#español:hover{
	background-color: dodgerblue;
	cursor: pointer;
}

#imagen_español{
	position: absolute;
	width: 8.75vh;
	min-width: 70px;
	max-width: 105px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 0vh;
}

#texto_español{
	position: absolute;
	width: 7.91666vh;
	min-width: 63px;
	max-width: 95px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	right: 0vh;
}

#texto_español p{
	text-align: center;
	font-size: 2.6vh;
	line-height: 5.83333vh;
	font-family: du_bellay;
}

#frances{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	bottom: 9.16666vh;
	left: 1.66666vh;
}

#frances:hover{
	background-color: dodgerblue;
	cursor: pointer;
}

#imagen_frances{
	position: absolute;
	width: 8.75vh;
	min-width: 70px;
	max-width: 105px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 0vh;
}

#texto_frances{
	position: absolute;
	width: 7.91666vh;
	min-width: 63px;
	max-width: 95px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	right: 0vh;
}

#texto_frances p{
	text-align: center;
	font-size: 2.6vh;
	line-height: 5.55555vh;
	font-family: du_bellay;
}

#ingles{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	bottom: 1.66666vh;
	right: 1.66666vh;
}

#ingles:hover{
	background-color: dodgerblue;
	cursor: pointer;
}

#imagen_ingles{
	position: absolute;
	width: 8.75vh;
	min-width: 70px;
	max-width: 105px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 0vh;
}

#texto_ingles{
	position: absolute;
	width: 7.91666vh;
	min-width: 63px;
	max-width: 95px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	right: 0vh;
}

#texto_ingles p{
	text-align: center;
	font-size: 2.6vh;
	line-height: 5.55555vh;
	font-family: du_bellay;
}

#menu{
	position: absolute;
	width: 90vh;
	min-width: 720px;
	max-width: 1080px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	bottom: 3.66666vh;
	right: 0vh;
}

#menu_casa{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 0vh;
}
#menu_casa:hover{
	box-shadow: 2px 2px dodgerblue;
	text-shadow: 1px 1px dodgerblue;
	cursor: pointer;
}

#texto_menu_casa{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 0vh;
}

#texto_casa{
	text-align: center;
	line-height: 5.83333vh;
	font-size: 2.6vh;
	font-family: du_bellay;
}

#dibujo_menu_1{
	display: none;
}

#menu_visitas{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 18.33333vh;
}

#menu_visitas:hover{
	box-shadow: 2px 2px dodgerblue;
	text-shadow: 1px 1px dodgerblue;
	cursor: pointer;
}

#texto_menu_visitas{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 0vh;
}

#texto_visitas{
	text-align: center;
	line-height: 5.83333vh;
	font-size: 2.6vh;
	font-family: du_bellay;
}

#dibujo_menu_2{
	display: none;
}

#menu_situacion{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 36.66666vh;
}

#menu_situacion:hover{
	box-shadow: 2px 2px dodgerblue;
	text-shadow: 1px 1px dodgerblue;
	cursor: pointer;
}

#texto_menu_situacion{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 0vh;
}

#texto_situacion{
	text-align: center;
	line-height: 5.83333vh;
	font-size: 2.6vh;
	font-family: du_bellay;
}

#dibujo_menu_3{
	display: none;
}

#menu_informacion{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	right: 18.33333vh;
}

#menu_informacion:hover{
	box-shadow: 2px 2px dodgerblue;
	text-shadow: 1px 1px dodgerblue;
	cursor: pointer;
}

#texto_menu_informacion{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 0vh;
}

#texto_informacion{
	text-align: center;
	line-height: 5.83333vh;
	font-size: 2.6vh;
	font-family: du_bellay;
	cursor: pointer;
}

#dibujo_menu_4{
	display: none;
}

#menu_reservas{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	right: 0vh;
}

#menu_reservas:hover{
	box-shadow: 2px 2px dodgerblue;
	text-shadow: 1px 1px dodgerblue;
	cursor: pointer;
}

#texto_menu_reservas{
	position: absolute;
	width: 16.66666vh;
	min-width: 133px;
	max-width: 200px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	top: 0vh;
	left: 0vh;
}

#texto_reservas{
	text-align: center;
	line-height: 5.83333vh;
	font-size: 2.6vh;
	font-family: du_bellay;
}

#menu_movil{
	display: none;
}

#input_menu_movil{
	display: none;
}

#linea_menu{
	position: absolute;
	width: 140.66666vh;
	min-width: 1125px;
	max-width: 1688px;
	height: 2vh;
	min-height: 16px;
	max-height: 24px;
	bottom: 0vh;
	right: 0vh;
	background-image: url("../imagenes/linea_menu_1_5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

aside{
	position: absolute;
	width: 24.5vh;
	min-width: 196px;
	max-width: 294px;
	height: 66.5vh;
	min-height: 532px;
	max-height: 798px;
	bottom: 1.66666vh;
	left: 1.66666vh;
}

#lettering{
	position: absolute;
	width: 20.83333vh;
	min-width: 166px;
	max-width: 250px;
	height: 10.41666vh;
	min-height: 83px;
	max-height: 125px;
	top: 0vh;
	left: 0vh;
	background-image: url("../imagenes/fondo_lettering_1_5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#espacio_texto_lettering{
	position: absolute;
	width: 20.83333vh;
	min-width: 166px;
	max-width: 250px;
	height: 10.41666vh;
	min-height: 83px;
	max-height: 125px;
	top: 2vh;
	left: 0vh;
}

#texto_lettering{
	text-align: center;
	font-family: du_bellay;
	font-size: 2vh;
}

#dibujo_banner_1{
	position: absolute;
	width: 20.83333vh;
	min-width: 166px;
	max-width: 250px;
	height: 4.94166vh;
	min-height: 39px;
	max-height: 59.3px;
	top: 12.08333vh;
	left: 0vh;
	background-image: url("../imagenes/dibujo_banner_1_5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#thumbnail_banner_1{
	position: absolute;
	width: 20.83333vh;
	min-width: 166px;
	max-width: 250px;
	height: 10.41666vh;
	min-height: 83px;
	max-height: 125px;
	top: 18.69166vh;
	left: 0vh;
}

#thumbnail_banner_1:hover{
	box-shadow: 2px 2px dodgerblue;
	text-shadow: 1px 1px dodgerblue;
	cursor: pointer;
}

#thumbnail_texto_banner_1{
	position: absolute;
	width: 14.58333vh;
	min-width: 84px;
	max-width: 210px;
	height: 6.25vh;
	min-height: 36px;
	max-height: 90px;
	top: 2vh;
	left: 3vh;
}

#thumbnail_texto_banner_1 p{
	text-align: center;
	font-family: du_bellay;
	font-size: 2vh;
}

#dibujo_banner_2{
	position: absolute;
	width: 20.83333vh;
	min-width: 166px;
	max-width: 250px;
	height: 4.94166vh;
	min-height: 39px;
	max-height: 59.3px;
	top: 30.775vh;
	left: 0vh;
	background-image: url("../imagenes/dibujo_banner_1_5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#thumbnail_banner_2{
	position: absolute;
	width: 20.83333vh;
	min-width: 166px;
	max-width: 250px;
	height: 10.41666vh;
	min-height: 83px;
	max-height: 125px;
	bottom: 18.69166vh;
	left: 0vh;
}

#thumbnail_banner_2:hover{
	box-shadow: 2px 2px dodgerblue;
	text-shadow: 1px 1px dodgerblue;
	cursor: pointer;
}

#thumbnail_texto_banner_2{
	position: absolute;
	width: 20.83333vh;
	min-width: 166px;
	max-width: 250px;
	height: 10.41666vh;
	min-height: 83px;
	max-height: 125px;
	top: 2vh;
	left: 0vh;
}

#thumbnail_texto_banner_2 p{
	text-align: center;
	font-family: du_bellay;
	font-size: 2vh;
}

#dibujo_banner_3{
	position: absolute;
	width: 20.83333vh;
	min-width: 166px;
	max-width: 250px;
	height: 4.94166vh;
	min-height: 39px;
	max-height: 59.3px;
	bottom: 12.08333vh;
	left: 0vh;
	background-image: url("../imagenes/dibujo_banner_1_5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#thumbnail_banner_3{
	position: absolute;
	width: 20.83333vh;
	min-width: 166px;
	max-width: 250px;
	height: 10.41666vh;
	min-height: 83px;
	max-height: 125px;
	bottom: 0vh;
	left: 0vh;
}

#thumbnail_banner_3:hover{
	box-shadow: 2px 2px dodgerblue;
	text-shadow: 1px 1px dodgerblue;
	cursor: pointer;
}

#thumbnail_texto_banner_3{
	position: absolute;
	width: 20.83333vh;
	min-width: 166px;
	max-width: 250px;
	height: 10.41666vh;
	min-height: 83px;
	max-height: 125px;
	top: 2vh;
	left: 0vh;
}

#thumbnail_texto_banner_3 p{
	text-align: center;
	font-family: du_bellay;
	font-size: 2vh;
}

#dibujo_aside{
	position: absolute;
	width: 2vh;
	min-width: 16px;
	max-width: 24px;
	height: 66.5vh;
	min-height: 532px;
	max-height: 798px;
	bottom: 0vh;
	right: 0vh;
	background-image: url("../imagenes/linea_banners_1_5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

main{
	position: absolute;
	width: 114.5vh;
	min-width: 916px;
	max-width: 1374px;
	height: 66.5vh;
	min-height: 532px;
	max-height: 798px;
	bottom: 1.66666vh;
	right: 1.66666vh;
}

#anterior{
	position: absolute;
	width: 5.83333vh;
	min-width: 46px;
	max-width: 70px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	bottom: 30.33333vh;
	left: 0vh;
	background-image: url("../imagenes/anterior.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#anterior:hover{
	background-image: url("../imagenes/anterior_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#presentacion{
	position: absolute;
	width: 99.75vh;
	min-width: 798px;
	max-width: 1197px;
	height: 66.5vh;
	min-height: 532px;
	max-height: 798px;
	top: 0vh;
	right: 7.5vh;
}

#espacio_texto_presentacion_1{
	position: absolute;
	width: 41.33333vh;
	min-width: 330pxpx;
	max-width: 496px;
	height: 6.91666vh;
	min-height: 55pxpx;
	max-height: 83px;
	top: 22.8vh;
	right: 8vh;
}

#texto_presentacion_1{
	position: absolute;
	font-family: du_bellay;
	font-size: 2vh;
	text-align: left;
	display: block;
	left: 1vh;
	line-height: 2.5vh;
}

#espacio_texto_presentacion_2{
	position: absolute;
	width: 56.83333vh;
	min-width: 454px;
	max-width: 682px;
	height: 9.41666vh;
	min-height: 75px;
	max-height: 113px;
	top: 0.5vh;
	left: 8vh;
}

#texto_presentacion_2{
	position: absolute;
	font-family: du_bellay;
	font-size: 2vh;
	text-align: left;
	line-height: 3vh;
	left: 2vh;
}

#espacio_texto_presentacion_3{
	position: absolute;
	width: 97.25vh;
	min-width: 778px;
	max-width: 1167px;
	height: 7.0833333vh;
	min-height: 56px;
	max-height: 85px;
	bottom: 0.5vh;
	left: 8.8vh;
	display: none;
}

#texto_presentacion_3{
	font-family: du_bellay;
	font-size: 2vh;
	text-align: left;
	line-height: 3.47222vh;
}

#espacio_texto_presentacion_4{
	position: absolute;
	width: 57vh;
	min-width: 456px;
	max-width: 684px;
	height: 8.16666vh;
	min-height: 65pxpx;
	max-height: 98px;
	top: 0.5vh;
	left: 8.5vh;
	display: none;
}

#texto_presentacion_4{
	font-family: du_bellay;
	font-size: 2vh;
	text-align: left;
	line-height: 3vh;
}

#espacio_texto_presentacion_5{
	position: absolute;
	width: 43.58333vh;
	min-width: 348px;
	max-width: 523px;
	height: 9.08333vh;
	min-height: 72px;
	max-height: 109px;
	bottom: 31vh;
	right: 8.2vh;
	display: none;
}

#texto_presentacion_5{
	position: absolute;
	font-family: du_bellay;
	font-size: 2vh;
	text-align: left;
	line-height: 3vh;
	left: 1vh;
}

#espacio_texto_presentacion_6{
	position: absolute;
	width: 50.58333vh;
	min-width: 404px;
	max-width: 607px;
	height: 8.66666vh;
	min-height: 69px;
	max-height: 104px;
	bottom: 1.2vh;
	left: 8.2vh;
	display: block;
}

#texto_presentacion_6{
	font-family: du_bellay;
	font-size: 2vh;
	text-align: left;
	line-height: 3vh;
}

#siguiente{
	position: absolute;
	width: 5.83333vh;
	min-width: 46px;
	max-width: 70px;
	height: 5.83333vh;
	min-height: 46px;
	max-height: 70px;
	bottom: 30.33333vh;
	right: 0vh;
}

#siguiente:hover{
	background-image: url("../imagenes/siguiente_over.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#espacio_cookies{
	position: absolute;
	width: 50vw;
	height: 31vw;
	top: 2vw;
	left: 13vw;
	border: 1px solid black;
	background-color: white;
	z-index: 5;
	display: none;
}

#espacio_cookies p{
	font-family: im_fell_english;
	font-size: 1.5vw;
	text-align: justify;
	line-height: 2vw;
}

#cookies_español{
	position: absolute;
	width: 48vw;
	height: 4vw;
	top: 1vw;
	left: 1vw;
}

#cookies_frances{
	position: absolute;
	width: 48vw;
	height: 4vw;
	top: 9vw;
	left: 1vw;
}

#cookies_frances p{
	text-shadow: 1px 1px dodgerblue;
}

#cookies_ingles{
	position: absolute;
	width: 48vw;
	height: 4vw;
	top: 19vw;
	left: 1vw;
}

#cookies_ingles p{
	text-shadow: 1px 1px crimson;
}

#boton_cookies_español{
	position: absolute;
	width: 10vw;
	min-width: ;
	max-width: ;
	height: 2vw;
	min-height: ;
	max-height: ;
	top: 28vw;
	left: 1vw;
	border: 1px solid black;
	cursor: pointer;
}

#boton_cookies_español:hover{
	box-shadow: 2px 2px dodgerblue;
}

#boton_cookies_frances{
	position: absolute;
	width: 10vw;
	min-width: ;
	max-width: ;
	height: 2vw;
	min-height: ;
	max-height: ;
	top: 28vw;
	left: 12vw;
	border: 1px solid black;
	cursor: pointer;
}

#boton_cookies_frances:hover{
	box-shadow: 2px 2px dodgerblue;
}

#boton_cookies_ingles{
	position: absolute;
	width: 10vw;
	min-width: ;
	max-width: ;
	height: 2vw;
	min-height: ;
	max-height: ;
	top: 28vw;
	right: 17vw;
	border: 1px solid black;
	cursor: pointer;
}

#boton_cookies_ingles:hover{
	box-shadow: 2px 2px dodgerblue;
}

#boton_no_cookies{
	position: absolute;
	width: 14vw;
	height: 2vw;
	top: 28vw;
	right: 1vw;
	border: 1px solid black;
	cursor: pointer;
}