#banner_contacto {
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	background: #e3e3e3;
}

#banner_contacto img {
	width: 145%;
	height: auto;
	margin-left: -25%;
}

/* MEDIA QUERYS BANNER */

@media (min-width: 480px) {

	#banner_contacto {
		margin-top: 0;
		margin-bottom: 0;
		/*overflow: hidden;*/
	}

	#banner_contacto img {
		width: 150%;
		max-height: 410px;
		margin-top: 0;
		margin-left: -25%;
	}


@media (min-width: 700px) {

	#banner_contacto {
		height: 410px;
	}

	#banner_contacto img {
		width: auto;
		max-height: 410px;
		margin-top: 0;
		margin-left: -40%;
	}

	#banner_contacto .contenedor {
		position: absolute;
		left: 15%;
	}

}

@media (min-width: 1024px) {

	#banner_contacto {
		margin: 0px;
		margin-top: 0;
		height: 410px;
		overflow: hidden;
	}

	#banner_contacto img {
		margin-left: -10%;
	}

	#banner_contacto .contenedor {
		position: absolute;
		left: 16%;
	}
}

@media (min-width: 1200px) {

	#banner_contacto img {
		margin-left: -10%;
	}

	#banner_contacto .contenedor {
		position: absolute;
		left: 10%;
	}

}

@media (min-width: 1210px) {

	#banner_contacto .contenedor {
		position: absolute;
		left: 25%;
	}
}
}