@charset "utf-8";
/* CSS Document */
.men_later {
    font-size: 50px;
    position: absolute;
    top: 243px;
    left: 30px;
    border: 3px solid black;
    padding: 11px;
    width: 50px;
    text-align: center;
    z-index: 101;
    background-color: white;
}
i.fa:hover {
    transform: scale(1.2,1.2);
}

.atv {
    transform: scale(1.3,1.3);
    color: #709CB2;
}

#puzzle {
	float: right;
	right: 40px;
	top: 35px;
	background: #ffda00;
}
#puzzle .alphabet {
	border: solid 1px #FFF;
	color: #064754;
	font-size: 1.8em;
	line-height: 39px;
	text-align: center;
}
.alphabet.complete {
	background-color: #e8348b !important;
}
.avance {
	background-image: url("../img/perso.png");
	position: absolute;
	top: 390px;
	left: 300px;
	width: 133px;
	height: 154px;
	padding-top: 52px;
	padding-left: 72px;
	font-size: 80px;
}
/*Drop 1*/


#adrag1 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 156px;
	left: 430px;
}
#adrag2 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 227px;
	left: 430px;
}
#adrag3 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 300px;
	left: 430px;
}
#adrag4 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 373px;
	left: 430px;
}
#adrag5 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 444px;
	left: 430px;
}
#adrag6 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	position: absolute;
	top: 518px;
	left: 430px;
}
.bord {
	border: 4px dashed black;
}
#adrop1 {
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 169px;
	left: 783px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop2 {
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 247px;
	left: 783px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop3 {
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 316px;
	left: 783px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop4 {
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 381px;
	left: 783px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop5 {
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 431px;
	left: 783px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop6 {
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 492px;
	left: 783px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
.animar {
	transition: all 1s ease;
	-webkit-transition: all 200ms ease;
}
.cerrar {
	position: absolute;
	top: -10px;
	right: -20px;
}
