input,h1,h2,h3,h4,h5,h6,p,a{
	font-family: 'Overpass', sans-serif;
}
.bodyadios{
	transition:all 2s;
	opacity: 0;
}
.galeriaf{
	width: 100vw;
}
.galeriaf img{
	width: 35vw;
	border: 1vw solid white;
	margin-left: 32vw;
	margin-top:2vw;
}
.galeriaf h4{
	color: white;
	text-align: center;
}
.fondotexto{
	background-image:url(../img/fondo.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cabecera{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cabecera h1{
	color: white;
	margin-left: 15vw;
}
.cabecera img{
	width: 20vw;
}
.header{
    margin-left:-2vw;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -1vw;
	height: 13vw;
	background-color: #e6e6e6;
	 -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.header h2{
	margin-left: 3vw;
	max-width: 95%;
	color: black;
	font-size: 5vw;
}
.menu{
    position: fixed;
	right: 1vw;
	bottom:1vw;
	background-color: black;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	border: 2px solid white;
	width: 15vw;
	height: 15vw;
	font-size: 7vw;
	color: white;
}
.menuabierto{
	transition: all 2s;
    -moz-border-radius: 30%;
    -webkit-border-radius: 30%;
    border-radius: 30%;
	width: 80vw;
	right: 10vw;
	bottom: 10vw;
	max-height: 160vw;
	text-align: center;
}
.cambioboton{
	transition: all 4s;
	display: inline;
	position: relative;
	left: -20vw;
}
.botonoculto{
	display: none;
}
.boton2{
	display: none;
}
.menus{
	height: 25vw;
	width: auto;
	margin-top: 0.5vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
}
.menus h2{
	color: black;
	margin-left: 6vw;
	font-size: 5vw;
	max-width: 95%;
}
.menus img{
	height: 20vw;
}
a{
	text-decoration: none;
	color: white;
}
.cuerpo{
	width: 90vw;
	margin-top: 5vw;
	margin-left: 2.5vw;
}
.cuerpo p{
	width: 90vw;
	font-size: 4vw;
	text-align: justify;
}
.cuerpo h3{
	color: white;
}
.fecha{
	border: 2px solid grey;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	color: white;
}
.fecha p{
	text-align: center;
}
.inputs{
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	color:black;
}
label{
	color:white;
}
.pdf{
	width: 70vw;
	height: 20vw;
	border: 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3vw;
	border: 2px solid white;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
}
.pdf a{
	font-size: 5vw;
	color: white;
}
hr{
	color:#d5d5d5;
	width: 90vw;
}
.desfiles{
	margin-top:1vw;
	border: 2px solid white;
	border-style: dotted;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 1.5vw;
}
.desfiles p{
	margin-top:-1vw;
}