head {
    display: none;
}

body {
    margin: 0;
    font-family:sans-serif;
    display: block;
}

header {
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
    height: 100px;
       }

header {
    background-color:darkgreen;
    color: white;
    
    
}

a {
    text-decoration: none;
}

footer {
    background-color:darkgreen;
    color: white;
    padding: 2rem;
}

header {
    display: block;
}

header .contenedora {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contenedora {
    max-width: 50rem;
    margin: auto;
}

#logo {
    background-color: white;
    border-radius: .35em;
    padding: .35em;
    width: 10em;
}

img {
    max-width: 100%;
    height:auto;
    
}
    
nav {
    display: block;
}

header nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

ul, ol {
    list-style: none;
    padding: 0;
}

header nav ul li {
    min-width: 4em;
    margin: .25em 0 .25em .25em;
}

a:-webkit-any-link {
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

main {
    padding: 2em;
    display: block;
}

section {
    font-size: 1.10em;
}

.titulo {
    border-bottom: .3rem solid #58C817 ;
    padding-bottom: .5em;
    width: 65%;
}

ul ul {
    box-sizing: border-box;
}

ul {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    padding:40px;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 1em;
}

h2 {
    display: block;
    font-size: 1.5em;
    color: blue;
    font-weight: bold;
}

h6 {
    display: block;
    font-size: 1.10em;
    font-weight: bold;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}


.index header nav ul li:first-child a, .plan header nav ul li:nth-child(2) a, .mapa header nav ul li:nth-child(3) a {
    background-color: rgba(255, 255, 255, 0.85);
    color:#58C817;
}


header nav ul li a {
    
    border-radius: .25em;
    color: white;
    font-family: sans-serif;
    font-weight:bold;
    padding: .25em .5em;
    text-align: center;
    display: block;
}

p {
    display: block;
}

header ul {
    color:white;
    display: flex;
    list-style: none;
    
}
header a {
    color:white;
    font-family:cursive;
}

section {
    padding-bottom: 2rem;
    }

h1 {color:blue;
font-family: sans-serif;}

.equipo ol li {
    background-color: rgba(122, 79, 144, 0.1);
    margin: .3em 0;
    padding: 1em;
    width: 100%;
    border-radius: .25em;
    display: flex;
    flex-direction: row;
    
    
}

.equipo img {
    border: solid .2em white;
    border: 50%;
}

.equipo li a p {
    color: aquamarine;
    margin-left: 2em;
    
}




.academicos h3 {
    margin-top: 0;
}



.UBA {
    max-width: 100%;
    height:90px;
    margin-bottom: 20px;
}

.FADU {
    max-width: 100%;
    height:50px;
    margin-bottom: 40px;
}

.DGPC {
    max-width: 100%;
    height:70px;
    margin-bottom: 40px;
}

.acdemicos ul {
    display: block;
    list-style-type: disc;
    padding :40px;
}

.academicos > ul > li:not(:last-of-type) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

.academicos div li {
}
       
footer p {color:white;}
















