@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/bckgr.png) 0 0 no-repeat;
}

/* imagenes seccion 1 y 2*/
.imageItem{
	position:absolute;
	cursor:pointer;
}
.hambre{
	background: url(../img/hambre.png) 0 0 no-repeat;
	width: 218px;
	height: 151px;
}
.gobierno{
	background: url(../img/gobierno.png) 0 0 no-repeat;
	width: 218px;
	height: 151px;
}
.discrim{
	background: url(../img/discrim.png) 0 0 no-repeat;
	width: 218px;
	height: 151px;
}
.centro{
	background: url(../img/centro.png) 0 0 no-repeat;
	width: 161px;
	height: 151px;
}
.sandy{
	background: url(../img/sandy.png) 0 0 no-repeat;
	width: 161px;
	height: 151px;
}
/*posiciones de imagenes en seccion 1*/
div.imgSecc1 > div.hambre{
	top: 50px;
	left: 34px;
}
div.imgSecc1 > div.gobierno{
	top: 50px;
	left: 286px;
}
div.imgSecc1 > div.discrim{
	top: 50px;
	right: 30px;
}
div.imgSecc1 > div.centro{
	top: 300px;
	left: 64px;
}
div.imgSecc1 > div.sandy{
	top: 300px;
	left: 318px;
}
/* area iagen larger seccion 1*/
.imgLrgr{ display:none; }
.imagenLarger{
	position: absolute;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	left: 34px;
}
.encabezado{
	font-size: 45px;
	font-family: museo300;
	margin: 10px 31px;
	line-height: 40px;
}
.lb_container{
	width: 93%;
	height: 95%;
	background:url(../img/periodico.png) 0 0 no-repeat;
	position: absolute;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: none;
	top: 15px;
	left: 27px;
	z-index: 10;
}

div.hambre_lar > img{
	height: 267px;
}
div.gobierno_lar > img{
	height: 328px;
}
div.discrim_lar > img{
	height: 411px;
	margin-left: 39px;
}
div.centro_lar > img{
	height: 363px;
	margin-left: 50px;
}
div.sandy_lar > img{
	height: 372px;
	margin-left: 120px;
}
/* calses generales para areas de texto*/
.areaInput{
	position:absolute;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:10px;
	-moz-box-shadow: 3px 3px 0px #404040;
	-webkit-box-shadow: 3px 3px 0px #404040;
	box-shadow: 3px 3px 0px #404040;
	background-image: url(../img/pagina1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.textArea{
	height: 100%;
	width:100%;
	background-color: transparent;
	/*font-family: cinnamon cake;
	font-size: 16px;*/
	font:14px trade;
	resize: none;
	overflow-x:hidden;
	overflow-y:hidden;
}

/* text area seccion 3*/
div.areaInput2 > div.areaInput > textarea.textArea{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/*areas de texto seccion 1*/
div.areaInput1 > div.areaInput{
	width:200px;
	height:60px;
}
div.areaInput1 > div.areaInput > textarea.textArea{
	width: 100%;
}

.hambreInp{
	top: 200px;
	left: 27px;
}
.gobiernoInp{
	top: 200px;
	left: 281px;
}
.discrimInp{
	top: 200px;
	right: 34px;
}
.centroInp{
	bottom: 30px;
	left: 27px;
}
.sandyInp{
	bottom: 30px;
	left: 281px
}
/*botonexs seccion 1*/
.botones{
	background:#FF6699;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow:    4px 2px 7px #404040;
  	-webkit-box-shadow: 4px 2px 7px #404040;
  	box-shadow:         4px 2px 7px #404040;
	position:absolute;
	width:129px;
	padding: 16px 34px;
	text-align: center;
	font-family:museo300;
	font-size:17px;
	color:#fff !important;
	cursor:pointer;
}
.botonUp{ 
	left: 548px;
	bottom: 192px; }
.botonDown{
	left: 548px;
	bottom: 124px;}

/* posiciones de imágenes de seccion 2*/
.posImg1{
	top: 22px;	left: 30px;
}
.posImg2{
	top: 22px;	left: 282px;
}
.posImg3{
	top: 22px; 	left: 540px;
}
.posImg4{
	bottom: 43px; 	left: 30px;
}
.posImg5{
	bottom: 43px; 	left: 282px;
}
/* areas drop de seccio 2*/
.drops{
	position:absolute;
}
.drop{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 2px dashed #FF6699;
	width: 140px;
	height: 44px;
	position: absolute;
}
.drags{
	position: absolute;
	top: 240px;
	left: 22px;
}
.drag{
	width: 144px;
	height: 29px;
	background: #FF6699;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 4px 2px 7px #404040;
	-webkit-box-shadow: 4px 2px 7px #404040;
	box-shadow: 4px 2px 7px #404040;
	text-align: center;
	display: inline-block;
	font-family: trade;
	font-size: 21px;
	padding: 9px 0px;
	cursor: pointer;
}

/* posiciones de drops seccion 2*/
.posDrop1{
	top: 172px; 	left: 29px;
}
.posDrop2{
	top: 172px; 	left: 282px;
}
.posDrop3{
	top: 172px; 	left: 545px;
}
.posDrop4{
	top: 315px; 	left: 30px;
}
.posDrop5{
	top: 315px; 	left: 282px;
}
.descripcion{
	position: absolute;
	top: 315px;
	left: 503px;
	/*height: 66px;*/
	height: 45px;
	width: 231px;
	display: none;
	padding: 15px;
	text-align: center;
	font-family:trade;
	font-size:14px;
	/*font: 16px trade;*/
	-moz-box-shadow: 4px 2px 7px #404040;
	-webkit-box-shadow: 4px 2px 7px #404040;
	box-shadow: 4px 2px 7px #404040;
	background: url(../img/periodico.png) -47px 0 no-repeat;
	
	color: #3D2914 !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

}
/*posiciones de imagenes en seccion 3*/
div.imgSecc3 > div.hambre{
	background-size: 161px auto;
	top: 252px;
	left: 137px;
	width: 162px;
	height: 114px;
}
div.imgSecc3 > div.gobierno{
	background-size: 161px auto;
	bottom: 84px;
	left: 137px;
	width: 162px;
	height: 114px;
}
div.imgSecc3 > div.discrim{
	background-size: 161px auto;
	bottom: 304px;
	left: 25px;
	width: 162px;
	height: 114px;
}
div.imgSecc3 > div.centro{
	background-size: auto 114px;
	top: 252px;
	left: 25px;
	width: 118px;
	height: 115px;
}
div.imgSecc3 > div.sandy{
	background-size: auto 114px;
	bottom: 304px;
	left: 182px;
	width: 118px;
	height: 115px;
}
/*areas de texto seccion 3*/
div.areaInput2 > div.areaInput{
	width: 407px;
	height: 354px;
	top: 140px;
	left: 306px;
}
div.areaInput2 > div.areaInput > textarea.textArea{
	width: 219px;
	height: 338px;
	border: 2px solid #C7C37C;
	padding: 6px;
}
.imagenSel{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 162px;
	height: 155px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.bordecito{ border: 1px dashed #000; }

.btnTecnica{
	top: 56px;
	left: 29px;
}
.infoTecnica{
	background: #FFB2CC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 3px 3px 0px #404040;
	-webkit-box-shadow: 3px 3px 0px #404040;
	box-shadow: 3px 3px 0px #404040;
	position: absolute;
	width: 498px;
	padding: 9px;
	top: 40px;
	left: 233px;
	display: none;
}
/* div para impresion*/
#printframe{ display:none;}

/* anteriores*/
.input{
	-moz-user-select:text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-o-user-select: text;
	cursor:text;
}
#footerButtons img{
	cursor:pointer;
}
.continuar{
	position: absolute;
	bottom: 20px;
	right: 120px;
	z-index: 100;
}
.reiniciar{
	position: absolute;
	bottom: 77px;
	right: 44px;
	z-index: 1;
}
.p3{
	bottom: 52px;
	right: 63px;
}


.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: 200px;
	text-align:left;
	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: #F90 !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: -16px;
	top: -17px;
	cursor:pointer;
	width: 35px;
	height: 35px;
}
