#panelReel section{
	background: url(../img/bkgd.png) 0 0 no-repeat;
	padding: 0px 10px;
}
#footerButtons img{
	cursor:pointer;
}
.und{
	text-decoration:underline;
}
#reiniciar{
	position: absolute;
	bottom: 31px;
	right: 25px;
}
.sugerencias{
	display: none;
	left: 30px;
	position: absolute;
	z-index: 1000;
	bottom: 110px;
	width: 365px;
	height: 315px;
	padding: 20px;
	background: #DD491B;
	border-radius: 20px;
	font-family: trade;
	color: #FFF !important;
	box-shadow: 2px 2px 7px #404040;
}
@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;
}
.titulo{
	width: 265px;
	height: 93px;
	background:url(../img/titulo.png) 0 0 no-repeat;
	position: absolute;
	top: 7px;
	left: 257px;
	color: #000 !important;
	text-align: left;
	padding: 25px 15px;
	font-family: cinnamon cake;
	font-weight: bold;
}
.drops{
	color:#000 !important;
	font-weight: bold;
	font-family:cinnamon cake;
	margin: 5px 10px;
	font-size:16px;
	overflow:hidden;
	height: 260px;
	padding: 90px 90px 0px 110px;
}
.drops > div{
	color:#000 !important;
	margin: 5px;
	float: left;
	width: 160px;
	text-align: justify;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.p{
	overflow:hidden;
	
}
.t {
	border:none;
	width: 100px;
	height: 40px;
	float:left;
	line-height:40px;
	vertical-align:middle;
}
.place{
	margin-top: 5px;
	width: 155px;
	height: 205px;
	font-size:16px;
	float: left;
	font-family:cinnamon cake;
	color: #000 !important;
	/*border: 2px #DD491B dashed;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
}
.place div{
	color: #000 !important;
	font-weight:normal;
}

.exp{
	float: left;
	font-size: 12px;
	width: 169px;
	margin: 10px;
	text-align: justify;
	background: #2EA5BD;
	color: #FFF !important;
	padding: 5px;
	height: 155px;
	box-shadow: 2px 2px 5px #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: trade;
}
.drag_bkgd{
	background: url(../img/drags.png) 90px -5px no-repeat;
	height:190px;
}
.drags{
	padding: 20px 90px 20px 110px;
	overflow: hidden;
	height: 130px;
	
}
.drag{
	float: left;
	font-size: 14px !important;
	font-family: cinnamon cake;
	font-weight: regular !important;
	color: #000 !important;
	width: 118px;
	height: 20px;
	text-align: left;
	background: url(../img/stick.png) 0 0 no-repeat;
	padding: 3px 35px 7px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	text-align: center;
}


.bien , .mal{
	font-size:15px;
	font-family:museo300;
	padding:9px;
	padding-left: 30px;
	padding-right:4px;
	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;
	height: 50px;
	position: absolute;
	top: 80px;
	left: 10px;
	z-index: 1000;
	display:none;
	color:#FFF !important;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	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;
}
.retros{
	position: absolute;
	top: 365px;
	left: 120px;
	height:110px;
	display:none;
	font-family: cinnamon cake;
}
.retros > div {
	color: black !important;
	margin: 5px;
	float: left;
	width: 143px;
	text-align: left;
	padding: 30px 13px 19px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	font-size: 15px;
	font-weight: bold;
	height: 150px;
	background: url(../img/post-it.png) 0 0 no-repeat;
}
.mal{
	background-color: #DD491B !important;
}
.bien{
	background-color: #2EA5BD !important;
}
