.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/OFICINAS2.jpg); /* Nuestra imagen de fondo */
	background-repeat:no-repeat; /* Indicamos que no se repetira */
	background-size:cover; /* Encajamos la imagen al 100% del ancho */
	background-attachment: fixed; /* Establecemos una posicion fija para la imagen */

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

}

.contenedor {
	width: 100%;
	max-width:1200px;
	margin:auto;
}
@media(min-width:768px){

.contenedor_seccion{
	height:300px;}
}

@media(min-width:1024px){

.contenedor_seccion{
	height:400px;}
}