@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;
}
@font-face{
	font-family:'antique book';
	src: url('../fonts/Antique_Book_Cover.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:'atwriter';
	src: url('../fonts/atwriter.ttf');
	font-weight: normal;
	font-style: normal;
}
img.jwlogo{
	display:none;
}
#panelReel > section{
	background: url(../img/fondo.png) 0 0 no-repeat;
}

.imagen{
	margin: 0px 20px 20px 0px;
	float: left;
}
.boton{
	position: absolute;
	background: #D73A48;
	width: 120px;
	height: 60px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 0px 0px 5px #000;
}
.texto{
	position: absolute;
	color: #FFFCC5;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.b1{
	top: 195px;
	left: 20px;
}
.b2{
	top: 130px;
	left: 135px;
}
.b3{
	top: 130px;
	left: 270px;
}
.b4{
	top: 130px;
	right: 270px;
}
.b5{
	top: 130px;
	right: 135px;
}
.b6{
	top: 195px;
	right: 20px;
}
.informacion{
	position: absolute;
	display: none;
	width: 560px;
	height: 360px;
	padding: 20px;
	top: 80px;
	left: 95px;
	border-radius: 25px;
}
.video{
	position: absolute;
	display: none;
	width: 560px;
	height: 360px;
	padding: 20px;
	top: 80px;
	left: 95px;
	border-radius: 25px;
}
.fondo{
	position: absolute;
	display: none;
	width: 560px;
	height: 340px;
	padding: 20px;
	top: 80px;
	left: 95px;
	background: #000;
	border-radius: 30px;
	opacity: 0.5;
}
.info{
	color: #fff;
	opacity: 1;
	line-height: 45px;
}
.next{
	position: absolute;
	background: url(../img/next.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}
.infoImagen{
	position: relative;
	top: 35px;	
}
/* anteriores*/
.curved{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.shadow{
	-moz-box-shadow:    4px 4px 3px #333333;
  	-webkit-box-shadow: 4px 4px 3px #333333;
  	box-shadow:         4px 4px 3px #333333;
}
.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: 15px;
	right: 15px;
	z-index: 1;
}
.bien , .mal, .fin{
	font-size:15px;
	font-family:museo300;
	padding: 13px 21px 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: 240px;
	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: -10px;
	top: -10px;
	cursor:pointer;
	width: 35px;
	height: 35px;
	display: none;
}