@font-face {
   font-family: "FuturaLight";
   src: url("../fonts/Futura(Light).ttf");
 }
 @font-face {
   font-family: "Futura";
   src: url("../fonts/FuturaExtraBold.ttf");
 }
  @font-face {
   font-family: "FuturaExtended";
   src: url("../fonts/FuturaExtraBold.ttf");
 }
 #numberVideo{
	position: absolute;
    text-align: center;
    width: 100%;
    height: 1%;
    font-size: 3vw;
    bottom: 1%;
    color: #66ffcc;
    padding: 0%;
}
.video{
	width: 86%;
height: 82%;
display: none;
position: absolute;
padding: 5% 6%;
}
#video_container{
	height: 100%;
	width: 100%;
	display: none;
	background-image: url("../images/VentanaPopUp.png");
	background-size: cover;
	position: absolute;
	z-index: 1;
}
#animation_container, #_preload_div_ {
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
	
  }
  #_preload_div_{
	display: inline-block;
	height:100%;
	width: 100%; 
	vertical-align:middle;
	position:absolute;
	left:0px;top:0px;
	text-align: center; 
	max-height: 100%;
	max-width: 100%;
	background-color: #34038d;
}
.preLoadContainer img{
	max-height: 100%;
	max-width: 100%;
}
.preLoadContainer{
	width: 50%;
	margin:  auto;
	position: relative;
	min-height: 20px;
}
#progressBar{
	width: 100%;
	position: relative;
	height: 2px;
	margin-top: 9px;
}
html{
	font-family: "Futura";
}
.topPreLDiv{
	height: 60%;
	margin-top: 20vh;
}
.bottomPreLDiv{
position: absolute;
bottom: 2vh;
left: 25%;

}
#preLoadText{
	z-index: 1;
	position: relative;
	color: #fff;
	width: 100%;
	margin: 0px;
}
#colorBar{
	background-color: yellow;
	position: absolute;
	width: 100%;
	z-index: 0;
	height: 100%;
}
#closeButton{
  background-image: url("../images/Btn_VentanaPopUp.png");
	position: absolute;
	right: 0%;
	width: 8%;
	height: 8%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 3%;
  }
img {
	max-width: 100%;
	max-height: 100%;
}