.menu .proposta>a{
    text-decoration: underline;
}

/*CONTAINER*/
.main{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

/*MAIN CONTENT*/
.contido{
    padding-top: 60px;
    display: flex;
    flex-flow: row wrap;
}
.contido section{
    width: 50%;
    display: flex;
    flex-flow: row wrap;
}
.contido section .imaxes{
    width: 40%;
    align-content: end;
}
.imaxe1{
    width: 90%;
    padding-left: 1vw;
}


.contido section .texto{
    width: 60%;
    position: relative;
}
.logoTexto{
    position: relative;
    height: 26vw;
    left: -12vw;
}
.texto p{
    padding: 0 1vw 0 3vw;
    text-align: left;
    margin-top: 4vw;
}


/*IMAXES LATERAIS*/
.contido aside{
    width: 50%;
    display: flex;
    align-items: end;
    justify-content: space-around;
}
.contido aside img{
    width: 40%;
}
/* .contido aside .imgMovida{
    position: relative;
    left: 120px;
    top: 90px;
} */

/*BOTONES*/
.botones{
    margin-top: 80px;
    align-self: center;
    display: flex;
    flex-flow: column wrap;
}
.botones .ilg,.botones .galReintegrado{
    background-color: #DC3534;
    border: none;
    opacity: 80%;
    margin-bottom: 0.5vw;
    padding: 0.3vw 1.5vw;
    font-weight: bold;
    font-size: 0.85vw;
}
.botones .ilg a,.botones .galReintegrado a{
    color: white;
}


@media (max-width: 800px) or (orientation: portrait){
    html, body, .container{
        height: 100%;
        width: 100%;
    }
    /* .container{
        background-image: url("../Links/1_FOTO_INICIO.jpg");
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }
    header{
        background-image: url("../Links/1_FOTO_INICIO.jpg");
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }
    header nav{
        background-image: url("../Links/1_FOTO_INICIO.jpg");
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    } */

    .contido aside{
        display: none;
    }
    .contido section{
        width: 100%;
    }
    .contido section .imaxes{
        display: none;
    }
    .contido section .texto{
        width: 100%;
    }
    /* .texto h1{
        font-size: 7vw;
        margin-top: 250px;
        margin-left: 30vw;
        margin-bottom: 3vw;
    } */
    .logoTexto{
        height: 250px;
        padding-top: 90px;
        left: 4vw;
    }
    .texto p{
        padding: 0 16vw 0 22vw;
        font-size: 14pt;
        margin-top: 30px;
    }
    .botones{
        margin-top: 120px;
        padding-bottom: 20px;
    }
    .botones .ilg, .botones .galReintegrado{
        font-size: 12pt;
    }
}