@charset "utf-8";

@media screen and (max-width: 850px){
   #albumFotos{ 
        margin-left: 2em;
   }
}
#contenedorPrincipal #albumFotos  img {
   width: 80%;
   height: auto;
   flex-grow: 1;
   display: flex;
	flex-direction: row;
   justify-content: space-around;    
   align-items: center;
   padding-left: 8em;
}