@font-face {
	font-family:'cinnamon cake';
	src: url('../fonts/cinnamoncake.eot');
	src: url('../fonts/cinnamoncake.eot#iefix') format('embedded-opentype'), url('../fonts/cinnamoncake.woff') format('woff'), url('../fonts/cinnamoncake.ttf') format('truetype'), url('../fonts/cinnamoncake.svg#cinnamoncake') format('svg');
	font-weight: normal;
	font-style: normal;
}

#panelReel section{	}

/* imagenes */
.imageItem{
	position:absolute;
}
.arena{
	background: url(../img/arena.png) 0 0 no-repeat;
	width: 166px;
	height: 103px;
	top: 25px;
	left: 51px;
}
.agujas{
	background: url(../img/reloj.png) 0 0 no-repeat;
	width: 166px;
	height: 103px;
	bottom: 39px;
	left: 51px;
}
/* areas con descripcion*/
.descripcion{
	display: none;
	background: url(../img/flecha.png) 0 0 no-repeat;
	width: 396px;
	height: 223px;
	left: 177px;
	z-index: 1;
	position: absolute;
}
.txtDesc{
	width: 221px;
	float: right;
	font-size: 16px;
	line-height: 19px;
	font-family: trade;
	text-align: center;
}
.descripa{ top: 69px; }
.descripb{ top: 128px; }
.descripc{ top: 187px; }
.descripd{ top: 246px; }
/*margenes de textos descripctivos*/
.Historico_descrip > div{
	margin: 66px 66px 0px 0px;
}
.Atemporal_descrip > div{
	margin: 75px 66px 0px 0px;
}
.Actualidad_descrip > div{
	margin: 82px 66px 0px 0px;
}
.Habitual_descrip > div{
	margin: 82px 66px 0px 0px;
}
.area{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.drags{
	top: 140px;
	left: 51px;
	width: 166px;
	height: 266px;
	background: #FFA19F;
	
}
.drag{
	background: #C1BDF0;
	text-align: center;
	font-size: 17px;
	color: #414477 !important;
	-moz-box-shadow: 4px 2px 7px #404040;
	-webkit-box-shadow: 4px 2px 7px #404040;
	box-shadow: 4px 2px 7px #404040;
	width: 117px;
	padding: 7px;
	margin: 20px 18px;
	height: 25px;
	cursor: pointer;
	z-index:2;
}
/*textos*/
.textos{
	width: 344px;
	position: absolute;
	top: 0px;
	text-align: left;
}
.txt{
	color: #fff !important;
	padding: 28px 10px 0px 10px;
}
.underlined{
	color: #fff !important;
	border-bottom: 4px solid #FFA19F;
}
.dropsArea{
	top: 25px;
	left: 258px;
	width: 492px;
	height: 494px;
	background: #7F4632;
	color: #fff !important;
}
.drops{
	width: 130px;
	float: right;
	padding: 0px 15px 0px 10px;
}
.drop{
	border: 2px dashed #FFA19F;
	height: 34px;
	margin: 10px 0px 0px 0px;
}
/* palomita*/
span.palomita{
	background: url(../img/palomota.png) 0 0 no-repeat;
	width: 31px;
	height: 24px;
	bottom: 35px;
	right: 26px;
	display: none;
	position: relative;
	z-index: 2;
}
/* anteriores*/
.input{
	-moz-user-select:text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-o-user-select: text;
}
#footerButtons img{
	cursor:pointer;
}
.continuar{
	position: absolute;
	bottom: 20px;
	right: 120px;
	z-index: 100;
}
.reiniciar{
	position: absolute;
	bottom: 4px;
	right: 38px;
	z-index: 1;
}
.bien , .mal, .fin{
	font-size:15px;
	font-family:museo300;
	padding:13px 9px 10px 30px;
	background: url(../1nterfaz/graphics/buttonStripe.svg) left repeat-y;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor:pointer;
	width: 250px;
	text-align:justify;
	position: absolute;
	left: 10px;
	z-index: 1000;
	display:none;
	color:#FFF !important;
	-moz-box-shadow:    4px 2px 7px #404040;
  	-webkit-box-shadow: 4px 2px 7px #404040;
  	box-shadow:         4px 2px 7px #404040;
}
.bien , .mal{
	top: 90px;
}
.mal{
	background-color: #DD491B !important;
}
.bien{
	background-color: #2EA5BD !important;
}
.fin{
	top: 90px;
	background-color:#008A2E !important;
}
.cerrar{
	background: url(../img/cerrar.png) 0 0 no-repeat;
	position: absolute;
	right: -17px;
	top: -17px;
	cursor:pointer;
	width: 35px;
	height: 35px;
}
.classFake{
   
}