@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald');

#banner_top {
	display: block;
	margin-top: 180px;
	margin-bottom: 0px;
	position: relative;
	background: #eaeaea;
}

#banner_top img {
	width: 100%;
	height: auto;
	margin-left: 0;
}

/*#banner_x .contenedor {
	position: absolute;
	top: 40%;
	left: 40%;
	color: #fff;
}*/

.slider_top {
	width: 100%;
	margin: auto;
	overflow: hidden;
	background-color: #fff;
}

.slider_top ul {
	display: flex;
	padding: 0;
	width: 400%;
	padding-bottom: 0px;
	margin-bottom: 0px;

	animation: cambio 20s infinite alternate linear;
	/*animation-direction: alternate;*/
}

.slider_top li {
	width: 100%;
	list-style: none;
}

.slider_top img {
	width: 100%;
}

@keyframes cambio {
	0% { margin-left: 0; }
	20% { margin-left: 0; }

	25% {margin-left: -100%;}
	45% {margin-left: -100%;}

	50% {margin-left: -200%;}
	70% {margin-left: -200%;}

	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

/* Media Querys */

@media (min-width: 600px) {

	#banner_top {
		margin-top: 0px;
	}
}

@media (min-width: 760px) {

	#banner_top {
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		overflow: hidden;
	}

	#banner_top img {
		width: 100%;
		/*max-height: 549px;*/
		margin-top: 60px;
		margin-right: 0px;
	}

}

@media (min-width: 900px) {

	#banner_top {
		margin-top: 0px;
		margin-bottom: 0px;
		height: auto;
		overflow: hidden;
	}

	#banner_top img {
		width: 100%;
		margin-top: 60px;
		margin-right: 0px;
	}

}

@media (min-width: 1024px) {

	#banner_top {
		margin: 0;
		margin-top: 118px;
		height: 400px;
		overflow: hidden;
	}

	#banner_top img {
		width: auto;
		margin-top: -100px;
		margin-left: 0%;
	}

	#banner_top .contenedor {
		position: relative;
		top: 0;
		left: 0;
		color: #fff;
	}
}

@media (min-width: 1285px) {

	#banner_top {
		margin: 0;
		margin-top: 118px;
		height: auto;
		overflow: hidden;
	}

	#banner_top img {
		width: auto;
		margin-top: 0;
		margin-left: 0%;
	}
}