•/*****************FUENTES*****************/
@font-face {
	font-family: "avenir";
	src: url("fonts/avenirltstd-book.eot"), url("avenirltstd-book.ttf"), url("avenirltstd-book.otf");
}
@font-face {
	font-family: "museo";
	src: url("fonts/museo.eot"), url("museo.ttf"), url("museo.otf");
}
@font-face {
	font-family: "trebuc";
	src: url("fonts/trebuc.eot"), url("fonts/trebuc.ttf");
}
@font-face {font-family: "UniSansRegular"; src: url("fonts/UniSansRegular.otf"), url("fonts/UniSansRegular.ttf");}
@font-face {font-family: "UniSansBold"; src: url("fonts/UniSansBold.otf"), url("fonts/UniSansBold.ttf");}
@font-face {font-family: "UniSansBoldItalic"; src: url("fonts/UniSansBoldItalic.otf"), url("UniSansBoldItalic.ttf");}
@font-face {font-family: "UniSansLight"; src: url("fonts/UniSansLight.otf"), url("fonts/UniSansLight.ttf");}
@font-face {font-family: "UniSansBook"; src: url("fonts/UniSansBook.otf"), url("fonts/UniSansBook.ttf");}
@font-face {font-family: "UniSansBookItalic"; src: url("fonts/UniSansBookItalic.otf"), url("fonts/UniSansBookItalic.ttf");}
@font-face {font-family: "UniSansHeavyItalic"; src: url("fonts/UniSansHeavyItalic.otf"), url("fonts/UniSansHeavyItalic.ttf");}
@font-face {font-family: "UniSansLightItalic"; src: url("fonts/UniSansLightItalic.otf"), url("fonts/UniSansLightItalic.ttf");}
@font-face{font-family:"UniSansRegularItalic";src: url("fonts/UniSansRegularItalic.otf"),url("fonts/UniSansRegularItalic.ttf");}
@font-face{font-family: "UniSansSemiBold"; src: url("fonts/UniSansSemiBold.otf"), url("fonts/UniSansSemiBold.ttf");}
@font-face{font-family:"UniSansSemiBoldItalic";src:url("fonts/UniSansSemiBoldItalic.otf"),url("fonts/UniSansSemiBoldItalic.ttf");}
@font-face{font-family: "UniSansThin"; src: url("fonts/UniSansThin.otf"), url("fonts/UniSansThin.ttf");}
@font-face{font-family: "UniSansThinItalic"; src: url("fonts/UniSansThinItalic.otf"), url("fonts/UniSansThinItalic.ttf");}


@font-face {
    font-family: 'Nexa-Bold';
    src: url('fonts/NexaBold-webfont.eot');
    src: url('fonts/NexaBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NexaBold-webfont.woff2') format('woff2'),
         url('fonts/NexaBold-webfont.woff') format('woff'),
         url('fonts/NexaBold-webfont.ttf') format('truetype'),
         url('fonts/NexaBold-webfont.svg#Nexa-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa-Light';
    src: url('fonts/NexaLight-webfont.eot');
    src: url('fonts/NexaLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NexaLight-webfont.woff2') format('woff2'),
         url('fonts/NexaLight-webfont.woff') format('woff'),
         url('fonts/NexaLight-webfont.ttf') format('truetype'),
         url('fonts/NexaLight-webfont.svg#Nexa-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa-Regular';
    src: url('fonts/NexaRegular-webfont.eot');
    src: url('fonts/NexaRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NexaRegular-webfont.woff2') format('woff2'),
         url('fonts/NexaRegular-webfont.woff') format('woff'),
         url('fonts/NexaRegular-webfont.ttf') format('truetype'),
         url('fonts/NexaRegular-webfont.svg#Nexa-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {background-color: #CCC;}

* {
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

/*****************ELEMENTOS INDEX*****************/

#Area_splash {
	background-color: #8F3DB0;
	background-image: url("splash.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Nexa-Regular;
	font-size: 14px;
	height: 433px;
	left: 0px;
	position: absolute;
	top: 81px;
	width: 100%;
	display:none;	
}
	
/*****************ESTRUCTURA*****************/

#imagen_fondo{
/*background-image: url("img/fondo1.jpg");*/
position:absolute;
background-repeat: no-repeat;
position:relative;
height: 568px;
top:131px;
left:69px;	
}

#all {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 560px;
	left: 0;
	position: absolute;
	width: 790px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
	border-radius: 15px 15px 0px 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	padding: 0px;
  z-index: 0;
}

#Encabezado {
	font: 24px avenir,arial;
	height: 82px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 24px;
	line-height: normal;
	font-family: verdana, arial;
	width: 790px;
	color: rgb(0, 0, 0);
	text-align: left;
	padding: 25px 0px 25px 30px;
	border-radius: 15px 15px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(200, 198, 198);
	background-image: url(img/santillana.png);
	background-color: white;
	background-position: 620px 22px;
	background-repeat: no-repeat;
}

#Instruccion {
	background-color: #ff1d98;
	color: #FFFFFF;
	font-family: Nexa-Regular;
	height: 60px;
	left: 0px;
	position: absolute;
	top: 82px;
	width: 100%;	
}
#txt_Inst, #txt_InstIndex{
	font-family: Nexa-Regular;
	font-size: 18px;
	position: absolute;
	width: 89%;
	margin-left: 35px;
	margin-top: 8px;
}
#Actividad {
   	background-color:#373737;
	color: #FFFFFF;
	font-family: Nexa-Regular;
	font-size: 14px;
	height: 372px;
	left: 0px;
	position: absolute;
	top: 142px;
	width: 100%;
}

/*****************RETROALIMENTACIONES*****************/

.retro,
#retroModal {
	font-family: Nexa-Regular;
	position: absolute;
	min-height: 20px;
	width: 40%;
	padding: 32px 20px;
	margin: -286px;
	left: 520px;
	top: 392px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 999;
	letter-spacing: 0px;
}

.retro_correcta {
	background-color: #129af0;
	color: #FFFFFF;
		
}

.retro_incorrecta {
	background-color: #999999;
	color: #FFFFFF;
}

.retro_pregunta {
	background-color: #F09012;
	color: #FFFFFF;
}

#txt_retros{
	font-family: Nexa-Regular;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

/*****************BOTONES*****************/

#botonera{
	position:absolute;
	height: 46px;
	top: 514px;
	left: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(200, 198, 198);
	background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(224, 224, 224) 50%, rgb(216, 215, 215) 75%, rgb(216, 		215, 215) 100%);
	background:-moz-linear-gradient(top, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
	background:-o-linear-gradient(top, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
	background:-ms-linear-gradient(top, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
	background:DXImageTransform.Microsoft.gradient(top, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
  z-index: 1;
}

#botonera .botones-container {
	text-align: center;
}

#botonera .boton {
	display: inline-block;
	margin: 0 -2px;
	padding: 0;
	width: 66px;
	height: 47px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#inicioBtn {
	background-image: url("ob/iniciar.png");
	background-repeat: no-repeat;
	cursor: pointer;
	height: 47px;
	width: 66px;
	top: 0px;
	left:362px;
	position: absolute;
}
#closeBtn{
	background-image: url("ob/close.png");
	background-repeat: no-repeat;
	height: 20px;
	right: 5px;
	top: 10px;
	width: 18px;
	cursor: pointer;
	position: absolute;
}
#homeBtn {
	background-image: url("ob/home.png");
}
#checkBtn {
	background-image: url("ob/comprobar.png");
}
#restartBtn {
	background-image: url("ob/restart.png");
}
#solutionBtn {
	background-image: url("ob/solution.png");
}
#regresaBtn {
	background-image: url("ob/back.png");
}
#avanzaBtn {
	background-image: url("ob/next.png");
}
#imprimeBtn {
	background-image: url("ob/print.png");
}

/*********************************************/

td {
	text-align: center;
	vertical-align: middle;
}
img {

}
#txt_div{
	color: #000000;
	font: 11px verdana;
	height: 234px;
	left: 489px;
	overflow-y: scroll;
	position: absolute;
	top: 121px;
	width: 220px;
}

/*****************CUADROS, POP-UP*****************/

.elemento1 {background-color: #b31287;color: #FFFFFF;position: absolute;height: 120px;top: 203px;left: -407px;width: 200px;}
.elemento2 {background-color: #7f42b3;color: #FFFFFF;position: absolute;height: 120px;top: 203px;left: -158px;width: 200px;}
.elemento3 {background-color: #12b380;color: #FFFFFF;position: absolute;height: 120px;top: 203px;left: 100px;width: 200px;}

#elementos{	
	position: absolute;
	width: 235px;
	margin-left: -12px;
	margin-top: 0px;
	text-align: center;
}
#txt_elementos{	
	position: absolute;
	width: 166px;
	margin-left: 16px;
	margin-top: 35px;
}

/*****************ELEMENTOS VIDEO*****************/


#videoInterac{
	position: absolute;
	top:12px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#videoCont{
	position: absolute;
	top: 100px;
	left: 100px;
	height: 50%;
	width:  50%;
}

#videoBuffer{
	width: 250px;
	height: 4px;
	background-color: #d5d5d5;
	position: absolute;
	top:0%;
	left:10px;
	border-width: 1px;
	border-style: solid;
	border-color: #b8b8b8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	//opacity: 0;
}
#videoBufferMov{
	width: 0px;
	height: 4px;
	background-color:#71bf43;
	border-width: 1px;
	border-style: solid;
	border-color: #83a2c6;
	position: absolute;
	top:8.5%;
	left:10px;
	z-index: 2;
	border-bottom-left-radius: 6px;
	//border-bottom-right-radius: 6px;
	border-top-left-radius:6px;
	// border-top-right-radius: 6px;
}

#currentBuffer{
	background-image: url("ob/move.png");
	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
	position: absolute;
	left:0px;
	top:-6px;    
}
#currentBufferFake{
	width: 23px;
	height: 46px;
	background-color: #000000;
	position: absolute;
	left:0px;
	top:-13px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius:6px;
	border-top-right-radius: 6px;
	z-index: 13;
	opacity: 0;
}


#controles{
	position: absolute;
	top: 0px;
	left: 155px;
	z-index: 10;
}

#btnPause{
	background-image: url("ob/pass.png");
	background-repeat: no-repeat;
	height: 47px;
	width: 67px;    
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
#btnPlay{
	background-image: url("ob/play.png");
	background-repeat: no-repeat;
	height: 47px;
	width: 67px;    
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	visibility: hidden;
}
#btnStop{
   background-image: url("ob/stop.png");
	background-repeat: no-repeat;
	height: 47px;
	width: 67px;
	position: absolute;
	top: 0px;
	left: 66px;
	cursor: pointer;

}
#btnVolumeLow{
	background-image: url("ob/mute.png");
	background-repeat: no-repeat;
	height: 47px;
	width: 67px;
	position: absolute;
	top: 0px;
	left: 132px;
	cursor: pointer;
}
#btnVolumeLoud{
	background-image: url("ob/audio.png");
	background-repeat: no-repeat;
	height: 47px;
	width: 67px;
	position: absolute;
	top: 0px;
	left: 132px;
	cursor: pointer;
	visibility: hidden;
}
#barra{
	position: absolute;
	top: 21px;
	left: 220px;
}

.overlayBG {
	position: absolute;
	top: 141px;
	left: 0;
	width: 100%;
	height: 373px;
	z-index: 100;
	background-color: #000;
	opacity: 0.7;
}

/* ==============================================================
			Animaciones
================================================================= */

@keyframes blink {
    0% { 
    	-webkit-filter: drop-shadow(0 0 0 rgba(254,230,0,1));
		filter: drop-shadow(0 0 0 rgba(254,230,0,1));
		-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0,
		Color='#FFF')";
		filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#FEE600')"
    }
    50% { 
    	-webkit-filter: drop-shadow(0 0 20px rgba(254,230,0,1));
		filter: drop-shadow(0 0 20px rgba(254,230,0,1));
		-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1,
		Color='#FEE600')";
		filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#FEE600')"
    }
    100% { 
    	-webkit-filter: drop-shadow(0 0 0 rgba(254,230,0,1));
		filter: drop-shadow(0 0 0 rgba(254,230,0,1));
		-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0,
		Color='#FEE600')";
		filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#FEE600')"
    }
}

@-webkit-keyframes blink {
    0% { 
    	-webkit-filter: drop-shadow(0 0 0 rgba(254,230,0,1));
		filter: drop-shadow(0 0 0 rgba(254,230,0,1));
		-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0,
		Color='#FEE600')";
		filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#FEE600')"
    }
    50% { 
    	-webkit-filter: drop-shadow(0 0 20px rgba(254,230,0,1));
		filter: drop-shadow(0 0 20px rgba(254,230,0,1));
		-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1,
		Color='#FEE600')";
		filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#FEE600')"
    }
    100% { 
    	-webkit-filter: drop-shadow(0 0 0 rgba(254,230,0,1));
		filter: drop-shadow(0 0 0 rgba(254,230,0,1));
		-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0,
		Color='#FEE600')";
		filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#FEE600')"
    }
}

@keyframes faro {
    0% { 
    	opacity: 0;
    }
    50% { 
    	opacity: 1;
    }
    100% { 
    	opacity: 0;
    }
}

@-webkit-keyframes faro {
    0% { 
    	opacity: 0;
    }
    50% { 
    	opacity: 1;
    }
    100% { 
    	opacity: 0;
    }
}

@keyframes opacityAnimation {
    0% { 
    	opacity: 0;
    }
    50% { 
    	opacity: 1;
    }
    100% { 
    	opacity: 0;
    }
}

@-webkit-keyframes opacityAnimation {
    0% { 
    	opacity: 0;
    }
    50% { 
    	opacity: 1;
    }
    100% { 
    	opacity: 0;
    }
}

.blink {
	-webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    -ms-animation: blink 2s linear infinite;
    -o-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
}

.main-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 515px;
    width: 100%;
	background-color: transparent;
	display: none;
	z-index: 99;
}

/* ==============================================================
			Sección 1
================================================================= */

#seccion1 #Actividad {
	background-color: #373737;
	position: relative;
}

/* ==============================================================
			Sección 2
================================================================= */

#seccion2 #Actividad {
	background-color: #373737;
	position: relative;
}

/* ==============================================================
			Sección 3
================================================================= */

#seccion3 #Actividad {
	background-color: #3D3D3D;
	position: relative;
}

#seccion3 #instruccion {
	z-index: 9;
}

#seccion3 .instrucciones {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(11, 200, 255, 0.81);
    padding: 8px 10px;
    text-align: center;
}

/* Estilos de las actividades */
/* Depurar elementos */

.debug, .debug * {
  outline: 1px solid rgba(0,0,0,0.35);
}

*:focus, :focus { outline: 0; }

/* Actividades */

.actividad { 
  /* background-color:rgba(127,194,222,1.00);*/
}

.video-player { position: relative;}

.video-controls { display: block; cursor: pointer; position: absolute; top: 20px; right: 90px; z-index: 100; color: #fff; font-size: 16px; background: rgba(0,0,0,0.3); padding: 0; margin: 0; border-radius: 10px; text-align: center; width: 32px; height: 32px; line-height: 32px; } 
.video-controls i { line-height: 32px;}
.fa-pause { display: none;}


.pagina-1,
.pagina-2, 
.pagina-3, 
.pagina-4, 
.pagina-5 {
  display: none;
}


#botonera #restartBtn.boton,
#botonera #avanzaBtn.boton {
  display: none;
}


/* Video inicial */

.texto-inicial {
  display: none;
  position: absolute;
  top: 30px;
  width: 80%;
  left: 10%;
  text-align: center;
  font-family: Nexa-Regular; 
  font-size:24px !important;
  z-index: 200;
  color: #fff;
  font-weight: bold;
  background: rgba(0,0,0,0.65);
  padding: 0.5em;
  border-radius: 4px;
}

/* Sección 1 - Video  */
.animacion {
  width: 790px; 
  display: block; 
  margin: 0 auto;
}

/* Sección 2 - Hotspot */
#descartar-objetos {
  position: absolute;
  top: 142px;
  left: 0;
  width: 790px;
  height: 372px;
}

.fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 790px;
  height: 372px;
}

.puesto {
  position: absolute;
  top: 30px;
  left: 150px;
  width: 610px;
  height: 291px;
  z-index: 1;
}

.elementos-a-buscar {
  display: none;
  position: absolute;
  text-transform: uppercase;
  background: #fff;
  padding: 4px 28px;
  z-index: 10;
  outline: 2px solid #ff1d98;
  font-family: Nexa-Regular;
  color: #ff1d98;
  box-shadow: 0 4px 8px rgba(0,0,0,0.35);
}

.escenario-cereales {
  top: 45px;
  left: 420px;  
}

.escenario-frutas {
  top: 45px;
  left: 430px;  
}

.escenario-verduras {
  top: 45px;
  left: 430px;
}

.escenario-leguminosas {
  top: 45px;
  left: 400px;    
}

.escenario-animales {
  top: 45px;
  left: 326px;      
}


.bolsa {
  position: absolute;
  z-index: 50;
  top: 182px;
  left: 88px;
}

.elemento-hotspot {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}

.elemento-fondo-izquierda,
.elemento-fondo-derecha,
.elemento-fantasma {
  display: block;
  cursor: pointer;
  position: absolute;  
  z-index: 1;
}

.elemento-en-posicion {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 20;
}

.elemento-para-animar {
  z-index: 20;
}

/* CEREALES */
/* Anaquel superior */
.cereales-hotspot_queso {     top: 116px; left: 260px;  width: 60px;}
.cereales-hotspot_platano {   top: 104px;  left: 330px;  width: 50px;}
.cereales-hotspot_carne {     top: 104px; left: 390px;  width: 50px;}
.cereales-hotspot_frijol {    top: 93px; left: 450px;  width: 50px;}
.cereales-hotspot_chicharo {  top: 120px; left: 510px;  width: 50px;}
.cereales-hotspot_brocoli {   top: 111px;  left: 575px;  width: 50px;}
.cereales-hotspot_pan {       top: 92px;  left: 630px;  width: 110px;}
/* Anaquel medio */
.cereales-hotspot_naranjas {  top: 164px; left: 250px; width: 50px;}
.cereales-hotspot_lentejas {  top: 149px; left: 300px; width: 50px;} 
.cereales-hotspot_espinaca {  top: 155px; left: 348px; width: 50px;}
.cereales-hotspot_tortillas { top: 160px; left: 394px; width: 50px;}
.cereales-hotspot_garbanzo {  top: 150px; left: 444px; width: 50px;}
.cereales-hotspot_melon {     top: 153px; left: 496px; width: 50px;}
.cereales-hotspot_pasta {     top: 165px; left: 548px; width: 70px;}
.cereales-hotspot_leche {     top: 146px; left: 620px; width: 50px;}
.cereales-hotspot_chorizo {   top: 163px; left: 670px; width: 60px;}
/* Anaquel inferior */
.cereales-hotspot_peras {     top: 222px; left: 250px; width: 50px;}
.cereales-hotspot_huevo {     top: 229px; left: 300px; width: 50px;}
.cereales-hotspot_papaya {    top: 211px; left: 350px; width: 50px;}
.cereales-hotspot_lechuga {   top: 214px; left: 400px; width: 50px;}
.cereales-hotspot_papas {     top: 239px; left: 454px; width: 50px;}
.cereales-hotspot_jitomate {  top: 229px; left: 510px; width: 80px;}
.cereales-hotspot_habas {     top: 214px; left: 595px; width: 50px;} 
.cereales-hotspot_zanahoria { top: 218px; left: 648px; width: 50px;}
.cereales-hotspot_arroz {     top: 220px; left: 690px; width: 90px;}
/* Adicionales */
.cereales-hotspot_envase-1 { top: 45px;  left: 260px; z-index: 3;}
.cereales-hotspot_envase-2 { top: 35px;  left: 350px; z-index: 3;}
.cereales-hotspot_envase-3 { top: 35px;  left: 590px; z-index: 3;}
.cereales-hotspot_guacal-1   { top: 212px; left: 165px; z-index: 10 !important;}
.cereales-hotspot_guacal-2   { top: 142px; left: 165px; z-index: 10 !important;}
.cereales-hotspot_envase-3-2   { top: 110px; left: 176px; width: 80px; z-index: 3;}

/* FRUTAS */
/* Anaquel superior */
.frutas-hotspot_queso {     top: 116px; left: 260px;  width: 60px;}
.frutas-hotspot_platano {   top: 104px;  left: 330px;  width: 50px;}
.frutas-hotspot_carne {     top: 104px; left: 390px;  width: 50px;}
.frutas-hotspot_frijol {    top: 93px; left: 450px;  width: 50px;}
.frutas-hotspot_chicharo {  top: 120px; left: 510px;  width: 50px;}
.frutas-hotspot_brocoli {   top: 111px;  left: 575px;  width: 50px;}
.frutas-hotspot_pan {       top: 92px;  left: 630px;  width: 110px;}
/* Anaquel medio */
.frutas-hotspot_naranjas {  top: 164px; left: 250px; width: 50px;}
.frutas-hotspot_lentejas {  top: 149px; left: 300px; width: 50px;} 
.frutas-hotspot_espinaca {  top: 155px; left: 348px; width: 50px;}
.frutas-hotspot_tortillas { top: 160px; left: 394px; width: 50px;}
.frutas-hotspot_garbanzo {  top: 150px; left: 444px; width: 50px;}
.frutas-hotspot_melon {     top: 153px; left: 496px; width: 50px;}
.frutas-hotspot_pasta {     top: 165px; left: 548px; width: 70px;}
.frutas-hotspot_leche {     top: 146px; left: 620px; width: 50px;}
.frutas-hotspot_chorizo {   top: 163px; left: 670px; width: 60px;}
/* Anaquel inferior */
.frutas-hotspot_peras {     top: 222px; left: 250px; width: 50px;}
.frutas-hotspot_huevo {     top: 229px; left: 300px; width: 50px;}
.frutas-hotspot_papaya {    top: 211px; left: 350px; width: 50px;}
.frutas-hotspot_lechuga {   top: 214px; left: 400px; width: 50px;}
.frutas-hotspot_papas {     top: 239px; left: 454px; width: 50px;}
.frutas-hotspot_jitomate {  top: 229px; left: 510px; width: 80px;}
.frutas-hotspot_habas {     top: 214px; left: 595px; width: 50px;} 
.frutas-hotspot_zanahoria { top: 218px; left: 648px; width: 50px;}
.frutas-hotspot_arroz {      top: 212px; left: 160px; width: 90px;}
/* Adicionales */
.frutas-hotspot_envase-1-a { top: 45px;  left: 275px; }
.frutas-hotspot_envase-1-b { top: 45px;  left: 338px; }
.frutas-hotspot_envase-2-a { top: 45px;  left: 565px; width: 70px; }
.frutas-hotspot_envase-2-b { top: 45px;  left: 607px; width: 70px; }
.frutas-hotspot_envase-3 { top: 185px;  left: 710px; width: 80px;}
.frutas-hotspot_guacal   { top: 220px; left: 695px; }

/* VERDURAS */
/* Anaquel superior */
.verduras-hotspot_queso {     top: 116px; left: 260px;  width: 60px;}
.verduras-hotspot_platano {   top: 104px;  left: 330px;  width: 50px;}
.verduras-hotspot_carne {     top: 104px; left: 390px;  width: 50px;}
.verduras-hotspot_frijol {    top: 93px; left: 450px;  width: 50px;}
.verduras-hotspot_chicharo {  top: 120px; left: 510px;  width: 50px;}
.verduras-hotspot_brocoli {   top: 111px;  left: 575px;  width: 50px;}
.verduras-hotspot_pan {       top: 92px;  left: 630px;  width: 110px;}
/* Anaquel medio */
.verduras-hotspot_naranjas {  top: 164px; left: 250px; width: 50px;}
.verduras-hotspot_lentejas {  top: 149px; left: 300px; width: 50px;} 
.verduras-hotspot_espinaca {  top: 155px; left: 348px; width: 50px;}
.verduras-hotspot_tortillas { top: 160px; left: 394px; width: 50px;}
.verduras-hotspot_garbanzo {  top: 150px; left: 444px; width: 50px;}
.verduras-hotspot_melon {     top: 153px; left: 496px; width: 50px;}
.verduras-hotspot_pasta-1 {   top: 165px; left: 548px; width: 70px;}
.verduras-hotspot_pasta-2 {   top: 165px; left: 590px; width: 70px;}
.verduras-hotspot_leche-1 {   top: 43px; left: 260px; width: 50px;}
.verduras-hotspot_leche-2 {   top: 43px; left: 285px; width: 50px;}
.verduras-hotspot_chorizo {   top: 163px; left: 670px; width: 60px;}
/* Anaquel inferior */
.verduras-hotspot_peras {     top: 222px; left: 250px; width: 50px;}
.verduras-hotspot_huevo {     top: 229px; left: 300px; width: 50px;}
.verduras-hotspot_papaya {    top: 211px; left: 350px; width: 50px;}
.verduras-hotspot_lechuga {   top: 214px; left: 400px; width: 50px;}
.verduras-hotspot_papas {     top: 239px; left: 454px; width: 50px;}
.verduras-hotspot_jitomate {  top: 229px; left: 510px; width: 80px;}
.verduras-hotspot_habas {     top: 214px; left: 595px; width: 50px;} 
.verduras-hotspot_zanahoria { top: 218px; left: 648px; width: 50px;}
.verduras-hotspot_arroz {     top: 142px; left: 160px; width: 90px;}
/* Adicionales */
.verduras-hotspot_envase-1 { top: 192px;  left: 720px; width: 60px; }
.verduras-hotspot_envase-2 { top: 35px;  left: 350px; }
.verduras-hotspot_envase-3 { top: 35px;  left: 590px; }
.verduras-hotspot_guacal-1   { top: 212px; left: 160px; z-index: 10 !important;}    
.verduras-hotspot_guacal-2   { top: 220px; left: 695px; z-index: 10 !important;}    

/* LEGUMINOSAS */
/* Anaquel superior */
.leguminosas-hotspot_queso {     top: 116px; left: 260px;  width: 60px;}
.leguminosas-hotspot_platano {   top: 104px;  left: 330px;  width: 50px;}
.leguminosas-hotspot_carne {     top: 104px; left: 390px;  width: 50px;}
.leguminosas-hotspot_frijol {    top: 93px; left: 450px;  width: 50px;}
.leguminosas-hotspot_chicharo {  top: 120px; left: 510px;  width: 50px;}
.leguminosas-hotspot_brocoli {   top: 111px;  left: 575px;  width: 50px;}
.leguminosas-hotspot_pan {       top: 92px;  left: 630px;  width: 110px;}
/* Anaquel medio */
.leguminosas-hotspot_naranjas {  top: 164px; left: 250px; width: 50px;}
.leguminosas-hotspot_lentejas {  top: 149px; left: 300px; width: 50px;} 
.leguminosas-hotspot_espinaca {  top: 155px; left: 348px; width: 50px;}
.leguminosas-hotspot_tortillas { top: 160px; left: 394px; width: 50px;}
.leguminosas-hotspot_garbanzo {  top: 150px; left: 444px; width: 50px;}
.leguminosas-hotspot_melon {     top: 153px; left: 496px; width: 50px;}
.leguminosas-hotspot_pasta-1 {     top: 165px; left: 548px; width: 70px;}
.leguminosas-hotspot_pasta-2 {   top: 165px; left: 590px; width: 70px;}
.leguminosas-hotspot_leche-1 {     top: 102px; left: 175px; width: 50px;}
.leguminosas-hotspot_leche-2 {     top: 102px; left: 199px; width: 50px;}
.leguminosas-hotspot_chorizo {   top: 163px; left: 670px; width: 60px;}
/* Anaquel inferior */
.leguminosas-hotspot_peras {     top: 222px; left: 250px; width: 50px;}
.leguminosas-hotspot_huevo {     top: 229px; left: 300px; width: 50px;}
.leguminosas-hotspot_papaya {    top: 211px; left: 350px; width: 50px;}
.leguminosas-hotspot_lechuga {   top: 214px; left: 400px; width: 50px;}
.leguminosas-hotspot_papas {     top: 239px; left: 454px; width: 50px;}
.leguminosas-hotspot_jitomate {  top: 229px; left: 510px; width: 80px;}
.leguminosas-hotspot_habas {     top: 214px; left: 595px; width: 50px;} 
.leguminosas-hotspot_zanahoria { top: 218px; left: 648px; width: 50px;}
.leguminosas-hotspot_arroz {     top: 160px; left: 720px; width: 90px;}
/* Adicionales */
.leguminosas-hotspot_envase-1 { top: 45px;  left: 260px; }
.leguminosas-hotspot_envase-2 { top: 35px;  left: 350px; }
.leguminosas-hotspot_envase-3 { top: 35px;  left: 590px; }
.leguminosas-hotspot_guacal-1 { top: 220px; left: 710px; }    
.leguminosas-hotspot_guacal-2 { top: 143px; left: 165px; z-index: 10 !important;}    
.leguminosas-hotspot_guacal-3 { top: 212px; left: 165px; z-index: 10 !important;}
     
/* ALIMENTOS DE ORIGEN ANIMAL */
/* Anaquel superior */
.animal-hotspot_queso {     top: 116px; left: 260px;  width: 60px;}
.animal-hotspot_platano {   top: 104px;  left: 330px;  width: 50px;}
.animal-hotspot_carne {     top: 104px; left: 390px;  width: 50px;}
.animal-hotspot_frijol {    top: 93px; left: 450px;  width: 50px;}
.animal-hotspot_chicharo {  top: 120px; left: 510px;  width: 50px;}
.animal-hotspot_brocoli {   top: 111px;  left: 575px;  width: 50px;}
.animal-hotspot_pan {       top: 45px;  left: 600px; width: 110px;}
/* Anaquel medio */
.animal-hotspot_naranjas {  top: 164px; left: 250px; width: 50px;}
.animal-hotspot_lentejas {  top: 149px; left: 300px; width: 50px;} 
.animal-hotspot_espinaca {  top: 155px; left: 348px; width: 50px;}
.animal-hotspot_tortillas { top: 160px; left: 394px; width: 50px;}
.animal-hotspot_garbanzo {  top: 150px; left: 444px; width: 50px;}
.animal-hotspot_melon {     top: 153px; left: 496px; width: 50px;}
.animal-hotspot_pasta {     top: 165px; left: 548px; width: 70px;}
.animal-hotspot_leche {     top: 146px; left: 620px; width: 50px;}
.animal-hotspot_chorizo {   top: 163px; left: 670px; width: 60px;}
/* Anaquel inferior */
.animal-hotspot_peras {     top: 222px; left: 250px; width: 50px;}
.animal-hotspot_huevo {     top: 229px; left: 300px; width: 50px;}
.animal-hotspot_papaya {    top: 211px; left: 350px; width: 50px;}
.animal-hotspot_lechuga {   top: 214px; left: 400px; width: 50px;}
.animal-hotspot_papas {     top: 239px; left: 454px; width: 50px;}
.animal-hotspot_jitomate { top: 63px;  left: 350px; width: 80px;}
.animal-hotspot_habas {     top: 214px; left: 595px; width: 50px;} 
.animal-hotspot_zanahoria { top: 218px; left: 648px; width: 50px;}
.animal-hotspot_arroz {  top: 157px; left: 720px;  width: 90px; }
/* Adicionales */
.animal-hotspot_envase-1 {  top: 219px; left: 515px; width: 70px;}
.animal-hotspot_envase-2 { top: 45px;  left: 260px; width: 70px; }
.animal-hotspot_envase-3 { top: 100px;  left: 640px; width: 80px; }
.animal-hotspot_guacal-1   { top: 220px; left: 710px; z-index: 10 !important; }    
.animal-hotspot_guacal-2   { top: 212px; left: 165px; z-index: 10 !important;}    


/* Elementos de fondo izquierda "ornamentación" restar 5 */

/* CEREALES */
/* Anaquel superior */
.elemento-fondo-izquierda.cereales-hotspot_queso {     top: 116px; left: 255px;  width: 60px;}
.elemento-fondo-izquierda.cereales-hotspot_platano {   top: 104px;  left: 325px;  width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_carne {     top: 104px; left: 385px;  width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_frijol {    top: 93px; left: 445px;  width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_chicharo {  top: 120px; left: 505px;  width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_brocoli {   top: 111px;  left: 570px;  width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_pan {       top: 92px;  left: 625px;  width: 110px;}
/* Anaquel medio */
.elemento-fondo-izquierda.cereales-hotspot_naranjas {  top: 164px; left: 245px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_lentejas {  top: 149px; left: 295px; width: 50px;} 
.elemento-fondo-izquierda.cereales-hotspot_espinaca {  top: 155px; left: 343px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_tortillas { top: 160px; left: 389px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_garbanzo {  top: 150px; left: 439px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_melon {     top: 153px; left: 491px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_pasta {     top: 165px; left: 543px; width: 70px;}
.elemento-fondo-izquierda.cereales-hotspot_leche {     top: 146px; left: 615px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_chorizo {   top: 163px; left: 665px; width: 60px;}
/* Anaquel inferior */ 
.elemento-fondo-izquierda.cereales-hotspot_peras {     top: 222px; left: 245px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_huevo {     top: 229px; left: 295px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_papaya {    top: 211px; left: 345px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_lechuga {   top: 214px; left: 395px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_papas {     top: 239px; left: 449px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_jitomate {  top: 229px; left: 505px; width: 80px;}
.elemento-fondo-izquierda.cereales-hotspot_habas {     top: 214px; left: 590px; width: 50px;} 
.elemento-fondo-izquierda.cereales-hotspot_zanahoria { top: 218px; left: 643px; width: 50px;}
.elemento-fondo-izquierda.cereales-hotspot_arroz {     top: 220px; left: 685px; width: 90px;}
/* Adicionales */ 
.elemento-fondo-izquierda.cereales-hotspot_envase-1 { top: 45px;  left: 255px; }
.elemento-fondo-izquierda.cereales-hotspot_envase-2 { top: 35px;  left: 345px; }
.elemento-fondo-izquierda.cereales-hotspot_envase-3 { top: 35px;  left: 585px; }
.elemento-fondo-izquierda.cereales-hotspot_guacal-1   { top: 212px; left: 160px; z-index: 10 !important; }
.elemento-fondo-izquierda.cereales-hotspot_guacal-2   { top: 142px; left: 160px; z-index: 10 !important; }    
.elemento-fondo-izquierda.cereales-hotspot_envase-3-2   { top: 110px; left: 171px; width: 80px;}

/* FRUTAS */ 
/* Anaquel superior */
.elemento-fondo-izquierda.frutas-hotspot_queso {     top: 116px; left: 255px;  width: 60px;}
.elemento-fondo-izquierda.frutas-hotspot_platano {   top: 104px;  left: 325px;  width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_carne {     top: 104px; left: 385px;  width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_frijol {    top: 93px; left: 445px;  width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_chicharo {  top: 120px; left: 505px;  width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_brocoli {   top: 111px;  left: 570px;  width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_pan {       top: 92px;  left: 625px;  width: 110px;}
/* Anaquel medio */ 
.elemento-fondo-izquierda.frutas-hotspot_naranjas {  top: 164px; left: 245px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_lentejas {  top: 149px; left: 295px; width: 50px;} 
.elemento-fondo-izquierda.frutas-hotspot_espinaca {  top: 155px; left: 343px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_tortillas { top: 160px; left: 389px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_garbanzo {  top: 150px; left: 439px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_melon {     top: 153px; left: 491px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_pasta {     top: 165px; left: 543px; width: 70px;}
.elemento-fondo-izquierda.frutas-hotspot_leche {     top: 146px; left: 615px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_chorizo {   top: 163px; left: 665px; width: 60px;}
/* Anaquel inferior */ 
.elemento-fondo-izquierda.frutas-hotspot_peras {     top: 222px; left: 245px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_huevo {     top: 229px; left: 295px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_papaya {    top: 211px; left: 345px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_lechuga {   top: 214px; left: 395px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_papas {     top: 239px; left: 449px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_jitomate {  top: 229px; left: 505px; width: 80px;}
.elemento-fondo-izquierda.frutas-hotspot_habas {     top: 214px; left: 590px; width: 50px;} 
.elemento-fondo-izquierda.frutas-hotspot_zanahoria { top: 218px; left: 643px; width: 50px;}
.elemento-fondo-izquierda.frutas-hotspot_arroz {      top: 212px; left: 155px; width: 90px;}
/* Adicionales */ 
.elemento-fondo-izquierda.frutas-hotspot_envase-1-a { top: 45px;  left: 270px; }
.elemento-fondo-izquierda.frutas-hotspot_envase-1-b { top: 45px;  left: 333px; }
.elemento-fondo-izquierda.frutas-hotspot_envase-2-a { top: 45px;  left: 560px; width: 70px; }
.elemento-fondo-izquierda.frutas-hotspot_envase-2-b { top: 45px;  left: 602px; width: 70px; }
.elemento-fondo-izquierda.frutas-hotspot_envase-3 { top: 185px;  left: 705px; width: 80px;}
.elemento-fondo-izquierda.frutas-hotspot_guacal   { top: 220px; left: 690px; }

/* VERDURAS */
/* Anaquel superior */ 
.elemento-fondo-izquierda.verduras-hotspot_queso {     top: 116px; left: 255px;  width: 60px;}
.elemento-fondo-izquierda.verduras-hotspot_platano {   top: 104px;  left: 325px;  width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_carne {     top: 104px; left: 385px;  width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_frijol {    top: 93px; left: 445px;  width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_chicharo {  top: 120px; left: 505px;  width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_brocoli {   top: 111px;  left: 570px;  width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_pan {       top: 92px;  left: 625px;  width: 110px;}
/* Anaquel medio */
.elemento-fondo-izquierda.verduras-hotspot_naranjas {  top: 164px; left: 245px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_lentejas {  top: 149px; left: 295px; width: 50px;} 
.elemento-fondo-izquierda.verduras-hotspot_espinaca {  top: 155px; left: 343px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_tortillas { top: 160px; left: 389px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_garbanzo {  top: 150px; left: 439px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_melon {     top: 153px; left: 491px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_pasta-1 {   top: 165px; left: 543px; width: 70px;}
.elemento-fondo-izquierda.verduras-hotspot_pasta-2 {   top: 165px; left: 585px; width: 70px;}
.elemento-fondo-izquierda.verduras-hotspot_leche-1 {   top: 43px; left: 255px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_leche-2 {   top: 43px; left: 280px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_chorizo {   top: 163px; left: 665px; width: 60px;}
/* Anaquel inferior */
.elemento-fondo-izquierda.verduras-hotspot_peras {     top: 222px; left: 245px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_huevo {     top: 229px; left: 295px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_papaya {    top: 211px; left: 345px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_lechuga {   top: 214px; left: 395px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_papas {     top: 239px; left: 449px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_jitomate {  top: 229px; left: 505px; width: 80px;}
.elemento-fondo-izquierda.verduras-hotspot_habas {     top: 214px; left: 590px; width: 50px;} 
.elemento-fondo-izquierda.verduras-hotspot_zanahoria { top: 218px; left: 643px; width: 50px;}
.elemento-fondo-izquierda.verduras-hotspot_arroz {     top: 142px; left: 155px; width: 90px;}
/* Adicionales */ 
.elemento-fondo-izquierda.verduras-hotspot_envase-1 { top: 192px;  left: 715px; width: 60px; }
.elemento-fondo-izquierda.verduras-hotspot_envase-2 { top: 35px;  left: 345px; }
.elemento-fondo-izquierda.verduras-hotspot_envase-3 { top: 35px;  left: 585px; }
.elemento-fondo-izquierda.verduras-hotspot_guacal-1   { top: 212px; left: 155px; z-index: 10 !important;}    
.elemento-fondo-izquierda.verduras-hotspot_guacal-2   { top: 220px; left: 690px; z-index: 10 !important;}    

/* LEGUMINOSAS */
/* Anaquel superior */ 
.elemento-fondo-izquierda.leguminosas-hotspot_queso {     top: 116px; left: 255px;  width: 60px;}
.elemento-fondo-izquierda.leguminosas-hotspot_platano {   top: 104px;  left: 325px;  width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_carne {     top: 104px; left: 385px;  width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_frijol {    top: 93px; left: 445px;  width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_chicharo {  top: 120px; left: 505px;  width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_brocoli {   top: 111px;  left: 570px;  width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_pan {       top: 92px;  left: 625px;  width: 110px;}
/* Anaquel medio */ 
.elemento-fondo-izquierda.leguminosas-hotspot_naranjas {  top: 164px; left: 245px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_lentejas {  top: 149px; left: 295px; width: 50px;} 
.elemento-fondo-izquierda.leguminosas-hotspot_espinaca {  top: 155px; left: 343px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_tortillas { top: 160px; left: 389px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_garbanzo {  top: 150px; left: 439px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_melon {     top: 153px; left: 491px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_pasta-1 {     top: 165px; left: 543px; width: 70px;}
.elemento-fondo-izquierda.leguminosas-hotspot_pasta-2 {   top: 165px; left: 585px; width: 70px;}
.elemento-fondo-izquierda.leguminosas-hotspot_leche-1 {     top: 102px; left: 170px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_leche-2 {     top: 102px; left: 196px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_chorizo {   top: 163px; left: 665px; width: 60px;}
/* Anaquel inferior */ 
.elemento-fondo-izquierda.leguminosas-hotspot_peras {     top: 222px; left: 245px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_huevo {     top: 229px; left: 295px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_papaya {    top: 211px; left: 345px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_lechuga {   top: 214px; left: 395px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_papas {     top: 239px; left: 449px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_jitomate {  top: 229px; left: 505px; width: 80px;}
.elemento-fondo-izquierda.leguminosas-hotspot_habas {     top: 214px; left: 590px; width: 50px;} 
.elemento-fondo-izquierda.leguminosas-hotspot_zanahoria { top: 218px; left: 643px; width: 50px;}
.elemento-fondo-izquierda.leguminosas-hotspot_arroz {     top: 160px; left: 715px; width: 90px;}
/* Adicionales */
.elemento-fondo-izquierda.leguminosas-hotspot_envase-1 { top: 45px;  left: 255px; }
.elemento-fondo-izquierda.leguminosas-hotspot_envase-2 { top: 35px;  left: 345px; }
.elemento-fondo-izquierda.leguminosas-hotspot_envase-3 { top: 35px;  left: 585px; }
.elemento-fondo-izquierda.leguminosas-hotspot_guacal-1 { top: 220px; left: 705px; z-index: 10 !important;}    
.elemento-fondo-izquierda.leguminosas-hotspot_guacal-2 { top: 143px; left: 160px; z-index: 10 !important;}    
.elemento-fondo-izquierda.leguminosas-hotspot_guacal-3 { top: 212px; left: 160px; z-index: 10 !important;}
     
/* ALIMENTOS DE ORIGEN ANIMAL */ 
/* Anaquel superior */
.elemento-fondo-izquierda.animal-hotspot_queso {     top: 116px; left: 255px;  width: 60px;}
.elemento-fondo-izquierda.animal-hotspot_platano {   top: 104px;  left: 325px;  width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_carne {     top: 104px; left: 385px;  width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_frijol {    top: 93px; left: 445px;  width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_chicharo {  top: 120px; left: 505px;  width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_brocoli {   top: 111px;  left: 570px;  width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_pan {       top: 45px;  left: 600px; width: 110px;}
/* Anaquel medio */ 
.elemento-fondo-izquierda.animal-hotspot_naranjas {  top: 164px; left: 245px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_lentejas {  top: 149px; left: 295px; width: 50px;} 
.elemento-fondo-izquierda.animal-hotspot_espinaca {  top: 155px; left: 343px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_tortillas { top: 160px; left: 389px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_garbanzo {  top: 150px; left: 439px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_melon {     top: 153px; left: 491px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_pasta {     top: 165px; left: 543px; width: 70px;}
.elemento-fondo-izquierda.animal-hotspot_leche {     top: 146px; left: 615px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_chorizo {   top: 163px; left: 665px; width: 60px;}
/* Anaquel inferior */ 
.elemento-fondo-izquierda.animal-hotspot_peras {     top: 222px; left: 245px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_huevo {     top: 229px; left: 295px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_papaya {    top: 211px; left: 345px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_lechuga {   top: 214px; left: 395px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_papas {     top: 239px; left: 449px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_jitomate { top: 63px;  left: 345px; width: 80px;}
.elemento-fondo-izquierda.animal-hotspot_habas {     top: 214px; left: 590px; width: 50px;} 
.elemento-fondo-izquierda.animal-hotspot_zanahoria { top: 218px; left: 643px; width: 50px;}
.elemento-fondo-izquierda.animal-hotspot_arroz {  top: 157px; left: 715px;  width: 90px; }
/* Adicionales */
.elemento-fondo-izquierda.animal-hotspot_envase-1 {  top: 219px; left: 510px; width: 70px;}
.elemento-fondo-izquierda.animal-hotspot_envase-2 { top: 45px;  left: 255px; width: 70px; }
.elemento-fondo-izquierda.animal-hotspot_envase-3 { top: 100px;  left: 635px; width: 80px; }
.elemento-fondo-izquierda.animal-hotspot_guacal-1   { top: 220px; left: 705px; z-index: 10 !important; }    
.elemento-fondo-izquierda.animal-hotspot_guacal-2   { top: 212px; left: 155px; z-index: 10 !important;}    

/* Elementos de fondo derecha "ornamentación" sumar 5 */

/* CEREALES */
/* Anaquel superior */ 
.elemento-fondo-derecha.cereales-hotspot_queso {     top: 116px; left: 265px;  width: 60px;}
.elemento-fondo-derecha.cereales-hotspot_platano {   top: 104px;  left: 335px;  width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_carne {     top: 104px; left: 395px;  width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_frijol {    top: 93px; left: 455px;  width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_chicharo {  top: 120px; left: 515px;  width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_brocoli {   top: 111px;  left: 580px;  width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_pan {       top: 92px;  left: 635px;  width: 110px;}
/* Anaquel medio */ 
.elemento-fondo-derecha.cereales-hotspot_naranjas {  top: 164px; left: 255px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_lentejas {  top: 149px; left: 305px; width: 50px;} 
.elemento-fondo-derecha.cereales-hotspot_espinaca {  top: 155px; left: 353px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_tortillas { top: 160px; left: 399px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_garbanzo {  top: 150px; left: 449px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_melon {     top: 153px; left: 501px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_pasta {     top: 165px; left: 553px; width: 70px;}
.elemento-fondo-derecha.cereales-hotspot_leche {     top: 146px; left: 625px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_chorizo {   top: 163px; left: 675px; width: 60px;}
/* Anaquel inferior */ 
.elemento-fondo-derecha.cereales-hotspot_peras {     top: 222px; left: 255px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_huevo {     top: 229px; left: 305px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_papaya {    top: 211px; left: 355px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_lechuga {   top: 214px; left: 405px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_papas {     top: 239px; left: 459px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_jitomate {  top: 229px; left: 515px; width: 80px;}
.elemento-fondo-derecha.cereales-hotspot_habas {     top: 214px; left: 600px; width: 50px;} 
.elemento-fondo-derecha.cereales-hotspot_zanahoria { top: 218px; left: 653px; width: 50px;}
.elemento-fondo-derecha.cereales-hotspot_arroz {     top: 220px; left: 695px; width: 90px;}
/* Adicionales */ 
.elemento-fondo-derecha.cereales-hotspot_envase-1 { top: 45px;  left: 265px; }
.elemento-fondo-derecha.cereales-hotspot_envase-2 { top: 35px;  left: 355px; }
.elemento-fondo-derecha.cereales-hotspot_envase-3 { top: 35px;  left: 595px; }
.elemento-fondo-derecha.cereales-hotspot_guacal-1   { top: 212px; left: 165px; z-index: 10 !important;}
.elemento-fondo-derecha.cereales-hotspot_guacal-2   { top: 142px; left: 170px; z-index: 10 !important;}    
.elemento-fondo-derecha.cereales-hotspot_envase-3-2   { top: 110px; left: 181px; width: 80px;}

/* FRUTAS */
/* Anaquel superior */ 
.elemento-fondo-derecha.frutas-hotspot_queso {     top: 116px; left: 265px;  width: 60px;}
.elemento-fondo-derecha.frutas-hotspot_platano {   top: 104px;  left: 335px;  width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_carne {     top: 104px; left: 395px;  width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_frijol {    top: 93px; left: 455px;  width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_chicharo {  top: 120px; left: 515px;  width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_brocoli {   top: 111px;  left: 580px;  width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_pan {       top: 92px;  left: 635px;  width: 110px;}
/* Anaquel medio */ 
.elemento-fondo-derecha.frutas-hotspot_naranjas {  top: 164px; left: 255px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_lentejas {  top: 149px; left: 305px; width: 50px;} 
.elemento-fondo-derecha.frutas-hotspot_espinaca {  top: 155px; left: 353px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_tortillas { top: 160px; left: 399px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_garbanzo {  top: 150px; left: 449px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_melon {     top: 153px; left: 501px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_pasta {     top: 165px; left: 553px; width: 70px;}
.elemento-fondo-derecha.frutas-hotspot_leche {     top: 146px; left: 625px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_chorizo {   top: 163px; left: 675px; width: 60px;}
/* Anaquel inferior */ 
.elemento-fondo-derecha.frutas-hotspot_peras {     top: 222px; left: 255px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_huevo {     top: 229px; left: 305px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_papaya {    top: 211px; left: 355px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_lechuga {   top: 214px; left: 405px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_papas {     top: 239px; left: 459px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_jitomate {  top: 229px; left: 515px; width: 80px;}
.elemento-fondo-derecha.frutas-hotspot_habas {     top: 214px; left: 600px; width: 50px;} 
.elemento-fondo-derecha.frutas-hotspot_zanahoria { top: 218px; left: 653px; width: 50px;}
.elemento-fondo-derecha.frutas-hotspot_arroz {      top: 212px; left: 165px; width: 90px;}
/* Adicionales */ 
.elemento-fondo-derecha.frutas-hotspot_envase-1-a { top: 45px;  left: 280px; }
.elemento-fondo-derecha.frutas-hotspot_envase-1-b { top: 45px;  left: 343px; }
.elemento-fondo-derecha.frutas-hotspot_envase-2-a { top: 45px;  left: 570px; width: 70px; }
.elemento-fondo-derecha.frutas-hotspot_envase-2-b { top: 45px;  left: 612px; width: 70px; }
.elemento-fondo-derecha.frutas-hotspot_envase-3 { top: 185px;  left: 715px; width: 80px;}
.elemento-fondo-derecha.frutas-hotspot_guacal   { top: 220px; left: 700px; }

/* VERDURAS */
/* Anaquel superior */ 
.elemento-fondo-derecha.verduras-hotspot_queso {     top: 116px; left: 265px;  width: 60px;}
.elemento-fondo-derecha.verduras-hotspot_platano {   top: 104px;  left: 335px;  width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_carne {     top: 104px; left: 395px;  width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_frijol {    top: 93px; left: 455px;  width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_chicharo {  top: 120px; left: 515px;  width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_brocoli {   top: 111px;  left: 580px;  width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_pan {       top: 92px;  left: 635px;  width: 110px;}
/* Anaquel medio */
.elemento-fondo-derecha.verduras-hotspot_naranjas {  top: 164px; left: 255px; width: 50px;} 
.elemento-fondo-derecha.verduras-hotspot_lentejas {  top: 149px; left: 305px; width: 50px;} 
.elemento-fondo-derecha.verduras-hotspot_espinaca {  top: 155px; left: 353px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_tortillas { top: 160px; left: 399px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_garbanzo {  top: 150px; left: 449px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_melon {     top: 153px; left: 501px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_pasta-1 {   top: 165px; left: 553px; width: 70px;}
.elemento-fondo-derecha.verduras-hotspot_pasta-2 {   top: 165px; left: 595px; width: 70px;}
.elemento-fondo-derecha.verduras-hotspot_leche-1 {   top: 43px; left: 265px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_leche-2 {   top: 43px; left: 290px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_chorizo {   top: 163px; left: 675px; width: 60px;}
/* Anaquel inferior */
.elemento-fondo-derecha.verduras-hotspot_peras {     top: 222px; left: 255px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_huevo {     top: 229px; left: 305px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_papaya {    top: 211px; left: 355px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_lechuga {   top: 214px; left: 405px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_papas {     top: 239px; left: 459px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_jitomate {  top: 229px; left: 515px; width: 80px;}
.elemento-fondo-derecha.verduras-hotspot_habas {     top: 214px; left: 600px; width: 50px;} 
.elemento-fondo-derecha.verduras-hotspot_zanahoria { top: 218px; left: 653px; width: 50px;}
.elemento-fondo-derecha.verduras-hotspot_arroz {     top: 142px; left: 165px; width: 90px;}
/* Adicionales */
.elemento-fondo-derecha.verduras-hotspot_envase-1 { top: 192px;  left: 725px; width: 60px; }
.elemento-fondo-derecha.verduras-hotspot_envase-2 { top: 35px;  left: 355px; }
.elemento-fondo-derecha.verduras-hotspot_envase-3 { top: 35px;  left: 595px; }
.elemento-fondo-derecha.verduras-hotspot_guacal-1   { top: 212px; left: 165px; z-index: 10 !important;}    
.elemento-fondo-derecha.verduras-hotspot_guacal-2   { top: 220px; left: 700px; z-index: 10 !important;}    

/* LEGUMINOSAS */
/* Anaquel superior */
.elemento-fondo-derecha.leguminosas-hotspot_queso {     top: 116px; left: 265px;  width: 60px;}
.elemento-fondo-derecha.leguminosas-hotspot_platano {   top: 104px;  left: 335px;  width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_carne {     top: 104px; left: 395px;  width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_frijol {    top: 93px; left: 455px;  width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_chicharo {  top: 120px; left: 515px;  width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_brocoli {   top: 111px;  left: 580px;  width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_pan {       top: 92px;  left: 635px;  width: 110px;}
/* Anaquel medio */
.elemento-fondo-derecha.leguminosas-hotspot_naranjas {  top: 164px; left: 255px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_lentejas {  top: 149px; left: 305px; width: 50px;} 
.elemento-fondo-derecha.leguminosas-hotspot_espinaca {  top: 155px; left: 353px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_tortillas { top: 160px; left: 399px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_garbanzo {  top: 150px; left: 449px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_melon {     top: 153px; left: 501px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_pasta-1 {     top: 165px; left: 553px; width: 70px;}
.elemento-fondo-derecha.leguminosas-hotspot_pasta-2 {   top: 165px; left: 595px; width: 70px;}
.elemento-fondo-derecha.leguminosas-hotspot_leche-1 {     top: 102px; left: 180px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_leche-2 {     top: 102px; left: 204px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_chorizo {   top: 163px; left: 675px; width: 60px;}
/* Anaquel inferior */
.elemento-fondo-derecha.leguminosas-hotspot_peras {     top: 222px; left: 255px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_huevo {     top: 229px; left: 305px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_papaya {    top: 211px; left: 355px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_lechuga {   top: 214px; left: 405px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_papas {     top: 239px; left: 459px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_jitomate {  top: 229px; left: 515px; width: 80px;}
.elemento-fondo-derecha.leguminosas-hotspot_habas {     top: 214px; left: 600px; width: 50px;} 
.elemento-fondo-derecha.leguminosas-hotspot_zanahoria { top: 218px; left: 653px; width: 50px;}
.elemento-fondo-derecha.leguminosas-hotspot_arroz {     top: 160px; left: 725px; width: 90px;}
/* Adicionales */
.elemento-fondo-derecha.leguminosas-hotspot_envase-1 { top: 45px;  left: 265px; }
.elemento-fondo-derecha.leguminosas-hotspot_envase-2 { top: 35px;  left: 355px; }
.elemento-fondo-derecha.leguminosas-hotspot_envase-3 { top: 35px;  left: 595px; }
.elemento-fondo-derecha.leguminosas-hotspot_guacal-1 { top: 220px; left: 715px; z-index: 10 !important;}    
.elemento-fondo-derecha.leguminosas-hotspot_guacal-2 { top: 143px; left: 170px; z-index: 10 !important;}    
.elemento-fondo-derecha.leguminosas-hotspot_guacal-3 { top: 212px; left: 165px; z-index: 10 !important;}
     
/* ALIMENTOS DE ORIGEN ANIMAL */
/* Anaquel superior */
.elemento-fondo-derecha.animal-hotspot_queso {     top: 116px; left: 265px;  width: 60px;}
.elemento-fondo-derecha.animal-hotspot_platano {   top: 104px;  left: 335px;  width: 50px;}
.elemento-fondo-derecha.animal-hotspot_carne {     top: 104px; left: 395px;  width: 50px;}
.elemento-fondo-derecha.animal-hotspot_frijol {    top: 93px; left: 455px;  width: 50px;}
.elemento-fondo-derecha.animal-hotspot_chicharo {  top: 120px; left: 515px;  width: 50px;}
.elemento-fondo-derecha.animal-hotspot_brocoli {   top: 111px;  left: 580px;  width: 50px;}
.elemento-fondo-derecha.animal-hotspot_pan {       top: 45px;  left: 605px; width: 110px;}
/* Anaquel medio */
.elemento-fondo-derecha.animal-hotspot_naranjas {  top: 164px; left: 255px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_lentejas {  top: 149px; left: 305px; width: 50px;} 
.elemento-fondo-derecha.animal-hotspot_espinaca {  top: 155px; left: 353px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_tortillas { top: 160px; left: 399px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_garbanzo {  top: 150px; left: 449px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_melon {     top: 153px; left: 501px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_pasta {     top: 165px; left: 553px; width: 70px;}
.elemento-fondo-derecha.animal-hotspot_leche {     top: 146px; left: 625px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_chorizo {   top: 163px; left: 675px; width: 60px;}
/* Anaquel inferior */
.elemento-fondo-derecha.animal-hotspot_peras {     top: 222px; left: 255px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_huevo {     top: 229px; left: 305px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_papaya {    top: 211px; left: 355px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_lechuga {   top: 214px; left: 405px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_papas {     top: 239px; left: 459px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_jitomate { top: 63px;  left: 355px; width: 80px;}
.elemento-fondo-derecha.animal-hotspot_habas {     top: 214px; left: 600px; width: 50px;} 
.elemento-fondo-derecha.animal-hotspot_zanahoria { top: 218px; left: 653px; width: 50px;}
.elemento-fondo-derecha.animal-hotspot_arroz {  top: 157px; left: 725px;  width: 90px; }
/* Adicionales */
.elemento-fondo-derecha.animal-hotspot_envase-1 {  top: 219px; left: 520px; width: 70px;}
.elemento-fondo-derecha.animal-hotspot_envase-2 { top: 45px;  left: 265px; width: 70px; }
.elemento-fondo-derecha.animal-hotspot_envase-3 { top: 100px;  left: 645px; width: 80px; }
.elemento-fondo-derecha.animal-hotspot_guacal-1   { top: 220px; left: 715px; z-index: 10 !important;}    
.elemento-fondo-derecha.animal-hotspot_guacal-2   { top: 212px; left: 165px; z-index: 10 !important;}    

#seccion2 #avanzaBtn,
#seccion2 #restartBtn {
  display: none;
}


/* Sección 3 - Textos Juguetones */
#textos-juguetones {
  font-family: Nexa-Regular;
  font-size: 16px; /* 13px */
  line-height: 1.33;
  position: absolute;
  top: 140px;
  left: 0;
  width: 790px;
  height: 370px;
}

.fondo-textos-juguetones {
  position: absolute;
  top: 0;
  left: 0;
  width: 790px;
  height: 374px;   /* 370px*/
}

.menu-textos-juguetones {
  position: absolute;
  top: 0;
  left: 0;
  width: 790px;
  height: 370px; 
  z-index: 3;
}

.horario-menu {
  display: none;
}

span.revisar {
  font-size: 14px;
  display: inline-block !important;
  cursor: pointer;
  margin: 8px 4px -4px 4px;
  outline: 2px solid #fff;
}

span.evaluado {
  font-size: 14px;
  display: inline-block !important;
  opacity: 0.35;
  margin: 8px 4px -4px 4px;  
  outline: 2px solid #fff;  
}

.respuesta-incorrecta {
  color: red !important;
  cursor: default !important;
}

.respuesta-correcta {
  color: #008000 !important;
  cursor: default !important;
}

#menu-desayuno {
  position: absolute;
  top: 5px;
  left: 220px;
  color: #fff;
  width: 500px;
  padding: 0.4em;
}

#menu-desayuno span {
  display: inline-block;
}

#menu-desayuno span u {
  cursor: pointer;
  text-decoration: none;
  background: white;
  color: #000;
  padding: 2px;  
  border-radius: 4px;  
}

#menu-comida {
  position: absolute;
  top: 99px;
  left: 220px;
  color: #fff;
  width: 500px;
  padding: 0.4em;
}

#menu-comida span {
  display: inline-block;
}

#menu-comida span u {
  cursor: pointer;
  text-decoration: none;
  background: white;
  color: #000;
  padding: 2px;  
  border-radius: 4px;  
}

#menu-cena {
  position: absolute;
  top: 287px;
  left: 220px;
  color: #fff;
  width: 500px;
  padding: 0.4em;
}

#menu-cena span {
  display: inline-block;
}

#menu-cena span u {
  cursor: pointer;
  text-decoration: none;
  background: white;
  color: #000;
  padding: 2px;  
  border-radius: 4px;  
}

#menu-colaciones {
  position: absolute;
  top: 218px;
  left: 220px;
  color: #fff;
  width: 500px;
  padding: 0.4em;
}

#menu-colaciones span {
  display: inline-block;
}

#menu-colaciones span u {
  cursor: pointer;
  text-decoration: none;
  background: white;
  color: #000;
  padding: 2px;  
  border-radius: 4px;
}

#menu-adicional {
  display: none;
  position: absolute;
  bottom: 142px;
  left: 50px;
  color: white;
  width: 100px; 
  padding: 0.6em;        
}

.chef {
  display: none;
  z-index: -10;
  color: #000;
  font-size: 12px;
  position: absolute;
  top: 230px;
  left: 70px;
  width: 130px;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.chef img {
  position: absolute;
  top: -7px;    
  left: 2px;
  z-index: -1;
}

.leyenda {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 330px;
  font-size: 11px;
  color: #000;
  text-align: center;
  background: #800080;
  z-index: 10;
  padding: 0.2rem 0;
} 

#menu-desayuno span span:nth-child(2), 
#menu-comida span span:nth-child(2),
#menu-cena span span:nth-child(2),
#menu-colaciones span span:nth-child(2) {
  display: none;
}

#seccion3 #avanzaBtn,
#seccion3 #restartBtn {
  display: none;
}


/* Sección 4 - Imagen Final */
.imagen-final {
  width: 790px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 82px;
  left: 0;
}



/* Feedback */

.instrucciones,
.mensaje-texto {
  position: absolute;
  top: 50%;
  left: 2em;
  right: 2em;
  z-index: 100;
  background: #ff1d98;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.35);
  text-align: center;
  transform: translateY(-50%);
}

.instrucciones p,
.mensaje-texto p {
  color: #fff;
  font-family: Nexa-Regular;
  font-size: 16px !important;
  padding: 0 1em;
}

.referencia-retroalimentaciones { position: absolute; display: block; width: 650px; height: 10px; background: transparent; top: 45px; left: 0px; }
.referencia-final { position: absolute; display: block; width: 650px; height: 10px; background: red; top: -30px; left: 0px; }
.ui-dialog {padding: 0 !important; background: transparent !important; border: 1px solid transparent !important;}
#finale, #correct, #error {font-family: Nexa-Regular; font-size:18px !important; box-shadow: 0 5px 10px 0 #333; display: none;}

#finale, #correct {background: #3399cc; border-radius: 4px;}
#finale {min-height: 180px !important; height: 180px !important;}
#error {background: #999999; border-radius: 4px;}

#finale p, #correct p, #finale p a, #correct p a, #error p a{font-weight: normal; color: #fff !important; text-align: center; text-decoration: none !important; margin: 1em auto; width: 80%;}
#error p {font-family: Nexa-Regular; font-size: 20px !important; font-weight: normal; color: #fff; text-align: center; margin: 1em auto; width: 80%; }
.ui-dialog-titlebar { background: transparent !important; border: none !important; } 
.ui-widget-header button { width: 44px !important; height: 45px !important; margin: 0 !important; padding: 0 !important; background: url('img/cerrar.png') !important; z-index: 10 !important; right: 5px !important; top: 30px !important; background-size: cover !important;}
.finale .ui-widget-header button { width: 0px !important; height: 0px !important; margin: 0 !important; padding: 0 !important; background: transparent !important; z-index: -10 !important; right: -5px !important; top: 11px !important; cursor: default !important; }
.ui-icon-closethick { display: none !important; }
.ui-button { background: transparent !important; color: transparent !important; border: none !important; }
.ui-widget-overlay { background: rgba(0,0,0,0); opacity: 0; display: block; z-index: 10; }
.ac_drop_alt { position: absolute; bottom: 0; left: 250px; }