#portadaindividual {
	background: url("") center center no-repeat;
	background-size: cover;
	height: 275px;
	position: relative;
}

.imagencelesteindividual {
	background: url("../imgs/carruselsub.png") center center no-repeat;
	position: absolute;
	top: -20px;
	right: 25px;
	background-size: 100%;
	padding: 100px;
}

.imagencelesteindividual h1,
.imagencelesteindividual p {
	text-align: center;
	color: #FFFFFF;
	font-size: 36px;
	width: 225px;
}

.imagencelesteindividual p {
	font-size: 32px;
	font-weight: normal;
}

@media (max-width: 410px) {
	.imagencelesteindividual h1,
	.imagencelesteindividual p {
		text-align: center;
		color: #FFFFFF;
		font-size: 28px;
		width: 100px;
	}
	
	.imagencelesteindividual p {
		font-size: 24px;
		font-weight: normal;
	}
}

.filabreadcrumbs {
	padding-top: 20px;
	font-size: 18px;
	color: #A1A1A1;
	padding-bottom: 30px;
}

.tituloPRODUCTO {
	font-size: 44px;
	color: #32A7E7;
	font-weight: normal;
}

#textoPRODUCTO1 {
	padding-top: 10px;
	color: #727272;
	font-weight: bold;
	font-size: 18px;
}

#textoPRODUCTO2 {
	color: #9E9E9E;
	font-size: 18px;
}

.textoPRODUCTO {
	font-size: 16px;
}

.carousel-control {
  position: absolute;
  bottom: 225px;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  background-color: #0091E0;
  width: 60px;
  height: 60px;
}
.carousel-control.left {
  background-repeat: repeat-x;
  text-align: left;
  margin-left: -65px;
}
.carousel-control.right {
  background-repeat: repeat-x;
  text-align: center;
  right: -65px;
}

@media (max-width: 1200px) {
	.carousel-control.left {
		margin-left: -65px;
	}
	.carousel-control.right {
		right: 5px;
	}
}

@media (max-width: 992px) {
	.carruselproductos {
		float: left;
	}
	.carousel-control {
		bottom: 150px;
		width: 50px;
		height: 50px;
	}
	.carousel-control.left {
		margin-left: -55px;
	}
	.carousel-control.right {
		right: 0px;
	}
}

@media (max-width: 767px) {
	.carousel-control {
		bottom: 200px;
		left: 0;
	}
	.carousel-control.left {
		margin-left: 0;
	}
	.carousel-control.right {
		right: 0;
		left: auto;
	}
}

@media (max-width: 500px) {
	.carousel-control {
		bottom: 150px;
		left: 0;
	}
}

.botonizq {
	background-image: url("../imgs/flechaizq.png");
	background-repeat: no-repeat !important;
	background-position: center center;
}

.botonder {
	background-image: url("../imgs/flechader.png");
	background-repeat: no-repeat !important;
	background-position: center center;
}

.carruselproductos {
	float: right;
}

.titulodelproducto {
	font-size: 44px;
	font-weight: normal;
}

.correcionimagen {
	width: 566px !important;
	height: 438px !important;
}

@media (max-width: 992px) {
	.correcionimagen {
		width: 377px !important;
		height: 292px !important;
	}
}

@media (max-width: 767px) {
	.correcionimagen {
		width: 566px !important;
		height: 438px !important;
	}
}

@media (max-width: 590px) {
	.correcionimagen {
		width: 377px !important;
		height: 292px !important;
	}
}

@media (max-width: 400px) {
	.correcionimagen {
		width: 283px !important;
		height: 219px !important;
	}
}

.agregarpiepadding {
	padding-bottom: 30px !important;
}