#light		{ position: absolute; width: 654px; height: 297px; background: url(img/lightbox.png); z-index: 100; top:50%; margin-top: -143px; left: 50%; margin-left: -317px; display: none; }

#lightCerrar	{ font-size: 18px; position: absolute; width: auto; height: auto; top: 20px; left: 610px;  }
#lightCerrar a	{ text-decoration: none; color: #FFFFFF; }
#lightResp	{ font-size: 30px; font-weight: bold; float: left; width: 100%; margin-left: 50px; margin-top: 60px; color: #FFFFFF;  }
#lightTexto	{ font-size: 18px; float: left; width: 540px; margin-left: 50px; margin-top: 30px; color: #FFFFFF;  }

#tablero {
	background-image:url(../img/fondo-morado.png);
	height:430px;
}

#familiares_wrap{
	position: relative;
	width: 390px;
	height: 400px;
	left: -15px;
	top: 10px;
	background-repeat: no-repeat;
}

#actividades_wrap{
	width: 300px;
	height: 430px;
	left: 380px;
	top: -400px;
	position: relative;
}

#felicidades{
	display:none;
	width:680px; height:380px;
	background-color:#fff;
}

#mama{ background-image: url(../img/mama.png); }

#papa{ background-image: url(../img/papa.png); }

#hija_mayor{ background-image: url(../img/hija_mayor.png); }

#hijo_menor{ background-image: url(../img/hijo_menor.png); }

#abuelo{ background-image: url(../img/abuelo.png); }

#abuela{ background-image: url(../img/abuela.png); }

#tio{ background-image: url(../img/tio.png); }

#tia{ background-image: url(../img/tia.png); }

.ac_drag{
	float: left;
	display: block;
	margin-left: 15px;
	margin-top: 20px;
	padding-top: 10px;
	width: 130px;
    height: 55px;
    background: rgba(32, 17, 73, 0.5);
    text-align: center;
    color: #ffffff;
    border: 1px solid #b17917;
	border-radius:7px;
	cursor:move;
}

.ac_drop{
	float: left;
	margin-left: 10px;
	margin-top:0px;
	width: 120px;
    height: 120px;
    background-repeat: no-repeat;
}

