.banner-slide {
	background:url(../img/banner.jpg) right bottom;
	width:100%;
	height:220px;
	margin-bottom:70px;
}
.contenido {
	max-width:1080px;
	min-width:340px;
	height:auto;
	margin:auto;
	margin-bottom:120px;
	position:relative;
	overflow:hidden;
}
.titulo-contacto {
	width:950px;
	height:auto;
	margin: auto;
	padding-top: 20px;
	text-align:left;
	cursor:default;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.titulo-contacto h1 {
	width:100%;
	letter-spacing:-1.5px;
	font-size:35px;
	margin-top:55px;
	margin-bottom:5px;
	color:#fff;
}
.titulo-contacto p {
	width: 100%;
	font-size:17px;
	font-weight:400;
	letter-spacing:-0.5px;
	color: #eee;
}
/*Banners*/
.contenedor-banner {
	max-width:1050px;
	min-height:200px;
	margin:auto;
	margin-bottom:60px;
}
.banner1 {
	background:#ddd;
	width:330px;
	height:200px;
	float:left;
}
.banner2 {
	background:#ddd;
	width:330px;
	height:200px;
	float:left;
}
.banner3 {
	background:#ddd;
	width:330px;
	height:200px;
	float:left;
}
.division-banner {
	width:30px;
	height:200px;
	float:left;
}
.contenedor-banner h5 {
	font-size:25px;
	font-weight:800;
	letter-spacing:-1px;
	color:#fff;
	padding-top:85px;
	text-align:center;
	text-shadow: 1px 1px 2px rgba(100,100,100,1);
}
/********/
.informacion-de-la-cotizacion {
	width:100%;
	height:auto;
	padding:20px;
}
.titulo-producto-variable1 {
	letter-spacing:-1.5px;
	font-size:28px;
	font-weight:900;
	text-transform:uppercase;
}
.sku-producto-variable2 {
	font-size:12px;
}
.precio-producto-variable3 {
	width: 100%;
	font-weight:400;
}
.precio-producto-variable3 b {
	font-weight:700;
	letter-spacing:-1px;
	margin-right:5px;
}
/*RESPONSIVE HOME*/
@media only screen and (max-width:1070px) {
	.productos {
		width:810px;
	}
}
@media only screen and (max-width:1070px) {
	.contenedor-banner {
		width:800px;
		height:540px;
	}
	.division-banner {
		display:none;
	}
	.banner1, .banner2, .banner3 {
		width:800px;
		height:150px;
		margin-bottom:30px;
	}
	.contenedor-banner h5 {
		padding-top:60px;
	}
}
@media only screen and (max-width:800px) {
	.productos {
		width:540px;
	}
	.titulo-contacto h1 {
		font-size:25px;
		padding:0;
	}
	.contenedor-banner {
		width:500px;
		height:540px;
	}
	.banner1, .banner2, .banner3 {
		width:500px;
		height:150px;
		margin-bottom:30px;
	}
	.contenedor-banner h5 {
		padding-top:60px;
	}
}
@media only screen and (max-width:600px) {
	.productos {
		width:340px;
	}
	.producto {
		width:150px;
		height:200px;
		margin-left:10px;
		margin-right:10px;
	}
	.titulo-contacto {
		width:100%;
		text-align:center;
	}
	.titulo-contacto h1 {
		font-size:20px;
		margin-top:40px;
	}
	.titulo-contacto p {
		font-size:15px;
	}
	.producto .img {
		background:#ddd;
		width:150px;
		height:150px;
	}
	.info-producto {
		width:150px;
	}
	.info-producto h5 {
		font-size:10px;
	}
	.info-producto .puntaje {
		display:none;
	}
	.banner-slide {
		height:150px;
	}
	.contenedor-banner {
		width:330px;
		height:540px;
	}
	.banner1, .banner2, .banner3 {
		width:330px;
		height:150px;
		margin-bottom:30px;
	}
	.contenedor-banner h5 {
		padding-top:60px;
	}
}