@charset "UTF-8";
/* CSS Document */
@import url(fonts/fonts.css);

#contenedor-ecar {
		width:734px;
		height:auto;
		margin: 0px;
		padding: 0px;
		}


/* SLIDER1 */

.slider1 {
	width: 734px;
	margin:auto;
	overflow: hidden;
}

.slider1 ul {
	padding: 0;
	width: 250%;
	animation: cambio1 20s infinite alternate;
	animation-timing-function: ease-out;
}

.slider1 li {
	width: 738px;
	list-style: none;
	float: left;
}

.slider1 img {
	width: 100%;

}

@keyframes cambio1 {
0% { margin-left: 0%; }
30% { margin-left: 0%; }

45% { margin-left: -102%; }
65% { margin-left: -102%; }

80% { margin-left: 0%; }
100% { margin-left: 0%; }

}

/* SLIDER1 */

@media screen and (min-width:0\0) {
    .slider1 {
	width: 100%;
	margin:auto;
	margin-bottom: 5%;
	overflow: hidden;
	}
	
	.slider2 ul {
		display: inline-block;
		padding: 0;
		width: 1100%;
		animation: cambio2 30s infinite alternate;
	}
	
	.slider1 li {
		width: 298px;
		list-style: none;
		float: left;
	}

}

.contenido-ecar {
	padding: 0px 15px;
	}
.contenido-ecar h2, .contenido-ecar h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #30599b;
	font-family: 'RobotoCondensed-Bold' !important;
	font-size: 32px !important;
	}
.contenido-ecar h3 {
	font-size: 26px !important;
	}
.contenido-ecar p {
	font-family: 'RobotoCondensed-Light' !important;
	font-size: 18px !important;
	}
.col1 {
	width: 345px;
	display: inline-block;
	padding-right: 10px;
	}
.col2 {
	width: 350px;
	float: right;
	margin-right: -20px;
	padding-right: 5px;
	}
.marca {
	font-family: 'RobotoCondensed-Bold' !important;
	color: #30599b;
	}
.reg {
	font-family: 'RobotoCondensed-Bold' !important;
	font-size: 12px !important;
	color: #30599b; 
	}
.destacado {
	width: 340px;
	background: url(../image/bg-destacado.png) no-repeat;
	float: right;
	}
.destacado div {
	padding: 65px 40px 210px 52px;
	text-align: center;
	font-family: 'RobotoCondensed-Regular';
	font-size: 26px;	
	color: #fff;
	}
.border-r {
	border-right: 1px solid #30599b;
	}
.spacio {
	height: 1px;
	border-bottom: 1px solid #30599b;
	}
.margin-t {
	margin-top: -228px;
	}
.foo {
	margin-top: 30px;
	border-top: 3px solid #30599b;
	}
