@charset "utf-8";
@import = url ('https://fonts.googleapis.com/css?family=Raleway:400,500italic,700');

body {
    background-color: white;
    }


    header{
    background-color: white;
    border-style: solid;
    border-width: thick;
    border-color: white;
    
        
}
    
    
.logosfadu {
    display: flex;
    padding: 1.5em;
    margin-bottom: 1rem;
    color: black;
    align-content: flex-end;
    justify-content: flex-end;
       
}
  
.caja{
    width: 900px;
    margin: auto;
    margin-top: 4rem;
    border-color: black;
    border-style: solid;
}


.foto {
   display: flex;
   padding: 1em; 
}

.datos1 {
    display: flex;
    padding: 2em;
    font-family: 'Raleway', sans-serif;
    font-weight: 500italic;  
    font-size: 1em;
}

.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 2em;
    background-color: white;
    border-style: solid;
    border-width: thick;
    border-color: black;
    justify-content: center;
    align-content: center;
}
nav{
    font-family:'Raleway', sans-serif;
    font-weight: 700;
    color: black; 
    font-size: 1.2em;
}

nav ul{
    list-style: none;
}

nav ul li a{
    text-decoration: none;
    color: black;
    padding: 2em;
}


footer{ 
    display: flex;
    justify-content: center;
    background-color: white;
    font-family: 'Raleway' , serif;
    color: black;
    font-size: 0.8em;
    padding: 1.5em;
}
