
*{
    box-sizing: border-box;
}

img{
    width: 50%;
    max-width: 20em;
}


a {
    text-decoration-line: none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
body{background-color: cadetblue;
    text-align: center;
     
}


header{
    background-color: cadetblue;
    text-align: center;
    align-items: center;
}

main{
    image-resolution: 100%;
    align-items: center;
    text-align: center;
    align-items: center;
    
}
    
}


#logos div{ 
    width: 20%;
    max-width: 50em; 
    align-items: center;
    justify-content: center;
    
}



#propuesta{ 
    width: 100%;
    max-width: 50em;
    
}

#propuesta2 { 
    width: 100%;
    max-width: 50em;
}

#propuesta3 { 
    width: 100%;
    max-width: 50em;
}

nav{
    width: 100%;
    margin:auto;
}

nav ul{
    background-color: #88dede;
    text-decoration: none; 
}

nav ul li{
    text-align: center;
    margin: .4em 0;
    text-decoration: none;
    font-family: sans-serif;

}

nav ul li a{
    color: #0d0d0c;
    display: block;
}

nav ul li a:hover{
    background-color: cadetblue;
}

#alumnas{
    background-color: #ace5e5;
}

article.infofacultativa{
border: solid 1em;
border-color: #88dede;
background-color: #ace5e5;
text-align: center;
align-content: center;
    

    
    

}

h2{
    background-color: #88dede;
    
}

h3{
border-bottom: 4px solid #0d0d0c;
padding-bottom: .5em;
color: #000f43;
font-family:sans-serif;
    
}

h5 {
font-family: sans-serif;
    
    
    
}

footer{
    background-color: #ace5e5;
    padding: 1em;
    
}

.contenedor { max-width: 50em;
    margin: 0 auto;
    display:flex;
    
    
}