@charset "UTF-8"; 



#container0 {
	position:relative;
	width: 100%;
	height: 100%;
}

#container0 > img {
	position:relative;
	max-height:90%;
	max-width:90%;
}

#container0 > #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;
}
#container0 > div.boton {
	width:18px;
	height:25px;
	z-index: 100;
	/*border: thin solid black;*/
}

#fondo {
	position: absolute;
	top: 100px;
	left: 675px;
	z-index: 201;
}

#container0 > #child > img {
	position: absolute;
}

		#container0 > #child img#ga00 {
			left: 620px;
			top: 20px;
			
		}
		#container0 > #child img#ga01, #container0 > #child img#ga02, #container0 > #child img#ga03,
		#container0 > #child img#ga04, #container0 > #child img#ga05, #container0 > #child img#ga06,
		#container0 > #child img#ga07 {
			left: 620px;
			top: 20px;
			opacity: 0;
			
		}


.buttonText { 
	width: 195px;
	text-align: center;
	font-family: 'Escolar';
	font-size: 30px;
	line-height: 40px;
	/*padding-left: 60px;*/
	cursor: pointer;
	/*border: 3px solid red;*/
	/*cursor: pointer;*/
}

 

.ok_click{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 65px;
	margin-top: -15px;
	/*margin-left: 2px;*/
	display: none;
	z-index: 100;
}
.error_click{
	display: none;
	margin-top: 0px;
	margin-left: 0px;
}


.buttonOK{
	border: 3px solid #0F0;
	background-color: rgb(0,255,0);
	}
	
.buttonKO{
	background-image: url('../img/actividad/clickko.png');
    background-position: center;
    background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}










