
body{
	padding: 6px;
}

nav{
	margin:0 auto;
}

nav ul{

	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
}

nav li { flex-grow: 1; }

a {
	display:block;
	padding:1em;
	background-color:LightBlue;
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 3px 3px 10px  #000000;
	margin-bottom:0.2em;
	text-decoration:none;
	color:white;
}

a:hover {background-color:LightPink; }


footer{
	margin: 80px;
	font-family: "Georgia";
	font-weight: bold;	
	text-transform: capitalize;
	font-style: italic;
}

h1{
	text-shadow: 8px 3px 15px grey;
	font-family: "Georgia";
	color: #DF0174;
}


.inicio img{
	margin: 0 40% 0 40%;


}
