*{
    text-decoration: none;
    list-style: none;
    
}

#campo {
    
    width: 30rem;
    position: flex;
}



h2 {
    color: white;
    text-shadow: 1;
    font-family: sans-serif;
    text-shadow: 3px 3px 2px #grey;

    
}

p {
    color: white;
    font-family: sans-serif;
    font-size: 0,5em;
}

.campo {
    max-height: 32rem;
    margin:0em;
}


header {
    background-color: #FFFFFF;
    height: 8em;
    left: 0em;
    position: relative;
    padding: 0em;
    width: 100%;
    
}

.logo {
    width: 16em;
    align-content: center;
    margin: 1em;

}

.barrasmenu {
    
    float: right;
    margin: 1rem;
    
}

aside {
    
    position: absolute;
    width: 15%;
    display: block;
    position: flex;
    right: 0;
    background-color: #FFFFFF;
    padding: 1em;
    top: 1em;
}


ul {

    width: 100%;
    display: list-item;
    text-align: left;
    padding: 1em;
    margin: 0em;
    font-family: sans-serif;
    color: #2B3990;
    
}

body {
    
    background-color: #ffff;
}


.informacion {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    text-decoration-style: none;
    max-height: 10em;
}

.enterate {
    
    padding: 2.7rem 1rem;
    text-align: left;
    background-size: cover;
    display: flex;
    flex-grow: 1;
    background-image: url(imagenes/intercambio.jpg);
    background-color: rgb(105,105, 105);
    background-blend-mode: soft-light;
}


.capacitate {
    
    padding: 2.7rem 1rem;
    text-align: left;
    background-image: url(imagenes/intercambio.jpg);
    background-size: cover;
    display: flex;
    flex-grow: 1;
    background-color: rgb(105,105, 105);
    background-blend-mode: soft-light;
}


.grupo {
    display: list-item;
    flex-direction: row;
    flex-grow: 1;
    text-decoration-style: none;
    height: 10em;
    
}

.mis {
    
    padding: 2.7rem 1rem;
    text-align: left;
    background-image: url(imagenes/intercambio.jpg);
    background-size: cover;
    display: flex;
    flex-grow: 1;
    background-color: rgb(105,105, 105);
    background-blend-mode: soft-light;
    
}

.com {
    
    padding: 2.7rem 1rem;
    text-align: left;
    background-image: url(imagenes/intercambio.jpg);
    background-size: cover;
    display: flex;
    flex-grow: 1;
    background-color: rgb(105,105, 105);
    background-blend-mode: soft-light;
}


#botonera {

    width: 100%;
    position: absolute;
    bottom: 0em;
    -webkit-box-orient: horizontal;
    bottom: 0em;
}

.boton1 {
    background-color: #2B3990;
    width: 50%;
    float: left;
    height: 4em;
    bottom: 0em;
    color: white;
    font-size: 1em;


}

.boton2 {
    background-color: #2BB673;
    width: 50%;
    float: right;
    height: 4em;
    bottom: 0em;
    color: white;
    font-size: 1em;


}






























