/* pagina personal Fede */

body {
    margin: auto; 
    padding: 0 0 0 0;
    background-color: black; 
}
header {
    color: white;
    font-size: 2rem;
    height: 100px;
    justify-content: center;
    align-content: center; 
    align-items: center;
    font-family: sans-serif; 
    text-align: center;
    background-color: black;
    margin: auto; 
    padding: 0 0 0 0 ;
}

nav {
    height: 3rem;
    width: 100%;
    background-color: aquamarine ;
    color: white;
    font-weight: 600;
    font-size: 0,5rem;
    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;
}

a.menu:visited {
    color: black;
}

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 {
    width: 250px;
    margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}

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

        .linkedin {
    width: 30px;
    height: 30px;
    max-width: 30px;
    background-color: black;
    background-image: url(../img/icono-linkedin-off.jpg);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 0 0 0 0rem;
    margin: 0 0 0 0;
    align-content: space-around;
    align-items: flex-end;
    text-align: right;
}

        .linkedin:hover {
    width: 30px;
    height: 30px;
    max-width: 30px;
    background-image: url(../img/icono-linkedin-on.jpg) ;
    background-repeat: no-repeat;
    padding: 0 0 0 0;    
    align-content: space-around;
    align-items: flex-end;
    text-align: right;
}

        .youtube {
    width: 30px;
    height: 30px;
    max-width: 30px;
    background-color: black;
    background-image: url(../img/icono-youtube-off.jpg);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 0 0 0 0rem;
    margin: 0 0 0 0;
    align-content: space-around;
    align-items: flex-end;
    text-align: right;
}

        .youtube:hover {
    width: 30px;
    height: 30px;
    max-width: 30px;
    background-image: url(../img/icono-youtube-on.jpg) ;
    background-repeat: no-repeat;
    padding: 0 0 0 0;    
    align-content: space-around;
    align-items: flex-end;
    text-align: right;
}

        .behance {
    width: 30px;
    height: 30px;
    max-width: 30px;
    background-color: black;
    background-image: url(../img/icono-behance-off.jpg);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 0 0 0 0rem;
    margin: 0 0 0 0;
    align-content: space-around;
    align-items: flex-end;
    text-align: right;
}

        .behance:hover {
    width: 30px;
    height: 30px;
    max-width: 30px;
    background-image: url(../img/icono-behance-on.jpg) ;
    background-repeat: no-repeat;
    padding: 0 0 0 0;    
    align-content: space-around;
    align-items: flex-end;
    text-align: right;
}

        .vimeo {
    width: 30px;
    height: 30px;
    max-width: 30px;
    background-color: black;
    background-image: url(../img/icono-vimeo-off.jpg);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 0 0 0 0rem;
    margin: 0 0 0 0;
    align-content: space-around;
    align-items: flex-end;
    text-align: right;
}

        .vimeo:hover {
    width: 30px;
    height: 30px;
    max-width: 30px;
    background-image: url(../img/icono-vimeo-on.jpg) ;
    background-repeat: no-repeat;
    padding: 0 0 0 0;    
    align-content: space-around;
    align-items: flex-end;
    text-align: right;
}

}
.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: auto;
    padding: 2rem 1rem 2rem 1rem;
    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;
}