@charset "utf-8";
/* CSS Document */

 
.contenedor1 {
	width:90%;
	margin:15px auto;
}
 
#gale img {
	width:30%;
	height:auto;
	float:left;
	padding:10px;
}


@media screen and (max-width: 700px){
	
	#gale img {
	width:100%;
	height:auto;
	padding:10px;
}
	
}