@charset "utf-8";

/* Reglas generales */

body{
    font-family: sans-serif;
    }
ul{
    list-style: none;
    margin: 0;
    padding: 0;    
   }
a{
    text-decoration: none;
   }
img{
    width: 100%;
    }
figure{
    margin: 0;
    padding: 0;
    max-width: 30em;
 }

/* primera parte de css para celulares, mobile first */

body{
    background-color: #f3f5d7;
}

header{
    text-align: center;
    background-color: #c1cb55;
}

#isologo{
    display: inline-block;
    background-color: #c1cb55;
    margin: 1em 1.5em 0em 1.5em
}

header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;  
    padding: 0 1em;   
}

header ul{
    display:flex;
    max-width: 40em;    
    padding: 1em 0em 1em 0em
}

header ul li{
    width: auto;
    height: auto
    margin-left: 0.25em;
}

header nav ul li a{
    width: 100%;
    height: auto;
    color: white;
    font-size: 1.3em;
    background-color: #c1cb55;
    display: block;
    padding: auto;
    margin: 1.5em 1em 1.5em 1em;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}


main div img{
    margin: auto;
    max-width: 50%;
}

#estudiante div img{
    margin: auto;
    max-width: 50%;
    border-color: #c1cb55;
    border-style: solid;
    border-width: 0.4em;
    
}

main h1{
    text-align: center;
    line-height: 2em;
    padding: 0.2em;
    background-color: #f3f5d7;
    color: #c1cb55;
    margin: 0.1em 1.5em 0.1em 1.5em;
    font-size: 1.8em;
}

#estudiante p {
    text-align: center;
    font-size: 1em;
    color:dimgrey;
    margin: 0em 1.5em 0em 1.5em;
}

main h2{
    text-align: center;
    font-size: 1.5em;
    color:dimgrey;
    margin: 1em 0em 0.5em 0em;
    text-decoration-line: underline;
    text-decoration-color: #c1cb55;
    text-decoration-style: solid; 
}

main h3{
    text-align: center;
    font-size: 1.2em;
    color:dimgrey;
    margin: 0em 0em 1em 0em;
}

main p{
    text-align: left;
    font-size: 1em;
    color:dimgrey;
    margin: 0em 0em 1em 0em;
}

section ul li {
    text-align: center;
    font-size: 1em;
    color:dimgrey;
    margin: 0em 0em 0em 0em;
    text-decoration: none;
}

section nav ul li{
    background-color: #c1cb55;
    margin: auto;
}

section nav ul li a{
   text-decoration: none;
   color: white;
   background-color: #c1cb55;  
}

section p{
    text-align: center;
    font-size: 1em;
    color:dimgrey;
    margin: auto;
    text-decoration: none; 
}

#integrantes li{ 
   background-color: #c1cb55;
   margin: auto;
}

#integrantes a{
   text-decoration: none;
   color: white;
   background-color: #c1cb55;  
}

footer{
    color: dimgrey;
}

footer p{
    color: dimgrey;
    padding: 2em 1em 2em 1em;
    background-color: #bfbfbf;
    text-align: left;
    font-size: 0.7em;
}
