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


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

    
}


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


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
}



#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;


}

h4 {
    font-family: sans-serif;
    font-size: 2em;
    text-align: center;
    padding: -3em;
    color: #2B3990;
    margin: 0em;
    
}

.dos {
    font-family: sans-serif;
    font-size: 14pt; 
    line-height: 19pt; 
    color: black;
 
}

.tres {
    font-family: sans-serif;
    font-size: 10pt;  
    line-height: 15pt;
    color: black;
}

.imagen {
    display: flex ;
    width: 100%;
}

#articulo {

    margin: 1em;
    background-color: #ffff;
    position: flex;
    display: scroll;
}