.punto{
    color: red;
    margin-left: 5px;
}
main{
    width: 90%;
    margin: 0 auto;
}
#Informacion{
    display: grid;
        grid-template-columns: 2fr 1fr;
}
#Informacion article{
    margin: 0 auto;
    padding: 10px;
}
#Informacion aside{
    margin: 0 auto;
    padding: 5px;
    height: 300px;
    overflow:scroll;
}
#Informacion aside a{
    color: white;
    font-weight: bold;
    padding: 10px;
    line-height: 30px;
    background-color: linear-gradient(45deg, burlywood, reba(255,255,255,0.5));
}
/* -- ****************************** Caja - Residencia -- */
.caja{
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}
.residencia1{
    background-image: url("../imagenes/fotoReagruFami.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.residencia2{
    background-image: url("../imagenes/residenciaSinTrabajo.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.residencia3{
    background-image: url("../imagenes/deSedundaOportunidadpng.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.residencia4{
    background-image: url("../imagenes/deSocioFormativo.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.residencia5{
    background-image: url("../imagenes/residenciaTrabajo.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.residencia6{
    background-image: url("../imagenes/fotoArraFormacion.png");
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width:842px){
    #Informacion {
        display: grid;
        grid-template-columns: 1fr;
    }
    #Informacion aside{
        width: 60%;
    }
}