#banner_fijo {
	padding: 0;
	margin: 0;
    background-color: #3b4791;
}

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

#banner_fijo .contenedor article {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

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

/* 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) {
}*/