@charset "utf-8";
/* CSS Document */

select{
	  margin-left: 10px;
  width: 175px;
	border: 0 !important;  
	-webkit-appearance: none;  
	-moz-appearance: none; 
	background:#DDB9A2 url(../img/L_G04_U03_L07_03_01_FLECHA.png) no-repeat;
	background-position: 140px center;
	text-indent: 0.01px; 
	text-overflow:""; 
	font-weight:bold;
	color: #7F4A26;
	border-radius: 10px 0;
	padding: 5px;
	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
	cursor:pointer;
}

select:hover{
	background-color: #ddd;
}

option:hover{
	background-color: #ddd;
}

#player
{
	  width: 747px;
  height: 449px;
  position: absolute;
  top: 148px;
  left: 285px;;
}  

.textoM{
	font-family:Arial, Helvetica, sans-serif;
	color:#41054C;
	font-weight:bold;
	text-align:justify;
	margin-left:12px;
}

.txtActividad{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	 font-weight: bold;
  color: #7F4A26;
  text-align: justify;
  border: solid #FFF 2px;
  width: 930px;
  margin-left: 12px;
  padding: 5px;
  border-radius: 5%;
  float: left;

}

#btnAct{
	  position: absolute;
  bottom: 27px;
  right: 36px;
  width: 200px;
  height: 48px;
  background: #A8DDF4;
  border-radius: 10%;
  border-bottom: 3px solid #042C49;
  cursor: pointer;
}

#btnAct:active{
	border-bottom: none;
}

#btnInicio{
	background:url(../img/L_G04_U03_L07_03_01_INICIO.png) no-repeat;
	  background-size: 69%;
  width: 80px;
  height: 84px;
  position: absolute;
  bottom: -2px;
  left: 619px;	
  cursor:pointer;
}

#btnInicio:active{
	background:url(../img/L_G04_U03_L07_03_01_INICIOOFF.png) no-repeat;
	  background-size: 69%;
  width: 80px;
  height: 84px;
  position: absolute;
  bottom: -4px;
  left: 619px;	
}

#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;
}

#btnSig{
	background:url(../img/L_G04_U03_L07_03_01_SIG.png) no-repeat;
	  background-size: 69%;
  width: 80px;
  height: 84px;
  position: absolute;
  bottom: -2px;
  left: 676px;	
  cursor:pointer;
}

#btnSig:active{
	background:url(../img/L_G04_U03_L07_03_01_SIGOFF.png) no-repeat;
	  background-size: 69%;
  width: 80px;
  height: 84px;
  position: absolute;
  bottom: -4px;
  left: 676px;	
}

