* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
   
}

a{
    color: white;
}
/** HEADER: Regresar **/

header{
    font-family: 'Lato';
    background-color: #dadad9;
    
    position: relative;
}


header a{
    padding-left: 10px;
}
#menu{
   display:flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: stretch;   
}


/** MAIN: Completar mail **/

main{
    font-family: 'Lato';
    background-color: #ED721D;
}

h1{
    font-size: 40px;
    color: white;
    text-align: center;
    font-weight: 700;
    padding: 10% 0% 0% 0%;
   letter-spacing: 3px;
    
}

h2{
    font-size: 25px;
    color: #ED721D;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    padding: 0% 0% 5% 0%;
}

#datosdeingreso{
    background-color: white;
    margin: 10% 10% 50% 10%;
    padding: 5% 10% 5% 10%;
    font-weight: 300;
    text-align: center;
    color: #9D9C9C;
}

input, textarea {
    font: 'Lato';
    border: none;
    border-bottom-style: solid;
    border-bottom-color: #dadad9;
    width: 100%;
    height: 100px;
    color: #ED721D;
    font-size: 20px;
    padding: 0% 0% 0% 5%;
}

#acceder{
    background-color: #E73937;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100px;
    margin: 10% 5% 10% 5%;
    padding: 5%;
}

/* FOOTER */

footer{
    font-family: 'Lato';
    font-size: 11px;
    color: #6f6f6e;
    text-align: center;
    background-color: #dadad9;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
   
    border-style: solid;
    border-color: #6f6f6e;
    border-width: thin;
    border-left-color: #dadad9;
    border-right-color: #dadad9;
}
#pie{
    color:#ED721D;
    display: flex;
    justify-content:space-around;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    
}
ul{
    list-style: none;
}