@charset"utf-8";
@import url('https://fonts.googleapis.com/css?family=Rosario');

* {
    margin: 0;
    padding: 0;

    font-family: 'Rosario', sans-serif;
 
}

body {
    font-family: sans-serif;
  background-color: rgba(113, 196, 198, 0.65)
}

body header {
    background: #fdfdfd;
    max-width: 100vw;
}

.barraiconos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    max-width: 100vw;
    margin: 0.4em 0.5em 0.2em 0.5em;
}

.barraiconos img {
    height: 1.7em;
}

.logo {
    height: 3em;
    margin: 0em 3.5em 0em 3.5em;

}

.menudesplegable {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #8BC6C7;
    width: 50vw;
    height: 100vh;
    padding: 2rem 2rem 2rem 1rem;
    z-index: 999;
    left: 0;
    top: 2.6em;
    position: fixed;
}   


#usuario {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
}

#usuario img { 
    height: 20vw;
    width: 20vw; 
    border-radius: 10em;
}

#usuario h4 {
    color: #5E6472;
    margin-top: .5em;
    margin-bottom: 1.5em;
}

.principal {
    list-style: none;
    margin-left: .5em;
    margin-top: .5em;
}

.principal li {
    margin-bottom: .6em;
    background-color: #FAF3DD;
    height: 7.5vh;
    display: flex;
    align-items: center;
}

.principal a {
    text-decoration: none;
    color: #5E6472;
    display: block;
    padding: .6em;
}

.opcionesusuario {
    list-style: none;
    margin-left: .7em;
    margin-top: .5em;
    margin-bottom: .5em;
     
}

.opcionesusuario li {
    margin-bottom: .6em;
    background-color: #FAF3DD;
    height: 7.5vh;
    display: flex;
    align-items: center;
}
    
    .opcionesusuario a {
    text-decoration: none;
    color: #5E6472;
    display: block;
    padding: .6em;
}
    
    .listausuario li {
    margin-bottom: .6em;
    background-color: white;
}




body main section {
    color: white;
    text-align:left;
    margin: 1em 0em 0em 0em;
    font-size: 1em;
    font-family: 'Rosario', sans-serif;
    font-weight: normal;
    padding: 2em 0em 0em 0em;}

main section p{
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.5em 0.5em 0.5em 1em;
    }

main img {
    display: flex;
    margin: auto;
    margin-bottom: 0em;
    max-width: 100%;
    height: auto;}

footer div li{
    list-style: none;
    margin: 0;
    padding: 0.6em;
    display: flex;
    flex-direction: row;
    justify-content: space-around
    }

footer div li a{
    color: white;
    background-color: black;
    list-style: none;
    text-decoration: none;
    width: 8em;
    border-radius: 25em;
    padding: 0.3em;
    display: block;
    text-align: center;
    font-size: 0.8em;
    font-weight: 800
}

.finales {background-color: black;
    padding: 0.5em 0.5em 0.5em 0.5em;}

.bienal { background-color: black;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-top: 1em}

.aulamagna { background-color: black;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-top: 1em}

