@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: 170px;
	left: 770px;
	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;
			
		}


	
.buttonBox { 
	width: 40px;
	height: 40px;
	border: 3px solid #008bd0;
	background-color: rgb(255,255,255);
	border-radius: 10px;
	cursor: pointer;
}

.buttonText { 
	width: 600px;
	text-align: left;
	font-family: 'Escolar';
	font-size: 30px;
	line-height: 40px;
	padding-left: 60px;
	cursor: pointer;
	/*border: 3px solid red;*/
	/*cursor: pointer;*/
}


#click00, #click03 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: -17px;
	margin-left: 2px;
	display: none;
	z-index: 100;
}

.ok_click{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: -17px;
	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{
	border: 3px solid red;
	background-color: rgba(255, 0, 0, 0.4);
	}










