@charset "utf-8";
* {
    box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
#albumImagenes  {
    width: 70%;
    height: auto;
}
#albumImagenes #Imagen7{
    width: 50%;
    height: auto;
}
#albumFotos #foto3{
    width: 75%;
    height: auto;
}

#albumFotos #foto4{
    width: 75%;
    height: auto;
} 

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

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

}
 

 

