/* 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 */

.img1
{
    position: absolute;
    width: 25%;
    bottom: 18%;
    left: -2%;
}
.img2
{
    position: absolute;
    width: 25%;
    bottom: 18%;
    left: 24%;
}
.img3
{
    position: absolute;
    width: 25%;
    bottom: 18%;
    left: 50%;
}
.img4
{
    position: absolute;
    width: 25%;
    bottom: 18%;
    left: 76%;
}


.img1s
{
    left: 51%;
	bottom: 40%;
}
.img2s
{
    left: 2%;
    bottom: 34%;
}
.img3s
{
	bottom: 64%;
    left: 2%;
}
.img4s
{
    left: 51%;
	bottom: 10%;
}
.img5s
{
    bottom: 70%;
    left: 51%;
}
.img6s
{
	left: 2%;
	bottom: 4%;
}


#puzzle {
         background-image: url(../images/tema/arbol.png);
    background-size: 100% 100%;
    height: 430px;
    margin: -20px 0px 4px 0px;
}

#puzzle img {
	
	animation: initial;
}

#contenedorSolucion1
{
	    height: 112%;
    width: 51%;
    left: -7px;
    position: absolute;
    top: 44px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.2);
}
#contenedorSolucion1 img
{
	position: absolute;
    width: 155px;
    background-color: white;
}
.contenedorPiezas {
    width: 81px;
    height: 110px;
    border-radius: 3%;
    background-color: rgba(220, 217, 217, 0.16);    
    background-size: 100% 100%;
    width: 50%;
    float: left;
}
#respuestasA
{
	background-image: url(../images/tema/personajes/contorno.png);
    background-size: 100%;
}
.contenedorPiezas img
{
	position: relative;
	width:100%;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:white;
}

#contenedorPieza
{
	    text-align: center;
    border-radius: 12px;
    margin-right: 0px;
    background-color: rgba(175, 175, 175, 0.68);
    padding: 5px;
    border: 3px dashed white;
	height:271px;
}

.contenedorPieza{
        top: 0%;
    position: absolute;
    left: 12%;
    width: 60%;
    height: auto;
}

.imagen_ayuda
{
	    width: 86%;
    margin-top: 20%;
    border: 5px solid #DDDDDD;
    border-radius: 12px;
    background-color: white;
}

#puzzle #uno { position: absolute;  left: 37px; top: 39px; background-image: url(../images/tema/arrastraaqui1.png);}
#puzzle #dos { position: absolute;   left: 104px;  top: 14px; background-image: url(../images/tema/arrastraaqui2.png);}
#puzzle #tres { position: absolute;  left: 197px;  top: 16px; background-image: url(../images/tema/arrastraaqui3.png);}
#puzzle #cuatro { position: absolute;  left: 269px; top: 36px; background-image: url(../images/tema/arrastraaqui4.png);}
#puzzle #cinco { position: absolute;   left: 122px;   top: 100px; background-image: url(../images/tema/arrastraaqui5.png);}
#puzzle #seis { position: absolute;   left: 193px;   top: 101px; background-image: url(../images/tema/arrastraaqui6.png);}
#puzzle #siete {  position: absolute;   left: 142px;    top: 198px; background-image: url(../images/tema/arrastraaqui7.png); }
#puzzle #ocho {   position: absolute;   left: 51px;    top: 187px; background-image: url(../images/tema/arrastraaqui8.png);}
#puzzle #nueve {  position: absolute;   left: 235px;   top: 186px; background-image: url(../images/tema/arrastraaqui9.png);}

#contenedorPuzzle img {
    margin: 2px;
    width: 81px;
    float: left;
}

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

@keyframes iluminar{
       from { background-color: transparent;}
    50% { background-color: rgba(255, 255, 255, 0.4);}
    to {background-color: transparent; }
}
			 
