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

	#zona_trabajo{
		  min-height: 100%;
		  margin-top: 8px;
		  left: 0px;
		  width: 100%;
		  border-radius: 12px;
		  position: absolute;
	}
	
	
	
.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;
    cursor: url(../images/cursor/hand.cur) , auto!important;
}

.boton:hover{
        color: white;
}

.nivel{dispaly:none!important;}

/* Puzzle */




#puzzle {
        background-image: url(../images/tema/ciclodelagua.png);
    background-size: 100% 100%;
    height: 310px;
    padding: 5px;
    border-radius: 12px;
    margin: 0px 0px 4px 0px;
}

#puzzle img {
	
	animation: initial;
}

.contenedorPieza {
	 width: 140px;
    height: 38px;
    background-image: url(../images/iconos/arrastraaqui.png);
    background-size: 100% 100%;
}
.titulopieza
{
	    font-size: 25px;
    position: absolute;
    width: 43%;
    left: 15%;
    top: 32px;
    font-family: chewy;
    text-align: center;
}
.contenedorPiezaA
{
	width: 170px;
    height: 130px;
    background-color: #FFD600;
    border: 3px dotted #DD2C00;
    border-radius: 12px;
    margin-left: 60%;
    margin-bottom: 22px;
}
#contenedorPiezasA
{
	  background-color: #FFD600;
	border: 3px dotted #DD2C00;
    border-radius: 12px;
    width: 83%;
    margin-left: 11%;
    padding: 7px;
}
.verificar
{
	    display: table;
    position: absolute;
    top: 100px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    padding-top: 0px;
    border-radius: 12px;
    left: 41%;
    top: 97px;
	display:none;
	animation:1s bounceInDown;
}
#contenedorPiezasA img
{
	padding:5px;
}
.contenedorPiezaA img {
	    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.contenedorPieza img{
	margin:0px!important;
	padding:0px!important;
}

#puzzle #uno { position: absolute; left: 200px; top: 10px;}
#puzzle #dos { position: absolute; left: 330px; top: 110px;}
#puzzle #tres { position: absolute; left: 30px; top: 120px;}
#puzzle #cuatro { position: absolute; left: 50px; top: 80px;}
#puzzle #cinco { position: absolute;  left: 300px;  top: 265px;}

#contenedorPuzzle img {
       margin: 10px;
    width: 140px;
    margin-left: -10px;
    margin-right: 0px;
}

#manito{
	      color: white;
    font-size: 37px;
    padding: 12px 5px 12px 12px;
    animation: 3s aum 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; }
}
			 
