body{
    background: #55565d; 
    font-family:helvetica; sans-serif; 
    color:beige;
    }

.grupo{
        font-family: sans-serif;
        color: #f7379e;
        font-weight: 600;
        text-align: center;
        width: 100%;
        margin: auto;
           }

.clear {
    clear: both;
        }

.seccion1{
    background-color: #e5e5e5;
    min-height: 12rem;
    text-align: center;
    width: 100%;
    border-radius: 1rem;
}

.nombre{
        font-size: 2.5rem;
        font-weight: 550;
        color: #f7379e;
        padding: 4rem 0rem 0rem 0rem;
        }

.carrera {
        font-size: 1.5rem;
        color: #55565d;
        width: 100%;
        margin: -2rem 0rem 0rem 0rem;
        }

nav ul li {list-style-type: none;
        float:left;
        display: inline-block;
            }

nav ul li a {padding: 0.8rem;
            margin:1.5rem;
            text-decoration: none; 
            font-family:helvetica; sans-serif; 
            font-weight: 550;
            color: #ecedf7;
            }

.imagen { margin: 1rem;
         }

.botones {
        width: 100%;
        }

ul li {
    list-style-type: none;
    position: relative;
    float: left;
    width: 25%;
    }

.footer{ 
        background-color: #e5e5e5;
        color: #55565d;
        font-size: 0.8rem;
        font-family: helvetica; sans-serif;
        padding: 0.8rem;
        margin: 3rem 0rem 0rem 0rem;
        width: 100%;
        text-align: center;
        border-radius: 1rem;
        box-shadow: 4rem #dddddd;
        }

.legales{
    font-size: 0.7rem;
    text-align: center;
    margin: 1.5rem 12rem 0.5rem 12rem;
}