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

a{
    color: white;
}

/** HEADER: Regresar **/



/** MAIN **/

main{
    background-color: #FBBA0E;
}

main img{
    width: 100%;
    height: auto;
    display: block;
}

div{
    width: 100%;
}

footer{
    background-color: white;
}

h1{
    font-family: "Lato";
    color: #ED721D;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    padding: 5% 0% 0% 0%;
    margin: 7px;
}

h2{
    font-family: "Lato";
    color: #ED721D;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    letter-spacing: 7px;
    padding: 0% 0% 5% 0%;
}

