@charset "utf-8";
/* CSS Document */

select{
	  margin-left: 10px;
  width: 535px;
	border: 0 !important;  
	-webkit-appearance: none;  
	-moz-appearance: none; 
	background:#EDD058 url(../img/M_G04_U03_L04_03_01_FLECHA.png) no-repeat;
	background-position: 500px center;
	text-indent: 0.01px; 
	text-overflow:""; 
	font-weight:bold;
	color: #AF5D0C;
	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;
}

@font-face {
	font-family: 'Myriad-Pro-Bold';
	src:url(../fonts/myriad-pro-bold.eot);/* IE */  
	src: local('Myriad-Pro-Bold'), url(../fonts/myriad-pro-bold.ttf) format('truetype'); /* non-IE */
	src: local('Myriad-Pro-Bold'), url(../fonts/myriad-pro-bold.woff) format('woff'); /* Modern Browsers */
}


.textoError{
	font-family: Myriad-Pro-Bold, sans-serif;
	font-size:17pt;
	color:#FF0000;
}

#btnVerifica{
	background:url(../img/M_G04_U03_L04_03_01_VERIFICAR.png) no-repeat;
	background-size:100%;
	  width: 160px;
  height: 58px;
  position: absolute;
  bottom: 35px;
  left: 52px;
	cursor:pointer;
}

#btnVerifica:active{
	background:url(../img/M_G04_U03_L04_03_01_VERIFICAROFF.png) no-repeat;
	background-size:100%;
	  width: 160px;
  height: 58px;
  position: absolute;
  bottom: 33px;
  left: 54px;
}

#btnVerifica:hover{
	transform:scale(1.2);
}

#mensaje{
	background:url(../img/M_G04_U03_L04_03_01_MENSAJE.png) no-repeat;
	background-size: 100%;
  width: 700px;
  height: 250px;
  position: absolute;
  bottom: -100px;
  left: 326px;
}

#player{
	position: absolute;
  top: 187px;
  left: 218px;
  width: 929px;
  height: 423px;
  background-color:#FFF9E2;
  border:solid #000 12px;
  border-radius:15px;
  }
