@charset"utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900i');


body { 

      background-color: aliceblue;
      margin: 0;
      padding: 0;
      font-family: 'Roboto', sans-serif;
      color: darkslategrey; 
      display: flex;
      flex-direction: column;
   
    
}

/*barra*/

header {
    background: linear-gradient(rgb(102, 221, 166), rgb(35, 171, 221));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;

}

header nav ul li {
    margin: 1rem;
    display: flex;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li a {
    text-decoration: none;
    color: darkslategray;
    display:inline;
    display: block;
    font-size: 110%;
    
}

header nav ul li a {
    color: white;
    text-decoration: none;
    font-size: small;
}

/*contenido*/

main {
    margin: 1rem;
    display: flex;
    flex-direction: column;
}

body main li {
    margin-left: 3em;
    padding: default;
    color: rgb(32, 174, 180);
    margin-bottom: 0.5em;
    list-style: none
    
}
body main li a{
    color: rgb(32, 174, 180);
    text-decoration: none;

}
h1 {
    margin-left: 2.5em;
    margin-bottom: 0.5em;
    font-size: 110%;
}
h2 {
    margin-left: 2.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-size: 110%;
}
img. {
    display: block;
}

footer {
    padding: 1em;
    background: linear-gradient(rgb(102, 221, 166), rgb(35, 171, 221));
    color: white;
    display: flex;
    align-items: center;
    font-size: x-small;
}

footer ul {
    column-count: 3;
    display: flex;
    align-items: center;
    list-style: none;
}

p {
    margin-left: 3.5em;
    margin-right: 3.5em;
    margin-top: 0.5em;
    font-size: 90%;
}

img.logo_dynamic{
    image-orientation: center;
    max-width: 50%;
    display:block;
    margin:auto;
    margin-bottom: 30px
    
    
}
img.fadu {
    width: 70px;
    margin-left: 15px;
    margin-right: 15px;
}
img.uba {
    width: 50px;
}