#imagenMuestra{
    width: 100%;
	text-align: center;
	overflow: hidden;
	float: left;
	position: relative;
}
   #contenedorPaseImg{
        margin: auto;
		/*height: auto !important;*/
   }
   #contenedorPaseImg a{
	   width: 100% !important;
	   margin: auto !important;
	   left: 0px !important;
   }
   #contePaseImg{
        position: relative;
		float: left;
		width: 100%;
		overflow: hidden;
		height: 540px;
		text-align: center;
	   background-color: #080808;
   }
   #contePaseImg img{
	   max-width: 100% !important;
	   max-height: 510px !important;
	   height: auto !important;
	   width: auto !important;
   }
   #imagenMuestra #paginadorImg{
        /*float: left;
		border-left: 1px solid #0081DE;
		width: 24%;
		margin: 44px 0 0 2%;*/
	   display: none;
    }
   #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%;
   }
   #imgAntPase{
	   position: absolute;
	   width: 40px;
	   height: 100%;
	   top: 0px;
	   left: 0px;
	   z-index: 8;
   }
	#imgAntPase:hover{
		background: url("../../imagenes/flechasSlider.png") no-repeat rgba(138, 138, 138, 0.16);
		background-position: 3px 47%;
		cursor: pointer;
	}

   #ImgNextPase{
	   position: absolute;
	   width: 40px;
	   height: 100%;
	   top: 0px;
	   right: 0px;
	   z-index: 8;
   }
   #ImgNextPase:hover{
	   background: url("../../imagenes/flechasSlider.png") no-repeat rgba(138, 138, 138, 0.16);
	   background-position: -65px 47%;
	   cursor: pointer;
   }
   #imagenMuestra #paginadorImg a.activeSlide { border: 1px solid #FFB300; }
   #miniaturas, #grandes{display: none;}
#informacion{
    width: 96%;
    float: left;
    margin: 20px 0 0 10px;
}
.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: 500%;
		height: 80px;
		float: left;
		font-family: h1font;
		font-weight: normal;
		margin: 0px;
		z-index: 50;
		font-size: 5em;
		color: rgba(255, 168, 0, 0.91);
		letter-spacing: 5px;
		text-shadow: 2px 2px 2px black;
		text-align: left;
    }
    #DesProduct{
        width: 100%;
        float: left;
        height: auto;
        text-align: justify;
        font-size: 14px;
        margin-top: 5px;
        overflow-y: auto;
        padding: 2px;
		color: #ddd;
    }
    #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%;
	 position: relative;
	padding-top: 73px;
	min-height: 672px;
	margin: auto;
	 border-bottom: 7px solid white;
 }
 #desGeneral{
	width: 80%;
	margin: auto;
 }
 #desGeneral p{
	font-size: .7em;
	text-align: justify;
	color: rgb(206, 201, 204);
 }
 .contacto{
	 width: 19%;
	 position: absolute;
	 background-color: rgb(0, 0, 0);
	 border-radius: 0px 5px 5px 0px;
	 left: -1px;
	 bottom: top;
	 top: 82px;
	 padding: 20px;
	 padding-top: 30px;
	 z-index: 9;
 }
 #formContact h2, #informacion h2{
	width: 100%;
	 font-size: 1.1em;
    float: left;
    text-align: center;
    color: #0085E6;
 }
 body{
	 background-color: black;
 }
 #formContact input, #informacion input{
	width: 98%;
    margin: 0 0 10px 0;
    float: left;
    padding: 5px;
    border-radius: 5px;
 }
 #formContact textArea, #informacion textarea{
	width: 98%;
    margin: 0 0 10px 0;
    height: 150px;
    border-radius: 5px;
	padding: 5px;
    float: left;
 }
 #formContact button, #informacion button{
	width: 100%;
	color: white;
	background-color: #FFA800;
	font-size: 1.2em;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 5px;
 }
#formContact, #informacion{
	position: absolute;
	right: 15px;
	top:82px;
	z-index: 99;
	width: 15%;
}
 
 @media (max-width:1140px) {
	 #centro-prod{
		 width: 100% !important;
		 padding: 0px !important;
	 }
	/* #nomProduct{
		 top: 21px !important;
		 left: 2px !important;
		 font-size: 2em !important;
		 text-align: right !important;
	 }*/
	 
	 
}

#informacion{
	display: none;
}
#contenedorPaseImg {
	max-width: 52% !important;
	position: relative;
}
@media (max-width: 900px){
	.contacto, #formContact{
		display: none !important;
	}
	#informacion{
		display: block !important;
		width: 100%;
		float: left;
		position: relative;
	}
	#informacion h3{
		color: white;
	}
	#informacion .contacto{
		display: block !important;
		margin-top: -43px !important;
	}
	#contenedorPaseImg{
		width: 100% !important;
	}
	#contenedorPaseImg img {
		width: 100% !important;
	}
	#contePaseImg {
		width: 100% !important;
		height: 590px  !important;
	}
	#imagenMuestra #paginadorImg {
		width: 90% !important;
	}
	/*#nomProduct {
		position: relative !important;
		float: left;
		top: -50px !important;
		left: 0px !important;
		text-align: center !important;
	}*/
	.contacto{
		width: 93% !important;
	 }
	.video-container {
		padding-bottom: 60% !important;
	}
}
@media (max-width: 630px){
	#imagenMuestra {
		width: 100%  !important;
	}
	#contePaseImg{
		height: 334px !important;
	}
	#contenedorPaseImg{
		min-height: 250px !important;
	}
	#contenedorPaseImg img {
		width: 100% !important;
		/*height: 328px !important;*/
	}
	#informacion {
		width: 95% !important;
	}
}