/* CSS Document */
/*-------------------------------------------*/

	#zona_trabajo{
		  min-height: 100%;
		  margin-top: 8px;
		  left: 0px;
		  width: 100%;
		  border-radius: 12px;
		  position: absolute;
	}
	
	.flecha{
		   text-shadow: 1px 1px rgb(221, 192, 192);
    font-family: Chewy;
    font-size: 27px;
    position: absolute;
    bottom: 21%;
    left: 99%;
    z-index: 1000;
    width: 63px;
    height: 135px;
    animation: 5s aum infinite;
	}
	
.boton{
        color: white;
		    text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
    width: 100px;
    height: 50px;
    text-align: center;
    font-family: Chewy;
    font-size: 19px;
	background-color: #FFC107;
    border-radius: 20px 7px 20px 7px;
    padding: 12px;
    position: absolute;
    right: 0px;
    top: 15px;
    cursor: url(../images/cursor/hand.cur) , auto!important;
}

.boton:hover{
        color: white;
}

.nivel{dispaly:none!important;}

/* Puzzle */
#contenedorPiezas{
   background: #FFC107;
    height: 170px;
    border-radius: 12px;
    padding: 10px;
}



#puzzle {
	/*animation:7s aum infinite;*/
    margin-top: 10px;
    background: #FFC107;
    height: 165px;
    padding: 5px;
    border-radius: 12px;
}

#puzzle img {
	
	animation: initial;
}

.contenedorPieza {
	    width: 103px;
    height: 150px;
    float: left;
    margin: 2px;
    background-color: #BCBCBC;
	background-image:url(../images/tema/arrastraaqui.png);
	    background-size: 100% 100%;
}

#contenedorPuzzle img {
    padding: 3px;
    width: 102px;
    height: 150px;
}

#manito{
	     color: white;
    font-size: 44px;
    padding: 12px;
    position: absolute;
    top: 10px;
    animation: 1s latido infinite;
    z-index: 2;
	
}
#pieza1,#pieza3,#pieza6{  animation: 8s tada infinite;}
#pieza5,#pieza4{animation: 12s tada infinite;}
#pieza2,#pieza5{  animation: 10s tada infinite;}
-->
@keyframes aum {
   
   50% { opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */}
}
@keyframes latido{
       from { right: 90px;}
    50% { right: 100px;}
    to {right: 90px; }
}
			 
