body {
    background: #eee;
    margin: 0;
    padding: 0;
}

.contenedor {
    margin: 5px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #c4c3c2;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    justify-content: center;
    margin-bottom: 50px
    
}
.contenedor ul {
    list-style: none;
    display: flex;
    margin-right: 10px;
}
.contenedor ul li {
    margin-left: 10px;
    margin-right: 10px;
}
.contenedor ul li a {
    text-decoration: none;
    color: #1c590a
    
}
.contenedor ul li a:hover {
    color: #000;
}
.icono { 
width: 40px;
margin-left: 20px;
}

.menu {
    width: 340px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    min-height: 30vh;
    box-shadow: 5px 10px 10px #c4c3c2;
    
}
h1 { 
    font-family: 'Abril Fatface', cursive;
    font-weight: 500;
    font-size: 200%;
    color: #458d80;
    margin: 0;
    
}
.riachuelo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    margin: 5px;
}
.proyecto {
    width: 320px;
}
p {
    font-family: 'Montserrat', sans-serif;
}

.grupito {
    text-align: center;
    margin-top: 70px;
    font-size: 100%;
    font-weight: 600;
    color: #2c5d54;
}
.chicas {
    padding: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.chicas li {
    display: inline-block;
    width: 190px;
    margin-bottom: 20px;
    padding: 10px;
}
.chicas li img {
    width: 180px;
    border-radius: 100%;
    box-shadow: 5px 10px 10px #c4c3c2;
}
.chicas li a {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 700
    
}


.informacion { 
    text-align: center;
    background: #458d80;
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
    padding: 0;
}
.informacion ul li {
    list-style: none;
    display: flex;
    display: inline-block;
    margin-top: 10px;
}

.uba {
    width: 150px;
    float: left;
}
.fadu {
    width: 150px;
    float: left;
}
.dgpc {
    width: 80px;
    float: left;
}

.uno {
    font-size: 10px;
    text-align: center;
    text-align: left;
    width: 100%;
    padding-right:

}
.dos {
    font-size: 10px;
    text-align: center;
    width: 72%;
    margin-left: 90px;
}
.tres {
    font-size: 10px;
    text-align: center;
    width: 90%;
    margin-left: 10px;
}

footer {
    font-size: 70%;
    margin-top: 50;
    font-weight: 500;
    margin: 10px;
    text-align: center;
    color: #234b44
}
