@charset "UTF-8";



.destinos {
	position:absolute;
	top: 200px;
	left: 300px;
    width: 420px;
    height: 300px;
    /*border:1px solid #000;*/
}

#st1, #st2, #clone1, #clone2 {
	position: absolute;
	top: 0px;
	/*border: 1px solid #000; */
}
.t1, .t2, .t3, .t4 {
	position: absolute;
	top: 10px;
	/*border: 1px solid #000;*/
}
.t5, .t6, .t7, .t8 {
	position: absolute;
	top: 200px;
	/*border: 1px solid #000;*/
}
#st2, #clone2 { left: 36px; }
#st1, #clone1 { left: 175px; }
.t1 { left: 89px; } 
.t2 { left: 132px; } 
.t3 { left: 252px; } 
.t4 { left: 295px; }

.t5 { left: 89px; } 
.t6 { left: 132px; } 
.t7 { left: 255px; } 
.t8 { left: 296px; } 

         .txt {
         	float: left; 
         	width: 40px;
	        font-size: 28pt;
        	font-weight: normal;
        	font-family: 'Escolar';
	        text-align: left;  
         }


.SrcElem {
	position:absolute;
	/*width: 40px;
	height: 84px;*/
	padding: 5px;
	/*background-color:rgb(255, 255, 255);
	border-radius: 4px;
	    -ms-border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	        box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	   -moz-box-shadow: 0px 0px 5px #999;*/
	}


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

#ori5, #ori6, #ori7, #ori8,
#dest5, #dest6, #dest7, #dest8,
.t5, .t6, .t7, .t8 {
	display: none;
}

.escalame {
	        transform: scale(0.7);
	   -moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
}

.hiddenword {
   color: #FFF !important;
}

.borderhidden{
	        box-shadow: 0px 0px 0px #FFF;
	-webkit-box-shadow: 0px 0px 0px #FFF;
	   -moz-box-shadow: 0px 0px 0px #FFF;}


#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: 50px;
	top: 120px;
		}
#child0 img#ga02 {
	position:absolute;
	left: 50px;
	top: 320px;
	display: none;
		}
#child0 img#ga03 {
	position:absolute;
	left: 730px;
	top: 120px;
	display: none;
		}
#child0 img#ga04 {
	position:absolute;
	left: 750px;
	top: 330px;
	display: none;
		}
#child0 img#ga01, #child0 img#ga02 {
	opacity: 1;
		}


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




.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;
	}
}


