
@import 'https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700';

@import 'https://fonts.googleapis.com/css?family=Raleway:100,400,600,900';

* { 

font-family: sans-serif;
	
	text-decoration: none;
	list-style: none;
	
	
	

	
}







body { background-color: dimgrey;
	
}


nav ul  {
	display: flex;
align-content: center;
margin-top: 1.4em;
}


nav ul li a { text-align: center;   font-size: 1em;
    background-color:whitesmoke;
	padding: 0.4em;
	text-align: center;
color: deeppink;
	
	}


 nav ul li a:hover { color: orange;
}
 

.contenedor {display: flex;
	align-content: center;
	margin-left: 3em;
}

.logo { 
padding: 1em;}

.perfil { margin-top: 1em;
padding: 1em;}

.perfil2 { margin-top: 1em;
padding: 2.6em;}


.nombre{ display: flex;
align-items: center;
}


.destacado{ font-weight: 400; }


.columnas { display: flex;

}





.contenido { display: flex;
flex-direction: column;
}

.datos{ display: flex;
flex-direction: column;}

#organizar{ 
margin: auto;
max-width: 75em;
min-height: 100%;
width: 100vw;
	}

.face{ width: 3em;
margin-top: -0.7em;}


.links{ font-size: 0.8em;
font-weight: 400;
text-align: center;
}


.links2 { padding: 4em;
margin-top: -3em;}



h4 { 
    
   	font-size: 0.5em;
    
    letter-spacing: 5px;
    
	color: red;}
    

main {
    
    background-color: seashell;
    font-size: 1em;
	margin-top: 1em;
	flex: 1;
	
  }



#organizar { 
margin: auto;
max-width: 75em;
min-height: 100vh;
width: 100vw;
	}

#organizar { display: flex;
flex-direction: column;
justify-content: space-between; 

}



main img{
    
    
    border-radius: 50%;
   
	 }




h1{
    font-size: 1.5em;
    color: black;
align-content: center;
	
        
        
}




h2 {
    
    font-size: 1em;
    
  font-weight: 600;
    color: deeppink;
  letter-spacing: 3px;
    
}




p{
    
   font-size:  0.9em;
       
   font-weight: 100;

    

        
   
    
}



h3{
    
    font-size: 0.8em;
    
    font-weight: 100;
     
	line-height: 1rem;
}








footer{
    
    background-color: black;
    
    color: white;
    
    font-size: 0.56em;
    
    text-align: center;
    
    padding: 1em;
    
                 
}