@charset "UTF-8";



.destinos {
	position:absolute;
	top: 390px;
	left: 70px;
    width: 620px;
    height: 50px;
    /*border:1px solid #000;*/
}
.t1 {
	position: absolute;
	top: 0px;
	left: 0px; 
	/*border: 1px solid #000;*/
}

         .txt {
         	width: 100%;
	        font-size: 26pt;
        	font-weight: normal;
        	font-family: 'Escolar';
	        text-align: left;  
         }


.SrcElem {
	}


.DstElem{
	 /*border: 1px solid  #F00; */
	/*background-color: rgb(255, 255, 255);*/
	}

 

#child0 {
	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;
}

 #child0 img#ga01 {
	position:absolute;
	left: 70px;
	top: 280px;
		}
#child0 img#ga02 {
	position:absolute;
	left: 570px;
	top: 90px;
		}


#child0 img#ga03 {
	position:absolute;
	left: 115px;
	top: 280px;
		}
#child0 img#ga04 {
	position:absolute;
	left: 227px;
	top: 280px;
		}
#child0 img#ga05 {
	position:absolute;
	left: 340px;
	top: 280px;
		}

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




.buttonOK{
	/*border: 2px solid rgb(0,255,0);*/
	/*background-color: rgb(0,255,0);*/
	/*border: 2px solid  #0F0;*/
	box-shadow: 0px 0px 15px #0F0;
	-webkit-box-shadow: 0px 0px 15px #0F0;
	-moz-box-shadow: 0px 0px 15px #0F0;
	}
	
.buttonKO{
	/*border: 3px solid red;*/
	background-color: rgba(255,0,0,0.5);
	}


 
@keyframes rotar {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 1;
	}
	100% {
		transform: rotate(720deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotar {
	0% {
		opacity: 1
	}
	99% {
		opacity: 1;
	}	
	100% {
		-webkit-transform: rotate(720deg);
		opacity: 0;
	}
}

 
@keyframes jump {
	0% {
		
	}
	100% {
		top: -10px;
	}
}

@-webkit-keyframes jump {
	0% {
		
	}
	100% {
		top: -10px;
	}
}


