@charset "utf-8";


body {
    background-color: coral;
    font-family:sans-serif;
    display:flex;
    flex-direction: column;
    }

h1 {
    color: beige;
    font-size: 3em;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    }

h2 {
    text-align: center;
    color: khaki;
    font-size: 2em;
    font-family: 'Open Sans', sans-serif;
}

botonera ul {padding-left: 0px}
.barra ul li {
    color: darkred;
    list-style-type: none;
    background-color: floralwhite;
    padding: 6px;
    width: auto;
    display: inline-table;
    border-radius: 5px;
    transition: all .2s ease;
    text-align: center;
}

nav {
    text-align: center;
}

.imgredonda {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, .35);
    box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, .35) inset, 0 0.35em 0.5em rgba(0, 0, 0, .35);
    display: block;
    margin: auto;
    
    
    }

.materias {
    text-align: center;
    
}

ul {
    list-style: none;
    color: beige; 
}

.logouba {
    display:block;
    margin: auto;
}

.logofadu {
    display: block;
    margin: auto;
}
.logodgpc {
    display: block;
    margin: auto;
}

p {
    text-align: center;
    color: beige;
}

footer {
    margin: auto;
    width: 40%;
}