body{
	background: #233D58;
}
h1 p{
	width: 100%;
	height: 35px;
	text-align: center;
	position: relative;
	font-family: "bahamasb";
	font-size: 18px;
	letter-spacing: 2px;
	top: -18px;
	color: #707070;
}
.logo{
	width: 100%;
	height: 150px;
	position: relative;
	top: -20px;
	text-align: center;
}
.logo img{
	width: 150px;
	height: 150px;
	position: relative;
}
h2{
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
h2 p{
	width: 100%; 
	height: 30px;
	font-size: 16px;
	font-family: "ubuntu";
	color: white;
	position: relative;
	top: -20px;
	
}
h2 article{
	width: 95%;
	height: 100%;
	background: #707070;
	border-radius: 20px;
	font-size: 12px;
	font-family: "ubuntu";
	padding: 8px;
	text-align: left;
	position: relative;
	top: -10px;
}
nav{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
	
}
nav .botones a{
	width: 128px;
	height: 25px;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: .5px;
	text-shadow: 1px 1px 0px black,
				-1px -1px 5px black;
	position: relative;
	text-align: center;
	color: white;
	display: inline-block;
	font-family: "ubuntu";
	font-size: 12px;
	top: -10px;
}
footer{
	width: 100%;
	position: relative;
	text-align: center;
	display: inline-block;
	
}
footer #linksinternos p{
	width: 120px;
	height: 20px;
	margin: 3px;
	position: relative;
	text-align: center;
	background: #707070;
	color: white;
	text-decoration: none;
	font-family: "bahamas";
	display: inline-block;
	border-radius: 10px;
	font-size: 15px;
}
footer #sociales a{
	display: inline-block;
	position: relative;
	top: 5px;
	text-decoration: none;
	
	text-decoration: none;
}
footer #sociales a#twitter:before{
	
	position: absolute;
	
	margin-left: -18px;
}
footer #sociales a#youtube:before{
	height: 40px;
	width: 40px;
	position: absolute;
	
	margin-left: -18px;
}
footer #sociales a#maps:before{
	height: 40px;
	width:  40px;
	position: absolute;

	margin-left: -18px;
}
footer div#copyright p{
	vertical-align: bottom;
	color: gray;
	font-size: 12px;
	font-family: "bahamas";
	text-transform: lowercase;
	position: relative;
}
@media screen and (min-width: 480px){
nav{
	left: 2%;

}	
}
@media screen and (min-width: 600px){
h1 p{
	font-size: 18px;
	font-family: "bahamasb";
}
.logo img{
	left: -40%;
}
h2 p{
	font-size: 18px;
	top: -80px;
	right: -30%;
	text-align: left;
	position: relative;
}
h2 article{
	width: 68%;
	height: 100%;
	font-size: 12px;
	top: -80px;
	right: -28%;
}
nav{
	width: 200px;
	height: 100%;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	top: 240px;
	left: -2%;
}
nav div.botones a{
	width: 135px;
	height: 25px;
	font-size: 12px;
}
nav div.botones a:hover{
	color: #707070;
}
footer{
	top: -60px;
}
footer #linksinternos a{
	margin: 8px;
	text-align: center;
	font-size: 15px;
}
footer #linksinternos p:hover{
	background: white;
	color: black;	
}
footer div#copyright p{
	font-size: 18px;
}
}
@media screen and (min-width: 950px){
.logo img{
	left: -45%;
}
h1 p{
	font-size: 24px;
}
h2 p{
	font-size: 24px;
	top: -120px;
}
h2 article{
	width: 80%;
	height: 100%;
	font-size: 10px;
	text-align: left;
	font-size: 18px;
	top: -90px;
	right: -18%;
}
h2 article#fotos{
	position: relative;
	align-content: center;
}
nav div.botones a{
	width: 143px;
	height: 35px;
	font-size: 14px;
}
footer{
	width: 100%;
	position: relative;
	top: 10px;
	
	
	
}
}