body{
	background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(imagenes/encabezado.jpg);
	width: 100%;
	height: 100vh;
}









nav img{
	width: 10%;
}


nav{
	display: flex;
    align-items: center;
	justify-content: space-between;
	padding-top:  20px;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: bold;
}
 
h1{
	color: white;
	font-size: 45px;
}

ul li{
	display: inline-block;
	padding: 0px 20px;
}

a{
         color:white;
		 text-decoration: none;
}

a:hover{
	color: yellow;
}


footer{background:#662a03;color:#fff;clear:both;padding:10px 0px;text-align:center;border-radius:15px;}
footer a img:hover{width:5%;}





























nya