#servicios {
	max-width: 1500px;
	margin: auto;
	background: #fff;
}
.grupo-fotosservicios {
  max-width: 900px;
  margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-fotosservicios {

	margin: 2%;
}
.listado {

}
.listado-item {
	font-family: 'Open Sans', sans-serif;
  max-width: 900px;
  margin: auto;
	text-align: left;
	line-height: 2em;
	border-bottom: 1px dashed #999;
	display: flex;
	
}
.listado-item:last-child {
	border-bottom: none;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.columna-fotosservicios {
	width: 48%;
	margin: 1%;
}
}

@media (min-width: 1024px) {
	
}