@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px){

	#seccion_imagenes{
		padding: 30px 1%;
	}

	.contenedor_cuadro_imagen{
		width: 32%;
	}

	#borde_lightbox{
		padding: 3px;
		border-radius: 5px;
	}

	#boton_cerrar_lightbox{
		right: 5px;
		top: 5px;
	}

}
