@charset "UTF-8"; 



div#visor > div#enun{
	position: absolute;
	top: 22px;
	left: 31px;
	padding-bottom: 0px;
	z-index: 999;
}

div#visor div#enun > div.enun {
		position: relative;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 20px;
		font-size: 20px;
        font-weight: 700;
        text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		opacity: 1;
	}

/*////////////////////////////////////////*/


#fondo_actividad {
	position:absolute;
	top: 60px;
	left: 117px;
}

/*.DstElem{
	border:2px solid  #F00;
	}*/

.SrcElem {
	position:absolute;
	width: 210px;
	height: 100px;
	text-align: center;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 17px;
	border: 2px solid #ff9900;
	border-radius: 15px;
	    -ms-border-radius: 15px;
	   -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #FFF;
	 
}

#rabillo1, #rabillo2 {
	top: -20px;
	left: 160px;
	position:absolute;
	width: 15px;
	height: 18px;
	border: 2px solid #ff9900;
	border-bottom: 0px;
	border-top-right-radius: 19px;
	-ms-border-top-right-radius: 19px;
	-moz-border-top-right-radius: 19px;
	-webkit-border-top-right-radius: 19px;	
	background:#FFF;
	z-index: 1;	
}

 

#rabillo3 {
	position:absolute;
	width: 15px;
	height: 18px;
	top: 117px;
	left: 40px;
	border: 2px solid #ff9900;
	border-top: 0px;
	border-bottom-left-radius: 19px;
	-ms-border-bottom-left-radius: 19px;
	-moz-border-bottom-left-radius: 19px;
	-webkit-border-bottom-left-radius: 19px;	
	background:#FFF;
	z-index: 1;	
}


@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;
	}
}










