@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

@font-face {
	font-family: 'Helvetica';
  src: url('fonts/Helvetica.eot');
  src: url('fonts/Helvetica.woff2') format('woff2'),
       url('fonts/Helvetica.woff') format('woff'),
       url('fonts/Helvetica.ttf') format('truetype'),
       url('fonts/Helvetica.svg#Helvetica') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
		width:100%;
		height:auto;
		background:white;
		margin:0 auto;}


header{
		width:1280px;
		height:85px;
		background:#2D3353;
        position:fixed;
            }

nav {
	width:40%;
	height:20px;
	background:none;
	display: flex;
	justify-content: center;
}

nav ul {
	font-size: 2vw;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	list-style: none;
	color:white;
	font-size:15px;
	font-family:Helvetica;
	margin-top:40px;
}

nav ul li a:link, nav ul li a {
	text-decoration:none;
	color:white;
	font-family:Helvetica;}

nav ul li a:hover {
	text-decoration:none;
	color:orange;
	font-family:Helvetica;}


nav figure {
	margin-top: 12px;
}

main {
	width:100%;
	height:auto;
	background:white;
}

#fotoprin figure {
	width: 1280px;
	height: 1076px;
	background:none;
}

#titgale {
	width: 100%;
	height: 200px;
}


#titgale h1 {
	font-size: 30px;
	margin-left: 506px;
	margin-top: 40px;
	color: black;
	font-family:Helvetica;

}

#titgale p {
	font-size: 15px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	color: black;
	font-family: Helvetica;
	align-items: center;

}

#fotos {
	width: 1280px;
	height: 3294px;
	background: white;
	justify-content: space-around;
	margin-top: 23px;
}

#flexcontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background: white;
	padding-top: 100px;
}

#fotos figure:hover {
	transform: scale(1.3);
}

footer {
	width:100%;
	height:828px;
	background:#2D3353;
}

footer h2 p {

}

footer h2 {
	font-family:Helvetica;
	font-size: 25px;
	color: white;
	margin-top: 30px;
	margin-left: 40px;
}

footer mapa {
	background:#2D3353;
}
footer p {
	font-family:Helvetica;
	font-size: 15px;
	color: white;
	margin-left: 40px;
}

footer #logoabajo {
	margin-top: 100px;
	margin-left: 20px
}
