body {
background-color:rgb(221, 221, 221);
font-family: 'Roboto', sans-serif;
text-decoration: none;
list-style: none; 
max-width: 100%;
}

img {
    display: block;
    margin: auto;
    padding: 20px 0px 20px 0px;
    max-width: 100%;
}



/*-----------------------------------header-------------------------*/

nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
   
}


nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto 20px auto;
    max-width: 550px;
    
}

nav ul li {
    flex-basis: 100%;
    
}


nav ul li a {
    background-color: rgb(48, 146, 62);
    color: white;
    font-size: 13pt;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: .25em .5em;
    border-radius: 20px;
    margin: 5px;
    
}
.navegador li a:hover{
    color: black;

}

/*-------------------------------body---------------------------*/

.contenedor { 
    margin: 20px auto 20px auto;
    max-width: 550px;
width: 100%}

h1{
    text-align: center;
    color: white;
    font-size: 30px;

}

h2 {
    text-align: center;
    font-size: 15px;
    color: white;
}

.rotulo {
    background-color: rgb(160, 160, 160);
    border-radius: 10px;
    width: 100%;
    padding: 1px;
    margin-bottom: 20px;
    
}
#integrantes  a{
text-decoration: none;
list-style: none;  
font-family: "roboto";
font-size: 20px;
color: white;
    
}

#integrantes img {
    border-radius: 50%;
}

#integrantes a:hover{
    color: black;

}

.camila {
    background-color: rgb(106, 162, 114);
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    color: white;
    margin:10px 0px 10px 0px;
    align-items: center

    
}


.lucia {
    background-color: rgb(106, 162, 114);
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    color: white;
    margin:10px 0px 10px 0px;
    align-items: center;
    
}
.mariana {
    background-color: rgb(106, 162, 114);
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    color: white;
    margin:10px 0px 10px 0px;
    align-items: center;
}
.micaela {
    background-color: rgb(106, 162, 114);
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    color: white;
    margin:10px 0px 10px 0px;
    align-items: center;
}


/*----------------------------institucional---------------------------*/


h3{
   text-align: center;
    font-size: 30px;
    color: white; 
    background-color: rgb(160, 160, 160);
    border-radius: 10px;
    width: 100%;
    padding: 1px;
    margin-bottom: 20px;
    
}


h4{
    text-align: center;
    font-size: 15px;
    color:  rgb(48, 146, 62);
}


hr{
    margin-top: 20px;
}


.pertenencia {
    background-color: white;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0px 10px 0px;
    
    
}

.pertenencia ul li {
    list-style: none;
    text-align: center;
    font-family: "roboto";
    font-size: 12px;
}


.materia{
    background-color: white;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0px 10px 0px;
    font-size: 12px;
    
    
}

.materia li {
    background-color: white;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0px 10px 0px;
    font-size: 12px;
    list-style: none;
    text-decoration: none;
    
    
}

/*-------------------------footer------------------------*/


.cajafooter {
    background-color: rgb(160, 160, 160);
    padding: 2px;
    border-radius: 10px;
    margin: 20px auto 20px auto;
    max-width: 550px;
    width: 100%;
   
}

footer{

    font-size: 12px;
    color: rgba(255, 255, 255, 0.86);
    text-align: center;
}

/*------------------------mapa y plan---------------------*/


.plan {
    background-color: rgb(106, 162, 114);
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    color: white;
    align-items: center;

}

.objetivo {
    text-align: center;
    
}


.mapa {
   margin: 20px auto 20px auto;
    max-width: 550px;
    width: 100%;
}

.mapa img {
     border-radius: 10px;
}

    
 
