#banner_fijo {
	padding: 0;
	margin: 0;
}

#banner_fijo .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#banner_fijo .contenedor article {
	/* width: 100%; */
	height: auto;
	margin: 0;
	background-color: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#banner_fijo .contenedor article img {
	max-width: 800px;
}

/* Media Querys MEDIANO*/ 
@media screen and (min-width: 768px) {

	#banner_fijo .contenedor article img {
		width: 100%;
		max-width: 1280px;
	}
}

/* Media Querys COMPLETO 
@media (min-width: 1120px) {
}