@charset "utf-8";
/* CSS Document */

.itsTime{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:20pt; 
	text-align:justify; 
	margin-left:20px; 
	margin-right:20px;
}

.boton{
  background:#F5EAAE;
  border-radius: 10px;
  border-bottom: solid #B79815 4px;
    width: 233px;
  height: 50px;
  position: absolute;
  bottom: 50px;
  right: 23px;
  cursor: pointer;
}

.boton:active{
  border-bottom: none;
  margin: 3px;
}

#btnInstr{
	background:url(../img/L_G04_U03_L07_03_02_INSTR.png) no-repeat;
	background-size: 95%;
  width: 80px;
  height: 84px;
  position: absolute;
  bottom: 67px;
  left: 100px;	
  cursor:pointer;
}

#btnInstr:active{
	background:url(../img/L_G04_U03_L07_03_02_INSTROFF.png) no-repeat;
	background-size: 95%;
  width: 80px;
  height: 84px;
  position: absolute;
  bottom: 67px;
  left: 100px;
}

#player{
	position:absolute;
	  top: 147px;
  left: 285px;
  width: 747px;
  height: 448px;
}