header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 1em;
}


nav ul li {
    border-radius: 2%;
}


nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: cornflowerblue;
    margin-top: 1em;
    margin-bottom: 1em;
    
}


nav ul li a{
    text-decoration: none;
    color: azure;
    font-family: serif;
    
}

.body_rotuloemanuel{

	background-color: cadetblue;
	
}

.main{
	text-align: center;
}

.foto img{
	width: 55%;


border-radius: 80%;


}

#rotulos_del_equipo ul li a {
    font-family: "Black Ops One";
}



h1{
	 font-family: "Black Ops One";
	 font-size: 3em;
}


h2,h3{
	 font-family: "Black Ops One";
}

p,li{

	 font-family: sans-serif;
}

li{
	list-style: none;
}

