.contenedor_seccion{
	height:400px;}


#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;}
}