@charset "UTF-8";
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
/* line 5, ../scss/main.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 13, ../scss/main.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/* line 18, ../scss/main.scss */
::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

/* line 23, ../scss/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 28, ../scss/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 37, ../scss/main.scss */
img {
  vertical-align: middle;
}

/* line 41, ../scss/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 47, ../scss/main.scss */
textarea {
  resize: vertical;
}

/* line 51, ../scss/main.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 57, ../scss/main.scss */
.cleared {
  clear: both;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
/* line 66, ../scss/main.scss */
body {
  font: 16px 'Open Sans',Helvetica, Helvetica Neue, Arial;
}

/* line 70, ../scss/main.scss */
.wrapper {
  margin: 0 10px;
  margin-top: 0px;
}

/* =======Hooh Styles============
   ALL: Demo Theme
   ============================== */
/* Definici├│n del tema */
/* Color de texto*/
/* Fondos y bordes*/
/* Auxiliares */
/* line 31, ../scss/themes/_01estandar.scss */
.footerHeader h2 a {
  text-transform: none;
  font-size: 12px;
}

/* line 35, ../scss/themes/_01estandar.scss */
.footerContent a {
  color: #a9aab0;
}

/* line 38, ../scss/themes/_01estandar.scss */
body .footerHeader .socialLinks ul {
  padding: 10px 10px 0 10px;
}

@font-face {
  font-family: 'SeatMap';
  src: url("images/theme/hooh/seatmapfont-webfont.eot");
  src: url("images/theme/hooh/seatmapfont-webfont.eot?#iefix") format("embedded-opentype"), url("images/theme/hooh/seatmapfont-webfont.woff") format("woff"), url("images/theme/hooh/seatmapfont-webfont.ttf") format("truetype"), url("images/theme/hooh/seatmapfont-webfont.svg#seatmapregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../scss/_cookieGuard.scss */
#cookieGuardMsg {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  border-bottom: 2px solid #5c5c5c;
  font-size: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #333;
  background: #e2e2e2;
  min-height: 50px;
  z-index: 99999;
}

/* line 17, ../scss/_cookieGuard.scss */
#cookieGuardMsg.visible {
  display: block;
}

/* line 22, ../scss/_cookieGuard.scss */
#cookieGuardMsgInner {
  padding: 10px;
}

/* line 26, ../scss/_cookieGuard.scss */
#cookieGuardMsg a {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  /* line 26, ../scss/_cookieGuard.scss */
  #cookieGuardMsg a {
    display: block;
    margin: 0 auto;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 26, ../scss/_cookieGuard.scss */
  #cookieGuardMsg a {
    display: inline-block;
  }
}

/* line 41, ../scss/_cookieGuard.scss */
#showCookies {
  border: 1px solid #999;
  background: #d4d4d4;
  color: #5b5858;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 55, ../scss/_cookieGuard.scss */
#showCookies:hover {
  border-color: #666;
}

/* line 59, ../scss/_cookieGuard.scss */
#authoriseCookies, #cookieGuardOkay {
  border: 1px solid #a2bf8e;
  background: #d1ecbe;
  color: #384c2a;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 73, ../scss/_cookieGuard.scss */
#authoriseCookies:hover {
  border-color: #6f8f59;
}

/* line 77, ../scss/_cookieGuard.scss */
#denyCookies {
  border: 1px solid #cc9c9c;
  background: #ecc1c1;
  color: #7e5353;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 91, ../scss/_cookieGuard.scss */
#denyCookies:hover {
  border-color: #9e6a6a;
}

/* line 95, ../scss/_cookieGuard.scss */
#cookieList {
  display: none;
  padding: 10px 60px 0 0;
}

/* line 100, ../scss/_cookieGuard.scss */
#cookieList ul {
  list-style: none;
  padding-left: 20px;
}

/* line 105, ../scss/_cookieGuard.scss */
#cookieList li {
  padding: 5px 0;
}

/* line 109, ../scss/_cookieGuard.scss */
.cookieName {
  font-weight: bold;
  display: inline;
}

/* line 114, ../scss/_cookieGuard.scss */
.cookieDescription {
  display: inline;
}

/* line 118, ../scss/_cookieGuard.scss */
.cookiesHeader {
  font-weight: bold;
  border-bottom: 1px solid #222;
  color: #222;
  margin-bottom: 3px;
  padding-top: 10px;
}

/* line 126, ../scss/_cookieGuard.scss */
.cookiesHeader span {
  font-weight: normal;
  font-size: 11px;
}

/* line 131, ../scss/_cookieGuard.scss */
#cookieGuardMsgInner.msgAllowed, #cookieGuardMsgInner.msgDenied, #cookieGuardMsgInner.onlyEssential {
  padding-top: 17px;
}

/* line 78, ../scss/main.scss */
a {
  color: #342b29;
  text-decoration: none;
}
/* line 24, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: #d4d5d7;
}
/* line 27, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
  color: #ffffff;
}

/* line 85, ../scss/main.scss */
.header-container {
  border-bottom: none;
}

/* line 89, ../scss/main.scss */
.footer-container,
.main aside {
  border-top: none;
}

/* line 94, ../scss/main.scss */
.header-container,
.footer-container,
.main aside {
  background: #fff;
}

/* line 100, ../scss/main.scss */
.title a {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: 0px;
  background-position: left 0px top 0px;
  min-width: 200px;
  min-height: 72px;
  max-width: 200px;
  max-height: 72px;
  text-indent: -9999px;
  display: block;
  margin: 0;
}
/* line 46, ../scss/images.scss */
.svg .title a {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* ==============
	MOBILE: Main styles
   ============== */
/* line 6, ../scss/_global.scss */
.main {
  padding: 0;
}

/* line 10, ../scss/_global.scss */
.main article h1 {
  font-size: 2em;
}

/* line 14, ../scss/_global.scss */
.main aside {
  padding: 0px 5% 10px;
}

/* line 18, ../scss/_global.scss */
.footer-container footer {
  color: white;
  padding: 20px 0;
}

/* line 23, ../scss/_global.scss */
.hidden-mobile {
  display: none !important;
  visibility: hidden;
}

/* SIMPLE MODAL */
/* line 30, ../scss/_global.scss */
#simplemodal-overlay {
  background-color: black;
}

/* line 33, ../scss/_global.scss */
#simplemodal-container {
  height: 360px;
  width: 600px;
  max-width: 90%;
  max-height: 90%;
  color: #737277;
  background-color: #fff;
  border: 4px solid #444;
  padding: 12px;
  -moz-border-radius: 15px / 15px;
  -webkit-border-radius: 15px 15px;
  border-radius: 15px / 15px;
}

/* line 34, ../scss/_global.scss */
#simplemodal-container .simplemodal-data {
  padding: 8px;
}

/* line 35, ../scss/_global.scss */
#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px;
}

/* line 36, ../scss/_global.scss */
#simplemodal-container a {
  color: #ddd;
}

/* line 37, ../scss/_global.scss */
#simplemodal-container a.modalCloseImg {
  background: url(/images/x.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
  cursor: pointer;
}

/* line 38, ../scss/_global.scss */
#simplemodal-container h3 {
  color: #84b8d9;
}

/* /SIMPLE MODAL */
/**
 * Cabecera
 */
/* line 45, ../scss/_global.scss */
.top_bar,
.blockHeader,
.footerHeader,
.topMenu {
  height: 46px;
  background-image: url("./images/theme/hooh/subthemes/estandar/background.png");
  background-position: 0 -72px;
  width: 100%;
  background-repeat: repeat-x;
  position: relative;
  z-index: 999;
}
/* line 55, ../scss/_global.scss */
.svg .top_bar, .svg
.blockHeader, .svg
.footerHeader, .svg
.topMenu {
  background-image: url("./images/theme/hooh/subthemes/estandar/background.svg");
}

/* line 60, ../scss/_global.scss */
.top_bar h2,
.blockHeader h3,
.footerHeader h2 {
  margin: 0;
  margin-left: 80px;
  font-size: 0.938em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 75, ../scss/_global.scss */
.top_bar h2 {
  padding-right: 85px;
}

/* line 78, ../scss/_global.scss */
.top_bar h2:before,
.blockHeader h3:before,
.footerHeader h2:before,
.topMenu ul:before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 72px;
  left: 3px;
  top: -3px;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -288px;
  background-position: left -288px top 0px;
  min-width: 67px;
  min-height: 72px;
  max-width: 67px;
  max-height: 72px;
}
/* line 46, ../scss/images.scss */
.svg .top_bar h2:before, .svg
.blockHeader h3:before, .svg
.footerHeader h2:before, .svg
.topMenu ul:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* line 92, ../scss/_global.scss */
.mainContent {
  padding-bottom: 1em;
}

/* line 97, ../scss/_global.scss */
.pageTitle {
  display: none;
}

/* line 100, ../scss/_global.scss */
.menu_link {
  position: absolute;
  right: 40px;
  top: 8px;
}

/* line 107, ../scss/_global.scss */
.menu_link a {
  color: #dadada;
  text-decoration: none;
  font-size: 0.938em;
  display: inline-block;
  position: relative;
}

/* line 115, ../scss/_global.scss */
.menu_link a:after {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  top: 0;
  right: -30px;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -1224px;
  background-position: left -1224px top 0px;
  min-width: 21px;
  min-height: 21px;
  max-width: 21px;
  max-height: 21px;
}
/* line 46, ../scss/images.scss */
.svg .menu_link a:after {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* Carrusel de pr├│ximo evento*/
/* line 128, ../scss/_global.scss */
.flexslider {
  margin-bottom: 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* line 141, ../scss/_global.scss */
.enCartel .flex-control-nav {
  width: 100%;
  position: absolute;
  top: 158px;
  bottom: auto;
  text-align: right;
  background-color: rgba(180, 180, 180, 0.5);
}

/* line 150, ../scss/_global.scss */
.enCartel .flex-control-nav li {
  text-align: center;
  top: 5px;
  position: relative;
}

/* line 156, ../scss/_global.scss */
.eventoCartel .marco {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 50%;
  text-indent: -9999em;
}

/* line 166, ../scss/_global.scss */
.eventoCartel .eventoPie {
  background-color: #dedede;
  padding: 1em;
  -webkit-box-shadow: inset 0px -2px 8px -6px black;
  box-shadow: inset 0px -2px 8px -6px black;
}

/* line 172, ../scss/_global.scss */
.eventoCartel .eventoTitulo a {
  text-transform: uppercase;
  font-size: 0.938em;
  color: #342b29;
  padding-left: 30px;
  text-decoration: none;
  position: relative;
  display: block;
}

/* line 182, ../scss/_global.scss */
.eventoCartel.destacado .eventoTitulo a {
  min-height: 3em;
}

/* line 187, ../scss/_global.scss */
.eventoCartel .eventoTitulo a:before,
.eventoCartel .eventoTitulo a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -864px;
  background-position: left -864px top 0px;
  min-width: 21px;
  min-height: 21px;
  max-width: 21px;
  max-height: 21px;
}
/* line 46, ../scss/images.scss */
.svg .eventoCartel .eventoTitulo a:before, .svg
.eventoCartel .eventoTitulo a:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* line 197, ../scss/_global.scss */
.eventoCartel .eventoExtraInfo {
  padding-left: 30px;
  color: #737277;
  font-size: 0.813em;
}

/* line 203, ../scss/_global.scss */
.eventoPie {
  position: relative;
}

/* line 207, ../scss/_global.scss */
.eventoPie a.overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  top: 0;
  left: 0;
}

/* /Carrusel de pr├│ximo evento */
/* Pastilla de evento */
/* line 220, ../scss/_global.scss */
.eventoCartel.normal {
  margin-bottom: 20px;
}
/* line 223, ../scss/_global.scss */
.eventoCartel.normal .marco {
  height: 100px;
  background-position: center;
}

/* line 228, ../scss/_global.scss */
.eventoCartel.normal .eventoTitulo a,
.eventoCartel.normal .eventoExtraInfo {
  font-size: 0.688em;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 237, ../scss/_global.scss */
.eventoCartel.normal .eventoTitulo a:before,
.eventoCartel.normal .eventoTitulo a:before {
  content: none;
}

/* line 243, ../scss/_global.scss */
.eventoCartel.normal .eventoPie a.overlay:before,
.eventoCartel.normal .eventoPie a.overlay:before {
  content: '';
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -864px;
  background-position: left -864px top 0px;
  min-width: 21px;
  min-height: 21px;
  max-width: 21px;
  max-height: 21px;
  position: absolute;
  right: .4em;
  bottom: .4em;
}
/* line 46, ../scss/images.scss */
.svg .eventoCartel.normal .eventoPie a.overlay:before, .svg
.eventoCartel.normal .eventoPie a.overlay:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* /Pastilla de evento */
/* line 253, ../scss/_global.scss */
h2 {
  font-size: 1.188em;
  font-weight: normal;
  font-family: 'Open Sans';
  color: #342b29;
  text-transform: uppercase;
}

/* bloques */
/* line 263, ../scss/_global.scss */
.block {
  margin: 1.5em 0;
}

/* line 267, ../scss/_global.scss */
.blockHeader {
  background-position: 0 0;
  padding-top: 3px;
}

/* line 272, ../scss/_global.scss */
.blockHeader h3 {
  color: #a9aab0;
}

/* line 276, ../scss/_global.scss */
.blockHeader h3:before,
.blockHeader h3:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -432px;
  background-position: left -432px top 0px;
  min-width: 67px;
  min-height: 72px;
  max-width: 67px;
  max-height: 72px;
}
/* line 46, ../scss/images.scss */
.svg .blockHeader h3:before, .svg
.blockHeader h3:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* line 281, ../scss/_global.scss */
.main aside {
  padding: 0;
}

/* /bloques */
/* bloque de acceso */
/* line 288, ../scss/_global.scss */
.userAccess .blockContent {
  padding: 9px;
  padding-top: 18px;
  color: #504f51;
}

/* line 294, ../scss/_global.scss */
p.inLabel {
  position: relative;
}
/* line 18, ../scss/_base.scss */
p.inLabel input ::-webkit-input-placeholder {
  position: absolute;
  top: 4px;
  left: 0;
}
/* line 19, ../scss/_base.scss */
p.inLabel input :-moz-placeholder {
  position: absolute;
  top: 4px;
  left: 0;
}
/* line 20, ../scss/_base.scss */
p.inLabel input ::-moz-placeholder {
  position: absolute;
  top: 4px;
  left: 0;
}
/* line 21, ../scss/_base.scss */
p.inLabel input :-ms-input-placeholder {
  position: absolute;
  top: 4px;
  left: 0;
}

/* line 306, ../scss/_global.scss */
p.inLabel label {
  position: absolute;
  top: 4px;
  left: 0;
}

/* line 312, ../scss/_global.scss */
#login-form p.inLabel {
  text-align: center;
  margin: 0.7em;
}

/* line 317, ../scss/_global.scss */
#login-form p.inLabel label {
  width: 100%;
}

/* line 321, ../scss/_global.scss */
form label,
form input {
  font-size: 0.688em;
  font-family: 'Open Sans';
  color: #504f51;
}

/* line 328, ../scss/_global.scss */
form input {
  border: 1px solid #bfc0c4;
  padding: 5px;
}

/* line 333, ../scss/_global.scss */
form button {
  background-color: #342b29;
  border: 0;
  color: #a9aab0;
  font-size: 0.688em;
  padding: 6px;
}

/* line 341, ../scss/_global.scss */
form .formSubmit {
  text-align: center;
}

/* line 345, ../scss/_global.scss */
ul.formActions {
  text-align: center;
  font-size: 0.688em;
  margin-top: 1em;
}

/* line 351, ../scss/_global.scss */
ul.formActions,
ul.formActions li,
ul.formActions li a {
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  color: #504f51;
  margin-bottom: 1em;
}

/* line 361, ../scss/_global.scss */
.userAccess .userInfo a {
  padding-left: 60px;
  position: relative;
  font-size: 0.813em;
  display: block;
  min-height: 50px;
  margin-bottom: 1em;
}

/* line 370, ../scss/_global.scss */
.userAccess .userInfo a:before,
.userAccess .userInfo a:before {
  content: '';
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -648px;
  background-position: left -648px top 0px;
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
  left: 0;
  top: 0;
  position: absolute;
}
/* line 46, ../scss/images.scss */
.svg .userAccess .userInfo a:before, .svg
.userAccess .userInfo a:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* line 379, ../scss/_global.scss */
.userAccess .userInfo a {
  text-decoration: none;
  color: #342b29;
}

/* line 384, ../scss/_global.scss */
.userAccess .patronWelcome {
  display: block;
  font-weight: bold;
}

/* line 389, ../scss/_global.scss */
.userAccess .userActions {
  clear: both;
  padding-left: 60px;
  font-size: 0.750em;
}

/* line 395, ../scss/_global.scss */
.userAccess .userAction {
  display: inline-block;
}

/* line 399, ../scss/_global.scss */
button.buttonLink,
a.buttonLink {
  background-color: #342b29;
  padding: 5px;
  display: inline;
  padding-right: 8px;
  line-height: 2em;
  color: #a9aab0;
  text-decoration: none;
}

/* line 409, ../scss/_global.scss */
button.buttonLink.mainButton,
a.buttonLink.mainButton {
  background-color: #342b29;
}

/* /bloque de acceso*/
/* bloque de cesta */
/* line 416, ../scss/_global.scss */
.shopCart .blockHeader h3:before,
.shopCart .blockHeader h3:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -504px;
  background-position: left -504px top 0px;
  min-width: 67px;
  min-height: 72px;
  max-width: 67px;
  max-height: 72px;
}
/* line 46, ../scss/images.scss */
.svg .shopCart .blockHeader h3:before, .svg
.shopCart .blockHeader h3:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* line 422, ../scss/_global.scss */
.shopCart .blockContent {
  background-color: #dadada;
  padding: 1em;
  font-size: 0.813em;
  color: #504f51;
  border-bottom: 1px dashed #808080;
}

/* line 432, ../scss/_global.scss */
.shopCart .cartEmpty {
  text-align: center;
  padding: 3em 0;
}
/* line 437, ../scss/_global.scss */
.shopCart .cartContent {
  padding-left: 60px;
}
/* line 441, ../scss/_global.scss */
.shopCart .cartIndex {
  padding-top: 5px;
  line-height: 2em;
}
/* line 446, ../scss/_global.scss */
.shopCart .cartIndex .validTickets,
.shopCart .cartIndex .countdown {
  position: relative;
  padding-left: 25px;
  margin-bottom: 4px;
}
/* line 453, ../scss/_global.scss */
.shopCart .cartIndex .validTickets:before,
.shopCart .cartIndex .validTickets:before,
.shopCart .cartIndex .countdown:before,
.shopCart .cartIndex .countdown:before {
  content: '';
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -936px;
  background-position: left -936px top 0px;
  min-width: 21px;
  min-height: 21px;
  max-width: 21px;
  max-height: 21px;
  position: absolute;
  left: 0;
  top: 3px;
}
/* line 46, ../scss/images.scss */
.svg .shopCart .cartIndex .validTickets:before, .svg
.shopCart .cartIndex .validTickets:before, .svg
.shopCart .cartIndex .countdown:before, .svg
.shopCart .cartIndex .countdown:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 464, ../scss/_global.scss */
.shopCart .cartIndex .countdown:before,
.shopCart .cartIndex .countdown:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -1008px;
  background-position: left -1008px top 0px;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  max-width: 24px;
  width: 24px;
}
/* line 46, ../scss/images.scss */
.svg .shopCart .cartIndex .countdown:before, .svg
.shopCart .cartIndex .countdown:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 474, ../scss/_global.scss */
.shopCart .cartPreview {
  margin: 15px 0;
  padding: 10px 0;
  border-style: dashed;
  border-color: #808080;
  border-width: 0;
  border-top-width: 1px;
}
/* line 486, ../scss/_global.scss */
.shopCart .cartPreview .eventCartTitle {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 491, ../scss/_global.scss */
.shopCart .cartPreview > table {
  width: 100%;
}
/* line 494, ../scss/_global.scss */
.shopCart .cartPreview > table tr.cartTotal {
  border-top: 1px dashed #808080;
}
/* line 497, ../scss/_global.scss */
.shopCart .cartPreview > table tr.cartTotal td {
  padding-top: 5px;
}
/* line 503, ../scss/_global.scss */
.shopCart .viewOrder {
  float: left;
}
/* line 506, ../scss/_global.scss */
.shopCart .viewOrder a {
  text-decoration: none;
  color: #342b29;
  font-weight: bold;
  line-height: 3em;
}
/* line 24, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.shopCart .viewOrder a:hover {
  color: #d4d5d7;
}
/* line 27, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.shopCart .viewOrder a:active {
  color: #ffffff;
}
/* line 513, ../scss/_global.scss */
.shopCart .checkOut {
  float: right;
  margin-top: 5px;
}

/* /bloque de cesta */
/* bloque de publicidad*/
/* line 522, ../scss/_global.scss */
.usingHooh .blockHeader h3:before,
.usingHooh .blockHeader h3:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -360px;
  background-position: left -360px top 0px;
  min-width: 67px;
  min-height: 72px;
  max-width: 67px;
  max-height: 72px;
}
/* line 46, ../scss/images.scss */
.svg .usingHooh .blockHeader h3:before, .svg
.usingHooh .blockHeader h3:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 528, ../scss/_global.scss */
.usingHooh .blockContent {
  border-bottom: 1px dashed #808080;
}
/* line 530, ../scss/_global.scss */
.usingHooh .blockContent ul {
  list-style-type: none;
  padding-left: 9px;
  margin-top: 18px;
}
/* line 536, ../scss/_global.scss */
.usingHooh .blockContent ul li a {
  display: block;
  position: relative;
  padding-left: 70px;
  padding-top: 10px;
  text-decoration: none;
  font-size: 0.813em;
  margin-bottom: 5px;
  min-height: 50px;
}
/* line 548, ../scss/_global.scss */
.usingHooh .blockContent ul li a:before,
.usingHooh .blockContent ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -576px;
  background-position: left -576px top 0px;
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
}
/* line 46, ../scss/images.scss */
.svg .usingHooh .blockContent ul li a:before, .svg
.usingHooh .blockContent ul li a::before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 558, ../scss/_global.scss */
.usingHooh .blockContent ul li.quintero a::before,
.usingHooh .blockContent ul li.quintero a:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -1584px;
  background-position: left -1584px top 0px;
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
}
/* line 46, ../scss/images.scss */
.svg .usingHooh .blockContent ul li.quintero a::before, .svg
.usingHooh .blockContent ul li.quintero a:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 562, ../scss/_global.scss */
.usingHooh .blockContent .usingTitle {
  color: #342b29;
}
/* line 565, ../scss/_global.scss */
.usingHooh .blockContent .usingURL {
  color: #342b29;
  font-size: 0.923em;
}
/* line 24, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.usingHooh .blockContent .usingURL:hover {
  color: #d4d5d7;
}
/* line 27, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.usingHooh .blockContent .usingURL:active {
  color: #ffffff;
}

/* /bloque de publicidad*/
/* ==============
	MOBILE: Menu
   ============== */
/* line 577, ../scss/_global.scss */
nav ul {
  margin: 0;
  padding: 0;
}

/* Men├║ movil*/
/* line 584, ../scss/_global.scss */
#mobile-menu > ul > li > a {
  display: block;
  margin-bottom: 0px;
  border-top: 1px solid #808080;
  padding: 10px 10px 10px 60px;
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.938em;
  color: #a9aab0;
  text-transform: uppercase;
  background: #19191B;
  position: relative;
}

/* line 599, ../scss/_global.scss */
#mobile-menu > ul > li > a:before,
#mobile-menu > ul > li > a:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -864px;
  background-position: left -864px top 0px;
  min-width: 21px;
  min-height: 21px;
  max-width: 21px;
  max-height: 21px;
}
/* line 46, ../scss/images.scss */
.svg #mobile-menu > ul > li > a:before, .svg
#mobile-menu > ul > li > a:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* line 608, ../scss/_global.scss */
.mobileUp {
  text-align: right;
}
/* line 611, ../scss/_global.scss */
.mobileUp a {
  color: #342b29;
  text-decoration: none;
  font-size: 0.750em;
  line-height: 3em;
  position: relative;
  padding-right: 30px;
  width: 100%;
  background-color: lightgray;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* line 24, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.mobileUp a:hover {
  color: #d4d5d7;
}
/* line 27, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.mobileUp a:active {
  color: #ffffff;
}
/* line 624, ../scss/_global.scss */
.mobileUp a:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 5px;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -1152px;
  background-position: left -1152px top 0px;
  min-width: 20px;
  min-height: 21px;
  max-width: 20px;
  max-height: 21px;
  max-width: 21px;
  width: 21px;
}
/* line 46, ../scss/images.scss */
.svg .mobileUp a:after {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* /Men├║ movil*/
/* Men├║ m├│vil acorde├│n*/
/* line 639, ../scss/_global.scss */
#mobile-accordion .block {
  margin: 0;
}
/* line 642, ../scss/_global.scss */
#mobile-accordion h4 {
  cursor: pointer;
  margin: 0;
  display: block;
  margin-bottom: 0px;
  border-top: 1px solid gray;
  padding: 10px 10px 10px 60px;
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  background: #342b29;
  position: relative;
}
/* line 657, ../scss/_global.scss */
#mobile-accordion h4:before,
#mobile-accordion h4:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -864px;
  background-position: left -864px top 0px;
  min-width: 21px;
  min-height: 21px;
  max-width: 21px;
  max-height: 21px;
}
/* line 46, ../scss/images.scss */
.svg #mobile-accordion h4:before, .svg
#mobile-accordion h4:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 665, ../scss/_global.scss */
#mobile-accordion .blockContent {
  display: none;
}
/* line 668, ../scss/_global.scss */
#mobile-accordion .blockContent.empty {
  display: block;
}

/* /Men├║ m├│vil acorde├│n*/
/* Footer */
/* line 674, ../scss/_global.scss */
.footerWrapper {
  background-color: #19191B;
}

/* line 679, ../scss/_global.scss */
.footerHeader h2 {
  color: #a9aab0;
}
/* line 682, ../scss/_global.scss */
.footerHeader h2 a {
  color: #a9aab0;
  text-decoration: none;
}
/* line 687, ../scss/_global.scss */
.footerHeader h2:before,
.footerHeader h2:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -216px;
  background-position: left -216px top 0px;
  min-width: 67px;
  min-height: 72px;
  max-width: 67px;
  max-height: 72px;
}
/* line 46, ../scss/images.scss */
.svg .footerHeader h2:before, .svg
.footerHeader h2:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 694, ../scss/_global.scss */
.footerHeader .socialLinks {
  position: absolute;
  top: 0;
  right: 0;
  height: 46px;
  background-color: #1f1f1e;
}
/* line 701, ../scss/_global.scss */
.footerHeader .socialLinks ul {
  padding: 10px 10px 0 20px;
  margin: 0;
  list-style-type: none;
}
/* line 706, ../scss/_global.scss */
.footerHeader .socialLinks ul li {
  display: inline-block;
}
/* line 709, ../scss/_global.scss */
.footerHeader .socialLinks ul li a {
  text-decoration: none;
  display: inline-block;
  text-indent: -999em;
  margin-left: 4px;
}
/* line 716, ../scss/_global.scss */
.footerHeader .socialLinks ul li .facebook {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -720px;
  background-position: left -720px top 0px;
  min-width: 27px;
  min-height: 27px;
  max-width: 27px;
  max-height: 27px;
}
/* line 46, ../scss/images.scss */
.svg .footerHeader .socialLinks ul li .facebook {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 720, ../scss/_global.scss */
.footerHeader .socialLinks ul li .twitter {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -792px;
  background-position: left -792px top 0px;
  min-width: 27px;
  min-height: 27px;
  max-width: 27px;
  max-height: 27px;
}
/* line 46, ../scss/images.scss */
.svg .footerHeader .socialLinks ul li .twitter {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* line 730, ../scss/_global.scss */
.footerContent {
  color: #737277;
  font-size: 0.688em;
  padding: 20px 10px 10px 10px;
}
/* line 735, ../scss/_global.scss */
.footerContent .contentRight {
  text-align: right;
  margin-top: 2em;
  line-height: 1.5em;
}

/* /Footer*/
/* Calendar Page */
/* line 745, ../scss/_global.scss */
.calendarContainer {
  padding-top: .5em;
}
/* line 747, ../scss/_global.scss */
.calendarContainer .monthName {
  text-transform: uppercase;
  color: #342b29;
  font-size: 1.375em;
  padding: .6em 0 .4em 0;
}

/* /Calendar Page */
/* Pager */
/* line 758, ../scss/_global.scss */
.gui_pager {
  text-align: center;
  margin-bottom: 15px;
}
/* line 761, ../scss/_global.scss */
.gui_pager a {
  margin-right: 5px;
  min-width: 26px;
  min-height: 26px;
  line-height: 26px;
  background-image: none;
  background-color: #dadada;
  border: 0;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #504f51;
  font-weight: normal;
  font-size: 0.938em;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
}
/* line 779, ../scss/_global.scss */
.gui_pager .ui-state-disabled {
  opacity: 1;
  filter: Alpha(Opacity=100);
  color: #a9aab0;
  background-color: #19191B;
}
/* line 785, ../scss/_global.scss */
.gui_pager #nav_first,
.gui_pager #nav_last {
  display: none;
}
/* line 789, ../scss/_global.scss */
.gui_pager #nav_prev,
.gui_pager #nav_next {
  background-color: transparent;
  margin-left: 5px;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -864px;
  background-position: left -864px top 0px;
  min-width: 21px;
  min-height: 21px;
  max-width: 21px;
  max-height: 21px;
  border: 0;
  text-indent: -999em;
  position: relative;
  top: 3px;
  vertical-align: top;
}
/* line 46, ../scss/images.scss */
.svg .gui_pager #nav_prev, .svg
.gui_pager #nav_next {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 800, ../scss/_global.scss */
.gui_pager #nav_prev {
  margin-right: 10px;
  margin-left: 0px;
  -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

/* /Pager */
/* Programaci├│n */
/* line 813, ../scss/_global.scss */
.programmContainer {
  margin-top: 2em;
}

/* line 816, ../scss/_global.scss */
.proximosEventos .eventoCartel {
  margin-top: 15px;
}

/* line 821, ../scss/_global.scss */
.eventoCartel.programacion .eventoPie {
  padding-bottom: .5em;
}

/* /Programaci├│n */
/* Ficha de evento */
/* line 829, ../scss/_global.scss */
.selecter a {
  text-decoration: none;
}
/* line 832, ../scss/_global.scss */
.selecter .selecter-selected {
  font-size: 1em;
}

/* line 837, ../scss/_global.scss */
.evento .pageTitle {
  display: none;
}
/* line 840, ../scss/_global.scss */
.evento .contentBody {
  margin-top: 1em;
}
/* line 843, ../scss/_global.scss */
.evento .eventoImagen img {
  max-width: 100%;
  width: 100%;
}
/* line 847, ../scss/_global.scss */
.evento .eventoHeader {
  background-color: #dedede;
  padding: 1em;
  -webkit-box-shadow: inset 0px -2px 8px -6px black;
  box-shadow: inset 0px -2px 8px -6px black;
}
/* line 852, ../scss/_global.scss */
.evento .eventoHeader .eventoTitulo {
  text-transform: uppercase;
  font-size: 0.938em;
  color: #342b29;
  padding-left: 30px;
  text-decoration: none;
  position: relative;
  display: block;
  margin-bottom: 0.4em;
}
/* line 863, ../scss/_global.scss */
.evento .eventoHeader .eventoTitulo:before,
.evento .eventoHeader .eventoTitulo:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -864px;
  background-position: left -864px top 0px;
  min-width: 21px;
  min-height: 21px;
  max-width: 21px;
  max-height: 21px;
}
/* line 46, ../scss/images.scss */
.svg .evento .eventoHeader .eventoTitulo:before, .svg
.evento .eventoHeader .eventoTitulo:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 873, ../scss/_global.scss */
.evento .eventoHeader .eventoExtraInfo {
  padding-left: 30px;
  color: #737277;
  font-size: 0.813em;
}
/* line 881, ../scss/_global.scss */
.evento .eventoDescripcionLabel {
  display: none;
}
/* line 884, ../scss/_global.scss */
.evento .chooseDates {
  color: #342b29;
}
/* line 887, ../scss/_global.scss */
.evento .eventoDescripcionContent {
  margin: 1em 0;
  font-size: 0.875em;
}
/* line 891, ../scss/_global.scss */
.evento .eventoDescripcionFooter {
  background-color: #dedede;
  padding: 5px 10px;
  -webkit-box-shadow: inset 0px -2px 8px -6px black;
  box-shadow: inset 0px -2px 8px -6px black;
}
/* line 898, ../scss/_global.scss */
.evento .eventoDescripcionFooter .socialLinks {
  text-align: right;
  line-height: 27px;
  font-size: 0.875em;
}
/* line 902, ../scss/_global.scss */
.evento .eventoDescripcionFooter .socialLinks a {
  text-decoration: none;
  display: inline-block;
  text-indent: -999em;
  margin-left: 4px;
  display: inline-block;
  text-align: left;
}
/* line 911, ../scss/_global.scss */
.evento .eventoDescripcionFooter .socialLinks .facebook {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -720px;
  background-position: left -720px top 0px;
  min-width: 27px;
  min-height: 27px;
  max-width: 27px;
  max-height: 27px;
}
/* line 46, ../scss/images.scss */
.svg .evento .eventoDescripcionFooter .socialLinks .facebook {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 915, ../scss/_global.scss */
.evento .eventoDescripcionFooter .socialLinks .twitter {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -792px;
  background-position: left -792px top 0px;
  min-width: 27px;
  min-height: 27px;
  max-width: 27px;
  max-height: 27px;
}
/* line 46, ../scss/images.scss */
.svg .evento .eventoDescripcionFooter .socialLinks .twitter {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 923, ../scss/_global.scss */
.evento .eventoPrecios table.precios {
  font-size: 0.875em;
  width: 100%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
/* line 930, ../scss/_global.scss */
.evento .eventoPrecios table.precios thead th {
  font-weight: normal;
  text-align: right;
  padding-bottom: 5px;
  color: #342b29;
}
/* line 936, ../scss/_global.scss */
.evento .eventoPrecios table.precios thead th.category {
  text-align: left;
  padding-left: 10px;
  width: 50%;
}
/* line 941, ../scss/_global.scss */
.evento .eventoPrecios table.precios thead th.available {
  padding-right: 2%;
}
/* line 945, ../scss/_global.scss */
.evento .eventoPrecios table.precios tbody {
  color: #504f51;
}
/* line 947, ../scss/_global.scss */
.evento .eventoPrecios table.precios tbody tr.category {
  background-color: #eeeeee;
  color: #342b29;
  border-bottom: 2px solid #e5e5e7;
  border-top: 3px solid #a9aab0;
}
/* line 953, ../scss/_global.scss */
.evento .eventoPrecios table.precios tbody tr.discount {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dddddf;
}
/* line 957, ../scss/_global.scss */
.evento .eventoPrecios table.precios tbody td {
  text-align: right;
  padding: 5px 0;
}
/* line 961, ../scss/_global.scss */
.evento .eventoPrecios table.precios tbody td.category,
.evento .eventoPrecios table.precios tbody td.discount {
  padding-left: 10px;
  text-align: left;
}
/* line 966, ../scss/_global.scss */
.evento .eventoPrecios table.precios tbody td.discount {
  padding-left: 20px;
}
/* line 969, ../scss/_global.scss */
.evento .eventoPrecios table.precios tbody td.available {
  padding-right: 2%;
}
/* line 975, ../scss/_global.scss */
.evento .botonComprar {
  text-align: right;
  font-size: 0.875em;
  margin: 10px 0;
}

/* /Ficha de evento*/
/* Selecci├│n de butacas */
/* line 984, ../scss/_global.scss */
.eventoPrecios {
  margin-top: .5em;
}

/* line 987, ../scss/_global.scss */
.catSelectorWrapper {
  font-size: 0.8125em;
  margin-top: 1em;
}
/* line 991, ../scss/_global.scss */
.catSelectorWrapper .userValueWrapper {
  margin-top: .5em;
  padding-bottom: 4px;
  padding-left: 10px;
  background-color: #eeeeee;
  color: #342b29;
  border-bottom: 2px solid #e5e5e7;
}
/* line 1000, ../scss/_global.scss */
.catSelectorWrapper .selectCatMsg,
.catSelectorWrapper .freeSeats {
  padding-left: 10px;
}
/* line 1004, ../scss/_global.scss */
.catSelectorWrapper .freeSeats,
.catSelectorWrapper .userValue {
  margin-top: 0;
  display: inline-block;
}

/* line 1013, ../scss/_global.scss */
#discountSelectorWrapper {
  margin-top: 1em;
  font-size: 0.8125em;
}
/* line 1016, ../scss/_global.scss */
#discountSelectorWrapper .selectDisMsg {
  padding-left: 10px;
}
/* line 1019, ../scss/_global.scss */
#discountSelectorWrapper .userValueWrapper {
  margin-top: .5em;
  padding-bottom: 4px;
  padding-left: 10px;
  background-color: #eeeeee;
  color: #342b29;
  border-bottom: 2px solid #e5e5e7;
}
/* line 1027, ../scss/_global.scss */
#discountSelectorWrapper .userValueWrapper .discountWarning {
  margin-top: 2em;
  font-size: .9em;
  padding-right: 15px;
}
/* line 1033, ../scss/_global.scss */
#discountSelectorWrapper label {
  font-size: 1em;
}

/* line 1037, ../scss/_global.scss */
.selButaca {
  text-transform: uppercase;
  text-align: center;
  color: #342b29;
}

/* line 1042, ../scss/_global.scss */
.maxSeats {
  text-align: center;
  font-size: 0.75em;
  color: #504f51;
}

/* line 1049, ../scss/_global.scss */
#catselect .formButtons {
  text-align: center;
  margin-top: 10px;
}

/* line 1054, ../scss/_global.scss */
#order_amound,
.addTickets {
  font-size: 0.8125em;
}

/* /Selecci├│n de butacas */
/* Estilo de "radio buttons"*/
/* line 1062, ../scss/_global.scss */
.richRadio input[type=radio] {
  display: none;
}
/* line 1065, ../scss/_global.scss */
.richRadio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  margin-top: .6em;
  font-size: 13px;
  line-height: 22px;
}
/* line 1075, ../scss/_global.scss */
.richRadio label:before,
.richRadio label:before {
  content: "O";
  font-family: "SeatMap";
  font-size: 1.6em;
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  line-height: 14px;
  bottom: 1px;
  /*border-radius: 11px;
  border: 3px solid #000;*/
  /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
}
/* line 1093, ../scss/_global.scss */
.richRadio input[type=radio]:checked + label:before,
.richRadio input[type=radio]:checked + label:before {
  content: "S";
  /*background-color: #000;*/
}

/* line 1100, ../scss/_global.scss */
.legend,
#placemap span.pm_seatmap {
  font-family: 'SeatMap';
  text-stroke: .5px;
  -webkit-text-stroke: .5px;
  -moz-text-stroke: .5px;
  font-size: 15px;
}
/* line 1107, ../scss/_global.scss */
.legend .disabled,
#placemap span.pm_seatmap .disabled {
  color: #DDD;
  /*text-shadow:
    3px 3px 0 #ddd,
  	-1px -1px 0 #ddd,
  	1px -1px 0 #ddd,
  	-1px 1px 0 #ddd,
    1px 1px 0 #ddd;*/
}

/* line 1119, ../scss/_global.scss */
#placemap .scene {
  background-color: #2C2721;
  color: #D6D5D3;
  text-transform: uppercase;
  padding: 1em 0;
}

/* Vista de la cesta */
/* line 1128, ../scss/_global.scss */
.cestaLogo {
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background-color: #dadada;
  padding: 1em 0;
}
/* line 1136, ../scss/_global.scss */
.cestaLogo span {
  display: inline-block;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -1656px;
  background-position: left -1656px top 0px;
  min-width: 36px;
  min-height: 37px;
  max-width: 36px;
  max-height: 37px;
}
/* line 46, ../scss/images.scss */
.svg .cestaLogo span {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* line 1141, ../scss/_global.scss */
.cartMessage {
  margin-top: 1em;
  font-size: 0.8125em;
  color: #737277;
}

/* line 1146, ../scss/_global.scss */
.cartContent {
  font-size: 0.8125em;
  color: #737277;
  margin-top: 1em;
  margin-bottom: 2em;
}
/* line 1151, ../scss/_global.scss */
.cartContent .emptyMsg {
  text-align: center;
  margin: 2em;
  font-weight: bold;
  color: #342b29;
}
/* line 1157, ../scss/_global.scss */
.cartContent table.eventTickets {
  border: 2px dashed #bfc0c4;
  margin-bottom: 1em;
}
/* line 1161, ../scss/_global.scss */
.cartContent table.eventTickets thead th {
  font-weight: normal;
}
/* line 1164, ../scss/_global.scss */
.cartContent table.eventTickets thead ul {
  padding: 0;
  list-style-type: none;
}
/* line 1167, ../scss/_global.scss */
.cartContent table.eventTickets thead ul li.eventName {
  font-size: 1.07692em;
  text-transform: uppercase;
  color: #342b29;
}
/* line 1174, ../scss/_global.scss */
.cartContent table.eventTickets tr.ticketRow {
  background-color: #eeeeee;
  color: #342b29;
  border-bottom: 2px solid #e5e5e7;
  line-height: 2.5em;
}
/* line 1180, ../scss/_global.scss */
.cartContent table.eventTickets tr.ticketRow.odd {
  background-color: #f8f8f8;
  border-bottom: 2px solid #dddddf;
}
/* line 1184, ../scss/_global.scss */
.cartContent table.eventTickets td.ticketOp {
  text-align: right;
}
/* line 1187, ../scss/_global.scss */
.cartContent table.eventTickets td.ticketDescription {
  width: 100%;
  padding-left: 10px;
  line-height: 1em;
  min-height: 2.5em;
}
/* line 1194, ../scss/_global.scss */
.cartContent table.eventTickets td.ticketSinglePrice {
  padding-right: 6%;
  position: relative;
}
/* line 1198, ../scss/_global.scss */
.cartContent table.eventTickets td.ticketSinglePrice:hover .is-tooltip {
  display: block !important;
  position: absolute;
  left: -30px;
  line-height: 1.2em;
}
/* line 1205, ../scss/_global.scss */
.cartContent table.eventTickets td.ticketSinglePrice .is-tooltip {
  background-color: #f8f8f8;
  border: 2px solid #dddddf;
  padding: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1212, ../scss/_global.scss */
.cartContent table.eventTickets a.deleteButton {
  text-indent: -999em;
  display: inline-block;
  text-align: left;
  position: relative;
}
/* line 1218, ../scss/_global.scss */
.cartContent table.eventTickets a.deleteButton:after {
  content: '';
  position: absolute;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -1440px;
  background-position: left -1440px top 0px;
  min-width: 8px;
  min-height: 8px;
  max-width: 8px;
  max-height: 8px;
  top: 38%;
  left: 43%;
}
/* line 46, ../scss/images.scss */
.svg .cartContent table.eventTickets a.deleteButton:after {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}
/* line 1227, ../scss/_global.scss */
.cartContent table.total {
  border: 0;
}
/* line 1229, ../scss/_global.scss */
.cartContent table.total td.totalCountdown {
  width: 100%;
  padding-left: 25px;
  position: relative;
}
/* line 1234, ../scss/_global.scss */
.cartContent table.total td.totalPrice {
  padding-right: 6%;
}

/* line 1239, ../scss/_global.scss */
.clock:before,
.clock:before {
  content: '';
  display: inline-block;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -1512px;
  background-position: left -1512px top 0px;
  min-width: 12px;
  min-height: 12px;
  max-width: 12px;
  max-height: 12px;
  left: 10px;
  top: 4px;
  position: absolute;
}
/* line 46, ../scss/images.scss */
.svg .clock:before, .svg
.clock:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* line 1248, ../scss/_global.scss */
.cartBotonera {
  margin-left: 1em;
}
/* line 1250, ../scss/_global.scss */
.cartBotonera button {
  font-size: 0.8125em;
  line-height: 1.5em;
  padding: 5px 10px;
}
/* line 1256, ../scss/_global.scss */
.cartBotonera button.pay {
  background-color: #342b29;
  margin-top: 5px;
}
/* line 1260, ../scss/_global.scss */
.cartBotonera form {
  display: inline-block;
}

/* /Vista de la cesta*/
/* Checkout */
/* line 1271, ../scss/_global.scss */
.register .headerNote,
.checkout .headerNote,
.editUser .headerNote {
  margin-top: 2em;
  font-size: 0.75em;
  color: #504f51;
}
/* line 1276, ../scss/_global.scss */
.register .mainContent form p.inLabel,
.checkout .mainContent form p.inLabel,
.editUser .mainContent form p.inLabel {
  margin: 0.7em 0;
  max-width: 20em;
}
/* line 1279, ../scss/_global.scss */
.register .mainContent form p.inLabel input[type="text"],
.register .mainContent form p.inLabel input[type="password"],
.register .mainContent form p.inLabel select,
.checkout .mainContent form p.inLabel input[type="text"],
.checkout .mainContent form p.inLabel input[type="password"],
.checkout .mainContent form p.inLabel select,
.editUser .mainContent form p.inLabel input[type="text"],
.editUser .mainContent form p.inLabel input[type="password"],
.editUser .mainContent form p.inLabel select {
  width: 100%;
  box-sizing: border-box;
  border-color: #bfc0c4;
  color: #504f51;
}
/* line 1287, ../scss/_global.scss */
.register .mainContent form p.inLabel input[type="text"].error,
.register .mainContent form p.inLabel input[type="password"].error,
.register .mainContent form p.inLabel select.error,
.checkout .mainContent form p.inLabel input[type="text"].error,
.checkout .mainContent form p.inLabel input[type="password"].error,
.checkout .mainContent form p.inLabel select.error,
.editUser .mainContent form p.inLabel input[type="text"].error,
.editUser .mainContent form p.inLabel input[type="password"].error,
.editUser .mainContent form p.inLabel select.error {
  border-color: #342b29;
}
/* line 1293, ../scss/_global.scss */
.register .mainContent form p.inLabel select,
.checkout .mainContent form p.inLabel select,
.editUser .mainContent form p.inLabel select {
  font-size: 0.75em;
  border: 1px solid #bfc0c4;
  padding: 5px;
}
/* line 1298, ../scss/_global.scss */
.register .mainContent form p.inLabel label,
.checkout .mainContent form p.inLabel label,
.editUser .mainContent form p.inLabel label {
  left: 10px;
  top: 6px;
}
/* line 1303, ../scss/_global.scss */
.register .mainContent form p.inLabel #user_country-label,
.checkout .mainContent form p.inLabel #user_country-label,
.editUser .mainContent form p.inLabel #user_country-label {
  display: none;
}
/* line 1306, ../scss/_global.scss */
.register .mainContent form p.inLabel #user_nospam,
.checkout .mainContent form p.inLabel #user_nospam,
.editUser .mainContent form p.inLabel #user_nospam {
  max-width: 16em;
}
/* line 1310, ../scss/_global.scss */
.register .checkConditionsField,
.checkout .checkConditionsField,
.editUser .checkConditionsField {
  clear: both;
  color: #504f51;
}
/* line 1313, ../scss/_global.scss */
.register .checkConditionsField a,
.checkout .checkConditionsField a,
.editUser .checkConditionsField a {
  color: #342b29;
  text-decoration: none;
}
/* line 1318, ../scss/_global.scss */
.register .requiredMsg,
.checkout .requiredMsg,
.editUser .requiredMsg {
  margin-top: 2em;
  clear: both;
  font-size: 0.75em;
  color: #504f51;
}
/* line 1324, ../scss/_global.scss */
.register #continue,
.checkout #continue,
.editUser #continue {
  font-size: 0.8125em;
  line-height: 1.5em;
  padding: 5px 10px;
  margin-top: 2em;
}
/* line 1330, ../scss/_global.scss */
.register label.error,
.checkout label.error,
.editUser label.error {
  position: relative;
  top: 0 !important;
  color: #342b29;
}
/* line 1335, ../scss/_global.scss */
.register .errorMsg,
.checkout .errorMsg,
.editUser .errorMsg {
  color: #342b29;
  font-size: 0.75em;
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
}
/* line 1341, ../scss/_global.scss */
.register .errorMsg img,
.checkout .errorMsg img,
.editUser .errorMsg img {
  display: none;
}
/* line 1344, ../scss/_global.scss */
.register .errorMsg span,
.checkout .errorMsg span,
.editUser .errorMsg span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
/* line 1349, ../scss/_global.scss */
.register .errorMsg span:before,
.register .errorMsg span:before,
.checkout .errorMsg span:before,
.checkout .errorMsg span:before,
.editUser .errorMsg span:before,
.editUser .errorMsg span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.png");
  background-position-y: 0px;
  background-position-x: -1008px;
  background-position: left -1008px top 0px;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
}
/* line 46, ../scss/images.scss */
.svg .register .errorMsg span:before, .svg
.register .errorMsg span:before, .svg
.checkout .errorMsg span:before, .svg
.checkout .errorMsg span:before, .svg
.editUser .errorMsg span:before, .svg
.editUser .errorMsg span:before {
  background-image: url("./images/theme/hooh/subthemes/estandar/sprite.svg");
}

/* /Checkout */
/* Activation */
/* line 1362, ../scss/_global.scss */
.innerContent {
  font-size: 0.8125em;
  color: #342b29;
  margin-top: 1em;
}
/* line 1367, ../scss/_global.scss */
.innerContent label,
.innerContent input,
.innerContent button {
  font-size: 1em;
}
/* line 1372, ../scss/_global.scss */
.innerContent h3 {
  font-size: 1.375em;
  font-weight: normal;
}

/* line 1377, ../scss/_global.scss */
#uar-label {
  left: 10px;
  top: 6px;
}

/* line 1381, ../scss/_global.scss */
.inLabel.reactivationEmail {
  display: inline-block;
}
/* line 1383, ../scss/_global.scss */
.inLabel.reactivationEmail label {
  padding-left: 10px;
}

/* /Activation*/
/* Modo de pago */
/* line 1390, ../scss/_global.scss */
.paymentMethodWrapper {
  padding-left: 10px;
}
/* line 1392, ../scss/_global.scss */
.paymentMethodWrapper .payment_form {
  display: inline-block;
  vertical-align: top;
}
/* line 1395, ../scss/_global.scss */
.paymentMethodWrapper .payment_form .methodPayment,
.paymentMethodWrapper .payment_form .methodShipment {
  padding-left: 10px;
}
/* line 1398, ../scss/_global.scss */
.paymentMethodWrapper .payment_form .methodPayment span,
.paymentMethodWrapper .payment_form .methodShipment span {
  font-weight: bold;
}
/* line 1403, ../scss/_global.scss */
.paymentMethodWrapper .methodDescription {
  width: 85%;
}

/* line 1407, ../scss/_global.scss */
.checkoutBotonera {
  text-align: right;
  margin-top: 1em;
}

/* /Modo de pago */
/* Checkout Result */
/* line 1413, ../scss/_global.scss */
.sectionTitle {
  font-size: 1.375em;
  font-weight: normal;
}

/* line 1418, ../scss/_global.scss */
.resultBotonera .mainButton {
  margin-left: 15px;
}

/* line 1423, ../scss/_global.scss */
.innerContent.resultCheckout p {
  border-bottom: 1px solid #bfc0c4;
}
/* line 1426, ../scss/_global.scss */
.innerContent.resultCheckout label {
  min-width: 10em;
  display: inline-block;
  width: 25%;
}
/* line 1431, ../scss/_global.scss */
.innerContent.resultCheckout span {
  vertical-align: top;
  display: inline-block;
  width: 50%;
}

/* /Checkout Result */
/* Ficha personal*/
/* line 1441, ../scss/_global.scss */
.personFields > p,
.personalOrder > p {
  border-bottom: 1px solid #e5e5e7;
  padding-left: 10px;
}
/* line 1445, ../scss/_global.scss */
.personFields label,
.personalOrder label {
  min-width: 10em;
  display: inline-block;
  color: #342b29;
}
/* line 1450, ../scss/_global.scss */
.personFields label:after,
.personalOrder label:after {
  content: ':';
}
/* line 1453, ../scss/_global.scss */
.personFields span,
.personalOrder span {
  display: inline-block;
  color: #504f51;
}

/* line 1459, ../scss/_global.scss */
#modifyInfoWrapper {
  text-align: right;
}

/* /Ficha personal*/
/* Mis pedidos */
/* line 1467, ../scss/_global.scss */
.innerContent.personalOrders tr,
.innerContent.personalOrder .ticketsOrder tr {
  border-bottom: 1px solid #e5e5e7;
  padding-left: 10px;
}
/* line 1471, ../scss/_global.scss */
.innerContent.personalOrders th,
.innerContent.personalOrder .ticketsOrder th {
  text-align: left;
  font-weight: normal;
}
/* line 1475, ../scss/_global.scss */
.innerContent.personalOrders td,
.innerContent.personalOrder .ticketsOrder td {
  color: #504f51;
}
/* line 1477, ../scss/_global.scss */
.innerContent.personalOrders td a,
.innerContent.personalOrder .ticketsOrder td a {
  width: 100%;
  display: inline-block;
}

/* /Mis pedidos */
/* Ficha de pedido */
/* line 1488, ../scss/_global.scss */
.personalOrder #status-tr .pedido {
  color: green;
}
/* line 1491, ../scss/_global.scss */
.personalOrder #status-tr .reservado {
  color: orange;
}
/* line 1494, ../scss/_global.scss */
.personalOrder #status-tr .cancelado, .personalOrder #status-tr .reemitido {
  color: #8b4513;
}
/* line 1499, ../scss/_global.scss */
.personalOrder #payment-tr .noPagado {
  color: red;
}
/* line 1502, ../scss/_global.scss */
.personalOrder #payment-tr .pendiente {
  color: orange;
}
/* line 1507, ../scss/_global.scss */
.personalOrder #shipment-tr .noEnviado {
  color: red;
}
/* line 1510, ../scss/_global.scss */
.personalOrder #shipment-tr .enviado {
  color: green;
}
/* line 1515, ../scss/_global.scss */
.personalOrder .pedidoBotonera {
  margin-bottom: 1em;
}

/* /Ficha de pedido */
/* Contrase├▒a olvidada*/
/* line 1526, ../scss/_global.scss */
.simplemodal-data h1 {
  font-size: 1em;
  font-weight: normal;
  margin: .5em 0;
}
/* line 1531, ../scss/_global.scss */
.simplemodal-data .instructions {
  font-size: 0.8125em;
}
/* line 1534, ../scss/_global.scss */
.simplemodal-data .field {
  margin: .5em 0;
}

/* /Contrase├▒a olvidada*/
/*Correcci├│n a etiquetas en vez de placeholder*/
/* line 1542, ../scss/_global.scss */
.placeholder .inLabel label {
  display: none;
}

/* ===============
	ALL: IE Fixes
   =============== */
/* line 114, ../scss/main.scss */
.ie7 .title {
  padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Estilos sacados del c├│digo*/
/* line 122, ../scss/main.scss */
.message-container {
  display: block;
  opacity: 0.9;
  /*position: fixed;*/
  top: 0px;
  z-index: 1031;
  /*width:100%;*/
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 479px) {
  /* ====================
  	INTERMEDIATE: Menu
     ==================== */
  /* =======Hooh Styles============
     MOBILE: Only mobile styles
     ============================== */
  /* line 6, ../scss/_mobile.scss */
  .innerContent.personalOrder .ticketsOrder {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  /* line 8, ../scss/_mobile.scss */
  .innerContent.personalOrder .ticketsOrder table, .innerContent.personalOrder .ticketsOrder thead, .innerContent.personalOrder .ticketsOrder tbody, .innerContent.personalOrder .ticketsOrder th, .innerContent.personalOrder .ticketsOrder td, .innerContent.personalOrder .ticketsOrder tr {
    display: block;
  }
  /* line 13, ../scss/_mobile.scss */
  .innerContent.personalOrder .ticketsOrder thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 19, ../scss/_mobile.scss */
  .innerContent.personalOrder .ticketsOrder td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #e5e5e7;
    position: relative;
    padding-left: 50%;
  }
  /* line 27, ../scss/_mobile.scss */
  .innerContent.personalOrder .ticketsOrder td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-label);
    color: #342b29;
  }
  /* line 39, ../scss/_mobile.scss */
  .innerContent.personalOrder .ticketsOrder tbody tr {
    border-bottom: 15px solid #a9aab0;
    padding-left: 0px;
    background-color: #f8f8f8;
  }
}
@media only screen and (min-width: 480px) {
  /* ====================
  	INTERMEDIATE: Menu
     ==================== */
  /* line 1, ../scss/_mobile_wide.scss */
  .eventoCartel .marco {
    background-position: center center;
  }

  /* line 4, ../scss/_mobile_wide.scss */
  .eventoCartel.normal {
    width: 48.4%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.2%;
  }

  /* line 11, ../scss/_mobile_wide.scss */
  .eventoCartel.normal:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* ====================
  	WIDE: Adaptation to wide devices
     ==================== */
  /* line 5, ../scss/_wide.scss */
  .hidden-mobile {
    display: block !important;
    visibility: visible;
  }

  /* line 11, ../scss/_wide.scss */
  .hidden-desktop {
    display: none !important;
    visibility: hidden;
  }

  /* /Layout */
  /* ============
  	WIDE: Menu
     ============ */
  /* line 25, ../scss/_wide.scss */
  .title {
    float: left;
  }

  /* line 29, ../scss/_wide.scss */
  nav {
    width: 100%;
    clear: both;
  }

  /* line 33, ../scss/_wide.scss */
  .topMenu {
    height: 46px;
    margin-right: 310px;
    width: auto;
  }
  /* line 38, ../scss/_wide.scss */
  .topMenu ul {
    padding: 0 0 0 70px;
    list-style-type: none;
  }
  /* line 41, ../scss/_wide.scss */
  .topMenu ul li {
    display: inline-block;
    margin-left: 10px;
  }
  /* line 45, ../scss/_wide.scss */
  .topMenu ul a {
    text-decoration: none;
    text-transform: uppercase;
    color: #a9aab0;
    line-height: 46px;
    display: inline-block;
  }
  /* line 24, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  .topMenu ul a:hover {
    color: #d4d5d7;
  }
  /* line 27, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  .topMenu ul a:active {
    color: #ffffff;
  }
  /* line 52, ../scss/_wide.scss */
  .topMenu ul a.active {
    color: #fff;
  }
  /* line 24, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  .topMenu ul a.active:hover {
    color: #d4d5d7;
  }
  /* line 27, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  .topMenu ul a.active:active {
    color: #ffffff;
  }

  /* line 57, ../scss/_wide.scss */
  .block:first-child {
    margin-top: 0;
  }

  /* ============
  	WIDE: Main
     ============ */
  /* line 63, ../scss/_wide.scss */
  #main-wrapper {
    width: 768px;
    margin: 0 auto;
  }

  /* line 68, ../scss/_wide.scss */
  .wrapper {
    position: relative;
  }

  /* line 76, ../scss/_wide.scss */
  .main aside {
    width: 300px;
    position: relative;
    right: -9px;
    top: -46px;
    float: left;
  }

  /* line 83, ../scss/_wide.scss */
  .main .mainContent {
    width: 438px;
    float: left;
  }

  /* Home */
  /* line 93, ../scss/_wide.scss */
  h2.pageTitle .pageTitle,
  .home .pageTitle,
  .inside.calendar .pageTitle,
  .inside.programm .pageTitle {
    display: none !important;
  }

  /* Footer */
  /* line 99, ../scss/_wide.scss */
  .footerContent {
    position: relative;
  }

  /* line 102, ../scss/_wide.scss */
  .contentLeft {
    vertical-align: bottom;
    position: absolute;
    bottom: 1em;
  }

  /* Pager */
  /* line 109, ../scss/_wide.scss */
  .gui_pager {
    text-align: left;
  }

  /* /Pager*/
  /* Evento */
  /* line 115, ../scss/_wide.scss */
  .evento .pageTitle {
    display: none !important;
  }
  /* line 118, ../scss/_wide.scss */
  .evento .eventoPrecios table.precios, .evento .botonComprar {
    font-size: 0.8125em;
  }
  /* line 121, ../scss/_wide.scss */
  .evento .eventoDescripcionContent {
    font-size: 0.75em;
  }

  /* /Evento */
  /* Formulario de registro */
  /* line 130, ../scss/_wide.scss */
  .checkout .mainContent form p.inLabel,
  .register .mainContent form p.inLabel {
    width: 48%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }
  /* line 136, ../scss/_wide.scss */
  .checkout .mainContent form p.inLabel:nth-child(2n+1),
  .register .mainContent form p.inLabel:nth-child(2n+1) {
    margin-left: 3%;
  }
  /* line 139, ../scss/_wide.scss */
  .checkout .captchaImg,
  .register .captchaImg {
    position: absolute;
    top: 0;
    left: 108%;
  }

  /* /Formulario de registro */
  /* Checkout Result */
  /* line 150, ../scss/_wide.scss */
  .innerContent.resultCheckout label {
    min-width: 10em;
    display: inline-block;
    width: 25%;
  }
  /* line 155, ../scss/_wide.scss */
  .innerContent.resultCheckout span {
    vertical-align: top;
    display: inline-block;
    width: 70%;
  }

  /* /Checkout Result */
}
@media only screen and (min-width: 950px) {
  /* ====================
  	NORMAL: Adaptation to extrawide devices
     ====================
     */
  /* line 7, ../scss/_normal.scss */
  #main-wrapper {
    width: 950px;
    margin: 0 auto;
  }

  /* line 13, ../scss/_normal.scss */
  .main .mainContent {
    width: 615px;
  }
  /* line 16, ../scss/_normal.scss */
  .main aside {
    right: -14px;
  }

  /* line 20, ../scss/_normal.scss */
  .topMenu {
    margin-right: 315px;
  }

  /* line 23, ../scss/_normal.scss */
  h2.pageTitle {
    display: none;
  }

  /* line 26, ../scss/_normal.scss */
  .enCartel .flex-control-nav {
    top: auto;
    bottom: 0px;
  }

  /* line 31, ../scss/_normal.scss */
  .eventoCartel .marco {
    height: 280px;
  }
  /* line 34, ../scss/_normal.scss */
  .eventoCartel .eventoPie {
    padding-bottom: 2em;
  }

  /* line 39, ../scss/_normal.scss */
  .eventoCartel.normal:nth-child(2n) {
    margin-right: 1%;
  }

  /* line 42, ../scss/_normal.scss */
  .eventoCartel.normal:nth-child(3n) {
    margin-right: 0;
  }

  /* line 45, ../scss/_normal.scss */
  .eventoCartel.normal {
    width: 32.2%;
    margin-right: 1%;
  }
  /* line 48, ../scss/_normal.scss */
  .eventoCartel.normal .marco {
    height: 100px;
  }

  /* Programaci├│n */
  /* line 54, ../scss/_normal.scss */
  .eventoCartel.normal.programa {
    width: 48.4%;
    margin-right: 2.2%;
  }
  /* line 58, ../scss/_normal.scss */
  .eventoCartel.normal.programa .marco {
    height: 130px;
  }
  /* line 61, ../scss/_normal.scss */
  .eventoCartel.normal.programa .eventoPie {
    padding-bottom: .5em;
  }

  /* line 68, ../scss/_normal.scss */
  .eventoCartel.normal.programa:nth-child(2n) {
    margin-right: 0;
  }

  /* /Programaci├│n */
  /* Cesta de entradas */
  /* line 74, ../scss/_normal.scss */
  .cartBotonera button.pay {
    margin-left: 15px;
  }

  /* /Cesta de entradas */
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 179, ../scss/main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 186, ../scss/main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 193, ../scss/main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 198, ../scss/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 209, ../scss/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 219, ../scss/main.scss */
.invisible {
  visibility: hidden;
}

/* line 223, ../scss/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 229, ../scss/main.scss */
.clearfix:after {
  clear: both;
}

/* line 233, ../scss/main.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 242, ../scss/main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 249, ../scss/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 254, ../scss/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 258, ../scss/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 266, ../scss/main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 272, ../scss/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 278, ../scss/main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 282, ../scss/main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 287, ../scss/main.scss */
  img {
    max-width: 100% !important;
  }

  /* line 291, ../scss/main.scss */
  page {
    margin: 0.5cm;
  }

  /* line 295, ../scss/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 302, ../scss/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
