#cover {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #cover .contenedor { 
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}*/

/* #cover article img { 
	width: 160%;
	height: 100%;
	margin-left: -10em;
} */
#cover article {
    width: 100%;
    height: 400px;
    background: url(../imagenes/banner3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#cover2 article {
    width: 100%;
    height: 400px;
    background: url(../imagenes/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#cover3 article {
    width: 100%;
    height: 400px;
    background: url(../imagenes/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#cover4 article {
    width: 100%;
    height: 400px;
    background: url(../imagenes/banner4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {

    #cover article {
        width: 100%;
        height: 600px;
        background: url(../imagenes/banner3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #cover2 article {
        width: 100%;
        height: 600px;
        background: url(../imagenes/banner1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #cover3 article {
        width: 100%;
        height: 600px;
        background: url(../imagenes/banner2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #cover4 article {
        width: 100%;
        height: 600px;
        background: url(../imagenes/banner4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

	/* #cover article img { 
        width: 100%;
        height: 100%;
        margin-left: 0;
    }*/

}

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