@charset "UTF-8";

 
 

#child {
	position:absolute;
	background:none;
	cursor:default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	top:0px;
	left:0px;
}

.txts {
	position: absolute;
	top: 380px;
	left: 747px;
	width: 260px;
	/*border: 1px solid #000;*/
}          
         
          div.txts > div.t00, div.txts > div.t01,
          div.txts > div.t02, div.txts > div.t03,
          div.txts > div.t04, div.txts > div.t05 {  
          	           height: 60px;
		               font-size: 28px;
		               font-weight: normal;
		               font-family: 'Escolar';
	                   text-align: center;
		               /*padding-bottom: 30px;*/
		               display: none;
          }
          .txtchecked {color: #999;}


#child > img {
	position: absolute;
	/*opacity: 1;*/
}
        #child img#gabn {
			left: 30px;
			top: 50px;
		}
		#child img#ga00, #child img#ga01, #child img#ga02, 
		#child img#ga03, #child img#ga04, #child img#ga05,
		#child img#ga06 {
			left: 30px;
			top: 50px;
			display: none;
			
		}

/* ///////////// AUDIOS //////////////// */

#child img.audio, #child img.audio_on{
	top: 450px;
}
#child img.audio{
	opacity: 1;
}
	
	#child img#audio00, 
	#child img#audio_pause,
	#child img#audio_sel,
	#child img#audio_play {
		left: 760px;
	}

/* //////////////////////////////////////// */

  

div#visor > div.ButtonElem {
	display: none;
	cursor: pointer;
}

           div#visor > div#boton00 { 
           	    width: 450px;
           	    height: 220px;
	            /*border: 2px solid #ff9900;*/
              }
           div#visor > div#boton01 { 
           	    width: 350px;
           	    height: 70px;
              }
           div#visor > div#boton02 { 
           	    width: 230px;
           	    height: 110px;
              }
           div#visor > div#boton03 { 
           	    width: 340px;
           	    height: 110px;
              }
           div#visor > div#boton04 { 
           	    width: 200px;
           	    height:85px;
              }
           div#visor > div#boton05 { 
           	    width: 145px;
           	    height: 175px;
              }


.buttonOK{
	border: 3px solid #0F0;
	background-color: rgb(0,255,0);
	}
	
.buttonKO{
	/*border: 3px solid red;*/
	background-color: rgba(255, 0, 0, 0.4);
	}