@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Myriad-Pro';
	src:url(../fonts/MYRIADPROREGULAR.eot);/* IE */
	src: local('MYRIADPROREGULAR'), url(../fonts/MYRIADPROREGULAR.ttf) format('truetype'); /* non-IE */
	src: local('MYRIADPROREGULAR'), url(../fonts/MYRIADPROREGULAR.woff) format('woff'); /* Modern Browsers */
}

@font-face {
	font-family: 'Aracne-condensed';
	/*src:url(../fonts/ARACNE-CONDENSED_regular.eot);*//* IE */
	src: local('ARACNE-CONDENSED_regular'), url(../fonts/ARACNE-CONDENSED_regular.ttf) format('truetype'); /* non-IE */
	src: local('MYRIADPROREGULAR'), url(../fonts/MYRIADPROREGULAR.woff) format('woff'); /* Modern Browsers */
}

p{
	font-family: Myriad-Pro, sans-serif;
	font-size:25pt;
}

input[type="text"] {
    background-color: transparent;
  font-family: Myriad-Pro, sans-serif;
  text-align: right;
  font-size: 70pt;
  color: #FE841F;
  border: hidden;
  outline: 0;
  position: absolute;
  top: 318px;
  left: 100px;
  width: 200px;
  height: 113px;
}

.animar
{
	animation-duration: 1s;
  	animation-name: aumentar;
 	animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: aumentar;
	-webkit-animation-iteration-count: infinite;
}

@keyframes aumentar{
	50% { transform: scale(1.05);}
	100% {transform: scale(1);}
}

@-webkit-keyframes aumentar{
	50% { transform: scale(1.05);}
	100% {transform: scale(1);}
}

.botonPAD{
	position:absolute;
	left:75px;
	cursor:pointer;
}

.botonPAD:active{
	-ms-transform: scaleY(0.8); /* IE 9 */
    -webkit-transform: scaleY(0.8); /* Safari */
    transform: scaleY(0.8);
}

.globoArriba{
	background:#FFF;
	  width: 922px;
  height: 474px;
  border-radius: 10px;
  position:absolute;
    top: -141px;
  left: -285px;
}

.globoArriba:before{
  content: '';
  position: absolute;
    left: -76px;
  top: 43px;
  width: 0;
  height: 0;
  border-bottom: 80px solid #FFF;
  border-left: 80px solid transparent;
}

.navega:active{
	-ms-transform: scaleY(0.8); /* IE 9 */
    -webkit-transform: scaleY(0.8); /* Safari */
    transform: scaleY(0.8);
}

.numeroTecla{
	font-family: 'Aracne-condensed';
	font-size:34pt;
	text-align:center;
	margin-top:0px;
}

.tecla{
	background:#FFF;
	font-family: Myriad-Pro, sans-serif;
	width:71px; 
	height:49px;
	position:absolute;
	cursor:pointer;
}

.tecla:active{
	background:#D37631;
}

#btnSNPAD{
	background:url(../img/S_G05_U04_L04_03_02_SNPAD.png)no-repeat;
	background-size:100%;
	  width: 240px;
  height: 254px;
  top: 255px;
}

#btnCREPAD{
	background:url(../img/S_G05_U04_L04_03_02_CREPAD.png)no-repeat;
	background-size:100%;
	  width: 240px;
  height: 167px;
  top: 553px;
}

