#wrapper { background-color:#fff; overflow:auto; bottom:0;}
#lienzo{ padding: 0px 0;}
#contentAct { background-color:#fff;}
#footAct { display:none; }
label, input, button, select, textarea, body {font: 14px/19px "Segoe UI", Segoe, Optima, Candara, "DejaVu Sans", Calibri, Arial, sans-serif;}
#cabecero { text-align:center; min-height:65px; padding:0 64px;}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}

#pista, #indicador { text-align:center; padding:15px 12px; display:inline-block; vertical-align:top; border-radius:1px; background-color:#f1f1f1; 	font-weight:bold; -moz-box-sizing:border-box; box-sizing:border-box;}
#pista {
	width:75%;
	font-size:14px;
	text-align:left;
}
#indicador{
	width:24%;
	margin-right:1%;
	font-size:29px;
}

#aciertoError {
	display:none;
	font-size:14px;
	color:#fff;
	padding:6px 0;
	border-radius:1px;
	width:100%;
	margin:auto;
	max-width:480px;
	
	animation: fade 1s;
	-moz-animation: fade 1s;
	-webkit-animation: fade 1s; 
	-o-animation: fade 1s;
}

#contentElementos{
	position:relative;
	text-align:center;
	margin:0 25px;
}
#contentElementos { font-size:0;}
#contentElementos .elementos { font-size:13px;}
.elementos, .gruposFinal { max-width:270px; min-width:132px; width:70%;}
.elementos, .elementosFinal {
	display:inline-block;
	word-wrap: break-word; 
	padding:13px 4px;
	border:1px solid #7d8184;
	border-top-color:#ccced0;
	border-left-color:#b2b5b7;
	text-align:center;
	vertical-align:top;
	margin:5px;
	border-radius:4px;
	
background: #fdfdfd;
background: -moz-linear-gradient(top,  #fdfdfd 0%, #ebebeb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#ebebeb));
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#ebebeb 100%);
background: -o-linear-gradient(top,  #fdfdfd 0%,#ebebeb 100%);
background: -ms-linear-gradient(top,  #fdfdfd 0%,#ebebeb 100%);
background: linear-gradient(to bottom,  #fdfdfd 0%,#ebebeb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ebebeb',GradientType=0 );

	color:#252525;
	
	transition:all .5s;
	-moz-transition:all .5s;
	
	box-shadow: 0 1px #e5e5e5, inset #fff 0 -1px;
	cursor:pointer;
}

.elementos:hover {
	border-color:#caa100;
	border-top-color:#f1dd90;
	border-left-color:#eacc57;
}


@keyframes brillo
{
	from { box-shadow: 0 0 3px rgba(210,168,0, .3), inset #fff 0 -1px 5px;}
	50% {box-shadow: 0 0 8px rgba(210,168,0, .4), inset #fff 0 0 12px;}
	to {box-shadow: 0 0 3px rgba(210,168,0, .3), inset #fff 0 -1px 5px;}
}

@-moz-keyframes brillo
{
	from { box-shadow: 0 0 3px rgba(210,168,0, .3), inset #fff 0 -1px 5px;}
	50% {box-shadow: 0 0 8px rgba(210,168,0, .4), inset #fff 0 0 12px;}
	to {box-shadow: 0 0 3px rgba(210,168,0, .3), inset #fff 0 -1px 5px;}
}
@-webkit-keyframes brillo
{
	from { box-shadow: 0 0 3px rgba(210,168,0, .3), inset #fff 0 -1px 5px;}
	50% {box-shadow: 0 0 8px rgba(210,168,0, .4), inset #fff 0 0 12px;}
	to {box-shadow: 0 0 3px rgba(210,168,0, .3), inset #fff 0 -1px 5px;}
}
@-o-keyframes brillo
{
	from { box-shadow: 0 0 3px rgba(210,168,0, .3), inset #fff 0 -1px 5px;}
	50% {box-shadow: 0 0 8px rgba(210,168,0, .4), inset #fff 0 0 12px;}
	to {box-shadow: 0 0 3px rgba(210,168,0, .3), inset #fff 0 -1px 5px;}
}



.seleccionado {
	background: #fff2d7;
	background: -moz-linear-gradient(top,  #fff2d7 0%, #ffe4b0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff2d7), color-stop(100%,#ffe4b0));
	background: -webkit-linear-gradient(top,  #fff2d7 0%,#ffe4b0 100%);
	background: -o-linear-gradient(top,  #fff2d7 0%,#ffe4b0 100%);
	background: -ms-linear-gradient(top,  #fff2d7 0%,#ffe4b0 100%);
	background: linear-gradient(to bottom,  #fff2d7 0%,#ffe4b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2d7', endColorstr='#ffe4b0',GradientType=0 );
	text-shadow:#fff 1px 1px;
	color:#000;

	border-color:#caa100;
	border-top-color:#f1dd90;
	border-left-color:#eacc57;
	box-shadow: 0 0 3px rgba(210,168,0, .3), inset #fff 0 -1px 5px;
	
	animation: brillo 1.2s infinite;
	-moz-animation: brillo 1.2s infinite;
	-webkit-animation: brillo 1.2s infinite; 
	-o-animation: brillo 1.2s infinite; 
}
/* 
.bien, .bien:hover {
	text-shadow:#fff 1px 1px;
	color:#b7b7b7;
	border-color:#ddd;
	border-top-color:#bfbfbf;
	border-left-color:#cbcbcb;
	background:#ebebeb;
	box-shadow:none;
	cursor:auto;
}

*/

.bien, .bien:hover {
	text-shadow:#fff 1px 1px;
	color:#a0bb7d;
	border-color:#d1ecae;
	border-top-color:#b3ce90;
	border-left-color:#bfda9c;
	background:#e1f8c3;
	box-shadow:none;
	cursor:auto;
}
.respuestaMal {	background-color:#D53838;}
.respuestaBien { background-color:#7cb139;}
.mal {
	border-color:#b12d00;
	border-left-color:#d77958;
	border-top-color:#e5a690;
	box-shadow: 0 0 5px rgba(195,37,0, .45), inset #fff 0 -1px 5px
}
#correccion{
	text-align:center;
	padding-top:17px;
}
.gruposFinal {
	display:inline-block;
	margin:0 4px 12px;
	vertical-align:top;
}

.elementosFinal{
	margin:0 0 1px;
	padding:7px 0;
	border-radius:2px;
	display:block;
	border-color:#fff;
	box-shadow:none;
	cursor:auto;
}
.tituloGruposFinal {
	color:#fff; border-radius:8px 8px 0 0; background-color:#3c3f45; box-shadow:rgba(255,255,255,.15)0 1px; font-weight:bold; padding:8px; font-size:12px; text-align:center;
}
.correcto .tituloGruposFinal {	background-color:#7cb139;}
@media all and (max-width:600px) {
	#cabecero { padding:0 18px;}
	.elementos { padding:10px 2px;}
	#indicador { font-size:24px;}
	#contentElementos{margin:0 20px;}
}


@media all and (max-width:460px) {
	#cabecero { padding:0;}
	.elementos { padding:6px 2px;}
	#indicador { font-size:20px;}
	#contentElementos{margin:0 10px;}
}

/* android 2.0*/
.android #wrapper {overflow:inherit; position:relative; bottom:0; top:0;}
.android #contentPreActividad, .android #preLoad { z-index:99999; position:relative;}

/* marca de agua */
.mEduca { 
	height:30px; width:113px;
	bottom:0px; right:0px; z-index:9998;
	opacity:0;
	transition:all .6s;
	pointer-events: none;
    background-image:url(../img/mEducaGrey.png); background-repeat:no-repeat;
	position:absolute;
}
#bodyAct:hover .mEduca { opacity:1;}

/* sound player */
.soundPlayer { z-index:999; }
.iPlayerReducido { display:block; width:15px; height:18px; background-image:url(../img/iPlayerReducido.png); background-repeat:no-repeat;}
.iPlay { background-position: center -34px;}
.iPause { background-position: center -7px;}
.errorSound { width:45px; height:28px; background: url(../img/errorSoundBlack.png) no-repeat center center; cursor:help;}
.errorSound { background: url(../img/errorSoundWhite.png) no-repeat center center;}
.errorSound {display:none;}

#contentElementosAFinal, #contentElementosBFinal{
    display:inline-block;
    width:40%;
}

.finalBien{
    border:2px solid #82FA58;
    background: #D8F6CE;
}


/* CSS Jesus -------------------------------------------------------------------------------- */

.col-left { float:left; width:35%;}
.col-right { float:right; width:35%;}

#contentElementos .btn { overflow-x: inherit; width:100%; display:block; background-color:#fff; border-radius:2px; outline:none; position:relative; font-size:12px; font-weight:600; text-transform:uppercase; margin-bottom:5px; cursor:pointer; padding:0; border:none; 

  -webkit-box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.0), 0 3px 5px -3px rgba(0, 0, 0, 0.0);
  box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.0), 0 3px 5px -3px rgba(0, 0, 0, 0.0);
  transition:all .3s;
}
#contentElementos .btn:hover {
-webkit-box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.8), 0 3px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.8), 0 3px 5px -3px rgba(0, 0, 0, 0.3);

}
.container-btn { width:100%; overflow:hidden; position:relative; height:100%; border-radius:3px; background-color:#f4f4f4; z-index:3; box-shadow:inset rgba(0,0,0,0.15) 0 0 0 1px; padding:3px 0;}
.container-btn:hover { border-color:#ccc;}
.btn-active .container-btn { box-shadow:inset rgba(255,189,24,1.00) 0 0 0 2px;}
.btn-txt, .btn-image, .btn-sound { position:relative; z-index:4; color:#333; transition:all .5s;}
.btn-image img { max-width:120px; height:auto; vertical-align:middle;}
.btn-image { padding:2px;}
.btn-txt, .btn-sound { padding:15px;}
.bull-active {
	display:block;
	position:absolute;
	border-radius:100%;
	height:8px;
	width:8px;
	margin:-3px 12px 0;
	top:50%;
	background-color:rgba(255,189,24,1.00);
	content:" ";
	transition:all .3s ease-in;
	z-index:2;
}
.col-left .bull-active  { left:80%;}
.col-right .bull-active { right:80%;}
.col-left .btn.btn-active .bull-active, .col-left .btn.btn-solution .bull-active { left:100%;}
.col-right .btn.btn-active .bull-active, .col-right .btn.btn-solution .bull-active  {right:100%;}

.bgActive {
  position: absolute;
  top: 0%;
  left: 0%;
  width:100%;
  height:100%;
  background-color: #fff;
  opacity:0;
  

  -webkit-transform: scale(0.0);
  transform: scale(0.0);
  transition:background .3s;
}

/* colores */
/*
.btn-active-color1 .bgActive, .btn-active-color1 .bull-active  { background-color:#f34235;}
.btn-active-color2 .bgActive, .btn-active-color2 .bull-active  { background-color:#9b26af;}
.btn-active-color3 .bgActive, .btn-active-color3 .bull-active  { background-color:#3f51b5;}
.btn-active-color4 .bgActive, .btn-active-color4 .bull-active  { background-color:#00bbd3;}
.btn-active-color5 .bgActive, .btn-active-color5 .bull-active  { background-color:#4caf50;}
.btn-active-color6 .bgActive, .btn-active-color6 .bull-active  { background-color:#e7d215;}
.btn-active-color7 .bgActive, .btn-active-color7 .bull-active  { background-color:#fe9700;}
.btn-active-color8 .bgActive, .btn-active-color8 .bull-active  { background-color:#9d9d9d;}
.btn-active-color9 .bgActive, .btn-active-color9 .bull-active  { background-color:#e81d62;}
.btn-active-color10 .bgActive, .btn-active-color10 .bull-active  { background-color:#6639b6;}
.btn-active-color11 .bgActive, .btn-active-color11 .bull-active  { background-color:#2095f2;}
.btn-active-color12 .bgActive, .btn-active-color12 .bull-active  { background-color:#009587;}
.btn-active-color13 .bgActive, .btn-active-color13 .bull-active  { background-color:#8ac249;}
.btn-active-color14 .bgActive, .btn-active-color14 .bull-active  { background-color:#ffc107;}
.btn-active-color15 .bgActive, .btn-active-color15 .bull-active  { background-color:#fe5621;}
.btn-active-color16 .bgActive, .btn-active-color16 .bull-active  { background-color:#5f7c8a;}
*/
/* btn-solution */
/*
.btn-solution .btn-txt { color:#fff;}
*/
/*
.btn-solution .bgActive {
 -webkit-transform: scale(1.0);
  transform: scale(1.0);
  opacity:1;
}
*/

.btnError .bgActive {
 -webkit-transform: scale(1.0);
  transform: scale(1.0);
  opacity:1;
  background-color:#ffcfcb;
  box-shadow: inset #f34235 0 0 0 2px;
}

.btn-solution .container-btn {
    box-shadow: inset #6ba118 0 0 0 2px;
}
.btn-solution  .bull-active  { background-color:#6ba118;}
/* canvas */
.container-canvas { margin:0 35%;}
.container-canvas canvas { width:100%;}

/* soundButton */

.btn-sound {
	display: block;
	width: 78px;
	height: 78px;
	background-color: red;
	margin: auto;
	border-radius: 100%;
	box-sizing: border-box;
	border: 3px solid #7cb139;
	background-color: #7cb139;
	background-image: url(../img/iSoundCard.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	outline:none;
	transition:border-color .3s;
}
.btn-sound:hover {
	border-color: #6B9931;
}
.btn-sound.sound-active, .btn-sound.sound-active:hover {
	background-color: #fff;
	border-color:#CFCFCF;
	background-image: url(../img/iSoundCard-active.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-sound.sound-error, .btn-sound.sound-error:hover {
	background-color: #757575;
	border-color:#757575;
	background-image: url(../img/iSoundCard-error.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.btnError{
    border:1px solid red;
}

/* scroll */
#scroller, #lienzo { height:100%;}
#lienzo { overflow:auto;}

/*  correccion */
#contentElementosFinal { padding:0 10px;}
#correccion .scrollbox { width:100%; max-height:150px; overflow:auto; padding:4px 3px; box-sizing:border-box; }
#correccion .cardTxt { font-size:13px; line-height:20px; font-weight:400; border-radius:2px; color:#333;}
#correccion .cardImage img { width:100%; height:auto; vertical-align:middle;}

.cardSound { padding:6px 0; }
.cajaPareja { padding:2px; overflow:hidden; margin-bottom:2px; position:relative;  }

.cardContainerCorreccion { text-align:center; width:42%; border-radius:2px; background-color:#fff; overflow:hidden; float:left;}
.cajaPareja .cardContainerCorreccion:last-child { float:right;}

.arrowCard { position:absolute; left:50%; margin-left:-14px; width:22px; height:2px; top:20px; border-radius:2px 0 0 2px; background-color:rgb(213,73,76);}
.arrowCard:before {
	content:" ";
	display:block;
	position:absolute;
	left:100%;
	top:-4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent rgb(213,73,76);	
} 
.cajaPareja .cardContainerCorreccion { box-shadow:rgb(213,73,76) 0 0 0 2px; }
.cajaPareja.parejaOk .cardContainerCorreccion { box-shadow:none;}
.cajaPareja.parejaOk .arrowCard { background-color:#7CB139;}
.cajaPareja.parejaOk .arrowCard:before {
	border-color: transparent transparent transparent #7CB139;	
}
#correccion .cardImage img { max-width:92px; height:auto;}

#contentElementoPregunta{ text-align: center; padding: 10px; }

#contentElementoRespuestas{ text-align: center; padding: 10px; }

#contentElementoRespuestas .btn{ margin: 5px; }

#contentBotones{ text-align: center; padding: 10px; }

#indicadorActivo{ text-align: center; padding: 10px; font-size: 30px; border-bottom: 2px solid black; margin: 10px auto; width:80%; }

.btnOk, .btnOk .container-btn {
  border:1px solid green;
}

/* IKER */

.estruc{
    height: 20px;
    text-align: center;
    margin: 7px 0;
}
.elems{
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid black;
    text-align: center;
    border-radius:10px;
}

#ele1, #ele25, #ele12, #ele14{
    margin:0 -60px;
}

#ele2, #ele24, #ele11, #ele15{
    margin:0 -100px;
}

#ele3, #ele23, #ele10, #ele16{
    margin:0 -140px;
}

#ele4, #ele22, #ele9, #ele17{
    margin:0 -170px;
}

#ele5, #ele21, #ele8, #ele18{
    margin:0 -190px;
}

#ele6, #ele20, #ele7, #ele19{
    margin:0 -200px;
}

#infoGen{
    position:absolute;
    top:160px;
    left:246px;
    width:268px;
    height:98px;
    border: 1px solid black;
    border-radius:10px;
    text-align: center;
    padding:5px;
}

.letraActiva{
    border: 1px solid orange;
    background-color: yellow;
}

.letraOk{
    border: 1px solid green;
    background-color: #A9F5A9;
}

.letraMal{
    border: 1px solid red;
    background-color: #F79F81;
}

#respPal{
    border: 1px solid black;
}

#infoGen1{
    color:gray;
    border-bottom:1px solid gray;
}

#infoGen2{
    padding:3px;
    font-style: oblique;
    height: 50px;
}

#infoGen3,#infoGen4{
    display:inline-block;
}

#respPal{
    border: 1px solid gray;
}

#respComp,#respSig{
    margin-left:10px;
    cursor: pointer;
}


/* NUEVO */

.wrapperPasapalabra {
  font-family: 'Titillium Web', sans-serif;
  background-color:#fff;
}
.inner {
  position:relative;
  
}
.containerLetters {
    background:radial-gradient(#fff, #b2ba7f);
}
.questionBox {
	text-align:center;
	position: relative;
	box-sizing:border-box;
	padding:14px 20px; 
}
.letterSelect {
	font-size:4em;
	padding-top:27%;
	font-weight:700;
	color:#fdad00;
	text-align:center;
	line-height:100%;
	text-transform:uppercase;
	text-shadow:0 24px 48px rgba(0, 0, 0, 0.1);
  cursor:default;
}
.circle {
	position: absolute;
	border-radius: 100%;
	font-size: 50%;
	text-align: center;
	vertical-align: middle;
	background-color: white;
	border: 3px solid #86b41e;
	left: 50%;
	top: 50%;
	text-transform: uppercase;
	line-height: 170%;
	font-weight: 600;
	z-index: 2;
	font-size: 45%;
	line-height: 175%;
	cursor:default;
}
.clickable:hover { box-shadow:rgba(0,0,0,0.3) 0 3px 6px;}
.clickable {  cursor:pointer; transition:box-shadow .3s;}

.questionTxt { margin-bottom:1.8em; }
.topQuestionBox  {font:15px/21px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;}
.letterBegin { font-weight:700; font-size:13px; text-transform:uppercase;}
.inputAnswer input {
	width:100%; box-sizing:border-box; border:1px solid #C8C8C8; border-top-color:#A0A0A0; padding:6px 8px; font-size:14px;
  margin-bottom:12px; transition:all .3s;
}
.inputAnswer input:focus {
 border-color:rgb(253,178,0); 
}
.current { background-color:#f29f02; border-color:#be8600;}
.turnOff { background-color:#eee; border-color:#ddd; color:#ccc;}
.LetterOK {
	background-color:#72b41f;
	border-color:#72b41f;
	color:rgba(255,255,255,0.60);
}
.LetterError {
	background-color:#E33;
	border-color:#E33;
	color: rgba(255,255,255,0.60);
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.LetterOK, .LetterError {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fade;
          animation-name: fade;
}


@-webkit-keyframes bgColor {
  0%, 100% {
	  background-color:#ffe5b5;
		border-color:#f7b82a;
  }

  50% {
	  background-color:#fec33d;
	  border-color:#eeb128;
  }
}

@keyframes bgColor {
  0%, 100% {
	  background-color:#ffe5b5;
		border-color:#f7b82a;
  }

  50% {
	  background-color:#fec33d;
	  border-color:#eeb128;
  }
}


@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.animaLetter {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.current {
	  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bgColor;
          animation-name: bgColor;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.submitAnswer { overflow:hidden;}
.submitAnswer .btn#comprobar {
	float:right;
}
.submitAnswer .btn {
	width: 49%;
	display: block;
	float: left;
	padding:6px 0;

}
@media screen and (min-width: 480px) {
	
	.wrapperPasapalabra {
		float:left;
		height:100%;
		width:100%;
	}
	
	.containerLetters {
		float:right;
		width:55%;
		height:100%;
	}
	
	.questionBox {
		display:table;
		float:right;
		height:100%;
		width:45%;
	}
	
	.questionBox2 {
		display:table-cell;
		vertical-align:middle;
		max-width:200px;
	}
	
}

.questionTxt img {
	max-width:100%;
}

@media screen and (min-height: 500px) and (min-width: 480px) {
	.questionTxt {
		overflow:auto;
	}
	.questionTxt img {
		height:auto;
	}
	
	#principal{
	    width:100%; 
	    height:100%; 
	    margin:0;
	}

}

@media screen and (min-width: 480px) {
	
	#wrapper {
		overflow:hidden;
	}
	
}

.playerEduca {
	background-image: url(../img/Bgplayer.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:100%;
	position:absolute; width:100%;
	z-index:5;
}
.groupPlayer {height: 185px; width: 215px; position:relative; max-width:100%; margin:0 auto; overflow:hidden; cursor:pointer;}
.bgPlayer { height:100%; background-color:#484848; position:absolute; width:100%; z-index:3;}
.iPlayer { position:absolute; width:38px; height:38px;  background-image:url(../img/iPlayer.png); z-index:6; top:50%;  left:50%; margin:-19px 0 0 -18px; }
.pPause { background-position:0 0;}
.pPlay { background-position:2px -38px;}

.canvasPlayer { display:block; position:absolute; top:50%; margin:-65px 0 0 -63px; left:50%; z-index:4;}
.contentPista { background-color:#fff;}

.timeSound {
	font-size: 11px;
	color: #757575;
	text-shadow:#fff 1px 1px;
	text-align:center;
	margin-top:-13px;
	position:relative; z-index:12;
}

.pistaSonido {
	text-align:center;
	padding:0 0 12px;
}
.modalWhite .pistaSonido { margin-top:-20px; }

.pistaTexto {
	padding: 12px;
	text-align: center;
	font:oblique 16px/21px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:4px 0 0;
	margin:18px 0;
}

.contentPista { background-color:#fff;}

.contentPista {
	padding: 12px;
}
.contentPista img { max-width:100%; height:auto;}