*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Unica One', sans-serif;
}

body{
	font-size: 1rem;
	background-color: #00cc99;
}

header{
	max-width: 100vw;
	height: auto;
}

nav{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background-color: #18BC9C; 
	padding: 20px;
	font-size: 16pt;
	text-transform: uppercase;
}

.paginas{
	width: 80%;
	padding-bottom: 15px;
	padding-top: 15px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.areaparaportada1{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-image: url(img/fadu.jpg);
	-webkit-background-size:350% 350%;
	background-size:350%;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 130px;
}

.areaparaportada2{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-image: url(img/luces2.jpg);
	-webkit-background-size: 250% 250%;
	background-size: 250%;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 130px;
}

.areaparaportada3{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-image: url(img/desde.jpg);
	-webkit-background-size: 250% 250%;
	background-size: 250%;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 130px;

}


span{
	color: #1bad5a;
}


.portada h1 h2{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.portada h1{
	font-size: 3rem;
	text-transform: uppercase;
	color: white;

}

.portada h2{
	font-size: 3rem;
	color: white;
}

a{
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	color:#eda13e;
}

#presentacion{
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #18BC9C;
	padding: 30px;
}

#presentacion div h1{
	font-size: 4rem;
	text-transform: uppercase;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rotulo a{
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.rotulo a{
	text-align: center;
} 

.detalles{
	width: 80%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15% 15%;
}


.subti {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	padding-right: 15%;
	color: white;
}



.subtilink{
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	padding-right: 15%;
	color: white;
	padding-bottom: 50px;
}

.detalles1{
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	margin-bottom: 40px;
	padding-right: 15%;

}

.detalles2{
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;	
	margin-bottom: 40px;
	padding-right: 15%;

}

.detalleslist{
		margin-bottom: 40px;
	padding-right: 15%;

}

.detalleslist li {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	padding-right: 15%;
}

.mapa {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.estruc{
	width: 100%;
	height: auto;
}

.datosobligatorios {
	list-style: none;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	padding-right: 15%;

}

footer{
	font-size: 0.8rem;
	color: white;
	text-align: left;
	padding: 50px;
 	display: -webkit-box;
 	display: -webkit-flex;
 	display: -moz-box;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-orient: vertical;
 	-webkit-box-direction: normal;
 	-webkit-flex-direction: column;
 	-moz-box-orient: vertical;
 	-moz-box-direction: normal;
 	-ms-flex-direction: column;
 	flex-direction: column;
}

figure #logo{
}

#logo img{
	width: auto;
	height: 2rem;
}

.disclaimer{

}

.disclaimer p{
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: .5rem;
	padding-top: 15px;

}