@charset "utf-8";

#albumImagenes #imagen3 {
    width: 70%;
    height: auto;
}

#albumImagenes #imagen4 {
    width: 70%;
    height: auto;
}

#albumImagenes #imagen6 {
    width: 90%;
    height: auto;
}

#albumImagenes #imagen8 {
    width: 70%;
    height: auto;
}

#albumImagenes #imagen10 {
    width: 90%;
    height: auto;
}

#albumImagenes #imagen12 {
    width: 90%;
    height: auto;
}

#albumFotos #foto7 {
    width: 90%;
    height: auto;
}

#albumFotos #foto6 {
    width: 90%;
    height: auto;
}

@media screen and (max-width: 850px){

    #contenedorPal{
        padding: 4em;
    }
}

@media screen and (max-width: 650px){
#albumFotos#foto1 {
    width: 100%;
    height: auto;			
}
#albumImagenes#imagen1{
    width: 100%;
    height: auto;
}

#albumFotos{
    width: 100%;
    height: auto;
}

#albumImagenes{
    width: 100%;
    height: auto;
}

#albumFotos img:not(:first-of-type) {			
    width: 100%;
    height: auto;    
    justify-content: center;
}

#albumImagenes img:not(:first-of-type) {			
    width: 100%;
    height: auto;                         
    justify-content: center;
}
#contenedorPal #albumImagenes #imagen4{
    width: 90%;
    height: auto;
}
#albumImagenes#imagen8{
    width: 90%;
    height: auto;
}

}
