body{
	position: relative;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
	background-color: rgb(0,0,0);
}
.body-container{
	position: relative;
}
.instruccionesContainer{
	width: 98vw;
	margin-left: 1vw;
	height: 10vh;
	text-align: center;
	color:rgb(255,255,255);
}
.font-title{
	font-weight: bold;
	font-size: 2vw;
}
.clock-container{
	width: 98vw;
	margin-left: 1vw;
	height: 8vh;
	text-align: center;
	font-size: 5vw;
	font-weight: bolder;
	color:rgb(130,0,0);
	display: none;
}
.containerVideo{
	position: relative;
	width: 99vw;
	margin-left: 0.5vw;
	margin-top: 0.5vh;
	display: inline-block;
	height: 83vh;
	text-align: center;
}
.container-espera{
	position: absolute;
	left:76vw;
	top:10vh;
	display: inline-block;
	width: 19vw;
	font-size: 1.2vw;
	margin-left: 1vw;
	text-align: center;
}
.containerVideo button{
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 3vh;
	padding-bottom: 3vh;
	font-size: 3vw;
}
.containerVideo button:hover{
	border: solid 0.045em rgb(136,0,0);
	background-color:rgb(180,180,180);
	color : rgb(255,255,255);
	cursor: pointer;
}
video{
	max-width: 98%;
}
#listaEspera{
	height: 48vh;
}
#listaEspera table tr th{
	font-size: 1.8vw;
	width: 22%;
	text-align: center;

}
#listaEspera table tr td{
	font-size: 1.4vw;
	width: 22%;
	text-align: center;

}
#container-espera-img{
	width: 100%;
	text-align: center;
}
#container-espera-img img{
	max-width: 70%;
}
/*
video{
	background-color: blueviolet;
	max-height: 90vh;
}
button{
	width: 80%;
	margin-left: 10%;
	font-size: 3vw;
}
button:hover{
	border: solid 0.045em rgb(0,0,0);
	background-color:rgb(198,181,111);
	color : rgb(255,255,255);
	cursor: pointer;
}
.rotated { 
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#videoPlayer{
	visibility: hidden;
}
.fullpage{
	min-width: 100%;
	max-width: 100%;
}
.font-title{
	font-size: 3vw;
	line-height: 2em;
}
.text-center{
	text-align: center;
}
.containerVideo{
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
}
.clock-container{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 5vw;
	font-weight: bolder;
	color:rgb(130,0,0);
	height: 8vh;
	display: none;
}
.container-espera{

}
#font-variable-table{

}
#listaEspera{

}
#container-espera-img{

}
*/