   .drag, .drop{
        position: absolute;
    }
	
	.drop{
		width:115px;
		height:76px;
		display:inline-block;
	}

    .closs, .closs1{
        position: absolute;
        top: 100px;
        right: 0;
        width: 55px;
        height: 55px;
    }

    .reiniciar{
       
        top:675px;
        left: 450px;
        width: 150px;
        height: 40px;
        padding-top: 7px;
        
    }

    .reiniciar:active, .instru:active{
        border:none;
        top:678px;
    }
    .cuadro{
         cursor: pointer;
        position: absolute;
        border-radius: 10px;
        border-bottom: 3px solid #026633;
        text-align: center;
        display: inline-block;
        font-size: 1.5em;
        color: #fff;
        background: #64B238;
    }

    .instru{
        top:675px;
        left: 630px;
        padding-top: 7px;
        font-size: 1.8em;
        width: 60px;
        height: 40px;
    }

    .tiempo{
    	border:none;
    	left: 715px;
    	top:675px;
    	width: 150px;
        height: 40px;
         padding-top: 7px;
        font-size: 1.8em;
    }