#dragDrop, #dragDrop2{
	text-align: center;
	display: flex; 
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 75px;
}

#dragDrop2{
	margin-top: 20px;
	padding: 75px 40px;
}

.box1{
	display: inline-block;
	position: relative;
	width: 229px;
	height: 190px;
	border: 7px solid #C6C6C5;
	background: #00A99D;
	margin: 12px 5px;
	border-radius: 20px;
	color: white;
	font-size: 1.8em;
	font-weight: bolder;
}

.box1 span{
	position: absolute;
	bottom: 5px;
	left: 1px;
	display: inline-block;
	width: 211px;
	height: 55px;
	background: url(../img/SB_L_G10_U02_L02_-03_franja-gris-con-borde-punteado.png);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.box1 span:nth-of-type(2) {
	bottom: 60px; 
}

.box1 p{
	position: absolute;
	top: 0;
	width: 100%;
	height: 65px;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.box2{
	display: inline-block;
	background: url(../img/SB_L_G10_U02_L02_03_boton-de-encajar.png) no-repeat -3px -3px;
	width: 202px;
	height: 49px;
	font-size: 1.8em;
	color: #00656F;
	padding: 9px 0;
	margin: 3px 12px 20px 12px;
	box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	cursor: pointer;
}

.box2:nth-child(6){
	font-size: 1.7em;
}

.ready{
	text-align: center;
	margin-top: -3px;
	margin-left: 8px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

@-moz-document url-prefix() {
    .box2.ui-draggable.ui-draggable-dragging{ 
		margin-top: -10px;
		margin-left: 0;
    }
}