@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{
	background: url(../img/bkgd.png) 0 0 no-repeat;	
}

#footerButtons img{
	cursor:pointer;
}
.comprobar{
	position: absolute;
	bottom: 10px;
	right: 120px;
	z-index: 100;
}
.reiniciar{
	position: absolute;
	bottom: 10px;
	right: 30px;
	z-index: 600;
}
.bien , .mal{
	font-size:15px;
	font-family:museo;
	padding:15px;
	padding-left: 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: 230px;
	position: absolute;
	top: 50px;
	left: 10px;
	z-index: 3000;
	display:none;
	color:#FFF !important;
	box-shadow: 2px 2px 7px #404040;
}
.cerrar{
	background: url(../img/cerrar.png) 0 0 no-repeat;
	position: absolute;
	right: -17px;
	top: -17px;
	cursor:pointer;
	width: 35px;
	height: 35px;
}
.mal{
	background-color: #DD491B !important;
}
.bien{
	background-color: #2EA5BD !important;
	min-height: 45px;	
}

/* -- Particulares del interactivo -- */
#rotatescroll, svg{
	position: absolute;
	top: 50px;
	left: 100px;
	height: 300px;
	width: 300px;
}

.thumb {
	background: url(../img/bg-thumb.png) no-repeat 50% 50%;
	position: absolute;
	top: -3px;
	cursor: pointer;
	left: 137px;
	width: 26px;
	height: 26px;
	z-index: 200;
}
.overlay {
	background: url(../img/bg-rotatescroll.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 300px;
	width: 300px;
}

.thumb.a{
	left: 277px;
	top: 138px;
}
.thumb.c{
	top: 199px;
	left: 12px;
}
.thumb .tag{
	position: relative;
	top: -25px;
	left: 25px;
	font-size: 30px;
	font-family:museo;
}
.thumb.c .tag{
	left: -25px;
}
.tabla {
	position: absolute;
	top: 110px;
	right: 15px;
}
.tabla > div{
	float: left;
	width: 130px;
	text-align: center;
}
.tabla > div > div{
	height: 36px;
	line-height: 36px;
}

#tinycirclerotate{
	position: absolute;
	bottom: -50px;
	right: 10px;
	height: 300px;
	width: 300px;
	z-index: 500;
}
#tinycirclerotate .overlay {
	background: url(../img/trans.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 300px;
	width: 300px;
	
}

#tinycirclerotate .overlay > div{
	position: absolute;
	left: 0;
	top: 0;
	height: 170px;
	width: 300px;
	cursor: move;
}

#tinycirclerotate .hand {
	background: url(../img/bg-thumb2.png) no-repeat 50% 50%;
	position: absolute;
	top: -13px;
	left: 137px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 550;
}
.conclusion{
	font-family:trade;
	position: absolute;
	top: 360px;
	width: 400px;
	padding: 10px;
	left: 20px;
	line-height: 25px;
	background: url(../img/cuadricula.png) 0 0 no-repeat;
	color: #000 !important;
	display: none;
}
.conclusion strong{
	font-family:trade;
	color: #000 !important;
}
input {
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-o-user-select: text;
	background: none;
	font-size: 16px;
	width: 180px;
	text-align: center;
	border-bottom: 1px solid #000;
	color: #000 !important;
	padding: 3px 0px;
}