.contenedor_seccion{
	height:400px;}
/*
#fondopaso {
  animation-duration: 10s;
  animation-name: desliz;
}
 
@keyframes desliz {
	
  from {
	background:url(imagenes/fondoventas02.jpg)  center top no-repeat; width: 100%;background-size: 100%;
  }

  to {
	background:url(imagenes/fondoventas02.jpg)  center bottom  no-repeat; width: 100%;background-size: 100%;
  }
}



Agregado para el fondo que se mueve lento */


#imagenlenta {
	background:url(imagenes/Foto05.jpg); /* Nuestra imagen de fondo */
	background-repeat:no-repeat; /* Indicamos que no se repetira */
	background-size:cover; /* Encajamos la imagen al 100% del ancho */
	width: 100%;
	/*background-attachment: fixed; /* Establecemos una posicion fija para la imagen */

}


@media screen and (min-width:1024px){

#imagenlenta {
	background-attachment: fixed; /* Establecemos una posicion fija para la imagen */

}
}
