
.comprobar{
	width: 76px;
    height: 63px;
	background: transparent;
	border: 1px solid transparent;
	background: url("../img/disenho/Boton.png")no-repeat; 
	background-size: contain;  
	margin: 10px 21px;
	float: right;
}
.comprobar:hover{
position: relative; 
top: 1px; 
left: 1px;
}
.puzle{
    background: #FFFFFF;
    width: 392px;
    height: 360px;
    left: 530px;
    top: 135px;
    border: 2px solid #09090A;
    position: absolute;
}

.fila1{
    position: absolute;
    top: 0px;
    width: 645px;
    height: 163px;
    //border: 1px solid red;
}
.fila2{
    position: absolute;
    top: 119px;
    width: 645px;
    height: 163px;
    //border: 1px solid red;
}
.fila3{
    //border: 1px solid blue;
    position: absolute;
    top:   239px;
    width: 645px;
    height: 163px;
}
.cuadros{
    //border: 1px solid brown;
    height: 118px;
    width:  130px;
    position: absolute;
}
#c1{margin-left: -1px;}
#c2{margin-left: 130px;width: 131px;}
#c3{margin-left: 262px;}
#c4{margin-left: -1px;  margin-top: 2px;}
#c5{margin-left: 130px;margin-top: 2px;width: 131px;}
#c6{margin-left: 262px;margin-top: 2px;}
#c7{margin-left: -1px;margin-top: 3px; }
#c8{margin-left: 130px;margin-top: 3px;width: 131px;}
#c9{margin-left: 262px;margin-top: 3px;}


#c1,#c4,#c5,#c2,#c7,#c8{    
    border-right: 2px dotted #ccc7c7;
}
#c2,#c1,#c3,#c4,#c5,#c6{    
        border-bottom: 2px dotted #ccc7c7;
}

.imagenes{
    background: #FFFFFF;
    border: 2px solid #050506;
    width: 391px;
    left: 45px;
    top: 135px;
    height: 360px;
    position: absolute;

}
.img{
    position: absolute;
    width:  100px;
    height: 100px;
    border-radius: 10px;
}
.img[ref='img1']{left: 21px;  top: 14px;}
.img[ref='img2']{left: 143px; top: 14px;}
.img[ref='img3']{left: 265px; top: 14px;}
.img[ref='img4']{left: 21px;  top: 131px;}
.img[ref='img5']{left: 143px; top: 131px;}
.img[ref='img6']{left: 265px; top: 131px;}
.img[ref='img7']{left: 21px;  top: 245px;}
.img[ref='img8']{left: 143px; top: 245px;}
.img[ref='img9']{left: 265px; top: 245px;}


.imagen{
    /*
    box-shadow: 0px 0px 10px #a2a2a2;
    */
    border: 1px solid black;
    position: absolute;
    width:  100px;
    height: 100px;
}

.aparecer{
    display: block;
}
.ocultar{
    display: none;
}
