body {
    background-color: #1D3D77;
    font-family: "roboto", sans-serif;
    margin-top: 6em;
}

header {
    margin-bottom: 2em;
}

h1 {
    font-family: "roboto condensed", sans-serif;
    font-weight: 400;
    font-size: 2.2em;
    color: #ffffff;
    margin: 0;
    padding: 0;
    
}

img {
    width: 55vw;
    height: auto;
    margin-bottom: 1em;
}

spand {
    color: #ffffff;
} 

ul {
    padding: 0;
}

ul li {
    background-color: #ffffff;
    color: black;
    list-style: none;

}

#ingresar{
    background-color: #f49648;
    color: #ffffff;
    text-decoration: none;
    width: 55vw;
    text-align: center;
}

#cuenta{
    color: #f49648;
    font-weight: 300;
    text-decoration: none;
}

#orientacion{
    color: #f49648;
    background: #ffffff;
    width: 53vw;
    padding-left: 0.5em;
}

/* flex box */

body {
    display: flex;
    flex-direction: column;
}

.bienvenidos, .ingreso{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.desplegable {
    display: none;
}

#orientacion:hover .desplegable {
    display: block; 
}

#cuenta{
    display: flex;
    justify-content: flex-end;
    margin-top: 5em;
}