body{background:black;}
#escenario{
background:black;

position: relative;
margin: 0 auto;
}

#escenarioback{
background:white;
position:absolute;
top:0;
left:0;
}


.escenarios{


}

#acciones{
width:1197px;
height:595px;
position:absolute;
top:0;
left:0;
z-index:9999;
}
#accionesvideo{
width:1197px;
height:595px;
position:absolute;
top:0;
left:0;

}

#contenedor{
width:1197px;
height:595px;
position:absolute;
top:0;
left:0;
}

.eventos{
position:absolute;
}

#seguimiento{
position:absolute;
width:3%;
top:1%;
left:0.4%;

	z-index: 99999;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 60%;
	position: relative;
	margin: 18% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }
.continuar {cursor: pointer} 
.evaluar {cursor: pointer} 
.botoncin {cursor: pointer} 
.imagencin {cursor: pointer}

.glosa{
	background-color: #e4c8a6;
	min-height: 50%;
	width: 100%;
    padding: 30px 3% 30px 3%;
    position: relative;
	z-index: 2;
}
.glosa p{
margin-bottom:1em;
}
#video::-webkit-media-controls-fullscreen-button {display: none;}
video::-internal-media-controls-download-button {display:none}


.prog{position:relative;}
progress {
  color: #e88d01;
  font-size: 2em;
  line-height: 1.5em;
  text-indent: .5em;
  width: 90%;
  height: 2em;
  border: 1px solid #0063a6;
  background: #fff;
  margin-left: 2em;
}

progress:before {
  content: attr(data-label);
  font-size: 0.8em;
  vertical-align: 0;
  
  /*Position text over the progress bar */
  position:absolute;
  left:2.5em;
  top:15%;
}
progress::-webkit-progress-bar {
  background-color: #c9c9c9;
}
progress::-webkit-progress-value {
  background-color: #7cc4ff;
}
progress::-moz-progress-bar {
  background-color: #7cc4ff;
}

.glosario{display:none;}


body{ display:block; }


