
#cuerpoWeb {
  margin-top: 40px !important;
  width: 90% !important;
  position: relative;
}
#comparte{
	position: absolute;
	top: 77px;
	left: 0%;
	z-index: 15;
}
#comparte ul{
	margin: auto;
    padding: 0;
    list-style: none;
}
#comparte li{
	
}



/**********************/
#imagenMuestra{
    width: 100%;
	text-align: center;
	overflow: hidden;
	float: left;
}
   #contenedorPaseImg{
        margin: auto;
   }
   #contenedorPaseImg a{
	   width: 100% !important;
	   margin: auto !important;
	   left: 0px !important;
   }
   #contePaseImg{
        margin: auto;
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 500px;
		text-align: center;
   }
   #contePaseImg img{
	   width: auto !important;
	   height: 500px !important;
   }
   #imagenMuestra #paginadorImg{
        float: left;
		border-top: 1px solid #F9F9F9;
		width: 96%;
		margin: 5px 0 0 2%;
    }
   #imagenMuestra #paginadorImg a{
        width: 88px;
		height: 64px;
		  border: 1px solid white;
		overflow: hidden;
		display: block;
		float: left;
		margin: 8px 8.5px 8px 0px;
		font-size: 0.1px;
		border-radius: 1px;
   }
   #imagenMuestra #paginadorImg img{
	   max-width: 100%;
	   max-height: 100%;
   }
   #imagenMuestra #paginadorImg a.activeSlide { border: 1px solid #FFB300; }
   #miniaturas #grandes{display: none;}
#informacion{
    width: 96%;
    float: left;
    margin: 20px 0 0 10px;
    position: relative;
}
.video-container {
	position:relative;
	padding-bottom:35%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
    #nomProduct{
        width: 100%;
		float: left;
		font-size: 1.5em;
		color: #0081FF;
		text-shadow: 2px 2px 2px rgb(244, 244, 244);
		line-height: 200%;
		text-align: left;
    }
    #DesProduct{
        width: 100%;
        float: left;
        height: auto;
        text-align: justify;
        font-size: 14px;
        margin-top: 5px;
        height: 292px;
        overflow-y: auto;
        padding: 2px;
		color: rgb(90, 90, 90);
    }
    #PreProduct{
        color: rgb(148, 148, 148);
		position: absolute;
		top: 20%;
		left: 10%;
		text-shadow: 1px 1px rgb(228, 228, 228);
		font-size: 2em;
		-webkit-transform: rotateZ(-20deg);
		-moz-transform: rotateZ(-20deg);
		-o-transform: rotateZ(-20deg);
		z-index: 999;
    }
 #centro-prod{
	text-align: center;
	width: 100%;
	padding-top: 73px;
	min-height: 672px;
	margin: auto;
	overflow: hidden;
 }
 
 @media (max-width:1140px) {
	 #centro-prod{
		 width: 100% !important;
	 }
	 
	 
}

@media (max-width: 900px){
	#contenedorPaseImg{
		width: 100% !important;
		min-height: 500px !important;
	}
	#contenedorPaseImg img {
		width: 100% !important;
		height: auto !important;
	}
	#contePaseImg {
		height: auto !important;
	}
	
}
@media (max-width: 630px){
	#imagenMuestra {
		width: 100%  !important;
	}
	#contenedorPaseImg{
		min-height: 250px !important;
	}
	#contenedorPaseImg img {
		width: 100% !important;
		/*height: 328px !important;*/
	}
	#informacion {
		width: 95% !important;
	}
}