*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.imgs{
	width: 100%;
	height: auto;
	margin: auto;
	flex-wrap: wrap;
	flex: 1 1%;
	text-align: center;
	margin-top: -80px;
}
.imgs img{
	width: auto;
	height: auto;
	margin: auto;
}

.titulo-productos{
	width: 90%;
	height: auto;
	margin:auto;
	margin-top: 10px;
	flex-wrap: wrap;
}
.titulo1{
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.decripcion-contenido {
	font-size: 0.92em;
	color: #404040;
	align-items:center;
	text-align: left;
	list-style: none;
}


#contenido-descripcion{
	width: 100%;
	max-width: 1680px;
	height: auto;
	margin: auto;
	margin-top: -60px;
	font-family: sans-serif;
	display: flex;
	flex-wrap: wrap;
}
aside{
	width: 90%;
	height: auto;
	background: #fff;
	display: flex;
	font-family: sans-serif;
	padding: 10px 10px 0px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 8px 8px #A0A6C6;
	-moz-box-shadow: 0px 8px 8px #A0A6C6;
	-webkit-box-shadow: 0px 8px 8px #A0A6C6;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 8px;
}
#contenido-descripcion h4{
	margin: auto;
	font-size: 2.8rem;
	font-weight: bold;
	color: #202020;
}


.descripcion-pro{
	width: 40%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: auto;
}

.img-fotos img{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}




.detalle-pro{
	width: 60%;
	float: right;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2px;
	font-family: sans-serif;
	border-left: 1px solid #A0A6C6;
}
.detalles-pro{
	width: 90%;
	height: auto;
	text-align: justify;
}
.descripcion{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.descripcion h2{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 15px;
}

.detalle-pro p{
	width: 100%;
	height: auto;
	border-left: 10px;
	font-size: 1.4rem;
}
.MarcaModelo{
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 60px;

}

.MarcaModelo td{
	width: auto;
	border: 0px solid;
	font-size: 1.4rem;
	color: #202020;
	padding-left: 4px;

}
.CompraVer{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px 20px;
	align-items:center;
	text-align: center;
	list-style: none;
	display: flex;
}

.iice {
	width: 80%;
	height: 28px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	background-color: #d80061;
	border-top-left-radius: 0px;
	border-top-right-radius: 500px;
	border-bottom-right-radius: 500px;
	border-bottom-left-radius: 0px;
}
.iice:hover{
	background: -webkit-linear-gradient(#001957, #143470 120%);
}
.iice a{
	width: 100%;
	margin: auto;
	font-size: 0.8em;
	left: 0;
	color: #fff;
	text-align: center;
}
.iice a:hover{
	width: 100%;
	font-size: 0.8em;
	left: 0;
	color: #fff;
	text-decoration: none;
}

.envio{
	width: 90%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;

}
.envio div{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}
.img-entrega{
	width: 500px;
	height: 200px;
	background-image: url(imagenes/img-entrega.png);
	background-repeat: no-repeat;
	margin: -80px;
	float: right;
}

@media (min-width:0) and (max-width: 860px){
		#contenido{
		  width: 100%;
		  height: auto;
		  margin: auto;
		  flex-wrap: wrap;
		  font-family: sans-serif;
		  background-attachment: fixed;
		 }
		.imgs{
			width: 100%;
			height: auto;
			margin: auto;
			flex-wrap: wrap;
			flex: 1 1%;
		}
		.imgs img{
			width: 100%;
		}

		.titulo-productos{
			width: 92%;
			height: auto;
			margin:auto;
			flex-wrap: wrap;
			margin-top: 28px;
			margin-bottom: 4px
		}
		.titulo1 {
			font-size: 1.2em;
			color: #000;
			font-weight: bold;
			text-align: left;
		}
		.decripcion-contenido{
			font-size: 0.8em;
			color: #404040;
			align-items:center;
			text-align: left;
			list-style: none;
			margin-top: -6px
		}
		aside{
			width: 98%;
		}

		.descripcion-pro{
			width: 100%;
			margin: auto;
			display: flex;
			flex-wrap: wrap;
			position: relative;
			margin-top: auto;
		}
		.detalle-pro{
			width: 98%;
			float: right;
			display: flex;
			flex-wrap: wrap;
			font-family: sans-serif;
			border-left: 0;
			border-top: 1px solid #A0A6C6;
		}
		.detalles-pro{
			width: 98%;
			height: auto;
			font-size: 0.8em;
			color: #404040;
		}

	.CompraVer{
	padding: 10px 0px;
	align-items:center;
	text-align: center;
	list-style: none;
	display: flex;
}

.iice {
	width: 30%;
	height: 28px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	background: -webkit-linear-gradient(#d80061, #143470 120%);
	border-top-left-radius: 0px;
	border-top-right-radius: 500px;
	border-bottom-right-radius: 500px;
	border-bottom-left-radius: 0px;
}

.iice a{
	width: 100%;
	margin: auto;
	font-size: 0.8em;
	left: 0;
	color: #fff;
	text-align: center;
}
#indicador ul li a{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 0.65em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#indicador ul li a:hover{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 0.65em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}







	 }
