/* pagina personal Aye */

body {
    margin: 0 0 0 0; 
    padding: 0 0 0 0;
    background-color: coral; 
}
header {
    color: white;
    font-size: 2rem;
    height: 100px;
    align-content: center; 
    font-family: sans-serif; 
    text-align: center;
    background-image:  url(img/fondoheader.jpg);
    margin: 0 0 0 0; 
    padding: 0 0 0 0 ;
}

nav {
    height: 3rem;
    width: 100%;
    background-color: aquamarine ;
    color: white;
    font-size: 0,5rem;
    font-style: normal;
    font-family: sans-serif; 
    margin: 0 0 0 0; 
    padding: 0 0 0 0 ;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-content: center;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: center;
}
li {
    display: inline;
    padding: 1rem 2rem 1rem 2rem;
    width: 3rem;
}

a.menu:link {color: black; 
            text-decoration: none;
}
a.menu:hover {color: darkcyan;}

section {
    padding: 3rem 0 3rem 0;
    color: white;
    font-family: sans-serif;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:center;
	align-items: center;
	align-content: center;
}

.izquierda {
    width: 500px;
    align-content: center; 
    text-align: center;
}

.derecha {
    width: 500px;
}

.foto {
    height: 200px;
    width: 200px;
    border-radius: 50%;

}

.redes {
    align-content: center;
}

.iconos {
    height: 30px;
    width: 30px;
    padding: 0 0.5rem 0 0.5rem;
}

.contenedorniveles {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;
	align-content: center;}

h4 {color: aquamarine; }

footer {
    width: 100%;
    height: 20rem;
    color: white;
    background-color: #232323;
    font-family: sans-serif;
    align-content: center;
    vertical-align: middle;
    text-align: center;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    
}

.primeralinea {
    color: aquamarine;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.derechos {
    width: 850px;
    font-size: 0.8rem;
    text-align: center;
    display: inline-block;
}