/* El menú principal y demás elementos que están con él*/
div.mm {
  position: relative;
  height: 43px;
  background: transparent url("../res/lbr_libre.png") repeat-x bottom;
}
div.mm form#lb_form_buscar {
  position: absolute;
  top: 2px;
  left: 0;
  width: 232px;
  height: 43px;
}
div.mm div.fecha {
  position: absolute;
  top: 10px;
  right: 0;
}
div.mm div.fecha span {
  color: #9d723d;
  font-size: 12px;
  padding: 3px 8px 3px 8px;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
div.mm ul {
  position: absolute;
  top: 0;
  left: 232px;
  height: 43px;
}
div.mm ul li {
  float: left;
}
div.mm ul li.oculto {
  display: none;
}
div.mm ul li a {
  display: block;
  width: 97px;
  height: 43px;
  background-image: url("../res/labarata_web_menu_sprites.png");
  background-repeat: no-repeat;
  transition: all 0s ease-in-out;
}
div.mm ul li.tien a {
  background-position: 0 -43px;
}
div.mm ul li.tien a:hover {
  background-position: 0 -86px;
}
div.mm ul li.tien a.selected {
  background-position: 0 0;
}
div.mm ul li.rece a {
  background-position: -97px -43px;
}
div.mm ul li.rece a:hover {
  background-position: -97px -86px;
}
div.mm ul li.rece a.selected {
  background-position: -97px 0;
}
div.mm ul li.info a {
  background-position: -388px -43px;
}
div.mm ul li.info a:hover {
  background-position: -388px -86px;
}
div.mm ul li.info a.selected {
  background-position: -388px 0;
}
div.mm ul li.pers a {
  background-position: -194px -43px;
}
div.mm ul li.pers a:hover {
  background-position: -194px -86px;
}
div.mm ul li.pers a.selected {
  background-position: -194px 0;
}
div.mm ul li.pedi a {
  background-position: -485px -43px;
}
div.mm ul li.pedi a:hover {
  background-position: -485px -86px;
}
div.mm ul li.pedi a.selected {
  background-position: -485px 0;
}
/* El div que muestra el mensaje de cerrado por vacaciones */
div.istorecerradomsg {
  padding: 10px 4px 10px 4px;
  margin: 8px auto 0 auto;
  width: 500px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #2f602d;
  border: 1px solid black;
  border-radius: 5px;
}
div#iStoreCerradoOverlay {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 426px;
  pointer-events: none;
}
div#iStoreCerradoOverlay div.iStoreCerradoOverlayGFX {
  width: 528px;
  height: 426px;
  margin: 0 auto;
  background: url("../res/img-cerrado-por-vacaciones-brown.png");
  cursor: pointer;
  pointer-events: all;
}
/* La cesta que mola */
div.cesta {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 154px;
  height: 172px;
  margin: 0 0 0 16px;
}
div.cesta > a {
  display: block;
  overflow: auto;
  width: 154px;
  height: 172px;
}
div.cesta img {
  position: absolute;
}
div.cesta img.cesta-over {
  top: 0;
  left: 0;
  z-index: 10000;
}
div.cesta img.item {
  box-shadow: 0 0 5px #000;
  left: 26px;
  top: 77px;
  z-index: 1000;
  transform: rotate(-15deg);
}
div.cesta img.item0 {
  left: 40px;
  top: 74px;
  z-index: 999;
  transform: rotate(15deg);
}
div.cesta img.item1 {
  z-index: 998;
  left: 68px;
  top: 74px;
  transform: rotate(-15deg);
}
div.cesta img.item2 {
  z-index: 997;
  left: 17px;
  top: 63px;
  transform: rotate(-15deg);
}
div.cesta img.item3 {
  z-index: 996;
  left: 72px;
  top: 56px;
  transform: rotate(-70deg);
}
div.cesta img.item4 {
  z-index: 995;
  left: 51px;
  top: 48px;
  transform: rotate(-23deg);
}
div.cesta img.item5 {
  z-index: 994;
  left: 17px;
  top: 41px;
  transform: rotate(43deg);
}
div.cesta img.item6 {
  z-index: 993;
  left: 50px;
  top: 32px;
  transform: rotate(-12deg);
}
div.cesta img.item7 {
  z-index: 992;
  left: 74px;
  top: 31px;
  transform: rotate(109deg);
}
div.cesta img.item8 {
  z-index: 991;
  left: 27px;
  top: 24px;
  transform: rotate(64deg);
}
/* La firma de abajo */
div.signature {
  font-size: 9px;
  font-style: normal;
  text-align: center;
}
div.signature div.firstline {
  margin: 0 0 6px 0;
  color: #beb0a5;
  font-family: "Josefin Sans", "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
}
div.signature div.firstline span {
  color: #ded7d1;
}
div.signature div.secondline {
  margin: 0 0 6px 0;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.2);
  font-family: Consolas, Menlo, monospace;
}
div.signature div.secondline span {
  color: rgba(0, 0, 0, 0.6);
}
div.signature strong {
  font-weight: bold;
}
/* Side seals (en el panel lateral)*/
div.sideseals {
  position: relative;
  width: 200px;
  height: 64px;
  margin: 0 0 16px 0;
}
div.sideseals div.seal {
  position: absolute;
  top: 0;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 200;
}
div.sideseals div.seal-a {
  left: 2px;
  background-image: url("../res/seals/seal-pegatina-cabrales-la-barata.png");
}
div.sideseals div.seal-b {
  left: 68px;
  background-image: url("../res/seals/seal-pegatina-gamoneu-la-barata.png");
}
div.sideseals div.seal-c {
  left: 136px;
  background-image: url("../res/seals/seal-pegatina-beyos-la-barata.png");
}
div.sideseals div.seal:hover,
div.sideseals div.sealActive {
  width: 200px;
  height: 200px;
}
/*
La notificación de Cookies
*/
div#cookieNotification {
  position: fixed;
  top: -64px;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1002;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
div#cookieNotification div.contents {
  position: relative;
  margin: 10px 8px 8px 120px;
  color: #f0f0f0;
  font-size: 13px;
}
div#cookieNotification div.contents div.imgIcon {
  position: absolute;
  top: -10px;
  left: -120px;
  width: 99px;
  height: 64px;
  background-repeat: no-repeat;
  background-image: url("../res/cookies_plate-64px.png");
  background-size: contain;
}
div#cookieNotification div.contents div.imgIcon a {
  display: block;
  width: 100%;
  height: 100%;
}
div.cookieNotificationshown {
  top: 0 !important;
}
span.cookieNotificationReset {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  font-family: Consolas, Menlo, monospace;
  color: #b0b0b0;
  font-weight: normal;
  font-size: 12px;
}
span.cookieNotificationReset:hover {
  color: #ff3000;
}
