/*GALERIA*/
#galeria {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  background: #fff;
	text-align: center;
}
.grupo-galeria {
	max-width: 1100px;
 	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-galeria {
  overflow: hidden;
	border: 1px dashed #999;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
}

.galeria-img {
  border-radius: 15px;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
	
}

@media (min-width: 1024px) {
.galeria-img {
	height: 400px;
}
}