@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    }

header nav {
    background-color:orange;
    flex-direction: row; 
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem;
    margin: 0;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    
}
header nav ul {
    list-style: none;
    padding 1em;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 50 
}
 header nav ul li a { 
    display flex;
    flex-wrap: wrap;  
    padding: 0.5em;
    margin: 0;        
    color: white;
     align-content: center;
     align-items: center;
     justify-content: space-between;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto Mono', monospace;
 
     

} 

header nav ul li a:hover{
    color:blueviolet;
    transition: .3s ease-in-out;
}

#homedgpc img {  
    display: flex;
    padding: 0.5em;
    width: 5.2em;
}

#homefadu img {  
    display: flex;
    padding: 0.2em;
    width: 5em;
}


#informacion{
padding-top: 1em;
padding-bottom: 2em;     
text-align: center;
} 

#foto  { 
width: 220px;
height: 220px;
padding: 0.2em;
}

#foto img { 
    display: flex;
    padding: 0.5em;
    width: 20px;
    
}




body {    
    background-color:blueviolet;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 100vh;
    text-align: center;
    justify-content: flex-start;
    color: black;
}

h1{
    font-size: 2rem;
    margin-top: 0rem;
    font-family: 'Roboto Mono', monospace;
}

h3{
    font-size: 1.5rem;
    color: azure;
    font-family: 'Roboto Mono', monospace;
}
 h4{
    color: azure;
    font-family: 'Open Sans',sans-serif;
}

li {
    font-family: 'roboto mono', monospace, 
}

footer p{ 
padding : 1em;
margin: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content:space-around;
background-color: orange;
color: black;
text-align: center;
font-size: 0.6em;
line-height: 1.5em
}



