/* Minification failed. Returning unminified contents.
(6365,37): run-time error CSS1039: Token not allowed after unary operator: 'xml'
(6366,11): run-time error CSS1035: Expected colon, found ','
: run-time error CSS1036: Expected expression, found ''
(6406,41): run-time error CSS1039: Token not allowed after unary operator: 'xml'
(6407,15): run-time error CSS1035: Expected colon, found ','
: run-time error CSS1036: Expected expression, found ''
(6427,41): run-time error CSS1039: Token not allowed after unary operator: 'xml'
(6428,15): run-time error CSS1035: Expected colon, found ','
: run-time error CSS1036: Expected expression, found ''
(9155,26): run-time error CSS1030: Expected identifier, found ' '
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(11049,37): run-time error CSS1039: Token not allowed after unary operator: 'xml'
(11050,11): run-time error CSS1035: Expected colon, found ','
: run-time error CSS1036: Expected expression, found ''
(11779,26): run-time error CSS1030: Expected identifier, found ' '
(11870,35): run-time error CSS1030: Expected identifier, found ' '
(11970,42): run-time error CSS1030: Expected identifier, found ' '
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(61373,57): run-time error CSS1030: Expected identifier, found '.'
(61373,82): run-time error CSS1031: Expected selector, found ')'
(61373,82): run-time error CSS1025: Expected comma or open brace, found ')'
(66585,1): run-time error CSS1019: Unexpected token, found '@import'
(66585,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700')'
(68384,1): run-time error CSS1019: Unexpected token, found '}'
(70780,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(70780,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(70782,2): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(70782,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(70786,2): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(70786,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(70788,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(70788,19): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(72697,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(72698,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(72701,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(72702,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(72705,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(72706,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(72717,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(72718,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Index
		1 - FONTFACES
		2 - BASESTYLES
		3 - GENERAL
		4 - MENUMOVIL
		5 - POPUP
		6 - 1280
		7 - skin
		8 - 1024
		9 - 800
		10 - 768
		11 - 640
		12 - 480
		13 - Browse Happy prompt
		14 - IE HACKS
		15 - Helper classes
		16 - Print styles
		17 - DEV
   ========================================================================== */
/* ==========================================================================
   1 - FONTFACES
   ========================================================================== */
@font-face {
    font-family: 'dinbold';
    src: url('fonts/din-bold-webfont.eot');
    src: url('fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/din-bold-webfont.woff') format('woff'), url('fonts/din-bold-webfont.ttf') format('truetype'), url('fonts/din-bold-webfont.svg#dinbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCond-Medium';
    src: url('fonts/DINCond-Medium.eot');
    src: url('fonts/DINCond-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/DINCond-Medium.woff2') format('woff2'), url('fonts/DINCond-Medium.woff') format('woff'), url('fonts/DINCond-Medium.ttf') format('truetype'), url('fonts/DINCond-Medium.svg#DINCond-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinmedium';
    src: url('fonts/din-medium-webfont.eot');
    src: url('fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/din-medium-webfont.woff') format('woff'), url('fonts/din-medium-webfont.ttf') format('truetype'), url('fonts/din-medium-webfont.svg#dinmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinengschriftstd';
    src: url('fonts/DINEngschriftStd.eot');
    src: url('fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'), url('fonts/DINEngschriftStd.woff') format('woff'), url('fonts/DINEngschriftStd.ttf') format('truetype'), url('fonts/DINEngschriftStd.svg#dinengschriftstd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dincondensedcregular';
    src: url('fonts/din_condensed-webfont.eot');
    src: url('fonts/din_condensed-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/din_condensed-webfont.woff') format('woff'), url('fonts/din_condensed-webfont.ttf') format('truetype'), url('fonts/din_condensed-webfont.svg#dincondensedcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sue_ellen_franciscoregular';
    src: url('fonts/sue_ellen_francisco-webfont.eot');
    src: url('fonts/sue_ellen_francisco-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sue_ellen_francisco-webfont.woff2') format('woff2'), url('fonts/sue_ellen_francisco-webfont.woff') format('woff'), url('fonts/sue_ellen_francisco-webfont.ttf') format('truetype'), url('fonts/sue_ellen_francisco-webfont.svg#sue_ellen_franciscoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'komika_display';
    src: url('fonts/kmkdspw-webfont.eot');
    src: url('fonts/kmkdspw-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/kmkdspw-webfont.woff2') format('woff2'), url('fonts/kmkdspw-webfont.woff') format('woff'), url('fonts/kmkdspw-webfont.ttf') format('truetype'), url('fonts/kmkdspw-webfont.svg#komika_display_wideregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adlib';
    src: url('fonts/adlibn-webfont.eot');
    src: url('fonts/adlibn-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/adlibn-webfont.woff2') format('woff2'), url('fonts/adlibn-webfont.woff') format('woff'), url('fonts/adlibn-webfont.ttf') format('truetype'), url('fonts/adlibn-webfont.svg#adlib_btregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gustanlight';
    src: url('fonts/dolbygustan-light-webfont.eot');
    src: url('fonts/dolbygustan-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dolbygustan-light-webfont.woff2') format('woff2'), url('fonts/dolbygustan-light-webfont.woff') format('woff'), url('fonts/dolbygustan-light-webfont.ttf') format('truetype'), url('fonts/dolbygustan-light-webfont.svg#dolby_gustanlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gustanbook';
    src: url('fonts/dolbygustan-book-webfont.eot');
    src: url('fonts/dolbygustan-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dolbygustan-book-webfont.woff2') format('woff2'), url('fonts/dolbygustan-book-webfont.woff') format('woff'), url('fonts/dolbygustan-book-webfont.ttf') format('truetype'), url('fonts/dolbygustan-book-webfont.svg#dolby_gustanbook') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'caeciliabold';
    src: url('fonts/CaeciliaLTStd-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caecilialight';
    src: url('fonts/CaeciliaLTStd-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caeciliaroman';
    src: url('fonts/CaeciliaLTStd-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneue';
    src: url('fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   2 - BASESTYLES
   ========================================================================== */
html, button, input, select, textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, img, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
/* ==========================================================================
   3 - GENERAL
   ========================================================================== */
ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

.not_background {
    background: none !important;
}

body, header #header {
    background-color: #ffffff !important;
}
/* SPLITs IMG */
/* HOME */
header #logo_header, .n_cc .sb-toggle-right, .ir-arriba,
#home .tecnologia .dolby,
#home .tecnologia .imax,
#home .tecnologia .isens,
#home .tecnologia .screenX,
#home .pelicula_principal .principal-info a.trailer span,
#home .cartelera .shadow_right .img_right span,
#home .cartelera .shadow_left .img_left span,
#home .pelicula_principal .img_left span,
#home .pelicula_principal .img_right span,
#header #cinefavorito_header.nuevo_logged.logged .disp_logged .logged_img, header #cinefavorito_header.logged .cc_cuenta, header #menu_movil .btn_menu_movil, .radios a,
#separador-top,
#separador-bottom, .submenucines li span, header #menu_movil .btn_menu_movil, header #menu > #menu_web > ul li.semueve a {
    background-image: url("../img/split_home.png");
}
/*HEADER*/


header #cinefavorito_header a {
    text-decoration: none;
}

header #logo_header {
    z-index: 1000;
}

/* login */
header #cinefavorito_header {
    position: absolute;
    vertical-align: top;
    width: auto;
    display: inline;
    text-align: right;
}

header .btn_cinefav .img_cinefav {
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 46px;
    line-height: 40px;
    width: 39px;
    text-align: center;
    margin-top: 3px;
    left: 3px;
}

header .lbl_cinefav {
    /*texto del cine favorito*/
    font-family: "dinengschriftstd", "Another Font", generic;
    font-size: 23px;
    color: #FFF;
    margin-left: 10px;
    vertical-align: middle;
}

    header .lbl_cinefav:after {
        /*flecha del cine favorito*/
        content: ">";
        color: #FFF;
        margin: 0 5px 0 15px;
    }

header #cinefavorito_header .cinefav {
    position: relative;
    display: inline-block;
    background-color: #FED801;
    z-index: 10;
    vertical-align: top;
}

header #cinefavorito_header .cc_cuenta {
    position: absolute;
    right: 0px;
    transition: 0.5s;
    z-index: 12;
    top: 0;
}

    header #cinefavorito_header .cc_cuenta.open {
        transition: 0.5s;
    }

header #cinefavorito_header .disp_login {
    position: absolute;
    width: 0px;
    background-color: #ffffff;
    z-index: 11;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    border: 1px solid #0f99fe;
}

    header #cinefavorito_header .disp_login.open {
        transition: 0.5s;
    }

header #cinefavorito_header .text {
    border: 0;
    border-right: 2px solid #dfdfdf;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    font-family: 'dinengschriftstd';
    color: #999999;
}

header #cinefavorito_header .pass {
    border: 0;
    position: relative;
    display: inline-block;
    margin-left: 7px;
    font-family: 'dinengschriftstd';
    color: #999999;
}

header #cinefavorito_header .disp_login .btn {
    border: none;
    position: relative;
    display: inline-block;
    margin-left: 3px;
    text-align: center;
    font-family: 'dinengschriftstd';
    color: #ffffff;
    background-color: #0f99fe;
}

header #cinefavorito_header .disp_login a.btn {
    background-color: #004c95;
}

header #cinefavorito_header .recordar {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    header #cinefavorito_header .recordar a {
        font-family: 'dinengschriftstd';
        color: #cccccc;
        border-bottom: 1px solid #cccccc;
    }

header #cinefavorito_header .close_login {
    position: absolute;
    background: #0f99fe url("../img/login_close.png") no-repeat center;
    cursor: pointer;
}

header #cinefavorito_header .disp_logged {
    display: none;
}

.no-touch header #cinefavorito_header .disp_logged:hover div {
    position: absolute;
    background: #666666 url("../img/login_close.png") no-repeat center;
    z-index: 20;
    border-radius: 24px;
    cursor: pointer;
}

header #cinefavorito_header.logged .disp_login {
    display: none;
}

header #cinefavorito_header.logged .disp_logged {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

#header #cinefavorito_header.nuevo_logged.logged .cc_cuenta {
    display: none;
}

#header #cinefavorito_header.nuevo_logged.logged .disp_logged {
    position: relative;
    display: inline-block;
    height: 52px;
    width: 110px;
    background: #0f99fe;
    padding-left: 54px;
    text-align: left;
}

    #header #cinefavorito_header.nuevo_logged.logged .disp_logged a {
        display: block;
        font-family: 'dinengschriftstd';
        color: #ffffff;
        font-size: 17px;
    }

    #header #cinefavorito_header.nuevo_logged.logged .disp_logged .logged_msg {
        margin-top: 5px;
        margin-right: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #header #cinefavorito_header.nuevo_logged.logged .disp_logged .logged_logout {
        font-size: 13px;
        text-decoration: underline;
    }

    #header #cinefavorito_header.nuevo_logged.logged .disp_logged .logged_logout {
        font-size: 13px;
        text-decoration: underline;
    }

    #header #cinefavorito_header.nuevo_logged.logged .disp_logged .logged_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 52px;
        height: 52px;
        background-position: -565px -28px;
    }
/* /login */

#cartelera_pelicula header nav ul li span.colorbutton a.peliculas,
#proximos_estrenos header nav ul li span.colorbutton a.peliculas,
#dolby header nav ul li span.colorbutton a.peliculas,
#imax header nav ul li span.colorbutton a.peliculas,
#screenX header nav ul li span.colorbutton a.peliculas,
#isens header nav ul li span.colorbutton a.peliculas,
#ciclos header nav ul li span.colorbutton a.peliculas,
#ficha_pelicula header nav ul li span.colorbutton a.peliculas,
#colegios header nav ul li span.colorbutton a.peliculas,
#infantil header nav ul li span.colorbutton a.peliculas,
#cumpleanos header nav ul li span.colorbutton a.peliculas,
#eventos header nav ul li span.colorbutton a.eventos,
#ficha_eventos header nav ul li span.colorbutton a.eventos,
#promos header nav ul li span.colorbutton a.promos,
#promos_landing header nav ul li span.colorbutton a.promos,
#mapa header nav ul li span.colorbutton a.cines,
#ficha_cine header nav ul li span.colorbutton a.cines,
#cinesacheck header nav ul li span.colorbutton a.cinesacheck,
#trailers_cartelera header nav ul li span.colorbutton a.trailers,
#trailers_estrenos header nav ul li span.colorbutton a.trailers,
#cinesacard header nav ul li span.colorbutton a.cinesacard,
#cc_form header nav ul li span.colorbutton a.cinesacard,
#cc_form_activar header nav ul li span.colorbutton a.cinesacard,
#cc_form_error header nav ul li span.colorbutton a.cinesacard,
#cc_form_mail header nav ul li span.colorbutton a.cinesacard,
#cc_form_finpedir header nav ul li span.colorbutton a.cinesacard,
#cc_form_finactivar header nav ul li span.colorbutton a.cinesacard,
#games header nav ul li span.colorbutton a.games,
#apps header nav ul li span.colorbutton a.games {
    color: #ffffff !important;
}

#cartelera_pelicula header nav ul li span.colorbutton a.peliculas,
#proximos_estrenos header nav ul li span.colorbutton a.peliculas,
#dolby header nav ul li span.colorbutton a.peliculas,
#imax header nav ul li span.colorbutton a.peliculas,
#screenX header nav ul li span.colorbutton a.peliculas,
#isens header nav ul li span.colorbutton a.peliculas,
#ciclos header nav ul li span.colorbutton a.peliculas,
#colegios header nav ul li span.colorbutton a.peliculas,
#infantil header nav ul li span.colorbutton a.peliculas,
#cumpleanos header nav ul li span.colorbutton a.peliculas,
#ficha_pelicula header nav ul li span.colorbutton a.peliculas {
    background-color: #0076EC !important;
    border-color: #0076EC !important;
}

#mapa header nav ul li span.colorbutton a.cines {
    background-color: #fed801 !important;
    border-color: #fed801 !important;
}

#ficha_cine header nav ul li span.colorbutton a.cines {
    background-color: #fed801 !important;
    border-color: #fed801 !important;
}

#eventos header nav ul li span.colorbutton a.eventos {
    background-color: #fba300 !important;
    border-color: #fba300 !important;
}

#ficha_eventos header nav ul li span.colorbutton a.eventos {
    background-color: #fba300 !important;
    border-color: #fba300 !important;
}

#cinesacheck header nav ul li span.colorbutton a.cinesacheck {
    background-color: #719eb5 !important;
    border-color: #719eb5 !important;
}

#games header nav ul li span.colorbutton a.games,
#apps header nav ul li span.colorbutton a.games {
    background-color: #314b86 !important;
    border-color: #314b86 !important;
}

#promos header nav ul li span.colorbutton a.promos,
#promos_landing header nav ul li span.colorbutton a.promos {
    background-color: #ff0033 !important;
    border-color: #ff0033 !important;
}

#trailers_cartelera header nav ul li span.colorbutton a.trailers,
#trailers_estrenos header nav ul li span.colorbutton a.trailers {
    background-color: #7c01eb !important;
    border-color: #7c01eb !important;
}

#cinesacard header nav ul li span.colorbutton a.cinesacard,
#cc_form header nav ul li span.colorbutton a.cinesacard,
#cc_form_activar header nav ul li span.colorbutton a.cinesacard,
#cc_form_error header nav ul li span.colorbutton a.cinesacard,
#cc_form_mail header nav ul li span.colorbutton a.cinesacard,
#cc_form_finpedir header nav ul li span.colorbutton a.cinesacard,
#cc_form_finactivar header nav ul li span.colorbutton a.cinesacard {
    background-color: #0f99fe !important;
    border-color: #0f99fe !important;
}
/*SUBMENUS*/
#trailers_cartelera nav li.cartelera span {
    background-color: #7c01eb !important;
}

    #trailers_cartelera nav li.cartelera span a {
        color: #ffffff !important;
    }

#trailers_estrenos nav li.estrenos span {
    background-color: #7c01eb !important;
}

    #trailers_estrenos nav li.estrenos span a {
        color: #ffffff !important;
    }

#eventos main nav li.activo span {
    background-color: #fba300 !important;
}

    #eventos main nav li.activo span a {
        color: #ffffff !important;
    }

#cartelera_pelicula nav li.selected span {
    background-color: #0076EC !important;
}

    #cartelera_pelicula nav li.selected span a {
        color: #ffffff !important;
    }

#imax nav li.imax span {
    background-color: #0076EC !important;
}

    #imax nav li.imax span a {
        color: #ffffff !important;
    }

#screenX nav li.imax span {
    background-color: #0076EC !important;
}

    #screenX nav li.imax span a {
        color: #ffffff !important;
    }

#isens nav li.isens span {
    background-color: #0076EC !important;
}

    #isens nav li.isens span a {
        color: #ffffff !important;
    }

#dolby nav li.dolby span {
    background-color: #0076EC !important;
}

    #dolby nav li.dolby span a {
        color: #ffffff !important;
    }

#proximos_estrenos nav li.proximos span {
    background-color: #0076EC !important;
}

    #proximos_estrenos nav li.proximos span a {
        color: #ffffff !important;
    }

#ciclos nav li.ciclos span {
    background-color: #0076EC !important;
}

    #ciclos nav li.ciclos span a {
        color: #ffffff !important;
    }

.cartelera_peliculas_pelicula nav li.selected span {
    background-color: #0076EC !important;
}

    .cartelera_peliculas_pelicula nav li.selected span a {
        color: #ffffff !important;
    }

#colegios nav li.infantil span {
    background-color: #0076EC !important;
}

    #colegios nav li.infantil span a {
        color: #ffffff !important;
    }

#infantil nav li.infantil span {
    background-color: #0076EC !important;
}

    #infantil nav li.infantil span a {
        color: #ffffff !important;
    }

#cumpleanos nav li.infantil span {
    background-color: #0076EC !important;
}

    #cumpleanos nav li.infantil span a {
        color: #ffffff !important;
    }

header nav#menu_web ul li a.cines:after {
    background: none repeat scroll 0 0 #fed801;
}

header nav#menu_web ul li a.peliculas:after {
    background: none repeat scroll 0 0 #0076EC;
}

header nav#menu_web ul li a.eventos:after {
    background: none repeat scroll 0 0 #fba300;
}

header nav#menu_web ul li a.promos:after {
    background: none repeat scroll 0 0 #ff0033;
}

header nav#menu_web ul li a.trailers:after {
    background: none repeat scroll 0 0 #7c01eb;
}

header nav#menu_web ul li a.cinesacard:after {
    background: none repeat scroll 0 0 #0f99fe;
}

header nav#menu_web ul li a.cinesacheck:after {
    background: none repeat scroll 0 0 #719eb5;
}

header nav#menu_web ul li a.games:after {
    background: none repeat scroll 0 0 #314b86;
}

#separador-top {
    background-position: center 0;
}

#separador-bottom {
    /*background-position: center -12px;*/
    background: none;
}
/*/
HEADER*/
/*BODY*/
main {
    background-color: #f0f0f0;
}

    main nav ul li {
        color: #9a9a9a;
    }

    main #bajo_menu #ruta {
        color: #999999;
        font-size: 12px;
    }

        main #bajo_menu #ruta a {
            color: #999999;
            text-decoration: none;
        }

    main #bajo_menu #orden {
        color: #0076EC;
        font-size: 12px;
    }

        main #bajo_menu #orden a {
            /*Botones ordenar*/
            font-family: "dinengschriftstd";
            text-decoration: none;
            font-size: 17px;
            color: #999999;
            background-color: #FFF;
        }

#cartelera_pelicula main #bajo_menu #orden a {
    color: #0076EC;
}

    #cartelera_pelicula main #bajo_menu #orden a.selected {
        background-color: #0076EC;
        color: #ffffff;
    }

footer {
    background: #ffffff;
}

main section .cartelera_peliculas > ul > li {
    /*estilo de los carteles*/
    /*esquinas redondeadas*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    vertical-align: top;
}

#cartelera .listado-peliculas-item.promo h3,
#cartelera .listado-peliculas-item.promo h3 a {
    color: #F03 !important;
    width: 169px;
}

#cartelera .listado-peliculas-item.promo span {
    background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
    margin-top: -34px;
    display: inline;
    vertical-align: top;
    height: 21px;
    width: 46px;
    position: relative;
    float: right;
}

#cartelera .listado-peliculas-item.promo a img.cartel {
    outline: 4px solid #f03;
    outline-offset: -4px;
}

.cartelera_peliculas .fecha, .cartelera_peliculas .mashorarios, .cartelera_peliculas .tipo_evento {
    display: none;
}

#eventos .cartelera_peliculas .fecha,
#eventos .cartelera_peliculas .mashorarios,
#eventos .cartelera_peliculas .tipo_evento {
    display: block;
}

main section .cartelera_peliculas > ul > li img {
    /*imagen del cartel*/
    width: 200px;
    height: 280px;
}

main section .cartelera_peliculas div.contenedor_verficha {
    background: #eeeeee;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

main section .cartelera_peliculas ul li h3 {
    /*título del cartel*/
    color: #0076EC;
    font-family: "dinengschriftstd", "Another Font", generic;
    font-size: 20px;
    font-weight: 100;
}

div.puntuacion ul li, div.compartir {
    cursor: pointer;
}

main section .cartelera_peliculas ul li div.compartir_opt a {
    text-decoration: none;
    border: 0;
}

@media all and (max-width: 799px) {
    #cartelera .listado-peliculas-item.promo h3,
    #cartelera .listado-peliculas-item.promo h3 a {
        color: #F03 !important;
        width: 100px;
    }

    #cartelera .listado-peliculas-item.promo span {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        margin-top: -29px;
        display: inline;
        vertical-align: top;
        height: 21px;
        width: 45px;
        position: relative;
        float: right;
    }
}
/* SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
main nav {
    /*MENÚ*/
    position: relative;
    margin: 5px auto 10px;
    text-align: left;
}

    main nav ul {
        margin: 0;
        padding: 0;
    }

        main nav ul li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            height: 40px;
            line-height: 40px;
            margin-right: 3px;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            color: #0076EC;
            background-color: #d3d3d3;
            font-family: "dinengschriftstd";
            font-size: 20px;
            transition: 0.3s;
        }

            main nav ul li a {
                color: inherit;
                position: relative;
                display: inline-block;
                width: 100%;
                height: 40px;
            }

.no-touch main nav ul li:hover {
    color: #ffffff;
    background-color: #0076EC;
}

main nav ul li.selected {
    background-color: #0076EC;
}

#trailers_cartelera main nav ul li.selected,
#trailers_estrenos main nav ul li.selected {
    background-color: #7C01EB;
}

#eventos main nav ul li.selected {
    background-color: #fba300;
}

main nav ul li.selected a {
    color: #ffffff !important;
}

#trabajaconnosotros main nav main nav ul li.selected,
#clientes main nav ul li.selected,
#acercade main nav ul li.selected,
#proveedores main nav ul li.selected,
#expansion main nav ul li.selected,
#semueve main nav ul li.selected, .no-touch #trabajaconnosotros main nav ul li:hover, .no-touch #clientes main nav ul li:hover, .no-touch #acercade main nav ul li:hover, .no-touch #proveedores main nav ul li:hover, .no-touch #expansion main nav ul li:hover, .no-touch #semueve main nav ul li:hover {
    background-color: #004C95;
}
/* /SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
/*ESTRELLAS CINE FAV EN EL MAPA DE CINES*/
#mapa-cines span.nofav,
#mapa-cines span.fav {
    margin-right: 4px;
    background-image: url(../img/mapstar.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
}

#mapa-cines span.nofav {
    background-position: -15px 0;
}

#mapa-cines span.fav {
    background-position: 0 0;
}

#mapa-cines span.promo {
    margin: 0px 7px -1px;
    background: url(../img/IconPromo/promo_sin_circulo.png) no-repeat;
    width: 31px;
    height: 15px;
    display: inline-block;
}

@media all and (max-width: 767px) {
    /*ESTRELLAS CINE FAV EN EL MAPA DE CINES MOBIL*/
    span.nofav, span.fav, span.promo {
        margin-right: 4px;
        background-image: url(../img/mapstar-m.png);
        background-repeat: no-repeat;
        width: 23px;
        height: 21px;
        display: inline-block;
        cursor: pointer;
    }

    span.nofav {
        background-position: -46px 0;
    }

    span.fav {
        background-position: 0 0;
    }

    span.promo {
        background-position: -69px 0;
    }
}
/*ESTRELLAS DE PUNTUACIÓN*/
.estrella_100, .estrella_75, .estrella_50, .estrella_25, .estrella_0, div.puntuacion ul li.notselected, div.puntuacion ul li.selected {
    background-image: url(../img/estrella.png);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    margin-right: -4px;
}

.estrella_100 {
    background-position: -76px 0;
}

.estrella_75 {
    background-position: -57px 0;
}

.estrella_50 {
    background-position: -38px 0;
}

.estrella_25 {
    background-position: -19px 0;
}

.estrella_0 {
    background-position: 0 0;
}

div.puntuacion ul li.notselected {
    background-position: 0 0;
}

div.puntuacion ul li.selected {
    background-position: -95px 0;
}
/*/
ESTRELLAS DE PUNTUACION*/
/*ICONOS COMPARTIR*/
.com_facebook, .com_twitter, .com_gplus, .com_pinterest, .com_close {
    background-image: url(../img/iconossociales.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
}

.com_facebook {
    background-position: 0 0;
}

.com_twitter {
    background-position: -20px 0;
}

.com_gplus {
    background-position: -40px 0;
}

.com_pinterest {
    background-position: -60px 0;
}

.com_close {
    background-position: -80px 0;
}

div.inactivo, div.inactivo2, div.activo {
    background-image: url(../img/iconossociales.png);
    width: 19px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
}

div.inactivo2 {
    background-position: -80px 0;
}

div.inactivo {
    background-position: -99px 0;
}

div.activo {
    background-position: -118px 0;
}

div.s_zona, div.s_zona.activo {
    background: url(../img/cinesentuzona.png) no-repeat center center;
    width: 92px;
    height: 38px;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.s_zona {
    background-position: 0 0;
}

    div.s_zona.activo {
        background-position: -92px 0;
    }

    div.s_zona.z1 {
        background: none;
        width: 42px;
    }
/*/
ICONOS COMPARTIR*/
#ficha_pelicula .left,
#ficha_eventos .left {
    float: left;
}

#ficha_pelicula .right,
#ficha_eventos .right {
    float: right;
}
/*/
BODY*/
.ir-arriba {
    display: none;
    width: 42px;
    height: 53px;
    background-position: -958px -36px;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.header-promotion {
    height: 24px;
    width: 99%;
    background-color: #FFF;
    display: inline-block;
    position: relative;
    padding-right: 6px;
}

.header-promotion-fixed {
    height: 24px;
    width: 100%;
    background-color: #FFF;
    display: inline-block;
    position: fixed;
    z-index: 1999;
    top: 0px;
    left: 0px;
}

.header-promotion span {
    background: url(../img/IconPromo/promo_circulo.png) no-repeat;
    margin-top: -3px;
    display: inline-block;
    vertical-align: top;
    height: 33px;
    width: 40px;
    float: left;
    margin-left: 8px;
}

.header-promotion label {
    font-family: 'DINCond-Medium';
    font-size: 20px;
    color: #F03;
    margin: -2px 17px 4px 9px;
    display: inline-block;
    float: left;
}

    .header-promotion label.exit {
        font-size: 15px;
        color: #F03;
        vertical-align: top;
        margin-top: 3px;
        margin-left: 5px;
        float: right;
        cursor: pointer;
        text-decoration: underline;
        display: block;
    }

    .header-promotion label.promoActivaOff {
        display: none;
    }

    .header-promotion label.promoActivaOn {
        font-family: 'DINCond-Medium';
        font-size: 20px;
        color: #F03;
        margin: -2px 17px 4px 9px;
        display: inline-block;
        float: left;
    }

.header-promotion img.exit {
    background: url(../img/salir.png) no-repeat;
    display: none;
    margin-top: 2px;
    left: 102px;
    vertical-align: top;
    height: 20px;
    width: 20px;
    float: right;
    margin-right: 3px;
}

.footer-promotion {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
}

    .footer-promotion a {
        background: gray url("../img/menuclose.png") no-repeat 13px 13px;
        display: inline-block;
        color: white;
        font-weight: bold;
        text-align: center;
        width: 55px;
        height: 55px;
        border: 1px solid white;
        border-radius: 24px;
        margin: 0 -10px -20px 0;
    }

    .footer-promotion span {
        font: 22px "dinengschriftstd", "Another Font", generic;
        border-width: 1px 1px 1px 0;
        border-style: solid;
        border-color: white;
        border-radius: 0 6px 6px 0;
        padding: 4px 10px 5px 1px;
        background-color: gray;
        color: white;
    }

/* FICHA PELICULA */
/* FICHA EVENTOS */
#ficha_pelicula article#info .cinta {
    background-color: #ffdf0f;
    color: #333968;
}

#ficha_eventos article#info .cinta {
    background-color: #fba303;
    color: #ffffff;
}

#ficha_pelicula article#navegacion_fichas div#center a {
    color: #0076EC;
}

#ficha_eventos article#navegacion_fichas div#center a {
    color: #fba303;
}

#ficha_eventos article#navegacion_fichas div#center {
    color: #fba303;
}

#ficha_pelicula article#navegacion_fichas div#right,
#ficha_pelicula article#navegacion_fichas div#left,
#ficha_eventos article#navegacion_fichas div#right,
#ficha_eventos article#navegacion_fichas div#left {
    color: #999999;
}
/* /FICHA PELICULA */
/* /FICHA EVENTOS */
.img_left, .img_right {
    background: url(../img/fletxes_carrousel_left.png) no-repeat center;
    width: 49px;
    height: 57px;
    cursor: pointer;
    display: inline-block;
}

.img_right {
    background: url(../img/fletxes_carrousel_right.png) no-repeat center;
}

#home .img_left,
#home .img_right {
    background: none;
}

.radios a {
    background-position: -761px -64px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 16px;
    margin-left: 3px;
    margin-right: 3px;
    width: 17px;
}

    .radios a.selected {
        background-position: -745px -64px;
        width: 16px;
    }

.radio_active, .radio_inactive {
    background-image: url(../img/radiobuttons.png);
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
}

.radio_active {
    background-position: 0 0;
}

.radio_inactive {
    background-position: -16px 0;
}

.infocine_fleft, .infocine_fright {
    background: url(../img/fletxes_carrousel_left.png) no-repeat center;
    width: 49px;
    cursor: pointer;
    display: inline-block;
}

.infocine_fright {
    background: url(../img/fletxes_carrousel_right.png) no-repeat center;
}

.calificacion_1, .calificacion_2, .calificacion_3, .calificacion_4, .calificacion_5, .calificacion_6, .calificacion_7, .calificacion_22, .calificacion_28, .calificacion_29, .calificacion_31, .calificacion_32, .calificacion_33, .calificacion_34, .calificacion_35, .calificacion_36, .calificacion_37 {
    background-image: url(../img/PICTOGRAMES.png);
    width: 23px;
    height: 27px;
    padding: 0 !important;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: #ffffff !important;
}

.calificacion_1 {
    background-position: 0 0;
}

.calificacion_2 {
    background-position: -46px 0;
}

.calificacion_3 {
    background-position: -92px 0;
}

.calificacion_4 {
    background-position: -138px 0;
}

.calificacion_5 {
    background: none;
}
/*blanco*/
.calificacion_6 {
    background-position: -23px 0;
}

.calificacion_7 {
    background-position: -115px 0;
}

.calificacion_22 {
    background-position: -46px 0;
}

.calificacion_28 {
    background-position: -138px 0;
}

.calificacion_29 {
    background-position: -92px 0;
}

.calificacion_31 {
    background-position: -69px 0;
}

.calificacion_32 {
    background-position: -161px 0;
    background-color: #ffffff !important;
}

.calificacion_33 {
    background-position: -69px 0;
}

.calificacion_34 {
    background-position: -92px 0;
}

.calificacion_35 {
    background-position: -115px 0;
}

.calificacion_36 {
    background-position: -46px 0;
}

.calificacion_37 {
    background-position: -161px 0;
    background-color: #ffffff !important;
}

.calificacion_33:after, .calificacion_34:after, .calificacion_35:after, .calificacion_36:after {
    content: "a";
    display: inline-block;
    width: 23px;
    height: 27px;
    position: relative;
    margin-left: 27px;
    font-size: 0;
    vertical-align: top;
    background: url(../img/PICTOGRAMES.png) no-repeat -161px 0;
}

#ficha_pelicula .calificacion_33,
#ficha_eventos .calificacion_33,
#ficha_pelicula .calificacion_34,
#ficha_eventos .calificacion_34,
#ficha_pelicula .calificacion_35,
#ficha_eventos .calificacion_35,
#ficha_pelicula .calificacion_36,
#ficha_eventos .calificacion_36 {
    right: 20px !important;
}
/* BANNERS PARA STAR WARS VII */
#ficha_pelicula .ficha_banners {
    text-align: center;
    margin-top: 25px;
}

    #ficha_pelicula .ficha_banners > div {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 30%;
        margin: 0 10px 20px;
        font-family: "Trebuchet MS";
        font-size: 13px;
        color: #666666;
    }

    #ficha_pelicula .ficha_banners .ico {
        background: url("../img/splitficha.png") no-repeat;
        position: relative;
        height: 75px;
        margin: 0 auto;
    }

    #ficha_pelicula .ficha_banners .reloj .ico {
        width: 50px;
        background-position: -10px -3px;
    }

    #ficha_pelicula .ficha_banners .pato .ico {
        width: 97px;
        background-position: -76px -3px;
    }

    #ficha_pelicula .ficha_banners .regalo .ico {
        width: 98px;
        background-position: -187px -3px;
    }

    #ficha_pelicula .ficha_banners p {
        margin: 10px 0 0 0;
    }

    #ficha_pelicula .ficha_banners strong {
        color: #0c99fe;
    }

    #ficha_pelicula .ficha_banners p span {
        font-size: 10px;
    }

@media all and (max-width:767px) {
    #ficha_pelicula .ficha_banners > div {
        width: 90%;
    }
}
/* /BANNERS PARA STAR WARS VII */
/*/
ICONOS COMPARTIR*/
article.horarios .isens .col-3 {
    background-color: #00234c !important;
}

article.horarios .dolby .col-3 {
    background-color: #000000 !important;
}

article.horarios .imax .col-3 {
    background-color: #0196d8 !important;
}

article.horarios a.hora {
    color: #666666;
}
/* ################################################################################################################################## */
article.select_cinefav div#select, article.select_cinefav div#select2, article.select_cinefav div#select3, article.select_cinefav div#select4, .cc_select {
    position: relative;
    margin: 0 auto;
    height: 39px;
    width: 370px;
    text-align: left;
    background: #ffffff url(../img/select-btn.jpg) no-repeat left;
    cursor: pointer;
    display: inline-block;
    z-index: 100;
}

    article.select_cinefav div#select ul.select-group, article.select_cinefav div#select2 ul.select-group, article.select_cinefav div#select3 ul.select-group, article.select_cinefav div#select4 ul.select-group, .cc_select ul.select-group {
        margin: 0px 10px 0 42px;
        left: 50px;
        width: 298px;
        height: 32px;
        list-style: none;
        background-color: #ffffff;
        padding: 0;
        color: #888888;
        font-size: 18px;
    }

        article.select_cinefav div#select ul.select-group li, article.select_cinefav div#select2 ul.select-group li, article.select_cinefav div#select3 ul.select-group li, article.select_cinefav div#select4 ul.select-group li, .cc_select ul.select-group li {
            background-color: #ffffff;
            width: 298px;
            height: 32px;
            padding: 6px 0 0 30px;
            border-bottom: 1px solid #dddddd;
            display: none;
            list-style: none;
        }

            article.select_cinefav div#select ul.select-group li.selected, article.select_cinefav div#select2 ul.select-group li.selected, article.select_cinefav div#select3 ul.select-group li.selected, article.select_cinefav div#select4 ul.select-group li.selected, .cc_select ul.select-group li.selected {
                display: block;
                background: #ffffff;
            }

    article.select_cinefav div#select.open ul.select-group > li, article.select_cinefav div#select2.open ul.select-group > li, article.select_cinefav div#select3.open ul.select-group > li, article.select_cinefav div#select4.open ul.select-group > li, .cc_select.open ul.select-group > li {
        cursor: pointer;
    }

    article.select_cinefav div#select ul.select-group > li a, article.select_cinefav div#select2 ul.select-group > li a, article.select_cinefav div#select3 ul.select-group > li a, article.select_cinefav div#select4 ul.select-group > li a, .cc_select ul.select-group > li a {
        color: #B0A6A6;
    }

    .no-touch article.select_cinefav div#select.open ul.select-group > li:hover, article.select_cinefav div#select.open ul.select-group > li.selected, .no-touch article.select_cinefav div#select2.open ul.select-group > li:hover, article.select_cinefav div#select2.open ul.select-group > li.selected, .no-touch article.select_cinefav div#select3.open ul.select-group > li:hover, article.select_cinefav div#select3.open ul.select-group > li.selected, .no-touch article.select_cinefav div#select4.open ul.select-group > li:hover, article.select_cinefav div#select4.open ul.select-group > li.selected, .no-touch .cc_select.open ul.select-group > li:hover, .cc_select.open ul.select-group > li.selected {
        border-left: 6px solid #FED801;
        padding-left: 24px;
    }

.no-touch article.select_cinefav div#select.open ul.select-group > li:first-child:hover, .no-touch article.select_cinefav div#select2.open ul.select-group > li:first-child:hover, .no-touch article.select_cinefav div#select3.open ul.select-group > li:first-child:hover, .no-touch article.select_cinefav div#select4.open ul.select-group > li:first-child:hover, .no-touch .cc_select.open ul.select-group > li:first-child:hover {
    border-left: none;
    padding-left: 30px;
}

article.select_cinefav div#select, article.select_cinefav div#select2, article.select_cinefav div#select3, article.select_cinefav div#select4 {
    background: #ffffff url(../img/select-btn-act.jpg) no-repeat left;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
}

#promos article.select_cinefav div#select,
#promos article.select_cinefav div#select2,
#promos article.select_cinefav div#select3,
#promos article.select_cinefav div#select4 {
    background: #ffffff url(../img/select-btn-act-promo.jpg) no-repeat left;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
}

#cc_form article.activo .cc_select,
#trabajaconnosotros article.activo .cc_select,
#clientes article.activo .cc_select {
    background: #ffffff url(../img/select-btn-act-cc_form.jpg) no-repeat left;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
}

#cc_form_activar article.activo .cc_select,
#cc_micuenta article.movimientos .cc_select,
#cc_micuenta article.frm .cc_select,
#colegios article.activo .cc_select {
    background: #ffffff url(../img/select-btn-act-cc_form_activar.jpg) no-repeat left;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
}

article .cc_select,
#cc_micuenta .frm .cc_select.bloqueado {
    background: #ffffff url(../img/select-btn-cc_form.jpg) no-repeat left;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
}

#cc_micuenta .frm .cc_select.bloqueado {
    cursor: initial;
}

article.select_cinefav div#select.open, article.select_cinefav div#select2.open, article.select_cinefav div#select3.open, article.select_cinefav div#select4.open, .cc_select.open {
    background: #ffffff url(../img/select-btn.jpg) no-repeat left;
}

article.select_cinefav div#select .inner, article.select_cinefav div#select2 .inner, article.select_cinefav div#select3 .inner, article.select_cinefav div#select4 .inner, .cc_select .inner {
    position: absolute;
    z-index: 2;
    width: 370px;
}

article.select_cinefav .open .inner,
#cc_form .open .inner,
#cc_form_activar .open .inner {
    height: 273px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

article.select_cinefav div#select li span, article.select_cinefav div#select2 li span, article.select_cinefav div#select3 li span, article.select_cinefav div#select4 li span, .cc_select li span {
    float: right;
    margin-right: 20px;
    margin-top: 3px;
}

@media all and (min-width: 640px) and (max-width: 767px) {
    article.select_cinefav div#select, article.select_cinefav div#select2, article.select_cinefav div#select3, article.select_cinefav div#select4, .cc_select {
        height: 59px;
        width: 100%;
        background-size: 64px !important;
    }

        article.select_cinefav div#select ul.select-group, article.select_cinefav div#select2 ul.select-group, article.select_cinefav div#select3 ul.select-group, article.select_cinefav div#select4 ul.select-group, .cc_select ul.select-group {
            margin: 0px 10px 0 64px;
            width: 556px;
            height: 59px;
            background-color: #ffffff;
            font-size: 32px;
            color: #444444;
        }

            article.select_cinefav div#select ul.select-group li, article.select_cinefav div#select2 ul.select-group li, article.select_cinefav div#select3 ul.select-group li, article.select_cinefav div#select4 ul.select-group li, .cc_select ul.select-group li {
                background-color: #ffffff;
                width: 540px;
                height: 52px;
                padding: 6px 0 0 30px;
                border-bottom: 1px solid #dddddd;
                display: none;
                list-style: none;
            }

                article.select_cinefav div#select ul.select-group li.selected, article.select_cinefav div#select2 ul.select-group li.selected, article.select_cinefav div#select3 ul.select-group li.selected, article.select_cinefav div#select4 ul.select-group li.selected, .cc_select ul.select-group li.selected {
                    display: block;
                    background: #ffffff;
                }

        article.select_cinefav div#select.open ul.select-group > li, article.select_cinefav div#select2.open ul.select-group > li, article.select_cinefav div#select3.open ul.select-group > li, article.select_cinefav div#select4.open ul.select-group > li, .cc_select.open ul.select-group > li {
            cursor: pointer;
        }

        article.select_cinefav div#select ul.select-group > li a, article.select_cinefav div#select2 ul.select-group > li a, article.select_cinefav div#select3 ul.select-group > li a, article.select_cinefav div#select4 ul.select-group > li a, .cc_select ul.select-group > li a {
            color: #706060;
        }

        .no-touch article.select_cinefav div#select.open ul.select-group > li:hover, article.select_cinefav div#select.open ul.select-group > li.selected, .no-touch article.select_cinefav div#select2.open ul.select-group > li:hover, article.select_cinefav div#select2.open ul.select-group > li.selected, .no-touch article.select_cinefav div#select3.open ul.select-group > li:hover, article.select_cinefav div#select3.open ul.select-group > li.selected, .no-touch article.select_cinefav div#select4.open ul.select-group > li:hover, article.select_cinefav div#select4.open ul.select-group > li.selected, .no-touch .cc_select.open ul.select-group > li:hover,
        #cc_form .cc_select.open ul.select-group > li.selected {
            border-left: 6px solid #FED801;
            padding-left: 24px;
        }

    .no-touch article.select_cinefav div#select.open ul.select-group > li:first-child:hover, .no-touch article.select_cinefav div#select2.open ul.select-group > li:first-child:hover, .no-touch article.select_cinefav div#select3.open ul.select-group > li:first-child:hover, .no-touch article.select_cinefav div#select4.open ul.select-group > li:first-child:hover, .no-touch .cc_select.open ul.select-group > li:hover {
        border-left: none;
        padding-left: 30px;
    }

    article.select_cinefav div#select, article.select_cinefav div#select2, article.select_cinefav div#select3, article.select_cinefav div#select4, .cc_select {
        background: #ffffff url(../img/select-btn-act.jpg) no-repeat left;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    }

    #promos article.select_cinefav div#select,
    #promos article.select_cinefav div#select2,
    #promos article.select_cinefav div#select3,
    #promos article.select_cinefav div#select4 {
        background: #ffffff url(../img/select-btn-act-promo.jpg) no-repeat left;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    }

    article.select_cinefav div#select.open, article.select_cinefav div#select2.open, article.select_cinefav div#select3.open, article.select_cinefav div#select4.open, .cc_select.open {
        background: #ffffff url(../img/select-btn.jpg) no-repeat left;
    }

    article.select_cinefav div#select .inner, article.select_cinefav div#select2 .inner, article.select_cinefav div#select3 .inner, article.select_cinefav div#select4 .inner, .cc_select .inner {
        position: absolute;
        z-index: 2;
        width: 634px;
    }

    article.select_cinefav .open .inner,
    #cc_form .open .inner,
    #cc_form_activar .open .inner {
        height: 473px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    article.select_cinefav div#select li span, article.select_cinefav div#select2 li span, article.select_cinefav div#select3 li span, article.select_cinefav div#select4 li span, .cc_select li span {
        float: right;
        margin-right: 30px;
        margin-top: 13px;
    }
}

@media all and (max-width: 639px) {
    article.select_cinefav div#select, article.select_cinefav div#select2, article.select_cinefav div#select3, article.select_cinefav div#select4 {
        height: 59px;
        width: 100%;
        background-size: 64px !important;
    }

        article.select_cinefav div#select ul.select-group, article.select_cinefav div#select2 ul.select-group, article.select_cinefav div#select3 ul.select-group, article.select_cinefav div#select4 ul.select-group {
            margin: 0px 10px 0 64px;
            width: 392px;
            height: 59px;
            background-color: #ffffff;
            font-size: 32px;
            color: #444444;
        }

            article.select_cinefav div#select ul.select-group li, article.select_cinefav div#select2 ul.select-group li, article.select_cinefav div#select3 ul.select-group li, article.select_cinefav div#select4 ul.select-group li {
                background-color: #ffffff;
                width: 362px;
                height: 52px;
                padding: 6px 0 0 30px;
                border-bottom: 1px solid #dddddd;
                display: none;
                list-style: none;
            }

                article.select_cinefav div#select ul.select-group li.selected, article.select_cinefav div#select2 ul.select-group li.selected, article.select_cinefav div#select3 ul.select-group li.selected, article.select_cinefav div#select4 ul.select-group li.selected {
                    display: block;
                    background: #ffffff;
                }

        article.select_cinefav div#select.open ul.select-group > li, article.select_cinefav div#select2.open ul.select-group > li, article.select_cinefav div#select3.open ul.select-group > li, article.select_cinefav div#select4.open ul.select-group > li {
            cursor: pointer;
        }

        article.select_cinefav div#select ul.select-group > li a, article.select_cinefav div#select2 ul.select-group > li a, article.select_cinefav div#select3 ul.select-group > li a, article.select_cinefav div#select4 ul.select-group > li a {
            color: #706060;
        }

        .no-touch article.select_cinefav div#select.open ul.select-group > li:hover, article.select_cinefav div#select.open ul.select-group > li.selected, .no-touch article.select_cinefav div#select2.open ul.select-group > li:hover, article.select_cinefav div#select2.open ul.select-group > li.selected, .no-touch article.select_cinefav div#select3.open ul.select-group > li:hover, article.select_cinefav div#select3.open ul.select-group > li.selected, .no-touch article.select_cinefav div#select4.open ul.select-group > li:hover, article.select_cinefav div#select4.open ul.select-group > li.selected {
            border-left: 6px solid #FED801;
            padding-left: 24px;
        }

    .no-touch article.select_cinefav div#select.open ul.select-group > li:first-child:hover, .no-touch article.select_cinefav div#select2.open ul.select-group > li:first-child:hover, .no-touch article.select_cinefav div#select3.open ul.select-group > li:first-child:hover, .no-touch article.select_cinefav div#select4.open ul.select-group > li:first-child:hover {
        border-left: none;
        padding-left: 30px;
    }

    article.select_cinefav div#select, article.select_cinefav div#select2, article.select_cinefav div#select3, article.select_cinefav div#select4 {
        background: #ffffff url(../img/select-btn-act.jpg) no-repeat left;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    }

    #promos article.select_cinefav div#select,
    #promos article.select_cinefav div#select2,
    #promos article.select_cinefav div#select3,
    #promos article.select_cinefav div#select4 {
        background: #ffffff url(../img/select-btn-act-promo.jpg) no-repeat left;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    }

    article.select_cinefav div#select.open, article.select_cinefav div#select2.open, article.select_cinefav div#select3.open, article.select_cinefav div#select4.open {
        background: #ffffff url(../img/select-btn.jpg) no-repeat left;
    }

    article.select_cinefav div#select .inner, article.select_cinefav div#select2 .inner, article.select_cinefav div#select3 .inner, article.select_cinefav div#select4 .inner {
        position: absolute;
        z-index: 2;
        width: 456px;
    }

    article.select_cinefav .open .inner {
        height: 473px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    article.select_cinefav div#select li span, article.select_cinefav div#select2 li span, article.select_cinefav div#select3 li span, article.select_cinefav div#select4 li span {
        float: right;
        margin-right: 20px;
        margin-top: 13px;
    }
}

.cc_select.icoclose {
    background: url("../img/select-btn.jpg") no-repeat scroll left center #ffffff !important;
    z-index: 101;
}

article#cartel .cartel {
    vertical-align: top;
}
/* ################################################################################################################################## */
/* EVENTOS */
#eventos main nav span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    font-family: "Trebuchet MS";
    color: #faa300;
    font-size: 16px;
    line-height: 30px;
}

#eventos main nav ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    #eventos main nav ul li {
        height: 30px;
        line-height: 30px;
        font-size: 17px;
        background-color: #ffffff;
        color: #aaaaaa;
    }

        #eventos main nav ul li:first-child {
            margin-right: 10px;
        }

        .no-touch #eventos main nav ul li:hover,
        #eventos main nav ul li.activo {
            background-color: #fba300;
        }

            .no-touch #eventos main nav ul li a:hover,
            #eventos main nav ul li.activo a {
                color: #ffffff;
            }

#eventos .tipo_evento {
    position: absolute;
    width: 67px;
    height: 67px;
    z-index: 40;
    background: url("../img/tipoeventos.png") no-repeat;
    left: 16px;
    top: 52px;
}

#eventos .te-1 {
    background-position: 0 0;
}
/* BALLET */
#eventos .te-2 {
    background-position: -67px 0;
}
/* COMEDIA */
#eventos .te-3 {
    background-position: -134px 0;
}
/* CONCIERTO */
#eventos .te-4 {
    background-position: -201px 0;
}
/* DESPORTIVO */
#eventos .te-5 {
    background-position: -268px 0;
}
/* DOCUMENTAL */
#eventos .te-6 {
    background-position: -335px 0;
}
/* MUSICAL */
#eventos .te-7 {
    background-position: -402px 0;
}
/* OPERA */
#eventos .te-8 {
    background-position: -469px 0;
}
/* OTROS */
#eventos .linkcartel .stick-va {
    position: absolute;
    width: 67px;
    height: 67px;
    z-index: 40;
    background: url("../img/tipoeventos.png") no-repeat;
    left: 16px;
    top: 52px;
}

#eventos .listado-peliculas-item[data-preferencia*="Ballet"] .linkcartel .stick-va {
    background-position: 0 0;
}
/* BALLET */
#eventos .listado-peliculas-item[data-preferencia*="Comedia"] .linkcartel .stick-va {
    background-position: -67px 0;
}
/* COMEDIA */
#eventos .listado-peliculas-item[data-preferencia*="Concierto"] .linkcartel .stick-va {
    background-position: -134px 0;
}
/* CONCIERTO */
#eventos .listado-peliculas-item[data-preferencia*="Deportivo"] .linkcartel .stick-va {
    background-position: -201px 0;
}
/* DEPORTIVO */
#eventos .listado-peliculas-item[data-preferencia*="Documental"] .linkcartel .stick-va {
    background-position: -268px 0;
}
/* DOCUMENTAL */
#eventos .listado-peliculas-item[data-preferencia*="Musical"] .linkcartel .stick-va {
    background-position: -335px 0;
}
/* MUSICAL */
#eventos .listado-peliculas-item[data-preferencia*="Ópera"] .linkcartel .stick-va {
    background-position: -402px 0;
}
/* OPERA */
#eventos .listado-peliculas-item .linkcartel .stick-va {
    background-position: -469px 0;
}
/* OTROS */
/* /EVENTOS */
/* ################################################################################################################################## */
#dolby .container {
    display: block;
    margin: 10px auto 30px;
    border: none;
    width: 420px;
    height: 237px;
}
/* ################################################################################################################################## */
#ficha_cine .evento_destacado div.menudias > ul > li.menudias_selected > a,
#ficha_cine .horario_eventos div.menudias > ul > li.menudias_selected > a {
    border-color: #fba300 !important;
}

#ficha_cine #bajo_menu {
    display: none;
}

#ficha_cine .select_cinefav {
    margin-top: 10px;
}
/* TRAILERS */
#trailers_cartelera main nav ul li,
#trailers_estrenos main nav ul li {
    background-color: #d3d3d3;
}

    #trailers_cartelera main nav ul li a,
    #trailers_estrenos main nav ul li a {
        color: #7C01EB;
    }

.no-touch #trailers_cartelera main nav ul li:hover, .no-touch #trailers_estrenos main nav ul li:hover {
    background-color: #7C01EB;
}

.no-touch #trailers_cartelera main nav ul li a:hover, .no-touch #trailers_estrenos main nav ul li a:hover {
    color: #ffffff;
}

#trailers_cartelera #bajo_menu #orden,
#trailers_estrenos #bajo_menu #orden {
    color: #7C01EB;
}

    #trailers_cartelera #bajo_menu #orden > a,
    #trailers_estrenos #bajo_menu #orden > a {
        color: #7C01EB;
    }

        #trailers_cartelera #bajo_menu #orden > a.selected,
        #trailers_estrenos #bajo_menu #orden > a.selected {
            background-color: #7C01EB;
            color: #ffffff;
        }

.no-touch #trailers_cartelera #bajo_menu #orden > a:hover, .no-touch #trailers_estrenos #bajo_menu #orden > a:hover {
    background-color: #7C01EB;
    color: #ffffff;
}

#trailers_cartelera section .cartelera_peliculas > ul > li h3,
#trailers_estrenos section .cartelera_peliculas > ul > li h3 {
    color: #7C01EB;
}

#trailers_cartelera section .cartelera_peliculas > ul > li a.vf, .no-touch #trailers_cartelera section .cartelera_peliculas > ul > li a.vf:hover,
#trailers_estrenos section .cartelera_peliculas > ul > li a.vf, .no-touch #trailers_estrenos section .cartelera_peliculas > ul > li a.vf:hover {
    color: #7C01EB;
}

#trailers_cartelera main section .cartelera_peliculas ul li a.verficha,
#trailers_estrenos main section .cartelera_peliculas ul li a.verficha {
    color: #7C01EB;
}

    #trailers_cartelera main section .cartelera_peliculas ul li a.verficha:after,
    #trailers_estrenos main section .cartelera_peliculas ul li a.verficha:after {
        content: "";
        background: none repeat scroll 0 0 #7C01EB;
    }

.no-touch #trailers_cartelera section .cartelera_peliculas ul li a.verficha:hover,
#trailers_cartelera section .cartelera_peliculas ul li a.verficha:active, .no-touch #trailers_estrenos section .cartelera_peliculas ul li a.verficha:hover,
#trailers_estrenos section .cartelera_peliculas ul li a.verficha:active {
    border: 2px solid #7C01EB;
    color: #FFFFFF;
}

#trailers_cartelera section .cartelera_peliculas ul li a.vf, .no-touch #trailers_cartelera section .cartelera_peliculas ul li a.vf:hover,
#trailers_estrenos section .cartelera_peliculas ul li a.vf, .no-touch #trailers_estrenos section .cartelera_peliculas ul li a.vf:hover {
    color: #7C01EB;
}

.no-touch #trailers_cartelera section .cartelera_peliculas > ul > li a:hover .play {
    width: 200px;
    height: 280px;
    z-index: 90;
    background: rgba(200, 200, 200, 0.5) url(../img/play_web.png) no-repeat center;
}

.no-touch #trailers_estrenos section .cartelera_peliculas > ul > li a:hover .play {
    z-index: 90;
    background: rgba(200, 200, 200, 0.5) url(../img/play_m.png) no-repeat center;
}
/* /TRAILERS */
/*menudias */
.flecha_right.disabled, .flecha_left.disabled {
    display: none !important;
}

.evento_destacado .menudias .menudias_selected a, .horario_eventos .menudias .menudias_selected a {
    border-color: #fba300 !important;
}
/* sombra s_zona*/
article.select_cinefav div.s_zona {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
}
/* slide de los banners*/
ul.slide {
    padding: 0;
}

    ul.slide > li {
        display: inline;
    }
/* banner_seccion*/
#banner_seccion ul {
    padding: 0;
}

    #banner_seccion ul li {
        display: inline-block;
    }

#banner_seccion img {
    width: 100%;
}

#isens article.titulo,
#imax article.titulo,
#screenX article.titulo {
    text-align: left;
}

    #isens article.titulo h3,
    #imax article.titulo h3,
    #screenX article.titulo h3 {
        display: inline-block;
        font-family: "dinengschriftstd";
        font-weight: 100;
        padding: 0 40px;
        position: relative;
        vertical-align: top;
        font-size: 23px;
        height: 40px;
        line-height: 40px;
        margin: 0 0 10px;
        background-color: #f5f5f5;
        color: #0076ec;
    }

#imax #banner_seccion img,
#isens #banner_seccion img,
#screenX #banner_seccion img {
    width: 100%;
}

#imax #banner_seccion .col,
#isens #banner_seccion .col,
#screenX #banner_seccion .col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

    #imax #banner_seccion .col .container,
    #isens #banner_seccion .col .container,
    #screenX #banner_seccion .col .container {
        position: absolute;
        top: calc(50% - 107px);
        left: calc(50% - 190px);
        width: 380px;
        height: 214px;
        border: none;
    }
/* MENUS y SUBMENUS ACTIVOS ################################################################################### */
/* PELICULAS --------------------------------------------------------------- */
.cartelera_peliculas_pelicula header #menu_web .colorbutton.categoria_act a,
#isens header #menu_web .colorbutton.categoria_act a,
#imax header #menu_web .colorbutton.categoria_act a,
#screenX header #menu_web .colorbutton.categoria_act a,
#dolby header #menu_web .colorbutton.categoria_act a,
#ficha_pelicula header #menu_web .colorbutton.categoria_act a {
    background: none repeat scroll 0 0 #0076EC;
    border-color: #0076ec;
    color: #ffffff;
}

.cartelera_peliculas_pelicula main nav ul li a.subcategoria_act,
#isens main nav ul li a.subcategoria_act,
#imax main nav ul li a.subcategoria_act,
#screenX main nav ul li a.subcategoria_act,
#dolby main nav ul li a.subcategoria_act,
#ficha_pelicula main nav ul li a.subcategoria_act {
    background-color: #0076EC;
    color: #ffffff;
    height: 34px;
}
/* EVENTOS --------------------------------------------------------------- */
#eventos header #menu_web .colorbutton.categoria_act a,
#ficha_eventos header #menu_web .colorbutton.categoria_act a {
    background: none repeat scroll 0 0 #fba300;
    border-color: #fba300;
    color: #ffffff;
}

#eventos main nav ul li a.subcategoria_act,
#ficha_eventos main nav ul li a.subcategoria_act {
    background-color: #fba300;
    color: #ffffff;
    height: 34px;
}
/* TRAILERS --------------------------------------------------------------- */
#trailers_estrenos header #menu_web .colorbutton.categoria_act a,
#trailers_cartelera header #menu_web .colorbutton.categoria_act a {
    background: none repeat scroll 0 0 #7C01EB;
    border-color: #7C01EB;
    color: #ffffff;
}

#trailers_estrenos main nav ul li a.subcategoria_act,
#trailers_cartelera main nav ul li a.subcategoria_act {
    background-color: #7C01EB;
    color: #ffffff;
    height: 34px;
}
/* CINES --------------------------------------------------------------- */
#ficha_cine header #menu_web .colorbutton.categoria_act a {
    background: none repeat scroll 0 0 #FED801;
    border-color: #FED801;
    color: #ffffff;
}
/* /MENUS y SUBMENUS ACTIVOS ################################################################################### */
article.horarios div.menudias ul li {
    margin: 0 !important;
}
/* ############################################################################################################################# */
/* ISENS IMAX*/
#imax .select_cinefav .btn_zona,
#isens .select_cinefav .btn_zona,
#screenX .select_cinefav .btn_zona {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    color: #999999;
    cursor: pointer;
    font-family: "dinengschriftstd";
    font-size: 15px;
    height: 42px;
    line-height: 21px;
    padding-left: 40px;
    text-align: left;
}

    #imax .select_cinefav .btn_zona span,
    #isens .select_cinefav .btn_zona span,
    #screenX .select_cinefav .btn_zona span {
        background: url("../img/ficha_masmenos.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 26px;
        left: 6px;
        position: absolute;
        top: 7px;
        width: 26px;
    }

    #imax .select_cinefav .btn_zona.open,
    #isens .select_cinefav .btn_zona.open,
    #screenX .select_cinefav .btn_zona.open {
        background: none repeat scroll 0 0 #999999;
        color: #ffffff;
    }
/* /ISENS IMAX*/
/* ############################################################################################################################# */
/* ############################################################################################################################# */
/* FICHA PELICULA HORARIOS */
.horarios {
    position: relative;
    margin-bottom: 20px !important;
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #08262c;
}

    .horarios ul {
        position: relative;
        padding: 0;
        margin: 0;
        text-align: left;
        background: #ffffff;
    }

        .horarios ul.promo {
            border: 1px solid #f03;
        }

    .horarios > ul > li {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .horarios .lista_horarios {
        position: relative;
        width: 98%;
        min-height: 76px;
        margin: 0 auto;
    }

    .horarios > ul > li:last-child .lista_horarios {
        border: none;
    }

    .horarios .sala p {
        margin: 7px 0 10px;
    }

    .horarios .sala ul {
        margin: 0px;
        background: none;
    }

    .horarios .sala li {
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 60px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        margin: 0 8px 8px 0;
    }

        .horarios .sala li a {
            display: inline-block;
            position: relative;
            width: 60px;
            height: 32px;
            background: #ffdf0f;
            color: #08262c;
        }

    .horarios .sala .promo {
        display: inline-block;
        position: relative;
        width: 60px;
        height: 32px;
        background: #F03;
        color: #fff !important;
    }

    .horarios .sala span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 64px;
        position: absolute;
        top: -7px;
        height: 21px;
        right: -31px;
    }

    .horarios .isens .lista_horarios, .horarios .imax .lista_horarios, .horarios .screenx .lista_horarios, .horarios .dolby .lista_horarios, .horarios .whatscine .lista_horarios {
        border: none;
        color: #ffffff;
    }

    .horarios > ul > li.sala.isens {
        background: #211916 url("../img/isens.jpg") no-repeat right 3px;
    }

    .horarios > ul > li.sala.imax {
        background: #0196d8 url("../img/imax.jpg") no-repeat right 3px;
    }

    .horarios > ul > li.sala.dolby {
        background: #000000 url("../img/dolby.jpg") no-repeat right 3px;
    }

    .horarios > ul > li.sala.screenx {
        background: #000000 url(" ../img/screenx_logo_noluxe.png") no-repeat right 8px center;
        background-size:8%;
    }

    .horarios > ul > li.sala.whatscine {
        background: #f32837 url("../img/whatscine.jpg") no-repeat right 8px;
    }

@media all and (max-width: 570px) {
    .horarios > ul > li.sala.isens, .horarios > ul > li.sala.imax, .horarios > ul > li.sala.dolby, .horarios > ul > li.sala.whatscine {
        background-size: 13%;
    }
}

.horarios .sala.isens li a, .horarios .sala.imax li a, .horarios .sala.dolby li a, .horarios .sala.whatscine li a {
    color: #00224c;
}

.horarios .cine {
    background: #ffdf0f;
}

    .horarios .cine p {
        margin: 0 0 0 10px;
        height: 33px;
        line-height: 33px;
        color: #666666;
    }

.horarios .sala li a.pasada {
    background: #f0f0f0 !important;
    color: #a4a4a4 !important;
    cursor: default;
}

.horarios .sala li a.noPromo {
    background: #f0f0f0 !important;
    color: #a4a4a4 !important;
    cursor: default;
}
/* /FICHA PELICULA HORARIOS */
/* ############################################################################################################################# */
/* FICHA  V.3 08/2015 */
.horarios .lista_horarios {
    min-height: 50px;
}

.horarios li .lista_horarios .tipo, .horarios li .lista_horarios ul {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 10px;
}

.horarios li .lista_horarios .tipo {
    width: 100px;
    height: 32px;
    line-height: 30px;
}

.horarios li.dolby .lista_horarios .tipo {
    line-height: 16px;
}

.horarios li .lista_horarios ul {
    width: calc(100% - 110px);
}

.horarios .sala_patrocinada {
    width: 355px;
    margin-left: 113px;
    font-size: 13px;
    min-height: 30px;
    border: 1px solid #ffffff;
}

    .horarios .sala_patrocinada.gnf {
        background: url("../img/sala_gnf.png") no-repeat right 6px;
    }

    .horarios .sala_patrocinada.cdv {
        width: auto !important;
    }

    .horarios .sala_patrocinada.ikea {
        width: 432px;
        /*margin-left:36px;*/
        min-height: 40px;
        background: url("../img/ikeasalapatrocinada.jpg") no-repeat;
    }

.horarios .golfa {
    font-family: "Trebuchet MS";
    font-size: 13px;
    /* color: #f22737; */
    padding-left: 22px;
    background: url("../img/golfas.png") no-repeat left;
    margin: 0 0 20px 10px;
}
/* ############################################################################################################################## */
/* ############################################################################################################################# */
/* FICHA CINE HORARIOS */
.horarios ul {
    margin-bottom: 20px;
}

.horarios .pelicula {
    position: relative;
}

    .horarios .pelicula .poster {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 105px;
    }

    .horarios .pelicula.warner .poster span {
        position: absolute;
        width: 102px;
        height: 20px;
        bottom: 1px;
        left: 0;
        background: url("../img/gifwarnerhorarios.gif") no-repeat bottom center;
        background-size: 100%;
    }

    .horarios .pelicula .poster img {
        width: 87px;
        height: 121px;
        margin: 5px 7px;
    }

    .horarios .pelicula .peli_info {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 130px);
    }

        .horarios .pelicula .peli_info h4 {
            margin: 3px 0;
            font-size: 18px;
            color: #666666;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .horarios .pelicula .peli_info h4 a {
                color: inherit;
            }

        .horarios .pelicula .peli_info p {
            margin: 4px 0;
            font-size: 13px;
            color: #999999;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .horarios .pelicula .peli_info p span {
                color: #666666;
            }

    .horarios .pelicula .verhorarios {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        cursor: pointer;
        font-size: 16px;
        color: #666666;
    }

        .horarios .pelicula .verhorarios span {
            position: absolute;
            width: 20px;
            height: 16px;
            left: 13px;
            top: 12px;
            background: url("../img/ficha_flechas.png") no-repeat 0 0;
        }

        .horarios .pelicula .verhorarios.open span {
            background-position: -20px 0;
        }

    .horarios .pelicula .tecnologia {
        position: relative;
        display: none;
        vertical-align: top;
        width: 80px;
        height: 30px;
        margin: 12px 0 0 10px;
    }

    .horarios .pelicula.isens .tecnologia {
        background: url("../img/isens.jpg") no-repeat;
    }

    .horarios .pelicula.imax .tecnologia {
        background: url("../img/imax.jpg") no-repeat;
    }

    .horarios .pelicula.dolby .tecnologia {
        background: url("../img/dolby.jpg") no-repeat;
    }

    .horarios .pelicula.isens.imax .tecnologia {
        background: url("../img/isens.jpg"), url("../img/imax.jpg");
        background-repeat: no-repeat;
        background-position: left, right;
        background-size: 70px, 70px;
        width: 145px;
        margin-left: 3px;
    }

    .horarios .pelicula.isens.dolby .tecnologia {
        background: url("../img/isens.jpg"), url("../img/dolby.jpg");
        background-repeat: no-repeat;
        background-position: left, right;
        background-size: 70px, 70px;
        width: 145px;
        margin-left: 3px;
    }

.horarios ul.destacado li.destacado {
    background: #ffdf0f;
    text-align: center;
}

    .horarios ul.destacado li.destacado p {
        font-family: "dinengschriftstd";
        font-size: 20px;
        color: #ffffff;
        height: 33px;
        line-height: 33px;
        margin: 0;
        text-align: left;
        padding-left: 10px;
        /*font-weight: bold;*/
    }

.horarios ul.destacado {
    border: 3px solid #ffdf0f;
}

    .horarios ul.destacado.evento {
        border: 3px solid #FBA300;
    }

    .horarios ul.destacado .pelicula {
        border: none;
        height: 52px;
        line-height: 52px;
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .horarios ul.destacado .peli_info {
        width: 100%;
        height: 52px;
    }

        .horarios ul.destacado .peli_info > * {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin: 0;
            padding: 0;
        }

        .horarios ul.destacado .peli_info h4 {
            width: 59%;
        }

        .horarios ul.destacado .peli_info p {
            width: 18%;
            font-size: 15px;
            color: #666666;
        }

        .horarios ul.destacado .peli_info > a {
            width: 163px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            background-color: #ffdf0f;
            border-radius: 10px;
            position: absolute;
            right: 0;
            margin-top: 5px;
            font-family: "dinengschriftstd";
            font-size: 17px;
            color: #666666;
            cursor: pointer;
        }

    .horarios ul.destacado.evento .peli_info > a {
        background-color: #fba300;
        color: #ffffff;
    }

.no-touch .horarios .sala li a:hover {
    background-color: #f4d600;
}

.no-touch .horarios .sala .promo:hover {
    background-color: #f03;
    color: #f4d600;
}

.no-touch .horarios .evento .sala li a:hover {
    background-color: #ea9800;
}
/* /FICHA CINE HORARIOS */
/* ############################################################################################################################# */
/* ############################################################################################################################# */
/* EVENTO HORARIOS */
.horarios .evento .cine {
    background-color: #fba300;
}

    .horarios .evento .cine p {
        color: #ffffff;
    }

.horarios .evento .sala li a {
    background-color: #fba300;
    color: #ffffff;
}

.horarios ul.evento.destacado li.destacado {
    background-color: #fba300;
}

.horarios ul.evento.destacado {
    border-color: #fba300;
}

.horarios .evento .pelicula .verhorarios span {
    background: url("../img/ficha_flechas_evento.png") no-repeat 0 0;
}

.horarios .evento .pelicula .verhorarios.open span {
    background-position: -20px 0;
}
/* /EVENTO HORARIOS */
/* ############################################################################################################################# */
/* ############################################################################################################################# */
/* FICHA PELICULA ZONA */
article.zona {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}

    article.zona .btn_zona {
        position: relative;
        display: inline-block;
        width: 210px;
        height: 40px;
        line-height: 40px;
        padding-left: 32px;
        text-align: center;
        background: #ffffff;
        color: #999999;
        font-family: "dinengschriftstd";
        font-size: 18px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
        cursor: pointer;
    }

        article.zona .btn_zona span {
            position: absolute;
            width: 26px;
            height: 26px;
            left: 15px;
            top: 7px;
            background: url("../img/ficha_masmenos.png") no-repeat 0 0;
        }

        article.zona .btn_zona.open {
            background: #999999;
            color: #ffffff;
        }

            article.zona .btn_zona.open span {
                background-position: -26px 0;
            }
/* /FICHA PELICULA ZONA */
/* ############################################################################################################################# */
/* ############################################################################################################################## */
/* FICHA CINE */
#ficha_cine .select_cinefav {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
}

    #ficha_cine .select_cinefav > * {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    #ficha_cine .select_cinefav .field {
        margin: 0 auto 10px;
    }

        #ficha_cine .select_cinefav .field .radiobox:first-child {
            margin-bottom: 10px;
        }

    #ficha_cine .select_cinefav .maps {
        width: 42px;
        height: 42px;
        background: #ffffff url("../img/cine_zona.png") no-repeat center;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
        cursor: pointer;
    }

    #ficha_cine .select_cinefav .btn_zona {
        height: 42px;
        line-height: 21px;
        background: #ffffff;
        text-align: left;
        padding-left: 40px;
        font-family: "dinengschriftstd";
        font-size: 15px;
        color: #999999;
        cursor: pointer;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    }

        #ficha_cine .select_cinefav .btn_zona span {
            position: absolute;
            width: 26px;
            height: 26px;
            left: 6px;
            top: 7px;
            background: url("../img/ficha_masmenos.png") no-repeat 0 0;
        }

        #ficha_cine .select_cinefav .btn_zona.open {
            background: #999999;
            color: #ffffff;
        }

            #ficha_cine .select_cinefav .btn_zona.open span {
                background-position: -26px 0;
            }

    #ficha_cine .select_cinefav .print_btn {
        background: url("../img/prints.png") no-repeat 8px center #ffffff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
        cursor: pointer;
        height: 42px;
        width: 42px;
        margin-left: 10px;
    }


article.select_cinefav .btn_promos {
    height: 42px;
    line-height: 42px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    background: #ff0033;
    font-family: "dinengschriftstd";
    color: #ffffff;
    margin-left: 25px;
    cursor: pointer;
}

#ficha_cine article > h3 {
    position: relative;
    margin: 5px 0;
    text-align: center;
    background: #f5f5f5;
    font-family: "dinengschriftstd";
    font-weight: 100;
    color: #999999;
}

#ficha_cine article h3.ev {
    color: #fba300;
}

#ficha_cine article h3.promo {
    color: #ff0033;
}

article.promociones {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

    article.promociones .banners_promo {
        background-image: url("../img/cine_shadow_left.png"), url("../img/cine_shadow_right.png"), url("../img/cine_shadow_top.png");
        background-color: #ffffff;
        background-repeat: repeat-y, repeat-y, repeat-x;
        background-position: left, right, top;
        height: 165px;
        position: relative;
    }

        article.promociones .banners_promo ul {
            position: relative;
            margin: 0 auto 20px;
            top: 20px;
            padding: 0;
            width: 98%;
            white-space: nowrap;
            overflow: hidden;
            text-align: center;
        }

        article.promociones .banners_promo li {
            display: inline-block;
            margin: 0 7px 0 0;
        }

        article.promociones .banners_promo #next, article.promociones .banners_promo #prev {
            position: absolute;
            top: 55px;
            width: 42px;
        }

        article.promociones .banners_promo #next {
            right: 4px;
        }

        article.promociones .banners_promo #prev {
            left: 4px;
        }

article.precios, article.calif {
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
}

article .btn_mostrar {
    position: relative;
    display: inline-block;
    text-align: center;
    background: #a8a8a8;
    color: #ffffff;
    font-family: "Trebuchet MS";
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

article.precios .div_precios, article.calif .div_calificaciones {
    position: relative;
    background: #ffffff;
}

    article.precios .div_precios ul, article.calif .div_calificaciones ul {
        padding: 0;
    }

    article.precios .div_precios li {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    article.calif .div_calificaciones li {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

.infocine_col {
    font-family: 'Trebuchet MS';
}

    .infocine_col > h3 {
        background-color: #a8a8a8;
        color: #ffffff;
        font-weight: normal;
    }

    .infocine_col > p {
        width: 100%;
        text-align: left;
        color: #666666;
    }

        .infocine_col > p > span {
            float: right;
            background-color: #e5e5e5;
            border-radius: 5px;
        }

article.precios .infocine_col p {
    padding-right: 70px;
    width: calc(100% - 70px);
    position: relative;
    line-height: 20px;
    height: 40px;
    padding-top: 10px;
}

article.precios .infocine_col > p > span {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e5e5e5;
    border-radius: 5px;
}

.infocine_col > p.infocine_sub {
    background-color: #e5e5e5;
    text-align: center;
}

article.precios .infocine_col > p.infocine_sub {
    width: 100%;
    padding: 0;
    height: auto;
}

.div_calificaciones p {
    position: relative;
}

.cinesaplan {
    margin-bottom: 10px;
}

    .cinesaplan .plan {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        .cinesaplan .plan .titulo {
            position: relative;
            display: inline-block;
            background-color: #e9e9e9;
            border: 2px solid #ffffff;
            border-bottom: none;
        }

            .cinesaplan .plan .titulo p {
                margin: 0;
                padding-left: 10px;
                font-family: 'dinengschriftstd';
                color: #999999;
            }

            .cinesaplan .plan .titulo img {
                position: absolute;
            }

        .cinesaplan .plan > img {
            border: 2px solid #ffffff;
        }

        .cinesaplan .plan a {
            position: relative;
            display: inline-block;
            text-align: center;
            font-family: 'dinengschriftstd';
            color: #ffffff;
            background-color: #047fcb;
            border: 2px solid #047fcb;
            transition: 0.2s;
            box-shadow: 2px 3px 6px 0px rgba(50, 50, 50, 0.55);
        }

.no-touch .cinesaplan .plan a:hover {
    background-color: #024B77;
    border-color: #024B77;
    transition: 0.2s;
}

.solo_movil {
    display: none;
}

#ficha_cine .seleccionardia {
    width: calc(100% - 310px);
}

#ficha_cine .container_rb {
    width: 370px;
    margin: 0 10px 10px;
}
/* /FICHA CINE */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* PROMOS LANDING */
#promos .bb_tlf {
    display: none;
}

#promos_landing section article {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    #promos_landing section article.cartel-promo {
        background-color: #ffffff;
    }

#promos_landing section div.info-promo {
    background-color: #ffffff;
    color: #666666;
    font-family: "Trebuchet MS";
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    #promos_landing section div.info-promo p {
        line-height: 18px;
        padding-bottom: 5px;
    }

        #promos_landing section div.info-promo p.titulo {
            border-bottom: 1px solid #dfdfdf;
            padding-bottom: 12px;
        }

    #promos_landing section div.info-promo span {
        color: #ff0033;
        width: 60px;
        padding-right: 15px;
    }
/* /PROMOS LANDING */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* PROXIMOS ESTRENOS */
#proximos_estrenos article.cartelera_peliculas > ul > li {
    margin-bottom: 70px;
}

#proximos_estrenos article.cartelera_peliculas .fechaestreno {
    position: absolute;
    left: 0px;
    background-color: #0076ec;
}

    #proximos_estrenos article.cartelera_peliculas .fechaestreno.fe-last {
        width: 100%;
    }

    #proximos_estrenos article.cartelera_peliculas .fechaestreno span {
        color: #ffffff !important;
        font-family: dinengschriftstd !important;
        margin-left: 10px !important;
        background: none;
        float: none;
    }

article.cartelera_peliculas li.warner a .stick-va, article.cartelera_peliculas li.ventaanticipada a .stick-va {
    position: absolute;
    left: 16px;
    width: 67px;
    height: 67px;
    z-index: 50;
    margin-top: 4px;
}

article.cartelera_peliculas li.warner a .stick-va {
    background: url(../img/gifwarnercartelera.gif) no-repeat;
}

article.cartelera_peliculas li.ventaanticipada a .stick-va {
    background: url(../img/ventaanticipada.png) no-repeat;
}

article.cartelera_peliculas li a .cartel {
    border: 3px solid #ffffff;
}

article.cartelera_peliculas li.warner a .cartel {
    border: 3px solid #004b96;
}

article.cartelera_peliculas li.ventaanticipada a .cartel {
    border: 3px solid #f3d801;
}

main section .cartelera_peliculas ul li div.contenedor_premium {
    position: absolute;
    width: calc(100% - 2px);
    height: 20px;
    left: 1px;
    bottom: 0;
    z-index: 30;
}

    main section .cartelera_peliculas ul li div.contenedor_premium div {
        position: relative;
        height: 20px;
        z-index: 31;
    }

    main section .cartelera_peliculas ul li div.contenedor_premium .isens {
        background-color: #00234c;
    }

    main section .cartelera_peliculas ul li div.contenedor_premium .imax {
        background-color: #0196d8;
    }

    main section .cartelera_peliculas ul li div.contenedor_premium .dolby {
        background-color: #000000;
    }

    main section .cartelera_peliculas ul li div.contenedor_premium div {
        display: none;
    }

main section .cartelera_peliculas ul li.isens div.contenedor_premium .isens, main section .cartelera_peliculas ul li.imax div.contenedor_premium .imax, main section .cartelera_peliculas ul li.dolby div.contenedor_premium .dolby {
    display: inline-block;
    width: 100%;
}

main section .cartelera_peliculas ul li.isens.imax div.contenedor_premium .isens, main section .cartelera_peliculas ul li.isens.imax div.contenedor_premium .imax, main section .cartelera_peliculas ul li.isens.dolby div.contenedor_premium .isens, main section .cartelera_peliculas ul li.isens.dolby div.contenedor_premium .dolby, main section .cartelera_peliculas ul li.imax.dolby div.contenedor_premium .dolby, main section .cartelera_peliculas ul li.imax.dolby div.contenedor_premium .imax {
    display: inline-block;
    width: 50%;
}

main section .cartelera_peliculas ul li.isens.imax.dolby div.contenedor_premium div {
    display: inline-block;
    width: 33.33%;
}

main section .cartelera_peliculas ul li.isens div.contenedor_premium .isens span {
    position: absolute;
    width: 43px;
    height: 20px;
    background: url("../img/tecno_cartelera.jpg")no-repeat -70px 4px;
    left: calc(50% - 22px);
}

main section .cartelera_peliculas ul li.imax div.contenedor_premium .imax span {
    position: absolute;
    width: 70px;
    height: 20px;
    background: url("../img/tecno_cartelera.jpg")no-repeat 0px 4px;
    left: calc(50% - 35px);
}

main section .cartelera_peliculas ul li.dolby div.contenedor_premium .dolby span {
    position: absolute;
    width: 62px;
    height: 20px;
    background: url("../img/tecno_cartelera.jpg")no-repeat -113px 4px;
    left: calc(50% - 31px);
}
/* /PROXIMOS ESTRENOS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* HOME */
#home article {
    position: relative;
    margin: 10px 0 20px 0;
}
/*general*/
#home .pelicula_principal ul {
    margin: 0;
    padding: 0;
}

#home .pelicula_principal .topo3d {
    background: url(../img/topo3d.png) no-repeat;
    position: absolute;
}

#home .pelicula_principal .principal-info {
    position: absolute;
    background: rgba(255,255,255,0.4);
}

    #home .pelicula_principal .principal-info a {
        background-color: #ffffff;
        font-family: dinengschriftstd;
        color: #666666;
    }

        #home .pelicula_principal .principal-info a.trailer {
            padding-left: 45px;
            position: relative;
        }

            #home .pelicula_principal .principal-info a.trailer span {
                position: absolute;
                width: 21px;
                height: 25px;
                background-position: -843px -32px;
                left: 10px;
                top: 12px;
            }

#home .pelicula_principal .img_left,
#home .pelicula_principal .img_right {
    position: absolute;
}

#home .pelicula_principal .img_left {
    background-position: 0 50%;
    left: 7px;
}

#home .pelicula_principal .img_right {
    right: 12px;
}

    #home .pelicula_principal .img_left span,
    #home .pelicula_principal .img_right span {
        position: absolute;
        width: 32px;
        height: 40px;
        top: 230px;
        left: 0 !important;
    }

#home .pelicula_principal .img_left span {
    background-position: -877px -32px;
}

#home .pelicula_principal .img_right span {
    background-position: -915px -32px;
}

#home .promociones span {
    position: absolute;
    color: #ff0033;
    font-family: dinengschriftstd;
}

.no-touch #home .promociones span:hover {
    border-bottom: 2px solid #ff0033;
    cursor: pointer;
}

#home .promociones div {
    position: relative;
}

#home .promociones > div,
#home .carteles-carrusel,
#home .tecnologia .tecno,
#ciclos .carteles-carrusel,
#ficha_cine .carteles-carrusel {
    background: #ffffff url("../img/cine_shadow_top.png") repeat-x top;
}

    #home .promociones > div h3 {
        background-color: #f5f5f5 !important;
    }

#home .promociones {
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 4px;
}

    #home .promociones ul {
        position: absolute;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
    }

        #home .promociones ul li {
            margin: 0 5px;
        }

    #home .promociones .caroufredsel_wrapper,
    #home .promociones ul {
        min-height: 128px;
    }

#home .cartelera ul,
#home .cartelera .caroufredsel_wrapper {
    min-height: 280px;
}

#home .promociones .shadow_left,
#home .promociones .shadow_right,
#home .cartelera .shadow_left,
#home .cartelera .shadow_right,
#home .tecnologia .shadow_left,
#home .tecnologia .shadow_right,
#ciclos .ciclo .shadow_left,
#ciclos .ciclo .shadow_right,
#ficha_cine .ciclo .shadow_left,
#ficha_cine .ciclo .shadow_right {
    position: absolute;
}

#ciclos .ciclo .shadow_left {
    left: 0;
}

#home .promociones .shadow_left,
#home .cartelera .shadow_left,
#home .tecnologia .shadow_left,
#ficha_cine .ciclo .shadow_left {
    left: 0;
    background: url("../img/cine_shadow_left.png") repeat-y left top;
}

#ciclos .ciclo .shadow_right {
    right: 0;
}

#home .promociones .shadow_right,
#home .cartelera .shadow_right,
#home .tecnologia .shadow_right,
#ficha_cine .ciclo .shadow_right {
    right: 0;
    background: url("../img/cine_shadow_right.png") repeat-y right top;
}

    #home .promociones .shadow_left .img_left,
    #home .promociones .shadow_right .img_right {
        background: url(../img/fletxes_carrousel_left.png) no-repeat center;
        width: 49px;
    }

    #home .promociones .shadow_right .img_right {
        background: url(../img/fletxes_carrousel_right.png) no-repeat center;
    }

#home .tecnologia .shadow_left,
#home .tecnologia .shadow_right {
    height: 269px;
    width: 40px;
    top: 0;
}
/* ----------------------------- */
#home .promociones .infopromo {
    background-color: #ff0033;
}

    #home .promociones .infopromo p {
        font-family: dinengschriftstd;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #home .promociones .infopromo .mas {
        text-align: center;
        background-color: #ffffff;
        border-radius: 6px;
        font-family: dinengschriftstd;
        color: #666666;
    }
/* ----------------------------- */
#home .cartelera .cart-menu a {
    background-color: #ffffff;
    font-family: dinengschriftstd;
    color: #9a9a9a;
    position: relative;
    display: inline-block;
    margin: 0 0 0 20px;
    border: 2px solid #dfdfdf;
    font-size: 23px;
    width: 140px;
    height: 40px;
    line-height: 44px;
    text-align: center;
}

    #home .cartelera .cart-menu a.pelicula.selected {
        background-color: #0076ec;
        border-color: #0076ec;
        color: #ffffff;
    }

    #home .cartelera .cart-menu a.eventos.selected {
        background-color: #fba303;
        border-color: #fba303;
        color: #ffffff;
    }

#home .cartelera span.vercartelera {
    color: #0076ec;
    font-family: dinengschriftstd;
}

.no-touch #home .cartelera .vercartelera:hover {
    border-bottom: 2px solid #0076ec;
    cursor: pointer;
}

#home .cartelera span.vereventos {
    color: #fba303;
    font-family: dinengschriftstd;
}

.no-touch #home .cartelera span.vereventos:hover {
    border-bottom: 2px solid #fba303;
    cursor: pointer;
}

#home .carteles-carrusel ul,
#ciclos .carteles-carrusel ul,
#ficha_cine .carteles-carrusel ul {
    white-space: nowrap;
    overflow: hidden;
}

    #ciclos .carteles-carrusel ul span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 6px;
        height: 21px;
        left: 151px;
    }

#home .cartelera .shadow_left .img_left,
#home .cartelera .shadow_right .img_right {
    width: 49px !important;
}

    #home .cartelera .shadow_right .img_right span,
    #home .cartelera .shadow_left .img_left span {
        position: absolute;
        top: 140px;
        left: 8px;
        height: 40px;
        width: 32px !important;
    }

    #home .cartelera .shadow_right .img_right span {
        background-position: -915px -32px;
    }

    #home .cartelera .shadow_left .img_left span {
        background-position: -877px -32px;
    }

#ciclos .ciclo .shadow_left .img_left,
#ficha_cine .ciclo .shadow_left .img_left {
    background: url(../img/fletxes_carrousel_left.png) no-repeat center;
    width: 49px !important;
}

#ciclos .ciclo .shadow_right .img_right,
#ficha_cine .ciclo .shadow_right .img_right {
    background: url(../img/fletxes_carrousel_right.png) no-repeat center;
    width: 49px !important;
}

#home .cartelera .infopeli,
#ciclos .ciclo .infopeli,
#ficha_cine .ciclo .infopeli {
    transition: 0.5s;
}

    #home .cartelera .infopeli.pelicula,
    #ciclos .ciclo .infopeli.pelicula,
    #ficha_cine .ciclo .infopeli.pelicula {
        background-color: #0076ec;
    }

    #home .cartelera .infopeli.eventos {
        background-color: #fba303;
    }

.no-touch #home .cartelera li:hover .infopeli, .no-touch #ficha_cine .ciclo li:hover .infopeli {
    transition: 0.5s;
}

#home .cartelera .infopeli h4,
#ciclos .ciclo .infopeli h4,
#ficha_cine .ciclo .infopeli h4 {
    font-family: dinengschriftstd;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

#home .cartelera .infopeli p,
#ciclos .ciclo .infopeli p,
#ficha_cine .ciclo .infopeli p {
    font-family: dinengschriftstd;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
}

#home .cartelera .infopeli .mas,
#ciclos .ciclo .infopeli a,
#ficha_cine .ciclo .infopeli a {
    text-align: center;
    background-color: #ffffff;
    border-radius: 6px;
    font-family: dinengschriftstd;
    color: #666666;
}

#home .tecnologia p {
    font-family: dinengschriftstd;
    color: #999999;
}

    #home .tecnologia p span {
        color: #0076eb;
    }

#home .tecnologia .dolby,
#home .tecnologia .imax,
#home .tecnologia .isens,
#home .tecnologia .screenX {
    background-position: -535px -126px;
    position: absolute;
    margin: 0 auto;
    height: 238px;
    width: 170px;
    margin-left: 16px;
    transition: 0.5s;
}

#home .tecnologia .dolby {
    background-position: -898px -126px;
}

#home .tecnologia .screenX {
    background-position: -1045px -126px;
}

#home .tecnologia .isens {
    background-position: -713px -126px;
}

#home .clientes {
    background-color: #e1e1e1;
}

    #home .clientes .toppeliculas ul {
        overflow: hidden;
        white-space: nowrap;
    }

    #home .clientes .toppeliculas .img_left,
    #home .clientes .toppeliculas .img_right {
        background: url(../img/fletxes2.png) no-repeat;
    }

    #home .clientes .toppeliculas .img_left {
        background-position: 0 50%;
        left: 10px;
    }

    #home .clientes .toppeliculas .img_right {
        background-position: -29px 50%;
        right: 5px;
    }

#home .home-row {
    background: none !important;
    border: none !important;
    position: relative;
    height: auto !important;
    text-align: left;
}

    #home .home-row h3 {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
        font-family: "dinengschriftstd";
        font-weight: 100;
    }

    #home .home-row .btn {
        position: absolute;
        display: inline-block;
        vertical-align: top;
        font-family: "dinengschriftstd";
        padding: 0 13px;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.52);
    }

#home .promociones .home-row h3 {
    color: #ff0033;
    background-color: #eeeeee;
}

#home .promociones .home-row a {
    color: #ffffff;
    background-color: #ff0033;
}

#home .cartelera .home-row h3 {
    color: #0076ec;
    background-color: #f5f5f5;
}

#home .cartelera .home-row a {
    color: #ffffff;
    background-color: #0076ec;
}

#home .tecnologia .home-row h3 {
    color: #999999;
    background-color: #f5f5f5;
}

#home .tecnologia .home-row span {
    color: #0076ec;
}

#home .promociones > div,
#home .listacines {
    position: relative;
    display: none;
    margin-bottom: 14px !important;
    margin-top: 14px !important;
    width: 100%;
    text-align: center;
}

    #home .listacines .btnlistacines {
        position: relative;
        display: inline-block;
        width: 250px;
        height: 44px;
        line-height: 44px;
        background-color: #ffdf0f;
        color: #000;
        text-align: center;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        cursor: pointer;
        border-radius: 4px;
    }

#home .radios {
    width: 350px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-align: right;
}
/* /HOME */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* PROMOS */
#promos main #bajo_menu {
    height: 14px;
    margin-bottom: 10px;
}

#promos .select_cinefav {
    padding: 0;
}

    #promos .select_cinefav .row {
        position: relative;
        text-align: center;
    }

        #promos .select_cinefav .row .field {
            margin: 0 auto;
        }

        #promos .select_cinefav .row:first-child {
            margin-bottom: 20px;
        }

        #promos .select_cinefav .row:last-child > p {
            position: relative;
            display: inline-block;
            vertical-align: top;
            font-family: "Trebuchet MS";
            color: #ff0033;
        }

        #promos .select_cinefav .row:last-child .field {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

#promos article.select_cinefav .btn_borrar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.30);
}
/* /PROMOS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* MAPA */
#mapa .cine_seleccionado {
    position: absolute;
    top: 370px;
    left: 121px;
    z-index: 2000;
    background: #9a9a9a;
    color: #ffffff;
    border-radius: 5px;
    width: 138px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    padding-right: 10px;
    font-family: "Trebuchet MS";
    font-size: 15px;
}

    #mapa .cine_seleccionado p {
        margin: 0;
    }

    #mapa .cine_seleccionado span {
        position: absolute;
        background: url("../img/mapstar.png") no-repeat 0 0;
        height: 15px;
        width: 15px;
        top: 11px;
        margin-left: 5px;
    }

    #mapa .cine_seleccionado .flecha {
        position: absolute;
        margin-top: -5px;
        left: 10px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 7px;
        border-top-width: 0px;
        border-color: transparent transparent #9a9a9a transparent;
    }
/* /MAPA*/
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* CICLOS */
#ciclos .ciclo .titulo,
#ficha_cine .ciclo .titulo {
    color: #0076eb;
    font-family: dinengschriftstd;
    background-color: #eeeeee;
}

#ciclos .ciclo .carteles-carrusel .shadow_left,
#ciclos .ciclo .carteles-carrusel .shadow_right {
    top: 0;
}
/* /CICLOS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* CINESACARD */
#cinesacard .ccard .micuenta,
#cinesacard .ccard .ventajas_ccard {
    display: inline-block;
    vertical-align: top;
}

#cinesacard .micuenta img {
    text-align: center;
    border: 6px solid #ffffff;
    border-radius: 250px;
    z-index: 10;
}

#cinesacard .micuenta h3 {
    font-family: 'dinengschriftstd';
    color: #e5e5e5;
    font-weight: 100;
}

#cinesacard .formlogin {
    background-color: #ffffff;
    text-align: center;
}

    #cinesacard .formlogin form {
        text-align: center;
    }

    #cinesacard .formlogin input[type="email"],
    #cinesacard .formlogin input[type="password"] {
        background-color: #e5e5e5;
        font-family: 'dinengschriftstd';
        color: #999999;
    }

    #cinesacard .formlogin input[type="submit"] {
        background-color: #0f99fe;
        border: none;
        color: #ffffff;
        font-family: 'dinengschriftstd';
        font-weight: 100;
    }

    #cinesacard .formlogin a {
        text-align: center;
        font-family: 'dinengschriftstd';
        color: #999999;
    }

#cinesacard .ventajas_ccard {
    background-color: #ffffff;
    text-align: center;
}

    #cinesacard .ventajas_ccard h3 {
        font-family: 'dinengschriftstd';
        font-size: 45px;
        color: #0c99fe;
        margin: 5px 0 0 0;
        font-weight: 100;
    }

    #cinesacard .ventajas_ccard p {
        font-family: 'dinengschriftstd';
        color: #999999;
    }

    #cinesacard .ventajas_ccard .lista_ventajas {
        display: table;
    }

        #cinesacard .ventajas_ccard .lista_ventajas ul {
            display: table-row;
        }

        #cinesacard .ventajas_ccard .lista_ventajas li {
            display: table-cell;
        }

#cinesacard .lista_ventajas li div.jueves,
#cinesacard .lista_ventajas li div.vip,
#cinesacard .lista_ventajas li div.promociones,
#cinesacard .lista_ventajas li div.puntos,
#cinesacard .lista_ventajas li div.eventos {
    background: url(../img/ico_ccard_ventajas.png) no-repeat;
    width: 128px;
    height: 105px;
}

#cinesacard .lista_ventajas li div.jueves {
    background-position: 0 0;
}

#cinesacard .lista_ventajas li div.vip {
    background-position: -128px 0;
}

#cinesacard .lista_ventajas li div.promociones {
    background-position: -256px 0;
}

#cinesacard .lista_ventajas li div.puntos {
    background-position: -384px 0;
}

#cinesacard .lista_ventajas li div.eventos {
    background-position: -512px 0;
}

#cinesacard .lista_ventajas a {
    background-color: #0f99fe;
    z-index: 20;
    font-family: 'dinengschriftstd';
    color: #ffffff;
    font-weight: 100;
}

#cinesacard .conseguirccard > div {
    vertical-align: top;
}

#cinesacard .conseguirccard .cc_header {
    background-color: #004c95;
    text-align: center;
    font-family: 'dinengschriftstd';
}

    #cinesacard .conseguirccard .cc_header p {
        color: #0e99fe;
        font-weight: 100;
    }

#cinesacard .conseguirccard .activala .cc_header {
    background-color: #0e99fe;
}

    #cinesacard .conseguirccard .activala .cc_header p {
        color: #004c95;
    }

#cinesacard .conseguirccard .cc_header h3 {
    color: #ffffff;
    font-weight: 100;
}

#cinesacard .conseguirccard .cc_pasos {
    background-color: #ffffff;
    text-align: center;
}

#cinesacard .conseguirccard .circ-b,
#cinesacard .conseguirccard .circ-g,
#cinesacard .conseguirccard .circ-y {
    border-radius: 60px;
}

#cinesacard .conseguirccard .pidela .circ-b {
    background-color: #004c95;
}

#cinesacard .conseguirccard .activala .circ-b {
    background-color: #0f99fe;
}

#cinesacard .conseguirccard .circ-g {
    background-color: #e5e5e5;
}

#cinesacard .conseguirccard .circ-y {
    background-color: #ffdf0f;
}

#cinesacard .conseguirccard .pidela .flecha-1,
#cinesacard .conseguirccard .activala .flecha-2 {
    width: 40px;
    background: url(../img/ico_ccard_pasos.png) no-repeat -300px 50%;
}

#cinesacard .conseguirccard .activala .flecha-2 {
    background-position: -335px 50%;
}

#cinesacard .conseguirccard .cc_pasos ul li .pc,
#cinesacard .conseguirccard .cc_pasos ul li .taquilla,
#cinesacard .conseguirccard .cc_pasos ul li .tarjeta {
    background: url(../img/ico_ccard_pasos.png) no-repeat;
    position: absolute;
    width: 100px;
    height: 90px;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -42px;
}

#cinesacard .conseguirccard .cc_pasos ul li .pc {
    background-position: 0 0;
}

#cinesacard .conseguirccard .cc_pasos ul li .taquilla {
    background-position: -100px 0;
}

#cinesacard .conseguirccard .cc_pasos ul li .tarjeta {
    background-position: -200px 0;
}

#cinesacard .conseguirccard .cc_pasos > div {
    text-align: left;
    font-family: arial;
    color: #666666;
}

#cinesacard .conseguirccard .cc_pasos .popcorn {
    background: url(../img/ico_ccard_puntos.png) no-repeat;
}

#cinesacard .conseguirccard .cc_btn {
    background-color: #ffffff;
}

    #cinesacard .conseguirccard .cc_btn a {
        text-align: center;
        background-color: #004c95;
        font-family: 'dinengschriftstd';
        color: #ffffff;
    }

#cinesacard .conseguirccard .activala .cc_btn a {
    background-color: #0f99fe;
}

#cinesacard .conseguirccard .cc_aviso {
    text-align: center;
    font-family: arial;
    color: #999999;
}

    #cinesacard .conseguirccard .cc_aviso a {
        color: #999999;
        border-bottom: 1px solid #999999;
    }

#cinesacard .aviso > div {
    background: #ffffff url(../img/ico_danger.png) no-repeat 15px center;
    text-align: center;
}

    #cinesacard .aviso > div p {
        font-family: 'dinengschriftstd';
        color: #666666;
    }

    #cinesacard .aviso > div a {
        background-color: #d3d3d3;
        color: #666666;
        font-family: 'arial';
    }

.no-touch #cinesacard .aviso > div a:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

#cinesacard .puntos .puntos_menu li {
    background-color: #d3d3d3;
    font-family: 'dinengschriftstd';
    color: #0e99fe;
    cursor: pointer;
}

    #cinesacard .puntos .puntos_menu li.selected {
        color: #ffffff;
        background-color: #0e99fe;
    }

#cinesacard .puntos .div-1,
#cinesacard .puntos .div-2,
#cinesacard .puntos .div-3 {
    background-color: #ffffff;
}

    #cinesacard .puntos .div-1 li,
    #cc_micuenta .puntos .div-1 li {
        text-align: center;
        cursor: pointer;
    }

        #cinesacard .puntos .div-1 li .tiporegalos,
        #cc_micuenta .puntos .div-1 li .tiporegalos {
            background-color: #e8e8e8;
            font-family: "Trebuchet MS";
            color: #9a9a9a;
            font-weight: bold;
            text-align: left;
        }

#cinesacard .regalo-puntos,
#cc_micuenta .regalo-puntos {
    text-align: center;
    font-family: 'dinengschriftstd';
    color: #0f99fe;
}

#cinesacard .puntos .div-1 li .regalo-info,
#cc_micuenta .puntos .div-1 li .regalo-info {
    background-color: #d3d3d3;
    font-family: "Trebuchet MS";
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

    #cinesacard .puntos .div-1 li .regalo-info p,
    #cc_micuenta .puntos .div-1 li .regalo-info p {
        color: #004c95;
    }

        #cinesacard .puntos .div-1 li .regalo-info p:first-child,
        #cc_micuenta .puntos .div-1 li .regalo-info p:first-child {
            color: #0e99fe;
        }

#cinesacard .imagenregalo,
#cc_micuenta .imagenregalo {
    background-image: url(../img/ico_ccard_puntos.png);
    width: 118px;
    height: 105px;
    margin-top: 5px;
    background-repeat: no-repeat;
    display: inline-block;
}

.regalo-1 {
    background-position: 0 0;
}

.regalo-2 {
    background-position: -118px 0;
}

.regalo-3 {
    background-position: -236px 0;
}

.regalo-4 {
    background-position: -354px 0;
}

.regalo-5 {
    background-position: -472px 0;
}

.regalo-6 {
    background-position: 0 -105px;
}

.regalo-7 {
    background-position: 0 -210px;
}

.regalo-8 {
    background-position: -118px -210px;
}

.regalo-9 {
    background-position: -236px -210px;
}

.regalo-10 {
    background-position: -354px -210px;
}

.regalo-11 {
    background-position: -472px -210px;
}

.regalo-12 {
    background-position: -590px -210px;
}

.regalo-13 {
    background-position: -708px -210px;
}

.regalo-14 {
    background-position: -826px -210px;
}

.regalo-15 {
    background-position: 0 -315px;
}

.regalo-16 {
    background-position: -118px -315px;
}

.regalo-17 {
    background-position: -236px -315px;
}

.regalo-18 {
    background-position: -354px -315px;
}

.regalo-19 {
    background-position: -472px -315px;
}

.regalo-20 {
    background-position: -590px -315px;
}

.regalo-21 {
    background-position: -708px -315px;
}

.regalo-22 {
    background-position: -826px -315px;
}

#cinesacard .puntos .div-2 {
    text-align: center;
}

#cinesacard .puntos .div-3 {
    text-align: left;
}

    #cinesacard .puntos .div-3 li,
    #cc_micuenta .faq .div-3 li {
        cursor: pointer;
        background-color: #e8e8e8;
        font-family: "Trebuchet MS";
        color: #666666;
    }

    #cinesacard .puntos .div-3 .mas,
    #cinesacard .puntos .div-3 .menos,
    #cc_micuenta .faq .div-3 .mas,
    #cc_micuenta .faq .div-3 .menos {
        position: absolute;
        width: 35px;
        height: 30px;
        background: url(../img/faq.png) no-repeat;
        margin-left: -55px;
    }

    #cinesacard .puntos .div-3 .mas,
    #cc_micuenta .faq .div-3 .mas {
        background-position: 0 0;
    }

    #cinesacard .puntos .div-3 .menos,
    #cc_micuenta .faq .div-3 .menos {
        background-position: -35px 0;
    }

    #cinesacard .puntos .div-3 li.respuesta,
    #cc_micuenta .faq .div-3 li.respuesta {
        background: none;
        cursor: initial;
    }

        #cinesacard .puntos .div-3 li.respuesta ul li,
        #cc_micuenta .faq .div-3 li.respuesta ul li {
            background: #ffffff url(../img/li_gris.png) no-repeat 0px 10px;
            cursor: initial;
        }

            #cinesacard .puntos .div-3 li.respuesta ul li.stitulo,
            #cc_micuenta .faq .div-3 li.respuesta ul li.stitulo {
                color: #0e99fe;
                ;
                background: none;
            }

            #cinesacard .puntos .div-3 li.respuesta ul li.sresumen,
            #cc_micuenta .faq .div-3 li.respuesta ul li.sresumen {
                background: none;
            }

            #cinesacard .puntos .div-3 li.respuesta ul li a,
            #cc_micuenta .faq .div-3 li.respuesta ul li a {
                color: #666666;
            }

            #cinesacard .puntos .div-3 li.respuesta ul li.sresp,
            #cc_micuenta .faq .div-3 li.respuesta ul li.sresp {
                background: none;
            }

#cinesacard #sb-site {
    min-height: 2000px !important;
}
/* /CINESACARD */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* CINESACARD FORMULARIO + ACTIVACION*/
#cc_form .titulo h3,
#cc_form_activar .titulo h3,
#cc_form_finactivar .titulo h3,
#cc_form_finpedir .titulo h3,
#colegios .titulo h3,
#recuperarmail .titulo h3,
#recuperarpass .titulo h3 {
    background-color: #004c95;
    font-family: "dinengschriftstd";
    font-weight: normal;
    color: #ffffff;
}

#cc_form .frm1,
#cc_form .frm2,
#cc_form .frm3,
#cc_form .frm4,
#cc_form .inf,
#cc_form_activar .frm1,
#cc_form_activar .frm2,
#cc_form_activar .frm3,
#cc_form_activar .frm4,
#cc_form_activar .inf,
#colegios .frm1,
#colegios .frm2,
#colegios .inf,
#recuperarmail .frm1,
#recuperarpass .frm1 {
    background-color: #ffffff;
}

#cc_form article h4,
#cc_form_activar article h4,
#cc_micuenta .frm h4,
#clientes article h4,
#colegios article h4,
#recuperarmail article h4,
#recuperarpass article h4 {
    font-family: "dinengschriftstd";
    font-weight: normal;
    color: #d3d3d3;
}

#cc_form article .num,
#cc_form_activar article .num,
#clientes article .num,
#colegios article .num {
    background-color: #d3d3d3;
    font-family: "dinengschriftstd";
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
}

#cc_form article.activo .num,
#cc_form_activar article.activo .num,
#clientes article.activo .num,
#colegios article.activo .num {
    background-color: #004c95;
    cursor: pointer;
}

#cc_form article.activo h4,
#cc_form article.inactivo h4,
#cc_form_activar article.activo h4,
#cc_form_activar article.inactivo h4,
#cc_micuenta .frm h4,
#clientes article.inactivo h4,
#clientes article.activo h4,
#colegios article.activo h4,
#colegios article.inactivo h4,
#recuperarmail article.activo h4,
#recuperarpass article.activo h4 {
    color: #004c95;
    cursor: pointer;
}

#cc_form article.inactivo .num,
#cc_form_activar article.inactivo .num,
#clientes article.inactivo .num,
#colegios article.inactivo .num {
    background-color: #004c95;
}

#cc_form article.inactivo h4,
#cc_form_activar article.inactivo h4,
#clientes article.inactivo h4,
#colegios article.inactivo h4 {
    color: #004c95;
}

#cc_form .row input.text,
#cc_micuenta input.text,
#cc_form_activar .row input.text,
#cc_micuenta .row input.text,
#trabajaconnosotros .row input.text,
#clientes .row input.text,
#colegios .row input.text,
#recuperarmail .row input.text,
#recuperarpass .row input.text {
    border: none;
    border-left: 5px solid #d3d3d3;
    -webkit-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.20);
    font-family: "Trebuchet MS";
    color: #909090;
}

#cc_form article.activo input.text,
#cc_form_activar article.activo input.text,
#trabajaconnosotros article.activo input.text,
#clientes article.activo input.text,
#colegios article.activo input.text,
#recuperarmail article.activo input.text,
#recuperarpass article.activo input.text {
    border-left: 5px solid #004c95;
}

#cc_form article.inactivo input.text,
#cc_form_activar article.inactivo input.text,
#colegios article.inactivo input.text {
    border-left: 5px solid #d3d3d3;
}

#cc_form .row span,
#cc_form_activar .row span,
#trabajaconnosotros .row span,
#colegios .row span {
    font-family: "Trebuchet MS";
    color: #999999;
}

#cc_form input[type="checkbox"],
#cc_form_activar input[type="checkbox"],
#trabajaconnosotros input[type="checkbox"],
#colegios input[type="radio"] {
    display: none;
}

    #cc_form input[type="checkbox"] + label span,
    #cc_form_activar input[type="checkbox"] + label span,
    #trabajaconnosotros input[type="checkbox"] + label span,
    #colegios input[type="radio"] + label span.ico {
        background: url(../img/ico_check.png) left top no-repeat;
        font-family: "Trebuchet MS";
        color: #909090;
    }

#cc_form .activo input[type="checkbox"]:checked + label span,
#trabajaconnosotros .activo input[type="checkbox"]:checked + label span {
    background: url(../img/ico_check.png) left -37px no-repeat;
}

#cc_form_activar .activo input[type="checkbox"]:checked + label span,
#colegios .activo input[type="radio"]:checked + label span.ico {
    background: url(../img/ico_check.png) left -76px no-repeat;
}

#cc_form .inactivo input[type="checkbox"]:checked + label span,
#cc_form_activar .inactivo input[type="checkbox"]:checked + label span,
#colegios .inactivo input[type="radio"]:checked + label span {
    background: url(../img/ico_check.png) left -113px no-repeat;
}

#cc_form .row a,
#cc_form_activar .row a,
#colegios .row a {
    color: #909090;
}

#cc_form input[type="submit"],
#cc_form_activar input[type="submit"],
#trabajaconnosotros input[type="submit"],
#clientes input[type="submit"],
#colegios input[type="submit"],
#recuperarmail input[type="submit"],
#recuperarmail input[type="button"],
#recuperarpass input[type="submit"],
#cc_form .btn,
#cc_form_activar .btn,
#colegios .btn {
    font-family: "dinengschriftstd";
    color: #ffffff;
    background-color: #d3d3d3;
    cursor: pointer;
}

#cc_form article.activo input[type="submit"],
#cc_form_activar article.activo input[type="submit"],
#trabajaconnosotros article.activo input[type="submit"],
#clientes article.activo input[type="submit"],
#colegios article.activo input[type="submit"],
#recuperarmail article.activo input[type="submit"],
#recuperarmail article.activo input[type="button"],
#recuperarpass article.activo input[type="submit"],
#cc_form .btn,
#cc_form_activar .btn,
#colegios .btn {
    background-color: #004c95;
}

#cc_form .inf p,
#cc_form_activar .inf p,
#colegios .inf p {
    font-family: "Trebuchet MS";
    color: #999999;
}

#cc_form .cc_select .select-group li,
#cc_form_activar .cc_select .select-group li,
#clientes .cc_select .select-group li,
#colegios .cc_select .select-group li {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#recuperarmail input[type="submit"],
#recuperarpass input[type="submit"] {
    font-family: "dinengschriftstd" !important;
}
/* /CINESACARD FORMULARIO + ACTIVACION*/
/* ############################################################################################################################## */
#cc_form_activar .titulo h3 {
    background-color: #0f99fe;
}

#cc_form_activar article.activo .num {
    background-color: #0f99fe;
}

#cc_form_activar article.activo h4,
#cc_form_activar article.inactivo h4 {
    color: #0f99fe;
}

#cc_form_activar article.inactivo .num {
    background-color: #0f99fe;
}

#cc_form_activar article.inactivo h4 {
    color: #0f99fe;
}

#cc_form_activar article.activo input.text,
#cc_micuenta .row input.text {
    border-left: 5px solid #0f99fe;
}

#cc_form_activar input[type="checkbox"]:checked + label span {
    background: url(../img/ico_check.png) left -37px no-repeat;
}

#cc_form_activar article.activo input[type="submit"],
#cc_form_activar .btn {
    background-color: #0f99fe;
}

#cc_form_activar article.activo .num {
    border: 4px solid #b9e1ff !important;
}

#colegios .titulo h3 {
    background-color: #0f99fe;
}

#colegios article.activo .num {
    background-color: #0f99fe;
}

#colegios article.activo h4,
#cc_form_activar article.inactivo h4 {
    color: #0f99fe;
}

#colegios article.inactivo .num {
    background-color: #0f99fe;
}

#colegios article.inactivo h4 {
    color: #0f99fe;
}

#colegios article.activo input.text,
#cc_micuenta .row input.text,
#cc_micuenta input.text {
    border-left: 5px solid #0f99fe;
}

#colegios input[type="checkbox"]:checked + label span {
    background: url(../img/ico_check.png) left -37px no-repeat;
}

#colegios article.activo input[type="submit"],
#cc_form_activar .btn {
    background-color: #0f99fe;
}

#colegios article.activo .num {
    border: 4px solid #b9e1ff !important;
}

#colegios .btn {
    background-color: #0f99fe;
}

#recuperarmail .titulo h3 {
    background-color: #0f99fe;
}

#recuperarmail article.activo h4 {
    color: #0f99fe;
}

#recuperarmail article.activo input.text {
    border-left: 5px solid #0f99fe;
}

#recuperarmail article.activo input[type="submit"],
#recuperarmail article.activo input[type="button"] {
    background-color: #0f99fe;
}
/* ############################################################################################################################## */
/* CINESACARD FORMU - MAIL + FIN*/
#cc_form .mail,
#cc_form_activar .mail,
#cc_form_finactivar .inf,
#cc_form_finpedir .inf,
#cc_form_error .error {
    background-color: #ffffff;
    font-family: "Trebuchet MS";
    color: #909090;
    font-size: 15px;
    margin-bottom: 40px;
    padding: 15px 30px !important;
}

    #cc_form .mail span,
    #cc_form_activar .mail span {
        padding: 0 !important;
        color: #004c95;
    }

    #cc_form_activar .mail span {
        color: #0f99fe;
    }

    #cc_form .mail a {
        color: #004c95;
    }

    #cc_form_activar .mail a {
        color: #0f99fe;
    }

#cc_form_finactivar .inf {
    min-height: 240px;
    text-align: left;
}

    #cc_form_finactivar .inf p {
        line-height: 18px;
    }

#cc_form_finactivar .frm_btn,
#cc_form_finpedir .inf .frm_btn {
    position: absolute;
    background-color: #0f99fe;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-family: "dinengschriftstd";
    font-size: 22px;
    margin-top: 35px;
}

#cc_form_finactivar .titulo h3 {
    background-color: #0f99fe;
}

#cc_form_finpedir .titulo h3 {
    background-color: #004c95;
}

@media all and (max-width: 799px) {
    #cc_form .mail,
    #cc_form_activar .mail,
    #cc_form_finactivar .inf,
    #cc_form_finpedir .inf {
        font-size: 18px;
    }

    #cc_form_finpedir .inf {
        padding-left: 0px !important;
    }

        #cc_form_finpedir .inf p {
            margin-left: 20px;
        }
}

#cc_form_finpedir .inf {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

    #cc_form_finpedir .inf > ul li {
        position: relative;
        margin-bottom: 17px;
        padding-left: 40px;
        font-size: 13px;
        font-style: italic;
        line-height: 27px;
    }

        #cc_form_finpedir .inf > ul li:last-child {
            margin-bottom: 35px;
        }

        #cc_form_finpedir .inf > ul li span {
            position: absolute;
            left: 0;
            width: 25px;
            height: 25px;
            text-align: center;
            border-radius: 25px;
            color: #ffffff;
            background-color: #004c95;
            font-family: "dinengschriftstd";
            font-size: 16px;
            font-style: normal;
        }

    #cc_form_finpedir .inf p {
        margin-bottom: 30px;
    }

    #cc_form_finpedir .inf .cupon {
        position: relative;
        border: 1px solid rgba(50, 50, 50, 0.20);
        border-top-color: #0f99fe;
        border-left: 7px solid #0f99fe;
        width: 610px;
        height: 400px;
        margin: 20px 10px;
        -webkit-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.20);
        -moz-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.20);
        box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.20);
    }

        #cc_form_finpedir .inf .cupon .header {
            position: relative;
            background-color: #0f99fe;
            height: 130px;
        }

            #cc_form_finpedir .inf .cupon .header p {
                position: absolute;
                right: 10px;
                top: 5px;
                color: #ffffff;
                width: 420px;
                font-size: 17px;
            }

        #cc_form_finpedir .inf .cupon img {
            position: absolute;
            width: 150px;
            height: 150px;
            border-radius: 100px;
            top: 18px;
            left: 13px;
        }

        #cc_form_finpedir .inf .cupon .datos {
            position: relative;
            top: 60px;
        }

            #cc_form_finpedir .inf .cupon .datos li {
                position: relative;
                font-family: "Trebuchet MS";
                font-size: 17px;
                padding-left: 180px;
                margin-bottom: 35px;
            }

                #cc_form_finpedir .inf .cupon .datos li span {
                    color: #0f99fe;
                    font-weight: bold;
                    position: absolute;
                    left: 0;
                }

                    #cc_form_finpedir .inf .cupon .datos li span.doble {
                        left: 300px;
                    }

                    #cc_form_finpedir .inf .cupon .datos li span.doble_resp {
                        left: 350px;
                        color: #909090;
                    }

    #cc_form_finpedir .inf .frm_btn {
        top: 0px;
        left: 58%;
        width: 200px;
        background-color: #004c95;
    }

@media all and (max-width: 1149px) {
    #cc_form_finpedir .inf .frm_btn {
        position: relative;
        display: inline-block;
        left: 10px;
        top: -20px;
    }
}

@media all and (max-width: 639px) {
    #cc_form_finpedir .inf > ul li {
        font-size: 15px;
    }

    #cc_form_finpedir .cupon {
        width: 440px !important;
        margin: 20px auto !important;
        left: 10px;
    }

        #cc_form_finpedir .cupon .header {
            height: 160px !important;
        }

            #cc_form_finpedir .cupon .header p {
                width: 250px !important;
                margin-top: 0px;
            }

        #cc_form_finpedir .cupon img {
            top: 5px !important;
            left: 10px !important;
        }

        #cc_form_finpedir .cupon .datos {
            top: 30px !important;
            left: -10px;
        }

    #cc_form_finpedir .inf .cupon .datos li span.doble {
        left: 250px;
    }

    #cc_form_finpedir .inf .cupon .datos li span.doble_resp {
        left: 300px;
    }

    #cc_form_finpedir .frm_btn {
        left: 50% !important;
        margin-left: -210px !important;
    }
}

#cc_form_error .titulo {
    background-color: #ff3300;
    font-family: "dinengschriftstd";
    font-weight: normal;
    color: #ffffff;
    width: 350px;
}

#cc_form_error .error > div {
    margin: 15px 0 40px 0;
    text-align: left;
}

#cc_form_error .error .problema {
    margin-bottom: 40px;
}

#cc_form_error .error .opcion {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 20px;
}

#cc_form_error .error p span,
#cc_form_error .error p a {
    color: #0f99fe;
}
/* /CINESACARD FORMULARIO - MAIL + FIN*/
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* /CINESACARD MI CUENTA*/
#cc_micuenta aside {
    position: relative;
    vertical-align: top;
}

    #cc_micuenta aside .cuenta {
        position: relative;
        background-color: #ffffff;
        text-align: center;
    }

        #cc_micuenta aside .cuenta img {
            width: 150px;
            height: 150px;
            border-radius: 100px;
            border: 5px solid #ffffff;
        }

        #cc_micuenta aside .cuenta p {
            font-family: "dinengschriftstd";
            color: #9a9a9a;
        }

        #cc_micuenta aside .cuenta h3 {
            font-family: dinengschriftstd;
            color: #0f99fe;
            margin: 0;
        }

        #cc_micuenta aside .cuenta ul {
            padding: 0;
            text-align: left;
        }

            #cc_micuenta aside .cuenta ul li {
                background-color: #d4d4d4;
                text-align: center;
                font-family: "Trebuchet MS";
                color: #ff3300;
            }

    #cc_micuenta aside .logout {
        position: relative;
    }

        #cc_micuenta aside .logout a {
            position: absolute;
            background-color: #004c95;
            font-family: "dinengschriftstd";
            color: #ffffff;
            text-align: center;
            border-radius: 3px;
        }

    #cc_micuenta aside .info,
    #cc_micuenta .asideM .info {
        background-color: #ececec;
        text-align: center;
        border-radius: 3px;
    }

        #cc_micuenta aside .info p,
        #cc_micuenta .asideM .info p {
            font-family: "Trebuchet MS";
            color: #999999;
        }

        #cc_micuenta aside .info a,
        #cc_micuenta .asideM .info a {
            color: #999999;
        }

    #cc_micuenta aside .infocc,
    #cc_micuenta .asideM .infocc {
        background-color: #ffffff;
        position: relative;
        border-radius: 3px;
    }

        #cc_micuenta aside .infocc .header,
        #cc_micuenta .asideM .infocc .header {
            position: relative;
            background: #d3d3d3 url("../img/cctrj.png") no-repeat 216px 6px;
            border-radius: 3px 3px 0 0;
            font-family: "Trebuchet MS";
            font-weight: bold;
            color: #0f99fe;
        }

        #cc_micuenta aside .infocc p,
        #cc_micuenta .asideM .infocc p {
            font-family: "Trebuchet MS";
            color: #999999;
        }

#cc_micuenta section {
    vertical-align: top;
}

#cc_micuenta article.menu li {
    position: relative;
    font-family: "dinengschriftstd";
    color: #0f99fe;
    background-color: #d3d3d3;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}

    #cc_micuenta article.menu li.selected {
        color: #ffffff;
        background-color: #0f99fe;
    }

#cc_micuenta .caducan,
#cc_micuenta .movimientos,
#cc_micuenta .frm,
#cc_micuenta .puntos,
#cc_micuenta .faq,
#cc_micuenta .listapromos {
    background-color: #ffffff;
}

    #cc_micuenta .caducan p,
    #cc_micuenta .movimientos p {
        font-family: "Trebuchet MS";
        color: #909090;
    }

    #cc_micuenta .caducan ul {
        background: url("../img/caducidadpuntos.png") no-repeat 30px top;
        min-height: 100px;
    }

        #cc_micuenta .caducan ul li {
            font-family: "Trebuchet MS";
            color: #909090;
        }

            #cc_micuenta .caducan ul li div {
                background-color: #e5e5e5;
                position: relative;
                text-align: center;
            }

                #cc_micuenta .caducan ul li div span {
                    color: #f05439;
                }

    #cc_micuenta .movimientos .cc_select {
        vertical-align: top;
    }

    #cc_micuenta .movimientos .rangofechas span {
        font-family: "Trebuchet MS";
        color: #909090;
    }

    #cc_micuenta .movimientos .rangofechas .btn {
        position: relative;
        background-color: #0f99fe;
        vertical-align: top;
        font-family: "dinengschriftstd";
        color: #ffffff;
        text-align: center;
    }

    #cc_micuenta .movimientos .lista_movimientos .row {
        position: relative;
    }

        #cc_micuenta .movimientos .lista_movimientos .row div {
            position: relative;
            vertical-align: top;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-family: "Trebuchet MS";
            color: #909090;
        }

    #cc_micuenta .movimientos .lista_movimientos .titulos > div {
        font-family: "Trebuchet MS";
        color: #999999;
        font-weight: bold;
        background-color: #e8e8e8;
    }

    #cc_micuenta .movimientos .mostrarmas {
        font-family: "dinengschriftstd";
        color: #ffffff;
        background: #0f99fe url("../img/flecha_abajo_btn.png") no-repeat 123px center;
        cursor: pointer;
    }

#cc_micuenta .frm {
    position: relative;
}

    #cc_micuenta .frm .frm1 {
        position: relative;
    }

    #cc_micuenta .frm .cc_select {
        vertical-align: top;
    }

    #cc_micuenta .frm h4 {
        color: #0f99fe;
    }

#cc_micuenta input.text {
    vertical-align: top;
}

#cc_micuenta .frm span {
    font-family: "Trebuchet MS";
    color: #999999;
}

#cc_micuenta .frm .rowbtn {
    text-align: center;
}

#cc_micuenta .frm input[type="submit"] {
    position: relative;
    font-family: "dinengschriftstd";
    color: #ffffff;
    background-color: #0f99fe;
    text-align: center;
    border: none;
}

#cc_micuenta .frm input.text.bloqueado {
    border-left-color: #d0d0d0;
    cursor: initial;
}

#cc_micuenta .puntos {
    position: relative;
}

    #cc_micuenta .puntos .div-1 {
        position: relative;
    }

        #cc_micuenta .puntos .div-1 ul {
            padding: 0;
            text-align: left;
        }

    #cc_micuenta .puntos .div-2 {
        background-color: #e5e5e5;
        text-align: center;
        font-family: "Trebuchet MS";
        color: #999999;
    }

#cc_micuenta .faq,
#cc_micuenta .listapromos {
    position: relative;
}

#cc_micuenta .listapromos {
}

    #cc_micuenta .listapromos ul {
        text-align: left;
    }

        #cc_micuenta .listapromos ul li h3 {
            background-color: #e5e5e5;
        }

            #cc_micuenta .listapromos ul li h3 a {
                font-family: "Trebuchet MS";
                color: #666666;
            }

#cc_micuenta .rangofechas input.btn {
    border: none;
}

#cc_micuenta .row {
    margin-bottom: 15px !important;
}

#cc_micuenta .micuenta_campo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

#cc_micuenta .mc2 {
    vertical-align: bottom;
    width: 33%;
}

#cc_micuenta .micuenta_campo.mc_small {
    width: 16%;
}

#cc_micuenta .micuenta_campo label,
#cc_micuenta .micuenta_campo .mc_label {
    display: block;
    margin-bottom: 7px;
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #909090;
    line-height: 20px;
}
/* /CINESACARD MI CUENTA*/
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* TRABAJA CON NOSOTROS */
/* CLIENTES */
#trabajaconnosotros main nav,
#clientes main nav,
#acercade main nav,
#proveedores main nav,
#expansion main nav,
#semueve main nav {
    text-align: left;
}

    #trabajaconnosotros main nav ul li a,
    #clientes main nav ul li a,
    #acercade main nav ul li a,
    #proveedores main nav ul li a,
    #expansion main nav ul li a,
    #semueve main nav ul li a {
        color: #9a9a9a;
    }

.no-touch #trabajaconnosotros main nav ul li a:hover, .no-touch #clientes main nav ul li a:hover, .no-touch #acercade main nav ul li a:hover, .no-touch #proveedores main nav ul li a:hover, .no-touch #expansion main nav ul li a:hover, .no-touch #semueve main nav ul li a:hover {
    color: #ffffff;
}

.no-touch #trabajaconnosotros main nav ul li span:hover, .no-touch #clientes main nav ul li span:hover, .no-touch #acercade main nav ul li span:hover, .no-touch #proveedores main nav ul li span:hover, .no-touch #expansion main nav ul li span:hover, .no-touch #semueve main nav ul li span:hover {
    background-color: #004c95;
}

#trabajaconnosotros main nav ul li.trabaja a,
#clientes main nav ul li.clientes a,
#acercade main nav ul li.acercade a,
#proveedores main nav ul li.proveedores a,
#expansion main nav ul li.expansion a,
#semueve main nav ul li.semueve a {
    color: #ffffff;
}

#trabajaconnosotros main nav ul li.trabaja,
#clientes main nav ul li.clientes,
#acercade main nav ul li.acercade,
#proveedores main nav ul li.proveedores,
#expansion main nav ul li.expansion,
#semueve main nav ul li.semueve {
    background-color: #004c95;
}

#trabajaconnosotros article,
#clientes section {
    background-color: #ffffff;
    margin-bottom: 50px;
}

#clientes article {
    margin-bottom: 50px;
}

    #trabajaconnosotros article p,
    #clientes article p {
        font-family: "Trebuchet MS";
        color: #666666;
        text-align: justify;
    }

    #trabajaconnosotros article a,
    #clientes article a {
        color: #999999;
        border-bottom: 1px solid #999999;
    }

    #trabajaconnosotros article h3,
    #clientes article h3 {
        font-family: "dinengschriftstd";
        color: #004c95;
        font-weight: 100;
    }

#trabajaconnosotros .cc_select,
#clientes .cc_select {
    vertical-align: top;
}

    #trabajaconnosotros .cc_select ul.select-group,
    #clientes .cc_select ul.select-group {
    }

#trabajaconnosotros input[type="file"],
#clientes input[type="file"] {
    display: none;
}

    #trabajaconnosotros input[type="file"] + label span,
    #clientes input[type="file"] + label span {
        background-color: #004c95;
        color: #ffffff;
        display: inline-block;
        position: relative;
        text-align: center;
        cursor: pointer;
        font-family: "Trebuchet MS";
    }

#trabajaconnosotros textarea,
#clientes textarea {
    border: none;
    border-left: 5px solid #004c95;
    -webkit-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.20);
    font-family: "Trebuchet MS";
    color: #909090;
}

#trabajaconnosotros .frm1 .btn_siguiente,
#clientes .frm1 .btn_siguiente,
#proveedores .btn,
#expansion .btn {
    background-color: #004c95;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-family: "dinengschriftstd";
}

#clientes #canned_response,
#clientes #canned_response a {
    font-family: "Trebuchet MS";
    color: #666666;
}

#trabajaconnosotros .frm1 .btn_siguiente a,
#clientes .frm1 .btn_siguiente a,
#proveedores .btn a,
#expansion .btn a {
    color: #FFF;
}
/* /TRABAJA CON NOSOTROS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* ACERCADE */
#acercade article {
    margin-bottom: 70px;
}

    #acercade article .historia,
    #proveedores article div,
    #expansion article div,
    #avisolegal article .historia {
        margin-bottom: 30px;
        background-color: #ffffff;
        position: relative;
        width: calc(100% - 30px);
        padding: 10px 15px;
    }

        #acercade article .historia h3,
        #avisolegal article .historia h3 {
            font-family: "dinengschriftstd";
            font-weight: 100;
            font-size: 18px;
            color: #004c95;
        }

    #acercade article .historia,
    #avisolegal article .historia {
        font-family: "Trebuchet MS";
        color: #666666;
        font-size: 12px;
        text-align: justify;
        margin-top: 0;
    }

#avisolegal article .historia {
    text-align: left;
}

#proveedores article,
#expansion article {
    margin-bottom: 230px;
    text-align: left;
}

    #proveedores article p,
    #expansion article p {
        font-family: "Trebuchet MS";
        color: #666666;
        font-size: 12px;
    }

#proveedores .btn,
#expansion .btn {
    position: relative;
    width: 300px;
    height: 30px;
    line-height: 30px;
    margin-left: calc(50% - 160px);
    margin-top: 50px;
    margin-bottom: 130px;
    font-size: 26px;
}
/* /ACERCADE */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* SITEMAP */
#sitemap article {
    background-color: #ffffff;
    text-align: left;
}

#sitemap .mapaweb {
    padding: 30px;
    margin-bottom: 50px;
}

    #sitemap .mapaweb div {
        position: relative;
        display: inline-block;
        width: 150px;
        vertical-align: top;
        margin: 0 3px 15px 3px;
        font-family: 'dinengschriftstd';
    }

        #sitemap .mapaweb div > a {
            position: relative;
            display: inline-block;
            font-size: 22px;
            text-align: center;
            color: #ffffff;
            height: 38px;
            width: 150px;
            line-height: 38px;
        }

#sitemap .map_general > a {
    background-color: #9a9a9a;
}

#sitemap .map_home > a {
    background-color: #d3d3d3;
}

#sitemap .map_cines > a {
    background-color: #fed801;
}

#sitemap .map_peliculas > a {
    background-color: #0C7BEB;
}

#sitemap .map_eventos > a {
    background-color: #FBA300;
}

#sitemap .map_promos > a {
    background-color: #ff0033;
}

#sitemap .map_trailers > a {
    background-color: #7C01EB;
}

#sitemap .map_cinesacard > a {
    background-color: #0f99fe;
}

#sitemap .map_yomvi > a {
    background-color: #e93d8b;
}

#sitemap .mapaweb ul {
    padding: 0;
    margin-bottom: 50px;
}

#sitemap .mapaweb li {
    margin-bottom: 8px;
}

    #sitemap .mapaweb li a {
        position: relative;
        display: inline-block;
        width: 150px;
        height: 30px;
        line-height: 30px;
        background-color: #d3d3d3;
        text-align: center;
        font-size: 16px;
    }

#sitemap .map_peliculas li a {
    color: #0C7BEB;
}

#sitemap .map_eventos li a {
    color: #FBA300;
}

#sitemap .map_trailers li a {
    color: #7C01EB;
}

#sitemap .map_cinesacard li a {
    color: #0f99fe;
}
/* /SITEMAP */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* AJUSTES CC_SELECT */
#cc_form .cc_select ul.open,
#cc_form_activar .cc_select ul.open,
#trabajaconnosotros .cc_select ul.open,
#clientes .cc_select ul.open,
#colegios .cc_select ul.open {
    height: auto;
    max-height: 234px;
    overflow-x: hidden;
    overflow-y: auto;
}

#cc_form .cc_select ul.open,
#cc_form_activar .cc_select ul.open,
#colegios .cc_select ul.open {
    width: 224px !important;
}

#cc_form .cc_select.small ul.open,
#cc_form_activar .cc_select.small ul.open,
#colegios .cc_select.small ul.open {
    height: auto;
    max-height: 234px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 99px !important;
}

#trabajaconnosotros .cc_select ul li,
#clientes .cc_select ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}
/* /AJUSTES CC_SELECT */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* SUBMENUPELIS */
.tabla .col-1 a {
    color: #707070;
}

.tabla.isens .col-3, .tabla.imax .col-3, .tabla.dolby .col-3 {
    color: #ffffff;
}

.submenucines {
    position: relative;
    border-radius: 0 0 6px 6px;
    border: 0px solid #fed801;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
}

    .submenucines.open {
        display: inline-block;
        border: 1px solid #fed801;
        transition: 0.6s;
        margin-bottom: 15px;
    }

    .submenucines .titulo {
        background-color: #fed801;
        line-height: 40px;
        font-family: "Trebuchet MS";
        color: #666666;
        font-weight: bold;
    }

    .submenucines .lista {
        position: relative;
    }

        .submenucines .lista ul {
            padding: 0;
            margin: 0;
        }

        .submenucines .lista .col {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

    .submenucines li {
        position: relative;
        font-family: "Trebuchet MS";
        color: #666666;
    }

        .submenucines li.poblacion {
            background-color: #fed801;
            padding-left: 5px;
        }

        .submenucines li.cine a {
            color: #666666;
            padding-left: 20px;
        }

        .submenucines li.last {
            margin-bottom: 7px;
        }

        .submenucines li span {
            position: absolute;
            width: 15px;
            height: 15px;
            top: 3px;
        }

        .submenucines li .nofav {
            background-position: -452px -86px;
        }

        .submenucines li .fav {
            background-position: -422px -86px;
        }

        .submenucines li span.promo {
            width: 66px;
            margin-left: 3px;
            background: url(../img/IconPromo/promo_sin_circulo.png) no-repeat;
        }

        .submenucines li a.promo {
            color: #F03;
            font-weight: bold;
        }
/* /SUBMENUPELIS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* COLEGIOS */
#colegios .frm1 label span {
    width: auto !important;
    text-align: left;
    padding: 0 5px 0 0 !important;
}

    #colegios .frm1 label span.ico {
        width: 35px !important;
        top: 10px;
    }

#colegios .row .col {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    #colegios .row .col input,
    #colegios .row .col .cc_select {
        margin-bottom: 20px;
        display: block;
    }

#colegios textarea {
    border: none;
    border-left: 5px solid #0f99fe;
    -webkit-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.20);
    font-family: "Trebuchet MS";
    color: #909090;
}

#colegios input[type="submit"] {
    position: relative;
    display: inline-block;
}

#colegios .inf {
    font-family: "Trebuchet MS";
    color: #666666;
}

    #colegios .inf p {
        line-height: 20px;
    }

    #colegios .frm1 h4,
    #colegios .frm2 h4,
    #colegios .inf h3 {
        font-family: 'sue_ellen_franciscoregular';
        color: #0f99fe;
        font-weight: normal;
    }
/* /COLEGIOS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* INFANTIL */
/* CUMPLEAÑOS */
#infantil article#banner_seccion .img_left {
    position: absolute;
    z-index: 10;
    left: 10px;
}

#infantil article#banner_seccion .img_right {
    position: absolute;
    z-index: 10;
    right: 10px;
}

#infantil article.cartelera_peliculas h2,
#cumpleanos article.cartelera_peliculas h2 {
    font-family: 'sue_ellen_franciscoregular';
    background-color: #0f99fe;
    color: #ffffff;
    font-weight: normal;
    position: relative;
    display: inline-block;
    border-radius: 7px 7px 0 0;
    text-align: center;
    margin-bottom: 0;
}

#cumpleanos .info_cumples {
    background: #ffffff url("../img/supernena.jpg") no-repeat 96%;
    margin-bottom: 20px;
    margin-top: -40px;
    position: relative;
    text-align: left;
}

    #cumpleanos .info_cumples .parrafo {
        position: relative;
    }

        #cumpleanos .info_cumples .parrafo h3 {
            font-family: 'sue_ellen_franciscoregular';
            color: #0f99fe;
            font-weight: normal;
        }

        #cumpleanos .info_cumples .parrafo p {
            font-family: "Trebuchet MS";
            color: #666666;
            margin: 0;
            line-height: 20px;
        }

    #cumpleanos .info_cumples .btn {
        position: relative;
        display: inline-block;
        background-color: #0f99fe;
        font-family: 'dinengschriftstd';
        font-weight: 100;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }
/* /INFANTIL */
/* /CUMPLEAÑOS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* FORMULARIOS RECUPERACIÓN */
#recuperarmail .conf,
#recuperarmail .conf_fin,
#recuperarpass .conf {
    background-color: #ffffff;
    margin-top: 5px;
    padding-top: 20px;
    text-align: left;
}

    #recuperarmail .conf h4,
    #recuperarpass .conf h4 {
        font-family: 'dinengschriftstd';
        color: #0f99fe;
    }

    #recuperarmail .conf p,
    #recuperarmail .conf_fin p,
    #recuperarpass .conf p {
        font-family: 'Trebuchet MS';
        color: #909090;
        margin-left: 10px;
        margin-bottom: 20px;
    }

        #recuperarmail .conf p.dest,
        #recuperarmail .conf_fin p.dest,
        #recuperarpass .conf p.dest {
            color: #0f99fe;
        }

#recuperarmail article.activo input[type="button"] {
    font-family: 'dinengschriftstd';
}

/* SEMUEVE */
#semueve article {
    width: calc(100% - 20px);
    margin: 0 auto 20px;
    text-align: left;
}

    #semueve article.info {
        background-color: #ffffff;
    }

        #semueve article.info img {
            display: inline-block;
            vertical-align: top;
        }

        #semueve article.info div {
            position: relative;
            display: inline-block;
            vertical-align: top;
            font-family: "Trebuchet MS";
            color: #666666;
        }

            #semueve article.info div h3 {
                font-family: 'dinengschriftstd';
                color: #004c93;
                font-weight: 100;
            }

#semueve .proyectos_titulo {
    background: url("../img/separador_top.jpg") no-repeat bottom;
    background-size: 100%;
    text-align: center;
}

    #semueve .proyectos_titulo h4 {
        font-family: 'dinengschriftstd';
        color: #666666;
        font-weight: 100;
    }

#semueve .videos_actuales ul,
#semueve .carrusel_semueve ul {
    padding: 0;
}

#semueve .videos_actuales li,
#semueve .carrusel_semueve li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    background-color: #ffffff;
    font-family: "Trebuchet MS";
    color: #666666;
}

    #semueve .videos_actuales li .video,
    #semueve .carrusel_semueve li .video {
        position: relative;
        border: none;
    }

    #semueve .videos_actuales li h5,
    #semueve .carrusel_semueve li h5 {
        font-family: 'dinengschriftstd';
        color: #004c93;
    }

#semueve .carrusel_semueve {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data: image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0) 10px, rgba(0,0,0,0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.33)), color-stop(10px,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0) 10px, rgba(0,0,0,0) 100%);
    /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0) 10px, rgba(0,0,0,0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0) 10px, rgba(0,0,0,0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0) 10px, rgba(0,0,0,0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6e000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-8 */
}

    #semueve .carrusel_semueve .carrusel {
        position: relative;
        overflow: hidden;
        white-space: nowrap;
    }

    #semueve .carrusel_semueve li h5 {
        white-space: normal;
    }

    #semueve .carrusel_semueve li p {
        white-space: normal;
    }

    #semueve .carrusel_semueve .shadow_left,
    #semueve .carrusel_semueve .shadow_right {
        position: absolute;
        top: 0;
    }

    #semueve .carrusel_semueve .shadow_left {
        left: 0;
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data: image/svg+xml;
        base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 11%, rgba(0,0,0,0) 84%, rgba(0,0,0,0) 91%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.2)), color-stop(11%,rgba(0,0,0,0.2)), color-stop(84%,rgba(0,0,0,0)), color-stop(91%,rgba(0,0,0,0)));
        /* Chrome, Safari4+ */
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 11%, rgba(0,0,0,0) 84%, rgba(0,0,0,0) 91%);
        /* Chrome10+, Safari5.1+ */
        background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 11%, rgba(0,0,0,0) 84%, rgba(0,0,0,0) 91%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 11%, rgba(0,0,0,0) 84%, rgba(0,0,0,0) 91%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 11%, rgba(0,0,0,0) 84%, rgba(0,0,0,0) 91%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );
        /* IE6-8 */
    }

    #semueve .carrusel_semueve .shadow_right {
        right: 0;
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data: image/svg+xml;
        base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(left, rgba(0,0,0,0) 8%, rgba(0,0,0,0) 15%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(8%,rgba(0,0,0,0)), color-stop(15%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.2)));
        /* Chrome, Safari4+ */
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 8%, rgba(0,0,0,0) 15%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
        /* Chrome10+, Safari5.1+ */
        background: -o-linear-gradient(left, rgba(0,0,0,0) 8%, rgba(0,0,0,0) 15%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(0,0,0,0) 8%, rgba(0,0,0,0) 15%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(0,0,0,0) 8%, rgba(0,0,0,0) 15%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=1 );
        /* IE6-8 */
    }

        #semueve .carrusel_semueve .shadow_right a {
            background-position: -42px 50%;
            width: 43px;
            margin-right: 5px;
        }

    #semueve .carrusel_semueve .shadow_left a {
        background-position: 0 50%;
        width: 43px;
        margin-left: 5px;
    }

#semueve .ver_mas {
    text-align: center;
}

    #semueve .ver_mas .btn {
        position: relative;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        color: #ffffff;
        background-color: #004c95;
    }
/* /SEMUEVE */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* BAJANEWS*/


/*LANDING ACTIVAR CCARD*/




/* /BAJANEWS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* GAMES */
#games article {
    position: relative;
    display: inline-block;
    width: calc(100% - 20px) !important;
    margin: 0 auto 20px;
}

#games .descarga .desc,
#games .descarga .faqs {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    border-radius: 3px;
}

#games .descarga .faqs {
    text-align: center;
}

#games .desc img {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#games .desc .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Trebuchet MS";
    color: #666666;
}

    #games .desc .info a {
        position: relative;
        font-family: 'adlib';
        color: #d83345;
    }

#games .desc .qr {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

    #games .desc .qr a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        background: url("../img/games_2.png") no-repeat 0 0;
    }

        #games .desc .qr a.appstore {
            background-position: -8px 0;
        }

        #games .desc .qr a.playstore {
            background-position: -150px 0;
        }

#games .descarga .faqs p {
    font-family: 'dinengschriftstd';
    color: #00448e;
}

#games .premio_1 {
    background-color: #d83345;
    text-align: center;
    color: #ffffff;
}

    #games .premio_1 h3 {
        border-top: 1px dashed #ffffff;
        border-bottom: 1px dashed #ffffff;
    }

    #games .premio_1 .puntos {
        font-family: "Trebuchet MS";
        color: #ffe610;
    }

    #games .premio_1 .destacado {
        color: #ffe610;
    }

#games .premio_2 {
    background-color: #219d9d;
    text-align: center;
    color: #ffe610;
}

    #games .premio_2 h3 {
        border-top: 1px dashed #ffffff;
        border-bottom: 1px dashed #ffffff;
    }

#games .premio_3 .top {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    background-color: #ffffff;
}

    #games .premio_3 .top h3 {
        color: #219d9d;
    }

    #games .premio_3 .top h5 {
        color: #999999;
    }

    #games .premio_3 .top img {
        position: absolute;
    }

#games .ganadores {
    text-align: center;
}

    #games .ganadores .btn {
        position: relative;
        display: inline-block;
        text-align: center;
        color: #ffffff;
        background-color: #d83345;
        border: 5px solid #e0a7ad;
        border-radius: 10px;
        font-family: 'dinengschriftstd';
    }

#games .como_jugar > h3 {
    background-color: #ffffff;
    text-align: center;
    font-family: 'dinengschriftstd';
    color: #d83345;
    font-weight: 100;
}

#games .como_jugar ul {
    padding: 0;
}

#games .como_jugar li.instruct {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    font-family: "Trebuchet MS";
    color: #666666;
    text-align: center;
}

    #games .como_jugar li.instruct h3 {
        text-align: left;
        font-family: 'dinengschriftstd';
        font-weight: 100;
    }

    #games .como_jugar li.instruct p {
        text-align: left;
    }

#games .como_jugar li.last_li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #00448e;
    font-family: 'dinengschriftstd';
    text-align: center;
}

    #games .como_jugar li.last_li .developers {
        position: absolute;
    }

#games .f_game {
    font-family: "komika_display";
}

#games .fin1 {
    background: #ffffff;
    position: relative;
    padding: 10px 0;
}

    #games .fin1 div {
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin: 0;
        width: 50%;
    }

        #games .fin1 div:first-child {
            text-align: center;
        }

        #games .fin1 div h3 {
            font-family: 'adlib';
            font-weight: 100;
            font-size: 22px;
            color: #D93347;
            margin: 25px 0 10px;
        }

        #games .fin1 div p {
            font-family: "Trebuchet MS";
            font-size: 20px;
            color: #909090;
            margin: 5px 0;
        }

        #games .fin1 div a {
            position: relative;
            display: inline-block;
            font-family: 'dinengschriftstd';
            font-size: 25px;
            color: #ffffff;
            background: #d93347;
            border-radius: 10px;
            border: 5px solid #f6b7c2;
            text-align: center;
            width: 320px;
            height: 45px;
            line-height: 45px;
            margin-top: 25px;
        }

#games .fin2 {
    position: relative;
    height: 160px;
}

    #games .fin2 img {
        position: absolute;
        top: 20px;
        right: 0;
    }
/* /GAMES */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* SELECTS */
.cc_select .select-group.open {
    border: 1px solid #bbbbbb !important;
}
/* /SELECTS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* APPS */
#apps #bajo_menu {
    height: 30px;
}

#apps article {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'dinengschriftstd';
    font-weight: 100;
    color: #0076ec;
}

#apps .titulo h2,
#apps .titulo h3 {
    font-size: 65px;
    margin: 0;
    font-weight: 100;
}

#apps .titulo h3 {
    font-size: 40px;
}

#apps .apps ul {
    padding: 0;
}

#apps .apps li {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 32%;
    min-width: 300px;
    margin: 0 5px 20px;
}

    #apps .apps li a {
        position: relative;
        display: block;
        font-size: 27px;
        color: #666666;
    }

    #apps .apps li .inf {
        position: relative;
        background-color: #ffffff;
        height: 240px;
    }

        #apps .apps li .inf p {
            position: relative;
            display: inline-block;
            margin: 40px 0 30px;
        }
/* /APPS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* MI AREA RESUMEN*/
#ma_resumen main {
    text-align: left;
}

#ma_resumen aside {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: "Trebuchet MS";
}

#ma_resumen .tucuenta {
    position: relative;
    background-color: #ffffff;
}

    #ma_resumen .tucuenta .foto {
        position: relative;
        display: inline-block;
        border: 5px solid #ffffff;
        border-radius: 100px;
        white-space: nowrap;
        overflow: hidden;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 155px;
    }

    #ma_resumen .tucuenta p {
        font-family: "dinengschriftstd";
        color: #9a9a9a;
    }

    #ma_resumen .tucuenta h2 {
        font-family: "dinengschriftstd";
        color: #0e99fe;
    }

    #ma_resumen .tucuenta .editar {
        position: absolute;
        width: 33px;
        height: 33px;
        background: #e5e5e5 url("../img/ma_001.png") no-repeat 8px 6px;
        border-radius: 17px;
    }

    #ma_resumen .tucuenta .logout {
        left: 5px;
        top: 5px;
    }

    #ma_resumen .tucuenta .logout {
        background: url("../img/ma_008.png") no-repeat 9px 9px #e5e5e5;
        border-radius: 17px;
        height: 33px;
        position: absolute;
        width: 33px;
    }

#ma_resumen .golden img {
    cursor: pointer;
    width: 100%;
}

#ma_resumen .ma_menu {
    background: none;
}

    #ma_resumen .ma_menu ul {
        padding: 0;
    }

    #ma_resumen .ma_menu li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 120px;
        margin-bottom: 10px;
        text-align: center;
        margin-right: 10px;
    }

        #ma_resumen .ma_menu li a {
            position: relative;
            display: inline-block;
            width: 100%;
            background-color: #ffffff;
            font-family: "dinengschriftstd";
            color: #0e99fe;
        }

            #ma_resumen .ma_menu li.selected a,
            #ma_resumen .ma_menu li a:hover {
                background-color: #0e99fe;
                color: #ffffff;
            }

        #ma_resumen .ma_menu li.logout {
            margin-top: 40px;
        }

#ma_resumen aside li.logout a {
    border-radius: 5px;
    background-color: #004c95;
    font-family: "dinengschriftstd";
    color: #ffffff;
}

#ma_resumen section {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#ma_resumen article {
    background-color: #f5f5f5;
    margin-bottom: 15px;
}

#ma_resumen .ma_bienvenida h3 {
    position: relative;
    display: inline-block;
    width: calc(100% - 20px);
    padding-left: 20px;
    font-family: "dinengschriftstd";
    font-weight: normal;
    color: #999999;
    background-color: #ffffff;
}

#ma_resumen .noconfirm {
    background: #ffffff url("../img/ma_002.png") no-repeat 20px center;
    color: #f05439;
}

    #ma_resumen .noconfirm p {
        position: relative;
    }

#ma_resumen section a {
    color: inherit;
}

#ma_resumen .noconfirm a {
    border-bottom: 1px solid #f05439;
}

#ma_resumen .newsletter input {
    display: none;
}

    #ma_resumen .newsletter input[type="checkbox"] + label span {
        position: relative;
        display: inline-block;
        background: url("../img/ico_check.png") no-repeat 0 0;
        cursor: pointer;
    }

    #ma_resumen .newsletter input[type="checkbox"]:checked + label span {
        background-position: 0 -74px;
    }

#ma_resumen .newsletter p {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Trebuchet MS";
    color: #999999;
}

    #ma_resumen .newsletter p a {
        border-bottom: 1px solid #999999;
    }

#ma_resumen article h4 {
    background-color: #ffffff;
    color: #666666;
    padding-left: 20px;
    font-family: "Trebuchet MS";
    font-weight: normal;
}

#ma_resumen .misentradas {
    text-align: right;
}

    #ma_resumen .misentradas table,
    #ma_resumen .misentradas h4 {
        text-align: left;
    }

    #ma_resumen .misentradas table {
        position: relative;
    }

        #ma_resumen .misentradas table tr {
            position: relative;
        }

        #ma_resumen .misentradas table th,
        #ma_resumen .misentradas table td {
            position: relative;
            vertical-align: top;
            font-family: "Trebuchet MS";
            color: #666666;
        }

        #ma_resumen .misentradas table th {
            color: #0e99fe;
        }

        #ma_resumen .misentradas table tr:first-child {
            border-bottom: 2px solid #d7d7d7;
        }

        #ma_resumen .misentradas table td p {
            margin: 7px 0;
        }

        #ma_resumen .misentradas table td .table_btn {
            position: relative;
            display: inline-block;
            text-align: center;
            background-color: #0e99fe;
            color: #ffffff;
            font-family: "Trebuchet MS";
            cursor: pointer;
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
        }

    #ma_resumen .misentradas > a,
    #ma_resumen .movimientos > a {
        position: relative;
        display: inline-block;
        color: #0e99fe;
        font-family: "Trebuchet MS";
        border-bottom: 1px solid #0e99fe;
    }

#ma_resumen .micinesacard .tarjeta,
#ma_resumen .micinesacard .puntos {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Trebuchet MS";
    color: #666666;
}

#ma_resumen .micinesacard .tarjeta {
    margin-right: 1%;
}

#ma_resumen .micinesacard .puntos {
    margin-left: 1%;
}

#ma_resumen .micinesacard .movimientos {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Trebuchet MS";
    color: #666666;
}

    #ma_resumen .micinesacard .tarjeta h5,
    #ma_resumen .micinesacard .puntos h5,
    #ma_resumen .micinesacard .movimientos h5 {
        background: #ffffff;
        font-size: 15px;
        font-weight: normal;
    }

#ma_resumen .micinesacard .ma_row * {
    display: inline-block;
}

#ma_resumen .micinesacard .ma_row p {
    position: relative;
    color: #909090;
}

    #ma_resumen .micinesacard .ma_row p span {
        display: block;
        color: #0e99fe;
        font-family: "dinengschriftstd";
    }

#ma_resumen .micinesacard .ma_saldoact,
#ma_resumen .micinesacard .ma_puntoscad {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    #ma_resumen .micinesacard .ma_saldoact > p,
    #ma_resumen .micinesacard .ma_puntoscad > p {
        border-bottom: 2px solid #d7d7d7;
    }

    #ma_resumen .micinesacard .ma_saldoact ul,
    #ma_resumen .micinesacard .ma_puntoscad ul {
        padding: 0;
    }

    #ma_resumen .micinesacard .ma_saldoact li,
    #ma_resumen .micinesacard .ma_puntoscad li {
        position: relative;
        border-bottom: 1px solid #d7d7d7;
        color: #909090;
    }

        #ma_resumen .micinesacard .ma_saldoact li:last-child,
        #ma_resumen .micinesacard .ma_puntoscad li:last-child {
            border: none;
        }

        #ma_resumen .micinesacard .ma_saldoact li .pnts,
        #ma_resumen .micinesacard .ma_puntoscad li .pnts {
            font-family: "dinengschriftstd";
        }

        #ma_resumen .micinesacard .ma_saldoact li .pnts,
        #ma_resumen .micinesacard .ma_saldoact > p {
            color: #0e99fe;
        }

        #ma_resumen .micinesacard .ma_puntoscad li .pnts,
        #ma_resumen .micinesacard .ma_puntoscad > p {
            color: #f05339;
        }

#ma_resumen .micinesacard .puntos > p {
    font-family: "Trebuchet MS";
    color: #909090;
    margin-left: 10px;
}

#ma_resumen .movimientos {
    text-align: right;
}

    #ma_resumen .movimientos table,
    #ma_resumen .movimientos h5 {
        text-align: left;
    }

    #ma_resumen .movimientos table {
        position: relative;
    }

        #ma_resumen .movimientos table tr {
            position: relative;
        }

        #ma_resumen .movimientos table th,
        #ma_resumen .movimientos table td {
            position: relative;
            vertical-align: top;
            font-family: "Trebuchet MS";
            color: #666666;
        }

        #ma_resumen .movimientos table th {
            color: #0e99fe;
        }

#ma_resumen .faq {
    background: #f5f5f5 url("../img/ma_005.png") no-repeat 270px 64px;
}

    #ma_resumen .faq > .btn_faq {
        position: relative;
        display: inline-block;
        text-align: center;
        background-color: #d3d3d3;
        color: #0e99fe;
        font-family: "dinengschriftstd";
    }

    #ma_resumen .misentradas > h4,
    #ma_resumen .micinesacard > h4,
    #ma_resumen .faq > h4 {
        color: #0f99fe;
    }
/* /MI AREA RESUMEN */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* MI AREA ENTRADAS */
#ma_resumen.ma_entradas .misentradas table tr {
    border-bottom: 1px solid #d7d7d7;
}

    #ma_resumen.ma_entradas .misentradas table tr:first-child {
        border-bottom: 2px solid #d7d7d7;
    }

    #ma_resumen.ma_entradas .misentradas table tr:last-child {
        border-bottom: none;
    }

#ma_resumen.ma_entradas .misentradas {
    margin-bottom: 100px;
}

    #ma_resumen.ma_entradas .misentradas .pag {
        text-align: center;
        margin-bottom: 20px;
        border: 1px solid #f5f5f5;
    }

        #ma_resumen.ma_entradas .misentradas .pag ul {
            padding: 0;
        }

        #ma_resumen.ma_entradas .misentradas .pag li {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

            #ma_resumen.ma_entradas .misentradas .pag li a {
                position: relative;
                display: inline-block;
                width: 100%;
                font-family: "dinengschriftstd";
                color: #b4b4b4;
                background-color: #ffffff;
            }

            #ma_resumen.ma_entradas .misentradas .pag li.selected a,
            #ma_resumen.ma_entradas .misentradas .pag li:hover a {
                color: #ffffff;
                background-color: #0e99fe;
            }

            #ma_resumen.ma_entradas .misentradas .pag li:first-child {
                margin-right: 10px;
            }

            #ma_resumen.ma_entradas .misentradas .pag li:last-child {
                margin-left: 10px;
            }

                #ma_resumen.ma_entradas .misentradas .pag li:first-child a,
                #ma_resumen.ma_entradas .misentradas .pag li:last-child a {
                    color: #0e99fe;
                    font-weight: bold;
                }

                #ma_resumen.ma_entradas .misentradas .pag li:first-child:hover a,
                #ma_resumen.ma_entradas .misentradas .pag li:last-child:hover a {
                    color: #ffffff;
                }
/* /MI AREA ENTRADAS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* MI AREA CINESACARD */
#ma_resumen.ma_ccard .sinccard {
    background-color: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-family: "Trebuchet MS";
    font-size: 18px;
}


#ma_resumen.ma_ccard .ma_dest span {
    color: #666666;
}

#ma_resumen.ma_ccard .asociada .ma_dest {
    margin: 0;
}

#ma_resumen.ma_ccard .asociada .ma_dest2 {
    margin: 5px 0 40px;
}

#ma_resumen.ma_ccard .sinccard .btn {
    position: relative;
    display: block;
    margin: 15px auto;
    width: 276px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border: 4px solid #abdbff;
    border-radius: 10px;
    background-color: #0f99fe;
    padding: 0;
    font-family: "dinengschriftstd";
    font-size: 23px;
    color: #ffffff;
    cursor: pointer;
}

#ma_resumen.ma_ccard .sinccard form p {
    margin-top: 50px;
}

#ma_resumen.ma_ccard .sinccard .field {
    text-align: left;
    width: 300px;
    margin: 0 auto;
}

#ma_resumen.ma_ccard .sinccard .text {
    position: relative;
    width: 270px;
    padding-left: 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: 6px solid #0f99fe;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    font-family: "Trebuchet MS";
    color: #909090;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    margin-bottom: 15px;
}

#ma_resumen.ma_ccard .sinccard input.btn {
    height: 48px;
}

#ma_resumen.ma_ccard .sinccard label {
    display: block;
    margin: 0 0 3px;
    font-size: 15px;
}

#ma_resumen.ma_ccard .sinccard .mini {
    font-size: 12px;
    color: #999999;
}

#ma_resumen.ma_ccard .sinccard > p:not(.ma_dest) {
    margin-bottom: 0;
    margin-top: 20px;
}

#ma_resumen.ma_ccard .noasociada h4,
#ma_resumen.ma_ccard .noactivada h4 {
    text-align: center;
}

@media all and (max-width:800px) {
    #ma_resumen.ma_ccard .noasociada h4,
    #ma_resumen.ma_ccard .noactivada h4 {
        height: auto;
        line-height: 40px;
    }
}

#ma_resumen.ma_ccard .noactivada p {
    font-size: 16px;
}

#ma_resumen.ma_ccard .noactivada .ma_dest {
    font-size: 18px;
}

    #ma_resumen.ma_ccard .noactivada .ma_dest.mid {
        font-size: 15px;
    }

    #ma_resumen.ma_ccard .noactivada .ma_dest span {
        color: inherit;
        margin: 0 15px;
    }

#ma_resumen.ma_ccard .noactivada .code {
    margin: 25px auto;
    width: 60%;
    min-width: 400px;
}

#ma_resumen.ma_ccard .noactivada .mini {
    display: block;
    margin: 15px 0 30px;
}

#ma_resumen.ma_ccard .noactivada .sinccard > img {
    margin-bottom: 20px;
}

#ma_resumen.ma_ccard .noactivada .code .code_container,
#ma_resumen.ma_ccard .noactivada .code img {
    display: inline-block;
}

#ma_resumen.ma_ccard .noactivada .code .code_container {
    width: 320px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #f5f5f5;
    margin: 20px 20px;
    color: #0e99fe;
    font-size: 28px;
}

#ma_resumen.ma_ccard .rangofechas {
    position: relative;
    width: 97%;
    text-align: left;
}

    #ma_resumen.ma_ccard .rangofechas span {
        font-family: "Trebuchet MS";
        color: #909090;
    }

    #ma_resumen.ma_ccard .rangofechas .text {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 20%;
        min-width: 130px;
        padding: 0 0 0 10px;
        font-family: "Trebuchet MS";
        color: #909090;
        border: 1px solid #e0e0e0;
        border-left: 6px solid #0f99fe;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    }

    #ma_resumen.ma_ccard .rangofechas .btn {
        display: inline-block;
        margin-bottom: 25px;
        position: relative;
        background-color: #0f99fe;
        vertical-align: top;
        font-family: "dinengschriftstd";
        color: #ffffff;
        text-align: center;
        border: none;
    }

#ma_resumen.ma_ccard .lista {
    background-image: none;
}

#ma_resumen.ma_ccard article.lista ul {
    padding: 0;
    width: 98%;
    margin: 0 auto 30px;
    text-align: center;
}

#ma_resumen.ma_ccard article.lista li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 128px;
    height: 103px;
    margin: 0 10px 10px;
    background: url("../img/ico_ccard_ventajas.png") no-repeat;
}

    #ma_resumen.ma_ccard article.lista li.ventaja_1 {
        background-position: 0 0;
    }

    #ma_resumen.ma_ccard article.lista li.ventaja_2 {
        background-position: -128px 0;
    }

    #ma_resumen.ma_ccard article.lista li.ventaja_3 {
        background-position: -256px 0;
    }

    #ma_resumen.ma_ccard article.lista li.ventaja_4 {
        background-position: -386px 0;
    }

    #ma_resumen.ma_ccard article.lista li.ventaja_5 {
        background-position: -514px 0;
    }

    #ma_resumen.ma_ccard article.lista li span {
        display: none;
    }

    #ma_resumen.ma_ccard article.lista li:hover span {
        display: block;
        background-color: #0f99fe;
        width: 114px;
        height: 103px;
        font-family: "Trebuchet MS";
        color: #ffffff;
        font-size: 15px;
        padding: 0 7px;
    }

#ma_resumen .faq .btn_faq {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #d3d3d3;
    color: #0e99fe;
    font-family: "dinengschriftstd";
    cursor: pointer;
}

#ma_resumen.ma_ccard .faq.puntos {
    background: url("../img/ma_006.png") no-repeat scroll 270px 60px #f5f5f5;
}

#ma_resumen.ma_ccard .puntos .puntos_menu li {
    display: inline-block;
    padding: 0 25px;
}

#ma_resumen.ma_ccard .puntos .div-1 {
    padding: 10px 0 10px 0;
}

    #ma_resumen.ma_ccard .puntos .div-1 ul {
        padding: 0 0 0 15px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li {
        position: relative;
        display: inline-block;
        border: 2px solid #efefef;
        text-align: center;
        cursor: pointer;
        background-color: #ffffff;
    }

        #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos {
            position: absolute;
            padding-left: 5px;
            background-color: #e8e8e8;
            font-family: "Trebuchet MS";
            color: #9a9a9a;
            font-weight: bold;
            text-align: left;
        }

#ma_resumen.ma_ccard .regalo-puntos {
    position: absolute;
    bottom: 0;
    border-top: 2px solid #efefef;
    text-align: center;
    font-family: 'dinengschriftstd';
    color: #0f99fe;
}

#ma_resumen.ma_ccard .puntos .div-1 li .regalo-info {
    position: absolute;
    transition: 0.5s;
    background-color: #d3d3d3;
    font-family: "Trebuchet MS";
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.no-touch #ma_resumen.ma_ccard .puntos .div-1 li:hover .regalo-info {
    transition: 0.5s;
}

#ma_resumen.ma_ccard .puntos .div-1 li .regalo-info p {
    color: #004c95;
}

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info p:first-child {
        color: #0e99fe;
    }

#ma_resumen.ma_ccard .imagenregalo {
    background-image: url(../img/ico_ccard_puntos.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.regalo-1 {
    background-position: 0 0;
}

.regalo-2 {
    background-position: -118px 0;
}

.regalo-3 {
    background-position: -236px 0;
}

.regalo-4 {
    background-position: -354px 0;
}

.regalo-5 {
    background-position: -472px 0;
}

.regalo-6 {
    background-position: 0 -105px;
}

.regalo-7 {
    background-position: 0 -210px;
}

.regalo-8 {
    background-position: -118px -210px;
}

.regalo-9 {
    background-position: -236px -210px;
}

.regalo-10 {
    background-position: -354px -210px;
}

.regalo-11 {
    background-position: -472px -210px;
}

.regalo-12 {
    background-position: -590px -210px;
}

.regalo-13 {
    background-position: -708px -210px;
}

.regalo-14 {
    background-position: -826px -210px;
}

.regalo-15 {
    background-position: 0 -315px;
}

.regalo-16 {
    background-position: -118px -315px;
}

.regalo-17 {
    background-position: -236px -315px;
}

.regalo-18 {
    background-position: -354px -315px;
}

.regalo-19 {
    background-position: -472px -315px;
}

.regalo-20 {
    background-position: -590px -315px;
}

.regalo-21 {
    background-position: -708px -315px;
}

.regalo-22 {
    background-position: -826px -315px;
}

#ma_resumen .faq .div-3 {
    padding-bottom: 20px;
}

    #ma_resumen .faq .div-3 li {
        position: relative;
        padding-left: 10px;
        cursor: pointer;
        background-color: #e8e8e8;
        font-family: "Trebuchet MS";
        color: #666666;
    }

    #ma_resumen .faq .div-3 .mas,
    #ma_resumen .faq .div-3 .menos {
        position: absolute;
        background: url(../img/faq.png) no-repeat;
    }

    #ma_resumen .faq .div-3 .mas {
        background-position: 0 0;
    }

    #ma_resumen .faq .div-3 .menos {
        background-position: -35px 0;
    }

    #ma_resumen .faq .div-3 li.respuesta {
        height: auto;
        border: 2px solid #e8e8e8;
        background: #ffffff;
        cursor: initial;
    }

        #ma_resumen .faq .div-3 li.respuesta ul li {
            background: #ffffff url(../img/li_gris.png) no-repeat 0px 10px;
            cursor: initial;
        }

            #ma_resumen .faq .div-3 li.respuesta ul li.stitulo {
                color: #0e99fe;
                ;
                background: none;
            }

            #ma_resumen .faq .div-3 li.respuesta ul li.sresumen {
                background: none;
            }

            #ma_resumen .faq .div-3 li.respuesta ul li a {
                border-bottom: 1px solid #666666;
                color: #666666;
            }

            #ma_resumen .faq .div-3 li.respuesta ul li.sresp {
                background: none;
            }
/* MI AREA CINESACARD */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* MI AREA MIS DATOS */
#ma_resumen.ma_datos .row {
    position: relative;
    margin: 0 auto;
}

#ma_resumen.ma_datos h5 {
    font-family: 'dinengschriftstd';
    color: #0f99fe;
    font-weight: normal;
    padding-left: 18px;
}

    #ma_resumen.ma_datos h5:first-child {
        margin-top: 0;
    }

#ma_resumen.ma_datos .field {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    #ma_resumen.ma_datos .field label,
    #ma_resumen.ma_datos .field .p_label {
        display: block;
        font-family: "Trebuchet MS";
        color: #909090;
    }

    #ma_resumen.ma_datos .field .text {
        position: relative;
        width: calc(100% - 27px);
        padding-left: 20px;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        border-left: 6px solid #0f99fe;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
        font-family: "Trebuchet MS";
        color: #666666;
    }

        #ma_resumen.ma_datos .field .text:disabled {
            border-color: #d0d0d0;
            color: #a0a0a0;
        }

    #ma_resumen.ma_datos .field .box_inactivo {
        border: 1px solid #e0e0e0;
        background: #ffffff url("../img/select-btn-cc_form.jpg") no-repeat;
        cursor: default;
    }

    #ma_resumen.ma_datos .field .text_inactivo {
        border-color: #e0e0e0;
        cursor: default;
    }

#ma_resumen.ma_datos .btn_edit {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: "Trebuchet MS";
    color: #ffffff;
    background-color: #0f99fe;
    cursor: pointer;
}

#ma_resumen.ma_datos .validar_correo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: url("../img/ma_007.png") no-repeat 0 0;
    color: #f05439;
    font-family: "Trebuchet MS";
}

    #ma_resumen.ma_datos .validar_correo p a {
        border-bottom: 1px solid #f05439;
    }

#ma_resumen.ma_datos .row .sub_row {
    position: relative;
    display: inline-block;
    text-align: right;
}

    #ma_resumen.ma_datos .row .sub_row p {
        position: relative;
        display: inline-block;
        text-align: center;
        font-family: "Trebuchet MS";
        color: #999999;
    }

        #ma_resumen.ma_datos .row .sub_row p.error {
            color: #ff0000;
        }

#ma_resumen.ma_datos .row .text.text_ok {
    background: url("../img/pop_ok.png") no-repeat 95% center;
}

#ma_resumen.ma_datos .row .text.text_bad {
    background: url("../img/pop_bad.png") no-repeat 95% center;
}

#ma_resumen.ma_datos .row .mini {
    font-family: "Trebuchet MS";
    color: #999999;
}

#ma_resumen.ma_datos .row_center {
    text-align: center;
}


#ma_resumen.ma_datos .row .f_checkbox {
    width: 400px;
}

    #ma_resumen.ma_datos .row .f_checkbox p {
        font-size: 15px;
        margin-left: 44px;
        color: #909090;
    }

    #ma_resumen.ma_datos .row .f_checkbox input {
        display: none;
    }

    #ma_resumen.ma_datos .row .f_checkbox label span {
        position: absolute;
        width: 38px;
        height: 37px;
        background: url("../img/ico_check.png")no-repeat 0 0;
        left: 0;
        top: 7px;
        cursor: pointer;
    }

    #ma_resumen.ma_datos .row .f_checkbox input:checked + label span {
        background-position: 0 -74px;
    }
/* /MI AREA MIS DATOS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* NUEVA CC_FORM */
#cc_form.n_cc article.frm1 h4,
#cc_form_activar.n_cc article.frm1 h4 {
    margin-bottom: 20px;
}

#cc_form.n_cc article,
#cc_form_activar.n_cc article,
#recuperarmail.n_cc article {
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #909090;
}

    #cc_form.n_cc article.frm1 .form_container > p,
    #cc_form.n_cc article.frm1 > p,
    #cc_form.n_cc article_activar.frm1 .form_container > p,
    #cc_form_activar.n_cc article.frm1 > p {
        margin: 5px 0;
    }

.n_cc .cc_btn,
#cc_form_activar.n_cc input[type="submit"].cc_btn,
#cc_form.n_cc input[type="submit"].cc_btn {
    position: relative;
    display: inline-block;
    width: 268px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 5px solid #a6c1da;
    border-radius: 7px;
    background: #004c95;
    font-family: 'dinengschriftstd';
    font-size: 23px;
    color: #ffffff;
    cursor: pointer;
    margin: 20px 0;
}

.n_cc .inf .cc_btn {
    display: block;
}

#cc_form_activar.n_cc .cc_btn,
#cc_form_activar.n_cc input[type="submit"].cc_btn,
#recuperarmail.n_cc .cc_btn {
    background: #0f99fe;
    border-color: #abdbff;
}

.n_cc .m_login .cc_btn {
    background: #0f99fe !important;
    border: 5px solid #abdbff !important;
    font-size: 23px !important;
    width: 268px !important;
}

/*.n_cc input.cc_btn {
        height: 48px !important;
    }*/

#cc_form_activar.n_cc input[type="submit"].cc_btn:disabled,
#cc_form.n_cc input[type="submit"].cc_btn:disabled {
    background-color: #aaaaaa;
    border-color: #dfdfdf;
    cursor: default;
}

#cc_form.n_cc article.frm1 .form_container > p span,
#cc_form_activar.n_cc article.frm1 .form_container > p span,
#cc_form_activar.n_cc article.frm2 .form_container > p span, .n_cc .m_login .container > p span {
    margin: 0 38px;
}

#cc_form.n_cc article .field,
#cc_form_activar.n_cc article .field,
#recuperarmail.n_cc article .field {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: 271px;
}

    #cc_form.n_cc article .field p,
    #cc_form_activar.n_cc article .field p,
    #recuperarmail.n_cc article .field p {
        margin: 0 0 8px;
    }

#cc_form_activar.n_cc article .form_container .field {
    min-width: 272px;
}

#cc_form.n_cc article p.mini,
#cc_form_activar.n_cc article p.mini,
#recuperarmail.n_cc article p.mini {
    width: 49%;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

#cc_form.n_cc article .field p.mini,
#cc_form_activar.n_cc article .field p.mini {
    width: 98%;
    margin-top: 5px;
}

#cc_form.n_cc article .field.mini,
#cc_form_activar.n_cc article .field.mini {
    width: 110px;
}

#cc_form.n_cc article .field.mini_2,
#cc_form_activar.n_cc article .field.mini_2 {
    width: 140px;
}

#cc_form.n_cc article .field.mini_3,
#cc_form_activar.n_cc article .field.mini_3 {
    width: 170px;
}

#cc_form.n_cc article.frm2 .row > p,
#cc_form_activar.n_cc article.frm3 .row > p {
    display: inline-block;
    line-height: 12px;
    margin-right: 20px;
}

#cc_form.n_cc article .f_checkbox,
#cc_form_activar.n_cc article .f_checkbox {
    width: auto;
}

    #cc_form.n_cc article .f_checkbox p,
    #cc_form_activar.n_cc article .f_checkbox p {
        padding-left: 50px;
        height: 37px;
        line-height: 37px;
    }

        #cc_form.n_cc article .f_checkbox p .dest,
        #cc_form_activar.n_cc article .f_checkbox p .dest {
            font-size: 15px;
            border-bottom: 1px solid #909090;
        }

    #cc_form.n_cc article .f_checkbox input + p .ico,
    #cc_form_activar.n_cc article .f_checkbox input + p .ico {
        position: absolute;
        width: 38px;
        height: 37px;
        background: url("../img/ico_check.png")no-repeat 0 0;
        left: 0;
        cursor: pointer;
    }

    #cc_form.n_cc article .f_checkbox input:checked + p .ico,
    #cc_form_activar.n_cc article .f_checkbox input:checked + p .ico {
        background-position: 0 -111px;
    }

#cc_form.n_cc article.activo .f_checkbox input:checked + p .ico {
    background-position: 0 -37px;
}

#cc_form_activar.n_cc article.activo .f_checkbox input:checked + p .ico {
    background-position: 0 -74px;
}

.n_cc article .pop_ok {
    background: url("../img/pop_ok.png") no-repeat 97% center;
}

.n_cc article .pop_bad {
    background: url("../img/pop_bad.png") no-repeat 97% center;
}

#cc_form.n_cc article.mail,
#cc_form_activar.n_cc article.mail {
    padding-right: 0 !important;
}

#cc_form.n_cc span.pop_bad,
#cc_form_activar.n_cc span.pop_bad {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background-position: 0 center !important;
}

#cc_form.n_cc .field > a,
#cc_form_activar.n_cc .field > a {
    font-size: 12px;
    color: #666666;
}

#cc_form.n_cc .field .error,
#cc_form_activar.n_cc .field .error {
    font-size: 12px;
    color: #ff0000;
    text-align: center;
}

#recuperarmail.n_cc article.conf {
    margin: 5px 0;
}

#recuperarmail.n_cc article h4 {
    margin-bottom: 10px;
}
/**/
#cc_form.n_cc .inf {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

    #cc_form.n_cc .inf > ul li {
        position: relative;
        margin-bottom: 17px;
        padding-left: 40px;
        font-size: 13px;
        font-style: italic;
        line-height: 27px;
    }

        #cc_form.n_cc .inf > ul li:last-child {
            margin-bottom: 35px;
        }

        #cc_form.n_cc .inf > ul li span {
            position: absolute;
            left: 0;
            width: 25px;
            height: 25px;
            text-align: center;
            border-radius: 25px;
            color: #ffffff;
            background-color: #004c95;
            font-family: "dinengschriftstd";
            font-size: 16px;
            font-style: normal;
        }

    #cc_form.n_cc .inf p {
        margin-bottom: 30px;
    }

    #cc_form.n_cc .inf .cupon {
        position: relative;
        border: 1px solid rgba(50, 50, 50, 0.20);
        border-top: none;
        border-left: none;
        width: 610px;
        height: 400px;
        margin: 20px auto;
        box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.20);
    }

        #cc_form.n_cc .inf .cupon .logo {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 67px;
            height: 400px;
            background: #ffdf0f url("../img/logov.jpg") no-repeat center;
        }

        #cc_form.n_cc .inf .cupon .header {
            position: relative;
            display: inline-block;
            vertical-align: top;
            background-color: #0f99fe;
            height: 130px;
            width: calc(100% - 67px);
        }

            #cc_form.n_cc .inf .cupon .header p {
                position: absolute;
                right: 10px;
                top: 5px;
                color: #ffffff;
                width: 370px;
                font-size: 16px;
                margin: 15px 0 0;
            }

        #cc_form.n_cc .inf .cupon img {
            position: absolute;
            width: 150px;
            height: 150px;
            border-radius: 100px;
            top: 18px;
            left: 74px;
        }

        #cc_form.n_cc .inf .cupon .datos {
            position: absolute;
            bottom: 15px;
            right: 10px;
            background: #e6e6e6;
            width: 520px;
            height: 205px;
        }

            #cc_form.n_cc .inf .cupon .datos li {
                position: relative;
                font-family: "Trebuchet MS";
                font-size: 17px;
                padding-left: 180px;
                margin-bottom: 35px;
            }

                #cc_form.n_cc .inf .cupon .datos li span {
                    color: #0f99fe;
                    font-weight: bold;
                    position: absolute;
                    left: 0;
                }

                    #cc_form.n_cc .inf .cupon .datos li span.doble {
                        left: 300px;
                    }

                    #cc_form.n_cc .inf .cupon .datos li span.doble_resp {
                        left: 350px;
                        color: #909090;
                    }

    #cc_form.n_cc .inf .cc_btn {
        left: 50%;
        margin-left: -138px;
    }

#cc_form_activar.n_cc p.opciones {
    border-bottom: 1px solid #0f99fe;
    color: #0f99fe;
    display: inline-block;
    margin-left: 5px;
    max-width: 570px;
    position: relative;
    text-align: left;
    width: calc(100% - 20px);
}
/* POR AHORA SOLO EN #CC_FORM.N_CC*/
.n_cc #cinefavorito_header .cc_cuenta, .n_cc #cinefavorito_header .disp_login {
    display: none;
}

.n_cc .sb-toggle-right {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 132px;
    height: 52px;
    background-position: -422px -28px;
    cursor: pointer;
}

.n_cc .nuevo_logged.logged .sb-toggle-right {
    display: none !important;
}

.n_cc #cinefavorito_header .cinefav {
    right: 3px;
}

#cc_form_activar.n_cc .frm1 > p {
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #909090;
    position: relative;
    left: 10px;
    margin-bottom: 20px !important;
}
/* /NUEVA CC_FORM */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* NEW CINESACARD HOME */
/* LOGIN */
#cinesacard.n_cc .micuenta {
    width: 495px;
}

    #cinesacard.n_cc .micuenta .formlogin {
        width: 495px;
        height: 274px;
    }

    #cinesacard.n_cc .micuenta img {
        border: none;
        width: 138px;
        height: 138px;
        left: 20px;
        top: 30px;
    }

    #cinesacard.n_cc .micuenta h3 {
        background: #0f99fe;
        color: #ffffff;
        width: calc(100% - 130px);
        height: 55px;
        margin: 0 0 40px 0;
        padding: 25px 0 0 130px;
        top: 0;
        left: 0;
        font-size: 30px;
    }

    #cinesacard.n_cc .micuenta input[type="email"],
    #cinesacard.n_cc .micuenta input[type="password"] {
        border: 1px solid #efefef;
        border-left: 5px solid #0f99fe;
        background: #ffffff;
        color: #909090;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
        width: 200px;
        height: 40px;
        margin: 0 10px 20px;
    }

    #cinesacard.n_cc .micuenta input[type="submit"] {
        border: 4px solid #abdbff;
        border-radius: 10px;
        height: 48px;
        width: calc(100% - 20px);
    }
/* VENTAJAS */
#cinesacard.n_cc .ventajas_ccard {
    height: 274px;
    width: calc(100% - 515px);
}

    #cinesacard.n_cc .ventajas_ccard .lista_ventajas {
        margin-top: 40px;
    }

    #cinesacard.n_cc .ventajas_ccard li {
        vertical-align: top;
        position: relative;
    }

        #cinesacard.n_cc .ventajas_ccard li div div {
            display: none;
            position: relative;
            vertical-align: top;
            width: calc(100% - 10px);
            height: 100px;
            padding: 5px;
            background: #0f99fe;
            color: #ffffff;
            font-family: "Trebuchet MS";
            font-size: 14px;
            cursor: default;
        }

        #cinesacard.n_cc .ventajas_ccard li:hover div div {
            display: inline-block;
        }
/* CONSEGUIR CINESACARD */
#cinesacard.n_cc .conseguirccard .cc_btn {
    border-radius: 0;
    border: none;
    width: 100%;
    cursor: initial;
}

    #cinesacard.n_cc .conseguirccard .cc_btn a {
        border: 4px solid #a6c1da;
        border-radius: 10px;
        top: 6px;
    }

#cinesacard.n_cc .conseguirccard .activala .cc_btn a {
    border-color: #abdbff;
}

#cinesacard.n_cc .puntos .div-1 > p {
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #909090;
    margin-left: 50px;
}
/* /NEW CINESACARD HOME */
/* ############################################################################################################################## */
#landingplantilla section img {
    margin: 20px auto;
    width: 100%;
    max-width: 678px;
}
/* ############################################################################################################################## */
/* GANA ENTRADAS */
#ganaentradas section {
    background: #ffffff;
    margin-bottom: 50px;
    padding-bottom: 20px;
    text-align: left;
}

#ganaentradas form > img {
    margin: 20px 30px;
}

#ganaentradas span.num {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: "dinengschriftstd";
    font-size: 22px;
    color: #ffffff;
    background-color: #fc4203;
    border: 4px solid #ffffff;
    border-radius: 40px;
    margin: 10px 10px 20px 30px;
}

#ganaentradas article.activo span.num {
    background-color: #fc4203;
    border: 4px solid #fec8b6;
}

#ganaentradas article.inactivo span.num {
    background-color: #d3d3d3;
    border: 4px solid #ffffff;
}

#ganaentradas h4 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "dinengschriftstd";
    height: 44px;
    line-height: 44px;
    margin: 10px 0;
    font-size: 22px;
    color: #909090;
}

    #ganaentradas h4 span {
        color: #fc4203;
    }

#ganaentradas .row {
    width: calc(100% - 60px);
    margin: 0 auto 20px;
}

#ganaentradas .field {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin-right: 20px;
}

    #ganaentradas .field > p {
        font-family: "Trebuchet MS";
        font-size: 15px;
        color: #909090;
        margin: 0 0 5px 0;
    }

#ganaentradas .btn_ge {
    position: relative;
    display: inline-block;
    width: 270px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #d3d3d3;
    font-family: "dinengschriftstd";
    font-size: 26px;
    color: #ffffff;
    margin: 10px 0;
    border: none;
    cursor: pointer;
}

#ganaentradas article.activo .btn_ge {
    background-color: #fc4203;
}

.no-touch #ganaentradas article.activo .btn_ge:hover {
    background-color: #b73002;
}

#ganaentradas .btn_ge:disabled,
#ganaentradas .btn_ge.disabled {
    background-color: #d3d3d3 !important;
    cursor: default;
}

#ganaentradas .text {
    position: relative;
    display: inline-block;
    width: 248px;
    text-align: left;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    border-left: 6px solid #dddddd;
    box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.2);
    color: #666666;
}

#ganaentradas article.activo .text {
    border-left-color: #fc4203;
}

#ganaentradas .row > ul {
    padding: 0;
    margin: 0;
}

    #ganaentradas .row > ul li {
        padding-left: 30px;
        margin-bottom: 10px;
        background: url("../img/ge_04.png") no-repeat 10px center;
        font-family: "Trebuchet MS";
        font-size: 15px;
        color: #909090;
    }

#ganaentradas .row .mini {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #666666;
}

#ganaentradas .ge_ok .row_cuaac {
    height: 160px;
    background: url("../img/ge_02.png") no-repeat 180px 0;
    margin-top: -100px;
}

#ganaentradas .ge_nok .row_cuaac {
    height: 160px;
    background: url("../img/ge_03.png") no-repeat 180px 0;
    margin-top: -100px;
}

    #ganaentradas .ge_nok .row_cuaac p {
        margin-top: 90px;
    }

#ganaentradas .row_cuaac h3 {
    top: 80px;
    position: relative;
    font-family: "dinengschriftstd";
    font-size: 35px;
    color: #fc4203;
}

#ganaentradas .row > p {
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #909090;
}

    #ganaentradas .row > p span {
        color: #fc4203;
    }

#ganaentradas .row > ul li span {
    color: #fc4203;
}

#ganaentradas .row strong {
    color: #333333;
    font-weight: 100;
}

#ganaentradas .row_aviso {
    background-color: #fed0c0;
    text-align: center;
    padding: 10px 0;
}

    #ganaentradas .row_aviso p {
        margin: 0;
        font-family: "Trebuchet MS";
        font-size: 13px;
        color: #333333;
    }

    #ganaentradas .row_aviso span {
        font-family: "Trebuchet MS";
        font-size: 13px;
        color: #fc4203;
        line-height: 30px;
    }
/* /GANA ENTRADAS */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* EMPHATICA */
#emphatica #bajo_menu {
    height: 30px;
}

#emphatica article {
    background: #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}

    #emphatica article.img_container {
        background: url("../img/emphatica.jpg") no-repeat;
        height: 139px;
    }

    #emphatica article.txt_container {
        padding: 30px;
    }

        #emphatica article.txt_container h3 {
            margin: 0;
            font-family: "dinengschriftstd";
            font-size: 21px;
            color: #004c92;
            font-weight: 100;
        }

        #emphatica article.txt_container p {
            font-family: "Trebuchet MS";
            font-size: 15px;
            color: #909090;
        }

            #emphatica article.txt_container p a {
                color: #004c92;
                text-decoration: underline;
            }

            #emphatica article.txt_container p.titulo_lista {
                margin-top: 34px;
                margin-bottom: 10px;
            }

            #emphatica article.txt_container p .dest {
                color: #004c92;
            }

        #emphatica article.txt_container ul {
            padding: 0;
            margin: 0;
        }

        #emphatica article.txt_container li {
            color: #909090;
            font-size: 15px;
        }
/* /EMPHATICA */
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* FAQ GAMES*/
#games .game_faq {
    text-align: left;
    padding: 10px 0 10px 0;
}

    #games .game_faq > ul {
        margin: 0;
        padding: 0;
    }

    #games .game_faq li {
        cursor: pointer;
        background-color: #e8e8e8;
        font-family: "Trebuchet MS";
        color: #666666;
        position: relative;
        min-height: 30px;
        width: calc(100% - 55px);
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        font-size: 13px;
    }

    #games .game_faq .mas,
    #games .game_faq .menos {
        position: absolute;
        width: 35px;
        height: 30px;
        background: url(../img/faq.png) no-repeat;
        margin-left: -55px;
    }

    #games .game_faq .mas {
        background-position: 0 0;
    }

    #games .game_faq .menos {
        background-position: -35px 0;
    }

    #games .game_faq li.respuesta {
        background: none;
        cursor: initial;
        height: auto;
        border: 2px solid #e8e8e8;
        margin-left: 0px;
        width: 99%;
        background: #ffffff;
    }

        #games .game_faq li.respuesta ul li {
            background: #ffffff url(../img/li_gris.png) no-repeat 0px 10px;
            cursor: initial;
            margin-left: -10px;
            margin-bottom: 10px;
            line-height: 20px;
            height: auto;
            width: 95%;
        }

            #games .game_faq li.respuesta ul li.stitulo {
                color: #0e99fe;
                background: none;
                line-height: 20px;
                margin-left: -35px;
            }

            #games .game_faq li.respuesta ul li.sresumen {
                background: none;
                line-height: 20px;
                margin-left: -35px;
            }

            #games .game_faq li.respuesta ul li a {
                color: #666666;
                border-bottom: 1px solid #666666;
            }

            #games .game_faq li.respuesta ul li.sresp {
                background: none;
            }
/* /FAQ GAMES*/
/* ############################################################################################################################## */
/* ############################################################################################################################## */
/* GOLDEN QUESTION*/
.golden_mask {
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 300000;
    opacity: 0.5;
}

.pop_golden {
    position: fixed;
    z-index: 300001;
    background: #ffffff;
    width: 960px;
    min-height: 493px;
    left: 50%;
    margin-left: -490px;
    top: 170px;
    text-align: center;
    border: 10px solid rgba(255, 255, 255, .4);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

    .pop_golden .col {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: 493px;
    }

        .pop_golden .col.golden_img {
            background: #ffdf00 url("../img/golden_2.png") no-repeat center bottom;
        }

    .pop_golden p {
        font-family: "dinengschriftstd";
        font-size: 25px;
        color: #005191;
        width: 60%;
        margin: 0 auto;
    }

    .pop_golden .p_principal {
        margin: 100px auto 70px;
    }

    .pop_golden .p_secundario {
        margin: 50px auto;
    }

.no-ccard.pop_golden .p_principal {
    margin: 70px auto 40px;
}

.no-ccard.pop_golden .p_secundario {
    margin: 50px auto;
}

.pop_golden .golden_btn {
    font-family: "dinengschriftstd";
    font-size: 30px;
    color: #005191;
    cursor: pointer;
    background: #ffdf00;
    border: 5px solid #fff299;
    border-radius: 10px;
    width: 300px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
}

.pop_golden .row {
    margin: 0;
    display: block;
}

    .pop_golden .row.golden_img {
        height: 204px;
        background: #ffdf00 url("../img/golden_3.png") no-repeat center bottom;
    }

.pop_golden .titulo {
    font-family: "dinengschriftstd";
    font-size: 18px;
    color: #21201b;
    margin: 0 auto 40px;
    height: 43px;
    padding-top: 8px;
    position: relative;
}

    .pop_golden .titulo span {
        position: absolute;
        margin-left: -50px;
        top: 0;
        background: #004c95;
        color: #ffffff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 30px;
        border: 4px solid #b5cbe0;
    }

.pop_golden form {
    width: 75%;
    margin: 15px auto 0;
    border: none;
}

.pop_golden .field {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px;
    min-height: 40px;
    padding-left: 45px;
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #666666;
    cursor: pointer;
    text-align: left;
    padding-top: 7px;
    border: none;
}

    .pop_golden .field input[type="radio"] {
        display: none;
    }

        .pop_golden .field input[type="radio"] + .ico {
            width: 38px;
            height: 37px;
            background: url("../img/ico_check.png") no-repeat 0 0;
            position: absolute;
            left: 0;
            top: 0;
        }

    .pop_golden .field input[type=radio]:checked + .ico {
        background-position: 0 -37px;
    }

.pop_golden button {
    position: relative;
    display: block;
    margin: 20px auto;
    width: 270px;
    height: 40px;
    text-align: center;
    background: #004c95;
    border: 0;
    color: #ffffff;
    font-family: "dinengschriftstd";
    font-size: 22px;
}

    .pop_golden button:disabled {
        background: #cccccc !important;
    }

.pop_golden.golden-final_form .titulo {
    color: #004c95;
    font-size: 35px;
    line-height: auto;
    margin: 30px auto;
}

.pop_golden.golden-final_form .p_principal {
    margin: 60px auto 0;
    font-size: 25px;
    color: #0076eb;
    width: 45%;
}

.pop_golden .close {
    color: #707070;
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
/* /GOLDEN QUESTION*/
/* ############################################################################################################################## */
#ficha_cine .banners_promo .img_left,
#ficha_cine .banners_promo .img_right {
    position: absolute;
    top: 58px;
    z-index: 1000;
}

#ficha_cine .banners_promo .img_left {
    left: 10px;
}

#ficha_cine .banners_promo .img_right {
    right: 10px;
}
/* ############################################################################################################################## */
/* TRENDING TOPICS */
#home .trending_container {
    position: relative;
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    margin: 6px 0 15px !important;
    text-align: left;
}

#home .trending_titulo {
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #999999;
    margin-left: 15px;
    width: 80px;
    display: none;
}

#home .trending_marquee {
    position: absolute;
    top: 0;
    right: 10px;
    /*width: calc(100% - 105px);
*/
    width: calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-style: italic;
    color: #6e91aa;
}

    #home .trending_marquee span:after {
        content: "·";
        position: absolute;
        margin-left: 15px;
        font-size: 30px;
        padding: 0;
        line-height: 40px;
        color: #6e91aa;
    }

    #home .trending_marquee span:last-child:after {
        content: "";
    }

    #home .trending_marquee span {
        display: inline;
        color: #6e91aa;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }

        #home .trending_marquee span a {
            color: inherit;
        }

            #home .trending_marquee span a:hover {
                color: #0076eb;
                text-decoration: underline;
            }
/* ############################################################################################################################## */
/* SOCIAL LOGIN */
.sb-right .container.first_c {
    border-bottom: 2px solid #f0f0f0;
    padding: 25px 0;
}

.sb-right .container.last_c {
    border-top: 2px solid #f0f0f0;
    padding: 5px 0;
}

.popup.pop_registro_1 .vinculo_fb {
    margin-bottom: 25px;
}

#cc_form.n_cc #formalta > p,
#cc_form_activar.n_cc #formalta > p {
    color: #909090;
    margin: 0 0 25px 10px;
}

#cc_form_activar.n_cc #formalta > p {
    margin-top: 20px;
}

.sociallogin_btn {
    cursor: pointer;
}
/* ***** */
.onoffswitch {
    position: relative;
    width: 102px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 34px;
        padding: 0;
        line-height: 34px;
        font-size: 17px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "SI";
        font-family: "Trebuchet MS";
        font-size: 17px;
        font-weight: 100;
        padding-left: 10px;
        background-color: #0F99FE;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "NO";
        font-family: "Trebuchet MS";
        font-size: 17px;
        font-weight: 100;
        padding-right: 10px;
        background-color: #D3D3D3;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    margin: 5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 48px;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    transition: all 0.3s ease-in 0s;
    width: 40px;
    height: 24px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.vinculo_fb {
    background-color: #ffffff;
    position: relative;
    display: block;
    margin: 10px 20px;
    width: calc(100% - 60px);
    padding: 5px 0 5px 20px;
    color: #666666;
    font-family: "Trebuchet MS";
    font-size: 15px;
}

    .vinculo_fb > p {
        width: calc(100% - 47px);
        background: url("../img/ico_facebook.png") no-repeat 0 0;
        height: 32px;
        line-height: 32px;
        padding-left: 47px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vinculo_fb .vfb > * {
        display: inline-block;
        vertical-align: top;
    }

    .vinculo_fb .vfb > p {
        margin: 8px 10px 25px;
    }

        .vinculo_fb .vfb > p:first-child {
            margin-left: 0;
        }

@media all and (max-width:919px) {
    .vinculo_fb .vfb > p: last-child {
        display: block;
        margin-left: 0;
    }
}

.pop_entrar .sociallogin_btn {
    margin: 30px 0 10px;
}

.pop_entrar .pop_separador_slfb {
    color: #666666;
    font-size: 15px;
    margin: 30px 0;
}

#cc_form.n_cc .vinculo_fb,
#cc_form_activar.n_cc .vinculo_fb {
    margin: 0;
    padding: 0;
}

.vinculo_fb > p .vfb_info {
    position: absolute;
    width: 16px;
    height: 17px;
    margin: 7px 5px 0 10px;
    background: url("../img/FB_info_btn.png")no-repeat 0 0;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    transition: 0.4s;
}

    .vinculo_fb > p .vfb_info.open {
        width: 260px;
        height: 70px;
        background-color: #dddddd;
        color: #666666;
        padding: 5px 10px 5px 25px;
        z-index: 1000;
        white-space: normal;
        overflow: visible;
        line-height: 20px;
        border: 1px solid #aaaaaa;
        border-radius: 4px;
        transition: 0.4s;
    }

@media all and (max-width:1024px) {
    .vinculo_fb > p .vfb_info.open {
        margin-left: -100px;
    }
}

@media all and (max-width:480px) {
    .vinculo_fb > p .vfb_info.open {
        right: 0px;
    }
}

#cinesacard.n_cc .ccard {
    padding-top: 10px;
}

    #cinesacard.n_cc .ccard > div {
        vertical-align: top;
    }

    #cinesacard.n_cc .ccard .micuenta {
        width: 405px;
    }

    #cinesacard.n_cc .ccard .ventajas_ccard {
        margin-top: 60px;
    }

@media all and (min-width:1024px) {
    #cinesacard.n_cc .ccard .ventajas_ccard {
        width: calc(100% - 425px);
    }
}

#cinesacard.n_cc .micuenta > * {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

#cinesacard.n_cc .micuenta h3 {
    height: 52px;
    line-height: 52px !important;
    padding: 0 40px 0 0;
    text-align: center;
    width: calc(100% - 40px);
    background-image: url("../img/02_micuenta.png");
    background-repeat: no-repeat;
    background-position: center right 15px;
    margin-bottom: 8px;
}

#cinesacard.n_cc .micuenta .row {
    background-color: #ffffff;
    height: 267px;
    text-align: center;
    padding: 1px 0;
}

    #cinesacard.n_cc .micuenta .row.formlogin {
        width: auto;
        margin-top: 0;
    }

        #cinesacard.n_cc .micuenta .row.formlogin a {
            border: none;
        }

    #cinesacard.n_cc .micuenta .row.ls {
        height: 77px;
        line-height: 77px;
        margin-bottom: 3px;
    }

    #cinesacard.n_cc .micuenta .row img {
        border-radius: 0;
        width: 278px !important;
        height: 40px !important;
        position: relative;
        left: auto !important;
        top: auto !important;
    }

#cinesacard.n_cc .micuenta input[type=email],
#cinesacard.n_cc .micuenta input[type=password] {
    width: 256px !important;
    display: block;
    margin: 20px auto;
    padding-left: 15px;
}

#cinesacard.n_cc .micuenta .row:not(.ls) a {
    position: relative;
    display: block;
    margin: 23px;
    font-size: 12px;
    color: #666666;
    text-decoration: underline;
}

#cinesacard.n_cc .micuenta input[type=submit] {
    width: 278px;
    background-color: #0f99fe;
    color: #ffffff;
    font-family: "dinengschriftstd";
    font-size: 22px;
}

#cinesacard.n_cc .ventajas_ccard .cc_aviso p {
    margin-top: 70px;
    font-size: 11px;
    color: #999999;
    font-family: arial;
    text-align: center;
    line-height: 14px;
}

    #cinesacard.n_cc .ventajas_ccard .cc_aviso p a {
        border: none;
        color: inherit;
        text-decoration: underline;
    }

.skin #cinesacard.n_cc .micuenta .row.formlogin {
    margin-top: 0;
}

    .skin #cinesacard.n_cc .micuenta .row.formlogin input[type=email], .skin #cinesacard.n_cc .micuenta .row.formlogin input[type=password] {
        border-left: 5px solid #0f99fe;
        margin: 20px auto;
        ;
    }

.skin #cinesacard.n_cc .micuenta input[type=submit] {
    width: 278px;
}

.skin #cinesacard.n_cc .ventajas_ccard {
    width: auto;
    margin-bottom: 100px !important;
}

@media all and (max-width:1024px) {
    #cinesacard.n_cc .ccard {
        margin-bottom: 60px;
    }
}

@media all and (max-width:639px) {
    #cinesacard.n_cc .micuenta .formlogin {
        height: 260px !important;
    }

    #cinesacard.n_cc .ventajas_ccard .cc_aviso p {
        margin-top: 30px;
    }
}
/* ############################################################################################################################## */
/* PERSONALIZE (PERSONALIZAR LA WEB PARA PELÍCULAS TOP20)*/



@media all and (min-width:1024px) {
    .skin .pers_logo header #logo_header, .pers_logo header #logo_header {
        /* background: url("../img/selligent/201612_logo_passengers2.jpg") no-repeat; */
        background: no-repeat;
        height: 140px !important;
        /*background-size: 9%;*/
        bottom: 0;
    }
}

.pers_cursor * {
    cursor: url("../img/selligent/201612_cursor_canta.png") 3 2, auto !important;
}

/* CONTADOR */
#home.pers_count article.article_cont {
    width: 100%;
    height: 135px;
    margin-bottom: 10px !important;
    position: relative;
}

.skin #home.pers_count article.article_cont {
    height: auto;
}

    .skin #home.pers_count article.article_cont img {
        width: 100%;
    }

.pers_count .pers_background {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1188px;
    height: 135px;
    margin: 0 auto;
    background: url("../img/personalize/count_50sombras2.jpg") no-repeat;
}

    .pers_count .pers_background .clock {
        position: absolute;
        width: 369px;
        height: 121px;
        top: 7px;
        right: 20px;
    }



@media all and (max-width:1000px) {
    .pers_count .pers_background {
        width: 100%;
        background-size: 100%;
    }

        .pers_count .pers_background .clock {
            right: 2px;
        }
}

@media all and (max-width:937px) {
    #home.pers_count article.article_cont {
        height: 230px;
    }

    .pers_count .pers_background {
        width: 600px;
        background-size: 160%;
        height: 230px;
    }

        .pers_count .pers_background .clock {
            bottom: 10px;
            top: auto;
            right: auto;
            left: 50%;
            margin-left: -185px;
            height: 70px;
        }
}

@media all and (max-width:769px) {
    .pers_count .pers_background {
        background-size: 160%;
    }
}

@media all and (max-width:610px) {
    .pers_count .pers_background {
        width: 470px;
    }
}
/*@media all and (min-width:1024px) {
	.skin .pers_count .pers_background{
		background-size: 96%;
		background-position: 20px 10px; 
	}
}*/

/* FIX NO CONTADOR - TARGET ------------------------------------------------------------------------------------------------------------ */
#home.pers_count article.article_cont {
    height: auto;
}

    #home.pers_count article.article_cont a img {
        width: 100%;
    }

    #home.pers_count article.article_cont .clock, #home.pers_count article.article_cont .count_text {
        display: none;
    }

@media all and (max-width:937px) {
    .pers_count .pers_background {
        background-size: 100%;
        height: 80px;
    }
}

@media all and (max-width:767px) {
    .pers_count .pers_background {
        background-size: 100%;
        height: 80px;
    }
}

@media all and (max-width:610px) {
    .pers_count .pers_background {
        background-size: 100%;
        height: 63px;
    }
}
/* /FIX NO CONTADOR - TARGET ----------------------------------------------------------------------------------------------------------- */


/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

    .flip-clock-wrapper a:hover {
        color: #fff;
    }

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}
/* Main */
.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

    .flip-clock-meridium a {
        color: #313333;
    }

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    padding-top: 25px;
}

    .flip-clock-wrapper:before, .flip-clock-wrapper:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .flip-clock-wrapper:after {
        clear: both;
    }
    /* Skeleton */
    .flip-clock-wrapper ul {
        position: relative;
        float: left;
        margin: 5px 1px;
        width: 30px;
        /*60*/
        height: 60px;
        /*90*/
        font-size: 40px;
        /*80*/
        font-weight: bold;
        line-height: 58px;
        /*87*/
        border-radius: 6px;
        background: #000;
    }

        .flip-clock-wrapper ul li {
            z-index: 1;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            line-height: 58px;
            /*87*/
            text-decoration: none !important;
        }

            .flip-clock-wrapper ul li:first-child {
                z-index: 2;
            }

            .flip-clock-wrapper ul li a {
                display: block;
                height: 100%;
                -webkit-perspective: 200px;
                -moz-perspective: 200px;
                perspective: 200px;
                margin: 0 !important;
                overflow: visible !important;
                cursor: default !important;
            }

                .flip-clock-wrapper ul li a div {
                    z-index: 1;
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 50%;
                    font-size: 40px;
                    /*80*/
                    overflow: hidden;
                    outline: 1px solid transparent;
                }

                    .flip-clock-wrapper ul li a div .shadow {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        z-index: 2;
                    }

                    .flip-clock-wrapper ul li a div.up {
                        -webkit-transform-origin: 50% 100%;
                        -moz-transform-origin: 50% 100%;
                        -ms-transform-origin: 50% 100%;
                        -o-transform-origin: 50% 100%;
                        transform-origin: 50% 100%;
                        top: 0;
                    }

                        .flip-clock-wrapper ul li a div.up:after {
                            content: "";
                            position: absolute;
                            top: 29px;
                            /*44*/
                            left: 0;
                            z-index: 5;
                            width: 100%;
                            height: 3px;
                            background-color: #000;
                            background-color: rgba(0, 0, 0, 0.4);
                        }

                    .flip-clock-wrapper ul li a div.down {
                        -webkit-transform-origin: 50% 0;
                        -moz-transform-origin: 50% 0;
                        -ms-transform-origin: 50% 0;
                        -o-transform-origin: 50% 0;
                        transform-origin: 50% 0;
                        bottom: 0;
                        border-bottom-left-radius: 6px;
                        border-bottom-right-radius: 6px;
                    }

                    .flip-clock-wrapper ul li a div div.inn {
                        position: absolute;
                        left: 0;
                        z-index: 1;
                        width: 100%;
                        height: 200%;
                        color: #ccc;
                        text-shadow: 0 1px 2px #000;
                        text-align: center;
                        background-color: #333;
                        border-radius: 6px;
                        font-size: 35px;
                        /*70*/
                    }

                    .flip-clock-wrapper ul li a div.up div.inn {
                        top: 0;
                    }

                    .flip-clock-wrapper ul li a div.down div.inn {
                        bottom: 0;
                    }
        /* PLAY */
        .flip-clock-wrapper ul.play li.flip-clock-before {
            z-index: 3;
        }

    .flip-clock-wrapper .flip {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    }

    .flip-clock-wrapper ul.play li.flip-clock-active {
        -webkit-animation: asd 0.5s 0.5s linear both;
        -moz-animation: asd 0.5s 0.5s linear both;
        animation: asd 0.5s 0.5s linear both;
        z-index: 5;
    }

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 100px;
}

    .flip-clock-divider:first-child {
        width: 0;
    }

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 3px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -50px;
    color: black;
    text-shadow: none;
    color: #ffffff;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -58px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -61px;
}

.flip-clock-dot.top {
    top: 25px;
}

.flip-clock-dot.bottom {
    bottom: 55px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}
/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}
/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* ############################################################################################################################## */
/* ############################################################################################################################## */
.new_dolby main #main {
    left: 0;
}

    .new_dolby main #main section {
        left: 0;
        width: 100%;
        margin: 0;
        border-top: 2px solid #444;
        padding-bottom: 0;
    }

.new_dolby .dolby_home {
    position: relative;
    width: 100%;
}

    .new_dolby .dolby_home img {
        width: 100%;
    }

    .new_dolby .dolby_home nav {
        position: absolute;
        top: 10px;
        left: 40px;
    }

    .new_dolby .dolby_home .dolby_logo {
        position: absolute;
        width: 396px;
        height: 100px;
        background: url("../img/dolby_bg_logo.png") no-repeat;
        top: 200px;
        left: calc(50% - 198px);
    }

.new_dolby .dolby_tech {
    background: #1a1a1a;
    padding: 10px 10px 50px;
    text-align: center;
}

    .new_dolby .dolby_tech > h3 {
        font-family: "gustanlight";
        font-size: 45px;
        color: #ffffff;
        margin: 20px 0;
    }

    .new_dolby .dolby_tech > p {
        font-family: "gustanlight";
        font-size: 25px;
        color: #888888;
        width: 90%;
        max-width: 883px;
        margin: 10px auto 20px;
    }

    .new_dolby .dolby_tech ul {
        width: 98%;
        margin: 30px auto;
        padding: 0;
    }

    .new_dolby .dolby_tech li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 31%;
        margin: 0 1%;
        color: #ffffff;
        font-family: "gustanbook";
        font-size: 14px;
    }

        .new_dolby .dolby_tech li a {
            color: inherit;
            display: inline-block;
        }

        .new_dolby .dolby_tech li h5 {
            font-family: "gustanlight";
            font-size: 16px;
            margin: 0;
        }

        .new_dolby .dolby_tech li .tech_img_container {
            width: 280px;
            height: 280px;
            margin: 20px auto;
            overflow: hidden;
            border-radius: 50%;
            -webkit-transition: transform 2s ease-in-out;
            transition: transform 0.2s linear;
        }

        .new_dolby .dolby_tech li .t_i_1 {
            background: url("../img/dolby_circle_1.jpg") no-repeat center;
        }

        .new_dolby .dolby_tech li .t_i_2 {
            background: url("../img/dolby_circle_2.jpg") no-repeat center;
        }

        .new_dolby .dolby_tech li .t_i_3 {
            background: url("../img/dolby_circle_3.jpg") no-repeat center;
        }

        .new_dolby .dolby_tech li .tech_img {
            margin: 0 auto;
            position: relative;
            width: 280px;
            height: 280px;
            border-radius: 50%;
            background-size: cover;
            -webkit-transition: transform 2s ease-in-out;
            transition: transform 0.2s linear;
        }

        .new_dolby .dolby_tech li .tech_arrow {
            width: 36px;
            height: 36px;
            background: #16ACBC url("../img/dolby_arrow.png") no-repeat center;
            position: absolute;
            top: 235px;
            left: calc(50% - 18px);
            border-radius: 50%;
            border: 3px solid #16acbc;
            transition: 0.5s;
        }

        .new_dolby .dolby_tech li:hover .tech_img_container {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            transform-origin: 50% 50%;
            -webkit-transform-origin: 50% 50%;
            border-radius: 100%;
        }

        .new_dolby .dolby_tech li:hover .tech_img {
            transform: scale(1.1);
            -webkit-transform: scale(1.05);
            transform-origin: 50% 50%;
            -webkit-transform-origin: 50% 50%;
        }

        .new_dolby .dolby_tech li:hover .tech_arrow {
            border-color: #8e1c59;
        }

.new_dolby .dolby_now {
    background-color: #231f20;
    padding: 1px;
    text-align: center;
}

    .new_dolby .dolby_now h3 {
        font-family: "gustanbook";
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 0;
    }

    .new_dolby .dolby_now a {
        color: #ffffff;
    }

    .new_dolby .dolby_now .row {
        position: relative;
        display: block;
        width: 98%;
        max-width: 900px;
        margin: 0 auto 40px;
        ;
    }

    .new_dolby .dolby_now .col {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    .new_dolby .dolby_now .c30 {
        width: 30%;
        text-align: right;
    }

    .new_dolby .dolby_now .c70 {
        width: 69%;
        margin-bottom: 30px;
    }

    .new_dolby .dolby_now img {
        border: 7px solid #ffffff;
        width: 95%;
        max-width: 200px;
    }

    .new_dolby .dolby_now ul {
        margin: 0;
    }

    .new_dolby .dolby_now li {
        font-family: "gustanbook";
        font-size: 16px;
        color: #d4e4e5;
        margin-bottom: 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .new_dolby .dolby_now li.titulo {
            font-family: "gustanlight";
            font-size: 26px;
        }

        .new_dolby .dolby_now li.link {
            margin-top: 25px;
        }

            .new_dolby .dolby_now li.link span {
                position: relative;
                display: inline-block;
                width: 270px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                background-color: #16acbc;
                border: 4px solid #1e5056;
                border-radius: 10px;
            }

.new_dolby .dolby_video {
    margin-bottom: 100px;
}

    .new_dolby .dolby_video .row h3 {
        text-align: center;
        font-family: "gustanbook";
        font-size: 30px;
        color: #221f1f;
    }

    .new_dolby .dolby_video .dolby_carrousel {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 96%;
    }

        .new_dolby .dolby_video .dolby_carrousel .img_left, .new_dolby .dolby_video .dolby_carrousel .img_right {
            position: absolute;
            width: 66px;
            height: 66px;
            background: url("../img/dolby_carrousel.png") -12px -16px;
            top: 40%;
            left: 15px;
            opacity: 0;
            transition: 0.2s;
        }

        .new_dolby .dolby_video .dolby_carrousel .img_right {
            background-position: -220px -16px;
            right: 15px;
            left: auto;
        }

        .new_dolby .dolby_video .dolby_carrousel:hover .img_left, .new_dolby .dolby_video .dolby_carrousel:hover .img_right {
            opacity: 0.6;
        }

            .new_dolby .dolby_video .dolby_carrousel:hover .img_left:hover, .new_dolby .dolby_video .dolby_carrousel:hover .img_right:hover {
                opacity: 1;
            }

        .new_dolby .dolby_video .dolby_carrousel ul {
            margin: 0;
            padding: 0;
            position: relative;
        }

        .new_dolby .dolby_video .dolby_carrousel li {
            display: block;
            float: left;
            position: relative;
        }

            .new_dolby .dolby_video .dolby_carrousel li img {
                width: 100%;
                z-index: 1;
            }

    .new_dolby .dolby_video li .d_text {
        position: relative;
        width: calc(92%);
        margin: -34px 4% 0;
        height: 68px;
        color: #ffffff;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#231f20+0, 000000+100&amp;
0.6+0, 1+36, 1+100 */
        background: -moz-linear-gradient(top, rgba(35,31,32,0.6) 0%, rgba(22,20,20,1) 36%, rgba(0,0,0,1) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,31,32,0.6)), color-stop(36%,rgba(22,20,20,1)), color-stop(100%,rgba(0,0,0,1)));
        /* Chrome, Safari4+ */
        background: -webkit-linear-gradient(top, rgba(35,31,32,0.6) 0%, rgba(22,20,20,1) 36%, rgba(0,0,0,1) 100%);
        /* Chrome10+, Safari5.1+ */
        background: -o-linear-gradient(top, rgba(35,31,32,0.6) 0%, rgba(22,20,20,1) 36%, rgba(0,0,0,1) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(35,31,32,0.6) 0%, rgba(22,20,20,1) 36%, rgba(0,0,0,1) 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(35,31,32,0.6) 0%, rgba(22,20,20,1) 36%, rgba(0,0,0,1) 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#99231f20', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
    }

        .new_dolby .dolby_video li .d_text p {
            margin: 0;
            position: absolute;
            left: 20px;
            top: 10px;
            width: 80%;
            height: 50px;
            white-space: initial;
            overflow: initial;
            font-family: "gustanbook";
            font-size: 16px;
        }

    .new_dolby .dolby_video .radios {
        position: absolute;
        bottom: 22px;
        right: 5%;
        width: 150px;
        height: 34px;
        line-height: 32px;
        text-align: center;
    }

        .new_dolby .dolby_video .radios a {
            color: #ffffff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            position: relative;
            display: inline-block;
            margin: 0 5px;
            border: 1px solid #ffffff;
            background-color: #221f1f;
        }

            .new_dolby .dolby_video .radios a.selected {
                background-color: #ffffff;
                color: #221f1f;
            }

    .new_dolby .dolby_video li .play {
        position: absolute;
        width: 88px;
        height: 88px;
        cursor: pointer;
        opacity: 0.5;
        white-space: initial;
        overflow: initial;
    }

    .new_dolby .dolby_video .dolby_carrousel:hover li .play {
        opacity: 1;
    }

    .new_dolby .dolby_video li .play {
        position: absolute;
        width: 88px;
        height: 88px;
        left: calc(50% - 44px);
        top: calc(40% - 12px);
        cursor: pointer;
        opacity: 0.5;
        background: url("../img/dolby_carrousel.png") -105px -6px;
    }

    .new_dolby .dolby_video .dolby_carrousel:hover li .play {
        opacity: 1;
    }

@media all and (max-width:1024px) {
    .new_dolby .dolby_tech li .tech_img_container {
        width: 230px;
        height: 230px;
    }

    .new_dolby .dolby_tech li .tech_img {
        width: 230px;
        height: 230px;
    }

    .new_dolby .dolby_tech li .tech_arrow {
        top: 200px;
    }
}

@media all and (max-width:768px) {
    .new_dolby .dolby_home .dolby_logo {
        top: 100px;
    }

    .new_dolby .dolby_tech li .tech_img_container {
        width: 200px;
        height: 200px;
    }

    .new_dolby .dolby_tech li .tech_img {
        width: 200px;
        height: 200px;
    }

    .new_dolby .dolby_tech li .tech_arrow {
        top: 170px;
        width: 30px;
        height: 30px;
        left: calc(50% - 15px);
    }

    .new_dolby .dolby_video li .d_text p {
        width: 70%;
        font-size: 14px;
    }
}

@media all and (max-width:767px) {
    .new_dolby .dolby_tech li .tech_img_container {
        width: 150px;
        height: 150px;
    }

    .new_dolby .dolby_tech li .tech_img {
        width: 150px;
        height: 150px;
    }

    .new_dolby .dolby_tech li .tech_arrow {
        top: 126px;
    }
}

@media all and (max-width:640px) {
    .new_dolby .dolby_home .dolby_logo {
        width: 200px;
        height: 50px;
        background-size: 100%;
        left: calc(50% - 100px);
    }

    .new_dolby .dolby_tech li {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        background-color: #6f6f6f;
        text-align: left;
    }

        .new_dolby .dolby_tech li > * {
            vertical-align: top;
            display: inline-block;
        }

        .new_dolby .dolby_tech li .tech_img_container {
            margin: 20px 20px 10px 10px;
            width: 70px;
            height: 70px;
            display: inline-block;
        }

        .new_dolby .dolby_tech li .tech_img {
            width: 70px;
            height: 70px;
        }

        .new_dolby .dolby_tech li:hover .tech_img_container, .new_dolby .dolby_tech li:hover .tech_img {
            transform: scale(1);
            -webkit-transform: scale(1);
        }

        .new_dolby .dolby_tech li .techo_text {
            display: inline-block;
            width: 70%;
            font-size: 12px;
            margin-top: 15px;
            vertical-align: top;
        }

        .new_dolby .dolby_tech li h5 {
            font-size: 15px;
        }

        .new_dolby .dolby_tech li p {
            margin: 5px 0 20px;
        }

        .new_dolby .dolby_tech li .tech_arrow {
            top: 50px;
            right: 10px;
            left: auto;
            margin: 0;
            position: absolute;
            width: 12px;
            height: 12px;
            border-width: 2px;
            background-size: 30%;
        }

    .new_dolby .dolby_video li .d_text p {
        font-size: 13px;
    }
}

@media all and (max-width:480px) {
    .new_dolby .dolby_home .dolby_logo {
        top: 40px;
    }

    .new_dolby .dolby_now .col {
        display: block;
    }

    .new_dolby .dolby_now .c30, .new_dolby .dolby_now .c70 {
        width: 90%;
        margin: 0 auto;
    }

    .new_dolby .dolby_now .c30 {
        text-align: center;
        margin-bottom: 20px;
    }

    .new_dolby .dolby_video .radios {
        position: absolute;
        bottom: 22px;
        right: 5%;
        width: 100px;
        height: 22px;
        line-height: 22px;
        text-align: center;
    }

        .new_dolby .dolby_video .radios a {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            position: relative;
            display: inline-block;
            margin: 0 5px;
        }
}
/* ************************************************************************** */
/* LORD BOBINA */
#lordbobina #bajo_menu {
    display: none;
}

#lordbobina .form {
    background: #ffffff;
    max-width: 596px;
    width: calc(100% - 50px);
    margin: 30px auto 100px;
    text-align: center;
    padding: 20px;
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #666666;
}

    #lordbobina .form span {
        color: #0c99fe;
    }

    #lordbobina .form img {
        margin-top: -60px;
        max-width: 340px;
        width: 98%;
    }

        #lordbobina .form img + p {
            margin-top: -50px;
        }

#lordbobina .row .field {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 270px;
    margin: 10px 5px 15px;
    text-align: left;
}

    #lordbobina .row .field p {
        margin: 0 0 3px;
        color: #909090;
    }

    #lordbobina .row .field input {
        width: calc(100% - 25px);
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #e0e0e0;
        border-left: 4px solid #0c99fe;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    }

#lordbobina .mini {
    font-size: 11px;
    color: #999999;
}

#lordbobina input[type=submit] {
    width: 270px;
    height: 48px;
    text-align: center;
    background: #0c99fe;
    border: 4px solid #abdbff;
    border-radius: 8px;
    margin: 20px 0;
    font-family: "dinengschriftstd";
    font-size: 23px;
    color: #ffffff;
}

#lordbobina input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-right: 10px;
}

#lordbobina .check p {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 88%;
}
/* ************************************************************************** */
/* MAQUINISTA - DOLBY */
#ficha_cine.maquinista main,
#ficha_cine.maquinista_film main {
    background: url("../img/dolby/ficha_1.jpg") no-repeat top;
    padding-top: 10px;
}

#ficha_cine.maquinista_film main {
    background-image: url("../img/dolby/ficha_2.jpg");
}

    #ficha_cine.maquinista main #separador-top,
    #ficha_cine.maquinista_film main #separador-top {
        display: none;
    }

#ficha_cine.maquinista main .select_cinefav {
    margin-bottom: 150px;
}

#ficha_cine.maquinista_film main .select_cinefav {
    margin-bottom: 270px;
}

#ficha_cine.maquinista #publicidad_body {
    top: 218px;
}

#ficha_cine.maquinista_film #publicidad_body {
    top: 335px;
}

#ficha_cine.maquinista .pers_dolby {
    display: none !important;
}

#ficha_cine.maquinista_film .pers_dolby {
    position: absolute;
    width: calc(100% - 80px);
    top: 70px;
    text-align: center;
}

    #ficha_cine.maquinista_film .pers_dolby h3 {
        background: none;
        width: auto;
        font-family: "gustanlight";
        font-size: 25px;
        color: #ffffff;
        text-shadow: 0px 0px 12px rgba(27, 36, 47, 0.65);
    }

    #ficha_cine.maquinista_film .pers_dolby .clock {
        width: 380px;
        margin: 3px auto;
    }

@media all and (max-width:1024px) {
    #ficha_cine.maquinista_film .pers_dolby {
        margin-left: 20px;
        width: calc(100% - 40px);
    }

    #ficha_cine.maquinista #publicidad_body {
        top: 236px;
    }

    #ficha_cine.maquinista_film #publicidad_body {
        top: 335px;
    }
}

@media all and (max-width:800px) {
    #ficha_cine.maquinista #publicidad_body {
        top: auto;
    }

    #ficha_cine.maquinista_film #publicidad_body {
        top: auto;
    }
}

@media all and (max-width:640px) {
    #ficha_cine.maquinista main .select_cinefav {
        margin-bottom: 120px;
    }

    #ficha_cine.maquinista main,
    #ficha_cine.maquinista_film main {
        background: url("../img/dolby/ficha_1b.jpg") no-repeat top;
        background-size: 100%;
    }

    #ficha_cine.maquinista_film main {
        background-image: url("../img/dolby/ficha_2b.jpg");
        background-size: 170%;
    }
}
/* ==========================================================================
   4 - MENUMOVIL
   ========================================================================== */
/* Slidebars 0.9.4 - http://plugins.adchsm.me/slidebars/ Written by Adam Smith - http://www.adchsm.me/ Released under MIT License - http://plugins.adchsm.me/slidebars/license.txt */
html, body,
#sb-site, .sb-slidebar {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
}

#sb-site {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.sb-slidebar {
    height: 100%;
    position: fixed;
    top: 0;
    visibility: hidden;
    background: none;
}

    .sb-slidebar .fondo {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        background-color: #000000;
    }

    .sb-slidebar .close_menu_left {
        position: absolute;
        left: 385px;
        top: 0px;
        background: url("../img/btn_menu_movil.jpg") no-repeat;
        cursor: pointer;
        height: 52px;
        width: 60px;
    }

#home .sb-slidebar .close_menu_left {
    background-position: 0 0;
}

#mapa .sb-slidebar .close_menu_left,
#ficha_cine .sb-slidebar .close_menu_left {
    background-position: 0 -52px;
}

.cartelera_peliculas_pelicula .sb-slidebar .close_menu_left,
#ficha_pelicula .sb-slidebar .close_menu_left,
#imax .sb-slidebar .close_menu_left,
#screenX .sb-slidebar .close_menu_left,
#isens .sb-slidebar .close_menu_left,
#dolby .sb-slidebar .close_menu_left,
#ciclos .sb-slidebar .close_menu_left,
#colegios .sb-slidebar .close_menu_left,
#infantil .sb-slidebar .close_menu_left,
#cumpleanos .sb-slidebar .close_menu_left,
#proximos_estrenos .sb-slidebar .close_menu_left {
    background-position: 0 -104px;
}

#eventos .sb-slidebar .close_menu_left,
#ficha_eventos .sb-slidebar .close_menu_left {
    background-position: 0 -156px;
}

#promos .sb-slidebar .close_menu_left,
#promos_landing .sb-slidebar .close_menu_left {
    background-position: 0 -208px;
}

#trailers_estrenos .sb-slidebar .close_menu_left,
#trailers_cartelera .sb-slidebar .close_menu_left {
    background-position: 0 -260px;
}

#cinesacard .sb-slidebar .close_menu_left,
#cc_form .sb-slidebar .close_menu_left,
#cc_form_activar .sb-slidebar .close_menu_left,
#cc_form_mail .sb-slidebar .close_menu_left,
#cc_form_finactivar .sb-slidebar .close_menu_left,
#cc_form_finpedir .sb-slidebar .close_menu_left,
#cc_form_error .sb-slidebar .close_menu_left,
#cc_form_micuenta .sb-slidebar .close_menu_left {
    background-position: 0 -312px;
}

#games .sb-slidebar .close_menu_left {
    background-position: 0 -416px;
}

.sb-slidebar .menu_left, .sb-slidebar .ml_submenu_peliculas {
    position: absolute;
    left: 0;
    top: 0;
    width: 385px;
    height: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 95%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(95%, #ffffff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 95%, #e5e5e5 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 95%, #e5e5e5 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 95%, #e5e5e5 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 95%, #e5e5e5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
    white-space: nowrap;
    overflow: hidden;
    z-index: 8001;
}

    .sb-slidebar .menu_left ul, .sb-slidebar .ml_submenu_peliculas ul {
        position: relative;
        margin: 0 10px;
        padding: 0;
    }

    .sb-slidebar .menu_left li, .sb-slidebar .ml_submenu_peliculas li {
        position: relative;
        width: 100%;
        height: 65px;
        line-height: 65px;
        font-family: "dinengschriftstd";
        font-size: 35px;
        border-bottom: 1px solid #9a9a9a;
        cursor: pointer;
        color: #999999;
    }

        .sb-slidebar .menu_left li a, .sb-slidebar .menu_left li.peliculas, .sb-slidebar .ml_submenu_peliculas li a {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 65px;
            color: #999999;
        }

            .sb-slidebar .menu_left li span, .sb-slidebar .menu_left li.peliculas span, .sb-slidebar .ml_submenu_peliculas li a span {
                position: absolute;
                width: 18px;
                height: 23px;
                background: url("../img/flechas_menu.png") no-repeat;
                right: 20px;
                top: 21px;
            }

        .sb-slidebar .menu_left li.home span {
            background-position: 0 0;
        }

        .sb-slidebar .menu_left li.cines span {
            background-position: -18px 0;
        }

        .sb-slidebar .menu_left li.peliculas span {
            background-position: -36px 0;
        }

        .sb-slidebar .ml_submenu_peliculas li span {
            background-position: -36px 0;
        }

        .sb-slidebar .menu_left li.eventos span {
            background-position: -54px 0;
        }

        .sb-slidebar .menu_left li.promos span {
            background-position: -72px 0;
        }

        .sb-slidebar .menu_left li.trailers span {
            background-position: -90px 0;
        }

        .sb-slidebar .menu_left li.cinesacard span {
            background-position: -108px 0;
        }

        .sb-slidebar .menu_left li.cinesacheck span {
            background-position: -126px 0;
        }

        .sb-slidebar .menu_left li.games span {
            background-position: -144px 0;
        }

.sb-slidebar .ml_submenu_peliculas {
    z-index: 8002;
    width: 0;
    transition: 0.4s;
}

    .sb-slidebar .ml_submenu_peliculas.open {
        width: 385px;
        transition: 0.4s;
    }

    .sb-slidebar .ml_submenu_peliculas .menu_btn {
        position: relative;
        width: calc(100% - 40px);
        height: 60px;
        line-height: 60px;
        margin: 10px 10px 3px;
        padding-left: 20px;
        text-align: center;
        font-family: "dinengschriftstd";
        font-size: 30px;
        color: #ffffff;
        cursor: pointer;
        background-color: #0076ec;
    }

        .sb-slidebar .ml_submenu_peliculas .menu_btn span {
            position: absolute;
            width: 18px;
            height: 23px;
            top: 18px;
            margin-left: -30px;
            background: url("../img/flechas_menu.png") no-repeat -162px 0;
        }

    .sb-slidebar .ml_submenu_peliculas[data-submenu="trailers"] .menu_btn {
        background-color: #7c01eb;
    }

.sb-right .fondo {
    right: 0;
}

.sb-right .close_menu_left {
    right: 385px;
    left: auto;
    width: 65px;
    height: 52px;
    background: #0f99fe url("../img/menuclose.png") no-repeat center !important;
}

.m_login {
    position: absolute;
    right: 0;
    top: 0;
    width: 385px;
    height: 100%;
    min-height: 600px;
    background: rgb(211,211,211);
    background: url(data: image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(211,211,211,1)), color-stop(6%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=1 );
    white-space: nowrap;
    overflow: hidden;
    z-index: 400001;
    text-align: center;
}

.sb-right .m_login h3 {
    position: relative;
    background-color: #0e99fe;
    color: #ffffff;
    font-size: 36px;
    font-family: "dinengschriftstd";
    font-weight: 100;
    margin: 10px;
    width: calc(100% - 40px);
    height: 52px;
    line-height: 52px;
    text-align: left;
    padding-left: 20px;
}

    .sb-right .m_login h3 span {
        position: absolute;
        width: 192px;
        height: 29px;
        margin-left: 14px;
        top: 10px;
        background: url("../img/logocinesacard.png") no-repeat;
        background-size: 88%;
    }

.sb-right div.m_login > form > input[type="email"], .sb-right div.m_login > form > input[type="password"] {
    position: relative;
    display: block;
    width: calc(100% - 70px);
    margin: 0 auto;
    border: none;
    border-bottom: 2px solid #dfdfdf;
    background: none;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    color: #666666;
    font-size: 24px;
    font-family: "dinengschriftstd";
}

.sb-right .m_login input[type="password"] {
    border: none !important;
}

.sb-right div.m_login > form > input[type="submit"], .sb-right .m_login .l_btn {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 33px !important;
    font-family: "dinengschriftstd";
    width: 350px !important;
    height: 60px !important;
    line-height: 60px;
    text-align: center;
    background-color: #0f99fe !important;
    border: 0;
    margin: 10px auto !important;
}

.sb-right .m_login .l_btn {
    background-color: #004c95 !important;
}

.sb-right .m_login .link {
    color: #666666;
    border-bottom: 2px solid #cccccc;
    font-size: 21px;
    font-family: "dinengschriftstd";
    text-transform: capitalize;
    line-height: 55px;
    margin: 0 20px;
}
/**/
/*/
ESTILO DEL MENÚ*/
.sb-right {
    right: 0;
}

html.sb-static .sb-slidebar, .sb-slidebar.sb-static {
    position: absolute;
}

.sb-slidebar.sb-active {
    visibility: visible;
    z-index: 499998;
}

.sb-slidebar.sb-style-overlay {
    z-index: 9999;
}
/*para resoluciones de 480 a 800 px*/
@media all and (min-width:460px) {
    .sb-slidebar {
        width: 385px;
    }

    .sb-width-thin {
        width: 55%;
    }

    .sb-width-wide {
        width: 85%;
    }
}

@media(min-width:800px) {
    .sb-slidebar {
        width: 0%;
    }

    .sb-width-thin {
        width: 15%;
    }

    .sb-width-wide {
        width: 45%;
    }
}

.sb-slide,
#sb-site, .sb-slidebar {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden;
}

.sb-hide {
    display: none;
}

@media all and (max-width:639px) {
    .sb-slidebar .fondo {
        width: 640px;
    }
}

@media all and (max-width:767px) {
    .sb-slidebar .fondo {
        width: 768px;
    }
}
/* ############################################################################################################################## */
/* LOGGIN MOVIL NUEVO */
/* SE HA DE MOVER A MENUMOVIL.CSS*/
.n_cc .m_login {
    background: #f0f0f0;
    box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.30);
    white-space: initial;
}

    .n_cc .m_login .container {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 95%;
        background-color: #ffffff;
        padding: 10px 0 25px;
    }

        .n_cc .m_login .container.last_c {
            padding: 0;
        }

        .n_cc .m_login .container.first_c {
            padding: 25px 0;
        }

    .n_cc .m_login h3 {
        margin-top: 109px;
        font-size: 30px;
        background: #0e99fe url("../img/02_micuenta.png") no-repeat 314px 4px;
    }

.n_cc .close_menu_left {
    margin-top: 0px;
    background-color: #9a9a9a !important;
    z-index: 8001;
}

.n_cc .sb-left.sb-slidebar.sb-active .close_menu_left {
    background: #9a9a9a url("../img/menuclose.png") no-repeat scroll center !important;
}

.n_cc .m_login form .text {
    position: relative;
    display: block;
    width: 249px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
    border: 1px solid #f0f0f0 !important;
    border-left: 6px solid #0e99fe !important;
    background: #ffffff;
    color: #909090;
    font-family: "Trebuchet MS";
    font-size: 15px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    margin: 20px auto 0;
}

.n_cc.sb-right .m_login .link {
    display: block;
    width: 122px;
    text-decoration: underline;
    border: none;
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 16px;
    margin: 30px auto 0;
}

.n_cc.sb-right .m_login form .mini {
    font-style: italic;
    color: #0f99fe;
    font-family: "Trebuchet MS";
    font-size: 12px;
    margin: 20px 0 0;
}

.n_cc.sb-right .container > p {
    margin: 0;
}
/* ==========================================================================
   5 - POPUP
   ========================================================================== */
/* ==========================================================================
    POPUPS
   ========================================================================== */

.popup ul {
    padding: 0;
}

.pop_mask, .alert_mask, .pop_mask_new {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 499999;
}

.pop_mask_new {
    background: url("../img/fondoMGM.jpg");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
}

.popup {
    position: absolute;
    width: calc(100% - 20px);
    min-width: 460px;
    z-index: 5000000;
    background-color: #f0f0f0;
    margin-left: 10px;
    top: 100px;
    text-align: center;
}


    .popup .pop_close {
        position: absolute;
        top: 3px;
        right: 10px;
        color: #666666;
        cursor: pointer;
    }





    .popup .pop_field {
        position: relative;
        display: block;
        margin: 0 auto 20px;
        width: 270px;
        text-align: left;
    }

        .popup .pop_field label {
            display: block;
            margin-bottom: 5px;
            font-size: 15px;
            color: #909090;
        }

        .popup .pop_field .pop_text {
            width: calc(100% - 22px);
            height: 40px;
            line-height: 40px;
            padding-left: 15px;
            background: #ffffff;
            border: 1px solid #e0e0e0;
            border-left: 6px solid #0f99fe;
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
            font-size: 15px;
            color: #afafaf;
        }

            .popup .pop_field .pop_text.pop_ok {
                background: url("../img/pop_ok.png") no-repeat 95% center;
            }

            .popup .pop_field .pop_text.pop_bad {
                background: url("../img/pop_bad.png") no-repeat 95% center;
            }

    .popup p.pop_mini {
        font-size: 12px;
        color: #0e99fe;
        font-style: italic;
        margin-bottom: 5px;
    }

    .popup a.pop_mini {
        font-size: 12px;
        color: #666666;
        border-bottom: 1px solid #666666;
    }



.pop_registro_1.popup .pop_btn {
    height: 40px !important;
}



.popup input.pop_btn:disabled {
    background-color: #909090 !important;
    border-color: #e5e5e5 !important;
    color: #eeeeee !important;
    cursor: default !important;
}

.popup > p {
    font-size: 15px;
    color: #666666;
}

.popup > ul {
    position: relative;
    margin: 20px auto 40px;
    width: calc(100% - 20px);
    max-width: 640px;
}

    .popup > ul li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 30%;
    }

        .popup > ul li.pop_ico_2 {
            margin: 0 4%;
        }

.popup li .pop_img {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 110px;
    margin-bottom: 3px;
}

    .popup li .pop_img span {
        position: absolute;
        width: 90px;
        height: 90px;
        left: calc(50% - 45px);
        top: 10px;
        background: url("../img/popico.png") no-repeat;
    }

.popup li.pop_ico_2 .pop_img span {
    background-position: -90px 0;
}

.popup li.pop_ico_3 .pop_img span {
    background-position: -180px 0;
}

.popup li .pop_txt {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    line-height: 16px;
    padding: 7px 0;
    font-size: 14px;
    color: #ababab;
}

    .popup li .pop_txt strong {
        display: block;
        color: #666666;
    }

.popup input[type="checkbox"] {
    display: none;
}

.pop_cinesacard .pop_field {
    width: 400px;
    margin-bottom: 5px;
}

.popup h5 {
    font-size: 24px;
    color: #0e99fe;
    margin: 0 0 20px 0;
    line-height: 20px;
    font-family: "dinengschriftstd";
    font-weight: 100;
}

.popup .pop_field input[type=checkbox] + label {
    width: 355px;
    height: 40px;
    line-height: 20px;
    padding-left: 45px;
    font-size: 13px;
    color: #909090;
}

    .popup .pop_field input[type=checkbox] + label span {
        position: absolute !important;
        width: 38px;
        height: 37px;
        left: 0;
        top: -7px;
        background: url("../img/popcheck.png") no-repeat 0 0;
    }

.popup .pop_field input[type=checkbox]:checked + label span {
    background-position: 0 -37px !important;
}

.popup .pop_field input[type=checkbox] + label a {
    border-bottom: 1px solid #909090;
}

.pop_registro_1 .pop_field {
    width: 380px;
}

.popup .pop_btn_fb, .popup .pop_btn_gp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px;
    width: 163px;
    height: 40px;
    background: url("../img/pop_facebook.png") no-repeat;
}

.popup .pop_btn_gp {
    background: url("../img/pop_google.png") no-repeat;
}

.pop_registro_2 .pop_field, .pop_registro_3 .pop_field {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px;
}

.pop_registro_2 .pop_frm > p, .pop_registro_2 .pop_frm > form > p,
.pop_registro_3 .pop_frm > p, .pop_registro_3 .pop_frm > form > p {
    font-size: 15px;
    color: #0e99fe;
}

    .pop_registro_2 .pop_frm > form > p.pop_mini, .pop_registro_3 .pop_frm > form > p.pop_mini {
        font-size: 12px;
        color: #999999;
        font-style: normal;
    }

.popup .pop_select p {
    font-size: 15px;
    color: #909090;
    margin: 0 0 5px;
}

.popup .pop_row .pop_field_check {
    width: 360px;
}

.popup .pop_row > p {
    margin: 5px auto;
    width: 380px;
    text-align: left;
    color: #909090;
}

.popup .pop_select_small {
    width: 120px;
}

.popup p.pop_error {
    font-size: 12px !important;
    color: #ff0000 !important;
    margin: -10px 0 20px;
}

.pop_cinesacard .pop_frm .pop_mini {
    font-size: 12px;
    color: #999999;
    font-style: normal;
}

.popup .pop_mini.pop_sep {
    margin: 15px 0 30px;
}

.pop_confirmacion img {
    margin: 20px 0;
}

.pop_confirmacion .pop_frm p {
    margin: 7px 0;
    font-size: 15px;
    color: #909090;
}

    .pop_confirmacion .pop_frm p.pop_curs {
        font-style: italic;
        margin: 40px 0 30px;
    }

    .pop_confirmacion .pop_frm p .pop_dest {
        color: #0f99fe;
    }

.pop_entrar .sl_btn {
    line-height: 48px !important;
}

.pop_password .pop_mini {
    color: #909090 !important;
}

.pop_password form {
    padding-top: 25px;
}

.new_popup .row .pop_field_check + .row {
    display: block;
    margin-top: 30px !important;
    margin-left: 35px !important;
    width: 87% !important;
}


/* ==========================================================================    RADIOBOX   ========================================================================== */
.radiobox {
    position: relative;
    width: 100%;
    height: 46px;
    line-height: 40px;
    z-index: 1000;
}

    .radiobox.open {
        z-index: 401000;
    }

    .radiobox ul {
        padding: 0;
    }

    .radiobox ul {
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        left: 43px;
        margin: 0;
        max-height: 300px;
        overflow-y: auto;
        position: relative;
        top: -40px;
        transition: all 0.4s ease 0s;
        width: calc(100% - 45px);
        z-index: 900;
    }

    .radiobox .rb_selected {
        position: relative;
        border: 1px solid #e0e0e0;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
        padding: 0 0 0 60px;
        color: #666666;
        cursor: pointer;
        z-index: 1000;
        font-size: 15px;
        text-align: left;
        background: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .radiobox .rb_selected.promo {
            color: #f03;
            font-weight: bold;
        }

        .radiobox .rb_selected .rb_ico {
            position: absolute;
            top: 0;
            left: 0;
            width: 42px;
            height: 40px;
            background: #0f99fe url("../img/pop_flechaselect.jpg") no-repeat center;
        }

    .radiobox.open .rb_selected .rb_ico {
        background: #999999 url("../img/pop_flechaselect_des.jpg") no-repeat center !important;
    }

    /*.radiobox ul {
            position: relative;
            width: calc(100% - 45px);
            left: 43px;
  background-color: #ffffff;
            border: 1px solid #e0e0e0;
  z-index: 900;
            top: -40px;
            transition: 0.4s;
            max-height: 300px;
  overflow-y: auto;
            margin: 0 !important;
}*/

    .radiobox.open ul {
        top: 0;
        transition: 0.4s;
    }

    .radiobox .rb {
        position: relative;
        width: 100%;
        height: 0px;
        transition: 0.4s;
        border-bottom: none;
        white-space: nowrap;
        overflow: hidden;
        font-size: 15px;
    }

        .radiobox .rb:last-child {
            border: none;
        }

    .radiobox.open .rb {
        border-bottom: 1px solid #e0e0e0;
        height: 40px;
        transition: 0.4s height;
    }

    .radiobox input[type="radio"] {
        display: none;
    }

    .radiobox label {
        text-align: left;
        color: #909090;
        display: block;
        width: calc(100% - 23px);
        padding: 0 0 0 18px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-left: 5px solid #ffffff;
    }

        .radiobox label.promo {
            color: #f03;
            font-weight: bold;
        }

    .radiobox span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 64px;
        position: absolute;
        top: 9px;
        height: 22px;
        right: -17px;
        z-index: 9999;
    }

    .radiobox li.disabled label {
        background-color: #f5f5f5 !important;
        border-left-color: #f5f5f5 !important;
        cursor: not-allowed;
    }

    .radiobox.disabled .rb_selected .rb_ico {
        background: #999999 url("../img/radiobox_gris.jpg") no-repeat center !important;
    }

@media all and (min-width: 1024px) {
    .radiobox.open label: hover {
        border-left: 5px solid #0e99fe;
    }
}

@media all and (max-width: 767px) {
    .radiobox {
        height: 58px;
        line-height: 52px;
    }

        .radiobox .rb_selected {
            height: 52px;
            font-size: 24px;
        }

            .radiobox .rb_selected .rb_ico {
                height: 52px;
                width: 52px;
            }

        .radiobox ul {
            width: calc(100% - 54px);
            left: 52px;
        }

        .radiobox.open .rb {
            height: 52px;
            font-size: 24px;
        }
}
/* ==========================================================================    RADIOBOX con STAR de cine favorito   ========================================================================== */
.radiobox.rb_star .rb_selected {
    padding-right: 30px;
}

    .radiobox.rb_star .rb_selected.promo {
        color: #f03;
        font-weight: bold;
    }

.radiobox.rb_star label {
    padding-right: 30px;
    width: calc(100% - 48px);
}

    .radiobox.rb_star label.promo {
        color: #f03;
        font-weight: bold;
    }

.radiobox.rb_star .rb_starfav {
    position: absolute;
    right: 6px;
    top: 9px;
    width: 23px;
    height: 21px;
    background: url("../img/mapstar-m.png") no-repeat;
    cursor: pointer;
    z-index: 1001;
}

.radiobox.rb_star .rb_nofav {
    background-position: -46px 0;
}

.radiobox.rb_star .rb_fav {
    background-position: 0 0;
}

.radiobox.rb_star .rb_promo {
    background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
    width: 64px;
    position: absolute;
    top: 9px;
    height: 22px;
    right: 9px;
    z-index: 9999;
}

.radiobox.selectdias .rb_promo {
    background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
    width: 66px;
    position: absolute;
    right: -16px;
    top: 9px;
    height: 21px;
    z-index: 9999;
}

@media all and (min-width: 1024px) {
    .radiobox.rb_star .rb_starfav: hover {
        background-position: 0 0;
    }
}

@media all and (max-width: 767px) {
    .radiobox.rb_star .rb_starfav {
        top: 8px;
    }
}
/* ==========================================================================    ICONO DEL RADIOBOX   ========================================================================== */
/* ficha pelicula */
#ficha_pelicula article .radiobox .rb_selected .rb_ico {
    background: #fdd901 url("../img/select-btn-act.jpg") no-repeat center;
}
/* ficha cine */
#ficha_cine article .radiobox .rb_selected .rb_ico {
    background: #fdd901 url("../img/select-btn-act.jpg") no-repeat center;
    height: 42px;
    width: 42px;
}
/* ficha eventos */
#ficha_eventos article .radiobox .rb_selected .rb_ico {
    background: #fba300 url("../img/eventos_radiobox.jpg") no-repeat center;
}
/* promos */
#promos article .radiobox .rb_selected .rb_ico {
    background: #999999 url("../img/radiobox_gris.jpg") no-repeat center;
}

#promos article .radiobox.selected .rb_selected .rb_ico {
    background: #ff0033 url("../img/promos_radiobox_rojo_blanco_1.jpg") no-repeat center;
}

#promos article .radiobox.open .rb_selected .rb_ico {
    background: #999999 url("../img/radiobox_close.jpg") no-repeat center !important;
}
/* gana entradas */
#ganaentradas article .radiobox .rb_selected .rb_ico {
    background: #999999 url("../img/radiobox_gris.jpg") no-repeat center;
}

#ganaentradas article.activo .radiobox .rb_selected .rb_ico {
    background: #FC4203 url("../img/ge_radiobox_naranja_blanco_1.jpg") no-repeat center;
}

#ganaentradas article .radiobox.open .rb_selected .rb_ico {
    background: #999999 url("../img/radiobox_close.jpg") no-repeat center !important;
}
/* ficha eventos */
#cc_form article .radiobox .rb_selected .rb_ico,
#cc_form_activar article .radiobox .rb_selected .rb_ico {
    background: #999999 url("../img/radiobox_gris.jpg") no-repeat center;
}

#cc_form article.activo .radiobox .rb_selected .rb_ico {
    background: #004c95 url("../img/cc_radiobox_azuloscuro_blanco_1.jpg") no-repeat center;
}

#cc_form_activar article.activo .radiobox .rb_selected .rb_ico {
    background: #0f99fe url("../img/cc_radiobox_azul_blanco_1.jpg") no-repeat center;
}

#cc_form article .radiobox.open .rb_selected .rb_ico,
#cc_form_activar .radiobox.open .rb_selected .rb_ico {
    background: #999999 url("../img/radiobox_close.jpg") no-repeat center !important;
}

@media all and (max-width: 767px) {
    /* ficha pelicula */
    #ficha_pelicula article .radiobox .rb_selected .rb_ico {
        background: #ffffff url("../img/cine_radiobox_blanco_amarillo_1.jpg") no-repeat center;
    }

    #ficha_pelicula article .radiobox.open .rb_selected .rb_ico {
        background: #ffffff url("../img/cine_radiobox_blanco_amarillo_2.jpg") no-repeat center !important;
    }



    /* ficha eventos */
    #promos article .radiobox.selected .rb_selected .rb_ico {
        background: #ffffff url("../img/promos_radiobox_blanco_rojo_1.jpg") no-repeat center;
    }

    #promos article .radiobox.selected.open .rb_selected .rb_ico {
        background: #ffffff url("../img/promos_radiobox_blanco_rojo_2.jpg") no-repeat center !important;
    }

    #promos article .radiobox .rb_selected .rb_ico {
        background: #ffffff url("../img/radiobox_blanco_gris_1.jpg") no-repeat center;
    }

    #promos article .radiobox.open .rb_selected .rb_ico {
        background: #ffffff url("../img/radiobox_blanco_gris_2.jpg") no-repeat center !important;
    }
}

@media all and (min-width: 1024px) {
    /* ficha pelicula */
    #ficha_pelicula .radiobox.open label: hover {
        border-left: 5px solid #ffdf0f;
    }
    /* ficha eventos */
    #ficha_eventos .radiobox.open label:hover {
        border-left: 5px solid #fda300;
    }
    /* ficha cine */
    #ficha_cine .radiobox.open label:hover {
        border-left: 5px solid #ffdf0f;
    }
    /* promociones */
    #promos .radiobox.open label:hover {
        border-left: 5px solid #ff0033;
    }
    /* gana entradas */
    #ganaentradas .radiobox.open label:hover {
        border-left: 5px solid #FC4203;
    }
}
/* ==========================================================================    MODIFICACIONES FICHA_PELICULA, FICHA_EVENTOS Y FICHA_CINE   ========================================================================== */
@media all and (max-width: 767px) {
    #ficha_pelicula article .radiobox .rb_selected,
    #ficha_eventos article .radiobox .rb_selected,
    #ficha_cine article .radiobox .rb_selected,
    #promos article .radiobox .rb_selected {
        box-shadow: none;
        border: none;
    }

    #ficha_pelicula .radiobox ul,
    #ficha_eventos .radiobox ul,
    #ficha_cine .radiobox ul,
    #promos .radiobox ul {
        width: calc(100% - 2px);
        left: 0;
    }
}
/* ==========================================================================    MODIFICACIONES CINESACARD   ========================================================================== */
#cc_form .radiobox .rb_selected,
#cc_form_activar .radiobox .rb_selected {
    color: #909090;
}
/* ==========================================================================    POPUPS MEDIAQUERYS   ========================================================================== */
@media all and (min-width: 480px) {
    .popup .pop_select_small {
        width: 130px;
    }
}

@media all and (min-width: 640px) {


    .popup .pop_row > p {
        display: inline;
        line-height: 40px;
    }

    .popup .pop_select_small {
        width: 130px;
    }
}

@media all and (min-width: 768px) {
    .popup {
        width: 720px;
        left: 50%;
        margin-left: -360px;
    }
}

@media all and (min-width: 1024px) {
    .popup {
        width: 840px;
        left: 50%;
        margin-left: -420px;
    }
}
/* ==========================================================================    POPUPS RADIOBOX   ========================================================================== */
.popup .radiobox .rb_selected {
    color: #afafaf;
}
/* ==========================================================================    ALERTS   ========================================================================== */
.alert_mask {
    z-index: 5010000;
}

.alert {
    position: fixed;
    width: 420px;
    max-width: 420px;
    min-height: 200px;
    left: 50%;
    margin-left: -210px;
    top: 200px;
    z-index: 5010001;
    background-color: #f0f0f0;
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #666666;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.62);
}

    .alert .alert_close {
        position: absolute;
        top: 5px;
        right: 7px;
        cursor: pointer;
    }

    .alert .alert_btn {
        font-family: "dinengschriftstd";
        font-size: 26px;
        color: #ffffff;
        position: absolute;
        bottom: 10px;
        right: 20px;
        width: 98px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #0f99fe;
        border: 4px solid #a1d2f5;
        border-radius: 7px;
        cursor: pointer;
    }

    .alert > p {
        width: 70%;
        margin: 30px 20px;
    }
/* ==========================================================================    NEW POPUPS   ========================================================================== */
main #main {
    padding-bottom: 1px;
}
/* ==========================================================================
   6 - 1280
   ========================================================================== */
@media all and (min-width: 1280px) {
    /*FONDO DEL BODY*/
    main {
        width: 100%;
        background-color: #f0f0f0;
    }
    /*/
FONDO DEL BODY*/
    /*HEADER*/
    header #header {
        position: relative;
        width: 1270px;
        left: calc(50% - 638px);
    }

    header #menu {
        position: relative;
        height: 120px;
        padding: 10px 0 10px 0;
        background-color: #ffffff;
    }

    header #logo_header {
        /*logo cinesa del header*/
        position: absolute;
        height: 119px;
        width: 170px;
        left: 40px;
        background-position: 0 -28px;
    }
    /* login */
    header #cinefavorito_header {
        right: 40px;
        height: 52px;
    }

        header #cinefavorito_header .cinefav {
            height: 52px;
            line-height: 52px;
            right: 110px;
        }

        header #cinefavorito_header .cc_cuenta.open {
            right: 750px;
        }

        header #cinefavorito_header .disp_login {
            right: 0;
            top: 0;
            height: 50px;
        }

            header #cinefavorito_header .disp_login.open {
                width: 748px;
            }

        header #cinefavorito_header .text {
            top: 4px;
            width: 170px;
            height: 40px;
            font-size: 18px;
        }

        header #cinefavorito_header .pass {
            top: 4px;
            width: 170px;
            height: 40px;
            font-size: 18px;
        }

        header #cinefavorito_header .disp_login .btn {
            width: 115px;
            height: 40px;
            line-height: 40px;
            top: 4px;
            font-size: 22px;
        }

        header #cinefavorito_header .recordar {
            width: 80px;
            height: 40px;
        }

            header #cinefavorito_header .recordar a {
                font-size: 12px;
            }

        header #cinefavorito_header .close_login {
            width: 46px;
            height: 50px;
            top: 0;
            right: 0;
        }

    .no-touch header #cinefavorito_header .disp_logged:hover div {
        width: 44px;
        height: 44px;
        top: 4px;
        left: 4px;
    }

    header #cinefavorito_header.logged .cinefav {
        right: 163px;
    }

    header #cinefavorito_header.logged .cc_cuenta {
        right: 52px;
    }

    header #cinefavorito_header.logged.nuevo_logged .cinefav {
        right: auto;
        margin-right: 2px;
    }
    /* /login */
    /* menú 3.0*/
    header #menu {
        position: relative;
    }

        header #menu > #menu_web {
            position: absolute;
            right: 44px;
            bottom: 15px;
            margin: 0;
            padding: 0;
            width: calc(100% - 270px);
            height: 50px;
        }

            header #menu > #menu_web > ul {
                margin: 0;
                padding: 0;
                position: relative;
                width: 100%;
                height: 50px;
                text-align: right;
            }

                header #menu > #menu_web > ul li {
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                    width: 13%;
                    margin-left: 7px;
                }

                    header #menu > #menu_web > ul li > span {
                        right: 0;
                        top: 0;
                    }

    header nav#menu_web ul li img {
        /*img logo yomvi*/
        margin: -2px 3px 0 0;
    }
    /*-----------------------------------------------------------------------------------------------------------------------------------------*/
    /*EFECTO BOTONES MENÚ*/
    header nav#menu_web ul li span.colorbutton {
        width: 130px;
        height: 43px;
        position: absolute;
        top: 20px;
        z-index: 1;
        background: none repeat scroll 0 0 #ffffff;
        padding: 0px 0 10px 0;
    }

    header nav#menu_web ul li a {
        width: 130px;
        height: 40px;
        position: relative;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        padding-top: 10px;
        text-decoration: none;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        outline: medium none;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        header nav#menu_web ul li a:after {
            content: "";
            position: absolute;
            z-index: -1;
            background: none repeat scroll 0 0 #0076EC;
            height: 0;
            left: 0;
            top: 0;
            width: 100%;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .no-touch header nav#menu_web ul li a:hover, header nav#menu_web ul li a:active {
            color: #ffffff;
        }

            .no-touch header nav#menu_web ul li a:hover:after, header nav#menu_web ul li a:active:after {
                height: 100%;
            }
        /*/
EFECTO BOTONES MENÚ*/
        /*-----------------------------------------------------------------------------------------------------------------------------------------*/
        header nav#menu_web ul li a div {
            position: relative;
            height: 40px;
            display: inline-block;
            margin-left: 10px;
            padding-left: 10px;
        }

    header nav#menu_movil {
        visibility: hidden;
        display: none !important;
    }
    /*/
HEADER*/
    /*BODY*/
    #separador-top {
        /*Sombra bajo el header*/
        position: relative;
        width: 1220px;
        height: 12px;
        left: calc(50% - 610px);
    }

    main #main {
        position: relative;
        width: 1270px;
        height: auto;
        left: calc(50% - 638px);
    }
    /* SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
    main nav {
        /*MENÚ*/
        width: calc(100% - 80px);
    }

        main nav ul li {
            width: 122px;
        }
    /* /SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
    main #bajo_menu {
        /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
        position: relative;
        margin: 0 0 0 42px;
        width: calc(100% - 70px);
        height: 60px;
    }

        main #bajo_menu #ruta {
            position: absolute;
        }

        main #bajo_menu #orden {
            position: absolute;
            right: 10px;
            bottom: 10px;
        }

            main #bajo_menu #orden a {
                /*Botones ordenar*/
                padding: 10px;
                margin: 0 5px 0 5px;
            }

    main section {
        height: auto;
        width: calc(100% - 80px);
        margin-left: 40px;
    }

        main section #publicidad_body {
            /*la publicidad flota a la derecha de la cartelera*/
            float: right;
            margin: 50px 0px 20px 0;
        }

        main section .cartelera_peliculas {
            min-height: 750px;
        }

            main section .cartelera_peliculas > ul {
                /*la cartelera ocupa todo el ancho del <section>, se adapta a la publicidad.*/
                margin-left: -40px;
            }

                main section .cartelera_peliculas > ul > li {
                    /*estilo de los carteles*/
                    position: relative;
                    width: 220px;
                    height: 380px;
                    margin: 0 0 15px 4px;
                    list-style: none;
                    display: inline-block;
                    padding: 5px;
                }

                    main section .cartelera_peliculas > ul > li h3 {
                        /*título del cartel*/
                        margin: 5px 0 10px 10px;
                        width: 200px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    main section .cartelera_peliculas > ul > li img {
                        /*imagen del cartel*/
                        margin: 0 10px 0 7px;
                    }

            main section .cartelera_peliculas div.contenedor_verficha {
                position: absolute;
                width: 100%;
                height: 60px;
                left: 0;
                bottom: 0px;
            }

            main section .cartelera_peliculas > ul > li a.vf, .no-touch main section .cartelera_peliculas > ul > li a.vf:hover {
                text-decoration: none;
                border: 0;
                color: #0076EC;
            }
            /*----------------------------------------------------------------------------------------------------------------------VER_FICHA-------------------*/
            /*DIV PUNTUACION Y COMPARTIR*/
            main section .cartelera_peliculas ul li div.puntuacion {
                float: left;
                position: relative;
                margin: 7px 0 0 10px;
                width: 152px;
                height: 25px;
            }

                main section .cartelera_peliculas ul li div.puntuacion ul.stars {
                    left: 0px;
                    top: 0px;
                    margin: 0 !important;
                    padding: 0 !important;
                }

            main section .cartelera_peliculas ul li .num_votos {
                position: absolute;
                top: 5px;
                right: 0;
                margin: 0;
                font-family: "Trebuchet MS";
                font-size: 10px;
                color: #666666;
            }

            main section .cartelera_peliculas ul li div.compartir {
                position: absolute;
                bottom: 30px;
                right: 15px;
            }

            main section .cartelera_peliculas ul li div.compartir_opt {
                position: absolute;
                bottom: 27px;
                right: 15px;
            }

                main section .cartelera_peliculas ul li div.compartir_opt > a {
                    margin: 0 1px;
                }
    /*/
DIVS PUNTUACION Y COMPARTIR*/
    /* ========================================================================== */
    /*/
BODY*/

    /* ############################################################################################################################## */
    /* IMAX ISENS DOLBY */
    main #banner_seccion {
        position: relative;
        margin: 0 0 20px 0;
        width: 100%;
    }

        main #banner_seccion img.banner {
            width: 100%;
        }

    #imax section #publicidad_body,
    #isens section #publicidad_body,
    #screenX section #publicidad_body {
        float: right;
        margin: 100px 20px 20px 0;
    }

    article#info_rollover {
        position: relative;
        width: 100%;
        height: 162px;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 40px;
        display: table;
    }
    /* ****************************** */
    /*#dolby .infodolby {
	position: relative;
        background-color: #000000;
        text-align: center;
	width: 100%;
	padding-bottom: 24px;
    }
#dolby .infodolby img {
        margin: 30px 0 10px;
    }
#dolby h3 {
	position: relative;
	width: 75%;
	margin: 24px auto;
        color: #008996;
        font-family: "gustanbook";
        font-weight: 100;
        font-size: 50px;
        line-height: 56px
    }
#dolby .infodolby .d_col {
	position: relative;
	display: inline-block;
        vertical-align: top;
        width: 340px;
        text-align: justify;
	margin: 0 25px 20px 25px;
	color: #ffffff;
	font-family: "gustanlight";
	font-size: 18px;
    }
#dolby .infodolby a {
	display: block;
    }
#dolby article#banner_seccion {
	margin: 0;
    }
#dolby .btn_dolby {
	position: relative;
	display: inline-block;
	font-family: "Trebuchet MS";
        font-size: 22px;
	color: #ffffff;
        background-color: #008996;
	width: 350px;
	height: 50px;
        line-height: 50px;
        text-align: center;
	border: 2px solid #ffffff;
        margin: 0 auto;
    }
#dolby .proximamente {
	background-color: #000000;
        text-align: center;
	padding: 10px 0 20px 0;
	margin-bottom: 24px;
    }
#dolby .proximamente h3 {
	margin: 0 auto;
    }
#dolby .footer_dolby {
	margin-bottom: 70px;
        text-align: center;
    }
#dolby div.rollover {
	position: absolute;
	bottom: 0px;
	width: 228px;
	height: 162px;
        background-color: #008b98;
        -webkit-transition: all 0.3s ease 0s;
           -moz-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
    }
#dolby .roll_1 {
	left: 0;
    }
#dolby .roll_2 {
	left: 240px;
}
#dolby .roll_3 {
	left: 480px;
}
#dolby .roll_4 {
	left: 720px;
}
#dolby .roll_5 {
	left: 961px;
}
#dolby div.roll_img {
	position: absolute;
	top: 0px;
	height: 162px;
	width: 228px;
	background-color: #000000;
	text-align: center;
	z-index: 10;
	font-family: "dinengschriftstd", "Another Font", generic;
	font-size: 23px;
	color: #ffffff;
	line-height: 25px;
}
#dolby div.roll_img > p {
	margin-top: 0px;
       padding: 0 5px 0 5px; 
    }
.no-touch #dolby div.rollover:hover {
        -webkit-transition: all 0.3s ease 0s;
           -moz-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
    }
.no-touch #dolby .roll_1:hover {
	height: 375px;
}
.no-touch #dolby .roll_2:hover {
	height: 270px;
}
.no-touch #dolby .roll_3:hover {
	height: 285px;
}
.no-touch #dolby .roll_4:hover {
	height: 335px;
}
.no-touch #dolby .roll_5:hover {
	height: 260px;
}
#dolby div.roll_span {
	position: absolute;
	bottom: 0;
	padding: 10px;
	text-align: justify;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	opacity: 0;
	z-index: 1;
        -webkit-transition: all 0.3s ease 0s;
           -moz-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;    
    }
.no-touch #dolby div.rollover:hover > .roll_span {
	opacity: 1;
	height: auto;
        -webkit-transition: all 0.3s ease 0s;
           -moz-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
    }
#dolby div.rollover > .roll_span > p {
	margin: 10px 0 0 0;
    }
    */
    #isens #info_rollover,
    #imax #info_rollover,
    #screenX #info_rollover {
        top: 10px;
    }

    #isens div.rollover,
    #imax div.rollover,
    #screenX div.rollover {
        position: absolute;
        bottom: 0px;
        width: 290px;
        height: 180px;
        background-color: #cfcfcf;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens .roll_1,
    #imax .roll_1,
    #screenX .roll_1 {
        left: 0;
    }

    #isens .roll_2,
    #imax .roll_2,
    #screenX .roll_2 {
        left: 300px;
    }

    #isens .roll_3,
    #imax .roll_3,
    #screenX .roll_3 {
        left: 600px;
    }

    #isens .roll_4,
    #imax .roll_4 {
        left: 900px;
    }

    #isens div.roll_img,
    #imax div.roll_img,
    #screenX div.roll_img {
        position: absolute;
        top: 0px;
        height: 170px;
        width: 290px;
        padding-top: 10px;
        background-color: #ffffff;
        text-align: center;
        z-index: 10;
        font-family: "dinengschriftstd", "Another Font", generic;
        font-size: 23px;
        color: #bfbfbf;
        line-height: 25px;
    }

        #isens div.roll_img > p,
        #imax div.roll_img > p,
        #screenX div.roll_img > p {
            margin-top: 15px;
            padding: 0 5px 0 5px;
            color: #0076ec;
            font-size: 20px;
        }

    .no-touch #isens div.rollover:hover, .no-touch #imax div.rollover:hover, .no-touch #screenX div.rollover:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .no-touch #isens .roll_1:hover {
        height: 375px;
    }

    .no-touch #isens .roll_2:hover {
        height: 355px;
    }

    .no-touch #isens .roll_3:hover {
        height: 340px;
    }

    .no-touch #isens .roll_4:hover {
        height: 320px;
    }

    #isens div.roll_span,
    #imax div.roll_span,
    #screenX div.roll_span {
        position: absolute;
        bottom: 0;
        padding: 10px;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        color: #0076EC;
        font-size: 12px;
        opacity: 0;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .no-touch #isens div.rollover:hover > .roll_span, .no-touch #imax div.rollover:hover > .roll_span, .no-touch #screenX div.rollover:hover > .roll_span {
        opacity: 1;
        height: auto;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens div.rollover > .roll_span > div {
        margin: 10px 0 0 0;
    }

    #isens .roll_span h6,
    #isens .roll_span span {
        font-family: "Trebuchet MS";
        color: #0076eb;
        font-size: 12px;
        margin: 0 0 5px 0;
    }

    #isens .roll_span .estandarinf {
        border-top: 1px dashed #999999;
        padding-top: 10px;
    }

        #isens .roll_span .estandarinf h6,
        #isens .roll_span .estandarinf span {
            color: #999999;
        }

    #imax .select_cinefav .field,
    #isens .select_cinefav .field,
    #screenX .select_cinefav .field {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
    }

    #imax .select_cinefav .btn_zona,
    #isens .select_cinefav .btn_zona,
    #screenX .select_cinefav .btn_zona {
        margin-left: 15px;
        width: 54px;
    }

    #imax div.rollover {
        background-color: #000000;
    }

    #imax div.roll_img {
        background-color: #0297D9;
    }

        #imax div.roll_img > p {
            color: #ffffff;
            width: 55%;
            margin: 0 auto;
        }

    .no-touch #imax .roll_1:hover {
        height: 270px;
    }

    .no-touch #imax .roll_2:hover {
        height: 370px;
    }

    .no-touch #imax .roll_3:hover {
        height: 385px;
    }

    .no-touch #imax .roll_4:hover {
        height: 370px;
    }

    #imax div.roll_span {
        color: #ffffff;
    }

    #screenX div.rollover {
        background-color: #000000;
    }

    #screenX div.roll_img {
        background-color: #0297D9;
    }

        #screenX div.roll_img > p {
            color: #ffffff;
            width: 55%;
            margin: 0 auto;
        }

    .no-touch #screenX .roll_1:hover {
        height: 270px;
    }

    .no-touch #screenX .roll_2:hover {
        height: 370px;
    }

    .no-touch #screenX .roll_3:hover {
        height: 385px;
    }

    .no-touch #screenX .roll_4:hover {
        height: 370px;
    }

    #screenX div.roll_span {
        color: #ffffff;
    }
    /* /IMAX /ISENS /DOLBY */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /*FICHAS PELICULA*/
    /*FICHAS EVENTOS*/
    /*BODY*/
    #ficha_pelicula main,
    #ficha_eventos main {
        position: relative;
    }

    #ficha_pelicula section,
    #ficha_eventos section {
        position: relative;
        margin-top: -30px;
    }

    article#navegacion_fichas {
        position: relative;
        width: 100%;
        height: 35px;
        margin: 0 0 20px 0px;
    }

        article#navegacion_fichas div {
            display: inline;
            width: 150px;
            height: 36px;
            line-height: 36px;
            background-color: #f2f2f2;
            text-align: center;
            padding: 0 15px 0 15px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            article#navegacion_fichas div#left, article#navegacion_fichas div#right {
                font-family: "dinengschriftstd", "Another Font", generic;
                font-size: 18px;
                color: #999999;
            }

            article#navegacion_fichas div#left {
                float: left;
            }

            article#navegacion_fichas div#right {
                float: right;
            }

            article#navegacion_fichas div#left span#spmovl {
                position: absolute;
                left: 5px;
                line-height: 30px;
            }

            article#navegacion_fichas div#right span#spmovr {
                position: absolute;
                right: 5px;
                line-height: 30px;
            }

        article#navegacion_fichas #left a #spwebl {
            margin-left: 5px;
        }

        article#navegacion_fichas div#center {
            float: left;
            width: calc(100% - 410px);
            margin: 0 10px 0 10px;
            background-color: #ffffff;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            font-family: "dinengschriftstd";
            font-size: 25px;
            color: #0076EC;
        }

        article#navegacion_fichas div a {
            font-family: "dinengschriftstd", "Another Font", generic;
            font-size: 25px;
            text-decoration: none;
            color: #999999;
            line-height: 25px;
        }

        article#navegacion_fichas #left a #spwebl, article#navegacion_fichas #right a #spwebr {
            font-size: 18px !important;
        }

    article.cuadros_ficha {
        padding: 20px 15px 0 20px;
        margin-bottom: 20px;
        background-color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    article#cartel {
        position: relative;
        width: 740px;
        height: 360px;
    }

        article#cartel img.cartel {
            position: relative;
            height: 320px;
            width: 222px;
        }

        article#cartel img.trailer, article#cartel .trailer {
            margin-left: 15px;
            height: 320px;
            width: 494px;
        }

        article#cartel div.puntuacion {
            position: absolute;
            width: 224px;
            height: 25px;
            bottom: 6px;
        }

    div.puntuacion ul.stars {
        left: 0px;
        top: 0px;
        margin: 0 !important;
        padding: 0 !important;
    }

    article#cartel div.puntuacion p {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        font-family: "Trebuchet MS";
        font-size: 13px;
        color: #999999;
    }

    article#cartel div.compartir {
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

    article#cartel div.compartir_opt {
        position: absolute;
        bottom: 7px;
        right: 20px;
        width: 48px;
    }

        article#cartel div.compartir_opt a {
            margin: 0 0 0 4px;
        }

    article#cartel div.cinta {
        position: absolute;
        right: 20px;
        bottom: 40px;
    }

        article#cartel div.cinta img {
            display: block;
            margin-top: 1px;
        }

    article#info {
        position: absolute;
        top: 55px;
        right: 0px;
        width: 360px;
        height: 370px;
        padding-top: 10px;
    }

        article#info .calificacion {
            position: absolute;
            right: 0;
            top: -5px;
        }

        article#info div.datos {
            position: relative;
        }

            article#info div.datos p {
                font-family: 'Trebuchet MS', Helvetica, sans-serif;
                font-size: 13px;
                color: #666666;
                margin: 7px 0;
            }

                article#info div.datos p span {
                    color: #333333;
                }

        article#info .tecnologias {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 40px;
            line-height: 25px;
            margin: 0 0 5px 0;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            color: #333333;
        }

            article#info .tecnologias p {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 65px;
                line-height: 18px;
                font-size: 10px !important;
                color: #333333 !important;
                height: 36px;
                margin: 0 !important;
                text-align: left;
                padding-top: 3px;
            }

            article#info .tecnologias .imax, article#info .tecnologias .isens, article#info .tecnologias .dolby, article#info .tecnologias .whatscine, article#info .tecnologias .screenX {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 68px;
                height: 30px;
                margin-top: 8px;
                background-size: 100% !important;
            }

            article#info .tecnologias .imax {
                background: url("../img/imax.jpg") no-repeat;
            }

            article#info .tecnologias .isens {
                background: url("../img/isens.jpg") no-repeat;
            }

            article#info .tecnologias .dolby {
                background: url("../img/dolby.jpg") no-repeat;
            }
            article#info .tecnologias .screenX {
                background: url("../img/alucinaScreenX.jpg") no-repeat;
            }

        article#info .euro, article#info .euro img {
            width: 100%;
        }

    article.descripcion {
        position: relative;
        width: calc(100% - 30px);
        height: auto;
        padding: 10px 15px 10px 15px;
    }

        article.descripcion.d2 {
            display: none;
        }

        article.descripcion div.datos {
            display: none;
        }

        article.descripcion p {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 13px;
            color: #666666;
        }

            article.descripcion p span {
                color: #333333;
            }

    article.select_cinefav {
        position: relative;
        width: calc(100% - 37px);
        height: auto;
        padding: 18px;
        margin-bottom: 20px;
        text-align: center;
    }

        article.select_cinefav div.s_zona {
            position: absolute;
            margin-left: 10px;
            display: inline-block;
            cursor: pointer;
        }

    #ficha_pelicula .field {
        width: 370px;
        margin: 0 auto 10px;
    }
    /* ############################################################################################################################# */
    article#banners {
        position: relative;
        margin-bottom: 20px;
        width: 100%;
        padding: 0;
        height: auto;
        text-align: center;
    }

        article#banners div#banner1 {
            width: 400px;
            display: inline-block;
            margin-right: 20px;
            vertical-align: top;
            margin-top: 60px;
        }

        article#banners div#banner2 {
            width: 400px;
            display: inline-block;
        }

        article#banners div#banner3 {
            display: inline-block;
            margin-left: 20px;
        }

        article#banners div#banner1 img, article#banners div#banner2 img {
            width: 100%;
        }
    /*/
BODY*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* EVENTOS */
    #eventos main nav ul {
        width: calc(100% - 45px);
    }

        #eventos main nav ul li {
            width: 100px;
        }
    /*/
EFECTO BOTONES MENÚ PELICULAS*/
    #eventos main #bajo_menu {
        /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
        position: relative;
        margin: 0 0 0 42px;
        width: calc(100% - 70px);
        height: 30px;
    }

        #eventos main #bajo_menu #ruta {
            position: absolute;
        }

    #eventos main section .cartelera_peliculas > ul > li {
        /*estilo de los carteles*/
        position: relative;
        width: 220px;
        height: 390px;
        margin: 0 2px 15px 2px;
        list-style: none;
        display: inline-block;
        padding: 5px;
    }

    #eventos main section .cartelera_peliculas ul li h3,
    #eventos main section .cartelera_peliculas ul li h3 a {
        /*título del cartel*/
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li a.verficha {
        /*botón "ver ficha"*/
        color: #fba300;
    }

        #eventos main section .cartelera_peliculas ul li a.verficha:after {
            content: "";
            background: none repeat scroll 0 0 #fba300;
        }

        .no-touch #eventos main section .cartelera_peliculas ul li a.verficha:hover,
        #eventos main section .cartelera_peliculas ul li a.verficha:active {
            border: 2px solid #fba300;
            color: #FFFFFF;
        }

    #eventos main section .cartelera_peliculas ul li a.vf, .no-touch #eventos main section .cartelera_peliculas ul li a.vf:hover {
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li div.fecha {
        position: relative;
        margin: 5px 12px;
        width: calc(45%);
        height: 30px;
        text-align: left;
        font-family: "dinengschriftstd", "Another Font", generic;
        color: #999999;
        font-size: 18px;
    }

    #eventos .cartelera_peliculas .mashorarios {
        position: absolute;
        bottom: 37px;
        right: 12px;
        padding: 0 5px;
        background-color: #999999;
        color: #ffffff;
        font-family: "dinengschriftstd";
        font-size: 18px;
        border: 0;
    }

    #eventos main section .cartelera_peliculas ul li div.puntuacion {
        position: absolute;
        margin: 35px 0 0 10px;
        width: 150px;
        height: 25px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir {
        bottom: 10px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir_opt {
        bottom: 7px;
    }

    #ficha_eventos .field {
        margin: 0 auto 10px;
        width: 370px;
    }
    /* /EVENTOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FICHA CINE */
    #ficha_cine section {
        margin-bottom: 60px;
    }

    .select_cinefav .field {
        width: 370px;
    }

    #ficha_cine .select_cinefav .maps {
        margin-left: 10px;
    }

    #ficha_cine .select_cinefav .btn_zona {
        width: 54px;
        margin-left: 10px;
    }

    article.select_cinefav .btn_promos {
        width: 192px;
        font-size: 18px;
    }

    #ficha_cine article#publicidad_body {
        position: absolute;
        margin: 0;
        right: 40px;
        top: 192px;
    }


    #ficha_cine article > h3 {
        width: 74px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    #ficha_cine article h3.promo {
        width: 120px;
    }

    article .btn_mostrar {
        width: 260px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    article.precios .div_precios li {
        width: 24%;
    }

    article.calif .div_calificaciones li {
        width: 40%;
        margin: 0 30px;
    }

    .infocine_col {
        width: 90%;
        margin: 5px auto;
        font-size: 15px;
    }

        .infocine_col > h3 {
            line-height: 31px;
        }

        .infocine_col > p {
            line-height: 40px;
        }

            .infocine_col > p > span {
                line-height: 40px;
                padding: 0 10px 0 10px;
            }

            .infocine_col > p.infocine_sub {
                font-size: 11px;
                line-height: 15px;
            }

    .div_calificaciones p {
        width: 90%;
        padding-left: 30px;
        margin-bottom: 40px;
        line-height: 18px;
        font-size: 13px;
    }
    /* BANNER -------------------------------------------- BANNER */
    #ficha_cine article#banner_seccion,
    #promos article#banner_seccion {
        margin-top: 0;
    }

        #ficha_cine article#banner_seccion .img_left,
        #promos article#banner_seccion .img_left,
        #eventos article#banner_seccion .img_left {
            position: absolute;
            z-index: 10;
            top: calc(65% - 48px);
            left: 10px;
        }

        #ficha_cine article#banner_seccion .img_right,
        #promos article#banner_seccion .img_right,
        #eventos article#banner_seccion .img_right {
            position: absolute;
            z-index: 10;
            top: calc(65% - 48px);
            right: 10px;
        }

    #banner_seccion div.radios {
        position: absolute;
        padding: 5px 0 5px 0;
        text-align: center;
        bottom: 10px;
        width: 100%;
    }

    #ficha_cine article#banner_seccion {
        width: 874px;
    }
    /* /BANNER -------------------------------------------- /BANNER */
    /* CINESAPLAN ----------------------------------------- CINESAPLAN */
    .cinesaplan {
        width: 874px;
    }

        .cinesaplan .plan {
            width: 420px;
            margin: 0 14px 20px 0px;
        }

            .cinesaplan .plan:last-child {
                margin: 0 0 20px 14px;
            }

            .cinesaplan .plan .titulo {
                width: 100%;
                height: 33px;
                line-height: 33px;
            }

                .cinesaplan .plan .titulo p {
                    font-size: 20px;
                }

                .cinesaplan .plan .titulo img {
                    top: 5px;
                    right: 10px;
                }

            .cinesaplan .plan > img {
                width: 100%;
            }

            .cinesaplan .plan a {
                margin-top: 8px;
                width: 100%;
                height: 38px;
                line-height: 38px;
                font-size: 18px;
            }
    /* /CINESAPLAN ----------------------------------------- /CINESAPLAN */
    /* /FICHA CINE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRAILERS */
    #trailers_cartelera main #bajo_menu,
    #trailers_estrenos main #bajo_menu {
        height: 25px;
    }

    #trailers_cartelera main #orden,
    #trailers_estrenos main #orden {
        top: -42px;
    }

    .no-touch #trailers_cartelera section .cartelera_peliculas > ul > li a:hover .play {
        position: absolute;
        top: 51px;
        left: 15px;
    }

    #trailers_estrenos section .cartelera_peliculas > ul > li {
        height: 322px;
        width: 377px;
    }

        #trailers_estrenos section .cartelera_peliculas > ul > li .cartel {
            width: 360px;
            height: 233px;
            margin-left: 8px;
        }

        #trailers_estrenos section .cartelera_peliculas > ul > li h3 {
            width: 355px;
        }

    #trailers_estrenos section .cartelera_peliculas ul li div.compartir {
        bottom: 11px;
    }

    #trailers_estrenos section .cartelera_peliculas ul li div.compartir_opt {
        bottom: 8px;
    }

    #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi {
        background: none;
        text-align: center;
        height: auto;
    }

        #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi img {
            width: auto;
            margin-top: 30px;
        }
    /* /TRAILERS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MAPA */
    #mapa section {
        min-height: 500px;
        /* general */
    }

    #mapa #bajo_menu {
        /* general */
        height: 30px;
    }

    #mapa #publicidad_body {
        /* general */
        margin: 0px 0px 20px 0;
    }

    #mapa #mapa-cines {
        background-color: #FFFFFF;
        width: 875px;
        height: 850px;
        margin-bottom: 40px;
    }

        #mapa #mapa-cines img#mapa {
            position: absolute;
            top: 215px;
            left: 135px;
        }

    #menu_mapa {
        position: absolute;
        top: 210px;
        left: 65px;
    }

        #menu_mapa li.titulo {
            font-family: "dinengschriftstd";
            font-size: 15px;
            color: #333333;
            background-color: #e5e5e5;
            padding: 0 5px;
        }

        #menu_mapa ul.listado {
            padding: 2px 0 2px 5px;
        }

            #menu_mapa ul.listado li {
                line-height: 19px;
            }

        #menu_mapa li {
            font-family: "Trebuchet MS", Arial, Helvetica;
            font-size: 12px;
            color: #666;
        }

        #menu_mapa ul li a {
            cursor: pointer;
            color: #666;
        }

            #menu_mapa ul li a.promo {
                color: #f03 !important;
                font-weight: bold;
            }

        #menu_mapa ul li.promo span {
            color: #00559A;
        }

    .no-touch #menu_mapa li ul li a:hover {
        /*decoracion hover de cada enlace*/
    }

    .no-touch #menu_mapa .listado:hover {
        background-color: #dddddd;
    }

    #menu_mapa div {
        position: absolute;
        z-index: 9;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .ie7 #menu_mapa {
        z-index: 10;
    }

    #menu_canarias {
        width: 199px;
        height: 78px;
        background-image: url(../img/mapa/flecha_canarias.png);
        left: 180px;
        top: 600px;
    }

        #menu_canarias .listado {
            margin-left: 23px;
        }

        #menu_canarias .titulo {
            margin-left: 43px;
            margin-top: -40px;
        }

    #menu_sevilla {
        background-image: url("../img/mapa/flecha_sevilla.png");
        height: 163px;
        left: 119px;
        top: 362px;
        width: 182px;
    }

        #menu_sevilla .listado {
            position: absolute;
            bottom: -18px;
            left: 0;
            margin-left: -15px;
        }

        #menu_sevilla .titulo {
            position: absolute;
            bottom: 27px;
            left: 0;
            width: 80px;
        }

    #menu_malaga {
        width: 110px;
        height: 58px;
        background-image: url(../img/mapa/flecha_malaga.png);
        left: 356px;
        top: 356px;
    }

        #menu_malaga .listado {
            margin-left: -25px;
            margin-top: 10px;
            width: 121px;
        }

        #menu_malaga .titulo {
            margin-top: -4px;
            margin-left: -20px;
            width: 70px;
        }

    #menu_murcia {
        width: 175px;
        height: 90px;
        background-image: url(../img/mapa/flecha_murcia.png);
        left: 480px;
        top: 285px;
    }

        #menu_murcia .listado {
            position: absolute;
            bottom: -34px;
            right: 0;
        }

        #menu_murcia .titulo {
            width: 95px;
            position: absolute;
            bottom: 11px;
            margin-left: 30px;
        }

    #menu_valencia {
        width: 252px;
        height: 120px;
        background-image: url(../img/mapa/flecha_valencia.png);
        left: 503px;
        top: 206px;
    }

        #menu_valencia .listado {
            position: absolute;
            bottom: 0;
            margin-bottom: -12px;
            right: 0;
        }

        #menu_valencia .titulo {
            width: 50px;
            position: absolute;
            right: 108px;
            bottom: 22px;
        }

    #menu_castellon {
        background-image: url("../img/mapa/flecha_castellon.png");
        height: 97px;
        left: 517px;
        text-align: right;
        top: 155px;
        width: 155px;
        z-index: 20 !important;
    }

        #menu_castellon ul {
            position: absolute;
            bottom: -10px;
            right: 0;
        }

        #menu_castellon .titulo {
            bottom: -20px;
        }

        #menu_castellon .listado {
            margin-top: 10px;
            bottom: -45px;
        }

    #menu_mallorca {
        width: 159px;
        height: 51px;
        background-image: url(../img/mapa/flecha_mallorga.png);
        left: 605px;
        top: 173px;
        z-index: 30 !important;
    }

        #menu_mallorca .listado {
            position: absolute;
            bottom: -12px;
            width: 142px;
            margin-left: -20px;
        }

        #menu_mallorca .titulo {
            position: absolute;
            bottom: 33px;
            right: 0;
            width: 113px;
        }

    #menu_barcelona {
        width: 265px;
        height: 173px;
        background-image: url(../img/mapa/flecha_barcelona.png);
        left: 584px;
        top: -53px;
        text-align: left;
        z-index: 31 !important;
    }

        #menu_barcelona .listado {
            position: absolute;
            margin-top: -10px;
            right: 00px;
        }

        #menu_barcelona .titulo {
            position: absolute;
            right: 39px;
            width: 115px;
            margin-top: -40px;
        }

    #menu_zaragoza {
        width: 169px;
        height: 245px;
        background-image: url(../img/mapa/flecha_zaragoza.png);
        left: 470px;
        top: -140px;
        z-index: 30 !important;
    }

        #menu_zaragoza .listado {
            position: absolute;
            top: -5px;
            right: -21px;
        }

        #menu_zaragoza .titulo {
            position: absolute;
            top: -24px;
            right: 0;
            width: 120px;
        }

    #menu_guipuzcoa {
        background-image: url("../img/mapa/flecha_guipuzcoa.png");
        height: 58px;
        left: 410px;
        text-align: left;
        top: -30px;
        width: 75px;
        z-index: 31 !important;
    }

        #menu_guipuzcoa .listado {
            position: absolute;
            right: -29px;
            width: 92px;
            top: -5px;
            text-align: left;
        }

        #menu_guipuzcoa .titulo {
            position: absolute;
            width: 50px;
            right: 1px;
            top: -24px;
        }

    #menu_bilbao {
        width: 83px;
        height: 78px;
        background-image: url(../img/mapa/flecha_bilbao.png);
        left: 301px;
        top: -56px;
        z-index: 10 !important;
    }

        #menu_bilbao .listado {
            position: absolute;
            right: -39px;
            width: 118px;
            top: -5px;
        }

        #menu_bilbao .titulo {
            position: absolute;
            width: 50px;
            right: 1px;
            top: -24px;
        }

    #menu_santander {
        width: 139px;
        height: 140px;
        background-image: url(../img/mapa/flecha_santander.png);
        left: 283px;
        top: -110px;
        text-align: left;
    }

        #menu_santander .listado {
            position: absolute;
            right: 0;
            top: -8px;
            width: 130px;
        }

        #menu_santander .titulo {
            position: absolute;
            width: 105px;
            right: 0px;
            top: -24px;
        }

    #menu_oviedo {
        width: 131px;
        height: 146px;
        background-image: url(../img/mapa/flecha_oviedo.png);
        left: 140px;
        top: -112px;
    }

        #menu_oviedo .listado {
            position: absolute;
            left: -20px;
            top: -8px;
            width: 135px;
        }

        #menu_oviedo .titulo {
            position: absolute;
            width: 115px;
            right: 6px;
            top: -24px;
        }

    #menu_acoruna {
        width: 133px;
        height: 84px;
        background-image: url(../img/mapa/flecha_acoruna.png);
        left: 62px;
        top: -58px;
    }

        #menu_acoruna .listado {
            position: absolute;
            left: -20px;
            top: -6px;
            width: 148px;
        }

        #menu_acoruna .titulo {
            position: absolute;
            width: 115px;
            right: 8px;
            top: -24px;
        }

    #menu_santiago {
        width: 116px;
        height: 84px;
        background-image: url(../img/mapa/flecha_santiago.png);
        left: 63px;
        top: 13px;
    }

        #menu_santiago .listado {
            position: absolute;
            left: -20px;
            top: -6px;
            width: 135px;
        }

        #menu_santiago .titulo {
            position: absolute;
            width: 95px;
            right: 10px;
            top: -24px;
        }

    #menu_cadiz {
        width: 89px;
        height: 64px;
        background-image: url(../img/mapa/flecha_cadiz.png);
        left: 315px;
        top: 396px;
    }

        #menu_cadiz .listado {
            position: absolute;
            bottom: -33px;
            width: 80px;
            left: 0;
        }

        #menu_cadiz .titulo {
            position: absolute;
            width: 55px;
            right: 10px;
            bottom: 12px;
        }

    #menu_valladolid {
        width: 277px;
        height: 44px;
        background-image: url(../img/mapa/flecha_valladolid.png);
        left: 65px;
        top: 70px;
    }

        #menu_valladolid .listado {
            position: absolute;
            top: -5px;
            left: -20px;
        }

        #menu_valladolid .titulo {
            position: absolute;
            width: 55px;
            left: 1px;
            top: -24px;
        }

    div#menu_madrid {
        background-image: url("../img/mapa/flecha_madrid.png");
        background-position: right center;
        height: 40px;
        left: 80px;
        top: 127px;
        width: 290px;
        z-index: 20;
    }

    #menu_madrid ul {
        float: left;
    }

    #menu_madrid li {
        float: right;
    }

        #menu_madrid li ul li {
            float: none;
        }

    #menu_madrid .listado {
        position: absolute;
        top: -5px;
        left: -29px;
    }

    #menu_madrid .titulo {
        position: absolute;
        width: 130px;
        left: 1px;
        top: -24px;
    }

    #menu_merida {
        background-image: url("../img/mapa/flecha_merida.png");
        height: 174px;
        left: 190px;
        top: 270px;
        width: 100px;
        z-index: 10 !important;
    }

        #menu_merida .listado {
            position: absolute;
            bottom: -35px;
            left: -20px;
        }

        #menu_merida .titulo {
            position: absolute;
            width: 50px;
            left: 1px;
            bottom: 7px;
        }
    /* /MAPA */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS */
    #promos .select_cinefav {
        width: 100%;
    }

        #promos .select_cinefav .row:last-child > p {
            margin: 0 10px 0 0;
            line-height: 42px;
            font-size: 14px;
        }

        #promos .select_cinefav .row:last-child .field {
            width: 200px;
            margin-right: 15px;
        }

    #promos article.select_cinefav .btn_borrar {
        height: 42px;
        line-height: 43px;
        width: 42px;
        margin-left: 4px;
        font-size: 26px;
    }

    #promos #publicidad_body {
        margin: 45px 7px;
        width: 275px;
    }

        #promos #publicidad_body img {
            width: 100%;
        }

    #promos main section {
        margin-left: 30px;
        width: calc(100% - 60px);
    }

    #promos .listapromos {
        margin-bottom: 30px;
    }

        #promos .listapromos ul {
            padding: 0;
        }

            #promos .listapromos ul li {
                display: inline-block;
                position: relative;
                width: 295px;
                margin: 0 4px 15px 3px;
                padding: 0;
            }

        #promos .listapromos li h3 {
            position: relative;
            font-size: 13px;
            width: 285px;
            line-height: 22px;
            margin: 0 0 5px 0 !important;
            padding-left: 10px;
            background-color: #ffffff;
        }

            #promos .listapromos li h3 a {
                color: #666666;
            }
    /* BORRAR DESDE AQUI -------------------------------------------------------------------------- */
    #promos article.select_cinefav div#select2,
    #promos article.select_cinefav div#select3,
    #promos article.select_cinefav div#select4 {
        position: relative;
        vertical-align: top;
        width: 200px;
        margin: 0 10px;
    }

        #promos article.select_cinefav div#select2 li,
        #promos article.select_cinefav div#select3 li,
        #promos article.select_cinefav div#select4 li {
            font-size: 13px;
            line-height: 15px;
            padding-left: 5px;
            border-left: 5px solid #ffffff;
            width: 150px !important;
        }

            #promos article.select_cinefav div#select2 li.selected,
            #promos article.select_cinefav div#select3 li.selected,
            #promos article.select_cinefav div#select4 li.selected {
                line-height: 27px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        #promos article.select_cinefav div#select2.opne li.selected,
        #promos article.select_cinefav div#select3.open li.selected,
        #promos article.select_cinefav div#select4.open li.selected {
            line-height: 15px;
            white-space: initial;
        }

    .no-touch #promos article.select_cinefav div#select2 li:hover, .no-touch #promos article.select_cinefav div#select3 li:hover, .no-touch #promos article.select_cinefav div#select4 li:hover {
        border-left-color: #fed801;
    }

    #promos article.select_cinefav div#select2 ul.select-group,
    #promos article.select_cinefav div#select3 ul.select-group,
    #promos article.select_cinefav div#select4 ul.select-group {
        width: 128px;
    }

        #promos article.select_cinefav div#select2 ul.select-group li,
        #promos article.select_cinefav div#select3 ul.select-group li,
        #promos article.select_cinefav div#select4 ul.select-group li {
            width: 128px;
        }

    #promos article.select_cinefav div#select2 .inner,
    #promos article.select_cinefav div#select3 .inner,
    #promos article.select_cinefav div#select4 .inner {
        width: 200px;
    }
    /* HASTA AQUI -------------------------------------------------------------------------- */
    #promos article.titulo_promo div {
        color: #ffffff;
        font-size: 16px;
        font-family: "Trebuchet MS";
        text-align: center;
        background-color: #999999;
        width: 245px;
        height: 45px;
        line-height: 45px;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    #promos article.titulo_filtro div {
        background-color: #ff0033;
    }
    /* /PROMOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS LANDING */
    #promos_landing section {
        margin-top: -20px;
    }

        #promos_landing section article.cartel-promo {
            position: relative;
            width: 810px;
            padding: 12px 0;
            text-align: center;
            margin-bottom: 60px;
        }

        #promos_landing section article.panel_right {
            top: 40px;
            right: 40px;
            position: absolute;
            width: 350px;
        }

        #promos_landing section div.info-promo {
            padding: 5px 10px;
            font-size: 12px;
            margin-bottom: 30px;
        }
    /* /PROMOS LANDING */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROXIMOS ESTRENOS */
    #proximos_estrenos article.cartelera_peliculas .fechaestreno {
        width: calc(100% + 8px);
        height: 28px;
        top: -35px;
        line-height: 28px;
    }

        #proximos_estrenos article.cartelera_peliculas .fechaestreno span {
            font-size: 20px;
        }
    /* /PROXIMOS ESTRENOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HOME */
    #home #separador-bottom {
        width: 1220px;
        height: 13px;
        left: calc(50% - 610px);
    }

    #home .pelicula_principal ul li {
        position: relative;
        height: 505px;
        width: 1190px;
    }

    #home .pelicula_principal img {
        width: 100%;
        max-height: 505px;
    }

    #home .pelicula_principal .topo3d {
        top: 15px;
        right: 15px;
        width: 144px;
        height: 144px;
    }

    #home .pelicula_principal .principal-info {
        width: 100%;
        height: 61px;
        line-height: 60px;
        bottom: 0;
    }

        #home .pelicula_principal .principal-info a {
            margin: 0 0 0 6px;
            font-size: 25px;
            padding: 10px 15px;
        }

    #home .pelicula_principal .img_left,
    #home .pelicula_principal .img_right {
        top: 0;
        height: 505px;
        width: 29px;
    }

    #home .promociones {
        margin-bottom: 50px;
    }

        #home .promociones span {
            right: 5px;
            font-size: 17px;
        }

        #home .promociones > div {
            top: 15px;
            height: 165px;
            display: block;
            text-align: left;
        }

        #home .promociones .shadow_left,
        #home .promociones .shadow_right {
            top: 0;
        }

        #home .promociones ul {
            margin-bottom: 0;
            margin-top: 20px;
        }

        #home .promociones li {
            display: inline-block;
            margin: 0px 1px;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
        }

        #home .promociones .infopromo {
            position: absolute;
            width: 100%;
            height: 0px;
            bottom: 0;
            top: auto;
            transition: 0.5s;
        }

    .no-touch #home .promociones li:hover .infopromo {
        height: 65px;
        transition: 0.5s;
    }

    #home .promociones .infopromo p {
        font-size: 22px;
        position: absolute;
        margin: 0;
        left: 15px;
        line-height: 65px;
    }

    #home .promociones .infopromo .mas {
        position: absolute;
        right: 10px;
        top: 17px;
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 23px;
    }

    #home .promociones .shadow_left,
    #home .promociones .shadow_right,
    #home .cartelera .shadow_left,
    #home .cartelera .shadow_right,
    #home .tecnologia .shadow_left,
    #home .tecnologia .shadow_right,
    #ciclos .cartelera .shadow_left,
    #ciclos .cartelera .shadow_right {
        top: 0;
        width: 34px;
        z-index: 4;
    }

        #home .promociones .shadow_left .img_left,
        #home .promociones .shadow_right .img_right {
            width: 49px;
            height: 160px;
        }

    #home .cartelera {
        height: 370px;
    }

        #home .cartelera .cart-menu {
            position: absolute;
            top: 10px;
            left: 0;
        }

        #home .cartelera span {
            position: absolute;
            right: 5px;
            top: 27px;
            font-size: 17px;
        }

    #home .pelicula_principal span.rb_promo {
        background: url(../img/IconPromo/icono_promo_grande_derecha_inclinado_redonda.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 9px;
        height: 68px;
        left: 8px;
        z-index: 9999;
    }

    #home .cartelera span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 10px;
        height: 21px;
        left: 150px;
        z-index: 9999;
    }

    #home .cartelera ul li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    #home .carteles-carrusel,
    #ciclos .carteles-carrusel,
    #ficha_cine .carteles-carrusel {
        position: relative;
        top: 11px;
        height: 310px;
    }

        #home .carteles-carrusel ul,
        #ciclos .carteles-carrusel ul,
        #ficha_cine .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            height: 280px;
            margin: 15px 0 0 0;
            padding: 0;
        }

            #home .carteles-carrusel ul li,
            #ciclos .carteles-carrusel ul li,
            #ficha_cine .carteles-carrusel ul li {
                display: inline-block;
                position: relative;
                margin: 0 5px;
            }

                #ciclos .carteles-carrusel ul li img.promo {
                    outline: 4px solid #f03;
                    outline-offset: -4px;
                }

    #home .cartelera li img,
    #ciclos .ciclo li img,
    #ficha_cine .ciclo li img {
        width: 200px;
    }

    #home .cartelera .infopeli,
    #ciclos .ciclo .infopeli,
    #ficha_cine .ciclo .infopeli {
        height: 0;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0px;
    }

    .no-touch #home .cartelera li:hover .infopeli, .no-touch #ficha_cine .ciclo li:hover .infopeli {
        height: 80px;
    }

    #home .cartelera .infopeli h4,
    #ciclos .ciclo .infopeli h4,
    #ficha_cine .ciclo .infopeli h4 {
        position: absolute;
        font-size: 22px;
        top: 2px;
        left: 5px;
        margin: 0;
        padding: 0;
        width: 195px;
        height: 30px;
    }

    #home .cartelera .infopeli p,
    #ciclos .ciclo .infopeli p,
    #ficha_cine .ciclo .infopeli p {
        font-size: 18px;
        position: absolute;
        top: 40px;
        margin: 0;
        left: 5px;
    }

    #home .cartelera .infopeli .mas,
    #ciclos .ciclo .infopeli a,
    #ficha_cine .ciclo .infopeli a {
        position: absolute;
        top: 35px;
        right: 5px;
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 23px;
    }

    #home .cartelera .shadow_left .img_left,
    #home .cartelera .shadow_right .img_right,
    #ciclos .ciclo .shadow_left .img_left,
    #ciclos .ciclo .shadow_right .img_right,
    #ficha_cine .ciclo .shadow_left .img_left,
    #ficha_cine .ciclo .shadow_right .img_right {
        width: 29px;
        height: 305px;
    }

    #home .tecnologia p {
        margin-left: 100px;
        font-size: 19px;
    }

    #home .tecnologia .robapaginas {
        position: relative;
        float: right;
        margin-top: -249px;
    }

    #home .tecnologia .tecno {
        position: relative;
        width: 865px;
        height: 269px;
    }

    #home .tecnologia ul {
        position: relative;
        height: 230px;
        top: 20px;
        width: 790px;
        margin: 0 auto;
        padding: 0;
    }

    #home .tecnologia li {
        height: 230px;
        width: 185px;
        display: inline-block;
        position: relative;
    }

        #home .tecnologia li:nth-child(2) {
            border-left: 2px solid #dddddd;
            border-right: 2px solid #dddddd;
            overflow: hidden;
            width: 200px;
        }

        #home .tecnologia li:nth-child(3) {
            border-right: 2px solid #dddddd;
            overflow: hidden;
            width: 200px;
        }

    #home .clientes {
        height: 280px;
    }

        #home .clientes .promos {
            position: relative;
            display: inline-block;
            margin-left: 10px;
            top: 10px;
            width: 589px;
            vertical-align: top;
        }

        #home .clientes .promobox {
            position: relative;
            width: 589px;
        }

            #home .clientes .promobox .radios {
                float: right;
            }

        #home .clientes .toppeliculas {
            position: relative;
            display: inline-block;
            width: 563px;
            margin-left: 10px;
            top: 10px;
            vertical-align: top;
        }

            #home .clientes .toppeliculas ul {
                margin: 0;
                padding: 0;
            }

            #home .clientes .toppeliculas li {
                display: inline-block;
                margin: 0 5px;
            }

            #home .clientes .toppeliculas img {
                width: 180px;
            }

            #home .clientes .toppeliculas .img_left,
            #home .clientes .toppeliculas .img_right {
                position: absolute;
                top: 0;
                width: 27px;
                height: 260px;
            }

            #home .clientes .toppeliculas .img_left {
                background-position: 0 50%;
                left: 10px;
            }

            #home .clientes .toppeliculas .img_right {
                background-position: -29px 50%;
                right: 5px;
            }

    #home article {
        margin: 0 !important;
    }

        #home article.cartelera {
            margin-top: 15px !important;
        }

        #home article.tecnologia {
            margin-top: 15px !important;
            margin-bottom: 50px !important;
        }

    #home .home-row h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    #home .home-row .btn {
        right: 0;
        bottom: 0;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    /* /HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CICLOS */
    #ciclos section {
        min-height: 330px;
    }

    #ciclos #publicidad_body {
        margin: 48px 10px 0 0;
    }

    #ciclos .ciclo,
    #ficha_cine .ciclo {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

        #ciclos .ciclo.robapaginas {
            width: 72%;
        }

        #ciclos .ciclo .titulo,
        #ficha_cine .ciclo .titulo {
            position: relative;
            width: 232px;
            padding: 5px 15px;
            font-size: 20px;
        }

        #ciclos .ciclo .carteles-carrusel,
        #ficha_cine .ciclo .carteles-carrusel {
            position: relative;
            top: 10px;
            width: 100%;
        }

            #ciclos .ciclo .carteles-carrusel ul,
            #ficha_cine .ciclo .carteles-carrusel ul {
                position: absolute;
                width: 100%;
                top: 0;
                margin-top: 15px;
            }

                #ciclos .ciclo .carteles-carrusel ul li,
                #ficha_cine .ciclo .carteles-carrusel ul li {
                    position: relative;
                }
    /* /CICLOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD */
    #cinesacard main #bajo_menu {
        height: 23px;
    }

    #cinesacard article {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    #cinesacard .ccard .micuenta,
    #cinesacard .ccard .ventajas_ccard {
        position: relative;
    }

    #cinesacard .micuenta img {
        position: absolute;
        top: 0;
        left: 10px;
        height: 150px;
        width: 150px;
    }

    #cinesacard .micuenta h3 {
        position: relative;
        top: 25px;
        left: 80px;
        line-height: 30px;
        font-size: 65px;
    }

    #cinesacard .formlogin {
        position: relative;
        margin-top: 72px;
        width: 430px;
        height: 230px;
    }

        #cinesacard .formlogin form {
            position: relative;
            width: calc(100% - 10px);
            margin: 0 5px;
        }

        #cinesacard .formlogin input[type="email"],
        #cinesacard .formlogin input[type="password"] {
            width: 185px;
            border: none;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            padding-left: 15px;
            margin: 0 3px 7px 3px;
        }

        #cinesacard .formlogin input[type="submit"] {
            width: 406px;
            height: 38px;
            font-size: 22px;
        }

        #cinesacard .formlogin a {
            position: relative;
            top: 5px;
            margin: 0 10px;
            font-size: 16px;
            border-bottom: 1px solid #cccccc;
        }

    #cinesacard .ventajas_ccard {
        margin-top: 72px;
        margin-left: 15px;
        height: 230px;
        width: calc(100% - 450px);
    }

        #cinesacard .ventajas_ccard h3 {
            font-size: 45px;
            margin: 5px 0 0 0;
        }

        #cinesacard .ventajas_ccard p {
            font-size: 23px;
            margin: 0;
            line-height: 10px;
        }

        #cinesacard .ventajas_ccard .lista_ventajas {
            position: relative;
            margin: 20px 10px 0 20px;
        }

            #cinesacard .ventajas_ccard .lista_ventajas li {
                position: relative;
                width: 144px;
            }

    #cinesacard .lista_ventajas a {
        display: none;
        position: absolute;
        left: 0;
        top: -10px;
        width: 113px;
        height: 115px;
        padding: 7px;
        font-size: 18px;
        line-height: 22px;
    }

    .no-touch #cinesacard .lista_ventajas li div:hover a {
        display: block;
    }

    #cinesacard .conseguirccard > div {
        position: relative;
        display: inline-block;
        width: 47.5%;
        vertical-align: top;
        margin: 0 0.7%;
    }

    #cinesacard .conseguirccard .cc_header {
        position: relative;
        height: 95px;
        margin-bottom: 5px;
    }

        #cinesacard .conseguirccard .cc_header p {
            margin: 0;
            line-height: 40px;
            font-size: 23px;
        }

        #cinesacard .conseguirccard .cc_header h3 {
            margin: 0;
            line-height: 40px;
            font-size: 50px;
        }

    #cinesacard .conseguirccard .cc_pasos {
        position: relative;
        margin-top: -8px;
    }

        #cinesacard .conseguirccard .cc_pasos ul {
            height: 130px;
            padding: 0;
        }

            #cinesacard .conseguirccard .cc_pasos ul li {
                display: inline-block;
                position: relative;
                width: 120px;
                height: 120px;
                margin-top: 15px;
            }

        #cinesacard .conseguirccard .cc_pasos > div {
            margin: 0 10px;
            font-size: 17px;
            border: 1px solid #ffffff;
        }

        #cinesacard .conseguirccard .cc_pasos p {
            position: relative;
            line-height: 20px;
            margin: 10px 0;
        }

        #cinesacard .conseguirccard .cc_pasos .popcorn {
            position: absolute;
            width: 100px;
            height: 50px;
            top: -25px;
        }

    #cinesacard .conseguirccard .cc_btn {
        position: relative;
        margin-top: 7px;
        height: 60px;
    }

        #cinesacard .conseguirccard .cc_btn a {
            position: absolute;
            width: 300px;
            height: 40px;
            left: calc(50% - 150px);
            top: calc(50% - 20px);
            line-height: 40px;
            font-size: 22px;
        }

    #cinesacard .conseguirccard .cc_aviso {
        font-size: 11px;
    }

    #cinesacard .aviso > div {
        position: relative;
        width: 711px;
        height: 50px;
        margin: 0 auto;
        border: 1px dashed #bcbcbc;
    }

        #cinesacard .aviso > div p {
            display: inline-block;
            line-height: 14px;
            font-size: 19px;
        }

        #cinesacard .aviso > div a {
            position: absolute;
            width: 80px;
            height: 23px;
            font-size: 14px;
            top: 14px;
            right: 10px;
            line-height: 23px;
        }

    #cinesacard .puntos .puntos_menu li {
        display: inline-block;
        font-size: 16px;
        height: 35px;
        line-height: 38px;
        padding: 0 25px;
    }

    #cinesacard .puntos .div-1,
    #cinesacard .puntos .div-3 {
        padding: 10px 0 10px 0;
    }

        #cinesacard .puntos .div-1 li,
        #cc_micuenta .puntos .div-1 li {
            position: relative;
            display: inline-block;
            border: 2px solid #efefef;
            width: 121px;
            height: 159px;
            margin: 50px 7px 30px 7px;
        }

            #cinesacard .puntos .div-1 li .tiporegalos,
            #cc_micuenta .puntos .div-1 li .tiporegalos {
                position: absolute;
                width: 140px;
                height: 30px;
                line-height: 30px;
                top: -44px;
                left: -2px;
                padding-left: 5px;
                font-size: 15px;
            }

                #cinesacard .puntos .div-1 li .tiporegalos.tr_last,
                #cc_micuenta .puntos .div-1 li .tiporegalos.tr_last {
                    width: 121px;
                }

    #cinesacard .regalo-puntos,
    #cc_micuenta .regalo-puntos {
        position: absolute;
        bottom: 0;
        width: 121px;
        line-height: 47px;
        border-top: 2px solid #efefef;
        font-size: 24px;
    }

    #cinesacard .puntos .div-1 li .regalo-info,
    #cc_micuenta .puntos .div-1 li .regalo-info {
        position: absolute;
        width: 121px;
        height: 0px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
        transition: 0.5s;
    }

    .no-touch #cinesacard .puntos .div-1 li:hover .regalo-info, .no-touch #cc_micuenta .puntos .div-1 li:hover .regalo-info {
        width: 121px;
        height: 80px;
        transition: 0.5s;
    }

    #cinesacard .puntos .div-1 li .regalo-info p,
    #cc_micuenta .puntos .div-1 li .regalo-info p {
        line-height: 13px;
        margin-left: 4px;
    }

    #cinesacard .puntos .div-1 li .regalo-info img,
    #cc_micuenta .puntos .div-1 li .regalo-info img {
        margin-top: -7px;
    }



    #cinesacard .puntos .div-3 li,
    #cc_micuenta .faq .div-3 li {
        position: relative;
        height: 30px;
        width: 90%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        font-size: 13px;
    }

        #cinesacard .puntos .div-3 li.respuesta,
        #cc_micuenta .faq .div-3 li.respuesta {
            height: auto;
            border: 2px solid #e8e8e8;
            margin-left: 0px;
            width: calc(93% + 07px);
        }

            #cinesacard .puntos .div-3 li.respuesta ul li,
            #cc_micuenta .faq .div-3 li.respuesta ul li {
                margin-left: -10px;
                margin-bottom: 10px;
                line-height: 20px;
                height: auto;
                width: 95%;
            }

                #cinesacard .puntos .div-3 li.respuesta ul li.stitulo,
                #cc_micuenta .faq .div-3 li.respuesta ul li.stitulo {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li.sresumen,
                #cc_micuenta .faq .div-3 li.respuesta ul li.sresumen {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li a,
                #cc_micuenta .faq .div-3 li.respuesta ul li a {
                    border-bottom: 1px solid #666666;
                }
    /* /CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD FORMULARIO*/
    #cc_form article,
    #cc_form_activar article,
    #colegios article,
    #recuperarmail article,
    #recuperarpass article {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    #cc_form .titulo,
    #cc_form_activar .titulo,
    #cc_form_finactivar .titulo,
    #cc_form_finpedir .titulo,
    #cc_form_error .titulo,
    #colegios .titulo,
    #recuperarmail .titulo,
    #recuperarpass .titulo {
        margin-bottom: 12px;
        margin-top: -10px;
    }

        #cc_form .titulo h3,
        #cc_form_activar .titulo h3,
        #cc_form_finactivar .titulo h3,
        #cc_form_finpedir .titulo h3,
        #cc_form_error .titulo h3,
        #colegios .titulo h3,
        #recuperarmail .titulo h3,
        #recuperarpass .titulo h3 {
            font-size: 24px;
            line-height: 40px;
            width: 390px;
            padding-left: 15px;
            margin: 0;
        }

    #cc_form .frm1,
    #cc_form .frm2,
    #cc_form .frm3,
    #cc_form .frm4,
    #cc_form .inf,
    #cc_form_activar .frm1,
    #cc_form_activar .frm2,
    #cc_form_activar .frm3,
    #cc_form_activar .frm4,
    #cc_form_activar .inf,
    #cc_form .mail,
    #cc_form_activar .mail,
    #colegios .frm1,
    #colegios .frm2,
    #colegios .inf,
    #recuperarmail .frm1,
    #recuperarpass .frm1 {
        padding: 15px 0 15px 30px;
        width: calc(100% - 30px);
    }

    #cc_form article h4,
    #cc_form_activar article h4,
    #clientes article h4,
    #colegios article h4,
    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 24px;
        margin: 0;
        padding-left: 50px;
        line-height: 40px;
    }

    #cc_form article .num,
    #cc_form_activar article .num,
    #clientes article .num,
    #colegios article .num {
        position: absolute;
        font-size: 18px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 4px solid #ffffff;
    }

    #cc_form article.activo .num,
    #clientes article.activo .num {
        border: 4px solid #b5cbe0;
    }

    #cc_form article.activo h4,
    #cc_form article.inactivo h4,
    #cc_form_activar article.activo h4,
    #cc_form_activar article.inactivo h4,
    #colegios article.activo h4,
    #colegios article.inactivo h4,
    #recuperarmail article.activo h4,
    #recuperarpass article.activo h4 {
        margin-bottom: 40px;
    }

    #cc_form .row,
    #cc_form_activar .row,
    #trabajaconnosotros .row,
    #clientes .row,
    #colegios .row,
    #recuperarmail .row,
    #recuperarpass .row {
        position: relative;
        margin: 10px;
        margin-bottom: 20px;
    }

        #cc_form .row input.text,
        #cc_form_activar .row input.text,
        #trabajaconnosotros .row input.text,
        #clientes .row input.text,
        #colegios .row input.text,
        #recuperarmail .row input.text,
        #recuperarpass .row input.text {
            width: 245px;
            height: 38px;
            padding-left: 15px;
            margin-right: 15px;
            font-size: 15px;
        }

        #cc_form .row span,
        #cc_form_activar .row span,
        #clientes .row span,
        #colegios .row span {
            font-size: 12px;
        }

    #cc_form input[type="checkbox"] + label span,
    #cc_form_activar input[type="checkbox"] + label span,
    #trabajaconnosotros input[type="checkbox"] + label span,
    #clientes input[type="checkbox"] + label span,
    #colegios input[type="radio"] + label span {
        position: relative;
        display: inline-block;
        width: 350px;
        height: 37px;
        line-height: 35px;
        padding-left: 55px;
        font-size: 15px;
    }

    #cc_form .row a,
    #cc_form_activar .row a,
    #colegios .row a {
        border-bottom: 1px solid #909090;
    }

    #cc_form .cc_select,
    #cc_form_activar .cc_select,
    #clientes .cc_select,
    #colegios .cc_select {
        width: 266px;
        margin-right: 15px;
        vertical-align: top;
    }

        #cc_form .cc_select .select-group,
        #cc_form_activar .cc_select .select-group,
        #clientes .cc_select .select-group,
        #colegios .cc_select .select-group {
            width: 194px !important;
        }

            #cc_form .cc_select .select-group li,
            #cc_form_activar .cc_select .select-group li,
            #clientes .cc_select .select-group li,
            #colegios .cc_select .select-group li {
                width: 202px !important;
            }

        #cc_form .cc_select.small,
        #cc_form_activar .cc_select.small,
        #colegios .cc_select.small {
            width: 140px;
            margin-left: 5px;
            margin-top: -7px;
            vertical-align: top;
        }

            #cc_form .cc_select.small .select-group,
            #cc_form_activar .cc_select.small .select-group,
            #colegios .cc_select.small .select-group {
                width: 76px !important;
            }

                #cc_form .cc_select.small .select-group li,
                #cc_form_activar .cc_select.small .select-group lii,
                #ccolegios .cc_select.small .select-group li {
                    width: 76px !important;
                }

    #cc_form input[type="submit"],
    #cc_form_activar input[type="submit"],
    #trabajaconnosotros input[type="submit"],
    #clientes input[type="submit"],
    #colegios input[type="submit"],
    #recuperarmail input[type="submit"],
    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"],
    #cc_form_activar .btn,
    #cc_form .btn,
    #colegios .btn {
        border: none;
        width: 300px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    #cc_form .inf,
    #cc_form_activar .inf,
    #colegios .inf {
        margin-bottom: 40px;
    }

        #cc_form .inf p,
        #cc_form_activar .inf p,
        #colegios .inf p {
            font-size: 11px;
        }

    #cc_form_activar .btn,
    #cc_form .btn,
    #colegios .btn {
        text-align: center;
        margin-left: calc(50% - 160px);
        cursor: pointer;
    }
    /* /CINESACARD FORMULARIO*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* /CINESACARD MI CUENTA*/
    #cc_micuenta #sb-site {
        min-height: 1000px !important;
    }

    #cc_micuenta aside {
        display: inline-block;
        width: 290px;
        left: 40px;
    }

        #cc_micuenta aside .cuenta {
            margin-top: 50px;
        }

            #cc_micuenta aside .cuenta img {
                margin-top: -55px;
            }

            #cc_micuenta aside .cuenta p {
                font-size: 22px;
                margin: 5px 0;
            }

                #cc_micuenta aside .cuenta p span {
                    font-size: 25px;
                }

            #cc_micuenta aside .cuenta h3 {
                font-size: 45px;
            }

            #cc_micuenta aside .cuenta ul li {
                display: inline-block;
                width: 144px;
                margin-top: 2px;
                font-size: 12px;
                height: 52px;
                padding-top: 18px;
            }

                #cc_micuenta aside .cuenta ul li:nth-child(2n+1) {
                    border-right: 2px solid #ffffff;
                }

        #cc_micuenta aside .logout {
            height: 42px;
            margin-bottom: 18px;
        }

            #cc_micuenta aside .logout a {
                font-size: 25px;
                width: 100%;
                height: 42px;
                line-height: 42px;
            }

        #cc_micuenta aside .info {
            padding: 12px 12px 1px 12px;
            margin-bottom: 20px;
            ;
        }

            #cc_micuenta aside .info p {
                font-size: 11px;
                margin-bottom: 20px;
            }

            #cc_micuenta aside .info a {
                border-bottom: 1px solid #999999;
            }

        #cc_micuenta aside .infocc {
            margin-bottom: 20px;
            padding-bottom: 1px;
        }

            #cc_micuenta aside .infocc .header {
                height: 50px;
                line-height: 50px;
                padding-left: 10px;
                font-size: 14px;
            }

                #cc_micuenta aside .infocc .header.doblelinea {
                    line-height: 18px;
                    padding-top: 8px;
                    height: 42px;
                }

            #cc_micuenta aside .infocc p {
                font-size: 14px;
                margin: 10px;
            }

    #cc_micuenta section {
        width: calc(100% - 400px);
        margin: 0 0 40px 70px;
        display: inline-block;
    }

    #cc_micuenta article.menu {
        margin-top: -22px;
    }

        #cc_micuenta article.menu ul {
            padding: 0;
        }

        #cc_micuenta article.menu li {
            display: inline-block;
            width: 140px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            margin: 0 5px;
        }

            #cc_micuenta article.menu li.a_ico {
                display: none;
            }

    #cc_micuenta .caducan,
    #cc_micuenta .movimientos,
    #cc_micuenta .frm,
    #cc_micuenta .puntos,
    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        margin-left: 5px;
    }

        #cc_micuenta .caducan p,
        #cc_micuenta .movimientos p {
            position: relative;
            top: 25px;
            font-size: 15px;
            margin-left: 30px;
        }

        #cc_micuenta .caducan ul {
            padding-left: 140px;
            margin-top: 50px;
            padding-bottom: 20px;
        }

            #cc_micuenta .caducan ul li {
                margin-bottom: 5px;
                font-size: 15px;
            }

                #cc_micuenta .caducan ul li div {
                    display: inline-block;
                    width: 150px;
                    height: 40px;
                    line-height: 40px;
                    margin-right: 3px;
                }

                    #cc_micuenta .caducan ul li div span {
                        margin-right: 12px;
                    }

        #cc_micuenta .movimientos .cc_select {
            width: 186px;
            margin-right: 15px;
        }

            #cc_micuenta .movimientos .cc_select .select-group {
                width: 144px !important;
            }

                #cc_micuenta .movimientos .cc_select .select-group li {
                    width: 144px !important;
                }

    #cc_micuenta .movimientos,
    #cc_micuenta .frm {
        position: relative;
        padding-bottom: 1px;
        margin-bottom: 10px;
    }

        #cc_micuenta .movimientos .rangofechas {
            margin: 45px 0 0 30px;
        }

            #cc_micuenta .movimientos .rangofechas span {
                font-size: 15px;
                line-height: 38px;
                margin-right: 15px;
            }

            #cc_micuenta .movimientos .rangofechas .btn {
                display: inline-block;
                width: 150px;
                height: 39px;
                line-height: 39px;
                font-size: 22px;
                margin-left: 30px;
                margin-bottom: 25px;
            }

        #cc_micuenta .movimientos .lista_movimientos {
            margin: 10px 30px;
        }

            #cc_micuenta .movimientos .lista_movimientos .row {
                border-bottom: 1px solid #efefef;
            }

                #cc_micuenta .movimientos .lista_movimientos .row div {
                    display: inline-block;
                    margin-right: 7px;
                    padding-left: 5px;
                    font-size: 15px;
                    margin-bottom: 10px;
                    margin-top: 20px;
                }

                #cc_micuenta .movimientos .lista_movimientos .row:last-child {
                    border: none;
                }

        #cc_micuenta .movimientos .row .col1 {
            width: 12%;
        }

        #cc_micuenta .movimientos .row .col2 {
            width: 24%;
        }

        #cc_micuenta .movimientos .row .col3 {
            width: 46%;
        }

        #cc_micuenta .movimientos .row .col4 {
            width: 12%;
        }

        #cc_micuenta .movimientos .lista_movimientos .titulos {
            border: none;
        }

            #cc_micuenta .movimientos .lista_movimientos .titulos > div {
                font-size: 15px;
                height: 25px;
                line-height: 25px;
            }

        #cc_micuenta .movimientos .mostrarmas {
            position: relative;
            margin: 30px auto;
            width: 150px;
            height: 40px;
            line-height: 42px;
            padding-left: 10px;
            font-size: 22px;
        }

        #cc_micuenta .frm > form > div {
            margin-bottom: 10px;
        }

        #cc_micuenta .frm .frm1 {
            top: 20px !important;
        }

        #cc_micuenta .frm > form > div .row {
            margin: 0 0 10px 10px;
        }

        #cc_micuenta .frm .cc_select {
            width: 264px;
            margin-right: 15px;
        }

            #cc_micuenta .frm .cc_select .select-group {
                width: 192px !important;
            }

                #cc_micuenta .frm .cc_select .select-group li {
                    width: 192px !important;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

        #cc_micuenta .frm h4 {
            font-size: 22px;
            line-height: 40px;
            margin: 50px 0 15px 10px;
        }

        #cc_micuenta .frm .frm1 h4 {
            margin-top: 0px;
        }

        #cc_micuenta .frm .frm2 h4 {
            margin-top: 70px;
        }

    #cc_micuenta input.text {
        width: 248px;
        height: 37px;
        padding-left: 10px;
        margin-right: 15px;
    }

    #cc_micuenta .frm .cc_select.small {
        width: 122px;
    }

        #cc_micuenta .frm .cc_select.small .select-group {
            width: 50px !important;
        }

            #cc_micuenta .frm .cc_select.small .select-group li {
                width: 50px !important;
            }

    #cc_micuenta .frm span {
        font-size: 11px;
        line-height: 35px;
    }

    #cc_micuenta .frm .frm3,
    #cc_micuenta .frm .frm4 {
        margin-bottom: 30px;
    }

    #cc_micuenta .frm input[type="submit"] {
        margin: 0 auto;
        font-size: 22px;
        width: 300px;
        height: 40px;
        line-height: 40px;
    }

    #cc_micuenta .puntos .div-1 {
        top: 30px;
        left: 15px;
    }

        #cc_micuenta .puntos .div-1 ul {
            padding: 0;
        }

    #cc_micuenta .puntos .div-2 {
        margin-top: 30px;
        padding-top: 15px;
        font-size: 11px;
    }

    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        padding: 20px 0;
    }

    #cc_micuenta .listapromos {
    }

        #cc_micuenta .listapromos ul {
            padding-left: 0;
            width: 780px;
            margin: 0 auto;
        }

            #cc_micuenta .listapromos ul li {
                display: inline-block;
                margin: 0 30px;
                margin-bottom: 20px;
            }

                #cc_micuenta .listapromos ul li h3 {
                    padding-left: 10px;
                    margin-bottom: 7px;
                }

                    #cc_micuenta .listapromos ul li h3 a {
                        font-size: 13px;
                    }

    #cc_micuenta .asideM {
        display: none;
    }
    /* /CINESACARD MI CUENTA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRABAJA CON NOSOTROS */
    #trabajaconnosotros main nav ul li,
    #clientes main nav ul li,
    #acercade main nav ul li,
    #proveedores main nav ul li,
    #avisolegal main nav ul li,
    #expansion main nav ul li,
    #semueve main nav ul li {
        width: 174px;
    }

    #trabajaconnosotros article,
    #clientes article {
        padding: 15px 30px 15px 30px;
        width: calc(100% - 60px);
    }

        #trabajaconnosotros article p,
        #clientese p {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 30px;
        }

        #trabajaconnosotros article h3,
        #clientes article h3 {
            font-size: 18px;
            ;
            margin: 0 0 20px 0;
        }

    #trabajaconnosotros .text,
    #trabajaconnosotros .cc_select,
    #clientes .text,
    #clientes .cc_select {
        margin-right: 5px !important;
    }

    #trabajaconnosotros .cc_select {
        width: 266px;
    }

        #trabajaconnosotros .cc_select .select-group {
            width: 224px !important;
        }

            #trabajaconnosotros .cc_select .select-group li {
                width: 214px !important;
            }

    #trabajaconnosotros input[type="file"] + label span,
    #clientes input[type="file"] + label span {
        width: 267px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    #trabajaconnosotros textarea,
    #clientes textarea {
        padding: 5px;
        width: 800px;
        height: 120px;
    }

    #trabajaconnosotros .frm1 .btn_siguiente {
        position: absolute;
        display: inline-block;
        width: 200px;
        height: 45px;
        line-height: 45px;
        bottom: 30px;
        right: 80px;
        font-size: 22px;
    }

    #clientes .frm1,
    #clientes .frm2,
    #clientes .frm3,
    #clientes .clients_inf {
        padding: 10px 30px 10px 30px;
        width: calc(100% - 30px);
    }

        #clientes .frm3 input[type="submit"] {
            margin-left: calc(50% - 170px);
        }

    #clientes #canned_response {
        font-size: 15px;
        line-height: 20px;
        position: relative;
        background-color: #cdcdcd;
        padding: 20px;
        width: 90%;
        margin: 20px auto;
    }

    #clientes article,
    #clientes article h4 {
        margin-bottom: 20px;
    }

    #clientes #sb-site {
        min-height: 1000px !important;
    }
    /* /TRABAJA CON NOSOTROS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SUBMENUPELIS */
    .submenucines {
        width: 1190px;
        height: 0;
        margin-left: calc(50% - 595px);
    }

        .submenucines.open {
            height: 294px;
        }

        .submenucines .titulo {
            height: 40px;
            padding-left: 30px;
            font-size: 15px;
        }

        .submenucines .lista {
            top: 15px;
            left: 25px;
            height: 230px;
            width: calc(100% - 50px);
        }

            .submenucines .lista .col {
                width: 135px;
                margin-right: 3px;
            }

        .submenucines li {
            height: 21px;
            line-height: 21px;
            font-size: 13px;
        }

            .submenucines li.cine a {
                font-size: 11px;
            }
    /* /SUBMENUPELIS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* COLEGIOS */
    #colegios .row input.text_doble {
        width: 530px;
    }

    #colegios .row input.text_mitad {
        width: 120px;
    }

    #colegios .row .col {
        width: 25%;
    }

    #colegios textarea {
        padding-left: 10px;
        width: 72.7%;
        height: 120px;
    }

    #colegios input[type="submit"] {
        width: 380px;
        margin: 20px 0;
        margin-left: calc(50% - 210px);
    }

    #colegios .inf {
        margin-top: 25px;
        font-size: 12px;
    }

        #colegios .frm1 h4,
        #colegios .frm2 h4,
        #colegios .inf h3 {
            font-size: 32px;
        }
    /* /COLEGIOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* INFANTIL */
    /* CUMPLEAÑOS */
    #infantil article#banner_seccion .img_left {
        top: calc(50% - 48px);
    }

    #infantil article#banner_seccion .img_right {
        top: calc(50% - 48px);
    }

    #infantil article.cartelera_peliculas h2,
    #cumpleanos article.cartelera_peliculas h2 {
        font-size: 20px;
        width: 155px;
        height: 45px;
        line-height: 45px;
        margin-left: 10px;
    }

    #cumpleanos .info_cumples {
        height: 449px;
    }

        #cumpleanos .info_cumples .parrafo {
            margin-left: 40px;
            top: 10px;
            width: calc(100% - 321px);
        }

            #cumpleanos .info_cumples .parrafo h3 {
                font-size: 32px;
                margin-bottom: 20px;
            }

            #cumpleanos .info_cumples .parrafo p {
                font-size: 12px;
            }

        #cumpleanos .info_cumples .btn {
            font-size: 22px;
            width: 380px;
            height: 40px;
            line-height: 40px;
            margin: 30px;
            margin-left: calc(50% - 300px);
        }
    /* /INFANTIL */
    /* /CUMPLEAÑOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FORMULARIOS RECUPERACIÓN */
    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 22px;
        padding-left: 11px;
    }

    #recuperarmail section,
    #recuperarpass section {
        margin-bottom: 200px;
    }

    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"] {
        margin-left: calc(50% - 180px);
        margin-top: 20px;
    }

    #recuperarmail input[type="button"] {
        margin-left: calc(50% - 330px);
        margin-right: 20px;
    }

    #recuperarmail .conf,
    #recuperarmail .conf_fin,
    #recuperarpass .conf {
        min-height: 180px;
    }

        #recuperarmail .conf h4,
        #recuperarpass .conf h4 {
            font-size: 22px;
        }

        #recuperarmail .conf p,
        #recuperarmail .conf_fin p,
        #recuperarpass .conf p {
            font-size: 15px;
        }
    /* /FORMULARIOS RECUPERACIÓN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACHECK */
    /*#cinesacheck article {
            width: calc(100% - 20px);
       margin: 0 auto 20px auto;
    }

        #cinesacheck .ch-1 img {
            margin: 47px 0px 47px 30px;
            width: 325px;
    }

        #cinesacheck .ch-1 > div {
            width: 69%;
        max-width: 760px;
    }

        #cinesacheck .ch-1 h3,
        #cinesacheck .ch-4-5 h3 {
            width: 100%;
            max-width: 730px;
            height: 100px;
        line-height: 100px;
            padding-left: 30px;
        font-size: 50px;
            margin: 20px 0;
    }

        #cinesacheck .ch-1 p,
        #cinesacheck .ch-4 p,
        #cinesacheck .ch-6 p {
        font-size: 22px;
            margin: 15px 0 25px 0;
            width: 95% !important;
    }

        #cinesacheck .ch_btn {
        font-size: 22px;
            width: 270px;
            height: 40px;
        line-height: 40px;
    }

            #cinesacheck .ch_btn:hover {
        background-color: #1d2c4e;
    }

        #cinesacheck .ch-1 .condiciones,
        #cinesacheck .ch-4 p,
        #cinesacheck .ch-6 p {
            margin-top: 30px;
            width: 98%;
        font-size: 15px;
    }

        #cinesacheck .ch-2 .titulo,
        #cinesacheck .ch-3 .titulo,
        #cinesacheck .ch-4 .titulo,
        #cinesacheck .ch-6 .titulo,
        #cinesacheck .ch-8 .titulo {
        font-size: 15px;
            margin: 30px 40px 10px;
    }

        #cinesacheck .ch-2 ul,
        #cinesacheck .ch-3 ul {
            margin-bottom: 30px;
    }

        #cinesacheck .ch-2 li,
        #cinesacheck .ch-3 li {
            width: 70%;
            margin: 12px 30px;
            padding-left: 20px;
        font-size: 15px;
    }

        #cinesacheck input.text {
            width: 255px;
            height: 40px;
        line-height: 40px;
            padding-left: 15px;
            margin-bottom: 20px;
        font-size: 15px;
    }

        #cinesacheck .ch-2 input.text,
        #cinesacheck .ch-2 .ch_btn,
        #cinesacheck .ch-3 input.text,
        #cinesacheck .ch-4 input.text,
        #cinesacheck .ch-4 .ch_btn,
        #cinesacheck .ch-6 input.text,
        #cinesacheck .ch-6 .ch_btn {
            margin-left: 160px;
    }

        #cinesacheck .ch-2 .ch_btn,
        #cinesacheck .ch-3 .ch_btn,
        #cinesacheck .ch-4 .ch_btn {
            width: 278px;
            margin-bottom: 30px;
    }

        #cinesacheck .ch-3 .ch_btn {
            width: 130px;
    }

        #cinesacheck .dudas,
        #cinesacheck .video {
            width: 120px;
            height: 40px;
        line-height: 40px;
            padding-left: 25px;
        font-size: 18px;
    }

        #cinesacheck .dudas {
            width: 145px;
            margin-left: 145px;
    }

            #cinesacheck .dudas:hover,
            #cinesacheck .video:hover {
        background-color: #7a7a7a;
    }

            #cinesacheck .dudas span,
            #cinesacheck .video span {
                left: 12px;
                top: 12px;
    }

        #cinesacheck .ch-3 .ch_btn {
            margin-left: 18px;
    }

        #cinesacheck .ch-3 .atras {
            margin-left: 160px;
    }

            #cinesacheck .ch-3 .atras:hover {
        background-color: #7a7a7a;
    }

        #cinesacheck .ch-4 .titulo {
        margin-bottom: 25px;
    }

        #cinesacheck .ch-4 p {
            margin-left: 40px;
    }

        #cinesacheck .ch_recaptcha {
        margin-left: 140px;
            margin-bottom: 20px;
    }

        #cinesacheck .ch-4-5 {
            height: 80px;
            padding: 0;
    }

            #cinesacheck .ch-4-5 img {
                margin: 0 40px 0 20px;
    }

            #cinesacheck .ch-4-5 h3 {
                margin: 0;
                padding: 0;
                height: 80px;
        line-height: 80px;
    }

        #cinesacheck .ch-5 img,
        #cinesacheck .ch-7 img {
            margin: 50px 0px 50px 36px;
            width: 172px;
    }

        #cinesacheck .ch-5 .cont,
        #cinesacheck .ch-7 .cont {
        margin: 20px 0 0 60px;
            width: 55%;
    }

        #cinesacheck .ch-5 p {
        font-size: 15px;
    }

        #cinesacheck .ch-5 div > .row {
            margin: 40px 0;
    }

        #cinesacheck .ch-5 .row p {
            width: 300px;
        font-size: 12px;
    }

        #cinesacheck .ch-5 .dudas {
            margin-left: 50px;
    }

        #cinesacheck .ch-5 > .row p {
            margin: 40px 0 40px 270px;
        font-size: 15px;
    }

        #cinesacheck .ch-5 > .row .ch_btn {
        font-size: 18px;
            width: 170px;
            margin-left: 50px;
    }

        #cinesacheck .ch-6 .ch_btn {
            margin-bottom: 30px;
    } 

        #cinesacheck .ch-6 .titulo {
            margin-bottom: 0px;
    }

        #cinesacheck .ch-6 .ch_recaptcha {
            margin-top: 30px;
            margin-bottom: 30px;
    }

        #cinesacheck .ch-6 p {
            margin-left: 40px;
    }

        #cinesacheck .ch-7 .ch_btn {
            margin: 30px 0 50px 0;
    }

        #cinesacheck .ch-8 > ul > li {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        width: 90%;
    }

        #cinesacheck .ch-8 li > .mas,
        #cinesacheck .ch-8 li > .menos {
        height: 30px;
        margin-left: -55px;
        width: 35px;
        background-position: 0 0;
    }

        #cinesacheck .ch-8 li.respuesta {
        height: auto;
        margin-left: 0;
        width: calc(93% + 7px);
    }

        #cinesacheck .ch-8 > ul {
            padding-bottom: 35px;
    }

    #cinesacheck .ch-8 > ul > li > ul li {
        line-height: 20px;
                margin-right: 30px;
    }

        #cinesacheck .ch-8 .titulo {
        font-size: 21px;
    }

        #cinesacheck .ch-menu ul {
            margin: 0;
            padding: 0;
    }

            #cinesacheck .ch-menu ul li {
                height: 55px;
        line-height: 55px;
        padding: 0 25px 0 65px;
                margin-right: 12px;
        font-size: 21px;
    }

                #cinesacheck .ch-menu ul li span {
                    width: 35px;
                    height: 35px;
        line-height: 37px;
                    left: 15px;
                    top: 6px;
    }

        #cinesacheck #sb-site {
            min-height: 2500px !important;
    }*/
    /* /CINESACHECK */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SEMUEVE */
    #semueve article.info img {
        margin: 17px 40px 17px 25px;
    }

    #semueve article.info div {
        width: 83%;
        font-size: 16px;
    }

        #semueve article.info div h3 {
            font-size: 25px;
            margin: 15px 0 7px;
        }

        #semueve article.info div p {
            margin: 0;
            line-height: 24px;
        }

    #semueve .proyectos_titulo {
        height: 54px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

        #semueve .proyectos_titulo h4 {
            font-size: 22px;
            margin: 15px 0 25px;
        }

    #semueve .videos_actuales li,
    #semueve .carrusel_semueve li {
        width: 48%;
        height: 490px;
        margin-bottom: 20px;
        font-size: 12px;
    }

        #semueve .videos_actuales li:nth-child(2n+1) {
            margin-right: 4%;
        }

        #semueve .videos_actuales li .video,
        #semueve .carrusel_semueve li .video {
            margin-top: 35px;
            margin-left: calc(50% - 247px);
            width: 494px;
            height: 320px;
        }

        #semueve .videos_actuales li h5,
        #semueve .carrusel_semueve li h5 {
            font-size: 22px;
            font-weight: 100;
            margin: 15px;
        }

        #semueve .videos_actuales li p,
        #semueve .carrusel_semueve li p {
            margin: 15px;
        }

    #semueve .carrusel_semueve,
    #semueve .carrusel_semueve .shadow_left,
    #semueve .carrusel_semueve .shadow_right,
    #semueve .carrusel_semueve .shadow_left a,
    #semueve .carrusel_semueve .shadow_right a {
        height: 415px;
    }

        #semueve .carrusel_semueve li {
            width: 292px;
            height: 380px;
            margin: 0 7px;
        }

            #semueve .carrusel_semueve li .video {
                margin-top: 20px;
                margin-left: calc(50% - 123px);
                width: 247px;
                height: 179px;
            }

            #semueve .carrusel_semueve li h5 {
                margin: 10px 22px;
                font-size: 18px;
            }

            #semueve .carrusel_semueve li p {
                margin: 10px 22px;
                line-height: 18px;
            }

    #semueve .not_background {
        height: 40px;
    }

    #semueve .ver_mas {
        margin: 50px 0;
    }

        #semueve .ver_mas .btn {
            width: 316px;
            height: 33px;
            line-height: 33px;
        }

            #semueve .ver_mas .btn:hover {
                background-color: #003264;
            }
    /* /SEMUEVE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* BAJANEWS*/
    #bajanews .btn:hover {
        background-color: #003264;
    }
    /* /BAJANEWS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* GAMES */
    #games .descarga .desc {
        width: 74%;
        height: 250px;
        margin-right: calc(2% - 5px);
    }

    #games .descarga .faqs {
        width: 24%;
        height: 250px;
    }

    #games .desc img {
        margin: 50px 10px 0 30px;
    }

    #games .desc .info {
        width: 44%;
        margin-top: 36px;
        font-size: 16px;
    }

        #games .desc .info a {
            font-size: 25px;
            top: 20px !important;
        }

            #games .desc .info a:hover {
                border-bottom: 2px solid #d82245;
            }

    #games .desc .qr {
        width: 34%;
        height: 245px;
    }

        #games .desc .qr a {
            width: 105px;
            height: 160px;
            margin: 46px 10px 0;
        }

    #games .descarga .faqs p {
        font-size: 24px;
    }

        #games .descarga .faqs p span {
            font-size: 30px;
        }

    #games .premio_1 {
        font-size: 27px;
    }

        #games .premio_1 h3 {
            margin: 10px 0;
        }

        #games .premio_1 .destacado {
            font-size: 80px;
            line-height: 60px;
        }

    #games .premio_2 {
        font-size: 26px;
    }

        #games .premio_2 h3 {
            margin: 10px 0;
            line-height: 60px;
        }

    #games .premio_3 .top {
        width: 49%;
        height: 150px;
        margin-bottom: 20px;
    }

        #games .premio_3 .top:nth-child(2n+1) {
            margin-right: calc(2% - 5px);
        }

        #games .premio_3 .top h3 {
            font-size: 65px;
            margin: 30px 0 0 70px;
            line-height: 50px;
        }

        #games .premio_3 .top h5 {
            font-size: 35px;
            margin: 0px 0 0 70px;
        }

        #games .premio_3 .top img {
            right: 30px;
            top: 20px;
        }

    #games .ganadores .btn {
        width: 335px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
    }

        #games .ganadores .btn:hover {
            background-color: #9b1e2b;
        }

    #games .como_jugar {
        margin-bottom: 50px;
    }

        #games .como_jugar > h3 {
            line-height: 60px;
            font-size: 25px;
            margin-bottom: 20px;
        }

        #games .como_jugar li.instruct {
            width: 380px;
            height: 550px;
            font-size: 14px;
            margin: 0 5px 20px;
        }

            #games .como_jugar li.instruct h3 {
                font-size: 20px;
                margin: 14px 0 15px 30px;
            }

            #games .como_jugar li.instruct p {
                margin: 25px 15px;
            }

        #games .como_jugar li.last_li {
            width: 380px;
            height: 550px;
            font-size: 20px;
            margin: 0 5px 20px;
        }

            #games .como_jugar li.last_li p {
                margin-top: 80px;
            }

                #games .como_jugar li.last_li p span {
                    font-size: 25px;
                }

            #games .como_jugar li.last_li img {
                margin-top: 20px;
            }

            #games .como_jugar li.last_li .developers {
                bottom: 0;
                right: 0;
            }
    /* /GAMES */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SELECTS */
    .cc_select ul.open {
        max-height: 295px !important;
    }

    #clientes .cc_select {
        width: 266px;
    }

        #clientes .cc_select .select-group {
            width: 226px !important;
        }

            #clientes .cc_select .select-group li {
                width: 204px !important;
            }
    /* /SELECTS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA RESUMEN*/
    #ma_resumen aside {
        left: 40px;
        width: 290px;
        margin-right: 10px;
    }

    #ma_resumen .tucuenta {
        height: 300px;
        margin: 40px 0 30px;
    }

        #ma_resumen .tucuenta .foto {
            width: 155px;
            margin-top: -60px;
        }

        #ma_resumen .tucuenta p {
            font-size: 20px;
            margin: 15px 0 0;
        }

        #ma_resumen .tucuenta h2 {
            font-size: 45px;
            margin-top: 10px;
        }

        #ma_resumen .tucuenta .editar {
            top: 5px;
            right: 5px;
        }

    #ma_resumen .ma_menu li {
        height: 40px;
        line-height: 40px;
        margin-top: -16px;
    }

    #ma_resumen .ma_menu a {
        font-size: 19px;
    }

    #ma_resumen .ma_menu li.selected a,
    #ma_resumen .ma_menu li a:hover {
        background-color: #0e99fe;
        color: #ffffff;
    }

    #ma_resumen aside li.logout a {
        font-size: 19px;
    }

    #ma_resumen section {
        width: calc(100% - 390px);
        margin: 0 0 0 50px;
        top: -26px;
    }

    #ma_resumen .ma_bienvenida h3 {
        height: 47px;
        line-height: 47px;
        font-size: 23px;
        margin: 0;
    }

    #ma_resumen .noconfirm {
        height: 140px;
    }

        #ma_resumen .noconfirm p {
            top: 25px;
            margin-left: 120px;
            width: 400px;
        }

    #ma_resumen .newsletter input[type="checkbox"] + label span {
        width: 38px;
        height: 36px;
        margin: 7px 0 0 15px;
    }

    #ma_resumen .newsletter p {
        width: 50%;
        margin: 15px 0;
        font-size: 14px;
    }

    #ma_resumen article h4 {
        margin: 0 0 15px 0;
        height: 46px;
        line-height: 46px;
        font-size: 15px;
    }

    #ma_resumen .misentradas table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen .misentradas table th,
        #ma_resumen .misentradas table td {
            font-size: 13px;
        }

        #ma_resumen .misentradas table tr:first-child {
            height: 30px;
        }

        #ma_resumen .misentradas table td p {
            margin: 7px 0;
        }

        #ma_resumen .misentradas table th:nth-child(1),
        #ma_resumen .misentradas table td:nth-child(1) {
            width: 10%;
        }

        #ma_resumen .misentradas table th:nth-child(2),
        #ma_resumen .misentradas table td:nth-child(2) {
            width: 14%;
        }

        #ma_resumen .misentradas table th:nth-child(3),
        #ma_resumen .misentradas table td:nth-child(3) {
            width: 24%;
        }

        #ma_resumen .misentradas table th:nth-child(4),
        #ma_resumen .misentradas table td:nth-child(4) {
            width: 24%;
        }

        #ma_resumen .misentradas table th:nth-child(5),
        #ma_resumen .misentradas table td:nth-child(5) {
            width: 8%;
        }

        #ma_resumen .misentradas table th:nth-child(6),
        #ma_resumen .misentradas table td:nth-child(6) {
            width: 8%;
        }

        #ma_resumen .misentradas table td:nth-child(7) {
            text-align: center;
            width: 12%;
        }

        #ma_resumen .misentradas table td .table_btn {
            width: 90px;
            padding: 5px 0;
            line-height: 18px;
            font-size: 14px;
            margin-top: 10px;
        }

    #ma_resumen .misentradas > a,
    #ma_resumen .movimientos > a {
        font-size: 13px;
        margin: 0 10px 15px;
    }

    #ma_resumen .micinesacard .tarjeta,
    #ma_resumen .micinesacard .puntos {
        width: 48.5%;
        font-size: 15px;
        margin-bottom: 15px;
        float: left;
    }

    #ma_resumen .micinesacard .tarjeta {
        margin-right: 1%;
    }

    #ma_resumen .micinesacard .puntos {
        margin-left: 1%;
    }

    #ma_resumen .micinesacard .movimientos {
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

        #ma_resumen .micinesacard .tarjeta h5,
        #ma_resumen .micinesacard .puntos h5,
        #ma_resumen .micinesacard .movimientos h5 {
            margin: 0 0 15px;
            height: 46px;
            line-height: 46px;
            padding-left: 15px;
        }

    #ma_resumen .micinesacard .ma_row {
        margin: 0 auto;
        width: 94%;
    }

        #ma_resumen .micinesacard .ma_row img:first-child {
            margin: 10px 10px 0 5px;
        }

        #ma_resumen .micinesacard .ma_row img:last-child {
            margin: 0 0 0 30px;
            display: inline-block !important;
        }

        #ma_resumen .micinesacard .ma_row p {
            top: 20px;
        }

            #ma_resumen .micinesacard .ma_row p span {
                font-size: 22px;
                margin-top: 5px;
            }

    #ma_resumen .micinesacard .ma_saldoact,
    #ma_resumen .micinesacard .ma_puntoscad {
        width: 31%;
        margin: 0 5%;
    }

    #ma_resumen .micinesacard .ma_puntoscad {
        width: 50%;
        margin: 0 5%;
    }

        #ma_resumen .micinesacard .ma_saldoact > p,
        #ma_resumen .micinesacard .ma_puntoscad > p {
            height: 30px;
            margin-top: 0;
        }

        #ma_resumen .micinesacard .ma_saldoact li,
        #ma_resumen .micinesacard .ma_puntoscad li {
            margin: 7px 0;
            height: 30px;
        }

            #ma_resumen .micinesacard .ma_saldoact li .pnts,
            #ma_resumen .micinesacard .ma_puntoscad li .pnts {
                font-size: 22px;
            }

            #ma_resumen .micinesacard .ma_saldoact li .fecha_cad,
            #ma_resumen .micinesacard .ma_puntoscad li .fecha_cad {
                margin-left: 30px;
            }

    #ma_resumen .micinesacard .puntos > p {
        font-size: 11px;
        margin-left: 23px;
    }

    #ma_resumen .movimientos table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen .movimientos table td {
            height: 34px;
            line-height: 34px;
            border-bottom: 1px solid #d7d7d7;
        }

        #ma_resumen .movimientos table th,
        #ma_resumen .movimientos table td {
            font-size: 13px;
        }

        #ma_resumen .movimientos table tr:first-child {
            border-bottom: 2px solid #d7d7d7;
            height: 30px;
        }

        #ma_resumen .movimientos table td p {
            margin: 7px 0;
        }

    #ma_resumen .faq > .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }
    /* /MI AREA RESUMEN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA ENTRADAS */
    #ma_resumen.ma_entradas .misentradas .pag li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
    }

        #ma_resumen.ma_entradas .misentradas .pag li a {
            font-size: 16px;
        }
    /* /MI AREA ENTRADAS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA CINESACARD */
    #ma_resumen.ma_ccard .rangofechas {
        margin: 25px auto 10px;
    }

        #ma_resumen.ma_ccard .rangofechas span {
            font-size: 15px;
            line-height: 41px;
        }

        #ma_resumen.ma_ccard .rangofechas .text {
            height: 39px;
            margin: 0 10px 10px;
        }

        #ma_resumen.ma_ccard .rangofechas .btn {
            width: 150px;
            height: 41px;
            line-height: 41px;
            font-size: 22px;
            margin-left: 30px;
        }

            #ma_resumen.ma_ccard .rangofechas .btn:hover {
                background-color: #004c95;
            }

    #ma_resumen .faq .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }

    #ma_resumen.ma_ccard .faq .btn_faq:hover {
        background-color: #c3c3c3;
    }

    #ma_resumen.ma_ccard .puntos .puntos_menu li {
        font-size: 16px;
        height: 35px;
        line-height: 38px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li {
        width: 121px;
        height: 159px;
        margin: 50px 7px 30px 7px;
    }

        #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos {
            width: 134px;
            height: 30px;
            line-height: 30px;
            top: -44px;
            left: -2px;
            font-size: 15px;
        }

            #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos.tr_last {
                width: 121px;
            }

    #ma_resumen.ma_ccard .regalo-puntos {
        width: 121px;
        line-height: 47px;
        font-size: 24px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info {
        width: 121px;
        height: 0px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
    }

    .no-touch #ma_resumen.ma_ccard .puntos .div-1 li:hover .regalo-info {
        width: 121px;
        height: 80px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info p {
        line-height: 13px;
        margin-left: 4px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info img {
        margin-top: -7px;
    }

    #ma_resumen.ma_ccard .imagenregalo {
        width: 118px;
        height: 105px;
        margin-top: 5px;
    }

    #ma_resumen .faq .div-3 li {
        width: 90%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        font-size: 13px;
    }

    #ma_resumen .faq .div-3 .mas,
    #ma_resumen .faq .div-3 .menos {
        width: 35px;
        height: 30px;
        margin-left: -55px;
    }

    #ma_resumen .faq .div-3 li.respuesta {
        margin-left: 0px;
        width: calc(93% + 07px);
    }

        #ma_resumen .faq .div-3 li.respuesta ul li {
            margin-left: -10px;
            margin-bottom: 10px;
            line-height: 20px;
            height: auto;
            width: 95%;
        }

            #ma_resumen .faq .div-3 li.respuesta ul li.stitulo {
                line-height: 20px;
                margin-left: -35px;
            }

            #ma_resumen .faq .div-3 li.respuesta ul li.sresumen {
                line-height: 20px;
                margin-left: -35px;
            }
    /* MI AREA CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA MIS DATOS */
    #ma_resumen.ma_datos .row {
        width: 96%;
    }

    #ma_resumen.ma_datos h5 {
        font-size: 21px;
        margin: 40px 0 10px 0;
    }

    #ma_resumen.ma_datos .field {
        width: 30%;
        margin: 0 1% 20px;
    }

        #ma_resumen.ma_datos .field label,
        #ma_resumen.ma_datos .field .p_label {
            margin: 0 0 3px;
            font-size: 15px;
        }

        #ma_resumen.ma_datos .field .text {
            height: 37px;
            line-height: 37px;
            font-size: 15px;
        }

        #ma_resumen.ma_datos .field .box_inactivo {
            width: calc(100% - 62px);
            padding-left: 60px;
        }

    #ma_resumen.ma_datos .field_ext {
        width: 95%;
    }

    #ma_resumen.ma_datos .field .box_small {
        width: 50px;
        margin: 0 15px 0 0;
    }

    #ma_resumen.ma_datos .btn_edit {
        width: 65px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 25px;
    }

    #ma_resumen.ma_datos .validar_correo {
        width: 270px;
        font-size: 12px;
        margin-left: 20px;
    }

        #ma_resumen.ma_datos .validar_correo p {
            margin: 0 0 5px 90px;
        }

    #ma_resumen.ma_datos .row .sub_row {
        width: 100%;
        margin-top: -15px;
    }

        #ma_resumen.ma_datos .row .sub_row p {
            width: 70%;
            margin: 0;
            font-size: 12px;
        }

    #ma_resumen.ma_datos .row .mini {
        font-size: 11px;
        margin: 5px 0;
    }



    #ma_resumen.ma_datos .r_cambios input[type="submit"] {
        /*margin: 0 0 40px 8px;
            width: 254px;*/
    }

    /* /NUEVA CC_FORM */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HEADER MI AREA */
    /* CUANDO SE ACTIVE MI AREA SE HA DE QUITAR EL .N_CC */
    #cc_form.n_cc #cinefavorito_header .cc_cuenta,
    #cc_form.n_cc #cinefavorito_header .disp_login {
        display: none;
    }

    #cc_form.n_cc .sb-toggle-right {
        position: relative;
        vertical-align: top;
        display: inline-block;
        width: 132px;
        height: 52px;
        background: url("../img/ico_mi_cuenta_cinesa.jpg")no-repeat;
        cursor: pointer;
    }

    #cc_form.n_cc #cinefavorito_header .cinefav {
        right: 3px;
    }
    /* /HEADER MI AREA */
    /* ############################################################################################################################## */
    #landingplantilla section img {
        margin-left: calc(50% - 320px);
    }
}
/*fin @media 1280*/
/* ==========================================================================
   7 - skin
   ========================================================================== */
@media all and (min-width: 1280px) {
    .skin .sb-site {
        margin: 0 auto;
    }
    /*HEADER*/
    .skin header {
        position: relative;
        width: 100%;
        min-width: 980px;
        text-align: center;
    }

        .skin header #header {
            left: calc(50% - 490px);
            width: 980px;
        }


        .skin header #menu {
            position: relative;
            height: 120px;
            padding: 10px 0 10px 0;
        }

        .skin header #logo_header {
            /*logo cinesa del header*/
            position: absolute;
            height: 120px;
            left: 10px;
            background-position: 0 -28px;
            position: absolute;
            height: 37px;
            width: 241px;
            bottom: 13px;
            left: 40px;
            background-position: 8px -156px;
        }
        /* login */
        .skin header #cinefavorito_header {
            right: 12px;
            height: 52px;
        }

            .skin header #cinefavorito_header .cinefav {
                height: 52px;
                line-height: 52px;
            }

            .skin header #cinefavorito_header .cc_cuenta.open {
                right: 681px;
            }

            .skin header #cinefavorito_header .disp_login {
                right: 0;
                top: 0;
                height: 50px;
            }

                .skin header #cinefavorito_header .disp_login.open {
                    width: 680px;
                }

            .skin header #cinefavorito_header .text {
                top: 4px;
                width: 135px;
                height: 40px;
                font-size: 18px;
            }

            .skin header #cinefavorito_header .pass {
                top: 4px;
                width: 135px;
                height: 40px;
                font-size: 18px;
            }

            .skin header #cinefavorito_header .disp_login .btn {
                width: 115px;
                height: 40px;
                line-height: 40px;
                top: 4px;
                font-size: 22px;
            }

            .skin header #cinefavorito_header .recordar {
                width: 80px;
                height: 40px;
            }

                .skin header #cinefavorito_header .recordar a {
                    font-size: 12px;
                }

            .skin header #cinefavorito_header .close_login {
                width: 46px;
                height: 50px;
                top: 0;
                right: 0;
            }

    .no-touch.skin header #cinefavorito_header .disp_logged:hover div {
        width: 44px;
        height: 44px;
        top: 4px;
        left: 4px;
    }

    .skin header #cinefavorito_header.logged .cinefav {
        right: 163px;
    }

    .skin header #cinefavorito_header.logged .cc_cuenta {
        right: 52px;
    }

    .skin header #cinefavorito_header.nuevo_logged.logged .cinefav {
        right: 0;
    }
    /* /login */
    /* menú 3.0*/
    .skin header #menu {
        position: relative;
    }

        .skin header #menu > #menu_web {
            position: absolute;
            right: 10px;
            bottom: 15px;
            margin: 0;
            padding: 0;
            width: calc(100% - 200px);
            height: 50px;
        }

            .skin header #menu > #menu_web > ul {
                margin: 0;
                padding: 0;
                position: relative;
                width: 100%;
                height: 50px;
                text-align: right;
            }

                .skin header #menu > #menu_web > ul li {
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                    width: 13%;
                    margin-left: 0px;
                }

                    .skin header #menu > #menu_web > ul li > span {
                        right: 0;
                        top: 0;
                    }

    .skin header nav#menu_web ul li img {
        /*img logo yomvi*/
        margin: -2px 3px 0 0;
    }
    /*-----------------------------------------------------------------------------------------------------------------------------------------*/
    /*EFECTO BOTONES MENÚ*/
    .skin header nav#menu_web ul li span.colorbutton {
        width: 90%;
        height: 43px;
        position: relative;
        top: 0;
        z-index: 1;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        padding: 20px 0 11px 0;
    }

    .skin header nav#menu_web ul li a {
        width: 90%;
        height: 40px;
        position: relative;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        padding-top: 10px;
        text-decoration: none;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        outline: medium none;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 19px;
        line-height: 32px;
    }

        .skin header nav#menu_web ul li a:after {
            content: "";
            position: absolute;
            z-index: -1;
            height: 0;
            left: 0;
            top: 0;
            width: 100%;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .no-touch.skin header nav#menu_web ul li a:hover, .skin header nav#menu_web ul li a:active {
            color: #ffffff;
        }

            .no-touch.skin header nav#menu_web ul li a:hover:after, .skin header nav#menu_web ul li a:active:after {
                height: 100%;
            }
        /*-----------------------------------------------------------------------------------------------------------------------------------------*/
        .skin header nav#menu_web ul li a div {
            position: relative;
            display: inline-block;
            width: 40%;
            float: right;
            height: auto;
            margin-left: 0;
            padding-left: 0px;
        }
    /*/
HEADER*/
    /*BODY*/
    /*.skin #separador-top {
            position: relative;
            width: 100%;
            height: 12px;
            left: 0px;
}*/

    .skin main {
        position: relative;
        height: auto;
        width: 100%;
        min-width: 980px;
        text-align: center;
    }

        .skin main #main {
            left: calc(50% - 485px);
            width: 970px;
            margin-top:230px;
        }
        /* SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
        .skin main nav {
            /*MENÚ*/
            width: calc(100% - 20px);
        }

            .skin main nav ul li {
                width: 97px;
            }
        /* /SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
        .skin main #bajo_menu {
            /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
            position: relative;
            margin: 10px 0 0 10px;
            width: calc(100% - 10px);
            height: 40px;
        }

            .skin main #bajo_menu #ruta {
                position: absolute;
                left: 5px;
            }

            .skin main #bajo_menu #orden {
                position: absolute;
                right: 10px;
                bottom: 10px;
            }

                .skin main #bajo_menu #orden a {
                    /*Botones ordenar*/
                    padding: 10px;
                    margin: 0 10px 0 5px;
                }

        .skin main section {
            height: auto;
            width: 100%;
            margin-left: 0;
        }

            .skin main section #publicidad_body {
                /*la publicidad flota a la derecha de la cartelera*/
                float: right;
                margin: 00px 0px 0 1px;
            }

            .skin main section .cartelera_peliculas {
                min-height: 750px;
            }

                .skin main section .cartelera_peliculas ul {
                    /*la cartelera ocupa todo el ancho del <section>, se adapta a la publicidad.*/
                    left: 0px !important;
                    margin-left: 10px !important;
                    padding-left: 0 !important;
                    text-align: left;
                }

                .skin main section .cartelera_peliculas > ul > li {
                    /*estilo de los carteles*/
                    position: relative;
                    width: 220px;
                    height: 380px;
                    margin: 0 0.8% 15px 2px;
                    list-style: none;
                    display: inline-block;
                    padding: 5px;
                }

                .skin main section .cartelera_peliculas ul li h3 {
                    /*título del cartel*/
                    margin: 5px 0 10px 10px;
                    width: 200px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .skin main section .cartelera_peliculas ul li img {
                    /*imagen del cartel*/
                    margin: 0 10px 0 7px;
                }

                .skin main section .cartelera_peliculas div.contenedor_verficha {
                    position: absolute;
                    width: 100%;
                    height: 60px;
                    left: 0;
                    bottom: 0px;
                }

                .skin main section .cartelera_peliculas ul li a.vf, .no-touch.skin main section .cartelera_peliculas ul li a.vf:hover {
                    text-decoration: none;
                    border: 0;
                    color: #0076EC;
                }
                /*DIV PUNTUACION Y COMPARTIR*/
                .skin main section .cartelera_peliculas ul li div.puntuacion {
                    float: left;
                    position: relative;
                    margin: 7px 0 0 10px;
                    width: 152px;
                    height: 25px;
                }

                    .skin main section .cartelera_peliculas ul li div.puntuacion ul.stars {
                        left: 0px;
                        top: 0px;
                        margin: 0px !important;
                    }

                .skin main section .cartelera_peliculas ul li .num_votos {
                    position: absolute;
                    top: 5px;
                    right: 0;
                    margin: 0;
                    font-family: "Trebuchet MS";
                    font-size: 10px;
                    color: #666666;
                }

                .skin main section .cartelera_peliculas ul li div.compartir {
                    position: absolute;
                    bottom: 30px;
                    right: 15px;
                }

                .skin main section .cartelera_peliculas ul li div.compartir_opt {
                    position: absolute;
                    bottom: 27px;
                    right: 15px;
                }

                    .skin main section .cartelera_peliculas ul li div.compartir_opt > a {
                        margin: 0 2px;
                    }
        /*/
DIVS PUNTUACION Y COMPARTIR*/
        /* ========================================================================== */
        /*/
BODY*/
        /* ############################################################################################################################## */
        /* IMAX ISENS DOLBY */
        .skin main #banner_seccion {
            position: relative;
            margin: 0 0 0 0;
            width: 100%;
            margin-bottom: 20px;
        }

            .skin main #banner_seccion img.banner {
                width: calc(100% - 20px);
            }

    .skin #imax article#select_cinefav, .skin #screenX article#select_cinefav {
        padding-left: 150px;
        width: calc(100% - 20px);
    }

    .skin #imax section #publicidad_body, .skin #isens section #publicidad_body, .skin #screenX section #publicidad_body {
        float: right;
        margin: 80px 0 0 1px;
    }
    /* ****************************** */
    /* ******************************* */
    .skin article#info_rollover {
        position: relative;
        width: 946px;
        margin: 0 auto;
        height: 162px;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 40px;
        display: table;
    }

    .skin #isens #info_rollover, .skin #imax #info_rollover, .skin #screenX #info_rollover {
        margin: 30px 10px;
        width: calc(100% - 20px);
    }

    .skin #isens div.rollover, .skin #imax div.rollover, .skin #screenX div.rollover {
        position: absolute;
        bottom: 0px;
        width: 24.4%;
        height: 180px;
        background-color: #cfcfcf;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .skin #isens .roll_1, .skin #imax .roll_1{
        left: 0;
    }

    .skin #isens .roll_2, .skin #imax .roll_2{
        left: 25%;
    }

    .skin #isens .roll_3, .skin #imax .roll_3{
        left: 50%;
    }

    .skin #screenX .roll_1 {
        left: 0;
        background:#fff;
    }
    .skin #screenX .roll_2 {
        left: 34%;
        background: #fff;
    }
    .skin #screenX .roll_3 {
        left: 68%;
        background: #fff;
    }


    .skin #isens .roll_4, .skin #imax .roll_4 {
        left: 75%;
    }

    .skin #isens div.roll_img, .skin #imax div.roll_img, .skin #screenX div.roll_img {
        position: absolute;
        top: 0px;
        height: 170px;
        width: 100%;
        padding-top: 10px;
        background-color: #ffffff;
        text-align: center;
        z-index: 10;
        font-family: "dinengschriftstd", "Another Font", generic;
        font-size: 23px;
        color: #bfbfbf;
        line-height: 25px;
    }
        .skin #screenX div.roll_img{
            background:#fff;
        }
        .skin #isens div.roll_img > p, .skin #imax div.roll_img > p, .skin #screenX div.roll_img > p {
            margin-top: 15px;
            padding: 0 5px 0 5px;
            color: #0076ec;
            font-size: 20px;
        }

    .skin #screenX .roll_1 div.roll_img > p {
        width: 67.5%;
        color: #000;
    }

    .skin #screenX .roll_2 div.roll_img > p {
        width: 67.5%;
        color: #000;
    }

    .skin #screenX .roll_3 div.roll_img > p {
        width: 67.5%;
        color: #000;
    }

    .skin.no-touch #isens div.rollover:hover, .skin.no-touch #imax div.rollover:hover, .skin.no-touch #screenX div.rollover:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .skin.no-touch #isens .roll_1:hover {
        height: 390px;
    }

    .skin.no-touch #isens .roll_2:hover {
        height: 355px;
    }

    .skin.no-touch #isens .roll_3:hover {
        height: 370px;
    }

    .skin.no-touch #isens .roll_4:hover {
        height: 340px;
    }

    .skin #isens div.roll_span, .skin #imax div.roll_span, .skin #screenX div.roll_span {
        position: absolute;
        bottom: 0;
        padding: 10px;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        color: #0076EC;
        font-size: 12px;
        opacity: 0;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .skin.no-touch #isens div.rollover:hover > .roll_span, .skin.no-touch #imax div.rollover:hover > .roll_span, .skin.no-touch #screenX div.rollover:hover > .roll_span {
        opacity: 1;
        height: auto;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .skin #isens div.rollover > .roll_span > div, .skin #imax div.rollover > .roll_span > div, .skin #screenX div.rollover > .roll_span > div {
        margin: 10px 0 0 0;
    }

    .skin #isens .roll_span h6,
    #isens .roll_span span {
        font-family: "Trebuchet MS";
        color: #0076eb;
        font-size: 12px;
        margin: 0 0 5px 0;
    }

    .skin #isens .roll_span .estandarinf {
        border-top: 1px dashed #999999;
        padding-top: 10px;
    }

        .skin #isens .roll_span .estandarinf h6,
        #isens .roll_span .estandarinf span {
            color: #999999;
        }

    .skin #imax .select_cinefav .field, .skin #screenX .select_cinefav .field,
    #isens .select_cinefav .field {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
        width: 370px;
    }

    .skin #imax .select_cinefav .btn_zona, .skin #screenX .select_cinefav .btn_zona,
    #isens .select_cinefav .btn_zona {
        margin-left: 15px;
        width: 54px;
    }

    .skin #imax #banner_seccion .col .container, .skin #isens #banner_seccion .col .container, .skin #screenX #banner_seccion .col .container {
        height: 192px;
        left: calc(50% - 170px);
        top: calc(50% - 96px);
        width: 340px;
    }
    .skin #screenX #banner_seccion .col .container {
        top: calc(50% - 17px);
    }
        .skin #imax div.rollover {
            background-color: #000000;
        }

    .skin #imax div.roll_img {
        background-color: #0297D9;
    }

        .skin #imax div.roll_img > p {
            color: #ffffff;
            width: 65%;
            margin: 0 auto;
        }

    .skin.no-touch #imax .roll_1:hover {
        height: 290px;
    }

    .skin.no-touch #imax .roll_2:hover {
        height: 435px;
    }

    .skin.no-touch #imax .roll_3:hover {
        height: 435px;
    }

    .skin.no-touch #imax .roll_4:hover {
        height: 420px;
    }

    .skin #screenX div.rollover {
        background-color: #000000;
    }

  

        .skin #screenX div.roll_img > p {
            color: #ffffff;
            width: 65%;
            margin: 0 auto;
        }

    .skin.no-touch #screenX .roll_1:hover {
        height: 290px;
    }

    .skin.no-touch #screenX .roll_2:hover {
        height: 290px;
    }

    .skin.no-touch #screenX .roll_3:hover {
        height: 290px;
    }


    .skin #imax div.roll_span, .skin #screenX div.roll_span {
        color: #ffffff;
    }
    /* /IMAX /ISENS /DOLBY */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /*FICHAS PELICULA*/
    /*BODY*/
    .skin #ficha_pelicula main, .skin #ficha_eventos main {
        position: relative;
    }

        .skin #ficha_pelicula main section, .skin #ficha_eventos main section {
            position: relative;
            margin-top: -30px;
        }

    .skin article#navegacion_fichas {
        position: relative;
        width: calc(100% - 20px);
        height: 35px;
        margin: 0 0 20px 10px;
    }

        .skin article#navegacion_fichas div {
            display: inline;
            width: 150px;
            height: 40px;
            line-height: 40px;
            background-color: #f2f2f2;
            text-align: center;
            padding: 0 15px 0 15px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .skin article#navegacion_fichas div#left, .skin article#navegacion_fichas div#right {
                font-family: "dinengschriftstd", "Another Font", generic;
                font-size: 18px;
                color: #999999;
            }

            .skin article#navegacion_fichas div#left {
                float: left;
            }

            .skin article#navegacion_fichas div#right {
                float: right;
            }

            .skin article#navegacion_fichas div#left span#spmovl {
                position: absolute;
                left: 5px;
                line-height: 36px;
            }

            .skin article#navegacion_fichas div#right span#spmovr {
                position: absolute;
                right: 5px;
                line-height: 36px;
            }

        .skin article#navegacion_fichas #left a #spwebl {
            margin-left: 5px;
        }

        .skin article#navegacion_fichas div#center {
            float: left;
            width: calc(100% - 410px);
            margin: 0 10px 0 10px;
            background-color: #ffffff;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            color: #0076ec;
            font-family: "dinengschriftstd";
            font-size: 25px;
        }

        .skin article#navegacion_fichas div a {
            font-family: "dinengschriftstd", "Another Font", generic;
            font-size: 25px;
            text-decoration: none;
            color: #999999;
            line-height: 25px;
        }

        .skin article#navegacion_fichas #left a #spwebl, .skin article#navegacion_fichas #right a #spwebr {
            font-size: 18px !important;
        }

    .skin article.cuadros_ficha {
        padding: 20px 5px 0 5px;
        margin-bottom: 20px;
        background-color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .skin article#cartel {
        position: relative;
        width: 660px;
        left: 10px;
        height: 325px;
    }

        .skin article#cartel img.cartel {
            position: relative;
            width: 197px;
            height: 284px;
        }

        .skin article#cartel img.trailer, .skin article#cartel .trailer {
            width: 437px;
            height: 284px;
        }

        .skin article#cartel div.puntuacion {
            text-align: left;
            position: absolute;
            width: 170px;
            height: 25px;
            bottom: 5px;
            left: 10px;
        }

            .skin article#cartel div.puntuacion p {
                position: absolute;
                top: 0;
                right: 0;
                margin: 0;
                font-family: "Trebuchet MS";
                font-size: 13px;
                color: #999999;
            }

            .skin article#cartel div.puntuacion ul.stars {
                left: 0px;
                top: 0px;
                margin: 0 !important;
                padding: 0 !important;
            }

        .skin article#cartel div.compartir {
            position: absolute;
            bottom: 13px;
            right: 10px;
        }

        .skin article#cartel div.compartir_opt {
            position: absolute;
            bottom: 10px;
            right: 10px;
            width: 48px;
        }

            .skin article#cartel div.compartir_opt a {
                margin: 0px 2px;
            }

        .skin article#cartel div.cinta {
            position: absolute;
            right: 11px;
            bottom: 41px;
        }

            .skin article#cartel div.cinta img {
                display: block;
                margin-top: 1px;
            }

    .skin article#info {
        position: absolute;
        top: 55px;
        right: 10px;
        width: calc(100% - 710px);
        height: 335px;
        text-align: left;
    }

        .skin article#info .calificacion {
            position: absolute;
            right: 0;
            top: 0;
        }

        .skin article#info div.datos {
            position: relative;
            top: 0px;
            left: 10px;
            width: 94%;
        }

            .skin article#info div.datos p {
                font-family: 'Trebuchet MS', Helvetica, sans-serif;
                font-size: 13px;
                color: #666666;
                margin: 0 0 6px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .skin article#info div.datos p span {
                    color: #333333;
                }

        .skin article#info .tecnologias {
            position: relative;
            display: inline-block;
            width: 100%;
            height: auto;
            min-height: 50px;
            line-height: 20px;
            margin: 0 0 5px 0;
            padding: 10px 0;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            text-align: left;
            color: #333333;
        }

            .skin article#info .tecnologias p {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 100%;
                margin: 0;
                text-align: left;
                height: 20px;
            }

            .skin article#info .tecnologias .imax, .skin article#info .tecnologias .isens, .skin article#info .tecnologias .dolby, .skin article#info .tecnologias .screenX {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 78px;
                height: 30px;
                margin-top: 5px;
            }

            .skin article#info .tecnologias .imax {
                background: url("../img/imax.jpg") no-repeat center;
            }

            .skin article#info .tecnologias .isens {
                background: url("../img/isens.jpg") no-repeat center;
            }

            .skin article#info .tecnologias .dolby {
                background: url("../img/dolby.jpg") no-repeat center;
            }

            .skin article#info .tecnologias .screenX {
                background: url("../img/alucinaScreenX.jpg") no-repeat center;
            }

    .skin article.descripcion {
        position: relative;
        width: calc(100% - 52px);
        height: auto;
        left: 10px;
        text-align: left;
        padding: 15px;
    }

        .skin article.descripcion.d2 {
            display: none;
        }

        .skin article.descripcion div.datos {
            display: none;
        }

        .skin article.descripcion p {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 13px;
            color: #666666;
        }

            .skin article.descripcion p span {
                color: #333333;
            }

    .skin article.select_cinefav {
        position: relative;
        width: calc(100% - 58px);
        height: auto;
        left: 10px;
        margin-bottom: 20px;
        text-align: center;
    }

        .skin article.select_cinefav div.s_zona {
            position: absolute;
            margin-left: 10px;
            display: inline-block;
            cursor: pointer;
        }

    .skin article.horarios {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .skin #ficha_pelicula .field {
        width: 370px;
        margin: 0 auto 10px;
    }

    .skin .horarios ul.destacado .peli_info h4 {
        width: 46%;
    }

    .skin .horarios ul.destacado .peli_info p {
        width: 22%;
    }
    /* ############################################################################################################################# */
    .skin article#banners {
        position: relative;
        margin-bottom: 20px;
        width: calc(100% - 22px);
        left: 10px;
        padding: 0;
        height: auto;
        text-align: center;
    }

        .skin article#banners div#banner1 {
            width: 400px;
            display: inline-block;
            margin-right: 20px;
            vertical-align: top;
            margin-top: 60px;
        }

        .skin article#banners div#banner2 {
            width: 400px;
            display: inline-block;
            margin-right: 20px;
        }

        .skin article#banners div#banner3 {
            display: inline-block;
            margin-top: 60px;
        }

        .skin article#banners div#banner1 img, .skin article#banners div#banner2 img {
            width: 100%;
        }
    /*/
BODY*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* EVENTOS */
    .skin #eventos main nav ul {
        width: calc(100% - 45px);
    }

        .skin #eventos main nav ul li {
            width: 92px;
        }

    .skin #eventos main #bajo_menu {
        /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
        position: relative;
        margin: 0 0 0 10px;
        width: calc(100% - 70px);
        height: 30px;
    }

        .skin #eventos main #bajo_menu #ruta {
            position: absolute;
        }

    .skin #eventos main section .cartelera_peliculas > ul > li {
        /*estilo de los carteles*/
        position: relative;
        width: 220px;
        height: 390px;
        margin: 0 2px 15px 2px;
        list-style: none;
        display: inline-block;
        padding: 5px;
    }

    .skin #eventos main section .cartelera_peliculas ul li h3, .skin #eventos main section .cartelera_peliculas ul li h3 a {
        /*título del cartel*/
        color: #fba300;
    }

    .skin #eventos main section .cartelera_peliculas ul li a.verficha {
        /*botón "ver ficha"*/
        color: #fba300;
    }

        .skin #eventos main section .cartelera_peliculas ul li a.verficha:after {
            content: "";
            background: none repeat scroll 0 0 #fba300;
        }

        .skin.no-touch #eventos main section .cartelera_peliculas ul li a.verficha:hover, .skin #eventos main section .cartelera_peliculas ul li a.verficha:active {
            border: 2px solid #fba300;
            color: #FFFFFF;
        }

    .skin #eventos main section .cartelera_peliculas ul li a.vf, .skin.no-touch #eventos main section .cartelera_peliculas ul li a.vf:hover {
        color: #fba300;
    }

    .skin #eventos main section .cartelera_peliculas ul li div.fecha {
        position: relative;
        margin: 5px 12px;
        width: calc(45%);
        height: 30px;
        text-align: left;
        font-family: "dinengschriftstd", "Another Font", generic;
        color: #999999;
        font-size: 18px;
    }

    .skin #eventos .cartelera_peliculas .mashorarios {
        position: absolute;
        bottom: 37px;
        right: 12px;
        padding: 0 5px;
        background-color: #999999;
        color: #ffffff;
        font-family: "dinengschriftstd";
        font-size: 18px;
        border: 0;
    }

    .skin #eventos main section .cartelera_peliculas ul li div.puntuacion {
        position: absolute;
        margin: 35px 0 0 10px;
        width: 150px;
        height: 25px;
    }

    .skin #eventos section .cartelera_peliculas ul li div.compartir {
        bottom: 10px;
    }

    .skin #eventos section .cartelera_peliculas ul li div.compartir_opt {
        bottom: 7px;
    }

    .skin #ficha_eventos .field {
        margin: 0 auto 10px;
        width: 370px;
    }
    /* /EVENTOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FICHA CINE */
    .skin #ficha_cine section {
        margin-bottom: 60px;
    }

        .skin #ficha_cine section .select_cinefav {
            width: calc(100% - 20px);
        }

    .skin #ficha_cine .select_cinefav .field {
        width: 370px;
    }

    .skin #ficha_cine .select_cinefav .maps {
        margin-left: 10px;
    }

    .skin #ficha_cine .select_cinefav .btn_zona {
        width: 54px;
        margin-left: 10px;
    }

    .skin article.select_cinefav .btn_promos {
        width: 192px;
        font-size: 18px;
    }

    .skin #ficha_cine article#publicidad_body {
        position: absolute;
        margin: 0;
        right: -50px;
        top: 174px;
    }

    .skin #ficha_cine .horarios {
        width: calc(100% - 330px);
        margin: 0 0 20px 10px;
    }

    .skin #ficha_cine article > h3 {
        width: 74px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    .skin #ficha_cine article h3.promo {
        width: 120px;
    }

    .skin article.promociones, .skin article.precios, .skin article.calif {
        width: calc(100% - 0px);
        margin: 0 auto 20px;
    }

    .skin article .btn_mostrar {
        width: 260px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .skin article.precios .div_precios li {
        width: 24%;
    }

    .skin article.calif .div_calificaciones li {
        width: 40%;
        margin: 0 30px;
    }

    .skin .infocine_col {
        width: 96%;
        margin: 5px auto;
        font-size: 15px;
    }

        .skin .infocine_col > h3 {
            line-height: 31px;
        }

        .skin .infocine_col > p {
            line-height: 40px;
        }

            .skin .infocine_col > p > span {
                line-height: 40px;
                padding: 0 10px 0 10px;
            }

            .skin .infocine_col > p.infocine_sub {
                font-size: 11px;
                line-height: 15px;
            }

    .skin .div_calificaciones p {
        width: 90%;
        padding-left: 30px;
        margin-bottom: 40px;
        line-height: 18px;
        font-size: 13px;
    }
    /* BANNER -------------------------------------------- BANNER */
    .skin #ficha_cine article#banner_seccion, .skin #promos article#banner_seccion {
        margin-top: 0;
        width: calc(100% - 20px);
        left: 10px;
    }

        .skin #ficha_cine article#banner_seccion .img_left, .skin #promos article#banner_seccion .img_left, .skin #eventos article#banner_seccion .img_left {
            position: absolute;
            z-index: 10;
            top: calc(65% - 48px);
            left: 15px;
        }

        .skin #ficha_cine article#banner_seccion .img_right, .skin #promos article#banner_seccion .img_right, .skin #eventos article#banner_seccion .img_right {
            position: absolute;
            z-index: 10;
            top: calc(65% - 48px);
            right: 15px;
        }

    .skin #banner_seccion div.radios {
        position: absolute;
        padding: 5px 0 5px 0;
        text-align: center;
        bottom: 5px;
        width: 100%;
    }

    .skin #ficha_cine article#banner_seccion {
        width: 67%;
        left: 0;
    }
    /* /BANNER -------------------------------------------- /BANNER */
    /* CINESAPLAN ----------------------------------------- CINESAPLAN */
    .skin .cinesaplan {
        width: 68%;
        margin-left: 0;
    }

        .skin .cinesaplan .plan {
            width: 47%;
            margin: 0 12px 20px 0px;
        }

            .skin .cinesaplan .plan:last-child {
                margin: 0 0 20px 12px;
            }

            .skin .cinesaplan .plan .titulo {
                width: 100%;
                height: 33px;
                line-height: 33px;
            }

                .skin .cinesaplan .plan .titulo p {
                    font-size: 20px;
                    text-align: left;
                }

                .skin .cinesaplan .plan .titulo img {
                    top: 5px;
                    right: 10px;
                }

            .skin .cinesaplan .plan > img {
                width: 100%;
            }

            .skin .cinesaplan .plan a {
                margin-top: 8px;
                width: 100%;
                height: 38px;
                line-height: 38px;
                font-size: 18px;
            }
    /* /CINESAPLAN ----------------------------------------- /CINESAPLAN */
    /* /FICHA CINE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRAILERS CARTELERA*/
    .skin.no-touch #trailers_cartelera section .cartelera_peliculas > ul > li a:hover .play {
        position: absolute;
        top: 51px;
        left: 15px;
    }

    .skin #trailers_estrenos section {
        width: 980px;
        margin: 0 auto;
    }

        .skin #trailers_estrenos section .cartelera_peliculas > ul > li {
            height: 300px;
            width: 300px;
            margin-right: 3px;
            margin-left: 3px;
        }

            .skin #trailers_estrenos section .cartelera_peliculas > ul > li .cartel {
                width: 294px;
                height: 190px;
                margin-left: 0px;
            }

            .skin #trailers_estrenos section .cartelera_peliculas > ul > li h3 {
                width: 355px;
            }

        .skin #trailers_estrenos section .cartelera_peliculas ul li div.compartir {
            bottom: 11px;
        }

        .skin #trailers_estrenos section .cartelera_peliculas ul li div.compartir_opt {
            bottom: 8px;
        }

        .skin #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi {
            background: none;
            text-align: center;
            height: auto;
        }

            .skin #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi img {
                width: 90%;
                height: 90%;
                margin-top: 30px;
            }
    /* /TRAILERS CARTELERA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MAPA */
    .skin #mapa section {
        min-height: 500px;
        /* general */
        padding-bottom: 630px;
    }

    .skin #mapa #bajo_menu {
        /* general */
        height: 30px;
    }

    .skin #mapa #publicidad_body {
        /* general */
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 610px;
        text-align: center;
        vertical-align: top;
        /*left: 50%;
        margin-left: -150px;*/
    }

    .skin #mapa #mapa-cines {
        position: relative;
        background-color: #FFFFFF;
        min-width: 723px;
        width: 100%;
        height: 850px;
        margin-bottom: 40px;
    }

        .skin #mapa #mapa-cines img#mapa {
            position: absolute;
            top: 200px;
            left: calc(50% - 360px);
        }

    .skin #menu_mapa {
        position: absolute;
        top: 195px;
        left: -50px;
    }

        .skin #menu_mapa li.titulo {
            font-family: "dinengschriftstd";
            font-size: 15px;
            color: #333333;
            background-color: #e5e5e5;
            padding: 0 5px;
        }

        .skin #menu_mapa ul.listado {
            padding: 2px 0 2px 5px;
        }

            .skin #menu_mapa ul.listado li {
                line-height: 19px;
            }

        .skin #menu_mapa li {
            font-family: "Trebuchet MS", Arial, Helvetica;
            font-size: 12px;
            color: #666;
            text-align: left;
        }

        .skin #menu_mapa ul li a {
            cursor: pointer;
            color: #666;
        }

    #menu_mapa ul li a.promoA {
        cursor: pointer;
        color: #00559A;
    }

    .skin.no-touch #menu_mapa li ul li a:hover {
        /*decoracion hover de cada enlace*/
    }

    .skin.no-touch #menu_mapa .listado:hover {
        background-color: #dddddd;
    }

    .skin #menu_mapa div {
        position: absolute;
        z-index: 9;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .skin .ie7 #menu_mapa {
        z-index: 10;
    }

    .skin #menu_canarias {
        width: 199px;
        height: 78px;
        background-image: url(../img/mapa/flecha_canarias.png);
        left: 290px;
        top: 600px;
    }

        .skin #menu_canarias .listado {
            margin-left: 23px;
        }

        .skin #menu_canarias .titulo {
            margin-left: 43px;
            margin-top: -40px;
        }

    .skin #menu_sevilla {
        background-image: url("../img/mapa/flecha_sevilla.png");
        height: 163px;
        left: 229px;
        top: 362px;
        width: 182px;
    }

        .skin #menu_sevilla .listado {
            position: absolute;
            bottom: -18px;
            left: 0;
            margin-left: -15px;
        }

        .skin #menu_sevilla .titulo {
            position: absolute;
            bottom: 27px;
            left: 0;
            width: 80px;
        }

    .skin #menu_malaga {
        width: 110px;
        height: 58px;
        background-image: url(../img/mapa/flecha_malaga.png);
        left: 466px;
        top: 356px;
    }

        .skin #menu_malaga .listado {
            margin-left: -25px;
            margin-top: 10px;
            width: 119px;
        }

        .skin #menu_malaga .titulo {
            margin-top: -4px;
            margin-left: -20px;
            width: 70px;
        }

    .skin #menu_murcia {
        width: 175px;
        height: 90px;
        background-image: url(../img/mapa/flecha_murcia.png);
        left: 590px;
        top: 285px;
    }

        .skin #menu_murcia .listado {
            position: absolute;
            bottom: -34px;
            right: 0;
        }

        .skin #menu_murcia .titulo {
            width: 95px;
            position: absolute;
            bottom: 11px;
            margin-left: 30px;
        }

    .skin #menu_valencia {
        width: 252px;
        height: 120px;
        background-image: url(../img/mapa/flecha_valencia.png);
        left: 613px;
        top: 206px;
    }

        .skin #menu_valencia .listado {
            position: absolute;
            bottom: 0;
            margin-bottom: -12px;
            right: 0;
        }

        .skin #menu_valencia .titulo {
            width: 50px;
            position: absolute;
            right: 108px;
            bottom: 22px;
        }

    .skin #menu_castellon {
        background-image: url("../img/mapa/flecha_castellon.png");
        height: 97px;
        left: 627px;
        text-align: right;
        top: 155px;
        width: 155px;
        z-index: 20 !important;
    }

        .skin #menu_castellon ul {
            position: absolute;
            bottom: -10px;
            right: 0;
        }

        .skin #menu_castellon .titulo {
            bottom: -20px;
        }

        .skin #menu_castellon .listado {
            margin-top: 10px;
            bottom: -45px;
        }

    .skin #menu_mallorca {
        width: 159px;
        height: 51px;
        background-image: url(../img/mapa/flecha_mallorga.png);
        left: 715px;
        top: 173px;
        z-index: 30 !important;
    }

        .skin #menu_mallorca .listado {
            position: absolute;
            bottom: -12px;
            width: 140px;
            margin-left: -20px;
        }

        .skin #menu_mallorca .titulo {
            position: absolute;
            bottom: 33px;
            right: 0;
            width: 113px;
        }

    .skin #menu_barcelona {
        width: 265px;
        height: 173px;
        background-image: url(../img/mapa/flecha_barcelona.png);
        left: 694px;
        top: -53px;
        text-align: left;
        z-index: 31 !important;
    }

        .skin #menu_barcelona .listado {
            position: absolute;
            margin-top: -10px;
            right: 00px;
        }

        .skin #menu_barcelona .titulo {
            position: absolute;
            right: 39px;
            width: 115px;
            margin-top: -40px;
        }

    .skin #menu_zaragoza {
        width: 196px;
        height: 245px;
        background-image: url(../img/mapa/flecha_zaragoza.png);
        left: 580px;
        top: -140px;
        z-index: 30 !important;
    }

        .skin #menu_zaragoza .listado {
            position: absolute;
            top: -5px;
            right: 0;
        }

        .skin #menu_zaragoza .titulo {
            position: absolute;
            top: -24px;
            right: 0;
            width: 120px;
        }

    .skin #menu_guipuzcoa {
        background-image: url("../img/mapa/flecha_guipuzcoa.png");
        height: 58px;
        left: 520px;
        text-align: left;
        top: -30px;
        width: 90px;
    }

        .skin #menu_guipuzcoa .listado {
            position: absolute;
            right: -29px;
            width: 90px;
            top: -5px;
            text-align: left;
        }

        .skin #menu_guipuzcoa .titulo {
            position: absolute;
            width: 50px;
            right: 1px;
            top: -24px;
        }

    .skin #menu_bilbao {
        width: 83px;
        height: 78px;
        background-image: url(../img/mapa/flecha_bilbao.png);
        left: 408px;
        top: -56px;
        z-index: 20 !important;
    }

        .skin #menu_bilbao .listado {
            position: absolute;
            right: -39px;
            width: 118px;
            top: -5px;
        }

        .skin #menu_bilbao .titulo {
            position: absolute;
            width: 50px;
            right: 1px;
            top: -24px;
        }

    .skin #menu_santander {
        width: 139px;
        height: 140px;
        background-image: url(../img/mapa/flecha_santander.png);
        left: 393px;
        top: -110px;
        text-align: left;
    }

        .skin #menu_santander .listado {
            position: absolute;
            right: 0;
            top: -8px;
            width: 130px;
        }

        .skin #menu_santander .titulo {
            position: absolute;
            width: 105px;
            right: 0px;
            top: -24px;
        }

    .skin #menu_oviedo {
        width: 131px;
        height: 146px;
        background-image: url(../img/mapa/flecha_oviedo.png);
        left: 250px;
        top: -112px;
    }

        .skin #menu_oviedo .listado {
            position: absolute;
            left: -20px;
            top: -8px;
            width: 135px;
        }

        .skin #menu_oviedo .titulo {
            position: absolute;
            width: 115px;
            right: 6px;
            top: -24px;
        }

    .skin #menu_acoruna {
        width: 133px;
        height: 84px;
        background-image: url(../img/mapa/flecha_acoruna.png);
        left: 178px;
        top: -58px;
    }

        .skin #menu_acoruna .listado {
            position: absolute;
            left: -20px;
            top: -6px;
            width: 146px;
        }

        .skin #menu_acoruna .titulo {
            position: absolute;
            width: 115px;
            right: 8px;
            top: -24px;
        }

    .skin #menu_santiago {
        width: 116px;
        height: 84px;
        background-image: url(../img/mapa/flecha_santiago.png);
        left: 179px;
        top: 13px;
    }

        .skin #menu_santiago .listado {
            position: absolute;
            left: -20px;
            top: -6px;
            width: 135px;
        }

        .skin #menu_santiago .titulo {
            position: absolute;
            width: 95px;
            right: 10px;
            top: -24px;
        }

    .skin #menu_cadiz {
        width: 89px;
        height: 64px;
        background-image: url(../img/mapa/flecha_cadiz.png);
        left: 505px;
        top: 396px;
    }

        .skin #menu_cadiz .listado {
            position: absolute;
            bottom: -33px;
            width: 80px;
            left: 0;
        }

        .skin #menu_cadiz .titulo {
            position: absolute;
            width: 55px;
            right: 10px;
            bottom: 12px;
        }

    .skin #menu_valladolid {
        width: 277px;
        height: 44px;
        background-image: url(../img/mapa/flecha_valladolid.png);
        left: 181px;
        top: 70px;
    }

        .skin #menu_valladolid .listado {
            position: absolute;
            top: -5px;
            left: -20px;
        }

        .skin #menu_valladolid .titulo {
            position: absolute;
            width: 55px;
            left: 1px;
            top: -24px;
        }

    .skin div#menu_madrid {
        background-image: url("../img/mapa/flecha_madrid.png");
        background-position: right center;
        height: 40px;
        left: 190px;
        top: 127px;
        width: 290px;
        z-index: 20;
    }

    .skin #menu_madrid ul {
        float: left;
    }

    .skin #menu_madrid li {
        float: right;
    }

        .skin #menu_madrid li ul li {
            float: none;
        }

    .skin #menu_madrid .listado {
        position: absolute;
        top: -5px;
        left: -29px;
    }

    .skin #menu_madrid .titulo {
        position: absolute;
        width: 130px;
        left: 1px;
        top: -24px;
    }

    .skin #menu_merida {
        background-image: url("../img/mapa/flecha_merida.png");
        height: 174px;
        left: 300px;
        top: 270px;
        width: 100px;
        z-index: 20 !important;
    }

        .skin #menu_merida .listado {
            position: absolute;
            bottom: -35px;
            left: -20px;
        }

        .skin #menu_merida .titulo {
            position: absolute;
            width: 50px;
            left: 1px;
            bottom: 7px;
        }
    /* /MAPA */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS */
    .skin #promos .select_cinefav {
        width: calc(100% - 20px);
    }

        .skin #promos .select_cinefav .row:last-child > p {
            margin: 0 10px 0 0;
            line-height: 42px;
            font-size: 14px;
        }

        .skin #promos .select_cinefav .row .field {
            width: 370px;
        }

        .skin #promos .select_cinefav .row:last-child .field {
            width: 200px;
            margin-right: 15px;
        }

    .skin #promos article.select_cinefav .btn_borrar {
        height: 42px;
        line-height: 43px;
        width: 42px;
        margin-left: 4px;
        font-size: 26px;
    }

    .skin #promos #publicidad_body {
        margin: 45px 40px 0 0;
        width: 275px;
    }

        .skin #promos #publicidad_body img {
            width: 100%;
        }

    .skin #promos main section {
        margin-left: 0px;
        width: 100%;
    }

    .skin #promos .listapromos {
        margin-bottom: 30px;
        text-align: left;
    }

        .skin #promos .listapromos ul {
            padding: 0;
        }

            .skin #promos .listapromos ul li {
                display: inline-block;
                position: relative;
                width: 295px;
                margin: 0 1% 15px 1%;
                padding: 0;
            }

        .skin #promos .listapromos li h3 {
            position: relative;
            font-size: 13px;
            width: 285px;
            line-height: 22px;
            margin: 0 0 5px 0 !important;
            padding-left: 10px;
            background-color: #ffffff;
        }

            .skin #promos .listapromos li h3 a {
                color: #666666;
            }
    /* BORRAR DESDE AQUI ------------------------------------------------ */
    .skin #promos article.select_cinefav div#select2, .skin #promos article.select_cinefav div#select3, .skin #promos article.select_cinefav div#select4 {
        position: relative;
        vertical-align: top;
        width: 200px;
        margin: 0 10px;
    }

        .skin #promos article.select_cinefav div#select2 li, .skin #promos article.select_cinefav div#select3 li, .skin #promos article.select_cinefav div#select4 li {
            font-size: 13px;
            line-height: 15px;
            padding-left: 5px;
            border-left: 5px solid #ffffff;
            width: 150px !important;
        }

            .skin #promos article.select_cinefav div#select2 li.selected, .skin #promos article.select_cinefav div#select3 li.selected, .skin #promos article.select_cinefav div#select4 li.selected {
                line-height: 27px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .skin #promos article.select_cinefav div#select2.opne li.selected, .skin #promos article.select_cinefav div#select3.open li.selected, .skin #promos article.select_cinefav div#select4.open li.selected {
            line-height: 15px;
            white-space: initial;
        }

    .no-touch.skin #promos article.select_cinefav div#select2 li:hover, .no-touch.skin #promos article.select_cinefav div#select3 li:hover, .no-touch.skin #promos article.select_cinefav div#select4 li:hover {
        border-left-color: #fed801;
    }

    .skin #promos article.select_cinefav div#select2 ul.select-group, .skin #promos article.select_cinefav div#select3 ul.select-group, .skin #promos article.select_cinefav div#select4 ul.select-group {
        width: 128px;
    }

        .skin #promos article.select_cinefav div#select2 ul.select-group li, .skin #promos article.select_cinefav div#select3 ul.select-group li, .skin #promos article.select_cinefav div#select4 ul.select-group li {
            width: 128px;
        }

    .skin #promos article.select_cinefav div#select2 .inner, .skin #promos article.select_cinefav div#select3 .inner, .skin #promos article.select_cinefav div#select4 .inner {
        width: 200px;
    }
    /* HASTA AQUI ------------------------------------------------ */
    .skin #promos article.titulo_promo {
        margin-left: 20px;
    }

        .skin #promos article.titulo_promo div {
            color: #ffffff;
            font-size: 16px;
            font-family: "Trebuchet MS";
            text-align: center;
            background-color: #999999;
            width: 245px;
            height: 45px;
            line-height: 45px;
            -webkit-border-radius: 6px 6px 0 0;
            -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

    .skin #promos article.titulo_filtro div {
        background-color: #ff0033;
    }
    /* /PROMOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS LANDING */
    .skin #promos_landing section article.cartel-promo {
        position: relative;
        width: 66.5%;
        padding: 12px 0;
        text-align: center;
        margin-bottom: 60px;
        left: 5px;
    }

        .skin #promos_landing section article.cartel-promo img {
            width: 630px;
        }

    .skin #promos_landing section article.panel_right {
        top: 20px;
        right: 5px;
        position: absolute;
        min-width: 305px;
        width: 30%;
        text-align: center;
    }

    .skin #promos_landing section div.info-promo {
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 30px;
        text-align: left;
    }

    .skin #promos_landing #publicidad_body {
        margin-right: 10px;
    }

    .skin #promos_landing section article.cartel-promo {
        margin-bottom: 60px;
        padding: 12px 0;
        position: relative;
        text-align: center;
        width: 644px;
    }
    /* /PROMOS LANDING */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROXIMOS ESTRENOS */
    .skin #proximos_estrenos article.cartelera_peliculas .fechaestreno {
        width: calc(100% + 18px);
        height: 28px;
        top: -35px;
        line-height: 28px;
    }

        .skin #proximos_estrenos article.cartelera_peliculas .fechaestreno span {
            font-size: 20px;
        }

    .skin #proximos_estrenos article.cartelera_peliculas li.ventaanticipada a .stick-va {
        left: 16px;
        top: 0;
        margin-top: 4px;
    }
    /* /PROXIMOS ESTRENOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HOME */
    .skin #home #separador-bottom {
        max-width: 1220px;
        width: 100%;
        height: 13px;
        margin: 0 auto;
        left: 0;
    }

    .skin #home .pelicula_principal {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

        .skin #home .pelicula_principal ul li {
            position: relative;
            width: 100%;
            height: 413px;
        }

        .skin #home .pelicula_principal img {
            width: 100%;
        }

        .skin #home .pelicula_principal .topo3d {
            top: 15px;
            right: 15px;
            width: 144px;
            height: 144px;
        }

        .skin #home .pelicula_principal .principal-info {
            width: 100%;
            height: 60px;
            line-height: 60px;
            bottom: 0;
            text-align: left;
        }

            .skin #home .pelicula_principal .principal-info a {
                margin: 0 0 0 6px;
                font-size: 25px;
                padding: 10px 15px;
            }

                .skin #home .pelicula_principal .principal-info a.trailer {
                    padding-left: 45px;
                }

        .skin #home .pelicula_principal .img_left, .skin #home .pelicula_principal .img_right {
            top: 0;
            height: 505px;
            width: 29px;
        }

    .skin #home .promociones {
        margin-bottom: 50px;
    }

        .skin #home .promociones span {
            right: 5px;
            font-size: 17px;
        }

        .skin #home .promociones div {
            top: 16px;
            height: 170px;
        }

        .skin #home .promociones ul {
            margin-bottom: 0;
            margin-top: 20px;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

        .skin #home .promociones li {
            display: inline-block;
            margin: 0px 1px;
            position: relative;
        }

        .skin #home .promociones .infopromo {
            position: absolute;
            width: 100%;
            height: 0px;
            bottom: 0;
            top: auto;
            transition: 0.5s;
        }

    .no-touch.skin #home .promociones li:hover .infopromo {
        height: 65px;
        transition: 0.5s;
    }

    .skin #home .promociones .infopromo p {
        font-size: 22px;
        position: absolute;
        margin: 0;
        left: 15px;
        line-height: 65px;
    }

    .skin #home .promociones .infopromo .mas {
        position: absolute;
        right: 10px;
        top: 17px;
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 23px;
    }

    .skin #home .promociones .shadow_left, .skin #home .promociones .shadow_right, .skin #home .cartelera .shadow_left, .skin #home .cartelera .shadow_right, .skin #home .tecnologia .shadow_left, .skin #home .tecnologia .shadow_right {
        top: 0;
        width: 43px;
        z-index: 4;
    }

        .skin #home .promociones .shadow_left .img_left, .skin #home .promociones .shadow_right .img_right {
            width: 49px;
            height: 170px;
        }

    .skin #home .cartelera {
        height: 370px;
    }

        .skin #home .cartelera .cart-menu {
            position: absolute;
            top: 10px;
            left: 0;
        }

        .skin #home .cartelera span {
            position: absolute;
            right: 5px;
            top: 30px;
            font-size: 17px;
        }

    #home .pelicula_principal span.rb_promo {
        background: url(../img/IconPromo/icono_promo_grande_derecha_inclinado_redonda.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 9px;
        height: 68px;
        left: 8px;
        z-index: 9999;
    }

    #home .cartelera span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 10px;
        height: 21px;
        left: 150px;
        z-index: 9999;
    }

    #home .cartelera ul li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    .skin #home .carteles-carrusel, .skin #ciclos .carteles-carrusel, .skin #ficha_cine .carteles-carrusel {
        position: relative;
        top: 0px;
        height: 310px;
    }

        .skin #home .carteles-carrusel ul, .skin #ciclos .carteles-carrusel ul, .skin #ficha_cine .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            height: 280px;
            margin: 15px 0 0 0;
            padding: 0;
        }

            .skin #home .carteles-carrusel ul li, .skin #ciclos .carteles-carrusel ul li, .skin #ficha_cine .carteles-carrusel ul li {
                display: inline-block;
                position: relative;
                margin: 0 5px;
            }

    .skin #home .cartelera li img, .skin #ciclos .ciclo li img, .skin #ficha_cine .ciclo li img {
        width: 200px;
    }

    .skin #home .cartelera .infopeli, .skin #ciclos .ciclo .infopeli, .skin #ficha_cine .ciclo .infopeli {
        height: 0;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0px;
    }

    .no-touch.skin #home .cartelera li:hover .infopeli, .no-touch.skin #ficha_cine .ciclo li:hover .infopeli {
        height: 75px;
    }

    .skin #home .cartelera .infopeli h4, .skin #ciclos .ciclo .infopeli h4, .skin #ficha_cine .ciclo .infopeli h4 {
        position: absolute;
        font-size: 22px;
        top: 2px;
        left: 5px;
        margin: 0;
        padding: 0;
        width: 195px;
        height: 30px;
    }

    .skin #home .cartelera .infopeli p, .skin #ciclos .ciclo .infopeli p, .skin #ficha_cine .ciclo .infopeli p {
        font-size: 18px;
        position: absolute;
        top: 35px;
        margin: 0;
        left: 5px;
    }

    .skin #home .cartelera .infopeli .mas, .skin #ciclos .ciclo .infopeli a, .skin #ficha_cine .ciclo .infopeli a {
        position: absolute;
        top: 32px;
        right: 5px;
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 23px;
    }

    .skin #home .cartelera .shadow_left .img_left, .skin #home .cartelera .shadow_right .img_right, .skin #ciclos .ciclo .shadow_left .img_left, .skin #ciclos .ciclo .shadow_right .img_right, .skin #ficha_cine .ciclo .shadow_left .img_left, .skin #ficha_cine .ciclo .shadow_right .img_right {
        width: 29px;
        height: 305px;
    }

    .skin #home .tecnologia p {
        margin-left: 10px;
        text-align: left;
        font-size: 19px;
    }

    .skin #home .tecnologia .robapaginas {
        position: relative;
        float: right;
        right: 10px;
        margin-top: -249px;
    }

    .skin #home .tecnologia .tecno {
        position: relative;
        width: 645px;
        height: 269px;
        margin-top: -5px;
    }

    .skin #home .tecnologia .shadow_left, .skin #home .tecnologia .shadow_right {
        height: 269px;
    }

    .skin #home .tecnologia ul {
        position: relative;
        height: 190px;
        top: 30px;
        width: 645px;
        margin: 0 auto;
        padding: 0;
    }

    .skin #home .tecnologia li {
        height: 190px;
        width: 210px;
        display: inline-block;
        position: relative;
        text-align: left;
    }

        .skin #home .tecnologia li a {
            margin-left: 0px !important;
        }

        .skin #home .tecnologia li:nth-child(2) {
            border-left: 2px solid #dddddd;
            border-right: 2px solid #dddddd;
            overflow: hidden;
            width: 200px;
        }

    #home .tecnologia li:nth-child(3) {
        border-right: 2px solid #dddddd;
        overflow: hidden;
    }

    .skin #home .clientes {
        height: 280px;
        text-align: left;
    }

        .skin #home .clientes .promos {
            position: relative;
            display: inline-block;
            margin-left: 10px;
            top: 10px;
            width: 49%;
            vertical-align: top;
        }

        .skin #home .clientes .promobox {
            position: relative;
            width: 100%;
        }

            .skin #home .clientes .promobox img {
                width: 100%;
                max-width: 589px;
            }

            .skin #home .clientes .promobox .radios {
                float: right;
            }

        .skin #home .clientes .toppeliculas {
            position: relative;
            display: inline-block;
            width: 47%;
            margin-left: 10px;
            top: 10px;
            vertical-align: top;
        }

            .skin #home .clientes .toppeliculas ul {
                margin: 0;
                padding: 0;
            }

            .skin #home .clientes .toppeliculas li {
                display: inline-block;
                margin: 0 5px;
            }

            .skin #home .clientes .toppeliculas img {
                width: 180px;
            }

            .skin #home .clientes .toppeliculas .img_left, .skin #home .clientes .toppeliculas .img_right {
                position: absolute;
                top: 0;
                width: 27px;
                height: 260px;
            }

            .skin #home .clientes .toppeliculas .img_left {
                background-position: 0 50%;
                left: 10px;
            }

            .skin #home .clientes .toppeliculas .img_right {
                background-position: -29px 50%;
                right: 5px;
            }

    .skin #home article {
        margin: 0 !important;
    }

        .skin #home article.cartelera {
            margin-top: 16px !important;
        }

        .skin #home article.tecnologia {
            margin-top: 20px !important;
            margin-bottom: 50px !important;
        }

    .skin #home .home-row {
        width: calc(100% - 20px);
        margin: 0 auto 13px;
    }

        .skin #home .home-row h3 {
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            margin: 0 0 10px 0;
        }

        .skin #home .home-row .btn {
            right: 0;
            bottom: 0;
            height: 35px;
            line-height: 35px;
            font-size: 15px;
            margin: 0 0 10px 0;
        }
    /* /HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CICLOS */
    .skin #ciclos section {
        min-height: 330px;
        margin-left: 10px;
        width: calc(100% - 20px);
    }

    .skin #ciclos #publicidad_body {
        margin: 48px 10px 0 0;
    }

    .skin #ciclos .ciclo, .skin #ficha_cine .ciclo {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .skin #ficha_cine .ciclo {
        width: calc(100% - 20px);
        margin: 0 auto 60px auto;
    }

    .skin #ciclos .ciclo.robapaginas {
        width: 69%;
    }

    .skin #ciclos .ciclo .titulo, .skin #ficha_cine .ciclo .titulo {
        position: relative;
        width: 300px;
        padding: 5px 15px;
        font-size: 20px;
        text-align: left;
    }

    .skin #ciclos .ciclo .carteles-carrusel, .skin #ficha_cine .ciclo .carteles-carrusel {
        position: relative;
        top: 10px;
        width: 100%;
    }

        .skin #ciclos .ciclo .carteles-carrusel ul, .skin #ficha_cine .ciclo .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            top: 0;
            margin-top: 15px;
        }

            .skin #ciclos .ciclo .carteles-carrusel ul li, .skin #ficha_cine .ciclo .carteles-carrusel ul li {
                position: relative;
            }
    /* /CICLOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD */
    .skin #cinesacard main #bajo_menu {
        height: 23px;
    }

    .skin #cinesacard article {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .skin #cinesacard .ccard .micuenta, .skin #cinesacard .ccard .ventajas_ccard {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .skin #cinesacard .ccard .micuenta {
        width: 430px;
        margin-bottom: 20px;
    }

    .skin #cinesacard .micuenta img {
        position: absolute;
        top: -80px;
        left: 10px;
        height: 150px;
        width: 150px;
    }

    .skin #cinesacard .micuenta h3 {
        position: relative;
        top: 25px;
        left: 80px;
        line-height: 30px;
        font-size: 65px;
    }

    .skin #cinesacard .formlogin {
        position: relative;
        margin-top: 72px;
        width: 430px;
        height: 230px;
    }

        .skin #cinesacard .formlogin form {
            position: relative;
            width: calc(100% - 10px);
            margin: 0 5px;
        }

        .skin #cinesacard .formlogin input[type="email"], .skin #cinesacard .formlogin input[type="password"] {
            width: 185px;
            border: none;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            padding-left: 15px;
            margin: 0 3px 7px 3px;
        }

        .skin #cinesacard .formlogin input[type="submit"] {
            width: 406px;
            height: 38px;
            font-size: 22px;
        }

        .skin #cinesacard .formlogin a {
            position: relative;
            top: 5px;
            margin: 0 10px;
            font-size: 16px;
            border-bottom: 1px solid #cccccc;
        }

    .skin #cinesacard .ventajas_ccard {
        margin-top: 72px;
        margin-left: 5px;
        height: 230px;
        width: 100%;
    }

        .skin #cinesacard .ventajas_ccard h3 {
            font-size: 45px;
            margin: 5px 0 0 0;
        }

        .skin #cinesacard .ventajas_ccard p {
            font-size: 23px;
            margin: 0;
            line-height: 10px;
        }

        .skin #cinesacard .ventajas_ccard .lista_ventajas {
            position: relative;
            margin: 0 auto;
            margin-top: 20px;
            left: 5px;
        }

            .skin #cinesacard .ventajas_ccard .lista_ventajas li {
                position: relative;
                width: 135px;
            }

    .skin #cinesacard .lista_ventajas li div.jueves, .skin #cinesacard .lista_ventajas li div.vip, .skin #cinesacard .lista_ventajas li div.promociones, .skin #cinesacard .lista_ventajas li div.puntos, .skin #cinesacard .lista_ventajas li div.eventos {
        background: url(../img/ico_ccard_ventajas_m.png) no-repeat;
        width: 105px;
        height: 105px;
    }

    .skin #cinesacard .lista_ventajas li div.jueves {
        background-position: 0 0;
    }

    .skin #cinesacard .lista_ventajas li div.vip {
        background-position: -105px 0;
        width: 110px;
    }

    .skin #cinesacard .lista_ventajas li div.promociones {
        background-position: -220px 0;
        width: 107px;
    }

    .skin #cinesacard .lista_ventajas li div.puntos {
        background-position: -330px 0;
        width: 113px;
    }

    .skin #cinesacard .lista_ventajas li div.eventos {
        background-position: -448px 0;
    }

    .skin #cinesacard .lista_ventajas a {
        display: none;
        position: absolute;
        left: 0;
        top: -5px;
        width: 90px;
        height: 105px;
        padding: 7px;
        font-size: 18px;
        line-height: 22px;
    }

    .skin #cinesacard .lista_ventajas li div.jueves a {
        width: 90px;
    }

    .skin #cinesacard .lista_ventajas li div.vip a {
        width: 97px;
    }

    .skin #cinesacard .lista_ventajas li div.promociones a {
        width: 98px;
    }

    .skin #cinesacard .lista_ventajas li div.puntos a {
        width: 100px;
    }

    .skin #cinesacard .lista_ventajas li div.eventos a {
        width: 98px;
    }

    .no-touch.skin #cinesacard .lista_ventajas li div:hover a {
        display: block;
    }

    .skin #cinesacard .conseguirccard {
        text-align: left;
    }

        .skin #cinesacard .conseguirccard > div {
            position: relative;
            display: inline-block;
            width: 48%;
            margin: 0 0.7%;
        }

        .skin #cinesacard .conseguirccard .cc_header {
            position: relative;
            height: 95px;
            margin-bottom: 5px;
        }

            .skin #cinesacard .conseguirccard .cc_header p {
                margin: 0;
                line-height: 40px;
                font-size: 18px;
            }

            .skin #cinesacard .conseguirccard .cc_header h3 {
                margin: 0;
                line-height: 40px;
                font-size: 40px;
            }

        .skin #cinesacard .conseguirccard .cc_pasos {
            position: relative;
            margin-top: -8px;
        }

            .skin #cinesacard .conseguirccard .cc_pasos ul {
                height: 130px;
                padding: 0;
            }

                .skin #cinesacard .conseguirccard .cc_pasos ul li {
                    display: inline-block;
                    position: relative;
                    width: 120px;
                    height: 120px;
                    margin-top: 15px;
                }

                    .skin #cinesacard .conseguirccard .cc_pasos ul li.flecha-1, .skin #cinesacard .conseguirccard .cc_pasos ul li.flecha-2 {
                        width: 32px;
                    }

            .skin #cinesacard .conseguirccard .cc_pasos > div {
                margin: 0 10px;
                font-size: 17px;
                border: 1px solid #ffffff;
            }

            .skin #cinesacard .conseguirccard .cc_pasos p {
                position: relative;
                line-height: 20px;
                margin: 10px 0;
            }

            .skin #cinesacard .conseguirccard .cc_pasos .popcorn {
                position: absolute;
                width: 100px;
                height: 50px;
                top: -25px;
            }

        .skin #cinesacard .conseguirccard .cc_btn {
            position: relative;
            margin-top: 7px;
            height: 60px;
        }

            .skin #cinesacard .conseguirccard .cc_btn a {
                position: absolute;
                width: 300px;
                height: 40px;
                left: calc(50% - 150px);
                top: calc(50% - 20px);
                line-height: 40px;
                font-size: 22px;
            }

        .skin #cinesacard .conseguirccard .cc_aviso {
            font-size: 11px;
        }

    .skin #cinesacard .aviso > div {
        position: relative;
        width: 711px;
        height: 50px;
        margin: 0 auto;
        border: 1px dashed #bcbcbc;
    }

        .skin #cinesacard .aviso > div p {
            display: inline-block;
            line-height: 14px;
            font-size: 19px;
        }

        .skin #cinesacard .aviso > div a {
            position: absolute;
            width: 80px;
            height: 23px;
            font-size: 14px;
            top: 14px;
            right: 10px;
            line-height: 23px;
        }

    .skin #cinesacard .puntos .puntos_menu {
        text-align: left;
        padding-left: 10px;
    }

        .skin #cinesacard .puntos .puntos_menu li {
            display: inline-block;
            font-size: 16px;
            height: 35px;
            line-height: 38px;
            padding: 0 25px;
        }

    .skin #cinesacard .puntos .div-1, .skin #cinesacard .puntos .div-3 {
        padding: 10px 0 10px 0;
    }

        .skin #cinesacard .puntos .div-1 ul, .skin #cc_micuenta .puntos .div-1 ul {
            padding-left: 10px;
            text-align: left;
        }

        .skin #cinesacard .puntos .div-1 li, .skin #cc_micuenta .puntos .div-1 li {
            position: relative;
            display: inline-block;
            border: 2px solid #efefef;
            width: 121px;
            height: 159px;
            margin: 50px 7px 30px 7px;
        }

            .skin #cinesacard .puntos .div-1 li .tiporegalos, .skin #cc_micuenta .puntos .div-1 li .tiporegalos {
                position: absolute;
                width: 140px;
                height: 30px;
                line-height: 30px;
                top: -44px;
                left: -2px;
                padding-left: 5px;
                font-size: 15px;
            }

                .skin #cinesacard .puntos .div-1 li .tiporegalos.tr_last, .skin #cc_micuenta .puntos .div-1 li .tiporegalos.tr_last {
                    width: 121px;
                }

    .skin #cinesacard .regalo-puntos, .skin #cc_micuenta .regalo-puntos {
        position: absolute;
        bottom: 0;
        width: 121px;
        line-height: 47px;
        border-top: 2px solid #efefef;
        font-size: 24px;
    }

    .skin #cinesacard .puntos .div-1 li .regalo-info, .skin #cc_micuenta .puntos .div-1 li .regalo-info {
        position: absolute;
        width: 121px;
        height: 0px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
        transition: 0.5s;
    }

    .no-touch.skin #cinesacard .puntos .div-1 li:hover .regalo-info, .no-touch.skin #cc_micuenta .puntos .div-1 li:hover .regalo-info {
        width: 121px;
        height: 80px;
        transition: 0.5s;
    }

    .skin #cinesacard .puntos .div-1 li .regalo-info p, .skin #cc_micuenta .puntos .div-1 li .regalo-info p {
        line-height: 13px;
        margin-left: 4px;
    }

    .skin #cinesacard .puntos .div-1 li .regalo-info img, .skin #cc_micuenta .puntos .div-1 li .regalo-info img {
        margin-top: -7px;
    }


    .skin #cinesacard .puntos .div-3 li, .skin #cc_micuenta .faq .div-3 li {
        position: relative;
        height: 30px;
        width: 90%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        font-size: 13px;
    }

        .skin #cinesacard .puntos .div-3 li.respuesta, .skin #cc_micuenta .faq .div-3 li.respuesta {
            height: auto;
            border: 2px solid #e8e8e8;
            margin-left: 0px;
            width: calc(93% + 07px);
        }

            .skin #cinesacard .puntos .div-3 li.respuesta ul li, .skin #cc_micuenta .faq .div-3 li.respuesta ul li {
                margin-left: -10px;
                margin-bottom: 10px;
                line-height: 20px;
                height: auto;
                width: 95%;
            }

                .skin #cinesacard .puntos .div-3 li.respuesta ul li.stitulo, .skin #cc_micuenta .faq .div-3 li.respuesta ul li.stitulo {
                    line-height: 20px;
                    margin-left: -35px;
                }

                .skin #cinesacard .puntos .div-3 li.respuesta ul li.sresumen, .skin #cc_micuenta .faq .div-3 li.respuesta ul li.sresumen {
                    line-height: 20px;
                    margin-left: -35px;
                }

                .skin #cinesacard .puntos .div-3 li.respuesta ul li a, .skin #cc_micuenta .faq .div-3 li.respuesta ul li a {
                    border-bottom: 1px solid #666666;
                }
    /* /CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD FORMULARIO*/
    .skin #cc_form article, .skin #cc_form_activar article, .skin #colegios article, .skin #recuperarmail article, .skin #recuperarpass article {
        position: relative;
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .skin #cc_form .titulo, .skin #cc_form_activar .titulo, .skin #colegios .titulo, .skin #recuperarmail .titulo, .skin #recuperarpass .titulo, .skin #cc_form_finactivar .titulo, .skin #cc_form_finpedir .titulo, .skin #cc_form_error .titulo {
        margin-bottom: 12px;
        margin-top: -10px;
    }

        .skin #cc_form .titulo h3, .skin #cc_form_activar .titulo h3, .skin #colegios .titulo h3, .skin #recuperarmail .titulo h3, .skin #recuperarpass .titulo h3, .skin #cc_form_finactivar .titulo h3, .skin #cc_form_finpedir .titulo h3, .skin #cc_form_error .titulo h3 {
            font-size: 24px;
            line-height: 40px;
            width: 390px;
            padding-left: 15px;
            margin: 0;
        }

    .skin #cc_form .frm1, .skin #cc_form .frm2, .skin #cc_form .frm3, .skin #cc_form .frm4, .skin #cc_form .inf, .skin #cc_form_activar .frm1, .skin #cc_form_activar .frm2, .skin #cc_form_activar .frm3, .skin #cc_form_activar .frm4, .skin #cc_form_activar .inf, .skin #cc_form .mail, .skin #cc_form_activar .mail, .skin #colegios .frm1, .skin #colegios .frm2, .skin #colegios .inf, .skin #recuperarpass .frm1, .skin #recuperarmail .frm1 {
        padding: 15px 0 15px 30px;
        width: calc(100% - 50px);
        text-align: left;
    }

    .skin #cc_form article h4, .skin #cc_form_activar article h4, .skin #colegios article h4, .skin #clientes article h4, .skin #recuperarmail article h4, .skin #recuperarpass article h4 {
        font-size: 18px;
        margin: 0;
        padding-left: 50px;
        line-height: 40px;
    }

    .skin #cc_form article .num, .skin #cc_form_activar article .num, .skin #colegios article .num, .skin #clientes article .num {
        position: absolute;
        font-size: 18px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 4px solid #ffffff;
    }

    .skin #cc_form article.activo .num, .skin #clientes article.activo .num {
        border: 4px solid #b5cbe0;
    }

    .skin #cc_form article.activo h4, .skin #cc_form article.inactivo h4, .skin #cc_form_activar article.activo h4, .skin #cc_form_activar article.inactivo h4, .skin #colegios article.activo h4, .skin #recuperarmail article.activo h4, .skin #recuperarpass article.activo h4, .skin #colegios article.inactivo h4, .skin #clientes article.inactivo h4 {
        margin-bottom: 40px;
    }

    .skin #cc_form .row, .skin #cc_form_activar .row, .skin #colegios .row, .skin #trabajaconnosotros .row, .skin #clientes .row, .skin #recuperarmail .row, .skin #recuperarpass .row {
        position: relative;
        margin: 10px;
        margin-bottom: 20px;
    }

        .skin #cc_form .row input.text, .skin #cc_form_activar .row input.text, .skin #colegios .row input.text, .skin #trabajaconnosotros .row input.text, .skin #clientes .row input.text, .skin #recuperarmail .row input.text, .skin #recuperarpass .row input.text {
            width: 20%;
            height: 38px;
            padding-left: 15px;
            margin-right: 15px;
            font-size: 15px;
        }

    .skin #cc_form .cc_select, .skin #cc_form_activar .cc_select, .skin #colegios .cc_select {
        position: relative;
        width: 22.2%;
        margin-right: 15px;
        vertical-align: top;
    }

        .skin #cc_form .cc_select .select-group, .skin #cc_form_activar .cc_select .select-group, .skin #colegios .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            .skin #cc_form .cc_select .select-group li, .skin #cc_form_activar .cc_select .select-group li, .skin #colegios .cc_select .select-group li {
                width: calc(100% - 22px) !important;
            }

        .skin #cc_form .cc_select.small, .skin #cc_form_activar .cc_select.small, .skin #colegios .cc_select.small {
            width: 140px;
            margin-left: 5px;
            margin-top: -7px;
            vertical-align: top;
        }

            .skin #cc_form .cc_select.small .select-group, .skin #cc_form_activar .cc_select.small .select-group, .skin #colegios .cc_select.small .select-group {
                width: 76px !important;
            }

                .skin #cc_form .cc_select.small .select-group li, .skin #cc_form_activar .cc_select.small .select-group li, .skin #colegios .cc_select.small .select-group li {
                    width: 76px !important;
                }

    .skin #cc_form .row span, .skin #cc_form_activar .row span, .skin #colegios .row span {
        font-size: 12px;
    }

    .skin #cc_form input[type="checkbox"] + label span, .skin #cc_form_activar input[type="checkbox"] + label span, .skin #colegios input[type="radio"] + label span, .skin #trabajaconnosotros input[type="checkbox"] + label span {
        position: relative;
        display: inline-block;
        width: 350px;
        height: 37px;
        line-height: 35px;
        padding-left: 55px;
        font-size: 15px;
    }

    .skin #cc_form .row a, .skin #cc_form_activar .row a, .skin #colegios .row a {
        border-bottom: 1px solid #909090;
    }

    .skin #cc_form input[type="submit"], .skin #cc_form_activar input[type="submit"], .skin #colegios input[type="submit"], .skin #trabajaconnosotros input[type="submit"], .skin #clientes input[type="submit"], .skin #recuperarmail input[type="submit"], .skin #recuperarmail input[type="button"], .skin #recuperarpass input[type="submit"], .skin #cc_form_activar .btn, .skin #colegios .btn, .skin #cc_form .btn {
        border: none;
        width: 300px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    .skin #cc_form .inf, .skin #cc_form_activar .inf, .skin #colegios .inf {
        margin-bottom: 40px;
    }

        .skin #cc_form .inf p, .skin #cc_form_activar .inf p, .skin #colegios .inf p {
            font-size: 11px;
        }

    .skin #cc_form_activar .btn, .skin #colegios .btn, .skin #cc_form .btn {
        text-align: center;
        margin-left: calc(50% - 160px);
        cursor: pointer;
    }

    .skin #cc_form_finpedir .inf .frm_btn {
        left: 70%;
    }
    /* /CINESACARD FORMULARIO*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* /CINESACARD MI CUENTA*/
    .skin #cc_micuenta #sb-site {
        min-height: 1000px !important;
    }

    .skin #cc_micuenta aside {
        display: inline-block;
        width: 290px;
        left: 0;
    }

        .skin #cc_micuenta aside .cuenta {
            margin-top: 50px;
        }

            .skin #cc_micuenta aside .cuenta img {
                margin-top: -55px;
            }

            .skin #cc_micuenta aside .cuenta p {
                font-size: 22px;
                margin: 5px 0;
            }

                .skin #cc_micuenta aside .cuenta p span {
                    font-size: 25px;
                }

            .skin #cc_micuenta aside .cuenta h3 {
                font-size: 45px;
            }

            .skin #cc_micuenta aside .cuenta ul li {
                display: inline-block;
                width: 144px;
                margin-top: 2px;
                font-size: 12px;
                height: 52px;
                padding-top: 18px;
            }

                .skin #cc_micuenta aside .cuenta ul li:nth-child(2n+1) {
                    border-right: 2px solid #ffffff;
                }

        .skin #cc_micuenta aside .logout {
            height: 42px;
            margin-bottom: 18px;
        }

            .skin #cc_micuenta aside .logout a {
                font-size: 25px;
                width: 100%;
                height: 42px;
                line-height: 42px;
                left: 0;
            }

        .skin #cc_micuenta aside .info {
            padding: 12px 12px 1px 12px;
            margin-bottom: 20px;
            ;
        }

            .skin #cc_micuenta aside .info p {
                font-size: 11px;
                margin-bottom: 20px;
            }

            .skin #cc_micuenta aside .info a {
                border-bottom: 1px solid #999999;
            }

        .skin #cc_micuenta aside .infocc {
            margin-bottom: 20px;
            padding-bottom: 1px;
        }

            .skin #cc_micuenta aside .infocc .header {
                height: 50px;
                line-height: 50px;
                padding-left: 10px;
                font-size: 14px;
                text-align: left;
            }

                .skin #cc_micuenta aside .infocc .header.doblelinea {
                    line-height: 18px;
                    padding-top: 8px;
                    height: 42px;
                    text-align: left;
                }

            .skin #cc_micuenta aside .infocc p {
                font-size: 14px;
                margin: 10px;
                text-align: left;
            }

    .skin #cc_micuenta section {
        width: calc(100% - 325px);
        margin: 0 0 40px 10px;
        display: inline-block;
    }

        .skin #cc_micuenta section article {
            text-align: left;
        }

    .skin #cc_micuenta article.menu {
        margin-top: -22px;
    }

        .skin #cc_micuenta article.menu ul {
            padding: 0;
        }

        .skin #cc_micuenta article.menu li {
            display: inline-block;
            width: 110px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            margin: 0 5px;
        }

            .skin #cc_micuenta article.menu li.a_ico {
                display: none;
            }

    .skin #cc_micuenta .caducan, .skin #cc_micuenta .movimientos, .skin #cc_micuenta .frm, .skin #cc_micuenta .puntos, .skin #cc_micuenta .faq, .skin #cc_micuenta .listapromos {
        margin-left: 5px;
    }

        .skin #cc_micuenta .caducan p, .skin #cc_micuenta .movimientos p {
            position: relative;
            top: 25px;
            font-size: 15px;
            margin-left: 30px;
            text-align: left;
        }

        .skin #cc_micuenta .caducan ul {
            padding-left: 140px;
            margin-top: 50px;
            padding-bottom: 20px;
            text-align: left;
        }

            .skin #cc_micuenta .caducan ul li {
                margin-bottom: 5px;
                font-size: 15px;
            }

                .skin #cc_micuenta .caducan ul li div {
                    display: inline-block;
                    width: 150px;
                    height: 40px;
                    line-height: 40px;
                    margin-right: 3px;
                }

                    .skin #cc_micuenta .caducan ul li div span {
                        margin-right: 12px;
                    }

    .skin #cc_micuenta .movimientos {
        text-align: left;
    }

        .skin #cc_micuenta .movimientos .cc_select {
            width: 186px;
            margin-right: 15px;
        }

            .skin #cc_micuenta .movimientos .cc_select .select-group {
                width: 144px !important;
            }

                .skin #cc_micuenta .movimientos .cc_select .select-group li {
                    width: 144px !important;
                }

    .skin #cc_micuenta .movimientos, .skin #cc_micuenta .frm {
        position: relative;
        padding-bottom: 1px;
        margin-bottom: 10px;
    }

        .skin #cc_micuenta .movimientos .rangofechas {
            margin: 45px 0 0 30px;
        }

            .skin #cc_micuenta .movimientos .rangofechas span {
                font-size: 15px;
                line-height: 38px;
                margin-right: 15px;
            }

            .skin #cc_micuenta .movimientos .rangofechas .btn {
                display: inline-block;
                width: 150px;
                height: 39px;
                line-height: 39px;
                font-size: 22px;
                margin-left: 10px;
                margin-bottom: 25px;
            }

        .skin #cc_micuenta .movimientos .lista_movimientos {
            margin: 10px 30px;
        }

            .skin #cc_micuenta .movimientos .lista_movimientos .row {
                border-bottom: 1px solid #efefef;
            }

                .skin #cc_micuenta .movimientos .lista_movimientos .row div {
                    display: inline-block;
                    margin-right: 7px;
                    padding-left: 0px;
                    font-size: 15px;
                    margin-bottom: 10px;
                    margin-top: 20px;
                }

                .skin #cc_micuenta .movimientos .lista_movimientos .row:last-child {
                    border: none;
                }

        .skin #cc_micuenta .movimientos .row .col1 {
            width: 14%;
        }

        .skin #cc_micuenta .movimientos .row .col2 {
            width: 24%;
        }

        .skin #cc_micuenta .movimientos .row .col3 {
            width: 44%;
        }

        .skin #cc_micuenta .movimientos .row .col4 {
            width: 12%;
        }

        .skin #cc_micuenta .movimientos .lista_movimientos .titulos {
            border: none;
        }

            .skin #cc_micuenta .movimientos .lista_movimientos .titulos > div {
                font-size: 15px;
                height: 25px;
                line-height: 25px;
            }

        .skin #cc_micuenta .movimientos .mostrarmas {
            position: relative;
            margin: 30px auto;
            width: 150px;
            height: 40px;
            line-height: 42px;
            padding-left: 10px;
            font-size: 22px;
        }

    .skin #cc_micuenta .frm {
        text-align: left;
    }

        .skin #cc_micuenta .frm > form > div {
            margin-bottom: 10px;
        }

        .skin #cc_micuenta .frm .frm1 {
            top: 20px !important;
        }

        .skin #cc_micuenta .frm > form > div .row {
            margin: 0 0 15px 10px;
        }

        .skin #cc_micuenta .frm .cc_select, .skin #cc_micuenta .frm .text {
            margin-bottom: 10px;
        }

        .skin #cc_micuenta .frm .cc_select {
            width: 264px;
            margin-right: 15px;
        }

            .skin #cc_micuenta .frm .cc_select .select-group {
                width: 192px !important;
            }

                .skin #cc_micuenta .frm .cc_select .select-group li {
                    width: 192px !important;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

        .skin #cc_micuenta .frm .frm1 span {
            display: block;
        }

        .skin #cc_micuenta .frm h4 {
            font-size: 22px;
            line-height: 40px;
            margin: 50px 0 15px 10px;
        }

        .skin #cc_micuenta .frm .frm1 h4 {
            margin-top: 0px;
        }

        .skin #cc_micuenta .frm .frm2 h4 {
            margin-top: 70px;
        }

    .skin #cc_micuenta input.text {
        width: 248px;
        height: 37px;
        padding-left: 10px;
        margin-right: 15px;
    }

    .skin #cc_micuenta .rangofechas .text {
        width: 24%;
    }

    .skin #cc_micuenta .frm span {
        font-size: 11px;
        line-height: 35px;
    }

    .skin #cc_micuenta .frm .frm3, .skin #cc_micuenta .frm .frm4 {
        margin-bottom: 30px;
    }

    .skin #cc_micuenta .frm input[type="submit"] {
        margin: 0 auto;
        font-size: 22px;
        width: 300px;
        height: 40px;
        line-height: 40px;
    }

    .skin #cc_micuenta .puntos .div-1 {
        top: 30px;
    }

        .skin #cc_micuenta .puntos .div-1 ul {
            padding: 0;
        }

        .skin #cc_micuenta .puntos .div-1 li {
            margin-left: 6px;
            margin-right: 6px;
        }

    .skin #cc_micuenta .puntos .div-2 {
        margin-top: 30px;
        padding-top: 15px;
        font-size: 11px;
    }

    .skin #cc_micuenta .faq, .skin #cc_micuenta .listapromos {
        padding: 20px 0;
    }

    .skin #cc_micuenta .listapromos {
    }

        .skin #cc_micuenta .listapromos ul {
            padding-left: 0;
            width: 780px;
            margin: 0 auto;
        }

            .skin #cc_micuenta .listapromos ul li {
                display: inline-block;
                margin: 0 30px;
                margin-bottom: 20px;
            }

                .skin #cc_micuenta .listapromos ul li h3 {
                    padding-left: 10px;
                    margin-bottom: 7px;
                }

                    .skin #cc_micuenta .listapromos ul li h3 a {
                        font-size: 13px;
                    }

    .skin #cc_micuenta .asideM {
        display: none;
    }

    .skin #cc_micuenta .micuenta_campo {
        width: 32%;
    }

    .skin #cc_micuenta .mc2 {
        width: 33%;
    }

    .skin #cc_micuenta .micuenta_campo.mc_small {
        width: 16%;
    }

    .skin #cc_micuenta .micuenta_campo label, .skin #cc_micuenta .micuenta_campo .mc_label {
        font-size: 15px;
        line-height: 20px;
    }

    .skin #cc_micuenta input.text {
        width: calc(100% - 30px);
        position: relative;
    }

    .skin #cc_micuenta .frm .cc_select {
        width: calc(100% - 15px);
    }

        .skin #cc_micuenta .frm .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            .skin #cc_micuenta .frm .cc_select .select-group li {
                width: calc(100% - 42px) !important;
            }

        .skin #cc_micuenta .frm .cc_select.small {
            width: calc(100% - 15px);
        }

            .skin #cc_micuenta .frm .cc_select.small .select-group {
                width: calc(100% - 42px) !important;
            }

                .skin #cc_micuenta .frm .cc_select.small .select-group li {
                    width: calc(100% - 42px) !important;
                }
    /* /CINESACARD MI CUENTA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRABAJA CON NOSOTROS */
    .skin #trabajaconnosotros main nav ul li, .skin #clientes main nav ul li, .skin #acercade main nav ul li, .skin #proveedores main nav ul li, .skin #avisolegal main nav ul li, .skin #expansion main nav ul li, .skin #semueve main nav ul li {
        width: auto;
        padding: 0 15px;
    }

    .skin #trabajaconnosotros article, .skin #clientes article {
        padding: 15px 30px 15px 30px;
        width: calc(100% - 60px);
        text-align: left;
        position: relative;
    }

        .skin #trabajaconnosotros article p, .skin #clientes article p {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 30px;
        }

        .skin #trabajaconnosotros article h3, .skin #clientes article h3 {
            font-size: 18px;
            ;
            margin: 0 0 20px 0;
        }

    .skin #trabajaconnosotros .text, .skin #trabajaconnosotros .cc_select, .skin #clientes .text, .skin #clientes .cc_select {
        margin-right: 5px !important;
    }

    .skin #trabajaconnosotros .cc_select, .skin #clientes .cc_select {
        width: 22.2%;
        position: relative;
    }

        .skin #trabajaconnosotros .cc_select .select-group, .skin #clientes .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            .skin #trabajaconnosotros .cc_select .select-group li, .skin #clientes .cc_select .select-group li {
                width: calc(100% - 10px) !important;
            }

    .skin #trabajaconnosotros input[type="file"] + label span, .skin #clientes input[type="file"] + label span {
        width: 22.2%;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .skin #trabajaconnosotros textarea, .skin #clientes textarea {
        padding: 5px;
        width: 67%;
        height: 120px;
    }

    .skin #trabajaconnosotros .frm1 .btn_siguiente {
        position: absolute;
        display: inline-block;
        width: 200px;
        height: 45px;
        line-height: 45px;
        bottom: 30px;
        right: 80px;
        font-size: 22px;
    }

    .skin #clientes .frm1, .skin #clientes .frm2, .skin #clientes .frm3, .skin #clientes .clients_inf {
        padding: 10px 30px 10px 30px;
        width: calc(100% - 60px);
    }

        .skin #clientes .frm3 input[type="submit"] {
            margin-left: calc(50% - 170px);
        }

    .skin #clientes #canned_response {
        font-size: 15px;
        line-height: 20px;
        position: relative;
        background-color: #cdcdcd;
        padding: 20px;
        width: 90%;
        margin: 20px auto;
    }

    .skin #clientes article, .skin #clientes article h4 {
        margin-bottom: 20px !important;
    }
    /* /TRABAJA CON NOSOTROS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* AJUSTES CC_SELECT */
    .skin #cc_form .cc_select ul.open, .skin #cc_form_activar .cc_select ul.open {
        width: calc(100% - 42px) !important;
    }

    .skin #cc_form .cc_select.small ul.open, .skin #cc_form_activar .cc_select.small ul.open {
        width: 98px !important;
    }
    /* /AJUSTES CC_SELECT */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SUBMENUPELIS */
    .skin .submenucines {
        text-align: left;
        width: calc(100% - 10px);
        height: 0;
        margin: 0 auto;
    }

        .skin .submenucines.open {
            height: 500px;
        }

        .skin .submenucines .titulo {
            height: 40px;
            padding-left: 30px;
            font-size: 15px;
        }

        .skin .submenucines .lista {
            top: 15px;
            left: 33px;
            height: 440px;
            width: calc(100% - 50px);
        }

            .skin .submenucines .lista .col {
                width: 23%;
                margin-right: 3px;
                position: absolute;
            }

            .skin .submenucines .lista .c1, .skin .submenucines .lista .c3, .skin .submenucines .lista .c5, .skin .submenucines .lista .c7 {
                top: 0;
            }

            .skin .submenucines .lista .c2, .skin .submenucines .lista .c4, .skin .submenucines .lista .c6, .skin .submenucines .lista .c8 {
                top: 220px;
            }

            .skin .submenucines .lista .c3, .skin .submenucines .lista .c4 {
                left: 25%;
            }

            .skin .submenucines .lista .c5, .skin .submenucines .lista .c6 {
                left: 50%;
            }

            .skin .submenucines .lista .c7, .skin .submenucines .lista .c8 {
                left: 75%;
            }

            .skin .submenucines .lista .c2 {
                top: 196px;
            }

            .skin .submenucines .lista .c4 {
                top: 161px;
            }

            .skin .submenucines .lista .c6 {
                top: 190px;
            }

            .skin .submenucines .lista .c8 {
                top: 170px;
            }

        .skin .submenucines li {
            height: 21px;
            line-height: 21px;
            font-size: 13px;
        }

            .skin .submenucines li.cine a {
                font-size: 11px;
            }
    /* /SUBMENUPELIS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* COLEGIOS */
    .skin #colegios .frm1 label span {
        width: auto !important;
        text-align: left;
        padding: 0 5px 0 0 !important;
    }

        .skin #colegios .frm1 label span.ico {
            width: 35px !important;
            top: 10px;
        }

    .skin #colegios .row input.text_doble {
        width: 530px !important;
    }

    .skin #colegios .row input.text_mitad {
        width: 120px !important;
    }

    .skin #colegios .cc_select {
        width: 266px;
        margin-right: 15px;
        vertical-align: top;
    }

        .skin #colegios .cc_select .select-group {
            width: 194px !important;
        }

            .skin #colegios .cc_select .select-group li {
                width: 202px !important;
            }

    .skin #colegios .row .col {
        width: 280px;
    }

    .skin #colegios .row input.text {
        font-size: 15px;
        height: 38px;
        margin-right: 15px;
        padding-left: 15px;
        width: 245px;
    }

    .skin #colegios textarea {
        padding-left: 10px;
        width: 820px;
        height: 120px;
    }

    .skin #colegios input[type="submit"] {
        width: 380px;
        margin: 20px 0;
        margin-left: calc(50% - 210px);
    }

    .skin #colegios .inf {
        margin-top: 25px;
        font-size: 12px;
    }

        .skin #colegios .frm1 h4, .skin #colegios .frm2 h4, .skin #colegios .inf h3 {
            font-size: 32px;
        }
    /* /COLEGIOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* INFANTIL */
    /* CUMPLEAÑOS */
    .skin #infantil article#banner_seccion .img_left {
        top: calc(50% - 48px);
    }

    .skin #infantil article#banner_seccion .img_right {
        top: calc(50% - 48px);
    }

    .skin #infantil article.cartelera_peliculas, .skin #cumpleanos article.cartelera_peliculas {
        text-align: left;
    }

        .skin #infantil article.cartelera_peliculas h2, .skin #cumpleanos article.cartelera_peliculas h2 {
            font-size: 20px;
            width: 155px;
            height: 45px;
            line-height: 45px;
            margin-left: 15px;
        }

    .skin #cumpleanos .info_cumples {
        height: 449px;
        width: calc(100% - 20px);
        margin: -40px auto 20px auto;
    }

        .skin #cumpleanos .info_cumples .parrafo {
            margin-left: 40px;
            top: 10px;
            width: calc(100% - 321px);
        }

            .skin #cumpleanos .info_cumples .parrafo h3 {
                font-size: 32px;
                margin-bottom: 20px;
            }

            .skin #cumpleanos .info_cumples .parrafo p {
                font-size: 12px;
            }

        .skin #cumpleanos .info_cumples .btn {
            font-size: 22px;
            width: 380px;
            height: 40px;
            line-height: 40px;
            margin: 30px;
            margin-left: calc(50% - 300px);
        }
    /* /INFANTIL */
    /* /CUMPLEAÑOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FORMULARIOS RECUPERACIÓN */
    .skin #recuperarmail article h4, .skin #recuperarpass article h4 {
        font-size: 22px;
        padding-left: 11px;
    }

    .skin #recuperarmail section, .skin #recuperarpass section {
        margin-bottom: 200px;
    }

    .skin #recuperarmail input[type="button"], .skin #recuperarpass input[type="submit"] {
        margin-left: calc(50% - 180px);
        margin-top: 20px;
    }

    .skin #recuperarmail input[type="button"] {
        margin-left: calc(50% - 330px);
        margin-right: 20px;
    }

    .skin #recuperarmail .conf, .skin #recuperarmail .conf_fin, .skin #recuperarpass .conf {
        min-height: 180px;
    }

        .skin #recuperarmail .conf h4, .skin #recuperarpass .conf h4 {
            font-size: 22px;
        }

        .skin #recuperarmail .conf p, .skin #recuperarmail .conf_fin p, .skin #recuperarpass .conf p {
            font-size: 15px;
        }
    /* /FORMULARIOS RECUPERACIÓN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */

    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SEMUEVE */
    .skin #semueve article.info img {
        margin: 17px 40px 17px 25px;
    }

    .skin #semueve article.info div {
        width: 80%;
        font-size: 16px;
    }

        .skin #semueve article.info div h3 {
            font-size: 25px;
            margin: 15px 0 7px;
        }

        .skin #semueve article.info div p {
            margin: 0;
            line-height: 24px;
        }

    .skin #semueve .proyectos_titulo {
        height: 54px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

        .skin #semueve .proyectos_titulo h4 {
            font-size: 22px;
            margin: 15px 0 25px;
        }

    .skin #semueve .videos_actuales li, .skin #semueve .carrusel_semueve li {
        width: 48%;
        height: 490px;
        margin-bottom: 20px;
        font-size: 12px;
    }

        .skin #semueve .videos_actuales li:nth-child(2n+1) {
            margin-right: 1%;
        }

        .skin #semueve .videos_actuales li .video, .skin #semueve .carrusel_semueve li .video {
            margin-top: 35px;
            margin-left: calc(50% - 237px);
            width: 474px;
            height: 307px;
        }

        .skin #semueve .videos_actuales li h5, .skin #semueve .carrusel_semueve li h5 {
            font-size: 22px;
            font-weight: 100;
            margin: 15px;
        }

        .skin #semueve .videos_actuales li p, .skin #semueve .carrusel_semueve li p {
            margin: 15px;
        }

    .skin #semueve .carrusel_semueve, .skin #semueve .carrusel_semueve .shadow_left, .skin #semueve .carrusel_semueve .shadow_right, .skin #semueve .carrusel_semueve .shadow_left a, .skin #semueve .carrusel_semueve .shadow_right a {
        height: 415px;
    }

        .skin #semueve .carrusel_semueve li {
            width: 292px;
            height: 380px;
            margin: 0 7px;
        }

            .skin #semueve .carrusel_semueve li .video {
                margin-top: 20px;
                margin-left: calc(50% - 123px);
                width: 247px;
                height: 179px;
            }

            .skin #semueve .carrusel_semueve li h5 {
                margin: 10px 22px;
                font-size: 18px;
            }

            .skin #semueve .carrusel_semueve li p {
                margin: 10px 22px;
                line-height: 18px;
            }

    .skin #semueve .not_background {
        height: 40px;
    }

    .skin #semueve .ver_mas {
        margin: 50px 0;
    }

        .skin #semueve .ver_mas .btn {
            width: 316px;
            height: 33px;
            line-height: 33px;
        }

    .skin.no-touch #semueve .ver_mas .btn:hover {
        background-color: #003264;
    }
    /* /SEMUEVE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* BAJANEWS*/
    .skin #bajanews .btn:hover {
        background-color: #003264;
    }
    /* /BAJANEWS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* GAMES */
    .skin #games article {
        text-align: left;
    }

    .skin #games #banner_seccion img {
        width: 100%;
    }

    .skin #games .descarga .desc {
        width: 74%;
        height: 250px;
        margin-right: calc(2% - 5px);
    }

    .skin #games .descarga .faqs {
        width: 24%;
        height: 250px;
    }

    .skin #games .desc img {
        margin: 50px 10px 0 30px;
    }

    .skin #games .desc .info {
        width: 35%;
        margin-top: 36px;
        font-size: 16px;
    }

        .skin #games .desc .info a {
            font-size: 24px;
            top: 20px !important;
        }

            .skin #games .desc .info a:hover {
                border-bottom: 2px solid #d82245;
            }

    .skin #games .desc .qr {
        width: 37%;
        height: 245px;
    }

        .skin #games .desc .qr a {
            width: 105px;
            height: 160px;
            margin: 46px 0px 0;
        }

    .skin #games .descarga .faqs p {
        font-size: 24px;
    }

        .skin #games .descarga .faqs p span {
            font-size: 30px;
        }

    .skin #games .premio_1 {
        font-size: 27px;
    }

        .skin #games .premio_1 h3 {
            margin: 10px 0;
        }

        .skin #games .premio_1 .destacado {
            font-size: 80px;
            line-height: 60px;
        }

    .skin #games .premio_2 {
        font-size: 26px;
    }

        .skin #games .premio_2 h3 {
            margin: 10px 0;
            line-height: 60px;
        }

    .skin #games .premio_3 .top {
        width: 49%;
        height: 150px;
        margin-bottom: 20px;
    }

        .skin #games .premio_3 .top:nth-child(2n+1) {
            margin-right: calc(2% - 5px);
        }

        .skin #games .premio_3 .top h3 {
            font-size: 65px;
            margin: 30px 0 0 30px;
            line-height: 50px;
        }

        .skin #games .premio_3 .top h5 {
            font-size: 35px;
            margin: 0px 0 0 30px;
        }

        .skin #games .premio_3 .top img {
            right: 20px;
            top: 10px;
        }

    .skin #games .ganadores .btn {
        width: 335px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
    }

        .skin #games .ganadores .btn:hover {
            background-color: #9b1e2b;
        }

    .skin #games .como_jugar {
        margin-bottom: 50px;
    }

        .skin #games .como_jugar > h3 {
            line-height: 60px;
            font-size: 25px;
            margin-bottom: 20px;
        }

        .skin #games .como_jugar li.instruct {
            width: 32%;
            height: 550px;
            font-size: 14px;
            margin: 0 5px 20px;
        }

            .skin #games .como_jugar li.instruct img {
                width: 96%;
            }

            .skin #games .como_jugar li.instruct h3 {
                font-size: 20px;
                margin: 14px 0 15px 30px;
            }

            .skin #games .como_jugar li.instruct p {
                margin: 25px 15px;
            }

        .skin #games .como_jugar li.last_li {
            width: 32%;
            height: 550px;
            font-size: 20px;
            margin: 0 5px 20px;
        }

            .skin #games .como_jugar li.last_li p {
                margin-top: 80px;
            }

                .skin #games .como_jugar li.last_li p span {
                    font-size: 25px;
                }

            .skin #games .como_jugar li.last_li img {
                margin-top: 20px;
            }

            .skin #games .como_jugar li.last_li .developers {
                bottom: 0;
                right: 0;
            }
    /* /GAMES */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SELECTS */
    .skin .cc_select ul.open {
        max-height: 295px !important;
    }

    .skin #clientes .cc_select {
        width: 266px;
    }

        .skin #clientes .cc_select .select-group {
            width: 226px !important;
        }

            .skin #clientes .cc_select .select-group li {
                width: 204px !important;
            }
    /* /SELECTS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA RESUMEN*/
    .skin #ma_resumen aside {
        left: 10px;
        width: 290px;
        margin-right: 10px;
    }

    .skin #ma_resumen .tucuenta {
        height: 250px;
        margin: 40px 0 30px;
    }

        .skin #ma_resumen .tucuenta .foto {
            width: 155px;
            margin-top: -60px;
        }

        .skin #ma_resumen .tucuenta p {
            font-size: 20px;
            margin: 15px 0 0;
        }

        .skin #ma_resumen .tucuenta h2 {
            font-size: 45px;
            margin-top: 10px;
        }

        .skin #ma_resumen .tucuenta .editar {
            top: 5px;
            right: 5px;
        }

    .skin #ma_resumen .ma_menu li {
        height: 40px;
        line-height: 40px;
    }

        .skin #ma_resumen .ma_menu li a {
            font-size: 19px;
        }

        .skin #ma_resumen .ma_menu li.selected a, .skin.no-touch #ma_resumen .ma_menu li a:hover {
            background-color: #0e99fe;
            color: #ffffff;
        }

        .skin #ma_resumen .ma_menu li.logout a {
            font-size: 19px;
        }

    .skin #ma_resumen section {
        width: calc(100% - 330px);
        margin: 0 0 0 15px;
        top: -26px;
    }

    .skin #ma_resumen .ma_bienvenida h3 {
        height: 47px;
        line-height: 47px;
        font-size: 23px;
        margin: 0;
    }

    .skin #ma_resumen .noconfirm {
        height: 140px;
    }

        .skin #ma_resumen .noconfirm p {
            top: 25px;
            margin-left: 120px;
            width: 400px;
        }

    .skin #ma_resumen .newsletter input[type="checkbox"] + label span {
        width: 38px;
        height: 36px;
        margin: 7px 0 0 15px;
    }

    .skin #ma_resumen .newsletter p {
        width: 50%;
        margin: 15px 0;
        font-size: 14px;
    }

    .skin #ma_resumen article h4 {
        margin: 0 0 15px 0;
        height: 46px;
        line-height: 46px;
        font-size: 15px;
    }

    .skin #ma_resumen .misentradas table {
        width: 97%;
        margin: 0 auto 10px;
    }

        .skin #ma_resumen .misentradas table th, .skin #ma_resumen .misentradas table td {
            font-size: 13px;
        }

        .skin #ma_resumen .misentradas table tr:first-child {
            height: 30px;
        }

        .skin #ma_resumen .misentradas table td p {
            margin: 7px 0;
        }

        .skin #ma_resumen .misentradas table th:nth-child(1), .skin #ma_resumen .misentradas table td:nth-child(1) {
            width: 10%;
        }

        .skin #ma_resumen .misentradas table th:nth-child(2), .skin #ma_resumen .misentradas table td:nth-child(2) {
            width: 14%;
        }

        .skin #ma_resumen .misentradas table th:nth-child(3), .skin #ma_resumen .misentradas table td:nth-child(3) {
            width: 24%;
        }

        .skin #ma_resumen .misentradas table th:nth-child(4), .skin #ma_resumen .misentradas table td:nth-child(4) {
            width: 24%;
        }

        .skin #ma_resumen .misentradas table th:nth-child(5), .skin #ma_resumen .misentradas table td:nth-child(5) {
            width: 8%;
        }

        .skin #ma_resumen .misentradas table th:nth-child(6), .skin #ma_resumen .misentradas table td:nth-child(6) {
            width: 8%;
        }

        .skin #ma_resumen .misentradas table td:nth-child(7) {
            text-align: center;
            width: 12%;
        }

        .skin #ma_resumen .misentradas table td .table_btn {
            width: 90px;
            padding: 5px 0;
            line-height: 18px;
            font-size: 14px;
            margin-top: 10px;
        }

    .skin #ma_resumen .misentradas > a, .skin #ma_resumen .movimientos > a {
        font-size: 13px;
        margin: 0 10px 15px;
    }

    .skin #ma_resumen .micinesacard .tarjeta, .skin #ma_resumen .micinesacard .puntos {
        /*width: 48.5%;*/
        width: 28%;
        font-size: 14px;
        margin-bottom: 15px;
        float: left;
    }

    .skin #ma_resumen .micinesacard .tarjeta, .skin #ma_resumen .micinesacard .tarjeta {
        /*width: 48.5%;*/
        width: 69%;
        float: left;
    }

    .skin #ma_resumen .micinesacard .tarjeta {
        margin-right: 1%;
    }

    .skin #ma_resumen .micinesacard .puntos {
        margin-left: 1%;
    }

    .skin #ma_resumen .micinesacard .movimientos {
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

        .skin #ma_resumen .micinesacard .tarjeta h5, .skin #ma_resumen .micinesacard .puntos h5, .skin #ma_resumen .micinesacard .movimientos h5 {
            margin: 0 0 15px;
            height: 46px;
            line-height: 46px;
            padding-left: 15px;
        }

    .skin #ma_resumen .micinesacard .ma_row {
        margin: 0 auto;
        width: 94%;
    }

        .skin #ma_resumen .micinesacard .ma_row img:first-child {
            margin: 10px 5px 0 5px;
            width: 85px;
        }

        .skin #ma_resumen .micinesacard .ma_row img:last-child {
            margin: 12px 0 0 5px;
            width: 90px;
        }

        .skin #ma_resumen .micinesacard .ma_row p {
            top: 20px;
        }

            .skin #ma_resumen .micinesacard .ma_row p span {
                font-size: 22px;
                margin-top: 5px;
            }

    .skin #ma_resumen .micinesacard .ma_saldoact, .skin #ma_resumen .micinesacard .ma_puntoscad {
        width: 100%;
        margin: 0 3%;
    }

    .skin #ma_resumen .micinesacard .ma_puntoscad {
        width: 48%;
        margin: 0 4%;
    }

        .skin #ma_resumen .micinesacard .ma_saldoact > p, .skin #ma_resumen .micinesacard .ma_puntoscad > p {
            height: 30px;
            margin-top: 0;
        }

        .skin #ma_resumen .micinesacard .ma_saldoact li, .skin #ma_resumen .micinesacard .ma_puntoscad li {
            margin: 7px 0;
            height: 30px;
        }

            .skin #ma_resumen .micinesacard .ma_saldoact li .pnts, .skin #ma_resumen .micinesacard .ma_puntoscad li .pnts {
                font-size: 20px;
            }

            .skin #ma_resumen .micinesacard .ma_saldoact li .fecha_cad, .skin #ma_resumen .micinesacard .ma_puntoscad li .fecha_cad {
                margin-left: 10px;
            }

    .skin #ma_resumen .micinesacard .puntos > p {
        font-size: 11px;
        margin-left: 10px;
    }

    .skin #ma_resumen .movimientos table {
        width: 97%;
        margin: 0 auto 10px;
    }

        .skin #ma_resumen .movimientos table td {
            height: 34px;
            line-height: 34px;
            border-bottom: 1px solid #d7d7d7;
        }

        .skin #ma_resumen .movimientos table th, .skin #ma_resumen .movimientos table td {
            font-size: 13px;
        }

        .skin #ma_resumen .movimientos table tr:first-child {
            border-bottom: 2px solid #d7d7d7;
            height: 30px;
        }

        .skin #ma_resumen .movimientos table td p {
            margin: 7px 0;
        }

    .skin #ma_resumen .faq > .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }
    /* /MI AREA RESUMEN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA ENTRADAS */
    .skin #ma_resumen.ma_entradas .misentradas .pag li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
    }

        .skin #ma_resumen.ma_entradas .misentradas .pag li a {
            font-size: 16px;
        }
    /* /MI AREA ENTRADAS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA CINESACARD */
    .skin #ma_resumen.ma_ccard .rangofechas {
        margin: 25px auto 10px;
    }

        .skin #ma_resumen.ma_ccard .rangofechas span {
            font-size: 15px;
            line-height: 41px;
        }

        .skin #ma_resumen.ma_ccard .rangofechas .text {
            height: 39px;
            margin: 0 10px 10px;
        }

        .skin #ma_resumen.ma_ccard .rangofechas .btn {
            width: 150px;
            height: 41px;
            line-height: 41px;
            font-size: 22px;
            margin-left: 30px;
        }

            .skin #ma_resumen.ma_ccard .rangofechas .btn:hover {
                background-color: #004c95;
            }

    .skin #ma_resumen.ma_ccard .lista li {
        margin: 0 2px 10px;
    }

    .skin.no-touch #ma_resumen.ma_ccard .lista li:hover span {
        display: block;
        background-color: #0f99fe;
        width: 114px;
        height: 103px;
        font-family: "Trebuchet MS";
        color: #ffffff;
        font-size: 15px;
        padding: 0 7px;
    }

    .skin #ma_resumen .faq .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }

        .skin #ma_resumen .faq .btn_faq:hover {
            background-color: #c3c3c3;
        }

    .skin #ma_resumen.ma_ccard .puntos .puntos_menu li {
        font-size: 16px;
        height: 35px;
        line-height: 38px;
    }

    .skin #ma_resumen.ma_ccard .puntos .div-1 li {
        width: 121px;
        height: 159px;
        margin: 50px 7px 30px 7px;
    }

        .skin #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos {
            width: 134px;
            height: 30px;
            line-height: 30px;
            top: -44px;
            left: -2px;
            font-size: 15px;
        }

            .skin #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos.tr_last {
                width: 121px;
            }

    .skin #ma_resumen.ma_ccard .regalo-puntos {
        width: 121px;
        line-height: 47px;
        font-size: 24px;
    }

    .skin #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info {
        width: 121px;
        height: 0px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
    }

    .no-touch.skin #ma_resumen.ma_ccard .puntos .div-1 li:hover .regalo-info {
        width: 121px;
        height: 80px;
    }

    .skin #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info p {
        line-height: 13px;
        margin-left: 4px;
    }

    .skin #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info img {
        margin-top: -7px;
    }

    .skin #ma_resumen.ma_ccard .imagenregalo {
        width: 118px;
        height: 105px;
        margin-top: 5px;
    }

    .skin #ma_resumen.ma_ccard .faq .div-3 li {
        width: 90%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        font-size: 13px;
    }

    .skin #ma_resumen .faq .div-3 .mas, .skin #ma_resumen .faq .div-3 .menos {
        width: 35px;
        height: 30px;
        margin-left: -55px;
    }

    .skin #ma_resumen .faq .div-3 li.respuesta {
        margin-left: 0px;
        width: calc(93% + 07px);
    }

        .skin #ma_resumen .faq .div-3 li.respuesta ul li {
            margin-left: -10px;
            margin-bottom: 10px;
            line-height: 20px;
            height: auto;
            width: 95%;
        }

            .skin #ma_resumen .faq .div-3 li.respuesta ul li.stitulo {
                line-height: 20px;
                margin-left: -35px;
            }

            .skin #ma_resumen .faq .div-3 li.respuesta ul li.sresumen {
                line-height: 20px;
                margin-left: -35px;
            }
    /* MI AREA CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA MIS DATOS */
    .skin #ma_resumen.ma_datos .row {
        width: 96%;
    }

    .skin #ma_resumen.ma_datos h5 {
        font-size: 21px;
        margin: 40px 0 10px 0;
    }

    .skin #ma_resumen.ma_datos .field {
        width: 30%;
        margin: 0 1% 20px;
    }

    .skin #ma_resumen.ma_datos .f_checkbox {
        width: 80%;
    }

    .skin #ma_resumen.ma_datos .field label, .skin #ma_resumen.ma_datos .field .p_label {
        margin: 0 0 3px;
        font-size: 15px;
    }

    .skin #ma_resumen.ma_datos .field .text {
        height: 37px;
        line-height: 37px;
        font-size: 15px;
    }

    .skin #ma_resumen.ma_datos .field .box_inactivo {
        width: calc(100% - 62px);
        padding-left: 60px;
    }

    .skin #ma_resumen.ma_datos .field_ext {
        width: 95%;
    }

    .skin #ma_resumen.ma_datos .field .box_small {
        width: 50px;
        margin: 0 15px 0 0;
    }

    .skin #ma_resumen.ma_datos .btn_edit {
        width: 65px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 25px;
    }

    .skin #ma_resumen.ma_datos .validar_correo {
        width: 270px;
        font-size: 12px;
        margin-left: 20px;
    }

        .skin #ma_resumen.ma_datos .validar_correo p {
            margin: 0 0 5px 90px;
        }

    .skin #ma_resumen.ma_datos .row .sub_row {
        width: 100%;
        margin-top: -15px;
    }

        .skin #ma_resumen.ma_datos .row .sub_row p {
            width: 70%;
            margin: 0;
            font-size: 12px;
        }

    .skin #ma_resumen.ma_datos .row .mini {
        font-size: 11px;
        margin: 5px 0;
    }

    .skin #ma_resumen.ma_datos .row input[type="submit"] {
        /*width: 244px;
            height: 40px;
        line-height: 40px;
            margin: 40px 0 60px;
        font-size: 22px;*/
    }

    .skin #ma_resumen.ma_datos .r_cambios input[type="submit"] {
        /*margin: 0 0 40px 8px !important;
            width: 183px !important;*/
    }
    /* /MI AREA MIS DATOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NUEVA CC_FORM */
    #cc_form.n_cc article .field .text,
    #cc_form_activar.n_cc article .field .text,
    #recuperarmail.n_cc article .field .text {
        width: calc(100% - 21px);
    }

    #recuperarmail.n_cc article.conf {
        margin: 5px auto;
    }
    /* /NUEVA CC_FORM */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NEW CINESACARD HOME */
    /* LOGIN */
    .skin #cinesacard.n_cc .micuenta .formlogin {
        height: 300px;
        margin-top: 22px;
    }

    .skin #cinesacard.n_cc .micuenta h3 {
        top: 0;
        left: 0;
        font-size: 34px;
    }

    .skin #cinesacard.n_cc .micuenta img {
        width: 135px;
        height: 135px;
        top: -35px;
    }

    .skin #cinesacard.n_cc .micuenta input[type="submit"] {
        height: 54px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* VENTAJAS */
    .skin #cinesacard.n_cc .ventajas_ccard li div div {
        font-size: 13px;
    }
    /* /NEW CINESACARD HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HEADER MI AREA */
    /* CUANDO SE ACTIVE MI AREA SE HA DE QUITAR EL .N_CC */
    .skin #cc_form.n_cc #cinefavorito_header .cc_cuenta, .skin #cc_form.n_cc #cinefavorito_header .disp_login {
        display: none;
    }

    .skin #cc_form.n_cc .sb-toggle-right {
        position: relative;
        vertical-align: top;
        display: inline-block;
        width: 132px;
        height: 52px;
        background: url("../img/ico_mi_cuenta_cinesa.jpg")no-repeat;
        cursor: pointer;
    }

    .skin #cc_form.n_cc #cinefavorito_header .cinefav {
        right: 3px;
    }
    /* /HEADER MI AREA */
    /* ############################################################################################################################## */
}
/*fin media skin*/
/* ==========================================================================
   8 - 1024
   ========================================================================== */
@media all and (min-width: 1024px) and (max-width: 1279px) {
    /*HEADER*/
    header {
        position: relative;
        width: 100%;
        min-width: 1024px;
        text-align: center;
    }


        header #menu {
            position: relative;
            height: 120px;
            padding: 10px 0 10px 0;
        }

        header #logo_header {
            /*logo cinesa del header*/
            position: absolute;
            height: 120px;
            width: 170px;
            left: 10px;
            background-position: 0 -28px;
        }
        /* login */
        header #cinefavorito_header {
            right: 12px;
            height: 52px;
        }

            header #cinefavorito_header .cinefav {
                height: 52px;
                line-height: 52px;
                right: 110px;
            }

            header #cinefavorito_header .cc_cuenta.open {
                right: 710px;
            }

            header #cinefavorito_header .disp_login {
                right: 0;
                top: 0;
                height: 50px;
            }

                header #cinefavorito_header .disp_login.open {
                    width: 708px;
                }

            header #cinefavorito_header .text {
                top: 4px;
                width: 135px;
                height: 40px;
                font-size: 18px;
            }

            header #cinefavorito_header .pass {
                top: 4px;
                width: 135px;
                height: 40px;
                font-size: 18px;
            }

            header #cinefavorito_header .disp_login .btn {
                width: 115px;
                height: 40px;
                line-height: 40px;
                top: 4px;
                font-size: 22px;
            }

            header #cinefavorito_header .recordar {
                width: 80px;
                height: 40px;
            }

                header #cinefavorito_header .recordar a {
                    font-size: 12px;
                }

            header #cinefavorito_header .close_login {
                width: 46px;
                height: 50px;
                top: 0;
                right: 0;
            }

    .no-touch header #cinefavorito_header .disp_logged:hover div {
        width: 44px;
        height: 44px;
        top: 4px;
        left: 4px;
    }

    header #cinefavorito_header.logged .cinefav {
        right: 163px;
    }

    header #cinefavorito_header.logged .cc_cuenta {
        right: 52px;
    }

    header #cinefavorito_header.logged.nuevo_logged .cinefav {
        right: auto;
        margin-right: 2px;
    }
    /* /login */
    header nav#menu_web {
        /*MENÚ*/
        position: absolute;
        vertical-align: top;
        text-align: right;
        top: 75px;
        left: 17%;
        display: table;
        /*<nav> se comporta como una tabla*/
        width: 81%;
    }

        header nav#menu_web ul {
            display: table-row;
            /*la lista se comporta como una fila de una tabla*/
        }

            header nav#menu_web ul li {
                display: table-cell;
                /*los elementos de la lista se comportan como celdas de una tabla*/
                text-align: right;
            }

                header nav#menu_web ul li img {
                    /*img logo yomvi*/
                    margin: -2px 3px 0 0;
                }
                /*-----------------------------------------------------------------------------------------------------------------------------------------*/
                /*EFECTO BOTONES MENÚ*/
                header nav#menu_web ul li span.colorbutton {
                    width: 90%;
                    height: 43px;
                    position: relative;
                    z-index: 1;
                    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                    padding: 20px 0 11px 0;
                }

                header nav#menu_web ul li a {
                    width: 90%;
                    height: 40px;
                    position: relative;
                    display: inline-block;
                    cursor: pointer;
                    text-align: center;
                    padding-top: 10px;
                    text-decoration: none;
                    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                    outline: medium none;
                    -webkit-transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                }

                    header nav#menu_web ul li a:after {
                        content: "";
                        position: absolute;
                        z-index: -1;
                        background: none repeat scroll 0 0 #0076EC;
                        height: 0;
                        left: 0;
                        top: 0;
                        width: 100%;
                        -webkit-transition: all 0.3s ease 0s;
                        -moz-transition: all 0.3s ease 0s;
                        transition: all 0.3s ease 0s;
                    }

                    .no-touch header nav#menu_web ul li a:hover, header nav#menu_web ul li a:active {
                        color: #ffffff;
                    }

                        .no-touch header nav#menu_web ul li a:hover:after, header nav#menu_web ul li a:active:after {
                            height: 100%;
                        }
                    /*-----------------------------------------------------------------------------------------------------------------------------------------*/
                    header nav#menu_web ul li a div {
                        position: relative;
                        display: inline-block;
                        width: 40%;
                        float: right;
                    }

    header nav#menu_movil {
        display: none !important;
        visibility: hidden;
    }
    /*BODY*/
    #separador-top {
        /*Sombra bajo el header*/
        position: relative;
        width: 100%;
        height: 12px;
        left: 0px;
    }

    main {
        position: relative;
        height: auto;
        width: 100%;
        min-width: 1024px;
        text-align: center;
    }
        /* SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
        main nav {
            /*MENÚ*/
            width: calc(100% - 20px);
        }

            main nav ul li {
                width: 103px;
            }
        /* /SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
        main #bajo_menu {
            /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
            position: relative;
            margin: 10px 0 0 10px;
            width: calc(100% - 10px);
            height: 60px;
        }

            main #bajo_menu #ruta {
                position: absolute;
                left: 5px;
            }

            main #bajo_menu #orden {
                position: absolute;
                right: 10px;
                bottom: 10px;
            }

                main #bajo_menu #orden a {
                    /*Botones ordenar*/
                    padding: 10px;
                    margin: 0 10px 0 5px;
                }

        main section {
            height: auto;
            width: 100%;
        }

            main section #publicidad_body {
                /*la publicidad flota a la derecha de la cartelera*/
                float: right;
                margin: 50px 30px 0 1px;
            }

            main section .cartelera_peliculas {
                min-height: 750px;
            }

                main section .cartelera_peliculas ul {
                    /*la cartelera ocupa todo el ancho del <section>, se adapta a la publicidad.*/
                    left: 0px !important;
                    margin-left: 10px !important;
                    padding-left: 0 !important;
                    text-align: left;
                }

                main section .cartelera_peliculas > ul > li {
                    /*estilo de los carteles*/
                    position: relative;
                    width: 220px;
                    height: 380px;
                    margin: 0 1.2% 15px 2px;
                    list-style: none;
                    display: inline-block;
                    padding: 5px;
                }

                main section .cartelera_peliculas ul li h3 {
                    /*título del cartel*/
                    margin: 5px 0 10px 10px;
                    width: 200px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                main section .cartelera_peliculas ul li img {
                    /*imagen del cartel*/
                    margin: 0 10px 0 7px;
                }

                main section .cartelera_peliculas div.contenedor_verficha {
                    position: absolute;
                    width: 100%;
                    height: 60px;
                    left: 0;
                    bottom: 0px;
                }

                main section .cartelera_peliculas ul li a.vf, .no-touch main section .cartelera_peliculas ul li a.vf:hover {
                    text-decoration: none;
                    border: 0;
                    color: #0076EC;
                    position:relative;
                    display:block;
                }
                /*DIV PUNTUACION Y COMPARTIR*/
                main section .cartelera_peliculas ul li div.puntuacion {
                    float: left;
                    position: relative;
                    margin: 7px 0 0 10px;
                    width: 152px;
                    height: 25px;
                }

                    main section .cartelera_peliculas ul li div.puntuacion ul.stars {
                        left: 0px;
                        top: 0px;
                        margin: 0px !important;
                    }

                main section .cartelera_peliculas ul li .num_votos {
                    position: absolute;
                    top: 5px;
                    right: 0;
                    margin: 0;
                    font-family: "Trebuchet MS";
                    font-size: 10px;
                    color: #666666;
                }

                main section .cartelera_peliculas ul li div.compartir {
                    position: absolute;
                    bottom: 30px;
                    right: 15px;
                }

                main section .cartelera_peliculas ul li div.compartir_opt {
                    position: absolute;
                    bottom: 27px;
                    right: 15px;
                }

                    main section .cartelera_peliculas ul li div.compartir_opt > a {
                        margin: 0 2px;
                    }
        /*/
DIVS PUNTUACION Y COMPARTIR*/
        /* ========================================================================== */
        /*/
BODY*/
        /* ############################################################################################################################## */
        /* IMAX ISENS DOLBY */
        main #banner_seccion {
            position: relative;
            margin: 0 0 0 0;
            width: 100%;
            margin-bottom: 20px;
        }

            main #banner_seccion img.banner {
                width: calc(100% - 20px);
            }

    #imax article#select_cinefav, #screenX article#select_cinefav {
        padding-left: 150px;
        width: calc(100% - 20px);
    }

    #imax section #publicidad_body,
    #isens section #publicidad_body,
    #screenX section #publicidad_body {
        float: right;
        margin: 80px 6% 0 1px;
    }
    /* ****************************** */
    /* ******************************* */
    article#info_rollover {
        position: relative;
        width: 1004px;
        margin: 0 auto;
        height: 162px;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 40px;
        display: table;
    }

    #isens #info_rollover,
    #imax #info_rollover,
    #screenX #info_rollover {
        margin: 30px 10px;
        width: calc(100% - 20px);
    }

    #isens div.rollover,
    #imax div.rollover,
    #screenX div.rollover {
        position: absolute;
        bottom: 0px;
        width: 24.4%;
        height: 180px;
        background-color: #cfcfcf;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens .roll_1,
    #imax .roll_1,
    #screenX .roll_1 {
        left: 0;
    }

    #isens .roll_2,
    #imax .roll_2,
    #screenX .roll_2 {
        left: 25%;
    }

    #isens .roll_3,
    #imax .roll_3,
    #screenX .roll_3 {
        left: 50%;
    }

    #isens .roll_4,
    #imax .roll_4 {
        left: 75%;
    }

    #isens div.roll_img,
    #imax div.roll_img,
    #screenX div.roll_img {
        position: absolute;
        top: 0px;
        height: 170px;
        width: 100%;
        padding-top: 10px;
        background-color: #ffffff;
        text-align: center;
        z-index: 10;
        font-family: "dinengschriftstd", "Another Font", generic;
        font-size: 23px;
        color: #bfbfbf;
        line-height: 25px;
    }

        #isens div.roll_img > p,
        #imax div.roll_img > p,
        #screenX div.roll_img > p {
            margin-top: 15px;
            padding: 0 5px 0 5px;
            color: #0076ec;
            font-size: 20px;
        }

    #isens div.rollover:hover,
    #imax div.rollover:hover,
    #screenX div.rollover:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens .roll_1:hover {
        height: 390px;
    }

    #isens .roll_2:hover {
        height: 355px;
    }

    #isens .roll_3:hover {
        height: 370px;
    }

    #isens .roll_4:hover {
        height: 340px;
    }

    #isens div.roll_span,
    #imax div.roll_span,
    #screenX div.roll_span {
        position: absolute;
        bottom: 0;
        padding: 10px;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        color: #0076EC;
        font-size: 12px;
        opacity: 0;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens div.rollover:hover > .roll_span,
    #imax div.rollover:hover > .roll_span,
    #screenX div.rollover:hover > .roll_span {
        opacity: 1;
        height: auto;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens div.rollover > .roll_span > div,
    #imax div.rollover > .roll_span > div, #screenX div.rollover > .roll_span > div {
        margin: 10px 0 0 0;
    }

    #isens .roll_span h6,
    #isens .roll_span span {
        font-family: "Trebuchet MS";
        color: #0076eb;
        font-size: 12px;
        margin: 0 0 5px 0;
    }

    #isens .roll_span .estandarinf {
        border-top: 1px dashed #999999;
        padding-top: 10px;
    }

        #isens .roll_span .estandarinf h6,
        #isens .roll_span .estandarinf span {
            color: #999999;
        }

    #imax .select_cinefav .field,
    #isens .select_cinefav .field,
    #screenX .select_cinefav .field {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
        width: 370px;
    }

    #imax .select_cinefav .btn_zona,
    #isens .select_cinefav .btn_zona,
    #screenX .select_cinefav .btn_zona {
        margin-left: 15px;
        width: 54px;
    }

    #imax div.rollover {
        background-color: #000000;
    }

    #imax div.roll_img {
        background-color: #0297D9;
    }

        #imax div.roll_img > p {
            color: #ffffff;
            width: 65%;
            margin: 0 auto;
        }

    .no-touch #imax .roll_1:hover {
        height: 280px;
    }

    .no-touch #imax .roll_2:hover {
        height: 400px;
    }

    .no-touch #imax .roll_3:hover {
        height: 430px;
    }

    .no-touch #imax .roll_4:hover {
        height: 400px;
    }

    #screenX div.rollover {
        background-color: #000000;
    }

    #screenX div.roll_img {
        background-color: #0297D9;
    }

        #screenX div.roll_img > p {
            color: #ffffff;
            width: 65%;
            margin: 0 auto;
        }

    .no-touch #screenX .roll_1:hover {
        height: 280px;
    }

    .no-touch #screenX .roll_2:hover {
        height: 400px;
    }

    .no-touch #screenX .roll_3:hover {
        height: 430px;
    }

    #imax div.roll_span, #screenX div.roll_span {
        color: #ffffff;
    }
    /* /IMAX /ISENS /DOLBY */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /*FICHAS PELICULA*/
    /*BODY*/
    #ficha_pelicula main,
    #ficha_eventos main {
        position: relative;
    }

        #ficha_pelicula main section,
        #ficha_eventos main section {
            position: relative;
            margin-top: -30px;
        }

    article#navegacion_fichas {
        position: relative;
        width: calc(100% - 20px);
        height: 35px;
        margin: 0 0 20px 10px;
    }

        article#navegacion_fichas div {
            display: inline;
            width: 150px;
            height: 40px;
            line-height: 40px;
            background-color: #f2f2f2;
            text-align: center;
            padding: 0 15px 0 15px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            article#navegacion_fichas div#left, article#navegacion_fichas div#right {
                font-family: "dinengschriftstd", "Another Font", generic;
                font-size: 18px;
                color: #999999;
            }

            article#navegacion_fichas div#left {
                float: left;
            }

            article#navegacion_fichas div#right {
                float: right;
            }

            article#navegacion_fichas div#left span#spmovl {
                position: absolute;
                left: 5px;
                line-height: 36px;
            }

            article#navegacion_fichas div#right span#spmovr {
                position: absolute;
                right: 5px;
                line-height: 36px;
            }

        article#navegacion_fichas #left a #spwebl {
            margin-left: 5px;
        }

        article#navegacion_fichas div#center {
            float: left;
            width: calc(100% - 410px);
            margin: 0 10px 0 10px;
            background-color: #ffffff;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            color: #0076ec;
            font-family: "dinengschriftstd";
            font-size: 25px;
        }

        article#navegacion_fichas div a {
            font-family: "dinengschriftstd", "Another Font", generic;
            font-size: 25px;
            text-decoration: none;
            color: #999999;
            line-height: 25px;
        }

        article#navegacion_fichas #left a #spwebl, article#navegacion_fichas #right a #spwebr {
            font-size: 18px !important;
        }

    article.cuadros_ficha {
        padding: 20px 5px 0 5px;
        margin-bottom: 20px;
        background-color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    article#cartel {
        position: relative;
        width: 660px;
        left: 10px;
        height: 325px;
    }

        article#cartel img.cartel {
            position: relative;
            width: 197px;
            height: 284px;
        }

        article#cartel img.trailer, article#cartel .trailer {
            margin-left: 10px;
            width: 437px;
            height: 284px;
        }

        article#cartel div.puntuacion {
            text-align: left;
            position: absolute;
            width: 170px;
            height: 25px;
            bottom: 5px;
            left: 10px;
        }

            article#cartel div.puntuacion p {
                position: absolute;
                top: 0;
                right: 0;
                margin: 0;
                font-family: "Trebuchet MS";
                font-size: 13px;
                color: #999999;
            }

            article#cartel div.puntuacion ul.stars {
                left: 0px;
                top: 0px;
                margin: 0 !important;
                padding: 0 !important;
            }

        article#cartel div.compartir {
            position: absolute;
            bottom: 13px;
            right: 10px;
        }

        article#cartel div.compartir_opt {
            position: absolute;
            bottom: 10px;
            right: 10px;
            width: 48px;
        }

            article#cartel div.compartir_opt a {
                margin: 0px 2px;
            }

        article#cartel div.cinta {
            position: absolute;
            right: 11px;
            bottom: 41px;
        }

            article#cartel div.cinta img {
                display: block;
                margin-top: 1px;
            }

    article#info {
        position: absolute;
        top: 55px;
        right: 10px;
        width: calc(100% - 710px);
        height: 325px;
        text-align: left;
    }

        article#info .calificacion {
            position: absolute;
            right: 0;
            top: 0;
        }

        article#info div.datos {
            position: relative;
            top: 0px;
            left: 10px;
            width: 94%;
        }

            article#info div.datos p {
                font-family: 'Trebuchet MS', Helvetica, sans-serif;
                font-size: 13px;
                color: #666666;
                margin: 0 0 7px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                article#info div.datos p span {
                    color: #333333;
                }

        article#info .tecnologias {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 40px;
            line-height: 25px;
            margin: 0 0 5px 0;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            color: #333333;
        }

            article#info .tecnologias p {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 65px;
                line-height: 18px;
                font-size: 10px !important;
                color: #333333 !important;
                height: 36px;
                margin: 0 !important;
                text-align: left;
                padding-top: 3px;
                white-space: initial !important;
                overflow: initial !important;
                text-overflow: none !important;
            }

            article#info .tecnologias .imax, article#info .tecnologias .isens, article#info .tecnologias .dolby, article#info .tecnologias .whatscine, article#info .tecnologias .screenX {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 68px;
                height: 30px;
                margin-top: 8px;
                background-size: 100% !important;
            }

            article#info .tecnologias .imax {
                background: url("../img/imax.jpg") no-repeat;
            }

            article#info .tecnologias .isens {
                background: url("../img/isens.jpg") no-repeat;
            }

            article#info .tecnologias .dolby {
                background: url("../img/dolby.jpg") no-repeat;
            }
            article#info .tecnologias .screenX {
                background: url("../img/alucinaScreenX.jpg") no-repeat;
            }

        article#info .euro, article#info .euro img {
            width: 100%;
            max-width: 384px;
            margin: 0 auto;
        }

    article.descripcion {
        position: relative;
        width: calc(100% - 52px);
        height: auto;
        left: 10px;
        text-align: left;
        padding: 15px;
    }

        article.descripcion.d2 {
            display: none;
        }

        article.descripcion div.datos {
            display: none;
        }

        article.descripcion p {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 13px;
            color: #666666;
        }

            article.descripcion p span {
                color: #333333;
            }

    article.select_cinefav {
        position: relative;
        width: calc(100% - 58px);
        height: auto;
        left: 10px;
        margin-bottom: 20px;
        text-align: center;
    }

        article.select_cinefav div.s_zona {
            position: absolute;
            margin-left: 10px;
            display: inline-block;
            cursor: pointer;
        }

    article.horarios {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .horarios ul.destacado .peli_info h4 {
        width: 48%;
    }

    .horarios ul.destacado .peli_info p {
        width: 22%;
    }

    #ficha_pelicula .field {
        width: 370px;
        margin: 0 auto 10px;
    }
    /* ############################################################################################################################# */
    article#banners {
        position: relative;
        margin-bottom: 20px;
        width: calc(100% - 22px);
        left: 10px;
        padding: 0;
        height: auto;
        text-align: center;
    }

        article#banners div#banner1 {
            width: 400px;
            display: inline-block;
            margin-right: 20px;
            vertical-align: top;
            margin-top: 60px;
        }

        article#banners div#banner2 {
            width: 400px;
            display: inline-block;
            margin-right: 20px;
        }

        article#banners div#banner3 {
            display: inline-block;
            margin-top: 60px;
        }

        article#banners div#banner1 img, article#banners div#banner2 img {
            width: 100%;
        }
    /*/
BODY*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* EVENTOS */
    #eventos main nav ul {
        width: calc(100% - 45px);
    }

        #eventos main nav ul li {
            width: 95px;
        }

    #eventos main #bajo_menu {
        /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
        position: relative;
        margin: 0 0 0 10px;
        width: calc(100% - 70px);
        height: 30px;
    }

        #eventos main #bajo_menu #ruta {
            position: absolute;
        }

    #eventos main section .cartelera_peliculas > ul > li {
        /*estilo de los carteles*/
        position: relative;
        width: 220px;
        height: 390px;
        margin: 0 2px 15px 2px;
        list-style: none;
        display: inline-block;
        padding: 5px;
    }

    #eventos main section .cartelera_peliculas ul li h3,
    #eventos main section .cartelera_peliculas ul li h3 a {
        /*título del cartel*/
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li a.verficha {
        /*botón "ver ficha"*/
        color: #fba300;
    }

        #eventos main section .cartelera_peliculas ul li a.verficha:after {
            content: "";
            background: none repeat scroll 0 0 #fba300;
        }

        .no-touch #eventos main section .cartelera_peliculas ul li a.verficha:hover,
        #eventos main section .cartelera_peliculas ul li a.verficha:active {
            border: 2px solid #fba300;
            color: #FFFFFF;
        }

    #eventos main section .cartelera_peliculas ul li a.vf, .no-touch #eventos main section .cartelera_peliculas ul li a.vf:hover {
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li div.fecha {
        position: relative;
        margin: 5px 12px;
        width: calc(45%);
        height: 30px;
        text-align: left;
        font-family: "dinengschriftstd", "Another Font", generic;
        color: #999999;
        font-size: 18px;
    }

    #eventos .cartelera_peliculas .mashorarios {
        position: absolute;
        bottom: 37px;
        right: 12px;
        padding: 0 5px;
        background-color: #999999;
        color: #ffffff;
        font-family: "dinengschriftstd";
        font-size: 18px;
        border: 0;
    }

    #eventos main section .cartelera_peliculas ul li div.puntuacion {
        position: absolute;
        margin: 35px 0 0 10px;
        width: 150px;
        height: 25px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir {
        bottom: 10px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir_opt {
        bottom: 7px;
    }

    #ficha_eventos .field {
        margin: 0 auto 10px;
        width: 370px;
    }
    /* /EVENTOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FICHA CINE */
    #ficha_cine section {
        margin-bottom: 60px;
    }

        #ficha_cine section .select_cinefav {
            width: calc(100% - 20px);
        }

    #ficha_cine .select_cinefav .field {
        width: 370px;
    }

    #ficha_cine .select_cinefav .maps {
        margin-left: 10px;
    }

    #ficha_cine .select_cinefav .btn_zona {
        width: 54px;
        margin-left: 10px;
    }

    article.select_cinefav .btn_promos {
        width: 192px;
        font-size: 18px;
    }

    #ficha_cine article#publicidad_body {
        position: absolute;
        margin: 0;
        right: -50px;
        top: 232px;
    }

    #ficha_cine .horarios {
        width: calc(100% - 330px);
        margin: 0 0 20px 10px;
    }

    #ficha_cine article > h3 {
        width: 74px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    #ficha_cine article h3.promo {
        width: 120px;
    }

    article.promociones, article.precios, article.calif {
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }

    article .btn_mostrar {
        width: 260px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    article.precios .div_precios li {
        width: 24%;
    }

    article.calif .div_calificaciones li {
        width: 40%;
        margin: 0 30px;
    }

    .infocine_col {
        width: 96%;
        margin: 5px auto;
        font-size: 15px;
    }

        .infocine_col > h3 {
            line-height: 31px;
        }

        .infocine_col > p {
            line-height: 40px;
        }

            .infocine_col > p > span {
                line-height: 40px;
                padding: 0 10px 0 10px;
            }

            .infocine_col > p.infocine_sub {
                font-size: 11px;
                line-height: 15px;
            }

    .div_calificaciones p {
        width: 90%;
        padding-left: 30px;
        margin-bottom: 40px;
        line-height: 18px;
        font-size: 13px;
    }
    /* BANNER -------------------------------------------- BANNER */
    #ficha_cine article#banner_seccion,
    #promos article#banner_seccion {
        margin-top: 0;
        width: calc(100% - 20px);
        left: 10px;
    }

        #ficha_cine article#banner_seccion .img_left,
        #promos article#banner_seccion .img_left,
        #eventos article#banner_seccion .img_left {
            position: absolute;
            z-index: 10;
            top: calc(65% - 48px);
            left: 15px;
        }

        #ficha_cine article#banner_seccion .img_right,
        #promos article#banner_seccion .img_right,
        #eventos article#banner_seccion .img_right {
            position: absolute;
            z-index: 10;
            top: calc(65% - 48px);
            right: 15px;
        }

    #banner_seccion div.radios {
        position: absolute;
        padding: 5px 0 5px 0;
        text-align: center;
        width: 100%;
        bottom: 10px;
    }

    #ficha_cine article#banner_seccion {
        width: 70%;
        left: 0;
    }
    /* /BANNER -------------------------------------------- /BANNER */
    /* CINESAPLAN ----------------------------------------- CINESAPLAN */
    .cinesaplan {
        width: 68%;
        margin-left: 10px;
    }

        .cinesaplan .plan {
            width: 47%;
            margin: 0 12px 20px 0px;
        }

            .cinesaplan .plan:last-child {
                margin: 0 0 20px 12px;
            }

            .cinesaplan .plan .titulo {
                width: 100%;
                height: 33px;
                line-height: 33px;
            }

                .cinesaplan .plan .titulo p {
                    font-size: 20px;
                    text-align: left;
                }

                .cinesaplan .plan .titulo img {
                    top: 5px;
                    right: 10px;
                }

            .cinesaplan .plan > img {
                width: 100%;
            }

            .cinesaplan .plan a {
                margin-top: 8px;
                width: 100%;
                height: 38px;
                line-height: 38px;
                font-size: 18px;
            }
    /* /CINESAPLAN ----------------------------------------- /CINESAPLAN */
    /* /FICHA CINE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRAILERS CARTELERA*/
    .no-touch #trailers_cartelera section .cartelera_peliculas > ul > li a:hover .play {
        position: absolute;
        top: 51px;
        left: 15px;
    }

    #trailers_estrenos section {
        width: 1024px;
        margin: 0 auto;
    }

        #trailers_estrenos section .cartelera_peliculas > ul > li {
            height: 300px;
            width: 320px;
            margin-right: 3px;
            margin-left: 3px;
        }

            #trailers_estrenos section .cartelera_peliculas > ul > li .cartel {
                width: 314px;
                height: 220px;
                margin-left: 0px;
            }

            #trailers_estrenos section .cartelera_peliculas > ul > li h3 {
                width: 355px;
            }

        #trailers_estrenos section .cartelera_peliculas ul li div.compartir {
            bottom: 11px;
        }

        #trailers_estrenos section .cartelera_peliculas ul li div.compartir_opt {
            bottom: 8px;
        }

        #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi {
            background: none;
            text-align: center;
            height: auto;
        }

            #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi img {
                width: 90%;
                height: 90%;
                margin-top: 30px;
            }
    /* /TRAILERS CARTELERA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MAPA */
    #mapa section {
        min-height: 500px;
        /* general */
    }

    #mapa #bajo_menu {
        /* general */
        height: 30px;
    }

    #mapa #publicidad_body {
        /* general */
        margin: 0;
    }

    #mapa #mapa-cines {
        position: relative;
        background-color: #FFFFFF;
        min-width: 723px;
        width: calc(100% - 303px);
        height: 850px;
        margin-bottom: 40px;
    }

        #mapa #mapa-cines img#mapa {
            position: absolute;
            top: 200px;
            left: 15px;
        }

    #menu_mapa {
        position: absolute;
        top: 195px;
        left: -50px;
    }

        #menu_mapa li.titulo {
            font-family: "dinengschriftstd";
            font-size: 15px;
            color: #333333;
            background-color: #e5e5e5;
            padding: 0 5px;
        }

        #menu_mapa ul.listado {
            padding: 2px 0 2px 5px;
        }

            #menu_mapa ul.listado li {
                line-height: 19px;
            }

        #menu_mapa li {
            font-family: "Trebuchet MS", Arial, Helvetica;
            font-size: 12px;
            color: #666;
            text-align: left;
        }

        #menu_mapa ul li a {
            cursor: pointer;
            color: #666;
        }

            #menu_mapa ul li a.promoA {
                cursor: pointer;
                color: #00559A;
            }

    .no-touch #menu_mapa li ul li a:hover {
        /*decoracion hover de cada enlace*/
    }

    .no-touch #menu_mapa .listado:hover {
        background-color: #dddddd;
    }

    #menu_mapa div {
        position: absolute;
        z-index: 9;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .ie7 #menu_mapa {
        z-index: 10;
    }

    #menu_canarias {
        width: 199px;
        height: 78px;
        background-image: url(../img/mapa/flecha_canarias.png);
        left: 180px;
        top: 600px;
    }

        #menu_canarias .listado {
            margin-left: 23px;
        }

        #menu_canarias .titulo {
            margin-left: 43px;
            margin-top: -40px;
        }

    #menu_sevilla {
        background-image: url("../img/mapa/flecha_sevilla.png");
        height: 163px;
        left: 119px;
        top: 362px;
        width: 182px;
    }

        #menu_sevilla .listado {
            position: absolute;
            bottom: -18px;
            left: 0;
            margin-left: -15px;
        }

        #menu_sevilla .titulo {
            position: absolute;
            bottom: 27px;
            left: 0;
            width: 80px;
        }

    #menu_malaga {
        width: 110px;
        height: 58px;
        background-image: url(../img/mapa/flecha_malaga.png);
        left: 356px;
        top: 356px;
    }

        #menu_malaga .listado {
            margin-left: -25px;
            margin-top: 10px;
            width: 119px;
        }

        #menu_malaga .titulo {
            margin-top: -4px;
            margin-left: -20px;
            width: 70px;
        }

    #menu_murcia {
        width: 175px;
        height: 90px;
        background-image: url(../img/mapa/flecha_murcia.png);
        left: 480px;
        top: 285px;
    }

        #menu_murcia .listado {
            position: absolute;
            bottom: -34px;
            right: 0;
        }

        #menu_murcia .titulo {
            width: 95px;
            position: absolute;
            bottom: 11px;
            margin-left: 30px;
        }

    #menu_valencia {
        width: 252px;
        height: 120px;
        background-image: url(../img/mapa/flecha_valencia.png);
        left: 503px;
        top: 206px;
    }

        #menu_valencia .listado {
            position: absolute;
            bottom: 0;
            margin-bottom: -12px;
            right: 0;
        }

        #menu_valencia .titulo {
            width: 50px;
            position: absolute;
            right: 0;
            bottom: 22px;
        }

    #menu_castellon {
        background-image: url("../img/mapa/flecha_castellon.png");
        height: 97px;
        left: 517px;
        text-align: right;
        top: 155px;
        width: 155px;
        z-index: 20 !important;
    }

        #menu_castellon ul {
            position: absolute;
            bottom: -10px;
            right: 0;
        }

        #menu_castellon .titulo {
            bottom: -20px;
        }

        #menu_castellon .listado {
            margin-top: 10px;
            bottom: -45px;
        }

    #menu_mallorca {
        width: 159px;
        height: 51px;
        background-image: url(../img/mapa/flecha_mallorga.png);
        left: 605px;
        top: 173px;
        z-index: 30 !important;
    }

        #menu_mallorca .listado {
            position: absolute;
            bottom: -12px;
            width: 140px;
            margin-left: -20px;
        }

        #menu_mallorca .titulo {
            position: absolute;
            bottom: 33px;
            right: 0;
            width: 113px;
        }

    #menu_barcelona {
        width: 265px;
        height: 173px;
        background-image: url(../img/mapa/flecha_barcelona.png);
        left: 584px;
        top: -53px;
        text-align: left;
        z-index: 31 !important;
    }

        #menu_barcelona .listado {
            position: absolute;
            margin-top: -10px;
            right: 00px;
        }

        #menu_barcelona .titulo {
            position: absolute;
            right: 39px;
            width: 115px;
            margin-top: -40px;
        }

    #menu_zaragoza {
        width: 196px;
        height: 245px;
        background-image: url(../img/mapa/flecha_zaragoza.png);
        left: 470px;
        top: -140px;
        z-index: 30 !important;
    }

        #menu_zaragoza .listado {
            position: absolute;
            top: -5px;
            right: 0;
        }

        #menu_zaragoza .titulo {
            position: absolute;
            top: -24px;
            right: 0;
            width: 120px;
        }

    #menu_guipuzcoa {
        background-image: url("../img/mapa/flecha_guipuzcoa.png");
        height: 58px;
        left: 410px;
        text-align: left;
        top: -30px;
        width: 90px;
    }

        #menu_guipuzcoa .listado {
            position: absolute;
            right: -16px;
            width: 90px;
            top: -5px;
            text-align: left;
        }

        #menu_guipuzcoa .titulo {
            position: absolute;
            width: 50px;
            right: 1px;
            top: -24px;
        }

    #menu_bilbao {
        width: 83px;
        height: 78px;
        background-image: url(../img/mapa/flecha_bilbao.png);
        left: 302px;
        top: -56px;
        z-index: 10 !important;
    }

        #menu_bilbao .listado {
            position: absolute;
            right: -39px;
            width: 118px;
            top: -5px;
        }

        #menu_bilbao .titulo {
            position: absolute;
            width: 50px;
            right: 1px;
            top: -24px;
        }

    #menu_santander {
        width: 139px;
        height: 140px;
        background-image: url(../img/mapa/flecha_santander.png);
        left: 283px;
        top: -110px;
        text-align: left;
    }

        #menu_santander .listado {
            position: absolute;
            right: 0;
            top: -8px;
            width: 130px;
        }

        #menu_santander .titulo {
            position: absolute;
            width: 105px;
            right: 0px;
            top: -24px;
        }

    #menu_oviedo {
        width: 131px;
        height: 146px;
        background-image: url(../img/mapa/flecha_oviedo.png);
        left: 140px;
        top: -112px;
    }

        #menu_oviedo .listado {
            position: absolute;
            left: -20px;
            top: -8px;
            width: 135px;
        }

        #menu_oviedo .titulo {
            position: absolute;
            width: 115px;
            right: 6px;
            top: -24px;
        }

    #menu_acoruna {
        width: 133px;
        height: 84px;
        background-image: url(../img/mapa/flecha_acoruna.png);
        left: 68px;
        top: -58px;
    }

        #menu_acoruna .listado {
            position: absolute;
            left: -20px;
            top: -6px;
            width: 146px;
        }

        #menu_acoruna .titulo {
            position: absolute;
            width: 115px;
            right: 8px;
            top: -24px;
        }

    #menu_santiago {
        width: 116px;
        height: 84px;
        background-image: url(../img/mapa/flecha_santiago.png);
        left: 69px;
        top: 13px;
    }

        #menu_santiago .listado {
            position: absolute;
            left: -20px;
            top: -6px;
            width: 135px;
        }

        #menu_santiago .titulo {
            position: absolute;
            width: 95px;
            right: 10px;
            top: -24px;
        }

    #menu_cadiz {
        width: 89px;
        height: 64px;
        background-image: url(../img/mapa/flecha_cadiz.png);
        left: 315px;
        top: 396px;
    }

        #menu_cadiz .listado {
            position: absolute;
            bottom: -33px;
            width: 80px;
            left: 0;
        }

        #menu_cadiz .titulo {
            position: absolute;
            width: 55px;
            right: 10px;
            bottom: 12px;
        }

    #menu_valladolid {
        width: 277px;
        height: 44px;
        background-image: url(../img/mapa/flecha_valladolid.png);
        left: 71px;
        top: 70px;
    }

        #menu_valladolid .listado {
            position: absolute;
            top: -5px;
            left: -20px;
        }

        #menu_valladolid .titulo {
            position: absolute;
            width: 55px;
            left: 1px;
            top: -24px;
        }

    div#menu_madrid {
        background-image: url("../img/mapa/flecha_madrid.png");
        background-position: right center;
        height: 40px;
        left: 80px;
        top: 127px;
        width: 290px;
        z-index: 20;
    }

    #menu_madrid ul {
        float: left;
    }

    #menu_madrid li {
        float: right;
    }

        #menu_madrid li ul li {
            float: none;
        }

    #menu_madrid .listado {
        position: absolute;
        top: -5px;
        left: -29px;
    }

    #menu_madrid .titulo {
        position: absolute;
        width: 130px;
        left: 1px;
        top: -24px;
    }

    #menu_merida {
        background-image: url("../img/mapa/flecha_merida.png");
        height: 174px;
        left: 190px;
        top: 270px;
        width: 100px;
        z-index: 10 !important;
    }

        #menu_merida .listado {
            position: absolute;
            bottom: -35px;
            left: -20px;
        }

        #menu_merida .titulo {
            position: absolute;
            width: 50px;
            left: 1px;
            bottom: 7px;
        }
    /* /MAPA */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS */
    #promos .select_cinefav {
        width: calc(100% - 20px);
    }

        #promos .select_cinefav .row:last-child > p {
            margin: 0 10px 0 0;
            line-height: 42px;
            font-size: 14px;
        }

        #promos .select_cinefav .row .field {
            width: 370px;
        }

        #promos .select_cinefav .row:last-child .field {
            width: 200px;
            margin-right: 15px;
        }

    #promos article.select_cinefav .btn_borrar {
        height: 42px;
        line-height: 43px;
        width: 42px;
        margin-left: 4px;
        font-size: 26px;
    }

    #promos #publicidad_body {
        margin: 45px 40px 0 0;
        width: 275px;
    }

        #promos #publicidad_body img {
            width: 100%;
        }

    #promos main section {
        margin-left: 0px;
        width: 100%;
    }

    #promos .listapromos {
        margin-bottom: 30px;
        text-align: left;
    }

        #promos .listapromos ul {
            padding: 0;
        }

            #promos .listapromos ul li {
                display: inline-block;
                position: relative;
                width: 295px;
                margin: 0 2% 15px 2%;
                padding: 0;
            }

        #promos .listapromos li h3 {
            position: relative;
            font-size: 13px;
            width: 285px;
            line-height: 22px;
            margin: 0 0 5px 0 !important;
            padding-left: 10px;
            background-color: #ffffff;
        }

            #promos .listapromos li h3 a {
                color: #666666;
            }
    /* BORRAR DESDE AQUI ------------------------------------------------ */
    #promos article.select_cinefav div#select2,
    #promos article.select_cinefav div#select3,
    #promos article.select_cinefav div#select4 {
        position: relative;
        vertical-align: top;
        width: 200px;
        margin: 0 10px;
    }

        #promos article.select_cinefav div#select2 li,
        #promos article.select_cinefav div#select3 li,
        #promos article.select_cinefav div#select4 li {
            font-size: 13px;
            line-height: 15px;
            padding-left: 5px;
            border-left: 5px solid #ffffff;
            width: 150px !important;
        }

            #promos article.select_cinefav div#select2 li.selected,
            #promos article.select_cinefav div#select3 li.selected,
            #promos article.select_cinefav div#select4 li.selected {
                line-height: 27px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        #promos article.select_cinefav div#select2.opne li.selected,
        #promos article.select_cinefav div#select3.open li.selected,
        #promos article.select_cinefav div#select4.open li.selected {
            line-height: 15px;
            white-space: initial;
        }

    .no-touch #promos article.select_cinefav div#select2 li:hover, .no-touch #promos article.select_cinefav div#select3 li:hover, .no-touch #promos article.select_cinefav div#select4 li:hover {
        border-left-color: #fed801;
    }

    #promos article.select_cinefav div#select2 ul.select-group,
    #promos article.select_cinefav div#select3 ul.select-group,
    #promos article.select_cinefav div#select4 ul.select-group {
        width: 128px;
    }

        #promos article.select_cinefav div#select2 ul.select-group li,
        #promos article.select_cinefav div#select3 ul.select-group li,
        #promos article.select_cinefav div#select4 ul.select-group li {
            width: 128px;
        }

    #promos article.select_cinefav div#select2 .inner,
    #promos article.select_cinefav div#select3 .inner,
    #promos article.select_cinefav div#select4 .inner {
        width: 200px;
    }
    /* HASTA AQUI ------------------------------------------------ */
    #promos article.titulo_promo {
        margin-left: 20px;
    }

        #promos article.titulo_promo div {
            color: #ffffff;
            font-size: 16px;
            font-family: "Trebuchet MS";
            text-align: center;
            background-color: #999999;
            width: 245px;
            height: 45px;
            line-height: 45px;
            -webkit-border-radius: 6px 6px 0 0;
            -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

    #promos article.titulo_filtro div {
        background-color: #ff0033;
    }
    /* /PROMOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS LANDING */
    #promos_landing section {
        margin-top: -25px;
    }

    #promos_landing #bajo_menu {
        margin-top: -12px;
    }

    #promos_landing section article.cartel-promo {
        position: relative;
        min-width: 700px;
        width: 68.5%;
        padding: 12px 0;
        text-align: center;
        margin-bottom: 60px;
        left: 5px;
    }

        #promos_landing section article.cartel-promo img {
            width: 678px;
        }

    #promos_landing section article.panel_right {
        top: 53px;
        right: 5px;
        position: absolute;
        min-width: 305px;
        width: 30%;
        text-align: center;
    }

    #promos_landing section div.info-promo {
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 30px;
        text-align: left;
    }

    #promos_landing #publicidad_body {
        margin-right: 10px;
    }
    /* /PROMOS LANDING */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROXIMOS ESTRENOS */
    #proximos_estrenos article.cartelera_peliculas .fechaestreno {
        width: calc(100% + 18px);
        height: 28px;
        top: -35px;
        line-height: 28px;
    }

        #proximos_estrenos article.cartelera_peliculas .fechaestreno span {
            font-size: 20px;
        }

    #proximos_estrenos article.cartelera_peliculas li.ventaanticipada a .stick-va {
        left: 15px;
        top:4px;
        margin-top:0;
    }
    /* /PROXIMOS ESTRENOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HOME */
    #home #separador-bottom {
        max-width: 1220px;
        width: 100%;
        height: 13px;
        margin: 0 auto;
    }

    #home .pelicula_principal {
        width: 100%;
        max-width: 1180px;
        padding: 0;
        margin: 0 auto;
    }

        #home .pelicula_principal ul li {
            position: relative;
            max-height: 505px;
            width: 100%;
            max-width: 1190px;
        }

        #home .pelicula_principal img {
            width: 100%;
            max-height: 505px;
        }

        #home .pelicula_principal .topo3d {
            top: 15px;
            right: 15px;
            width: 144px;
            height: 144px;
        }

        #home .pelicula_principal .principal-info {
            width: 100%;
            height: 60px;
            line-height: 60px;
            bottom: 0;
            text-align: left;
        }

            #home .pelicula_principal .principal-info a {
                margin: 0 0 0 6px;
                font-size: 25px;
                padding: 10px 15px;
            }

        #home .pelicula_principal .img_left,
        #home .pelicula_principal .img_right {
            top: 0;
            height: 505px;
            width: 29px;
        }

    #home .promociones {
        margin-bottom: 50px;
        width: 100%;
    }

        #home .promociones span {
            right: 5px;
            font-size: 17px;
        }

        #home .promociones > .home-row {
            width: calc(100% - 20px);
        }

        #home .promociones div {
            top: 15px;
            height: 170px;
            display: block;
            text-align: left;
        }

        #home .promociones ul {
            margin-bottom: 0;
            margin-top: 20px;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

        #home .promociones li {
            display: inline-block;
            margin: 0px 1px;
            position: relative;
        }

        #home .promociones .infopromo {
            position: absolute;
            width: 100%;
            height: 0px;
            bottom: 0;
            top: auto;
            transition: 0.5s;
        }

    .no-touch #home .promociones li:hover .infopromo {
        height: 65px;
        transition: 0.5s;
    }

    #home .promociones .infopromo p {
        font-size: 22px;
        position: absolute;
        margin: 0;
        left: 15px;
        line-height: 65px;
    }

    #home .promociones .infopromo .mas {
        position: absolute;
        right: 10px;
        top: 17px;
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 23px;
    }

    #home .promociones .shadow_left,
    #home .promociones .shadow_right,
    #home .cartelera .shadow_left,
    #home .cartelera .shadow_right,
    #home .tecnologia .shadow_left,
    #home .tecnologia .shadow_right {
        top: 0;
        width: 43px;
        z-index: 4;
    }

        #home .promociones .shadow_left .img_left,
        #home .promociones .shadow_right .img_right {
            width: 49px;
            height: 170px;
        }

    #home .cartelera {
        height: 370px;
    }

        #home .cartelera .cart-menu {
            position: absolute;
            top: 10px;
            left: 0;
        }

        #home .cartelera span {
            position: absolute;
            right: 5px;
            top: 30px;
            font-size: 17px;
        }

    #home .pelicula_principal span.rb_promo {
        background: url(../img/IconPromo/icono_promo_grande_derecha_inclinado_redonda.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 9px;
        height: 68px;
        left: 8px;
        z-index: 9999;
    }

    #home .cartelera span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 10px;
        height: 21px;
        left: 150px;
        z-index: 9999;
    }

    #home .cartelera ul li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    #ciclos .carteles-carrusel ul li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    #home .carteles-carrusel,
    #ciclos .carteles-carrusel,
    #ficha_cine .carteles-carrusel {
        position: relative;
        top: 11px;
        height: 310px;
    }

        #home .carteles-carrusel ul,
        #ciclos .carteles-carrusel ul,
        #ficha_cine .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            height: 280px;
            margin: 15px 0 0 0;
            padding: 0;
        }

            #home .carteles-carrusel ul li,
            #ciclos .carteles-carrusel ul li,
            #ficha_cine .carteles-carrusel ul li {
                display: inline-block;
                position: relative;
                margin: 0 5px;
            }

    #home .cartelera li img,
    #ciclos .ciclo li img,
    #ficha_cine .ciclo li img {
        width: 200px;
    }

    #home .cartelera .infopeli,
    #ciclos .ciclo .infopeli,
    #ficha_cine .ciclo .infopeli {
        height: 0;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0px;
    }

    .no-touch #home .cartelera li:hover .infopeli, .no-touch #ficha_cine .ciclo li:hover .infopeli {
        height: 75px;
    }

    #home .cartelera .infopeli h4,
    #ciclos .ciclo .infopeli h4,
    #ficha_cine .ciclo .infopeli h4 {
        position: absolute;
        font-size: 22px;
        top: 2px;
        left: 5px;
        margin: 0;
        padding: 0;
        width: 195px;
        height: 30px;
    }

    #home .cartelera .infopeli p,
    #ciclos .ciclo .infopeli p,
    #ficha_cine .ciclo .infopeli p {
        font-size: 18px;
        position: absolute;
        top: 35px;
        margin: 0;
        left: 5px;
    }

    #home .cartelera .infopeli .mas,
    #ciclos .ciclo .infopeli a,
    #ficha_cine .ciclo .infopeli a {
        position: absolute;
        top: 32px;
        right: 5px;
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 23px;
    }

    #home .cartelera .shadow_left .img_left,
    #home .cartelera .shadow_right .img_right,
    #ciclos .ciclo .shadow_left .img_left,
    #ciclos .ciclo .shadow_right .img_right,
    #ficha_cine .ciclo .shadow_left .img_left,
    #ficha_cine .ciclo .shadow_right .img_right {
        width: 29px;
        height: 305px;
    }

    #home .tecnologia p {
        margin-left: 10px;
        text-align: left;
        font-size: 19px;
    }

    #home .tecnologia .robapaginas {
        position: relative;
        float: right;
        right: 10px;
        margin-top: -249px;
    }

    #home .tecnologia .tecno {
        position: relative;
        width: 705px;
        height: 269px;
    }

    #home .tecnologia .shadow_left,
    #home .tecnologia .shadow_right {
        height: 269px;
    }

    #home .tecnologia ul {
        position: relative;
        height: 190px;
        top: 30px;
        width: 705px;
        margin: 0 auto;
        padding: 0;
    }

    #home .tecnologia li {
        height: 190px;
        width: 230px;
        display: inline-block;
        position: relative;
        text-align: left;
    }

        #home .tecnologia li a {
            margin-left: 10px !important;
        }

        #home .tecnologia li:nth-child(2) {
            border-left: 2px solid #dddddd;
            border-right: 2px solid #dddddd;
            overflow: hidden;
            width: 200px;
        }

        #home .tecnologia li:nth-child(3) {
            border-right: 2px solid #dddddd;
            overflow: hidden;
        }

    #home .clientes {
        height: 280px;
        text-align: left;
    }

        #home .clientes .promos {
            position: relative;
            display: inline-block;
            margin-left: 10px;
            top: 10px;
            width: 49%;
            vertical-align: top;
        }

        #home .clientes .promobox {
            position: relative;
            width: 100%;
        }

            #home .clientes .promobox img {
                width: 100%;
                max-width: 589px;
            }

            #home .clientes .promobox .radios {
                float: right;
            }

        #home .clientes .toppeliculas {
            position: relative;
            display: inline-block;
            width: 47%;
            margin-left: 10px;
            top: 10px;
            vertical-align: top;
        }

            #home .clientes .toppeliculas ul {
                margin: 0;
                padding: 0;
            }

            #home .clientes .toppeliculas li {
                display: inline-block;
                margin: 0 5px;
            }

            #home .clientes .toppeliculas img {
                width: 180px;
            }

            #home .clientes .toppeliculas .img_left,
            #home .clientes .toppeliculas .img_right {
                position: absolute;
                top: 0;
                width: 27px;
                height: 260px;
            }

            #home .clientes .toppeliculas .img_left {
                background-position: 0 50%;
                left: 10px;
            }

            #home .clientes .toppeliculas .img_right {
                background-position: -29px 50%;
                right: 5px;
            }

    #home article {
        margin: 0 !important;
    }

        #home article.cartelera {
            margin-top: 16px !important;
        }

        #home article.tecnologia {
            margin-top: 20px !important;
            margin-bottom: 50px !important;
        }

    #home .home-row {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

        #home .home-row h3 {
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            margin: 0 0 10px 0;
        }

        #home .home-row .btn {
            right: 0;
            bottom: 0;
            height: 35px;
            line-height: 35px;
            font-size: 15px;
            margin: 0 0 10px 0;
        }
    /* /HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CICLOS */
    #ciclos section {
        min-height: 330px;
        margin-left: 10px;
        width: calc(100% - 20px);
    }

    #ciclos #publicidad_body {
        margin: 48px 10px 0 0;
    }

    #ciclos .ciclo,
    #ficha_cine .ciclo {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    #ficha_cine .ciclo {
        width: calc(100% - 20px);
        margin: 0 auto 60px auto;
    }

    #ciclos .ciclo.robapaginas {
        width: 69%;
    }

    #ciclos .ciclo .titulo,
    #ficha_cine .ciclo .titulo {
        position: relative;
        width: 232px;
        padding: 5px 15px;
        font-size: 20px;
    }

    #ciclos .ciclo .carteles-carrusel,
    #ficha_cine .ciclo .carteles-carrusel {
        position: relative;
        top: 10px;
        width: 100%;
    }

        #ciclos .ciclo .carteles-carrusel ul,
        #ficha_cine .ciclo .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            top: 0;
            margin-top: 15px;
        }

            #ciclos .ciclo .carteles-carrusel ul li,
            #ficha_cine .ciclo .carteles-carrusel ul li {
                position: relative;
            }
    /* /CICLOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD */
    #cinesacard main #bajo_menu {
        height: 23px;
    }

    #cinesacard article {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    #cinesacard .ccard .micuenta,
    #cinesacard .ccard .ventajas_ccard {
        position: relative;
    }

    #cinesacard .micuenta img {
        position: absolute;
        top: 0;
        left: 10px;
        height: 150px;
        width: 150px;
    }

    #cinesacard .micuenta h3 {
        position: relative;
        top: 25px;
        left: 80px;
        line-height: 30px;
        font-size: 65px;
    }

    #cinesacard .formlogin {
        position: relative;
        margin-top: 72px;
        width: 430px;
        height: 230px;
    }

        #cinesacard .formlogin form {
            position: relative;
            width: calc(100% - 10px);
            margin: 0 5px;
        }

        #cinesacard .formlogin input[type="email"],
        #cinesacard .formlogin input[type="password"] {
            width: 180px;
            border: none;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            padding-left: 15px;
            margin: 0 3px 7px 3px;
        }

        #cinesacard .formlogin input[type="submit"] {
            width: 406px;
            height: 38px;
            font-size: 22px;
        }

        #cinesacard .formlogin a {
            position: relative;
            top: 5px;
            margin: 0 10px;
            font-size: 16px;
            border-bottom: 1px solid #cccccc;
        }

    #cinesacard .ventajas_ccard {
        margin-top: 72px;
        margin-left: 5px;
        height: 230px;
        width: calc(100% - 440px);
    }

        #cinesacard .ventajas_ccard h3 {
            font-size: 45px;
            margin: 5px 0 0 0;
        }

        #cinesacard .ventajas_ccard p {
            font-size: 23px;
            margin: 0;
            line-height: 10px;
        }

        #cinesacard .ventajas_ccard .lista_ventajas {
            position: relative;
            margin: 0 auto;
            margin-top: 20px;
            left: 5px;
        }

            #cinesacard .ventajas_ccard .lista_ventajas li {
                position: relative;
                width: 115px;
            }

    #cinesacard .lista_ventajas li div.jueves,
    #cinesacard .lista_ventajas li div.vip,
    #cinesacard .lista_ventajas li div.promociones,
    #cinesacard .lista_ventajas li div.puntos,
    #cinesacard .lista_ventajas li div.eventos {
        background: url(../img/ico_ccard_ventajas_m.png) no-repeat;
        width: 105px;
        height: 105px;
    }

    #cinesacard .lista_ventajas li div.jueves {
        background-position: 0 0;
    }

    #cinesacard .lista_ventajas li div.vip {
        background-position: -105px 0;
        width: 110px;
    }

    #cinesacard .lista_ventajas li div.promociones {
        background-position: -220px 0;
        width: 107px;
    }

    #cinesacard .lista_ventajas li div.puntos {
        background-position: -330px 0;
        width: 113px;
    }

    #cinesacard .lista_ventajas li div.eventos {
        background-position: -448px 0;
    }

    #cinesacard .lista_ventajas a {
        display: none;
        position: absolute;
        left: 0;
        top: -5px;
        width: 90px;
        height: 105px;
        padding: 7px;
        font-size: 18px;
        line-height: 22px;
    }

    #cinesacard .lista_ventajas li div.jueves a {
        width: 90px;
    }

    #cinesacard .lista_ventajas li div.vip a {
        width: 97px;
    }

    #cinesacard .lista_ventajas li div.promociones a {
        width: 98px;
    }

    #cinesacard .lista_ventajas li div.puntos a {
        width: 100px;
    }

    #cinesacard .lista_ventajas li div.eventos a {
        width: 98px;
    }

    #cinesacard .lista_ventajas li:hover div a {
        display: block;
    }

    #cinesacard .conseguirccard {
        text-align: left;
    }

        #cinesacard .conseguirccard > div {
            position: relative;
            display: inline-block;
            width: 48%;
            margin: 0 0.7%;
        }

        #cinesacard .conseguirccard .cc_header {
            position: relative;
            height: 95px;
            margin-bottom: 5px;
        }

            #cinesacard .conseguirccard .cc_header p {
                margin: 0;
                line-height: 40px;
                font-size: 18px;
            }

            #cinesacard .conseguirccard .cc_header h3 {
                margin: 0;
                line-height: 40px;
                font-size: 40px;
            }

        #cinesacard .conseguirccard .cc_pasos {
            position: relative;
            margin-top: -8px;
        }

            #cinesacard .conseguirccard .cc_pasos ul {
                height: 130px;
                padding: 0;
            }

                #cinesacard .conseguirccard .cc_pasos ul li {
                    display: inline-block;
                    position: relative;
                    width: 120px;
                    height: 120px;
                    margin-top: 15px;
                }

            #cinesacard .conseguirccard .cc_pasos > div {
                margin: 0 10px;
                font-size: 17px;
                border: 1px solid #ffffff;
            }

            #cinesacard .conseguirccard .cc_pasos p {
                position: relative;
                line-height: 20px;
                margin: 10px 0;
            }

            #cinesacard .conseguirccard .cc_pasos .popcorn {
                position: absolute;
                width: 100px;
                height: 50px;
                top: -25px;
            }

        #cinesacard .conseguirccard .cc_btn {
            position: relative;
            margin-top: 7px;
            height: 60px;
        }

            #cinesacard .conseguirccard .cc_btn a {
                position: absolute;
                width: 300px;
                height: 40px;
                left: calc(50% - 150px);
                top: calc(50% - 20px);
                line-height: 40px;
                font-size: 22px;
            }

        #cinesacard .conseguirccard .cc_aviso {
            font-size: 11px;
        }

    #cinesacard .aviso > div {
        position: relative;
        width: 711px;
        height: 50px;
        margin: 0 auto;
        border: 1px dashed #bcbcbc;
    }

        #cinesacard .aviso > div p {
            display: inline-block;
            line-height: 14px;
            font-size: 19px;
        }

        #cinesacard .aviso > div a {
            position: absolute;
            width: 80px;
            height: 23px;
            font-size: 14px;
            top: 14px;
            right: 10px;
            line-height: 23px;
        }

    #cinesacard .puntos .puntos_menu {
        text-align: left;
        padding-left: 10px;
    }

        #cinesacard .puntos .puntos_menu li {
            display: inline-block;
            font-size: 16px;
            height: 35px;
            line-height: 38px;
            padding: 0 25px;
        }

    #cinesacard .puntos .div-1,
    #cinesacard .puntos .div-3 {
        padding: 10px 0 10px 0;
    }

        #cinesacard .puntos .div-1 ul,
        #cc_micuenta .puntos .div-1 ul {
            padding-left: 10px;
            text-align: left;
        }

        #cinesacard .puntos .div-1 li,
        #cc_micuenta .puntos .div-1 li {
            position: relative;
            display: inline-block;
            border: 2px solid #efefef;
            width: 121px;
            height: 159px;
            margin: 50px 7px 30px 7px;
        }

            #cinesacard .puntos .div-1 li .tiporegalos,
            #cc_micuenta .puntos .div-1 li .tiporegalos {
                position: absolute;
                width: 140px;
                height: 30px;
                line-height: 30px;
                top: -44px;
                left: -2px;
                padding-left: 5px;
                font-size: 15px;
            }

                #cinesacard .puntos .div-1 li .tiporegalos.tr_last,
                #cc_micuenta .puntos .div-1 li .tiporegalos.tr_last {
                    width: 121px;
                }

    #cinesacard .regalo-puntos,
    #cc_micuenta .regalo-puntos {
        position: absolute;
        bottom: 0;
        width: 121px;
        line-height: 47px;
        border-top: 2px solid #efefef;
        font-size: 24px;
    }

    #cinesacard .puntos .div-1 li .regalo-info,
    #cc_micuenta .puntos .div-1 li .regalo-info {
        position: absolute;
        width: 121px;
        height: 0px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
        transition: 0.5s;
    }

    .no-touch #cinesacard .puntos .div-1 li:hover .regalo-info, .no-touch #cc_micuenta .puntos .div-1 li:hover .regalo-info {
        width: 121px;
        height: 80px;
        transition: 0.5s;
    }

    #cinesacard .puntos .div-1 li .regalo-info p,
    #cc_micuenta .puntos .div-1 li .regalo-info p {
        line-height: 13px;
        margin-left: 4px;
    }

    #cinesacard .puntos .div-1 li .regalo-info img,
    #cc_micuenta .puntos .div-1 li .regalo-info img {
        margin-top: -7px;
    }

    #cinesacard .puntos .div-3 li,
    #cc_micuenta .faq .div-3 li {
        position: relative;
        height: 30px;
        width: 90%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        font-size: 13px;
    }

        #cinesacard .puntos .div-3 li.respuesta,
        #cc_micuenta .faq .div-3 li.respuesta {
            height: auto;
            border: 2px solid #e8e8e8;
            margin-left: 0px;
            width: calc(93% + 07px);
        }

            #cinesacard .puntos .div-3 li.respuesta ul li,
            #cc_micuenta .faq .div-3 li.respuesta ul li {
                margin-left: -10px;
                margin-bottom: 10px;
                line-height: 20px;
                height: auto;
                width: 95%;
            }

                #cinesacard .puntos .div-3 li.respuesta ul li.stitulo,
                #cc_micuenta .faq .div-3 li.respuesta ul li.stitulo {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li.sresumen,
                #cc_micuenta .faq .div-3 li.respuesta ul li.sresumen {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li a,
                #cc_micuenta .faq .div-3 li.respuesta ul li a {
                    border-bottom: 1px solid #666666;
                }
    /* /CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD FORMULARIO*/
    #cc_form article,
    #cc_form_activar article,
    #colegios article,
    #recuperarmail article,
    #recuperarpass article {
        position: relative;
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    #cc_form .titulo,
    #cc_form_activar .titulo,
    #colegios .titulo,
    #recuperarmail .titulo,
    #recuperarpass .titulo,
    #cc_form_finactivar .titulo,
    #cc_form_finpedir .titulo,
    #cc_form_error .titulo {
        margin-bottom: 12px;
        margin-top: -10px;
    }

        #cc_form .titulo h3,
        #cc_form_activar .titulo h3,
        #colegios .titulo h3,
        #recuperarmail .titulo h3,
        #recuperarpass .titulo h3,
        #cc_form_finactivar .titulo h3,
        #cc_form_finpedir .titulo h3,
        #cc_form_error .titulo h3 {
            font-size: 24px;
            line-height: 40px;
            width: 390px;
            padding-left: 15px;
            margin: 0;
        }

    #cc_form .frm1,
    #cc_form .frm2,
    #cc_form .frm3,
    #cc_form .frm4,
    #cc_form .inf,
    #cc_form_activar .frm1,
    #cc_form_activar .frm2,
    #cc_form_activar .frm3,
    #cc_form_activar .frm4,
    #cc_form_activar .inf,
    #cc_form .mail,
    #cc_form_activar .mail,
    #colegios .frm1,
    #colegios .frm2,
    #colegios .inf,
    #recuperarpass .frm1,
    #recuperarmail .frm1 {
        padding: 15px 0 15px 30px;
        width: calc(100% - 50px);
        text-align: left;
    }

    #cc_form article h4,
    #cc_form_activar article h4,
    #colegios article h4,
    #clientes article h4,
    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 18px;
        margin: 0;
        padding-left: 50px;
        line-height: 40px;
    }

    #cc_form article .num,
    #cc_form_activar article .num,
    #colegios article .num,
    #clientes article .num {
        position: absolute;
        font-size: 18px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 4px solid #ffffff;
    }

    #cc_form article.activo .num,
    #clientes article.activo .num {
        border: 4px solid #b5cbe0;
    }

    #cc_form article.activo h4,
    #cc_form article.inactivo h4,
    #cc_form_activar article.activo h4,
    #cc_form_activar article.inactivo h4,
    #colegios article.activo h4,
    #recuperarmail article.activo h4,
    #recuperarpass article.activo h4,
    #colegios article.inactivo h4,
    #clientes article.inactivo h4 {
        margin-bottom: 40px;
    }

    #cc_form .row,
    #cc_form_activar .row,
    #colegios .row,
    #trabajaconnosotros .row,
    #clientes .row,
    #recuperarmail .row,
    #recuperarpass .row {
        position: relative;
        margin: 10px;
        margin-bottom: 20px;
    }

        #cc_form .row input.text,
        #cc_form_activar .row input.text,
        #colegios .row input.text,
        #trabajaconnosotros .row input.text,
        #clientes .row input.text,
        #recuperarmail .row input.text,
        #recuperarpass .row input.text {
            width: 20%;
            height: 38px;
            padding-left: 15px;
            margin-right: 15px;
            font-size: 15px;
        }

    #cc_form .cc_select,
    #cc_form_activar .cc_select,
    #colegios .cc_select {
        position: relative;
        width: 22.2%;
        margin-right: 15px;
        vertical-align: top;
    }

        #cc_form .cc_select .select-group,
        #cc_form_activar .cc_select .select-group,
        #colegios .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            #cc_form .cc_select .select-group li,
            #cc_form_activar .cc_select .select-group li,
            #colegios .cc_select .select-group li {
                width: calc(100% - 22px) !important;
            }

        #cc_form .cc_select.small,
        #cc_form_activar .cc_select.small,
        #colegios .cc_select.small {
            width: 140px;
            margin-left: 5px;
            margin-top: -7px;
            vertical-align: top;
        }

            #cc_form .cc_select.small .select-group,
            #cc_form_activar .cc_select.small .select-group,
            #colegios .cc_select.small .select-group {
                width: 76px !important;
            }

                #cc_form .cc_select.small .select-group li,
                #cc_form_activar .cc_select.small .select-group li,
                #colegios .cc_select.small .select-group li {
                    width: 76px !important;
                }

    #cc_form .row span,
    #cc_form_activar .row span,
    #colegios .row span {
        font-size: 12px;
    }

    #cc_form input[type="checkbox"] + label span,
    #cc_form_activar input[type="checkbox"] + label span,
    #colegios input[type="radio"] + label span,
    #trabajaconnosotros input[type="checkbox"] + label span {
        position: relative;
        display: inline-block;
        width: 350px;
        height: 37px;
        line-height: 35px;
        padding-left: 55px;
        font-size: 15px;
    }

    #cc_form .row a,
    #cc_form_activar .row a,
    #colegios .row a {
        border-bottom: 1px solid #909090;
    }

    #cc_form input[type="submit"],
    #cc_form_activar input[type="submit"],
    #colegios input[type="submit"],
    #trabajaconnosotros input[type="submit"],
    #clientes input[type="submit"],
    #recuperarmail input[type="submit"],
    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"],
    #cc_form_activar .btn,
    #colegios .btn,
    #cc_form .btn {
        border: none;
        width: 300px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    #cc_form .inf,
    #cc_form_activar .inf,
    #colegios .inf {
        margin-bottom: 40px;
    }

        #cc_form .inf p,
        #cc_form_activar .inf p,
        #colegios .inf p {
            font-size: 11px;
        }

    #cc_form_activar .btn,
    #colegios .btn,
    #cc_form .btn {
        text-align: center;
        margin-left: calc(50% - 160px);
        cursor: pointer;
    }
    /* /CINESACARD FORMULARIO*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* /CINESACARD MI CUENTA*/
    #cc_micuenta #sb-site {
        min-height: 1000px !important;
    }

    #cc_micuenta aside {
        display: inline-block;
        width: 290px;
    }

        #cc_micuenta aside .cuenta {
            margin-top: 50px;
        }

            #cc_micuenta aside .cuenta img {
                margin-top: -55px;
            }

            #cc_micuenta aside .cuenta p {
                font-size: 22px;
                margin: 5px 0;
            }

                #cc_micuenta aside .cuenta p span {
                    font-size: 25px;
                }

            #cc_micuenta aside .cuenta h3 {
                font-size: 45px;
            }

            #cc_micuenta aside .cuenta ul li {
                display: inline-block;
                width: 144px;
                margin-top: 2px;
                font-size: 12px;
                height: 52px;
                padding-top: 18px;
            }

                #cc_micuenta aside .cuenta ul li:nth-child(2n+1) {
                    border-right: 2px solid #ffffff;
                }

        #cc_micuenta aside .logout {
            height: 42px;
            margin-bottom: 18px;
        }

            #cc_micuenta aside .logout a {
                font-size: 25px;
                width: 100%;
                height: 42px;
                line-height: 42px;
                left: 0;
            }

        #cc_micuenta aside .info {
            padding: 12px 12px 1px 12px;
            margin-bottom: 20px;
            ;
        }

            #cc_micuenta aside .info p {
                font-size: 11px;
                margin-bottom: 20px;
            }

            #cc_micuenta aside .info a {
                border-bottom: 1px solid #999999;
            }

        #cc_micuenta aside .infocc {
            margin-bottom: 20px;
            padding-bottom: 1px;
        }

            #cc_micuenta aside .infocc .header {
                height: 50px;
                line-height: 50px;
                padding-left: 10px;
                font-size: 14px;
                text-align: left;
            }

                #cc_micuenta aside .infocc .header.doblelinea {
                    line-height: 18px;
                    padding-top: 8px;
                    height: 42px;
                    text-align: left;
                }

            #cc_micuenta aside .infocc p {
                font-size: 14px;
                margin: 10px;
                text-align: left;
            }

    #cc_micuenta section {
        width: calc(100% - 325px);
        margin: 0 0 40px 10px;
        display: inline-block;
    }

        #cc_micuenta section article {
            text-align: left;
        }

    #cc_micuenta article.menu {
        margin-top: -22px;
    }

        #cc_micuenta article.menu ul {
            padding: 0;
        }

        #cc_micuenta article.menu li {
            display: inline-block;
            width: 130px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            margin: 0 5px;
        }

            #cc_micuenta article.menu li.a_ico {
                display: none;
            }

    #cc_micuenta .caducan,
    #cc_micuenta .movimientos,
    #cc_micuenta .frm,
    #cc_micuenta .puntos,
    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        margin-left: 5px;
    }

        #cc_micuenta .caducan p,
        #cc_micuenta .movimientos p {
            position: relative;
            top: 25px;
            font-size: 15px;
            margin-left: 30px;
            text-align: left;
        }

        #cc_micuenta .caducan ul {
            padding-left: 140px;
            margin-top: 50px;
            padding-bottom: 20px;
            text-align: left;
        }

            #cc_micuenta .caducan ul li {
                margin-bottom: 5px;
                font-size: 15px;
            }

                #cc_micuenta .caducan ul li div {
                    display: inline-block;
                    width: 150px;
                    height: 40px;
                    line-height: 40px;
                    margin-right: 3px;
                }

                    #cc_micuenta .caducan ul li div span {
                        margin-right: 12px;
                    }

    #cc_micuenta .movimientos {
        text-align: left;
    }

        #cc_micuenta .movimientos .cc_select {
            width: 186px;
            margin-right: 15px;
        }

            #cc_micuenta .movimientos .cc_select .select-group {
                width: 144px !important;
            }

                #cc_micuenta .movimientos .cc_select .select-group li {
                    width: 144px !important;
                }

    #cc_micuenta .movimientos,
    #cc_micuenta .frm {
        position: relative;
        padding-bottom: 1px;
        margin-bottom: 10px;
    }

        #cc_micuenta .movimientos .rangofechas {
            margin: 45px 0 0 30px;
        }

            #cc_micuenta .movimientos .rangofechas span {
                font-size: 15px;
                line-height: 38px;
                margin-right: 15px;
            }

            #cc_micuenta .movimientos .rangofechas .btn {
                display: inline-block;
                width: 150px;
                height: 39px;
                line-height: 39px;
                font-size: 22px;
                margin-left: 10px;
                margin-bottom: 25px;
            }

        #cc_micuenta .movimientos .lista_movimientos {
            margin: 10px 30px;
        }

            #cc_micuenta .movimientos .lista_movimientos .row {
                border-bottom: 1px solid #efefef;
            }

                #cc_micuenta .movimientos .lista_movimientos .row div {
                    display: inline-block;
                    margin-right: 7px;
                    padding-left: 0px;
                    font-size: 15px;
                    margin-bottom: 10px;
                    margin-top: 20px;
                }

                #cc_micuenta .movimientos .lista_movimientos .row:last-child {
                    border: none;
                }

        #cc_micuenta .movimientos .row .col1 {
            width: 14%;
        }

        #cc_micuenta .movimientos .row .col2 {
            width: 24%;
        }

        #cc_micuenta .movimientos .row .col3 {
            width: 44%;
        }

        #cc_micuenta .movimientos .row .col4 {
            width: 12%;
        }

        #cc_micuenta .movimientos .lista_movimientos .titulos {
            border: none;
        }

            #cc_micuenta .movimientos .lista_movimientos .titulos > div {
                font-size: 15px;
                height: 25px;
                line-height: 25px;
            }

        #cc_micuenta .movimientos .mostrarmas {
            position: relative;
            margin: 30px auto;
            width: 150px;
            height: 40px;
            line-height: 42px;
            padding-left: 10px;
            font-size: 22px;
        }

    #cc_micuenta .frm {
        text-align: left;
    }

        #cc_micuenta .frm > form > div {
            margin-bottom: 10px;
        }

        #cc_micuenta .frm .frm1 {
            top: 20px !important;
        }

        #cc_micuenta .frm > form > div .row {
            margin: 0 0 15px 10px;
        }

        #cc_micuenta .frm .cc_select,
        #cc_micuenta .frm .text {
            margin-bottom: 10px;
        }

        #cc_micuenta .frm .cc_select {
            width: 264px;
            margin-right: 15px;
        }

            #cc_micuenta .frm .cc_select .select-group {
                width: 192px !important;
            }

                #cc_micuenta .frm .cc_select .select-group li {
                    width: 192px !important;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

        #cc_micuenta .frm .frm1 span {
            display: block;
        }

        #cc_micuenta .frm h4 {
            font-size: 22px;
            line-height: 40px;
            margin: 50px 0 15px 10px;
        }

        #cc_micuenta .frm .frm1 h4 {
            margin-top: 0px;
        }

        #cc_micuenta .frm .frm2 h4 {
            margin-top: 70px;
        }

    #cc_micuenta input.text {
        width: 248px;
        height: 37px;
        padding-left: 10px;
        margin-right: 15px;
    }

    #cc_micuenta .rangofechas .text {
        width: 27%;
    }

    #cc_micuenta .frm span {
        font-size: 11px;
        line-height: 35px;
    }

    #cc_micuenta .frm .frm3,
    #cc_micuenta .frm .frm4 {
        margin-bottom: 30px;
    }

    #cc_micuenta .frm input[type="submit"] {
        margin: 0 auto;
        font-size: 22px;
        width: 300px;
        height: 40px;
        line-height: 40px;
    }

    #cc_micuenta .puntos .div-1 {
        top: 30px;
    }

        #cc_micuenta .puntos .div-1 ul {
            padding: 0;
        }

        #cc_micuenta .puntos .div-1 li {
            margin-left: 6px;
            margin-right: 6px;
        }

    #cc_micuenta .puntos .div-2 {
        margin-top: 30px;
        padding-top: 15px;
        font-size: 11px;
    }

    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        padding: 20px 0;
    }

    #cc_micuenta .listapromos {
    }

        #cc_micuenta .listapromos ul {
            padding-left: 0;
            width: 780px;
            margin: 0 auto;
        }

            #cc_micuenta .listapromos ul li {
                display: inline-block;
                margin: 0 30px;
                margin-bottom: 20px;
            }

                #cc_micuenta .listapromos ul li h3 {
                    padding-left: 10px;
                    margin-bottom: 7px;
                }

                    #cc_micuenta .listapromos ul li h3 a {
                        font-size: 13px;
                    }

    #cc_micuenta .asideM {
        display: none;
    }

    #cc_micuenta .micuenta_campo {
        width: 32%;
    }

    #cc_micuenta .mc2 {
        width: 33%;
    }

    #cc_micuenta .micuenta_campo.mc_small {
        width: 16%;
    }

    #cc_micuenta .micuenta_campo label,
    #cc_micuenta .micuenta_campo .mc_label {
        font-size: 15px;
        line-height: 20px;
    }

    #cc_micuenta input.text {
        width: calc(100% - 30px);
        position: relative;
    }

    #cc_micuenta .frm .cc_select {
        width: calc(100% - 15px);
    }

        #cc_micuenta .frm .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            #cc_micuenta .frm .cc_select .select-group li {
                width: calc(100% - 42px) !important;
            }

        #cc_micuenta .frm .cc_select.small {
            width: calc(100% - 15px);
        }

            #cc_micuenta .frm .cc_select.small .select-group {
                width: calc(100% - 42px) !important;
            }

                #cc_micuenta .frm .cc_select.small .select-group li {
                    width: calc(100% - 42px) !important;
                }
    /* /CINESACARD MI CUENTA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRABAJA CON NOSOTROS */
    #trabajaconnosotros main nav ul li,
    #clientes main nav ul li,
    #acercade main nav ul li,
    #proveedores main nav ul li,
    #avisolegal main nav ul li,
    #expansion main nav ul li,
    #semueve main nav ul li {
        width: auto;
        padding: 0 15px;
    }

    #trabajaconnosotros article,
    #clientes article {
        padding: 15px 30px 15px 30px;
        width: calc(100% - 60px);
        text-align: left;
        position: relative;
    }

        #trabajaconnosotros article p,
        #clientes article p {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 30px;
        }

        #trabajaconnosotros article h3,
        #clientes article h3 {
            font-size: 18px;
            ;
            margin: 0 0 20px 0;
        }

    #trabajaconnosotros .text,
    #trabajaconnosotros .cc_select,
    #clientes .text,
    #clientes .cc_select {
        margin-right: 5px !important;
    }

    #trabajaconnosotros .cc_select,
    #clientes .cc_select {
        width: 22.2%;
        position: relative;
    }

        #trabajaconnosotros .cc_select .select-group,
        #clientes .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            #trabajaconnosotros .cc_select .select-group li,
            #clientes .cc_select .select-group li {
                width: calc(100% - 10px) !important;
            }

    #trabajaconnosotros input[type="file"] + label span,
    #clientes input[type="file"] + label span {
        width: 22.2%;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    #trabajaconnosotros textarea,
    #clientes textarea {
        padding: 5px;
        width: 67%;
        height: 120px;
    }

    #trabajaconnosotros .frm1 .btn_siguiente {
        position: absolute;
        display: inline-block;
        width: 200px;
        height: 45px;
        line-height: 45px;
        bottom: 30px;
        right: 80px;
        font-size: 22px;
    }

    #clientes .frm1,
    #clientes .frm2,
    #clientes .frm3,
    #clientes .clients_inf {
        padding: 10px 30px 10px 30px;
        width: calc(100% - 60px);
    }

        #clientes .frm3 input[type="submit"] {
            margin-left: calc(50% - 170px);
        }

    #clientes #canned_response {
        font-size: 15px;
        line-height: 20px;
        position: relative;
        background-color: #cdcdcd;
        padding: 20px;
        width: 90%;
        margin: 20px auto;
    }

    #clientes article,
    #clientes article h4 {
        margin-bottom: 20px !important;
    }
    /* /TRABAJA CON NOSOTROS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* AJUSTES CC_SELECT */
    #cc_form .cc_select ul.open,
    #cc_form_activar .cc_select ul.open {
        width: calc(100% - 42px) !important;
    }

    #cc_form .cc_select.small ul.open,
    #cc_form_activar .cc_select.small ul.open {
        width: 98px !important;
    }
    /* /AJUSTES CC_SELECT */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SUBMENUPELIS */
    .submenucines {
        text-align: left;
        width: calc(100% - 2px);
        max-width: 1180px;
        min-width: 1022px;
        left: 0;
        height: 0;
    }

        .submenucines.open {
            height: 500px;
        }

        .submenucines .titulo {
            height: 40px;
            padding-left: 30px;
            font-size: 15px;
        }

        .submenucines .lista {
            top: 15px;
            left: 33px;
            height: 440px;
            width: calc(100% - 50px);
        }

            .submenucines .lista .col {
                width: 23%;
                margin-right: 3px;
                position: absolute;
            }

            .submenucines .lista .c1, .submenucines .lista .c3, .submenucines .lista .c5, .submenucines .lista .c7 {
                top: 0;
            }

            .submenucines .lista .c2, .submenucines .lista .c4, .submenucines .lista .c6, .submenucines .lista .c8 {
                top: 220px;
            }

            .submenucines .lista .c3, .submenucines .lista .c4 {
                left: 25%;
            }

            .submenucines .lista .c5, .submenucines .lista .c6 {
                left: 50%;
            }

            .submenucines .lista .c7, .submenucines .lista .c8 {
                left: 75%;
            }

            .submenucines .lista .c2 {
                top: 196px;
            }

            .submenucines .lista .c4 {
                top: 162px;
            }

            .submenucines .lista .c6 {
                top: 190px;
            }

            .submenucines .lista .c8 {
                top: 170px;
            }

        .submenucines li {
            height: 21px;
            line-height: 21px;
            font-size: 13px;
        }

            .submenucines li.cine a {
                font-size: 11px;
            }
    /* /SUBMENUPELIS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* COLEGIOS */
    #colegios .frm1 label span {
        width: auto !important;
        text-align: left;
        padding: 0 5px 0 0 !important;
    }

        #colegios .frm1 label span.ico {
            width: 35px !important;
            top: 10px;
        }

    #colegios .row input.text_doble {
        width: 530px !important;
    }

    #colegios .row input.text_mitad {
        width: 120px !important;
    }

    #colegios .cc_select {
        width: 266px;
        margin-right: 15px;
        vertical-align: top;
    }

        #colegios .cc_select .select-group {
            width: 194px !important;
        }

            #colegios .cc_select .select-group li {
                width: 202px !important;
            }

    #colegios .row .col {
        width: 280px;
    }

    #colegios .row input.text {
        font-size: 15px;
        height: 38px;
        margin-right: 15px;
        padding-left: 15px;
        width: 245px;
    }

    #colegios textarea {
        padding-left: 10px;
        width: 820px;
        height: 120px;
    }

    #colegios input[type="submit"] {
        width: 380px;
        margin: 20px 0;
        margin-left: calc(50% - 210px);
    }

    #colegios .inf {
        margin-top: 25px;
        font-size: 12px;
    }

        #colegios .frm1 h4,
        #colegios .frm2 h4,
        #colegios .inf h3 {
            font-size: 32px;
        }
    /* /COLEGIOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* INFANTIL */
    /* CUMPLEAÑOS */
    #infantil article#banner_seccion .img_left {
        top: calc(50% - 48px);
    }

    #infantil article#banner_seccion .img_right {
        top: calc(50% - 48px);
    }

    #infantil article.cartelera_peliculas,
    #cumpleanos article.cartelera_peliculas {
        text-align: left;
    }

        #infantil article.cartelera_peliculas h2,
        #cumpleanos article.cartelera_peliculas h2 {
            font-size: 20px;
            width: 155px;
            height: 45px;
            line-height: 45px;
            margin-left: 15px;
        }

    #cumpleanos .info_cumples {
        height: 449px;
        width: calc(100% - 20px);
        margin: -40px auto 20px auto;
    }

        #cumpleanos .info_cumples .parrafo {
            margin-left: 40px;
            top: 10px;
            width: calc(100% - 321px);
        }

            #cumpleanos .info_cumples .parrafo h3 {
                font-size: 32px;
                margin-bottom: 20px;
            }

            #cumpleanos .info_cumples .parrafo p {
                font-size: 12px;
            }

        #cumpleanos .info_cumples .btn {
            font-size: 22px;
            width: 380px;
            height: 40px;
            line-height: 40px;
            margin: 30px;
            margin-left: calc(50% - 300px);
        }
    /* /INFANTIL */
    /* /CUMPLEAÑOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FORMULARIOS RECUPERACIÓN */
    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 22px;
        padding-left: 11px;
    }

    #recuperarmail section,
    #recuperarpass section {
        margin-bottom: 200px;
    }

    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"] {
        margin-left: calc(50% - 180px);
        margin-top: 20px;
    }

    #recuperarmail input[type="button"] {
        margin-left: calc(50% - 330px);
        margin-right: 20px;
    }

    #recuperarmail .conf,
    #recuperarmail .conf_fin,
    #recuperarpass .conf {
        min-height: 180px;
    }

        #recuperarmail .conf h4,
        #recuperarpass .conf h4 {
            font-size: 22px;
        }

        #recuperarmail .conf p,
        #recuperarmail .conf_fin p,
        #recuperarpass .conf p {
            font-size: 15px;
        }
    /* /FORMULARIOS RECUPERACIÓN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SEMUEVE */
    #semueve article.info img {
        margin: 17px 40px 17px 25px;
    }

    #semueve article.info div {
        width: 80%;
        font-size: 16px;
    }

        #semueve article.info div h3 {
            font-size: 25px;
            margin: 15px 0 7px;
        }

        #semueve article.info div p {
            margin: 0;
            line-height: 24px;
        }

    #semueve .proyectos_titulo {
        height: 54px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

        #semueve .proyectos_titulo h4 {
            font-size: 22px;
            margin: 15px 0 25px;
        }

    #semueve .videos_actuales li,
    #semueve .carrusel_semueve li {
        width: 48%;
        height: 490px;
        margin-bottom: 20px;
        font-size: 12px;
    }

        #semueve .videos_actuales li:nth-child(2n+1) {
            margin-right: 1%;
        }

        #semueve .videos_actuales li .video,
        #semueve .carrusel_semueve li .video {
            margin-top: 35px;
            margin-left: calc(50% - 237px);
            width: 474px;
            height: 307px;
        }

        #semueve .videos_actuales li h5,
        #semueve .carrusel_semueve li h5 {
            font-size: 22px;
            font-weight: 100;
            margin: 15px;
        }

        #semueve .videos_actuales li p,
        #semueve .carrusel_semueve li p {
            margin: 15px;
        }

    #semueve .carrusel_semueve,
    #semueve .carrusel_semueve .shadow_left,
    #semueve .carrusel_semueve .shadow_right,
    #semueve .carrusel_semueve .shadow_left a,
    #semueve .carrusel_semueve .shadow_right a {
        height: 415px;
    }

        #semueve .carrusel_semueve li {
            width: 292px;
            height: 380px;
            margin: 0 7px;
        }

            #semueve .carrusel_semueve li .video {
                margin-top: 20px;
                margin-left: calc(50% - 123px);
                width: 247px;
                height: 179px;
            }

            #semueve .carrusel_semueve li h5 {
                margin: 10px 22px;
                font-size: 18px;
            }

            #semueve .carrusel_semueve li p {
                margin: 10px 22px;
                line-height: 18px;
            }

    #semueve .not_background {
        height: 40px;
    }

    #semueve .ver_mas {
        margin: 50px 0;
    }

        #semueve .ver_mas .btn {
            width: 316px;
            height: 33px;
            line-height: 33px;
        }

            #semueve .ver_mas .btn:hover {
                background-color: #003264;
            }
    /* /SEMUEVE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* BAJANEWS*/
    #bajanews .btn:hover {
        background-color: #003264;
    }
    /* /BAJANEWS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* GAMES */
    #games article {
        text-align: left;
    }

    #games #banner_seccion img {
        width: 100%;
    }

    #games .descarga .desc {
        width: 74%;
        height: 250px;
        margin-right: calc(2% - 5px);
    }

    #games .descarga .faqs {
        width: 24%;
        height: 250px;
    }

    #games .desc img {
        margin: 50px 10px 0 30px;
    }

    #games .desc .info {
        width: 35%;
        margin-top: 36px;
        font-size: 16px;
    }

        #games .desc .info a {
            font-size: 24px;
            top: 20px !important;
        }

            #games .desc .info a:hover {
                border-bottom: 2px solid #d82245;
            }

    #games .desc .qr {
        width: 40%;
        height: 245px;
    }

        #games .desc .qr a {
            width: 105px;
            height: 160px;
            margin: 46px 10px 0;
        }

    #games .descarga .faqs p {
        font-size: 24px;
    }

        #games .descarga .faqs p span {
            font-size: 30px;
        }

    #games .premio_1 {
        font-size: 27px;
    }

        #games .premio_1 h3 {
            margin: 10px 0;
        }

        #games .premio_1 .destacado {
            font-size: 80px;
            line-height: 60px;
        }

    #games .premio_2 {
        font-size: 26px;
    }

        #games .premio_2 h3 {
            margin: 10px 0;
            line-height: 60px;
        }

    #games .premio_3 .top {
        width: 49%;
        height: 150px;
        margin-bottom: 20px;
    }

        #games .premio_3 .top:nth-child(2n+1) {
            margin-right: calc(2% - 5px);
        }

        #games .premio_3 .top h3 {
            font-size: 65px;
            margin: 30px 0 0 30px;
            line-height: 50px;
        }

        #games .premio_3 .top h5 {
            font-size: 35px;
            margin: 0px 0 0 30px;
        }

        #games .premio_3 .top img {
            right: 20px;
            top: 10px;
        }

    #games .ganadores .btn {
        width: 335px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
    }

        #games .ganadores .btn:hover {
            background-color: #9b1e2b;
        }

    #games .como_jugar {
        margin-bottom: 50px;
    }

        #games .como_jugar > h3 {
            line-height: 60px;
            font-size: 25px;
            margin-bottom: 20px;
        }

        #games .como_jugar li.instruct {
            width: 32%;
            height: 550px;
            font-size: 14px;
            margin: 0 5px 20px;
        }

            #games .como_jugar li.instruct img {
                width: 96%;
            }

            #games .como_jugar li.instruct h3 {
                font-size: 20px;
                margin: 14px 0 15px 30px;
            }

            #games .como_jugar li.instruct p {
                margin: 25px 15px;
            }

        #games .como_jugar li.last_li {
            width: 32%;
            height: 550px;
            font-size: 20px;
            margin: 0 5px 20px;
        }

            #games .como_jugar li.last_li p {
                margin-top: 80px;
            }

                #games .como_jugar li.last_li p span {
                    font-size: 25px;
                }

            #games .como_jugar li.last_li img {
                margin-top: 20px;
            }

            #games .como_jugar li.last_li .developers {
                bottom: 0;
                right: 0;
            }
    /* /GAMES */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SELECTS */
    .cc_select ul.open {
        max-height: 295px !important;
    }

    #clientes .cc_select {
        width: 266px;
    }

        #clientes .cc_select .select-group {
            width: 226px !important;
        }

            #clientes .cc_select .select-group li {
                width: 204px !important;
            }
    /* /SELECTS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA RESUMEN*/
    #ma_resumen aside {
        left: 10px;
        width: 290px;
        margin-right: 10px;
    }

    #ma_resumen .tucuenta {
        height: 250px;
        margin: 40px 0 30px;
    }

        #ma_resumen .tucuenta .foto {
            width: 155px;
            margin-top: -60px;
        }

        #ma_resumen .tucuenta p {
            font-size: 20px;
            margin: 15px 0 0;
        }

        #ma_resumen .tucuenta h2 {
            font-size: 45px;
            margin-top: 10px;
        }

        #ma_resumen .tucuenta .editar {
            top: 5px;
            right: 5px;
        }

    #ma_resumen .ma_menu {
        margin-top: -16px;
    }

        #ma_resumen .ma_menu li {
            height: 40px;
            line-height: 40px;
        }

            #ma_resumen .ma_menu li a {
                font-size: 19px;
            }

                #ma_resumen .ma_menu li.selected a,
                #ma_resumen .ma_menu li a:hover {
                    background-color: #0e99fe;
                    color: #ffffff;
                }

    #ma_resumen aside li.logout a {
        font-size: 19px;
    }

    #ma_resumen section {
        width: calc(100% - 330px);
        margin: 0 0 0 15px;
        top: -26px;
    }

    #ma_resumen .ma_bienvenida h3 {
        height: 47px;
        line-height: 47px;
        font-size: 23px;
        margin: 0;
    }

    #ma_resumen .noconfirm {
        height: 140px;
    }

        #ma_resumen .noconfirm p {
            top: 25px;
            margin-left: 120px;
            width: 400px;
        }

    #ma_resumen .newsletter input[type="checkbox"] + label span {
        width: 38px;
        height: 36px;
        margin: 7px 0 0 15px;
    }

    #ma_resumen .newsletter p {
        width: 50%;
        margin: 15px 0;
        font-size: 14px;
    }

    #ma_resumen article h4 {
        margin: 0 0 15px 0;
        height: 46px;
        line-height: 46px;
        font-size: 15px;
    }

    #ma_resumen .misentradas table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen .misentradas table th,
        #ma_resumen .misentradas table td {
            font-size: 13px;
        }

        #ma_resumen .misentradas table tr:first-child {
            height: 30px;
        }

        #ma_resumen .misentradas table td p {
            margin: 7px 0;
        }

        #ma_resumen .misentradas table th:nth-child(1),
        #ma_resumen .misentradas table td:nth-child(1) {
            width: 10%;
        }

        #ma_resumen .misentradas table th:nth-child(2),
        #ma_resumen .misentradas table td:nth-child(2) {
            width: 14%;
        }

        #ma_resumen .misentradas table th:nth-child(3),
        #ma_resumen .misentradas table td:nth-child(3) {
            width: 24%;
        }

        #ma_resumen .misentradas table th:nth-child(4),
        #ma_resumen .misentradas table td:nth-child(4) {
            width: 24%;
        }

        #ma_resumen .misentradas table th:nth-child(5),
        #ma_resumen .misentradas table td:nth-child(5) {
            width: 8%;
        }

        #ma_resumen .misentradas table th:nth-child(6),
        #ma_resumen .misentradas table td:nth-child(6) {
            width: 8%;
        }

        #ma_resumen .misentradas table td:nth-child(7) {
            text-align: center;
            width: 12%;
        }

        #ma_resumen .misentradas table td .table_btn {
            width: 90px;
            padding: 5px 0;
            line-height: 18px;
            font-size: 14px;
            margin-top: 10px;
        }

    #ma_resumen .misentradas > a,
    #ma_resumen .movimientos > a {
        font-size: 13px;
        margin: 0 10px 15px;
    }

    #ma_resumen .micinesacard .tarjeta,
    #ma_resumen .micinesacard .puntos {
        width: 48.5%;
        font-size: 15px;
        margin-bottom: 15px;
    }

    #ma_resumen .micinesacard .tarjeta {
        margin-right: 1%;
    }

    #ma_resumen .micinesacard .puntos {
        margin-left: 1%;
    }

    #ma_resumen .micinesacard .movimientos {
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

        #ma_resumen .micinesacard .tarjeta h5,
        #ma_resumen .micinesacard .puntos h5,
        #ma_resumen .micinesacard .movimientos h5 {
            margin: 0 0 15px;
            height: 46px;
            line-height: 46px;
            padding-left: 15px;
        }

    #ma_resumen .micinesacard .ma_row {
        margin: 0 auto;
        width: 94%;
    }

        #ma_resumen .micinesacard .ma_row img:first-child {
            margin: 10px 5px 0 5px;
        }

        #ma_resumen .micinesacard .ma_row img:last-child {
            margin: 12px 0 0 5px;
            width: 110px;
            display: inline-block !important;
        }

        #ma_resumen .micinesacard .ma_row p {
            top: 20px;
        }

            #ma_resumen .micinesacard .ma_row p span {
                font-size: 22px;
                margin-top: 5px;
            }

    #ma_resumen .micinesacard .ma_saldoact,
    #ma_resumen .micinesacard .ma_puntoscad {
        width: 31%;
        margin: 0 5%;
    }

    #ma_resumen .micinesacard .ma_puntoscad {
        width: 50%;
        margin: 0 5%;
    }

        #ma_resumen .micinesacard .ma_saldoact > p,
        #ma_resumen .micinesacard .ma_puntoscad > p {
            height: 30px;
            margin-top: 0;
        }

        #ma_resumen .micinesacard .ma_saldoact li,
        #ma_resumen .micinesacard .ma_puntoscad li {
            margin: 7px 0;
            height: 30px;
        }

            #ma_resumen .micinesacard .ma_saldoact li .pnts,
            #ma_resumen .micinesacard .ma_puntoscad li .pnts {
                font-size: 22px;
            }

            #ma_resumen .micinesacard .ma_saldoact li .fecha_cad,
            #ma_resumen .micinesacard .ma_puntoscad li .fecha_cad {
                margin-left: 10px;
            }

    #ma_resumen .micinesacard .puntos > p {
        font-size: 11px;
        margin-left: 15px;
    }

    #ma_resumen .movimientos table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen .movimientos table td {
            height: 34px;
            line-height: 34px;
            border-bottom: 1px solid #d7d7d7;
        }

        #ma_resumen .movimientos table th,
        #ma_resumen .movimientos table td {
            font-size: 13px;
        }

        #ma_resumen .movimientos table tr:first-child {
            border-bottom: 2px solid #d7d7d7;
            height: 30px;
        }

        #ma_resumen .movimientos table td p {
            margin: 7px 0;
        }

    #ma_resumen .faq > .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }
    /* /MI AREA RESUMEN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA ENTRADAS */
    #ma_resumen.ma_entradas .misentradas .pag li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
    }

        #ma_resumen.ma_entradas .misentradas .pag li a {
            font-size: 16px;
        }
    /* /MI AREA ENTRADAS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA CINESACARD */
    #ma_resumen.ma_ccard .rangofechas {
        margin: 25px auto 10px;
    }

        #ma_resumen.ma_ccard .rangofechas span {
            font-size: 15px;
            line-height: 41px;
        }

        #ma_resumen.ma_ccard .rangofechas .text {
            height: 39px;
            margin: 0 10px 10px;
        }

        #ma_resumen.ma_ccard .rangofechas .btn {
            width: 150px;
            height: 41px;
            line-height: 41px;
            font-size: 22px;
            margin-left: 30px;
        }

            #ma_resumen.ma_ccard .rangofechas .btn:hover {
                background-color: #004c95;
            }

    #ma_resumen.ma_ccard .lista li {
        margin: 0 2px 10px;
    }

    #ma_resumen.ma_ccard .faq .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }

        #ma_resumen.ma_ccard .faq .btn_faq:hover {
            background-color: #c3c3c3;
        }

    #ma_resumen.ma_ccard .puntos .puntos_menu li {
        font-size: 16px;
        height: 35px;
        line-height: 38px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li {
        width: 121px;
        height: 159px;
        margin: 50px 7px 30px 7px;
    }

        #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos {
            width: 134px;
            height: 30px;
            line-height: 30px;
            top: -44px;
            left: -2px;
            font-size: 15px;
        }

            #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos.tr_last {
                width: 121px;
            }

    #ma_resumen.ma_ccard .regalo-puntos {
        width: 121px;
        line-height: 47px;
        font-size: 24px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info {
        width: 121px;
        height: 0px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
    }

    .no-touch #ma_resumen.ma_ccard .puntos .div-1 li:hover .regalo-info {
        width: 121px;
        height: 80px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info p {
        line-height: 13px;
        margin-left: 4px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info img {
        margin-top: -7px;
    }

    #ma_resumen.ma_ccard .imagenregalo {
        width: 118px;
        height: 105px;
        margin-top: 5px;
    }

    #ma_resumen .faq .div-3 li {
        width: 90%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        font-size: 13px;
    }

    #ma_resumen .faq .div-3 .mas,
    #ma_resumen .faq .div-3 .menos {
        width: 35px;
        height: 30px;
        margin-left: -55px;
    }

    #ma_resumen .faq .div-3 li.respuesta {
        margin-left: 0px;
        width: calc(93% + 07px);
    }

        #ma_resumen .faq .div-3 li.respuesta ul li {
            margin-left: -10px;
            margin-bottom: 10px;
            line-height: 20px;
            height: auto;
            width: 95%;
        }

            #ma_resumen .faq .div-3 li.respuesta ul li.stitulo {
                line-height: 20px;
                margin-left: -35px;
            }

            #ma_resumen .faq .div-3 li.respuesta ul li.sresumen {
                line-height: 20px;
                margin-left: -35px;
            }
    /* MI AREA CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA MIS DATOS */
    #ma_resumen.ma_datos .row {
        width: 96%;
    }

    #ma_resumen.ma_datos h5 {
        font-size: 21px;
        margin: 40px 0 10px 0;
    }

    #ma_resumen.ma_datos .field {
        width: 30%;
        margin: 0 1% 20px;
    }

        #ma_resumen.ma_datos .field label,
        #ma_resumen.ma_datos .field .p_label {
            margin: 0 0 3px;
            font-size: 15px;
        }

        #ma_resumen.ma_datos .field .text {
            height: 37px;
            line-height: 37px;
            font-size: 15px;
        }

        #ma_resumen.ma_datos .field .box_inactivo {
            width: calc(100% - 62px);
            padding-left: 60px;
        }

    #ma_resumen.ma_datos .field_ext {
        width: 95%;
    }

    #ma_resumen.ma_datos .field .box_small {
        width: 100px;
        margin: 0 15px 0 0;
    }

    #ma_resumen.ma_datos .btn_edit {
        width: 65px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 25px;
    }

    #ma_resumen.ma_datos .validar_correo {
        width: 270px;
        font-size: 12px;
        margin-left: 20px;
    }

        #ma_resumen.ma_datos .validar_correo p {
            margin: 0 0 5px 90px;
        }

    #ma_resumen.ma_datos .row .sub_row {
        width: 100%;
        margin-top: -15px;
    }

        #ma_resumen.ma_datos .row .sub_row p {
            width: 70%;
            margin: 0;
            font-size: 12px;
        }

    #ma_resumen.ma_datos .row .mini {
        font-size: 11px;
        margin: 5px 0;
    }

    #ma_resumen.ma_datos .row input[type="submit"] {
        background-position: 30px -507px;
        font-size: 22px;
    }

    #ma_resumen.ma_datos .r_cambios input[type="submit"] {
        /*margin: 0 0 40px 8px;
            width: 30%;*/
    }
    /* /MI AREA MIS DATOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NUEVA CC_FORM */
    #cc_form.n_cc article .field .text,
    #cc_form_activar.n_cc article .field .text,
    #recuperarmail.n_cc article .field .text {
        width: calc(100% - 21px);
    }

    #recuperarmail.n_cc article.conf {
        margin: 5px auto;
    }
    /* /NUEVA CC_FORM */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NEW CINESACARD HOME */
    /* LOGIN */
    #cinesacard.n_cc .micuenta {
        width: 420px;
    }

        #cinesacard.n_cc .micuenta .formlogin {
            width: 100%;
        }

        #cinesacard.n_cc .micuenta input[type="email"],
        #cinesacard.n_cc .micuenta input[type="password"] {
            width: 160px;
        }
    /* VENTAJAS */
    #cinesacard.n_cc .ventajas_ccard {
        width: calc(100% - 445px);
    }

        #cinesacard.n_cc .ventajas_ccard li div div {
            font-size: 13px;
        }
    /* /NEW CINESACARD HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HEADER MI AREA */
    /* CUANDO SE ACTIVE MI AREA SE HA DE QUITAR EL .N_CC */
    #cc_form.n_cc #cinefavorito_header .cc_cuenta,
    #cc_form.n_cc #cinefavorito_header .disp_login {
        display: none;
    }

    #cc_form.n_cc .sb-toggle-right {
        position: relative;
        vertical-align: top;
        display: inline-block;
        width: 132px;
        height: 52px;
        background: url("../img/ico_mi_cuenta_cinesa.jpg")no-repeat;
        cursor: pointer;
    }

    #cc_form.n_cc #cinefavorito_header .cinefav {
        right: 3px;
    }
    /* /HEADER MI AREA */
    /* ############################################################################################################################## */
}
/*fin media 1024*/
/* ==========================================================================
   9 - 800
   ========================================================================== */
@media all and (min-width: 800px) and (max-width: 1023px) {
    /*HEADER*/
    header {
        position: relative;
        width: 100%;
        min-width: 800px;
        text-align: center;
    }


        header #menu {
            position: relative;
            height: 120px;
            padding: 10px 0 10px 0;
        }

        header #logo_header {
            /*logo cinesa del header*/
            position: absolute;
            height: 52px;
            width: calc(90% - 115px);
            left: 10px;
            background-color: #FFDF0F;
            background-position: center -376px;
        }
        /* login */
        header #cinefavorito_header {
            right: 15px;
            height: 52px;
            width: calc(100% - 26px);
        }

            header #cinefavorito_header .btn_cinefav {
                position: absolute;
                top: 0;
                right: 110px;
                vertical-align: top;
                background-color: #ffdf00;
                width: 45px;
                height: 52px;
                text-align: left;
            }

        header .lbl_cinefav {
            display: none;
        }

        header .header-promotion label {
            display: none;
        }

        header #cinefavorito_header .disp_login {
            right: 0;
            height: 50px;
            top: 0;
        }

            header #cinefavorito_header .disp_login.open {
                width: 100%;
                top: 66px;
            }

        header #cinefavorito_header .text {
            top: 4px;
            width: 24%;
            height: 40px;
            font-size: 18px;
        }

        header #cinefavorito_header .pass {
            top: 4px;
            width: 24%;
            height: 40px;
            font-size: 18px;
        }

        header #cinefavorito_header .disp_login .btn {
            width: 115px;
            height: 40px;
            line-height: 40px;
            top: 4px;
            font-size: 22px;
        }

        header #cinefavorito_header .recordar {
            width: 80px;
            height: 40px;
        }

            header #cinefavorito_header .recordar a {
                font-size: 12px;
            }

        header #cinefavorito_header .close_login {
            width: 46px;
            height: 50px;
            top: 0;
            right: 0;
        }

    .no-touch header #cinefavorito_header .disp_logged:hover div {
        width: 44px;
        height: 44px;
        top: 4px;
        left: 4px;
    }

    header #cinefavorito_header.logged .cinefav {
        right: 162px;
    }

    header #cinefavorito_header.logged .cc_cuenta {
        right: 52px;
    }
    /* /login */
    header nav#menu_web {
        /*MENÚ*/
        position: absolute;
        vertical-align: top;
        text-align: right;
        top: 75px;
        display: table;
        /*<nav> se comporta como una tabla*/
        width: calc(100% - 20px);
    }

        header nav#menu_web ul {
            display: table-row;
            /*la lista se comporta como una fila de una tabla*/
        }

            header nav#menu_web ul li {
                display: table-cell;
                /*los elementos de la lista se comportan como celdas de una tabla*/
                text-align: right;
            }

                header nav#menu_web ul li img {
                    /*img logo yomvi*/
                    margin: -2px 3px 0 0;
                }
                /*-----------------------------------------------------------------------------------------------------------------------------------------*/
                /*EFECTO BOTONES MENÚ*/
                header nav#menu_web ul li span.colorbutton {
                    width: 90%;
                    height: 43px;
                    position: relative;
                    z-index: 1;
                    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                    padding: 20px 0 11px 0;
                }

                header nav#menu_web ul li a {
                    width: 90%;
                    height: 40px;
                    position: relative;
                    display: inline-block;
                    cursor: pointer;
                    text-align: center;
                    padding-top: 10px;
                    text-decoration: none;
                    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                    outline: medium none;
                    -webkit-transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                }

                    header nav#menu_web ul li a:after {
                        content: "";
                        position: absolute;
                        z-index: -1;
                        background: none repeat scroll 0 0 #0076EC;
                        height: 0;
                        left: 0;
                        top: 0;
                        width: 100%;
                        -webkit-transition: all 0.3s ease 0s;
                        -moz-transition: all 0.3s ease 0s;
                        transition: all 0.3s ease 0s;
                    }

                    .no-touch header nav#menu_web ul li a:hover, header nav#menu_web ul li a:active {
                        color: #ffffff;
                    }

                        .no-touch header nav#menu_web ul li a:hover:after, header nav#menu_web ul li a:active:after {
                            height: 100%;
                        }
                    /*-----------------------------------------------------------------------------------------------------------------------------------------*/
                    header nav#menu_web ul li a div {
                        position: relative;
                        display: inline-block;
                        width: 40%;
                        float: right;
                    }

    header nav#menu_movil {
        display: none !important;
        visibility: hidden;
    }
    /*/
HEADER*/
    /*BODY*/
    #separador-top {
        /*Sombra bajo el header*/
        position: relative;
        width: 100%;
        height: 12px;
        left: 0px;
    }

    main {
        position: relative;
        height: auto;
        width: 100%;
        min-width: 800px;
        text-align: center;
    }
        /* SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
        main nav {
            /*MENÚ*/
            width: calc(100% - 20px);
        }

            main nav ul li {
                width: 78px;
                line-height: 37px;
            }

                main nav ul li a {
                    font-size: 15px;
                }
        /* /SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
        main #bajo_menu {
            /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
            position: relative;
            margin: 10px 0 0 10px;
            width: calc(100% - 10px);
            height: 35px;
        }

            main #bajo_menu #ruta {
                position: absolute;
                left: 5px;
            }

            main #bajo_menu #orden {
                position: absolute;
                right: 10px;
                bottom: 5px;
            }

                main #bajo_menu #orden a {
                    /*Botones ordenar*/
                    padding: 10px;
                    margin: 0 10px 0 5px;
                }

        main section {
            height: auto;
            width: 100%;
            padding-bottom: 630px;
        }

            main section #publicidad_body {
                /*la publicidad flota a la derecha de la cartelera*/
                position: absolute;
                bottom: 30px;
                width: 100%;
                height: 600px;
                text-align: center;
            }

                main section #publicidad_body .posicionador {
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                }

            main section .cartelera_peliculas {
                min-height: 750px;
            }

                main section .cartelera_peliculas ul {
                    /*la cartelera ocupa todo el ancho del <section>, se adapta a la publicidad.*/
                    left: 0px !important;
                    margin-left: 35px !important;
                    padding-left: 0 !important;
                    text-align: left;
                }

                main section .cartelera_peliculas > ul > li {
                    /*estilo de los carteles*/
                    position: relative;
                    width: 220px;
                    height: 380px;
                    margin: 0 2% 20px 2px;
                    list-style: none;
                    display: inline-block;
                    padding: 5px;
                }

                main section .cartelera_peliculas ul li h3 {
                    /*título del cartel*/
                    margin: 5px 0 10px 10px;
                    width: 200px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                main section .cartelera_peliculas ul li img {
                    /*imagen del cartel*/
                    margin: 0 10px 0 7px;
                }

                main section .cartelera_peliculas div.contenedor_verficha {
                    position: absolute;
                    width: 100%;
                    height: 60px;
                    left: 0;
                    bottom: 0px;
                }

                main section .cartelera_peliculas ul li a.vf, .no-touch main section .cartelera_peliculas ul li a.vf:hover {
                    text-decoration: none;
                    border: 0;
                    color: #0076EC;
                    position: relative;
                    display: block;
                }
                /* ========================================================================== */
                /*DIV PUNTUACION Y COMPARTIR*/
                main section .cartelera_peliculas ul li div.puntuacion {
                    float: left;
                    position: relative;
                    margin: 7px 0 0 10px;
                    width: 152px;
                    height: 25px;
                }

                    main section .cartelera_peliculas ul li div.puntuacion ul.stars {
                        left: 0px;
                        top: 0px;
                        margin: 0px !important;
                    }

                main section .cartelera_peliculas ul li .num_votos {
                    position: absolute;
                    top: 5px;
                    right: 0;
                    margin: 0;
                    font-family: "Trebuchet MS";
                    font-size: 10px;
                    color: #666666;
                }

                main section .cartelera_peliculas ul li div.compartir {
                    position: absolute;
                    bottom: 28px;
                    right: 15px;
                }

                main section .cartelera_peliculas ul li div.compartir_opt {
                    position: absolute;
                    bottom: 25px;
                    right: 15px;
                }

                    main section .cartelera_peliculas ul li div.compartir_opt > a {
                        margin: 0 2px;
                    }
        /*/
DIVS PUNTUACION Y COMPARTIR*/
        /* ========================================================================== */
        /*/
BODY*/
        /* ############################################################################################################################## */
        /* IMAX ISENS DOLBY */
        main #banner_seccion {
            position: relative;
            margin: 0 0 0 0;
            width: 100%;
            margin-bottom: 20px;
        }

            main #banner_seccion img.banner {
                width: calc(100% - 20px);
            }

    #imax article#select_cinefav, #screenX article#select_cinefav {
        padding-left: 130px;
        width: calc(100% - 20px);
    }

    #isens .select_cinefav,
    #imax .select_cinefav,
    #screenX .select_cinefav {
        width: 740px;
        margin: 0 auto;
        left: 0;
    }

    #imax section #publicidad_body,
    #isens section #publicidad_body,
    #screenX section #publicidad_body {
        float: right;
        margin: 80px 5% 0 1px;
    }
    /* ****************************** */
    /* ******************************* */
    article#info_rollover {
        position: relative;
        width: 780px;
        margin: 0 auto;
        height: 162px;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 40px;
        display: table;
    }

    #isens #info_rollover,
    #imax #info_rollover,
    #screenX #info_rollover {
        margin: 30px 10px;
        width: calc(100% - 20px);
    }

    #isens div.rollover,
    #imax div.rollover,
    #screenX div.rollover {
        position: absolute;
        bottom: 0px;
        width: 24.4%;
        height: 180px;
        background-color: #cfcfcf;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens .roll_1,
    #imax .roll_1,
    #screenX .roll_1 {
        left: 0;
    }

    #isens .roll_2,
    #imax .roll_2,
    #screenX .roll_2 {
        left: 25%;
    }

    #isens .roll_3,
    #imax .roll_3,
    #screenX .roll_3 {
        left: 50%;
    }

    #isens .roll_4,
    #imax .roll_4 {
        left: 75%;
    }

    #isens div.roll_img,
    #imax div.roll_img,
    #screenX div.roll_img {
        position: absolute;
        top: 0px;
        height: 170px;
        width: 100%;
        padding-top: 10px;
        background-color: #ffffff;
        text-align: center;
        z-index: 10;
        font-family: "dinengschriftstd", "Another Font", generic;
        font-size: 23px;
        color: #bfbfbf;
        line-height: 25px;
    }

        #isens div.roll_img > p,
        #imax div.roll_img > p,
        #screenX div.roll_img > p {
            margin-top: 15px;
            padding: 0 5px 0 5px;
            color: #0076ec;
            font-size: 20px;
        }

    #isens div.rollover:hover,
    #imax div.rollover:hover,
    #screenX div.rollover:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens .roll_1:hover {
        height: 395px;
    }

    #isens .roll_2:hover {
        height: 365px;
    }

    #isens .roll_3:hover {
        height: 370px;
    }

    #isens .roll_4:hover {
        height: 350px;
    }

    #isens div.roll_span,
    #imax div.roll_span,
    #screenX div.roll_span {
        position: absolute;
        bottom: 0;
        padding: 10px;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        color: #0076EC;
        font-size: 12px;
        opacity: 0;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens div.rollover:hover > .roll_span,
    #imax div.rollover:hover > .roll_span,
    #screenX div.rollover:hover > .roll_span {
        opacity: 1;
        height: auto;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens div.rollover > .roll_span > div,
    #imax div.rollover > .roll_span > div,
    #screenX div.rollover > .roll_span > div {
        margin: 10px 0 0 0;
    }

    #isens .roll_span h6,
    #isens .roll_span span {
        font-family: "Trebuchet MS";
        color: #0076eb;
        font-size: 12px;
        margin: 0 0 5px 0;
    }

    #isens .roll_span .estandarinf {
        border-top: 1px dashed #999999;
        padding-top: 10px;
    }

        #isens .roll_span .estandarinf h6,
        #isens .roll_span .estandarinf span {
            color: #999999;
        }

    #imax .select_cinefav .field,
    #isens .select_cinefav .field,
    #screenX .select_cinefav .field {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
        width: 370px;
    }

    #imax .select_cinefav .btn_zona,
    #isens .select_cinefav .btn_zona,
    #screenX .select_cinefav .btn_zona {
        margin-left: 15px;
        width: 54px;
    }

    #isens article.titulo h3,
    #imax article.titulo h3,
    #screenX article.titulo h3 {
        margin-top: 20px;
        margin-left: 10px;
    }

    #imax #banner_seccion .col .container,
    #isens #banner_seccion .col .container,
    #screenX #banner_seccion .col .container {
        width: 280px;
        height: 158px;
        top: calc(50% - 79px);
        left: calc(50% - 140px);
    }

    #imax div.rollover, #screenX div.rollover {
        background-color: #000000;
    }

    #imax div.roll_img, #screenX div.roll_img {
        background-color: #0297D9;
    }

        #imax div.roll_img > p, #screenX div.roll_img > p {
            color: #ffffff;
            width: 80%;
            margin: 0 auto;
        }

    .no-touch #imax .roll_1:hover {
        height: 300px;
    }

    .no-touch #imax .roll_2:hover {
        height: 470px;
    }

    .no-touch #imax .roll_3:hover {
        height: 490px;
    }

    .no-touch #imax .roll_4:hover {
        height: 450px;
    }

    .no-touch #screenX .roll_1:hover {
        height: 300px;
    }

    .no-touch #screenX .roll_2:hover {
        height: 470px;
    }

    .no-touch #screenX .roll_3:hover {
        height: 490px;
    }

    #imax div.roll_span, #screenX div.roll_span {
        color: #ffffff;
    }
    /* /IMAX /ISENS /DOLBY */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /*FICHAS PELICULA*/
    /*BODY*/
    #ficha_pelicula main,
    #ficha_eventos main {
        position: relative;
    }

        #ficha_pelicula main section,
        #ficha_eventos main section {
            position: relative;
            padding-bottom: 30px;
        }

    article#navegacion_fichas {
        position: relative;
        width: 780px;
        height: 40px;
        margin: 0 auto;
    }

        article#navegacion_fichas div {
            display: inline-block;
            width: calc(100% - 30px);
            height: 40px;
            line-height: 46px;
            background-color: #ffffff;
            text-align: center;
            padding: 0 15px;
            border-radius: 4px 4px 0 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-family: "dinengschriftstd";
            color: #0076eb;
            font-size: 25px;
        }

            article#navegacion_fichas div#left, article#navegacion_fichas div#right {
                display: none;
            }

            article#navegacion_fichas div a {
                font-family: "dinengschriftstd", "Another Font", generic;
                font-size: 25px;
                text-decoration: none;
                color: #999999;
                line-height: 30px;
            }

        article#navegacion_fichas #left a #spwebl, article#navegacion_fichas #right a #spwebr {
            font-size: 18px !important;
        }

    article.cuadros_ficha {
        padding: 20px 5px 0 5px;
        margin-bottom: 20px;
        background-color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    article#cartel {
        position: relative;
        width: 770px;
        left: calc(50% - 390px);
        padding: 10px 5px 5px 5px;
        height: 355px;
        border-radius: 0 0 4px 4px;
    }

        article#cartel img.cartel {
            position: relative;
            height: 320px;
            width: 222px;
        }

        article#cartel img.trailer, article#cartel .trailer {
            margin-left: 10px;
            height: 320px;
            width: 494px;
        }

        article#cartel div.puntuacion {
            position: absolute;
            width: 170px;
            height: 25px;
            bottom: 5px;
            left: 20px;
            text-align: left;
        }

            article#cartel div.puntuacion p {
                position: absolute;
                top: 0;
                right: 0;
                margin: 0;
                font-family: "Trebuchet MS";
                font-size: 13px;
                color: #999999;
            }

            article#cartel div.puntuacion ul.stars {
                left: 0px;
                top: 0px;
                margin: 0 !important;
                padding: 0 !important;
            }

        article#cartel div.compartir {
            position: absolute;
            bottom: 13px;
            right: 25px;
        }

        article#cartel div.compartir_opt {
            position: absolute;
            bottom: 10px;
            right: 25px;
            width: 48px;
        }

            article#cartel div.compartir_opt a {
                margin: 0px 2px;
            }

        article#cartel div.cinta {
            position: absolute;
            right: 25px;
            bottom: 40px;
        }

            article#cartel div.cinta img {
                display: block;
                margin-top: 1px;
            }

    article#info {
        display: none;
    }

    article.descripcion {
        position: relative;
        width: 750px;
        height: auto;
        left: calc(50% - 390px);
        text-align: left;
        padding: 15px;
    }

        article.descripcion.d1 {
            display: none;
        }

        article.descripcion div.datos {
            position: relative;
            display: inline-block;
            margin-bottom: 20px;
            width: 100%;
        }

        article.descripcion .calificacion {
            position: absolute;
            right: 0;
            top: 0;
        }

        article.descripcion div.datos div#datos1 {
            width: 100%;
        }

        article.descripcion div.datos p {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 13px;
            color: #666666;
            margin: 0 0 7px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            article.descripcion div.datos p span {
                color: #333333;
            }

        article.descripcion .tecnologias {
            position: relative;
            display: inline-block;
            width: 100%;
            min-height: 50px;
            line-height: 50px;
            margin: 10px 0;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            text-align: right;
            color: #333333;
        }

            article.descripcion .tecnologias p {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 180px;
                margin: 0;
            }

            article.descripcion .tecnologias .imax, article.descripcion .tecnologias .isens, article.descripcion .tecnologias .dolby, article.descripcion .tecnologias .screenX {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 80px;
                height: 30px;
                margin-top: 10px;
            }

            article.descripcion .tecnologias .imax {
                background: url("../img/imax.jpg") no-repeat;
            }

            article.descripcion .tecnologias .isens {
                background: url("../img/isens.jpg") no-repeat;
            }

            article.descripcion .tecnologias .dolby {
                background: url("../img/dolby.jpg") no-repeat;
            }

            article.descripcion .tecnologias .screenX {
                background: url("../img/alucinaScreenX.jpg") no-repeat;
            }

        article.descripcion .euro {
            width: 100%;
            text-align: center;
        }

        article.descripcion p {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 13px;
            color: #666666;
        }

            article.descripcion p span {
                color: #333333;
            }

    article.select_cinefav {
        position: relative;
        width: 780px;
        height: auto;
        margin: 0 auto 20px;
        text-align: center;
    }

        article.select_cinefav div.s_zona {
            position: absolute;
            margin-left: 10px;
            display: inline-block;
            cursor: pointer;
        }

    article.horarios {
        width: 780px;
        margin: 0 auto;
    }

    .horarios ul.destacado .peli_info h4 {
        width: 55%;
    }

    .horarios ul.destacado .peli_info p {
        width: 21%;
    }

    #ficha_pelicula .field {
        width: 370px;
        margin: 0 auto 10px;
    }
    /* ############################################################################################################################# */
    article#banners {
        position: relative;
        margin-bottom: 20px;
        width: 780px;
        left: calc(50% - 390px);
        padding: 0;
        height: auto;
        text-align: center;
    }

        article#banners div#banner1 {
            width: 382px;
            display: inline-block;
            margin-right: 5px;
            vertical-align: top;
            margin-top: 60px;
        }

        article#banners div#banner2 {
            width: 382px;
            display: inline-block;
            margin-left: 5px;
        }

        article#banners div#banner3 {
            display: inline-block;
            margin-top: 60px;
        }

        article#banners div#banner1 img, article#banners div#banner2 img {
            width: 100%;
        }
    /*/
BODY*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* EVENTOS */
    #eventos main nav ul {
        width: calc(100% - 45px);
    }

        #eventos main nav ul li {
            width: 73px;
        }

    #eventos main #bajo_menu {
        /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
        position: relative;
        margin: 0 0 0 10px;
        width: calc(100% - 70px);
        height: 30px;
    }

        #eventos main #bajo_menu #ruta {
            position: absolute;
        }

    #eventos main section .cartelera_peliculas > ul > li {
        /*estilo de los carteles*/
        position: relative;
        width: 220px;
        height: 390px;
        margin: 0 1.2% 15px 2px;
        list-style: none;
        display: inline-block;
        padding: 5px;
    }

    #eventos main section .cartelera_peliculas ul li h3,
    #eventos main section .cartelera_peliculas ul li h3 a {
        /*título del cartel*/
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li a.verficha {
        /*botón "ver ficha"*/
        color: #fba300;
    }

        #eventos main section .cartelera_peliculas ul li a.verficha:after {
            content: "";
            background: none repeat scroll 0 0 #fba300;
        }

        .no-touch #eventos main section .cartelera_peliculas ul li a.verficha:hover,
        #eventos main section .cartelera_peliculas ul li a.verficha:active {
            border: 2px solid #fba300;
            color: #FFFFFF;
        }

    #eventos main section .cartelera_peliculas ul li a.vf, .no-touch #eventos main section .cartelera_peliculas ul li a.vf:hover {
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li div.fecha {
        position: relative;
        margin: 5px 12px;
        width: calc(45%);
        height: 30px;
        text-align: left;
        font-family: "dinengschriftstd", "Another Font", generic;
        color: #999999;
        font-size: 18px;
    }

    #eventos .cartelera_peliculas .mashorarios {
        position: absolute;
        bottom: 37px;
        right: 12px;
        padding: 0 5px;
        background-color: #999999;
        color: #ffffff;
        font-family: "dinengschriftstd";
        font-size: 18px;
        border: 0;
    }

    #eventos main section .cartelera_peliculas ul li div.puntuacion {
        position: absolute;
        margin: 35px 0 0 10px;
        width: 150px;
        height: 25px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir {
        bottom: 10px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir_opt {
        bottom: 7px;
    }

    #ficha_eventos .field {
        margin: 0 auto 10px;
        width: 370px;
    }

    #ficha_eventos article.descripcion div.datos {
        border-bottom: 1px solid #e5e5e5;
    }
    /* /EVENTOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FICHA CINE */
    #ficha_cine section {
        margin-bottom: 60px;
    }

        #ficha_cine section .select_cinefav {
            width: calc(100% - 20px);
        }

    #ficha_cine .select_cinefav .field {
        width: 370px;
    }

    #ficha_cine .select_cinefav .maps {
        margin-left: 10px;
    }

    #ficha_cine .select_cinefav .btn_zona {
        width: 54px;
        margin-left: 10px;
    }

    article.select_cinefav .btn_promos {
        width: 192px;
        font-size: 18px;
    }

    #ficha_cine .horarios {
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }

    #ficha_cine article > h3 {
        width: 74px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    #ficha_cine article h3.promo {
        width: 120px;
    }

    article.promociones, article.precios, article.calif {
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }

    article .btn_mostrar {
        width: 260px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    article.precios .div_precios li {
        width: 49%;
    }

    article.calif .div_calificaciones li {
        width: 46%;
        margin: 0 10px;
    }

    .infocine_col {
        width: 96%;
        margin: 5px auto;
        font-size: 15px;
    }

        .infocine_col > h3 {
            line-height: 31px;
        }

        .infocine_col > p {
            line-height: 40px;
        }

            .infocine_col > p > span {
                line-height: 40px;
                padding: 0 10px 0 10px;
            }

            .infocine_col > p.infocine_sub {
                font-size: 11px;
                line-height: 15px;
            }

    .div_calificaciones p {
        width: 90%;
        padding-left: 30px;
        margin-bottom: 40px;
        line-height: 18px;
        font-size: 13px;
    }
    /* BANNER -------------------------------------------- BANNER */
    #ficha_cine article#banner_seccion,
    #promos article#banner_seccion {
        margin-top: 0;
        width: 100%;
        left: 0;
    }

        #ficha_cine article#banner_seccion .img_left,
        #promos article#banner_seccion .img_left,
        #eventos article#banner_seccion .img_left {
            position: absolute;
            z-index: 10;
            top: calc(65% - 48px);
            left: 15px;
        }

        #ficha_cine article#banner_seccion .img_right,
        #promos article#banner_seccion .img_right,
        #eventos article#banner_seccion .img_right {
            position: absolute;
            z-index: 10;
            top: calc(65% - 48px);
            right: 15px;
        }

    #banner_seccion div.radios {
        position: absolute;
        padding: 5px 0 5px 0;
        text-align: center;
        width: 100%;
        bottom: 10px;
    }
    /* /BANNER -------------------------------------------- /BANNER */
    /* CINESAPLAN ----------------------------------------- CINESAPLAN */
    .cinesaplan {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

        .cinesaplan .plan {
            width: 48%;
            margin: 0 12px 20px 0px;
        }

            .cinesaplan .plan .titulo {
                width: 100%;
                height: 33px;
                line-height: 33px;
            }

                .cinesaplan .plan .titulo p {
                    font-size: 20px;
                    text-align: left;
                }

                .cinesaplan .plan .titulo img {
                    top: 5px;
                    right: 10px;
                }

            .cinesaplan .plan > img {
                width: 100%;
            }

            .cinesaplan .plan a {
                margin-top: 8px;
                width: 100%;
                height: 38px;
                line-height: 38px;
                font-size: 18px;
            }
    /* /CINESAPLAN ----------------------------------------- /CINESAPLAN */
    /* /FICHA CINE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRAILERS CARTELERA*/
    #trailers_cartelera main #bajo_menu,
    #trailers_estrenos main #bajo_menu {
        height: 25px;
    }

    #trailers_cartelera main #orden,
    #trailers_estrenos main #orden {
        top: -42px;
    }

    .no-touch #trailers_cartelera section .cartelera_peliculas > ul > li a:hover .play {
        position: absolute;
        top: 51px;
        left: 15px;
    }

    #trailers_estrenos section {
        width: 800px;
        margin: 0 auto;
    }

        #trailers_estrenos section .cartelera_peliculas > ul {
            margin-left: 5px !important;
            margin-right: 5px !important;
        }

            #trailers_estrenos section .cartelera_peliculas > ul > li {
                height: 315px;
                width: 370px;
                margin-right: 2px;
                margin-left: 2px;
            }

                #trailers_estrenos section .cartelera_peliculas > ul > li .cartel {
                    width: 380px;
                    height: 254px;
                    margin-left: 0px;
                }

                #trailers_estrenos section .cartelera_peliculas > ul > li h3 {
                    width: 355px;
                }

        #trailers_estrenos section .cartelera_peliculas ul li div.compartir {
            bottom: 11px;
        }

        #trailers_estrenos section .cartelera_peliculas ul li div.compartir_opt {
            bottom: 8px;
        }

        #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi {
            background: none;
            text-align: center;
            height: auto;
        }

            #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi img {
                width: 90%;
                height: 90%;
                margin-top: 30px;
            }
    /* /TRAILERS CARTELERA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MAPA */
    #mapa section {
        min-height: 1150px;
        /* general */
        padding-bottom: 400px;
    }

    #mapa #bajo_menu {
        /* general */
        height: 30px;
    }

    #mapa #publicidad_body {
        /* general */
        position: absolute;
        bottom: 40px;
    }

    #mapa #mapa-cines {
        position: relative;
        background-color: #FFFFFF;
        width: 800px;
        height: 850px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

        #mapa #mapa-cines img#mapa {
            position: absolute;
            top: 200px;
            left: 45px;
        }

    #menu_mapa {
        position: absolute;
        top: 195px;
        left: -20px;
    }

        #menu_mapa li.titulo {
            font-family: "dinengschriftstd";
            font-size: 15px;
            color: #333333;
            background-color: #e5e5e5;
            padding: 0 5px;
        }

        #menu_mapa ul.listado {
            padding: 2px 0 2px 5px;
        }

            #menu_mapa ul.listado li {
                line-height: 19px;
            }

        #menu_mapa li {
            font-family: "Trebuchet MS", Arial, Helvetica;
            font-size: 12px;
            color: #666;
            text-align: left;
        }

        #menu_mapa ul li a {
            cursor: pointer;
            color: #666;
        }

            #menu_mapa ul li a.promoA {
                cursor: pointer;
                color: #00559A;
            }

    .no-touch #menu_mapa li ul li a:hover {
        /*decoracion hover de cada enlace*/
    }

    .no-touch #menu_mapa .listado:hover {
        background-color: #dddddd;
    }

    #menu_mapa div {
        position: absolute;
        z-index: 9;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .ie7 #menu_mapa {
        z-index: 10;
    }

    #menu_canarias {
        width: 199px;
        height: 78px;
        background-image: url(../img/mapa/flecha_canarias.png);
        left: 180px;
        top: 600px;
    }

        #menu_canarias .listado {
            margin-left: 23px;
        }

        #menu_canarias .titulo {
            margin-left: 43px;
            margin-top: -40px;
        }

    #menu_sevilla {
        background-image: url("../img/mapa/flecha_sevilla.png");
        height: 163px;
        left: 119px;
        top: 362px;
        width: 182px;
    }

        #menu_sevilla .listado {
            position: absolute;
            bottom: -18px;
            left: 0;
            margin-left: -15px;
        }

        #menu_sevilla .titulo {
            position: absolute;
            bottom: 27px;
            left: 0;
            width: 80px;
        }

    #menu_malaga {
        width: 110px;
        height: 58px;
        background-image: url(../img/mapa/flecha_malaga.png);
        left: 356px;
        top: 356px;
    }

        #menu_malaga .listado {
            margin-left: -25px;
            margin-top: 10px;
            width: 119px;
        }

        #menu_malaga .titulo {
            margin-top: -4px;
            margin-left: -20px;
            width: 70px;
        }

    #menu_murcia {
        width: 175px;
        height: 90px;
        background-image: url(../img/mapa/flecha_murcia.png);
        left: 480px;
        top: 285px;
    }

        #menu_murcia .listado {
            position: absolute;
            bottom: -34px;
            right: 0;
        }

        #menu_murcia .titulo {
            width: 95px;
            position: absolute;
            bottom: 11px;
            margin-left: 30px;
        }

    #menu_valencia {
        width: 252px;
        height: 120px;
        background-image: url(../img/mapa/flecha_valencia.png);
        left: 503px;
        top: 206px;
    }

        #menu_valencia .listado {
            position: absolute;
            bottom: 0;
            margin-bottom: -12px;
            right: 0;
        }

        #menu_valencia .titulo {
            width: 50px;
            position: absolute;
            right: 0;
            bottom: 22px;
        }

    #menu_castellon {
        background-image: url("../img/mapa/flecha_castellon.png");
        height: 97px;
        left: 517px;
        text-align: right;
        top: 155px;
        width: 155px;
        z-index: 20 !important;
    }

        #menu_castellon ul {
            position: absolute;
            bottom: -10px;
            right: 0;
        }

        #menu_castellon .titulo {
            bottom: -20px;
        }

        #menu_castellon .listado {
            margin-top: 10px;
            bottom: -45px;
        }

    #menu_mallorca {
        width: 159px;
        height: 51px;
        background-image: url(../img/mapa/flecha_mallorga.png);
        left: 605px;
        top: 173px;
        z-index: 30 !important;
    }

        #menu_mallorca .listado {
            position: absolute;
            bottom: -12px;
            width: 140px;
            margin-left: -20px;
        }

        #menu_mallorca .titulo {
            position: absolute;
            bottom: 33px;
            right: 0;
            width: 113px;
        }

    #menu_barcelona {
        width: 265px;
        height: 173px;
        background-image: url(../img/mapa/flecha_barcelona.png);
        left: 584px;
        top: -53px;
        text-align: left;
        z-index: 31 !important;
    }

        #menu_barcelona .listado {
            position: absolute;
            margin-top: -10px;
            right: 00px;
        }

        #menu_barcelona .titulo {
            position: absolute;
            right: 39px;
            width: 115px;
            margin-top: -40px;
        }

    #menu_zaragoza {
        width: 196px;
        height: 245px;
        background-image: url(../img/mapa/flecha_zaragoza.png);
        left: 470px;
        top: -140px;
        z-index: 30 !important;
    }

        #menu_zaragoza .listado {
            position: absolute;
            top: -5px;
            right: 0;
        }

        #menu_zaragoza .titulo {
            position: absolute;
            top: -24px;
            right: 0;
            width: 120px;
        }

    #menu_guipuzcoa {
        background-image: url("../img/mapa/flecha_guipuzcoa.png");
        height: 58px;
        left: 410px;
        text-align: left;
        top: -30px;
        width: 90px;
    }

        #menu_guipuzcoa .listado {
            position: absolute;
            right: -17px;
            width: 90px;
            top: -5px;
            text-align: left;
        }

        #menu_guipuzcoa .titulo {
            position: absolute;
            width: 50px;
            right: 1px;
            top: -24px;
        }

    #menu_bilbao {
        width: 83px;
        height: 78px;
        background-image: url(../img/mapa/flecha_bilbao.png);
        left: 300px;
        top: -56px;
        z-index: 10 !important;
    }

        #menu_bilbao .listado {
            position: absolute;
            right: -39px;
            width: 118px;
            top: -5px;
        }

        #menu_bilbao .titulo {
            position: absolute;
            width: 50px;
            right: 1px;
            top: -24px;
        }

    #menu_santander {
        width: 139px;
        height: 140px;
        background-image: url(../img/mapa/flecha_santander.png);
        left: 283px;
        top: -110px;
        text-align: left;
    }

        #menu_santander .listado {
            position: absolute;
            right: 0;
            top: -8px;
            width: 130px;
        }

        #menu_santander .titulo {
            position: absolute;
            width: 105px;
            right: 0px;
            top: -24px;
        }

    #menu_oviedo {
        width: 131px;
        height: 146px;
        background-image: url(../img/mapa/flecha_oviedo.png);
        left: 140px;
        top: -112px;
    }

        #menu_oviedo .listado {
            position: absolute;
            left: -20px;
            top: -8px;
            width: 135px;
        }

        #menu_oviedo .titulo {
            position: absolute;
            width: 115px;
            right: 6px;
            top: -24px;
        }

    #menu_acoruna {
        width: 133px;
        height: 84px;
        background-image: url(../img/mapa/flecha_acoruna.png);
        left: 68px;
        top: -58px;
    }

        #menu_acoruna .listado {
            position: absolute;
            left: -20px;
            top: -6px;
            width: 146px;
        }

        #menu_acoruna .titulo {
            position: absolute;
            width: 115px;
            right: 8px;
            top: -24px;
        }

    #menu_santiago {
        width: 116px;
        height: 84px;
        background-image: url(../img/mapa/flecha_santiago.png);
        left: 69px;
        top: 13px;
    }

        #menu_santiago .listado {
            position: absolute;
            left: -20px;
            top: -6px;
            width: 135px;
        }

        #menu_santiago .titulo {
            position: absolute;
            width: 95px;
            right: 10px;
            top: -24px;
        }

    #menu_cadiz {
        width: 89px;
        height: 64px;
        background-image: url(../img/mapa/flecha_cadiz.png);
        left: 315px;
        top: 396px;
    }

        #menu_cadiz .listado {
            position: absolute;
            bottom: -33px;
            width: 80px;
            left: 0;
        }

        #menu_cadiz .titulo {
            position: absolute;
            width: 55px;
            right: 10px;
            bottom: 12px;
        }

    #menu_valladolid {
        width: 277px;
        height: 44px;
        background-image: url(../img/mapa/flecha_valladolid.png);
        left: 71px;
        top: 70px;
    }

        #menu_valladolid .listado {
            position: absolute;
            top: -5px;
            left: -20px;
        }

        #menu_valladolid .titulo {
            position: absolute;
            width: 55px;
            left: 1px;
            top: -24px;
        }

    div#menu_madrid {
        background-image: url("../img/mapa/flecha_madrid.png");
        background-position: right center;
        height: 40px;
        left: 80px;
        top: 127px;
        width: 290px;
        z-index: 20;
    }

    #menu_madrid ul {
        float: left;
    }

    #menu_madrid li {
        float: right;
    }

        #menu_madrid li ul li {
            float: none;
        }

    #menu_madrid .listado {
        position: absolute;
        top: -5px;
        left: -29px;
    }

    #menu_madrid .titulo {
        position: absolute;
        width: 130px;
        left: 1px;
        top: -24px;
    }

    #menu_merida {
        background-image: url("../img/mapa/flecha_merida.png");
        height: 174px;
        left: 190px;
        top: 270px;
        width: 100px;
        z-index: 10 !important;
    }

        #menu_merida .listado {
            position: absolute;
            bottom: -35px;
            left: -20px;
        }

        #menu_merida .titulo {
            position: absolute;
            width: 50px;
            left: 1px;
            bottom: 7px;
        }
    /* /MAPA */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS */
    #promos .select_cinefav {
        width: calc(100% - 20px);
    }

        #promos .select_cinefav .row:last-child > p {
            margin: 0 10px 0 0;
            line-height: 42px;
            font-size: 14px;
        }

        #promos .select_cinefav .row .field {
            width: 370px;
        }

        #promos .select_cinefav .row:last-child .field {
            width: 200px;
            margin-right: 15px;
        }

    #promos article.select_cinefav .btn_borrar {
        height: 42px;
        line-height: 43px;
        width: 42px;
        margin-left: 4px;
        font-size: 26px;
    }

    #promos main section {
        margin-left: 0px;
        width: 100%;
    }

    #promos .listapromos {
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: left;
        width: 660px;
    }

        #promos .listapromos ul {
            padding: 0;
        }

            #promos .listapromos ul li {
                display: inline-block;
                position: relative;
                width: 295px;
                margin: 0 15px 15px 15px;
                padding: 0;
            }

        #promos .listapromos li h3 {
            position: relative;
            font-size: 13px;
            width: 285px;
            line-height: 22px;
            margin: 0 0 5px 0 !important;
            padding-left: 10px;
            background-color: #ffffff;
        }

            #promos .listapromos li h3 a {
                color: #666666;
            }
    /* BORRAR DESDE AQUI ----------------------------------------------------------------- */
    #promos article.select_cinefav div#select2,
    #promos article.select_cinefav div#select3,
    #promos article.select_cinefav div#select4 {
        position: relative;
        vertical-align: top;
        width: 200px;
        margin: 0 4px;
    }

        #promos article.select_cinefav div#select2 li,
        #promos article.select_cinefav div#select3 li,
        #promos article.select_cinefav div#select4 li {
            font-size: 13px;
            line-height: 15px;
            padding-left: 5px;
            border-left: 5px solid #ffffff;
            width: 150px !important;
        }

            #promos article.select_cinefav div#select2 li.selected,
            #promos article.select_cinefav div#select3 li.selected,
            #promos article.select_cinefav div#select4 li.selected {
                line-height: 27px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        #promos article.select_cinefav div#select2.opne li.selected,
        #promos article.select_cinefav div#select3.open li.selected,
        #promos article.select_cinefav div#select4.open li.selected {
            line-height: 15px;
            white-space: initial;
        }

    .no-touch #promos article.select_cinefav div#select2 li:hover, .no-touch #promos article.select_cinefav div#select3 li:hover, .no-touch #promos article.select_cinefav div#select4 li:hover {
        border-left-color: #fed801;
    }

    #promos article.select_cinefav div#select2 ul.select-group,
    #promos article.select_cinefav div#select3 ul.select-group,
    #promos article.select_cinefav div#select4 ul.select-group {
        width: 128px;
    }

        #promos article.select_cinefav div#select2 ul.select-group li,
        #promos article.select_cinefav div#select3 ul.select-group li,
        #promos article.select_cinefav div#select4 ul.select-group li {
            width: 128px;
        }

    #promos article.select_cinefav div#select2 .inner,
    #promos article.select_cinefav div#select3 .inner,
    #promos article.select_cinefav div#select4 .inner {
        width: 200px;
    }
    /* HASTA AQUI ----------------------------------------------------------------- */
    #promos article.titulo_promo {
        width: 630px;
        margin: 0 auto;
    }

        #promos article.titulo_promo div {
            color: #ffffff;
            font-size: 16px;
            font-family: "Trebuchet MS";
            text-align: center;
            background-color: #999999;
            width: 245px;
            height: 45px;
            line-height: 45px;
            -webkit-border-radius: 6px 6px 0 0;
            -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

    #promos article.titulo_filtro div {
        background-color: #ff0033;
    }
    /* /PROMOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS LANDING */
    #promos_landing section {
        margin-top: -25px;
        position: relative;
    }

    #promos_landing #bajo_menu {
        margin-top: -12px;
    }

    #promos_landing section article.cartel-promo {
        position: relative;
        width: calc(100% - 10px);
        min-width: 790px;
        padding: 12px 0;
        text-align: center;
        margin-bottom: 20px;
        left: 5px;
    }

        #promos_landing section article.cartel-promo img {
            width: 770px;
        }

    #promos_landing section article.panel_right {
        position: relative;
        width: calc(100% - 10px);
        min-width: 790px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #promos_landing section div.info-promo {
        position: relative;
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 30px;
        text-align: left;
    }

    #promos_landing #publicidad_body {
        bottom: -660px;
    }
    /* /PROMOS LANDING */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROXIMOS ESTRENOS */
    #proximos_estrenos article.cartelera_peliculas .fechaestreno {
        width: calc(100% + 16px);
        height: 28px;
        top: -35px;
        line-height: 28px;
    }

        #proximos_estrenos article.cartelera_peliculas .fechaestreno span {
            font-size: 20px;
        }

    #proximos_estrenos article.cartelera_peliculas li.ventaanticipada a .stick-va {
        left: 15px;
        top: 4px;
        margin-top: 0;
    }
    /* /PROXIMOS ESTRENOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HOME */
    #home main section {
        padding-bottom: 0;
    }

    #home #separador-bottom {
        max-width: 1220px;
        width: 100%;
        height: 13px;
        margin: 0 auto;
    }

    #home .pelicula_principal {
        width: 100%;
        max-width: 1190px;
        padding: 0;
        margin: 0 auto;
    }

        #home .pelicula_principal ul li {
            position: relative;
            max-height: 505px;
            width: 100%;
            max-width: 1190px;
        }

        #home .pelicula_principal img {
            width: 100%;
            max-height: 505px;
        }

        #home .pelicula_principal .topo3d {
            top: 15px;
            right: 15px;
            width: 144px;
            height: 144px;
        }

        #home .pelicula_principal .principal-info {
            width: 100%;
            height: 60px;
            line-height: 60px;
            bottom: 0;
            text-align: left;
        }

            #home .pelicula_principal .principal-info a {
                margin: 0 0 0 5px;
                font-size: 25px;
                padding: 10px 15px;
            }

        #home .pelicula_principal .img_left,
        #home .pelicula_principal .img_right {
            top: 0;
            height: 400px;
            width: 29px;
        }

            #home .pelicula_principal .img_left span,
            #home .pelicula_principal .img_right span {
                top: 180px;
            }

    #home .promociones {
        margin-bottom: 50px;
        width: 100%;
    }

        #home .promociones span {
            right: 5px;
            font-size: 17px;
        }

        #home .promociones > .home-row {
            width: calc(100% - 20px);
        }

        #home .promociones div {
            top: 30px;
            height: 165px;
            display: block;
            text-align: left;
        }

        #home .promociones ul {
            margin-left: 10px;
            margin-top: 20px;
            width: 97.7%;
            white-space: nowrap;
            overflow: hidden;
        }

        #home .promociones li {
            display: inline-block;
            margin: 0px 1px;
            position: relative;
        }

        #home .promociones .infopromo {
            display: none;
        }

    #home .cartelera .shadow_left,
    #home .cartelera .shadow_right {
        width: 34px;
        z-index: 4;
    }

    #home .promociones .shadow_left,
    #home .promociones .shadow_right,
    #home .tecnologia .shadow_left,
    #home .tecnologia .shadow_right {
        top: 0;
        width: 43px;
        z-index: 4;
    }

        #home .promociones .shadow_left .img_left,
        #home .promociones .shadow_right .img_right {
            width: 49px;
            height: 165px;
        }

    #home .cartelera {
        height: 370px;
    }

        #home .cartelera .cart-menu {
            position: absolute;
            top: 10px;
            left: 0;
        }

        #home .cartelera .shadow_right .img_right span {
            right: 5px;
            left: auto;
        }

    #ciclos .carteles-carrusel,
    #ficha_cine .carteles-carrusel,
    #home .carteles-carrusel {
        height: 320px;
    }

    #ciclos .carteles-carrusel,
    #ficha_cine .carteles-carrusel {
        position: relative;
        top: 60px;
    }

        #home .carteles-carrusel ul,
        #ciclos .carteles-carrusel ul,
        #ficha_cine .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            height: 400px;
            margin: 15px 0 0 0;
            padding: 0;
        }

            #home .carteles-carrusel ul li,
            #ciclos .carteles-carrusel ul li,
            #ficha_cine .carteles-carrusel ul li {
                display: inline-block;
                position: relative;
                margin: 0 5px;
            }

    #home .pelicula_principal span.rb_promo {
        background: url(../img/IconPromo/icono_promo_grande_derecha_inclinado_redonda_pequeño.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 9px;
        height: 68px;
        left: 8px;
        z-index: 9999;
    }

    #home .cartelera span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 10px;
        height: 21px;
        left: 150px;
        z-index: 9999;
    }

    #home .cartelera ul li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    #ciclos .ciclo li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    #home .cartelera li img,
    #ciclos .ciclo li img,
    #ficha_cine .ciclo li img {
        width: 200px;
    }

    #ciclos .ciclo .infopeli,
    #ficha_cine .ciclo .infopeli,
    #home .cartelera .infopeli {
        display: none;
    }

        #ciclos .ciclo .infopeli h4,
        #ficha_cine .ciclo .infopeli h4 {
            position: absolute;
            font-size: 22px;
            top: 2px;
            left: 5px;
            margin: 0;
            padding: 0;
            width: 195px;
            height: 30px;
        }

        #ciclos .ciclo .infopeli p,
        #ficha_cine .ciclo .infopeli p {
            font-size: 18px;
            position: absolute;
            top: 65px;
            margin: 0;
            left: 5px;
        }

        #ciclos .ciclo .infopeli a,
        #ficha_cine .ciclo .infopeli a {
            position: absolute;
            top: 62px;
            right: 5px;
            width: 30px;
            height: 30px;
            line-height: 27px;
            font-size: 23px;
        }

    #home .cartelera .shadow_left .img_left,
    #home .cartelera .shadow_right .img_right {
        width: 29px;
        height: 314px;
    }

    #ciclos .ciclo .shadow_left .img_left,
    #ciclos .ciclo .shadow_right .img_right,
    #ficha_cine .ciclo .shadow_left .img_left,
    #ficha_cine .ciclo .shadow_right .img_right {
        width: 29px;
        height: 318px;
    }

    #home .tecnologia p {
        margin-left: 10px;
        text-align: left;
        font-size: 19px;
    }

    #home .tecnologia .robapaginas {
        position: relative;
        display: block;
        margin: 20px auto 0;
        width: 320px;
    }

    #home .tecnologia .tecno {
        position: relative;
        width: calc(100% - 20px);
        margin: 0 auto;
        height: 300px;
    }

    #home .tecnologia .shadow_left,
    #home .tecnologia .shadow_right {
        height: 300px;
    }

    #home .tecnologia ul {
        position: relative;
        height: 190px;
        top: 30px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #home .tecnologia li {
        height: 246px;
        width: 30%;
        display: inline-block;
        position: relative;
        text-align: center;
    }

    #home .tecnologia .dolby,
    #home .tecnologia .imax,
    #home .tecnologia .isens {
        width: 211px;
        height: 242px;
        background-position: -583px -117px;
    }

    #home .tecnologia .dolby {
        background-position: -1005px -117px;
    }

    #home .tecnologia .isens {
        background-position: -794px -117px;
    }

    #home .tecnologia li a {
        left: -10px;
    }

    #home .tecnologia li:nth-child(2) {
        border-left: 2px solid #dddddd;
        border-right: 2px solid #dddddd;
        overflow: hidden;
        width: 200px;
    }

    #home .tecnologia li:nth-child(3) {
        border-right: 2px solid #dddddd;
        overflow: hidden;
    }

    #home .clientes {
        height: 630px;
        text-align: left;
    }

        #home .clientes .promos {
            position: relative;
            display: block;
            margin-left: 10px;
            margin-bottom: 20px;
            top: 10px;
            width: 97%;
            vertical-align: top;
        }

        #home .clientes .promobox {
            position: relative;
            width: 780px;
            margin: 0 auto !important;
        }

            #home .clientes .promobox img {
                width: 100%;
                max-width: 780px;
            }

            #home .clientes .promobox .radios {
                float: right;
            }

        #home .clientes .toppeliculas {
            position: relative;
            display: inline-block;
            width: 99%;
            margin-left: 0px;
            top: 10px;
            vertical-align: top;
        }

            #home .clientes .toppeliculas ul {
                margin: 0;
                padding: 0;
            }

            #home .clientes .toppeliculas li {
                display: inline-block;
                margin: 0 5px;
            }

            #home .clientes .toppeliculas img {
                width: 180px;
            }

            #home .clientes .toppeliculas .img_left,
            #home .clientes .toppeliculas .img_right {
                position: absolute;
                top: 0;
                width: 27px;
                height: 260px;
            }

            #home .clientes .toppeliculas .img_left {
                background-position: 0 50%;
                left: 10px;
            }

            #home .clientes .toppeliculas .img_right {
                background-position: -29px 50%;
                right: 5px;
            }

    #home article {
        margin: 0 !important;
    }

        #home article.cartelera {
            margin-top: 30px !important;
        }

        #home article.tecnologia {
            margin-top: 20px !important;
            margin-bottom: 50px !important;
        }

    #home .home-row {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

        #home .home-row h3 {
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            margin: 0 0 10px 0;
        }

        #home .home-row .btn {
            right: 0;
            bottom: 0;
            height: 35px;
            line-height: 35px;
            font-size: 15px;
            margin: 0 0 10px 0;
        }
    /* /HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CICLOS */
    #ciclos section {
        min-height: 330px;
        margin-left: 10px;
        width: calc(100% - 20px);
    }

    #ciclos #publicidad_body {
        margin: 48px 10px 0 0;
    }

    #ciclos .ciclo,
    #ficha_cine .ciclo {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    #ficha_cine .ciclo {
        width: calc(100% - 20px);
        margin: 0 auto 60px auto;
    }

    #ciclos .ciclo.robapaginas {
        width: 60%;
    }

    #ciclos .ciclo .titulo,
    #ficha_cine .ciclo .titulo {
        position: relative;
        width: 243px;
        padding: 5px 15px;
        font-size: 20px;
    }

    #ciclos .ciclo .carteles-carrusel,
    #ficha_cine .ciclo .carteles-carrusel {
        position: relative;
        top: 10px;
        width: 100%;
    }

        #ciclos .ciclo .carteles-carrusel ul,
        #ficha_cine .ciclo .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            top: 0;
            margin-top: 15px;
        }

            #ciclos .ciclo .carteles-carrusel ul li,
            #ficha_cine .ciclo .carteles-carrusel ul li {
                position: relative;
            }
    /* /CICLOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD */
    #cinesacard main #bajo_menu {
        height: 23px;
    }

    #cinesacard article {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    #cinesacard .ccard .micuenta,
    #cinesacard .ccard .ventajas_ccard {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    #cinesacard .micuenta img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -200px;
        margin-top: -70px;
        height: 150px;
        width: 150px;
    }

    #cinesacard .micuenta h3 {
        position: relative;
        top: 25px;
        left: 80px;
        line-height: 30px;
        font-size: 65px;
    }

    #cinesacard .formlogin {
        position: relative;
        margin: 0 auto;
        margin-top: 72px;
        margin-bottom: 25px;
        width: 430px;
        height: 230px;
    }

        #cinesacard .formlogin form {
            position: relative;
            width: calc(100% - 10px);
            margin: 0 5px;
        }

        #cinesacard .formlogin input[type="email"],
        #cinesacard .formlogin input[type="password"] {
            width: 185px;
            border: none;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            padding-left: 15px;
            margin: 0 3px 7px 3px;
        }

        #cinesacard .formlogin input[type="submit"] {
            width: 406px;
            height: 38px;
            font-size: 22px;
        }

        #cinesacard .formlogin a {
            position: relative;
            top: 5px;
            margin: 0 10px;
            font-size: 16px;
            border-bottom: 1px solid #cccccc;
        }

    #cinesacard .ventajas_ccard {
        margin-top: 72px;
        margin-left: 5px;
        height: 230px;
        width: calc(100% - 20px);
    }

        #cinesacard .ventajas_ccard h3 {
            font-size: 45px;
            margin: 5px 0 0 0;
        }

        #cinesacard .ventajas_ccard p {
            font-size: 23px;
            margin: 0;
            margin-bottom: 30px;
            line-height: 10px;
        }

        #cinesacard .ventajas_ccard .lista_ventajas {
            position: relative;
            margin: 0 auto;
            margin-top: 20px;
            left: 5px;
        }

            #cinesacard .ventajas_ccard .lista_ventajas li {
                position: relative;
                width: 144px;
            }

    #cinesacard .lista_ventajas li div.jueves,
    #cinesacard .lista_ventajas li div.vip,
    #cinesacard .lista_ventajas li div.promociones,
    #cinesacard .lista_ventajas li div.puntos,
    #cinesacard .lista_ventajas li div.eventos {
        background: url(../img/ico_ccard_ventajas.png) no-repeat;
        width: 128px;
        height: 105px;
    }

    #cinesacard .lista_ventajas li div.jueves {
        background-position: 0 0;
    }

    #cinesacard .lista_ventajas li div.vip {
        background-position: -128px 0;
    }

    #cinesacard .lista_ventajas li div.promociones {
        background-position: -256px 0;
    }

    #cinesacard .lista_ventajas li div.puntos {
        background-position: -384px 0;
    }

    #cinesacard .lista_ventajas li div.eventos {
        background-position: -512px 0;
    }

    #cinesacard .lista_ventajas a {
        display: none;
        position: absolute;
        left: 0;
        top: -5px;
        width: 118px;
        height: 105px;
        padding: 7px;
        font-size: 18px;
        line-height: 22px;
    }

    #cinesacard .lista_ventajas li div:hover a {
        display: block;
    }

    #cinesacard .conseguirccard {
        text-align: left;
    }

        #cinesacard .conseguirccard > div {
            position: relative;
            display: block;
            width: calc(100% - 40px);
            margin: 0 auto;
            margin-bottom: 30px;
        }

        #cinesacard .conseguirccard .cc_header {
            position: relative;
            height: 95px;
            margin-bottom: 5px;
        }

            #cinesacard .conseguirccard .cc_header p {
                margin: 0;
                line-height: 40px;
                font-size: 18px;
            }

            #cinesacard .conseguirccard .cc_header h3 {
                margin: 0;
                line-height: 40px;
                font-size: 40px;
            }

        #cinesacard .conseguirccard .cc_pasos {
            position: relative;
            margin-top: -8px;
        }

            #cinesacard .conseguirccard .cc_pasos ul {
                height: 130px;
                padding: 0;
            }

                #cinesacard .conseguirccard .cc_pasos ul li {
                    display: inline-block;
                    position: relative;
                    width: 120px;
                    height: 120px;
                    margin: 15px 2% 0 2%;
                }

            #cinesacard .conseguirccard .cc_pasos > div {
                margin: 0 10px;
                font-size: 17px;
                border: 1px solid #ffffff;
            }

            #cinesacard .conseguirccard .cc_pasos p {
                position: relative;
                line-height: 30px;
                margin: 10px 0;
            }

            #cinesacard .conseguirccard .cc_pasos .popcorn {
                position: absolute;
                width: 100px;
                height: 50px;
                top: -17px;
            }

        #cinesacard .conseguirccard .cc_btn {
            position: relative;
            margin-top: 7px;
            height: 60px;
        }

            #cinesacard .conseguirccard .cc_btn a {
                position: absolute;
                width: 300px;
                height: 40px;
                left: calc(50% - 150px);
                top: calc(50% - 20px);
                line-height: 40px;
                font-size: 22px;
            }

        #cinesacard .conseguirccard .cc_aviso {
            font-size: 11px;
        }

    #cinesacard .aviso > div {
        position: relative;
        width: 711px;
        height: 50px;
        margin: 0 auto;
        border: 1px dashed #bcbcbc;
    }

        #cinesacard .aviso > div p {
            display: inline-block;
            line-height: 14px;
            font-size: 19px;
        }

        #cinesacard .aviso > div a {
            position: absolute;
            width: 80px;
            height: 23px;
            font-size: 14px;
            top: 14px;
            right: 10px;
            line-height: 23px;
        }

    #cinesacard .puntos .puntos_menu {
        text-align: left;
        padding-left: 10px;
    }

        #cinesacard .puntos .puntos_menu li {
            display: inline-block;
            font-size: 16px;
            height: 35px;
            line-height: 38px;
            padding: 0 25px;
        }

    #cinesacard .puntos .div-1,
    #cinesacard .puntos .div-3 {
        padding: 10px 0 10px 0;
    }

        #cinesacard .puntos .div-1 ul,
        #cc_micuenta .puntos .div-1 ul {
            padding-left: 20px;
            text-align: left;
        }

        #cinesacard .puntos .div-1 li,
        #cc_micuenta .puntos .div-1 li {
            position: relative;
            display: inline-block;
            border: 2px solid #efefef;
            width: 121px;
            height: 239px;
            margin: 50px 7px 30px 7px;
        }

            #cinesacard .puntos .div-1 li .tiporegalos,
            #cc_micuenta .puntos .div-1 li .tiporegalos {
                position: absolute;
                width: 140px;
                height: 30px;
                line-height: 30px;
                top: -44px;
                left: -2px;
                padding-left: 5px;
                font-size: 15px;
            }

                #cinesacard .puntos .div-1 li .tiporegalos.tr_last,
                #cc_micuenta .puntos .div-1 li .tiporegalos.tr_last {
                    width: 121px;
                }

    #cinesacard .regalo-puntos,
    #cc_micuenta .regalo-puntos {
        position: absolute;
        bottom: 0;
        width: 121px;
        line-height: 47px;
        border-top: 2px solid #efefef;
        font-size: 24px;
    }

    #cinesacard .puntos .div-1 li .regalo-info,
    #cc_micuenta .puntos .div-1 li .regalo-info {
        position: absolute;
        width: 121px;
        height: 80px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
    }

        #cinesacard .puntos .div-1 li .regalo-info p,
        #cc_micuenta .puntos .div-1 li .regalo-info p {
            line-height: 13px;
            margin-left: 4px;
        }

        #cinesacard .puntos .div-1 li .regalo-info img,
        #cc_micuenta .puntos .div-1 li .regalo-info img {
            margin-top: -7px;
        }



    #cinesacard .puntos .div-3 ul,
    #cc_micuenta .faq .div-3 ul {
        padding-left: 20px;
    }

    #cinesacard .puntos .div-3 li,
    #cc_micuenta .faq .div-3 li {
        position: relative;
        height: 30px;
        width: 90%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        font-size: 13px;
    }

        #cinesacard .puntos .div-3 li.respuesta,
        #cc_micuenta .faq .div-3 li.respuesta {
            height: auto;
            border: 2px solid #e8e8e8;
            margin-left: 0px;
            width: calc(93% + 07px);
        }

            #cinesacard .puntos .div-3 li.respuesta ul li,
            #cc_micuenta .faq .div-3 li.respuesta ul li {
                margin-left: -10px;
                margin-bottom: 10px;
                line-height: 20px;
                height: auto;
                width: 95%;
            }

                #cinesacard .puntos .div-3 li.respuesta ul li.stitulo,
                #cc_micuenta .faq .div-3 li.respuesta ul li.stitulo {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li.sresumen,
                #cc_micuenta .faq .div-3 li.respuesta ul li.sresumen {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li a,
                #cc_micuenta .faq .div-3 li.respuesta ul li a {
                    border-bottom: 1px solid #666666;
                }
    /* /CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD FORMULARIO*/
    #cc_form article,
    #cc_form_activar article,
    #colegios article,
    #recuperarmail article,
    #recuperarpass article {
        position: relative;
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    #cc_form .titulo,
    #cc_form_activar .titulo,
    #colegios .titulo,
    #recuperarpass .titulo,
    #recuperarmail .titulo,
    #cc_form_finactivar .titulo,
    #cc_form_finpedir .titulo,
    #cc_form_error .titulo {
        margin-bottom: 12px;
        margin-top: -10px;
    }

        #cc_form .titulo h3,
        #cc_form_activar .titulo h3,
        #colegios .titulo h3,
        #cc_form_finactivar .titulo h3,
        #cc_form_finpedir .titulo h3,
        #cc_form_error .titulo h3,
        #recuperarmail .titulo h3,
        #recuperarpass .titulo h3 {
            font-size: 24px;
            line-height: 40px;
            width: 390px;
            padding-left: 15px;
            margin: 0;
        }

    #cc_form .frm1,
    #cc_form .frm2,
    #cc_form .frm3,
    #cc_form .frm4,
    #cc_form .inf,
    #cc_form_activar .frm1,
    #cc_form_activar .frm2,
    #cc_form_activar .frm3,
    #cc_form_activar .frm4,
    #cc_form_activar .inf,
    #cc_form .mail,
    #cc_form_activar .mail,
    #colegios .frm1,
    #colegios .frm2,
    #colegios .inf,
    #recuperarpass .frm1,
    #recuperarmail .frm1 {
        padding: 15px 0 15px 30px;
        width: calc(100% - 50px);
        text-align: left;
    }

    #cc_form article h4,
    #cc_form_activar article h4,
    #colegios article h4,
    #clientes article h4,
    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 18px;
        margin: 0;
        padding-left: 50px;
        line-height: 40px;
    }

    #cc_form article .num,
    #cc_form_activar article .num,
    #colegios article .num,
    #clientes article .num {
        position: absolute;
        font-size: 18px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 4px solid #ffffff;
    }

    #cc_form article.activo .num,
    #clientes article.activo .num {
        border: 4px solid #b5cbe0;
    }

    #cc_form article.activo h4,
    #cc_form article.inactivo h4,
    #cc_form_activar article.activo h4,
    #cc_form_activar article.inactivo h4,
    #colegios article.activo h4,
    #colegios article.inactivo h4,
    #clientes article.inactivo h4,
    #recuperarmail article.activo h4,
    #recuperarpass article.activo h4 {
        margin-bottom: 40px;
    }

    #cc_form .row,
    #cc_form_activar .row,
    #colegios .row,
    #trabajaconnosotros .row,
    #clientes .row,
    #recuperarmail .row,
    #recuperarpass .row {
        position: relative;
        margin: 10px;
        margin-bottom: 20px;
    }

        #cc_form .row input.text,
        #cc_form_activar .row input.text,
        #colegios .row input.text,
        #trabajaconnosotros .row input.text,
        #clientes .row input.text,
        #recuperarmail .row input.text,
        #recuperarpass .row input.text {
            width: 35%;
            height: 38px;
            padding-left: 15px;
            margin-right: 15px;
            font-size: 15px;
            margin-bottom: 20px;
        }

    #cc_form .frm3 .row .cc_select,
    #cc_form_activar .frm3 .row .cc_select,
    #colegios .frm3 .row .cc_select {
        margin-bottom: 20px;
    }

        #cc_form .frm3 .row .cc_select.small,
        #cc_form_activar .frm3 .row .cc_select.small,
        #colegios .frm3 .row .cc_select.small {
            margin-bottom: 0px;
        }

    #cc_form .cc_select,
    #cc_form_activar .cc_select,
    #colegios .cc_select {
        width: 37.85%;
        margin-right: 15px;
        vertical-align: top;
    }

        #cc_form .cc_select .select-group,
        #cc_form_activar .cc_select .select-group,
        #colegios .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            #cc_form .cc_select .select-group li,
            #cc_form_activar .cc_select .select-group li,
            #colegios .cc_select .select-group li {
                width: calc(100% - 22px) !important;
            }

        #cc_form .cc_select.small,
        #cc_form_activar .cc_select.small,
        #colegios .cc_select.small {
            width: 140px;
            margin-left: 5px;
            margin-top: -7px;
            vertical-align: top;
        }

            #cc_form .cc_select.small .select-group,
            #cc_form_activar .cc_select.small .select-group,
            #colegios .cc_select.small .select-group {
                width: 76px !important;
            }

                #cc_form .cc_select.small .select-group li,
                #cc_form_activar .cc_select.small .select-group li,
                #colegios .cc_select.small .select-group li {
                    width: 76px !important;
                }

    #cc_form .row span,
    #cc_form_activar .row span,
    #colegios .row span {
        font-size: 12px;
        display: block;
    }

    #cc_form .frm3 .row span,
    #cc_form_activar .frm3 .row span,
    #colegios .frm3 .row span {
        display: inline-block;
    }

    #cc_form input[type="checkbox"] + label span,
    #cc_form_activar input[type="checkbox"] + label span,
    #colegios input[type="radio"] + label span,
    #trabajaconnosotros input[type="checkbox"] + label span {
        position: relative;
        display: inline-block;
        width: 350px;
        height: 37px;
        line-height: 35px;
        padding-left: 55px;
        font-size: 15px;
    }

    #cc_form .row a,
    #cc_form_activar .row a,
    #colegios .row a {
        border-bottom: 1px solid #909090;
    }

    #cc_form input[type="submit"],
    #cc_form_activar input[type="submit"],
    #colegios input[type="submit"],
    #trabajaconnosotros input[type="submit"],
    #clientes input[type="submit"],
    #recuperarmail input[type="submit"],
    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"],
    #cc_form_activar .btn,
    #colegios .btn,
    #cc_form .btn {
        border: none;
        width: 300px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    #cc_form .inf,
    #cc_form_activar .inf,
    #colegios .inf {
        margin-bottom: 40px;
    }

        #cc_form .inf p,
        #cc_form_activar .inf p,
        #colegios .inf p {
            font-size: 11px;
        }

    #cc_form_activar .frm2 .cc_select,
    #colegios .frm2 .cc_select {
        margin-bottom: 20px;
    }

    #cc_form_activar .btn,
    #colegios .btn,
    #cc_form .btn {
        text-align: center;
        margin-left: calc(50% - 160px);
        cursor: pointer;
    }
    /* /CINESACARD FORMULARIO*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* /CINESACARD MI CUENTA*/
    #cc_micuenta #sb-site {
        min-height: 1000px !important;
    }

    #cc_micuenta aside {
        display: inline-block;
        width: 625px;
    }

        #cc_micuenta aside .cuenta {
            top: 20px;
            width: 625px;
            height: 280px;
            margin: 0 auto;
            margin-bottom: 60px;
            text-align: left;
        }

            #cc_micuenta aside .cuenta img {
                margin-top: -55px;
                margin-left: 85px;
            }

            #cc_micuenta aside .cuenta p {
                font-size: 22px;
                margin: 10px 0 5px 33px;
                width: 260px;
                text-align: center;
            }

                #cc_micuenta aside .cuenta p span {
                    font-size: 25px;
                }

            #cc_micuenta aside .cuenta h3 {
                font-size: 45px;
                width: 260px;
                text-align: center;
                margin-left: 33px;
            }

            #cc_micuenta aside .cuenta ul {
                position: absolute;
                top: 45px;
                right: 30px;
                width: 290px;
                height: 73px;
                white-space: nowrap;
                overflow: hidden;
            }

                #cc_micuenta aside .cuenta ul li {
                    display: inline-block;
                    width: 144px;
                    margin-top: 2px;
                    font-size: 12px;
                    height: 52px;
                    padding-top: 18px;
                }

                    #cc_micuenta aside .cuenta ul li:nth-child(2n+1) {
                        border-right: 2px solid #ffffff;
                    }

        #cc_micuenta aside .logout {
            position: absolute;
            top: 190px;
            width: 290px;
            right: 30px;
            height: 42px;
            margin-bottom: 18px;
        }

            #cc_micuenta aside .logout a {
                font-size: 25px;
                width: 100%;
                height: 42px;
                line-height: 42px;
                left: 0;
            }

        #cc_micuenta aside .info {
            padding: 12px 12px 1px 12px;
            margin: 0 auto;
            margin-bottom: 20px;
            width: 290px;
            display: none;
        }

            #cc_micuenta aside .info p {
                font-size: 11px;
                margin-bottom: 20px;
            }

            #cc_micuenta aside .info a {
                border-bottom: 1px solid #999999;
            }

        #cc_micuenta aside .infocc {
            margin-bottom: 20px;
            padding-bottom: 1px;
            display: none;
        }

            #cc_micuenta aside .infocc .header {
                height: 50px;
                line-height: 50px;
                padding-left: 10px;
                font-size: 14px;
            }

                #cc_micuenta aside .infocc .header.doblelinea {
                    line-height: 18px;
                    padding-top: 8px;
                    height: 42px;
                }

            #cc_micuenta aside .infocc p {
                font-size: 14px;
                margin: 10px;
            }

    #cc_micuenta section {
        width: calc(100% - 20px);
        margin: 0 0 40px 0px;
        display: inline-block;
    }

        #cc_micuenta section article {
            text-align: left;
        }

    #cc_micuenta article.menu {
        margin-top: -22px;
    }

        #cc_micuenta article.menu ul {
            padding: 0;
        }

        #cc_micuenta article.menu li {
            display: inline-block;
            width: 140px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            margin: 0 5px;
        }

            #cc_micuenta article.menu li.a_ico {
                display: none;
            }

    #cc_micuenta .caducan,
    #cc_micuenta .movimientos,
    #cc_micuenta .frm,
    #cc_micuenta .puntos,
    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        margin-left: 5px;
    }

        #cc_micuenta .caducan p,
        #cc_micuenta .movimientos p {
            position: relative;
            top: 25px;
            font-size: 15px;
            margin-left: 30px;
            text-align: left;
        }

        #cc_micuenta .caducan ul {
            padding-left: 140px;
            margin-top: 50px;
            padding-bottom: 20px;
            text-align: left;
        }

            #cc_micuenta .caducan ul li {
                margin-bottom: 5px;
                font-size: 15px;
            }

                #cc_micuenta .caducan ul li div {
                    display: inline-block;
                    width: 150px;
                    height: 40px;
                    line-height: 40px;
                    margin-right: 3px;
                }

                    #cc_micuenta .caducan ul li div span {
                        margin-right: 12px;
                    }

    #cc_micuenta .movimientos {
        text-align: left;
    }

        #cc_micuenta .movimientos .cc_select {
            width: 186px;
            margin-right: 15px;
        }

            #cc_micuenta .movimientos .cc_select .select-group {
                width: 144px !important;
            }

                #cc_micuenta .movimientos .cc_select .select-group li {
                    width: 144px !important;
                }

    #cc_micuenta .movimientos,
    #cc_micuenta .frm {
        position: relative;
        padding-bottom: 1px;
        margin-bottom: 10px;
    }

        #cc_micuenta .movimientos .rangofechas {
            margin: 45px 0 0 30px;
        }

            #cc_micuenta .movimientos .rangofechas span {
                font-size: 15px;
                line-height: 38px;
                margin-right: 15px;
            }

            #cc_micuenta .movimientos .rangofechas .btn {
                display: inline-block;
                width: 150px;
                height: 39px;
                line-height: 39px;
                font-size: 22px;
                margin-left: 10px;
                margin-bottom: 25px;
            }

        #cc_micuenta .movimientos .lista_movimientos {
            margin: 10px 30px;
        }

            #cc_micuenta .movimientos .lista_movimientos .row {
                border-bottom: 1px solid #efefef;
            }

                #cc_micuenta .movimientos .lista_movimientos .row div {
                    display: inline-block;
                    margin-right: 7px;
                    padding-left: 0px;
                    font-size: 15px;
                    margin-bottom: 10px;
                    margin-top: 20px;
                }

                #cc_micuenta .movimientos .lista_movimientos .row:last-child {
                    border: none;
                }

        #cc_micuenta .movimientos .row .col1 {
            width: 14%;
        }

        #cc_micuenta .movimientos .row .col2 {
            width: 24%;
        }

        #cc_micuenta .movimientos .row .col3 {
            width: 44%;
        }

        #cc_micuenta .movimientos .row .col4 {
            width: 12%;
        }

        #cc_micuenta .movimientos .lista_movimientos .titulos {
            border: none;
        }

            #cc_micuenta .movimientos .lista_movimientos .titulos > div {
                font-size: 15px;
                height: 25px;
                line-height: 25px;
            }

        #cc_micuenta .movimientos .mostrarmas {
            position: relative;
            margin: 30px auto;
            width: 150px;
            height: 40px;
            line-height: 42px;
            padding-left: 10px;
            font-size: 22px;
        }

    #cc_micuenta .frm {
        text-align: left;
    }

        #cc_micuenta .frm > form > div {
            margin-bottom: 10px;
        }

        #cc_micuenta .frm .frm1 {
            top: 20px !important;
        }

        #cc_micuenta .frm > form > div .row {
            margin: 0 0 15px 10px;
        }

        #cc_micuenta .frm .cc_select {
            width: 264px;
            margin-right: 15px;
        }

        #cc_micuenta .frm .cc_select,
        #cc_micuenta .frm .text {
            margin-bottom: 10px;
        }

            #cc_micuenta .frm .cc_select .select-group {
                width: 192px !important;
            }

                #cc_micuenta .frm .cc_select .select-group li {
                    width: 192px !important;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

        #cc_micuenta .frm .frm1 span {
            display: block;
        }

        #cc_micuenta .frm h4 {
            font-size: 22px;
            line-height: 40px;
            margin: 50px 0 15px 10px;
        }

        #cc_micuenta .frm .frm1 h4 {
            margin-top: 0px;
        }

        #cc_micuenta .frm .frm2 h4 {
            margin-top: 70px;
        }

    #cc_micuenta input.text {
        width: 248px;
        height: 37px;
        padding-left: 10px;
        margin-right: 15px;
    }

    #cc_micuenta input.text {
        width: 26%;
    }

    #cc_micuenta .frm .cc_select.small {
        width: 122px;
    }

        #cc_micuenta .frm .cc_select.small .select-group {
            width: 50px !important;
        }

            #cc_micuenta .frm .cc_select.small .select-group li {
                width: 50px !important;
            }

    #cc_micuenta .frm span {
        font-size: 11px;
        line-height: 35px;
    }

    #cc_micuenta .frm .frm3,
    #cc_micuenta .frm .frm4 {
        margin-bottom: 30px;
    }

    #cc_micuenta .frm input[type="submit"] {
        margin: 0 auto;
        font-size: 22px;
        width: 300px;
        height: 40px;
        line-height: 40px;
    }

    #cc_micuenta .puntos .div-1 {
        top: 30px;
    }

        #cc_micuenta .puntos .div-1 ul {
            padding: 0;
        }

        #cc_micuenta .puntos .div-1 li {
            margin-left: 6px;
            margin-right: 6px;
        }

    #cc_micuenta .puntos .div-2 {
        margin-top: 30px;
        padding-top: 15px;
        font-size: 11px;
    }

    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        padding: 20px 0;
    }

    #cc_micuenta .listapromos {
    }

        #cc_micuenta .listapromos ul {
            padding-left: 0;
            width: 760px;
            margin: 0 auto;
        }

            #cc_micuenta .listapromos ul li {
                display: inline-block;
                margin: 0 42px;
                margin-bottom: 20px;
            }

                #cc_micuenta .listapromos ul li h3 {
                    padding-left: 10px;
                    margin-bottom: 7px;
                }

                    #cc_micuenta .listapromos ul li h3 a {
                        font-size: 13px;
                    }

    #cc_micuenta .asideM {
        position: relative;
        margin: 0 auto;
        margin-top: 20px;
        width: 780px;
        text-align: center;
    }

        #cc_micuenta .asideM .info {
            padding: 12px 12px 1px 12px;
            margin: 0 10px 20px 0;
            width: 360px;
            height: 247px;
            display: inline-block;
            vertical-align: top;
        }

            #cc_micuenta .asideM .info p {
                font-size: 12px;
                margin-bottom: 20px;
            }

            #cc_micuenta .asideM .info a {
                border-bottom: 1px solid #999999;
            }

        #cc_micuenta .asideM .infoccpuntos {
            width: 360px;
            display: inline-block;
        }

    #cc_micuenta .micuenta_campo {
        width: 32%;
    }

    #cc_micuenta .mc2 {
        width: 33%;
    }

    #cc_micuenta .micuenta_campo.mc_small {
        width: 16%;
    }

    #cc_micuenta .micuenta_campo label,
    #cc_micuenta .micuenta_campo .mc_label {
        font-size: 15px;
        line-height: 20px;
    }

    #cc_micuenta input.text {
        width: calc(100% - 30px);
        position: relative;
    }

    #cc_micuenta .rangofechas input.text {
        width: 180px;
    }

    #cc_micuenta .frm .cc_select {
        width: calc(100% - 15px);
    }

        #cc_micuenta .frm .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            #cc_micuenta .frm .cc_select .select-group li {
                width: calc(100% - 42px) !important;
            }

        #cc_micuenta .frm .cc_select.small {
            width: calc(100% - 15px);
        }

            #cc_micuenta .frm .cc_select.small .select-group {
                width: calc(100% - 42px) !important;
            }

                #cc_micuenta .frm .cc_select.small .select-group li {
                    width: calc(100% - 42px) !important;
                }
    /* /CINESACARD MI CUENTA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRABAJA CON NOSOTROS */
    #trabajaconnosotros main nav ul li,
    #clientes main nav ul li,
    #acercade main nav ul li,
    #proveedores main nav ul li,
    #avisolegal main nav ul li,
    #expansion main nav ul li,
    #semueve main nav ul li {
        padding: 0 5px;
        width: auto;
    }

    #trabajaconnosotros article,
    #clientes article {
        padding: 15px 30px 15px 30px;
        width: calc(100% - 60px);
        text-align: left;
        position: relative;
    }

        #trabajaconnosotros article p,
        #clientese article p {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 30px;
        }

        #trabajaconnosotros article h3,
        #clientes article h3 {
            font-size: 18px;
            ;
            margin: 0 0 20px 0;
        }

    #trabajaconnosotros .text,
    #trabajaconnosotros .cc_select,
    #clientes .text,
    #clientes .cc_select {
        margin-right: 5px !important;
    }

    #trabajaconnosotros .cc_select,
    #clientes .cc_select {
        width: 37.7%;
    }

    #clientes .cc_select {
        margin-bottom: 20px;
    }

        #trabajaconnosotros .cc_select .select-group,
        #clientes .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            #trabajaconnosotros .cc_select .select-group li,
            #clientes .cc_select .select-group li {
                width: calc(100% - 10px) !important;
            }

    #trabajaconnosotros input[type="file"] + label span,
    #clientes input[type="file"] + label span {
        width: 37.9%;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    #trabajaconnosotros textarea,
    #clientes textarea {
        padding: 5px;
        width: 75%;
        height: 120px;
    }

    #trabajaconnosotros .frm1 .btn_siguiente {
        position: absolute;
        display: inline-block;
        width: 200px;
        height: 45px;
        line-height: 45px;
        bottom: 30px;
        right: 80px;
        font-size: 22px;
    }

    #clientes .frm1,
    #clientes .frm2,
    #clientes .frm3,
    #clientes .clients_inf {
        padding: 10px 30px 10px 30px;
        width: calc(100% - 60px);
    }

        #clientes .frm3 input[type="submit"] {
            margin-left: calc(50% - 170px);
        }

    #clientes #canned_response {
        font-size: 15px;
        line-height: 20px;
        position: relative;
        background-color: #cdcdcd;
        padding: 20px;
        width: 90%;
        margin: 20px auto;
    }

    #clientes article,
    #clientes article h4 {
        margin-bottom: 20px !important;
    }
    /* /TRABAJA CON NOSOTROS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* AJUSTES CC_SELECT */
    #cc_form .cc_select ul.open,
    #cc_form_activar .cc_select ul.open,
    #colegios .cc_select ul.open {
        width: calc(100% - 42px) !important;
    }

    #cc_form .cc_select.small ul.open,
    #cc_form_activar .cc_select.small ul.open,
    #colegios .cc_select.small ul.open {
        width: 98px !important;
    }
    /* /AJUSTES CC_SELECT */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SUBMENUPELIS */
    .submenucines {
        text-align: left;
        width: calc(100% - 2px);
        min-width: 800px;
        left: 0;
        height: 0;
    }

        .submenucines.open {
            height: 500px;
        }

        .submenucines .titulo {
            height: 40px;
            padding-left: 30px;
            font-size: 15px;
        }

        .submenucines .lista {
            top: 15px;
            left: 33px;
            height: 430px;
            width: calc(100% - 50px);
        }

            .submenucines .lista .col {
                width: 23%;
                margin-right: 3px;
                position: absolute;
            }

            .submenucines .lista .c1, .submenucines .lista .c3, .submenucines .lista .c5, .submenucines .lista .c7 {
                top: 0;
            }

            .submenucines .lista .c2, .submenucines .lista .c4, .submenucines .lista .c6, .submenucines .lista .c8 {
                top: 220px;
            }

            .submenucines .lista .c3, .submenucines .lista .c4 {
                left: 25%;
            }

            .submenucines .lista .c5, .submenucines .lista .c6 {
                left: 50%;
            }

            .submenucines .lista .c7, .submenucines .lista .c8 {
                left: 75%;
            }

            .submenucines .lista .c2 {
                top: 196px;
            }

            .submenucines .lista .c4 {
                top: 162px;
            }

            .submenucines .lista .c6 {
                top: 190px;
            }

            .submenucines .lista .c8 {
                top: 170px;
            }

        .submenucines li {
            height: 21px;
            line-height: 21px;
            font-size: 13px;
        }

            .submenucines li.cine a {
                font-size: 11px;
            }
    /* /SUBMENUPELIS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* COLEGIOS */
    #colegios .frm1 label span {
        width: auto !important;
        text-align: left;
        padding: 0 5px 0 0 !important;
    }

        #colegios .frm1 label span.ico {
            width: 35px !important;
            top: 10px;
        }

    #colegios .row span {
        display: inline;
    }

    #colegios .row input.text_doble {
        width: 530px !important;
    }

    #colegios .row input.text_mitad {
        width: 120px !important;
    }

    #colegios .cc_select {
        width: 266px;
        margin-right: 15px;
        vertical-align: top;
    }

        #colegios .cc_select .select-group {
            width: 194px !important;
        }

            #colegios .cc_select .select-group li {
                width: 202px !important;
            }

    #colegios .row .col {
        width: 280px;
    }

    #colegios .row input.text {
        font-size: 15px;
        height: 38px;
        margin-right: 15px;
        padding-left: 15px;
        width: 245px;
    }

    #colegios textarea {
        padding-left: 10px;
        width: 700px;
        height: 120px;
    }

    #colegios input[type="submit"] {
        width: 380px;
        margin: 20px 0;
        margin-left: calc(50% - 210px);
    }

    #colegios .inf {
        margin-top: 25px;
        font-size: 12px;
    }

        #colegios .frm1 h4,
        #colegios .frm2 h4,
        #colegios .inf h3 {
            font-size: 32px;
        }
    /* /COLEGIOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* INFANTIL */
    #infantil article#banner_seccion .img_left {
        top: calc(50% - 48px);
    }

    #infantil article#banner_seccion .img_right {
        top: calc(50% - 48px);
    }

    #infantil article.cartelera_peliculas,
    #cumpleanos article.cartelera_peliculas {
        text-align: left;
    }

        #infantil article.cartelera_peliculas h2,
        #cumpleanos article.cartelera_peliculas h2 {
            font-size: 20px;
            width: 155px;
            height: 45px;
            line-height: 45px;
            margin-left: 45px;
        }

    #cumpleanos .info_cumples {
        height: 449px;
        width: calc(100% - 20px);
        margin: -40px auto 20px auto;
        background-image: none;
    }

        #cumpleanos .info_cumples .parrafo {
            margin-left: 40px;
            top: 10px;
            width: calc(100% - 70px);
        }

            #cumpleanos .info_cumples .parrafo h3 {
                font-size: 32px;
                margin-bottom: 20px;
            }

            #cumpleanos .info_cumples .parrafo p {
                font-size: 12px;
            }

        #cumpleanos .info_cumples .btn {
            font-size: 22px;
            width: 380px;
            height: 40px;
            line-height: 40px;
            margin: 30px;
            margin-left: calc(50% - 190px);
        }
    /* /INFANTIL */
    /* /CUMPLEAÑOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FORMULARIOS RECUPERACIÓN */
    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 22px;
        padding-left: 11px;
    }

    #recuperarmail section,
    #recuperarpass section {
        margin-bottom: 200px;
    }

    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"] {
        margin-left: calc(50% - 180px);
        margin-top: 20px;
    }

    #recuperarmail input[type="button"] {
        margin-left: calc(50% - 330px);
        margin-right: 20px;
    }

    #recuperarmail .conf,
    #recuperarmail .conf_fin,
    #recuperarpass .conf {
        min-height: 180px;
    }

        #recuperarmail .conf h4,
        #recuperarpass .conf h4 {
            font-size: 22px;
        }

        #recuperarmail .conf p,
        #recuperarmail .conf_fin p,
        #recuperarpass .conf p {
            font-size: 15px;
        }
    /* /FORMULARIOS RECUPERACIÓN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SEMUEVE */
    #semueve article.info img {
        margin: 17px 40px 42px 25px;
    }

    #semueve article.info div {
        width: 75%;
        font-size: 16px;
    }

        #semueve article.info div h3 {
            font-size: 25px;
            margin: 15px 0 7px;
        }

        #semueve article.info div p {
            margin: 0;
            line-height: 24px;
        }

    #semueve .proyectos_titulo {
        height: 54px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

        #semueve .proyectos_titulo h4 {
            font-size: 22px;
            margin: 15px 0 25px;
        }

    #semueve .videos_actuales li,
    #semueve .carrusel_semueve li {
        width: 48%;
        height: 390px;
        margin-bottom: 20px;
        font-size: 12px;
    }

        #semueve .videos_actuales li:nth-child(2n+1) {
            margin-right: 1%;
        }

        #semueve .videos_actuales li .video,
        #semueve .carrusel_semueve li .video {
            margin-top: 10px;
            margin-left: calc(50% - 185px);
            width: 370px;
            height: 240px;
        }

        #semueve .videos_actuales li h5,
        #semueve .carrusel_semueve li h5 {
            font-size: 22px;
            font-weight: 100;
            margin: 15px;
        }

        #semueve .videos_actuales li p,
        #semueve .carrusel_semueve li p {
            margin: 15px;
        }

    #semueve .carrusel_semueve,
    #semueve .carrusel_semueve .shadow_left,
    #semueve .carrusel_semueve .shadow_right,
    #semueve .carrusel_semueve .shadow_left a,
    #semueve .carrusel_semueve .shadow_right a {
        height: 415px;
    }

        #semueve .carrusel_semueve li {
            width: 292px;
            height: 380px;
            margin: 0 7px;
        }

            #semueve .carrusel_semueve li .video {
                margin-top: 20px;
                margin-left: calc(50% - 123px);
                width: 247px;
                height: 179px;
            }

            #semueve .carrusel_semueve li h5 {
                margin: 10px 22px;
                font-size: 18px;
            }

            #semueve .carrusel_semueve li p {
                margin: 10px 22px;
                line-height: 18px;
            }

    #semueve .not_background {
        height: 40px;
    }

    #semueve .ver_mas {
        margin: 50px 0;
    }

        #semueve .ver_mas .btn {
            width: 316px;
            height: 33px;
            line-height: 33px;
        }
    /* /SEMUEVE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* GAMES */
    #games article {
        text-align: left;
    }

    #games #banner_seccion img {
        width: 100%;
    }

    #games .descarga .desc {
        width: 100%;
        height: 250px;
        margin-right: calc(2% - 5px);
    }

    #games .descarga .faqs {
        display: none;
    }

    #games .desc img {
        margin: 50px 10px 0 30px;
    }

    #games .desc .info {
        width: 35%;
        margin-top: 36px;
        font-size: 16px;
    }

        #games .desc .info a {
            font-size: 24px;
            top: 20px !important;
        }

            #games .desc .info a:hover {
                border-bottom: 2px solid #d82245;
            }

    #games .desc .qr {
        width: 40%;
        height: 245px;
    }

        #games .desc .qr a {
            width: 105px;
            height: 160px;
            margin: 46px 10px 0;
        }

    #games .descarga .faqs p {
        font-size: 24px;
    }

        #games .descarga .faqs p span {
            font-size: 30px;
        }

    #games .premio_1 {
        font-size: 27px;
    }

        #games .premio_1 h3 {
            margin: 10px 0;
        }

        #games .premio_1 .destacado {
            font-size: 80px;
            line-height: 60px;
        }

    #games .premio_2 {
        font-size: 26px;
    }

        #games .premio_2 h3 {
            margin: 10px 0;
            line-height: 60px;
        }

    #games .premio_3 .top {
        width: 49%;
        height: 260px;
        margin-bottom: 20px;
    }

        #games .premio_3 .top:nth-child(2n+1) {
            margin-right: calc(2% - 5px);
        }

        #games .premio_3 .top h3 {
            font-size: 65px;
            margin: 30px 0 0 30px;
            line-height: 50px;
        }

        #games .premio_3 .top h5 {
            font-size: 30px;
            margin: 0px 0 10px 30px;
        }

        #games .premio_3 .top img {
            position: relative;
            margin-left: calc(50% - 50px);
        }

    #games .ganadores .btn {
        width: 335px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
    }

        #games .ganadores .btn:hover {
            background-color: #9b1e2b;
        }

    #games .como_jugar {
        margin-bottom: 50px;
    }

        #games .como_jugar > h3 {
            line-height: 60px;
            font-size: 25px;
            margin-bottom: 20px;
        }

        #games .como_jugar li.instruct {
            width: 48%;
            height: 550px;
            font-size: 14px;
            margin: 0 5px 20px;
        }

            #games .como_jugar li.instruct h3 {
                font-size: 20px;
                margin: 14px 0 15px 30px;
            }

            #games .como_jugar li.instruct p {
                margin: 25px 15px;
            }

        #games .como_jugar li.last_li {
            width: 48%;
            height: 550px;
            font-size: 20px;
            margin: 0 5px 20px;
        }

            #games .como_jugar li.last_li p {
                margin-top: 80px;
            }

                #games .como_jugar li.last_li p span {
                    font-size: 25px;
                }

            #games .como_jugar li.last_li img {
                margin-top: 20px;
            }

            #games .como_jugar li.last_li .developers {
                bottom: 0;
                right: 0;
            }
    /* /GAMES */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SELECTS */
    .cc_select ul.open {
        max-height: 295px !important;
    }

    #clientes .cc_select {
        width: 320px;
    }

        #clientes .cc_select .select-group {
            width: 278px !important;
        }

            #clientes .cc_select .select-group li {
                width: 257px !important;
            }
    /* /SELECTS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA RESUMEN*/
    #ma_resumen aside {
        left: 10px;
        width: 230px;
        margin-right: 10px;
        top: 10px;
    }

    #ma_resumen .tucuenta {
        height: 250px;
        margin: 40px 0 30px;
    }

        #ma_resumen .tucuenta .foto {
            width: 135px;
            height: 135px;
            margin-top: -60px;
        }

            #ma_resumen .tucuenta .foto img {
                width: 100%;
            }

        #ma_resumen .tucuenta p {
            font-size: 20px;
            margin: 15px 0 0;
        }

        #ma_resumen .tucuenta h2 {
            font-size: 45px;
            margin-top: 10px;
        }

        #ma_resumen .tucuenta .editar {
            top: 5px;
            right: 5px;
        }

    #ma_resumen .ma_menu {
        margin-top: -16px;
    }

        #ma_resumen .ma_menu li {
            height: 40px;
            line-height: 40px;
        }

            #ma_resumen .ma_menu li a {
                font-size: 19px;
            }

            #ma_resumen .ma_menu li.selected a {
                background-color: #0e99fe;
                color: #ffffff;
            }

    #ma_resumen aside li.logout a {
        font-size: 19px;
    }

    #ma_resumen section {
        width: calc(100% - 255px);
        margin: 0 0 0 5px;
        top: -16px;
    }

    #ma_resumen .ma_bienvenida h3 {
        height: 47px;
        line-height: 47px;
        font-size: 23px;
        margin: 0;
    }

    #ma_resumen .noconfirm {
        height: 140px;
    }

        #ma_resumen .noconfirm p {
            top: 25px;
            margin-left: 120px;
            width: 400px;
        }

    #ma_resumen .newsletter input[type="checkbox"] + label span {
        width: 38px;
        height: 36px;
        margin: 7px 0 0 15px;
    }

    #ma_resumen .newsletter p {
        width: 90%;
        margin: 15px 0;
        font-size: 14px;
    }

    #ma_resumen article h4 {
        margin: 0 0 15px 0;
        height: 46px;
        line-height: 46px;
        font-size: 15px;
    }

    #ma_resumen:not(.ma_entradas) .misentradas table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen:not(.ma_entradas) .misentradas table tr:first-child {
            display: none;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td {
            display: block;
            font-size: 13px;
            border-bottom: 1px dashed #d7d7d7;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table tr:first-child {
            height: 30px;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td p {
            margin: 7px 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:first-child p {
            display: inline;
            margin: 7px 14px 7px 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:last-child {
            border: none;
            margin-bottom: 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:nth-child(7) {
            text-align: center;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td .table_btn {
            width: 90px;
            line-height: 35px;
            font-size: 14px;
            margin-top: 10px;
        }
    /* **** */
    #ma_resumen.ma_entradas .misentradas table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen.ma_entradas .misentradas table th,
        #ma_resumen.ma_entradas .misentradas table td {
            font-size: 13px;
        }

        #ma_resumen.ma_entradas .misentradas table tr:first-child {
            height: 30px;
        }

        #ma_resumen.ma_entradas .misentradas table td p {
            margin: 7px 0;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(1),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(1) {
            width: 10%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(2),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(2) {
            width: 14%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(3),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(3) {
            width: 24%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(4),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(4) {
            width: 24%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(5),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(5) {
            width: 8%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(6),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(6) {
            width: 8%;
        }

        #ma_resumen.ma_entradas .misentradas table td:nth-child(7) {
            text-align: center;
            width: 12%;
        }

        #ma_resumen.ma_entradas .misentradas table td .table_btn {
            width: 90px;
            padding: 5px 0;
            line-height: 18px;
            font-size: 14px;
            margin-top: 10px;
        }
    /* **** */
    #ma_resumen .misentradas > a,
    #ma_resumen .movimientos > a {
        font-size: 13px;
        margin: 0 10px 15px;
    }

    #ma_resumen .micinesacard .tarjeta,
    #ma_resumen .micinesacard .puntos {
        display: block;
        width: 98%;
        font-size: 15px;
        margin: 0 1% 15px !important;
        float: left;
    }



    #ma_resumen .micinesacard .movimientos {
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

        #ma_resumen .micinesacard .tarjeta h5,
        #ma_resumen .micinesacard .puntos h5,
        #ma_resumen .micinesacard .movimientos h5 {
            margin: 0 0 15px;
            height: 46px;
            line-height: 46px;
            padding-left: 15px;
        }

    #ma_resumen .micinesacard .ma_row {
        margin: 0 auto;
        width: 94%;
    }

    #ma_resumen .micinesacard .tarjeta .ma_row {
        text-align: center;
    }

    #ma_resumen .micinesacard .ma_row img:first-child {
        margin: 10px 5px 0 5px;
    }

    #ma_resumen .micinesacard .ma_row img:last-child {
        margin: 12px 0 0 5px;
        display: inline-block !important;
    }

    #ma_resumen .micinesacard .ma_row p {
        top: 20px;
    }

        #ma_resumen .micinesacard .ma_row p span {
            font-size: 22px;
            margin-top: 5px;
        }

    #ma_resumen .micinesacard .ma_saldoact,
    #ma_resumen .micinesacard .ma_puntoscad {
        width: 31%;
        margin: 0 5%;
    }

    #ma_resumen .micinesacard .ma_puntoscad {
        width: 50%;
        margin: 0 5%;
    }

        #ma_resumen .micinesacard .ma_saldoact > p,
        #ma_resumen .micinesacard .ma_puntoscad > p {
            height: 30px;
            margin-top: 0;
        }

        #ma_resumen .micinesacard .ma_saldoact li,
        #ma_resumen .micinesacard .ma_puntoscad li {
            margin: 7px 0;
            height: 30px;
        }

            #ma_resumen .micinesacard .ma_saldoact li .pnts,
            #ma_resumen .micinesacard .ma_puntoscad li .pnts {
                font-size: 22px;
            }

            #ma_resumen .micinesacard .ma_saldoact li .fecha_cad,
            #ma_resumen .micinesacard .ma_puntoscad li .fecha_cad {
                margin-left: 10px;
            }

    #ma_resumen .micinesacard .puntos > p {
        font-size: 11px;
        margin-left: 30px;
    }

    #ma_resumen .movimientos table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen .movimientos table td {
            height: 34px;
            line-height: 34px;
            border-bottom: 1px solid #d7d7d7;
        }

        #ma_resumen .movimientos table th,
        #ma_resumen .movimientos table td {
            font-size: 13px;
        }

        #ma_resumen .movimientos table tr:first-child {
            border-bottom: 2px solid #d7d7d7;
            height: 30px;
        }

        #ma_resumen .movimientos table td p {
            margin: 7px 0;
        }

    #ma_resumen .faq > .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }
    /* /MI AREA RESUMEN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA ENTRADAS */
    #ma_resumen.ma_entradas .misentradas .pag li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
    }

        #ma_resumen.ma_entradas .misentradas .pag li a {
            font-size: 16px;
        }

    #ma_resumen.ma_entradas .table_btn {
        margin-bottom: 60px;
    }
    /* /MI AREA ENTRADAS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA CINESACARD */
    #ma_resumen.ma_ccard .rangofechas {
        margin: 25px auto 10px;
    }

        #ma_resumen.ma_ccard .rangofechas span {
            font-size: 15px;
            line-height: 41px;
        }

        #ma_resumen.ma_ccard .rangofechas .text {
            height: 39px;
            margin: 0 10px 10px;
        }

        #ma_resumen.ma_ccard .rangofechas .btn {
            width: 150px;
            height: 41px;
            line-height: 41px;
            font-size: 22px;
            margin-left: 30px;
        }

    #ma_resumen.ma_ccard .lista li {
        margin: 10px 2px 25px;
    }

    #ma_resumen.ma_ccard .faq .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }

    #ma_resumen.ma_ccard .puntos .puntos_menu li {
        font-size: 16px;
        height: 35px;
        line-height: 38px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li {
        width: 121px;
        height: 159px;
        margin: 50px 7px 30px 7px;
    }

        #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos {
            width: 134px;
            height: 30px;
            line-height: 30px;
            top: -44px;
            left: -2px;
            font-size: 15px;
        }

            #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos.tr_last {
                width: 121px;
            }

    #ma_resumen.ma_ccard .regalo-puntos {
        width: 121px;
        line-height: 47px;
        font-size: 24px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info {
        width: 121px;
        height: 0px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
    }

    .no-touch #ma_resumen.ma_ccard .puntos .div-1 li:hover .regalo-info {
        width: 121px;
        height: 80px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info p {
        line-height: 13px;
        margin-left: 4px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info img {
        margin-top: -7px;
    }

    #ma_resumen.ma_ccard .imagenregalo {
        width: 118px;
        height: 105px;
        margin-top: 5px;
    }

    #ma_resumen .faq .div-3 li {
        width: 86%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        font-size: 13px;
    }

    #ma_resumen .faq .div-3 .mas,
    #ma_resumen .faq .div-3 .menos {
        width: 35px;
        height: 30px;
        margin-left: -55px;
    }

    #ma_resumen .faq .div-3 li.respuesta {
        margin-left: 0px;
        width: calc(93% + 07px);
    }

        #ma_resumen .faq .div-3 li.respuesta ul li {
            margin-left: -10px;
            margin-bottom: 10px;
            line-height: 20px;
            height: auto;
            width: 95%;
        }

            #ma_resumen .faq .div-3 li.respuesta ul li.stitulo {
                line-height: 20px;
                margin-left: -35px;
            }

            #ma_resumen .faq .div-3 li.respuesta ul li.sresumen {
                line-height: 20px;
                margin-left: -35px;
            }
    /* MI AREA CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA MIS DATOS */
    #ma_resumen.ma_datos .row {
        width: 96%;
    }

    #ma_resumen.ma_datos h5 {
        font-size: 21px;
        margin: 40px 0 10px 0;
    }

    #ma_resumen.ma_datos .field {
        width: 47%;
        margin: 0 1% 20px;
    }

        #ma_resumen.ma_datos .field label,
        #ma_resumen.ma_datos .field .p_label {
            margin: 0 0 3px;
            font-size: 15px;
        }

        #ma_resumen.ma_datos .field .text {
            height: 37px;
            line-height: 37px;
            font-size: 15px;
        }

        #ma_resumen.ma_datos .field .box_inactivo {
            width: calc(100% - 62px);
            padding-left: 60px;
        }

    #ma_resumen.ma_datos .field_ext {
        width: 95%;
    }

    #ma_resumen.ma_datos .field .box_small {
        width: 90px;
        margin: 0 5px 0 0;
    }

    #ma_resumen.ma_datos .btn_edit {
        width: 65px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 25px;
    }

    #ma_resumen.ma_datos .validar_correo p {
        margin: 0 0 5px 90px;
    }

    #ma_resumen.ma_datos .row .sub_row {
        width: 100%;
        margin-top: -15px;
        margin-bottom: 7px;
        text-align: center;
    }

        #ma_resumen.ma_datos .row .sub_row p {
            width: 70%;
            margin: 0;
            font-size: 12px;
        }

    #ma_resumen.ma_datos .row .mini {
        font-size: 11px;
        margin: 5px 0;
    }

    #ma_resumen.ma_datos .row input[type="submit"] {
        background-position: 30px -507px;
        font-size: 22px;
    }

    #ma_resumen.ma_datos .validar_correo {
        font-size: 12px;
        margin: 0 auto;
        display: block;
        width: 370px;
        height: 80px;
    }

    #ma_resumen.ma_datos .r_cambios input[type="submit"] {
        /*margin: 0 0 40px 7px;
            width: 47%;*/
    }
    /* /MI AREA MIS DATOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NUEVA CC_FORM */
    #cc_form.n_cc article .field .text,
    #cc_form_activar.n_cc article .field .text,
    #recuperarmail.n_cc article .field .text {
        width: calc(100% - 21px);
    }

    #recuperarmail.n_cc article.conf {
        margin: 5px auto;
    }

    #cc_form.n_cc article .f_checkbox p .dest,
    #cc_form_activar.n_cc article .f_checkbox p .dest {
        display: inline;
    }
    /* /NUEVA CC_FORM */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NEW CINESACARD HOME */
    /* LOGIN */
    #cinesacard.n_cc .micuenta .formlogin {
        width: 100%;
    }

    #cinesacard.n_cc .micuenta img {
        margin: 0;
        top: -40px;
    }
    /* VENTAJAS */
    #cinesacard.n_cc .ventajas_ccard {
        width: calc(100% - 20px);
    }
    /* /NEW CINESACARD HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HEADER MI AREA */
    /* CUANDO SE ACTIVE MI AREA SE HA DE QUITAR EL .N_CC */
    #cc_form.n_cc #cinefavorito_header .cc_cuenta,
    #cc_form.n_cc #cinefavorito_header .disp_login {
        display: none;
    }

    #cc_form.n_cc .sb-toggle-right {
        position: relative;
        vertical-align: top;
        display: inline-block;
        width: 132px;
        height: 52px;
        background: url("../img/ico_mi_cuenta_cinesa.jpg")no-repeat;
        cursor: pointer;
    }

    #cc_form.n_cc #cinefavorito_header .cinefav {
        right: 3px;
    }
    /* /HEADER MI AREA */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* GOLDEN QUESTION*/
    .pop_golden {
        width: 750px;
        margin-left: -385px;
    }

        .pop_golden .col.golden_img {
            background-size: 97%;
        }

        .pop_golden p {
            width: 80%;
        }

        .pop_golden form {
            width: 95%;
        }
    /* /GOLDEN QUESTION*/
    /* ############################################################################################################################## */
}
/*fin media 800*/
/* ==========================================================================
   10 - 768
   ========================================================================== */
@media all and (min-width: 768px) and (max-width: 799px) {
    /*HEADER*/
    header {
        position: relative;
        width: 100%;
        min-width: 768px;
        text-align: center;
    }

    .header-promotion label.exit {
        display: none;
    }

    .header-promotion img.exit {
        background: url(../img/salir.png) no-repeat;
        display: inline-block;
    }



    header #menu {
        position: relative;
        height: 125px;
        padding: 10px 0 10px 0;
    }

    header #logo_header {
        /*logo cinesa del header*/
        position: absolute;
        height: 52px;
        width: calc(90% - 118px);
        left: 10px;
        background-color: #FFDF0F;
        background-position: center -376px;
    }
    /* login */
    header #cinefavorito_header {
        right: 15px;
        height: 52px;
        width: calc(100% - 26px);
    }

        header #cinefavorito_header .btn_cinefav {
            position: absolute;
            top: 0;
            right: 110px;
            vertical-align: top;
            background-color: #ffdf00;
            width: 45px;
            height: 52px;
            text-align: left;
        }

    header .lbl_cinefav {
        display: none;
    }

    header #cinefavorito_header .disp_login {
        right: 0;
        height: 50px;
        top: 0;
    }

        header #cinefavorito_header .disp_login.open {
            width: 100%;
            top: 72px;
        }

    header #cinefavorito_header .text {
        top: 4px;
        width: 21%;
        height: 40px;
        font-size: 18px;
    }

    header #cinefavorito_header .pass {
        top: 4px;
        width: 20%;
        height: 40px;
        font-size: 18px;
    }

    header #cinefavorito_header .disp_login .btn {
        width: 115px;
        height: 40px;
        line-height: 40px;
        top: 4px;
        font-size: 22px;
        border-radius: 0;
    }

    header #cinefavorito_header .recordar {
        width: 100px;
        height: 40px;
    }

        header #cinefavorito_header .recordar a {
            font-size: 12px;
        }

    header #cinefavorito_header .close_login {
        width: 46px;
        height: 50px;
        top: 0;
        right: 0;
    }

    .no-touch header #cinefavorito_header .disp_logged {
        width: 52px;
        height: 52px;
        background-color: #109AFF;
    }

        .no-touch header #cinefavorito_header .disp_logged img {
            display: none !important;
        }

    header #cinefavorito_header .disp_logged .logout {
        width: 44px;
        height: 44px;
        top: 4px;
        left: 4px;
        position: absolute;
        background: #666666 url("../img/login_close.png") no-repeat center;
        z-index: 800;
        border-radius: 24px;
        cursor: pointer;
    }

    header #cinefavorito_header.logged .cinefav {
        right: 0px;
    }

    header #cinefavorito_header.logged .cc_cuenta {
        right: 52px;
    }

    header #cinefavorito_header.nuevo_logged.logged .disp_logged .logout {
        background: none;
        border-radius: 0;
        left: auto;
        height: auto;
        width: auto;
        top: auto;
        position: relative;
    }
    /* /login */
    header nav#menu_web {
        /*MENÚ*/
        position: absolute;
        vertical-align: top;
        text-align: right;
        top: 65px;
        display: table;
        /*<nav> se comporta como una tabla*/
        width: calc(100% - 20px);
    }

        header nav#menu_web ul {
            display: table-row;
            /*la lista se comporta como una fila de una tabla*/
        }

            header nav#menu_web ul li {
                display: table-cell;
                /*los elementos de la lista se comportan como celdas de una tabla*/
                text-align: right;
            }

                header nav#menu_web ul li img {
                    /*img logo yomvi*/
                    margin: -2px 3px 0 0;
                }
                /*-----------------------------------------------------------------------------------------------------------------------------------------*/
                /*EFECTO BOTONES MENÚ*/
                header nav#menu_web ul li span.colorbutton {
                    width: 90%;
                    height: 43px;
                    position: relative;
                    z-index: 1;
                    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                    padding: 20px 0 11px 0;
                }

                header nav#menu_web ul li a {
                    width: 90%;
                    height: 40px;
                    position: relative;
                    display: inline-block;
                    cursor: pointer;
                    text-align: center;
                    padding-top: 10px;
                    text-decoration: none;
                    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                    outline: medium none;
                    -webkit-transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                }

                    header nav#menu_web ul li a:after {
                        content: "";
                        position: absolute;
                        z-index: -1;
                        background: none repeat scroll 0 0 #0076EC;
                        height: 0;
                        left: 0;
                        top: 0;
                        width: 100%;
                        -webkit-transition: all 0.3s ease 0s;
                        -moz-transition: all 0.3s ease 0s;
                        transition: all 0.3s ease 0s;
                    }

                    .no-touch header nav#menu_web ul li a:hover, header nav#menu_web ul li a:active {
                        color: #ffffff;
                    }

                        .no-touch header nav#menu_web ul li a:hover:after, header nav#menu_web ul li a:active:after {
                            height: 100%;
                        }
                    /*-----------------------------------------------------------------------------------------------------------------------------------------*/
                    header nav#menu_web ul li a div {
                        position: relative;
                        display: inline-block;
                        width: 40%;
                        float: right;
                    }

    header nav#menu_movil {
        display: none !important;
        visibility: hidden;
    }
    /*/
HEADER*/
    /*BODY*/
    #separador-top {
        /*Sombra bajo el header*/
        position: relative;
        width: 100%;
        height: 12px;
        left: 0px;
    }

    main {
        position: relative;
        height: auto;
        width: 100%;
        min-width: 768px;
        text-align: center;
    }
        /* SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
        main nav {
            /*MENÚ*/
            width: calc(100% - 20px);
            margin-bottom: 15px;
        }

            main nav ul li {
                width: 75px;
                line-height: 37px;
            }

                main nav ul li a {
                    font-size: 15px;
                }
        /* /SUBMENU CARTELERA/EVENTOS/TRAILERS/CONTACTO */
        main #bajo_menu {
            /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
            position: relative;
            margin: 10px 0 0 10px;
            width: calc(100% - 10px);
            height: 35px;
        }

            main #bajo_menu #ruta {
                position: absolute;
                left: 5px;
            }

            main #bajo_menu #orden {
                position: absolute;
                right: 10px;
                bottom: 10px;
            }

                main #bajo_menu #orden a {
                    /*Botones ordenar*/
                    padding: 10px;
                    margin: 0 10px 0 5px;
                }

        main section {
            height: auto;
            width: 100%;
            padding-bottom: 630px;
        }

            main section #publicidad_body {
                /*la publicidad flota a la derecha de la cartelera*/
                position: absolute;
                bottom: 30px;
                width: 100%;
                height: 600px;
                text-align: center;
            }

                main section #publicidad_body .posicionador {
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                }

            main section .cartelera_peliculas {
                min-height: 750px;
            }

                main section .cartelera_peliculas ul {
                    /*la cartelera ocupa todo el ancho del <section>, se adapta a la publicidad.*/
                    left: 0px !important;
                    margin-left: 35px !important;
                    padding-left: 0 !important;
                    text-align: left;
                }

                main section .cartelera_peliculas > ul > li {
                    /*estilo de los carteles*/
                    position: relative;
                    width: 220px;
                    height: 380px;
                    vertical-align: top;
                    margin: 0 1% 20px 2px;
                    list-style: none;
                    display: inline-block;
                    padding: 5px;
                }

                main section .cartelera_peliculas ul li h3 {
                    /*título del cartel*/
                    margin: 5px 0 10px 10px;
                    width: 200px;
                    position: relative;
                    height: 25px;
                }

                    main section .cartelera_peliculas ul li h3 a {
                        position: absolute;
                        height: 25px;
                        width: 200px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                main section .cartelera_peliculas ul li img {
                    /*imagen del cartel*/
                    margin: 0 10px 0 7px;
                }

                main section .cartelera_peliculas div.contenedor_verficha {
                    position: absolute;
                    width: 100%;
                    height: 60px;
                    left: 0;
                    bottom: 0px;
                }

                main section .cartelera_peliculas ul li a.vf, .no-touch main section .cartelera_peliculas ul li a.vf:hover {
                    text-decoration: none;
                    border: 0;
                    color: #0076EC;
                    position: relative;
                    display: block;
                }
                /* ========================================================================== */
                /*DIV PUNTUACION Y COMPARTIR*/
                main section .cartelera_peliculas ul li div.puntuacion {
                    float: left;
                    position: relative;
                    margin: 7px 0 0 10px;
                    width: 152px;
                    height: 25px;
                }

                    main section .cartelera_peliculas ul li div.puntuacion ul.stars {
                        left: 0px;
                        top: 0px;
                        margin: 0px !important;
                    }

                main section .cartelera_peliculas ul li .num_votos {
                    position: absolute;
                    top: 5px;
                    right: 0;
                    margin: 0;
                    font-family: "Trebuchet MS";
                    font-size: 10px;
                    color: #666666;
                }

                main section .cartelera_peliculas ul li div.compartir {
                    position: absolute;
                    bottom: 28px;
                    right: 15px;
                }

                main section .cartelera_peliculas ul li div.compartir_opt {
                    position: absolute;
                    bottom: 25px;
                    right: 15px;
                }

                    main section .cartelera_peliculas ul li div.compartir_opt > a {
                        margin: 0 2px;
                    }
    /*/
DIVS PUNTUACION Y COMPARTIR*/
    /* ========================================================================== */
    /*/
BODY*/
    #separador-bottom {
        /*Sombra sobre el footer*/
        position: relative;
        width: 100%;
        height: 13px;
        left: 0px;
    }

    /* ############################################################################################################################## */
    /* IMAX ISENS DOLBY */
    main #banner_seccion {
        position: relative;
        margin: 0 0 0 0;
        width: 100%;
        margin-bottom: 20px;
    }

        main #banner_seccion img.banner {
            width: calc(100% - 20px);
        }

    #imax article#select_cinefav, #screenX article#select_cinefav {
        padding-left: 130px;
        width: calc(100% - 20px);
    }

    #imax section #publicidad_body,
    #isens section #publicidad_body,
    #screenX section #publicidad_body {
        float: right;
        margin: 80px 10px 0 1px;
    }
    /* ****************************** */
    /* ******************************* */
    article#info_rollover {
        position: relative;
        width: 730px;
        margin: 0 auto;
        height: 162px;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 40px;
        display: table;
    }

    #isens .select_cinefav,
    #imax .select_cinefav #screenX .select_cinefav {
        width: 740px;
        margin: 0 auto;
        left: 0;
    }

    #isens #info_rollover,
    #imax #info_rollover,
    #screenX #info_rollover {
        margin: 30px 10px;
        width: calc(100% - 20px);
    }

    #isens div.rollover,
    #imax div.rollover,
    #screenX div.rollover {
        position: absolute;
        bottom: 0px;
        width: 24.4%;
        height: 180px;
        background-color: #cfcfcf;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens .roll_1,
    #imax .roll_1,
    #screenX .roll_1 {
        left: 0;
    }

    #isens .roll_2,
    #imax .roll_2,
    #screenX .roll_2 {
        left: 25%;
    }

    #isens .roll_3,
    #imax .roll_3,
    #screenX .roll_3 {
        left: 50%;
    }

    #isens .roll_4,
    #imax .roll_4 {
        left: 75%;
    }

    #isens div.roll_img,
    #imax div.roll_img,
    #screenX div.roll_img {
        position: absolute;
        top: 0px;
        height: 170px;
        width: 100%;
        padding-top: 10px;
        background-color: #ffffff;
        text-align: center;
        z-index: 10;
        font-family: "dinengschriftstd", "Another Font", generic;
        font-size: 23px;
        color: #bfbfbf;
        line-height: 25px;
    }

        #isens div.roll_img > p,
        #imax div.roll_img > p,
        #screenX div.roll_img > p {
            margin-top: 15px;
            padding: 0 5px 0 5px;
            color: #0076ec;
            font-size: 20px;
        }

    #isens div.rollover:hover,
    #imax div.rollover:hover,
    #screenX div.rollover:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens .roll_1:hover {
        height: 425px;
    }

    #isens .roll_2:hover {
        height: 390px;
    }

    #isens .roll_3:hover {
        height: 395px;
    }

    #isens .roll_4:hover {
        height: 350px;
    }

    #isens div.roll_span,
    #imax div.roll_span,
    #screenX div.roll_span {
        position: absolute;
        bottom: 0;
        padding: 10px;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        color: #0076EC;
        font-size: 12px;
        opacity: 0;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens div.rollover:hover > .roll_span,
    #imax div.rollover:hover > .roll_span,
    #screenX div.rollover:hover > .roll_span {
        opacity: 1;
        height: auto;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens div.rollover > .roll_span > div,
    #imax div.rollover > .roll_span > div,
    #screenX div.rollover > .roll_span > div {
        margin: 10px 0 0 0;
    }

    #isens .roll_span h6,
    #isens .roll_span span {
        font-family: "Trebuchet MS";
        color: #0076eb;
        font-size: 12px;
        margin: 0 0 5px 0;
    }

    #isens .roll_span .estandarinf {
        border-top: 1px dashed #999999;
        padding-top: 10px;
    }

        #isens .roll_span .estandarinf h6,
        #isens .roll_span .estandarinf span {
            color: #999999;
        }

    #imax .select_cinefav .field,
    #isens .select_cinefav .field,
    #screenX .select_cinefav .field {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
        width: 370px;
    }

    #imax .select_cinefav .btn_zona,
    #isens .select_cinefav .btn_zona,
    #screenX .select_cinefav .btn_zona {
        margin-left: 15px;
        width: 54px;
    }

    #isens article.titulo h3,
    #imax article.titulo h3,
    #screenX article.titulo h3 {
        margin-top: 20px;
        margin-left: 10px;
    }

    #imax #banner_seccion .col .container,
    #isens #banner_seccion .col .container,
    #screenX #banner_seccion .col .container {
        width: 269px;
        height: 152px;
        top: calc(50% - 76px);
        left: calc(50% - 135px);
    }

    #imax div.rollover, #screenX div.rollover {
        background-color: #000000;
    }

    #imax div.roll_img, #screenX div.roll_img {
        background-color: #0297D9;
    }

        #imax div.roll_img > p, #screenX div.roll_img > p {
            color: #ffffff;
            width: 85%;
            margin: 0 auto;
        }

    .no-touch #imax .roll_1:hover {
        height: 300px;
    }

    .no-touch #imax .roll_2:hover {
        height: 485px;
    }

    .no-touch #imax .roll_3:hover {
        height: 500px;
    }

    .no-touch #imax .roll_4:hover {
        height: 470px;
    }

    .no-touch #screenX .roll_1:hover {
        height: 300px;
    }

    .no-touch #screenX .roll_2:hover {
        height: 485px;
    }

    .no-touch #screenX .roll_3:hover {
        height: 500px;
    }

    .no-touch #screenX .roll_4:hover {
        height: 470px;
    }

    #imax div.roll_span, #screenX div.roll_span {
        color: #ffffff;
    }
    /* /IMAX /ISENS /DOLBY */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /*FICHAS PELICULA*/
    /*BODY*/
    #ficha_pelicula main,
    #ficha_eventos main {
        position: relative;
    }

        #ficha_pelicula main section,
        #ficha_eventos main section {
            position: relative;
            padding-bottom: 30px;
        }

    article#navegacion_fichas {
        position: relative;
        width: 748px;
        height: 40px;
        margin: 0 auto;
    }

        article#navegacion_fichas div {
            display: inline-block;
            width: calc(100% - 30px);
            height: 40px;
            line-height: 46px;
            background-color: #ffffff;
            text-align: center;
            padding: 0 15px;
            border-radius: 4px 4px 0 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-family: "dinengschriftstd";
            font-size: 25px;
            color: #0076eb;
        }

            article#navegacion_fichas div#left, article#navegacion_fichas div#right {
                display: none;
            }

            article#navegacion_fichas div a {
                font-family: "dinengschriftstd", "Another Font", generic;
                font-size: 25px;
                text-decoration: none;
                color: #999999;
                line-height: 30px;
            }

        article#navegacion_fichas #left a #spwebl, article#navegacion_fichas #right a #spwebr {
            font-size: 18px !important;
        }

    article.cuadros_ficha {
        padding: 20px 5px 0 5px;
        margin-bottom: 20px;
        background-color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    article#cartel {
        position: relative;
        width: 738px;
        left: calc(50% - 374px);
        padding: 10px 5px 5px 5px;
        height: 355px;
        border-radius: 0 0 4px 4px;
    }

        article#cartel img.cartel {
            position: relative;
            height: 320px;
            width: 222px;
        }

        article#cartel img.trailer, article#cartel .trailer {
            margin-left: 10px;
            height: 320px;
            width: 494px;
        }

        article#cartel div.puntuacion {
            position: absolute;
            width: 214px;
            height: 25px;
            bottom: 5px;
            left: 20px;
            text-align: left;
        }

            article#cartel div.puntuacion p {
                position: absolute;
                top: 0;
                right: 0;
                margin: 0;
                font-family: "Trebuchet MS";
                font-size: 13px;
                color: #999999;
            }

            article#cartel div.puntuacion ul.stars {
                left: 0px;
                top: 0px;
                margin: 0 !important;
                padding: 0 !important;
            }

        article#cartel div.compartir {
            position: absolute;
            bottom: 13px;
            right: 25px;
        }

        article#cartel div.compartir_opt {
            position: absolute;
            bottom: 10px;
            right: 25px;
            width: 48px;
        }

            article#cartel div.compartir_opt a {
                margin: 0px 2px;
            }

        article#cartel div.cinta {
            position: absolute;
            right: 9px;
            bottom: 40px;
        }

            article#cartel div.cinta img {
                display: block;
                margin-top: 1px;
            }

    article#info {
        display: none;
    }

    article.descripcion {
        position: relative;
        width: 718px;
        height: auto;
        left: calc(50% - 374px);
        text-align: left;
        padding: 15px;
    }

        article.descripcion.d1 {
            display: none;
        }

        article.descripcion div.datos {
            position: relative;
            display: inline-block;
            margin-bottom: 20px;
            width: 100%;
        }

        article.descripcion .calificacion {
            position: absolute;
            right: 0;
            top: 0;
        }

        article.descripcion div.datos div#datos1 {
            width: 100%;
        }

        article.descripcion div.datos p {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 13px;
            color: #666666;
            margin: 0 0 7px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            article.descripcion div.datos p span {
                color: #333333;
            }

        article.descripcion .tecnologias {
            position: relative;
            display: inline-block;
            width: 100%;
            min-height: 50px;
            line-height: 50px;
            margin: 10px 0;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            text-align: right;
            color: #333333;
        }

            article.descripcion .tecnologias p {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 180px;
                margin: 0;
            }

            article.descripcion .tecnologias .imax, article.descripcion .tecnologias .isens, article.descripcion .tecnologias .dolby, article.descripcion .tecnologias .screenX {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 80px;
                height: 30px;
                margin-top: 10px;
            }

            article.descripcion .tecnologias .imax {
                background: url("../img/imax.jpg") no-repeat;
            }

            article.descripcion .tecnologias .isens {
                background: url("../img/isens.jpg") no-repeat;
            }

            article.descripcion .tecnologias .dolby {
                background: url("../img/dolby.jpg") no-repeat;
            }

            article.descripcion .tecnologias .screenX {
                background: url("../img/alucinaScreenX.jpg") no-repeat;
            }

        article.descripcion .euro {
            width: 100%;
            text-align: center;
        }

        article.descripcion p {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 13px;
            color: #666666;
        }

            article.descripcion p span {
                color: #333333;
            }

    article.select_cinefav {
        position: relative;
        width: 750px;
        height: auto;
        left: calc(50% - 375px);
        margin: 0 auto 20px;
        text-align: center;
    }

        article.select_cinefav div.s_zona {
            position: absolute;
            margin-left: 10px;
            display: inline-block;
            cursor: pointer;
        }

    article.horarios {
        width: 748px;
        margin: 0 auto;
    }

    .horarios ul.destacado .peli_info h4 {
        width: 55%;
    }

    .horarios ul.destacado .peli_info p {
        width: 21%;
    }

    #ficha_pelicula .field {
        width: 370px;
        margin: 0 auto 10px;
    }
    /* ############################################################################################################################# */
    article#banners {
        position: relative;
        margin-bottom: 20px;
        width: 748px;
        left: calc(50% - 374px);
        padding: 0;
        height: auto;
        text-align: center;
    }

        article#banners div#banner1 {
            width: 362px;
            display: inline-block;
            margin-right: 5px;
            vertical-align: top;
            margin-top: 60px;
        }

        article#banners div#banner2 {
            width: 362px;
            display: inline-block;
            margin-left: 5px;
        }

        article#banners div#banner3 {
            display: inline-block;
            margin-top: 60px;
        }

        article#banners div#banner1 img, article#banners div#banner2 img {
            width: 100%;
        }
    /*/
BODY*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* EVENTOS */
    #eventos main nav ul {
        width: calc(100% - 45px);
    }

        #eventos main nav ul li {
            width: 70px;
        }

    #eventos main #bajo_menu {
        /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
        position: relative;
        margin: 0 0 0 10px;
        width: calc(100% - 70px);
        height: 30px;
    }

        #eventos main #bajo_menu #ruta {
            position: absolute;
        }

    #eventos main section .cartelera_peliculas > ul > li {
        /*estilo de los carteles*/
        position: relative;
        width: 220px;
        height: 390px;
        margin: 0 1.2% 15px 2px;
        list-style: none;
        display: inline-block;
        padding: 5px;
    }

    #eventos main section .cartelera_peliculas ul li h3,
    #eventos main section .cartelera_peliculas ul li h3 a {
        /*título del cartel*/
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li a.verficha {
        /*botón "ver ficha"*/
        color: #fba300;
    }

        #eventos main section .cartelera_peliculas ul li a.verficha:after {
            content: "";
            background: none repeat scroll 0 0 #fba300;
        }

        .no-touch #eventos main section .cartelera_peliculas ul li a.verficha:hover,
        #eventos main section .cartelera_peliculas ul li a.verficha:active {
            border: 2px solid #fba300;
            color: #FFFFFF;
        }

    #eventos main section .cartelera_peliculas ul li a.vf, .no-touch #eventos main section .cartelera_peliculas ul li a.vf:hover {
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li div.fecha {
        position: relative;
        margin: 5px 12px;
        width: calc(45%);
        height: 30px;
        text-align: left;
        font-family: "dinengschriftstd", "Another Font", generic;
        color: #999999;
        font-size: 18px;
    }

    #eventos .cartelera_peliculas .mashorarios {
        position: absolute;
        bottom: 37px;
        right: 12px;
        padding: 0 5px;
        background-color: #999999;
        color: #ffffff;
        font-family: "dinengschriftstd";
        font-size: 18px;
        border: 0;
    }

    #eventos main section .cartelera_peliculas ul li div.puntuacion {
        position: absolute;
        margin: 35px 0 0 10px;
        width: 150px;
        height: 25px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir {
        bottom: 10px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir_opt {
        bottom: 7px;
    }

    #eventos .tipo_evento {
        top: 49px;
    }

    #ficha_eventos .field {
        margin: 0 auto 10px;
        width: 370px;
    }

    #ficha_eventos article.descripcion div.datos {
        border-bottom: 1px solid #e5e5e5;
    }

    #eventos .linkcartel .stick-va {
        top: 49px;
    }
    /* /EVENTOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FICHA CINE */
    #ficha_cine section {
        margin-bottom: 60px;
    }

        #ficha_cine section .select_cinefav {
            width: calc(100% - 20px);
            left: 0;
        }

    #ficha_cine .select_cinefav .field {
        width: 340px;
    }

    #ficha_cine .select_cinefav .maps {
        margin-left: 10px;
    }

    #ficha_cine .select_cinefav .btn_zona {
        width: 54px;
        margin-left: 10px;
    }

    article.select_cinefav .btn_promos {
        width: 192px;
        font-size: 18px;
    }

    #ficha_cine .horarios {
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }

    #ficha_cine article > h3 {
        width: 74px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    #ficha_cine article h3.promo {
        width: 120px;
    }

    article.promociones, article.precios, article.calif {
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }

    article .btn_mostrar {
        width: 260px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    article.precios .div_precios li {
        width: 49%;
    }

    article.calif .div_calificaciones li {
        width: 46%;
        margin: 0 10px;
    }

    .infocine_col {
        width: 96%;
        margin: 5px auto;
        font-size: 15px;
    }

        .infocine_col > h3 {
            line-height: 31px;
        }

        .infocine_col > p {
            line-height: 40px;
        }

            .infocine_col > p > span {
                line-height: 40px;
                padding: 0 10px 0 10px;
            }

            .infocine_col > p.infocine_sub {
                font-size: 11px;
                line-height: 15px;
            }

    .div_calificaciones p {
        width: 90%;
        padding-left: 30px;
        margin-bottom: 40px;
        line-height: 18px;
        font-size: 13px;
    }
    /* BANNER -------------------------------------------- BANNER */
    #ficha_cine article#banner_seccion,
    #promos article#banner_seccion {
        margin-top: 0;
        width: 100%;
        left: 0;
    }

        #ficha_cine article#banner_seccion .img_left,
        #promos article#banner_seccion .img_left,
        #eventos article#banner_seccion .img_left {
            position: absolute;
            z-index: 10;
            top: calc(65% - 48px);
            left: 15px;
        }

        #ficha_cine article#banner_seccion .img_right,
        #promos article#banner_seccion .img_right,
        #eventos article#banner_seccion .img_right {
            position: absolute;
            z-index: 10;
            top: calc(65% - 48px);
            right: 15px;
        }

    #banner_seccion div.radios {
        position: absolute;
        padding: 5px 0 5px 0;
        text-align: center;
        width: 100%;
        bottom: 10px;
    }
    /* /BANNER -------------------------------------------- /BANNER */
    /* CINESAPLAN ----------------------------------------- CINESAPLAN */
    .cinesaplan {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

        .cinesaplan .plan {
            width: 48%;
            margin: 0 12px 20px 0px;
        }

            .cinesaplan .plan .titulo {
                width: 100%;
                height: 33px;
                line-height: 33px;
            }

                .cinesaplan .plan .titulo p {
                    font-size: 20px;
                    text-align: left;
                }

                .cinesaplan .plan .titulo img {
                    top: 5px;
                    right: 10px;
                }

            .cinesaplan .plan > img {
                width: 100%;
            }

            .cinesaplan .plan a {
                margin-top: 8px;
                width: 100%;
                height: 38px;
                line-height: 38px;
                font-size: 18px;
            }
    /* /CINESAPLAN ----------------------------------------- /CINESAPLAN */
    /* /FICHA CINE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRAILERS CARTELERA*/
    #trailers_cartelera main #bajo_menu,
    #trailers_estrenos main #bajo_menu {
        height: 25px;
    }

    #trailers_cartelera main #orden,
    #trailers_estrenos main #orden {
        top: -42px;
    }

    .no-touch #trailers_cartelera section .cartelera_peliculas > ul > li a:hover .play {
        position: absolute;
        top: 48px;
        left: 15px;
    }

    #trailers_estrenos section {
        width: 760px;
        margin: 0 auto;
    }

        #trailers_estrenos section .cartelera_peliculas > ul {
            margin-left: 5px !important;
            margin-right: 5px !important;
        }

            #trailers_estrenos section .cartelera_peliculas > ul > li {
                height: 300px;
                width: 350px;
                margin-right: 2px;
                margin-left: 2px;
            }

                #trailers_estrenos section .cartelera_peliculas > ul > li .cartel {
                    width: 354px;
                    height: 254px;
                    margin-left: 0px;
                }

                #trailers_estrenos section .cartelera_peliculas > ul > li h3 {
                    width: 355px;
                }

        #trailers_estrenos section .cartelera_peliculas ul li div.compartir {
            bottom: 11px;
        }

        #trailers_estrenos section .cartelera_peliculas ul li div.compartir_opt {
            bottom: 8px;
        }

        #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi {
            background: none;
            text-align: center;
            height: auto;
        }

            #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi img {
                width: 90%;
                height: 90%;
                margin-top: 30px;
            }
    /* /TRAILERS CARTELERA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MAPA */
    #mapa section {
        min-height: 1150px;
        /* general */
        padding-bottom: 400px;
    }

    #mapa #bajo_menu {
        /* general */
        height: 30px;
    }

    #mapa #publicidad_body {
        /* general */
        position: absolute;
        bottom: 40px;
    }

    #mapa #mapa-cines {
        position: relative;
        background-color: #FFFFFF;
        width: 758px;
        height: 850px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

        #mapa #mapa-cines img#mapa {
            position: absolute;
            top: 200px;
            left: 45px;
        }

    #menu_mapa {
        position: absolute;
        top: 195px;
        left: -20px;
    }

        #menu_mapa li.titulo {
            font-family: "dinengschriftstd";
            font-size: 15px;
            color: #333333;
            background-color: #e5e5e5;
            padding: 0 5px;
        }

        #menu_mapa ul.listado {
            padding: 2px 0 2px 5px;
        }

            #menu_mapa ul.listado li {
                line-height: 19px;
            }

        #menu_mapa li {
            font-family: "Trebuchet MS", Arial, Helvetica;
            font-size: 12px;
            color: #666;
            text-align: left;
        }

        #menu_mapa ul li a {
            cursor: pointer;
            color: #666;
        }

    .no-touch #menu_mapa li ul li a:hover {
        /*decoracion hover de cada enlace*/
    }

    .no-touch #menu_mapa .listado:hover {
        background-color: #dddddd;
    }

    #menu_mapa div {
        position: absolute;
        z-index: 9;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .ie7 #menu_mapa {
        z-index: 10;
    }

    #menu_canarias {
        width: 199px;
        height: 78px;
        background-image: url(../img/mapa/flecha_canarias.png);
        left: 180px;
        top: 600px;
    }

        #menu_canarias .listado {
            margin-left: 23px;
        }

        #menu_canarias .titulo {
            margin-left: 43px;
            margin-top: -40px;
        }

    #menu_sevilla {
        background-image: url("../img/mapa/flecha_sevilla.png");
        height: 163px;
        left: 119px;
        top: 362px;
        width: 182px;
    }

        #menu_sevilla .listado {
            position: absolute;
            bottom: -18px;
            left: 0;
            margin-left: -15px;
        }

        #menu_sevilla .titulo {
            position: absolute;
            bottom: 27px;
            left: 0;
            width: 80px;
        }

    #menu_malaga {
        width: 110px;
        height: 58px;
        background-image: url(../img/mapa/flecha_malaga.png);
        left: 356px;
        top: 356px;
    }

        #menu_malaga .listado {
            margin-left: -25px;
            margin-top: 10px;
            width: 119px;
        }

        #menu_malaga .titulo {
            margin-top: -4px;
            margin-left: -20px;
            width: 70px;
        }

    #menu_murcia {
        width: 175px;
        height: 90px;
        background-image: url(../img/mapa/flecha_murcia.png);
        left: 480px;
        top: 285px;
    }

        #menu_murcia .listado {
            position: absolute;
            bottom: -34px;
            right: 0;
        }

        #menu_murcia .titulo {
            width: 95px;
            position: absolute;
            bottom: 11px;
            margin-left: 30px;
        }

    #menu_valencia {
        width: 252px;
        height: 120px;
        background-image: url(../img/mapa/flecha_valencia.png);
        left: 503px;
        top: 206px;
    }

        #menu_valencia .listado {
            position: absolute;
            bottom: 0;
            margin-bottom: -12px;
            right: 0;
        }

        #menu_valencia .titulo {
            width: 50px;
            position: absolute;
            right: 108px;
            bottom: 22px;
        }

    #menu_castellon {
        background-image: url("../img/mapa/flecha_castellon.png");
        height: 97px;
        left: 517px;
        text-align: right;
        top: 155px;
        width: 155px;
        z-index: 20 !important;
    }

        #menu_castellon ul {
            position: absolute;
            bottom: -10px;
            right: 0;
        }

        #menu_castellon .titulo {
            bottom: -20px;
        }

        #menu_castellon .listado {
            margin-top: 10px;
            bottom: -45px;
        }

    #menu_mallorca {
        width: 159px;
        height: 51px;
        background-image: url(../img/mapa/flecha_mallorga.png);
        left: 605px;
        top: 173px;
        z-index: 30 !important;
    }

        #menu_mallorca .listado {
            position: absolute;
            bottom: -12px;
            width: 140px;
            margin-left: -20px;
        }

        #menu_mallorca .titulo {
            position: absolute;
            bottom: 33px;
            right: 0;
            width: 113px;
        }

    #menu_barcelona {
        width: 265px;
        height: 173px;
        background-image: url(../img/mapa/flecha_barcelona.png);
        left: 584px;
        top: -53px;
        text-align: left;
        z-index: 31 !important;
    }

        #menu_barcelona .listado {
            position: absolute;
            margin-top: -10px;
            right: 00px;
        }

        #menu_barcelona .titulo {
            position: absolute;
            right: 39px;
            width: 115px;
            margin-top: -40px;
        }

    #menu_zaragoza {
        width: 196px;
        height: 245px;
        background-image: url(../img/mapa/flecha_zaragoza.png);
        left: 470px;
        top: -140px;
        z-index: 30 !important;
    }

        #menu_zaragoza .listado {
            position: absolute;
            top: -5px;
            right: 0;
        }

        #menu_zaragoza .titulo {
            position: absolute;
            top: -24px;
            right: 0;
            width: 120px;
        }

    #menu_guipuzcoa {
        background-image: url("../img/mapa/flecha_guipuzcoa.png");
        height: 58px;
        left: 410px;
        text-align: left;
        top: -30px;
        width: 90px;
    }

        #menu_guipuzcoa .listado {
            position: absolute;
            right: 0;
            width: 56px;
            top: -5px;
            text-align: right;
        }

        #menu_guipuzcoa .titulo {
            position: absolute;
            width: 50px;
            right: 1px;
            top: -24px;
        }

    #menu_bilbao {
        width: 83px;
        height: 78px;
        background-image: url(../img/mapa/flecha_bilbao.png);
        left: 302px;
        top: -56px;
        z-index: 10 !important;
    }

        #menu_bilbao .listado {
            position: absolute;
            right: -39px;
            width: 118px;
            top: -5px;
        }

        #menu_bilbao .titulo {
            position: absolute;
            width: 50px;
            right: 1px;
            top: -24px;
        }

    #menu_santander {
        width: 139px;
        height: 140px;
        background-image: url(../img/mapa/flecha_santander.png);
        left: 283px;
        top: -110px;
        text-align: left;
    }

        #menu_santander .listado {
            position: absolute;
            right: 0;
            top: -8px;
            width: 130px;
        }

        #menu_santander .titulo {
            position: absolute;
            width: 105px;
            right: 0px;
            top: -24px;
        }

    #menu_oviedo {
        width: 131px;
        height: 146px;
        background-image: url(../img/mapa/flecha_oviedo.png);
        left: 140px;
        top: -112px;
    }

        #menu_oviedo .listado {
            position: absolute;
            left: -20px;
            top: -8px;
            width: 135px;
        }

        #menu_oviedo .titulo {
            position: absolute;
            width: 115px;
            right: 6px;
            top: -24px;
        }

    #menu_acoruna {
        width: 133px;
        height: 84px;
        background-image: url(../img/mapa/flecha_acoruna.png);
        left: 68px;
        top: -58px;
    }

        #menu_acoruna .listado {
            position: absolute;
            left: -20px;
            top: -6px;
            width: 146px;
        }

        #menu_acoruna .titulo {
            position: absolute;
            width: 115px;
            right: 8px;
            top: -24px;
        }

    #menu_santiago {
        width: 116px;
        height: 84px;
        background-image: url(../img/mapa/flecha_santiago.png);
        left: 69px;
        top: 13px;
    }

        #menu_santiago .listado {
            position: absolute;
            left: -20px;
            top: -6px;
            width: 135px;
        }

        #menu_santiago .titulo {
            position: absolute;
            width: 95px;
            right: 10px;
            top: -24px;
        }

    #menu_cadiz {
        width: 89px;
        height: 64px;
        background-image: url(../img/mapa/flecha_cadiz.png);
        left: 315px;
        top: 396px;
    }

        #menu_cadiz .listado {
            position: absolute;
            bottom: -33px;
            width: 80px;
            left: 0;
        }

        #menu_cadiz .titulo {
            position: absolute;
            width: 55px;
            right: 10px;
            bottom: 12px;
        }

    #menu_valladolid {
        width: 277px;
        height: 44px;
        background-image: url(../img/mapa/flecha_valladolid.png);
        left: 71px;
        top: 70px;
    }

        #menu_valladolid .listado {
            position: absolute;
            top: -5px;
            left: -20px;
        }

        #menu_valladolid .titulo {
            position: absolute;
            width: 55px;
            left: 1px;
            top: -24px;
        }

    div#menu_madrid {
        background-image: url("../img/mapa/flecha_madrid.png");
        background-position: right center;
        height: 40px;
        left: 80px;
        top: 127px;
        width: 290px;
        z-index: 20;
    }

    #menu_madrid ul {
        float: left;
    }

    #menu_madrid li {
        float: right;
    }

        #menu_madrid li ul li {
            float: none;
        }

    #menu_madrid .listado {
        position: absolute;
        top: -5px;
        left: -29px;
    }

    #menu_madrid .titulo {
        position: absolute;
        width: 130px;
        left: 1px;
        top: -24px;
    }

    #menu_merida {
        background-image: url("../img/mapa/flecha_merida.png");
        height: 174px;
        left: 190px;
        top: 270px;
        width: 100px;
        z-index: 10 !important;
    }

        #menu_merida .listado {
            position: absolute;
            bottom: -35px;
            left: -20px;
        }

        #menu_merida .titulo {
            position: absolute;
            width: 50px;
            left: 1px;
            bottom: 7px;
        }

    #mapa .nofav {
        background-position: -30px 0 !important;
        top: 3px;
    }
    /* /MAPA */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS */
    #promos .select_cinefav {
        width: calc(100% - 20px);
    }

        #promos .select_cinefav .row:last-child > p {
            margin: 0 10px 0 0;
            line-height: 42px;
            font-size: 14px;
        }

        #promos .select_cinefav .row .field {
            width: 360px;
        }

        #promos .select_cinefav .row:last-child .field {
            width: 190px;
            margin-right: 15px;
        }

    #promos article.select_cinefav .btn_borrar {
        height: 42px;
        line-height: 43px;
        width: 42px;
        margin-left: 4px;
        font-size: 26px;
    }

    #promos main section {
        margin-left: 0px;
        width: 100%;
    }

    #promos .listapromos {
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: left;
        width: 660px;
    }

        #promos .listapromos ul {
            padding: 0;
        }

            #promos .listapromos ul li {
                display: inline-block;
                position: relative;
                width: 295px;
                margin: 0 15px 15px 15px;
                padding: 0;
            }

        #promos .listapromos li h3 {
            position: relative;
            font-size: 13px;
            width: 285px;
            line-height: 22px;
            margin: 0 0 5px 0 !important;
            padding-left: 10px;
            background-color: #ffffff;
        }

            #promos .listapromos li h3 a {
                color: #666666;
            }
    /* BORRAR DESDE AQUI ------------------------------------------------------------------ */
    #promos article.select_cinefav div#select2,
    #promos article.select_cinefav div#select3,
    #promos article.select_cinefav div#select4 {
        position: relative;
        vertical-align: top;
        width: 200px;
        margin: 0 4px;
    }

        #promos article.select_cinefav div#select2 li,
        #promos article.select_cinefav div#select3 li,
        #promos article.select_cinefav div#select4 li {
            font-size: 13px;
            line-height: 15px;
            padding-left: 5px;
            border-left: 5px solid #ffffff;
            width: 150px !important;
        }

            #promos article.select_cinefav div#select2 li.selected,
            #promos article.select_cinefav div#select3 li.selected,
            #promos article.select_cinefav div#select4 li.selected {
                line-height: 27px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        #promos article.select_cinefav div#select2.opne li.selected,
        #promos article.select_cinefav div#select3.open li.selected,
        #promos article.select_cinefav div#select4.open li.selected {
            line-height: 15px;
            white-space: initial;
        }

    .no-touch #promos article.select_cinefav div#select2 li:hover, .no-touch #promos article.select_cinefav div#select3 li:hover, .no-touch #promos article.select_cinefav div#select4 li:hover {
        border-left-color: #fed801;
    }

    #promos article.select_cinefav div#select2 ul.select-group,
    #promos article.select_cinefav div#select3 ul.select-group,
    #promos article.select_cinefav div#select4 ul.select-group {
        width: 128px;
    }

        #promos article.select_cinefav div#select2 ul.select-group li,
        #promos article.select_cinefav div#select3 ul.select-group li,
        #promos article.select_cinefav div#select4 ul.select-group li {
            width: 128px;
        }

    #promos article.select_cinefav div#select2 .inner,
    #promos article.select_cinefav div#select3 .inner,
    #promos article.select_cinefav div#select4 .inner {
        width: 200px;
    }
    /* HASTA AQUI ------------------------------------------------------------------ */
    #promos article.titulo_promo {
        width: 630px;
        margin: 0 auto;
    }

        #promos article.titulo_promo div {
            color: #ffffff;
            font-size: 16px;
            font-family: "Trebuchet MS";
            text-align: center;
            background-color: #999999;
            width: 245px;
            height: 45px;
            line-height: 45px;
            -webkit-border-radius: 6px 6px 0 0;
            -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

    #promos article.titulo_filtro div {
        background-color: #ff0033;
    }
    /* /PROMOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS LANDING */
    #promos_landing section {
        margin-top: -25px;
        position: relative;
    }

    #promos_landing #bajo_menu {
        margin-top: -12px;
    }

    #promos_landing section article.cartel-promo {
        position: relative;
        width: calc(100% - 20px);
        min-width: 748px;
        padding: 12px 0;
        text-align: center;
        margin-bottom: 20px;
        left: 10px;
    }

        #promos_landing section article.cartel-promo img {
            width: 740px;
        }

    #promos_landing section article.panel_right {
        position: relative;
        width: calc(100% - 20px);
        min-width: 740px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #promos_landing section div.info-promo {
        position: relative;
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 30px;
        text-align: left;
    }

    #promos_landing #publicidad_body {
        float: none;
        margin: 0;
    }

    #promos_landing #publicidad_body {
        bottom: -660px;
    }
    /* /PROMOS LANDING */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROXIMOS ESTRENOS */
    #proximos_estrenos article.cartelera_peliculas .fechaestreno {
        width: calc(100% + 16px);
        height: 28px;
        top: -35px;
        line-height: 28px;
    }

        #proximos_estrenos article.cartelera_peliculas .fechaestreno span {
            font-size: 20px;
        }

    #proximos_estrenos article.cartelera_peliculas li.ventaanticipada a .stick-va {
        left: 15px;
        top: 4px;
        margin-top: 0;
    }
    /* /PROXIMOS ESTRENOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HOME */
    #home main section {
        padding-bottom: 0;
    }

    #home #separador-bottom {
        max-width: 1220px;
        width: 100%;
        height: 13px;
        margin: 0 auto;
    }

    #home .pelicula_principal {
        width: 100%;
        max-width: 1190px;
        padding: 0;
        margin: 0 auto;
    }

        #home .pelicula_principal ul li {
            position: relative;
            max-height: 505px;
            width: 100%;
            max-width: 1190px;
        }

        #home .pelicula_principal img {
            width: 100%;
            max-height: 505px;
        }

        #home .pelicula_principal .topo3d {
            top: 15px;
            right: 15px;
            width: 144px;
            height: 144px;
        }

        #home .pelicula_principal .principal-info {
            width: 100%;
            height: 60px;
            line-height: 60px;
            bottom: 0;
            text-align: left;
        }

            #home .pelicula_principal .principal-info a {
                margin: 0 0 0 5px;
                font-size: 25px;
                padding: 10px 15px;
            }

        #home .pelicula_principal .img_left,
        #home .pelicula_principal .img_right {
            top: 0;
            height: 400px;
            width: 29px;
        }

            #home .pelicula_principal .img_left span,
            #home .pelicula_principal .img_right span {
                top: 180px;
            }

    #home .promociones {
        margin-bottom: 50px;
        width: 100%;
    }

        #home .promociones span {
            right: 5px;
            font-size: 17px;
        }

        #home .promociones div {
            top: 15px;
            height: 165px;
            display: block;
            text-align: left;
        }

        #home .promociones > .home-row {
            width: calc(100% - 20px);
        }

        #home .promociones ul {
            margin-left: 10px;
            margin-top: 20px;
            width: 97.7%;
            white-space: nowrap;
            overflow: hidden;
        }

        #home .promociones li {
            display: inline-block;
            margin: 0px 1px;
            position: relative;
        }

        #home .promociones .infopromo {
            display: none;
        }

        #home .promociones .shadow_left,
        #home .promociones .shadow_right,
        #home .cartelera .shadow_left,
        #home .cartelera .shadow_right,
        #home .tecnologia .shadow_left,
        #home .tecnologia .shadow_right {
            top: 0;
            width: 43px;
            z-index: 4;
        }

            #home .promociones .shadow_left .img_left,
            #home .promociones .shadow_right .img_right {
                width: 49px;
                height: 170px;
            }

    #home .cartelera {
        height: 380px;
    }

        #home .cartelera .cart-menu {
            position: absolute;
            top: 10px;
            left: 0;
        }

        #home .cartelera span {
            position: absolute;
            right: 5px;
            top: 30px;
            font-size: 17px;
        }

    #home .pelicula_principal span.rb_promo {
        background: url(../img/IconPromo/icono_promo_grande_derecha_inclinado_redonda_pequeño.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 9px;
        height: 68px;
        left: 8px;
    }

    #home .cartelera span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 10px;
        height: 21px;
        left: 150px;
    }

    #home .cartelera ul li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    #home .carteles-carrusel,
    #ciclos .carteles-carrusel,
    #ficha_cine .carteles-carrusel {
        position: relative;
        top: 11px;
    }

    #ficha_cine .carteles-carrusel,
    #ciclos .carteles-carrusel,
    #home .carteles-carrusel {
        height: 317px;
    }

        #home .carteles-carrusel ul,
        #ciclos .carteles-carrusel ul,
        #ficha_cine .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            height: 300px;
            margin: 15px 0 0 0;
            padding: 0;
        }

            #home .carteles-carrusel ul li,
            #ciclos .carteles-carrusel ul li,
            #ficha_cine .carteles-carrusel ul li {
                display: inline-block;
                position: relative;
                margin: 0 5px;
            }

    #ciclos .ciclo li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    #home .cartelera li img,
    #ciclos .ciclo li img,
    #ficha_cine .ciclo li img {
        width: 200px;
    }

    #ciclos .ciclo .infopeli,
    #ficha_cine .ciclo .infopeli,
    #home .cartelera .infopeli {
        display: none;
    }

        #home .cartelera .infopeli h4,
        #ciclos .ciclo .infopeli h4,
        #ficha_cine .ciclo .infopeli h4 {
            position: absolute;
            font-size: 22px;
            top: 2px;
            left: 5px;
            margin: 0;
            padding: 0;
            width: 195px;
            height: 30px;
        }

        #home .cartelera .infopeli p,
        #ciclos .ciclo .infopeli p,
        #ficha_cine .ciclo .infopeli p {
            font-size: 18px;
            position: absolute;
            top: 65px;
            margin: 0;
            left: 5px;
        }

        #home .cartelera .infopeli .mas,
        #ciclos .ciclo .infopeli a,
        #ficha_cine .ciclo .infopeli a {
            position: absolute;
            top: 62px;
            right: 5px;
            width: 30px;
            height: 30px;
            line-height: 27px;
            font-size: 23px;
        }

    #home .cartelera .shadow_left .img_left,
    #home .cartelera .shadow_right .img_right {
        width: 29px;
        height: 311px;
    }

    #ciclos .ciclo .shadow_left .img_left,
    #ciclos .ciclo .shadow_right .img_right,
    #ficha_cine .ciclo .shadow_left .img_left,
    #ficha_cine .ciclo .shadow_right .img_right {
        width: 29px;
        height: 310px;
    }

    #home .tecnologia p {
        margin-left: 10px;
        text-align: left;
        font-size: 19px;
    }

    #home .tecnologia .robapaginas {
        position: relative;
        display: block;
        margin: 20px auto 0;
        width: 320px;
    }

    #home .tecnologia .tecno {
        position: relative;
        width: calc(100% - 20px);
        margin: 0 auto;
        height: 280px;
    }

    #home .tecnologia .shadow_left,
    #home .tecnologia .shadow_right {
        height: 280px;
    }

    #home .tecnologia ul {
        position: relative;
        height: 190px;
        top: 20px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #home .tecnologia li {
        height: 240px;
        width: 30%;
        display: inline-block;
        position: relative;
        text-align: center;
    }

    #home .tecnologia .dolby,
    #home .tecnologia .imax,
    #home .tecnologia .isens {
        width: 211px;
        height: 242px;
        background-position: -583px -117px;
    }

    #home .tecnologia .dolby {
        background-position: -1005px -117px;
    }

    #home .tecnologia .isens {
        background-position: -794px -117px;
    }

    #home .tecnologia li a {
        left: -10px;
    }

    #home .tecnologia li:nth-child(2) {
        border-left: 2px solid #dddddd;
        border-right: 2px solid #dddddd;
        overflow: hidden;
        width: 200px;
    }

    #home .tecnologia li:nth-child(3) {
        border-right: 2px solid #dddddd;
        overflow: hidden;
    }

    #home .clientes {
        height: 630px;
        text-align: left;
    }

        #home .clientes .promos {
            position: relative;
            display: block;
            margin-left: 10px;
            margin-bottom: 20px;
            top: 10px;
            width: 97%;
            vertical-align: top;
        }

        #home .clientes .promobox {
            position: relative;
            width: 748px;
            margin: 0 auto !important;
        }

            #home .clientes .promobox img {
                width: 100%;
                max-width: 780px;
            }

            #home .clientes .promobox .radios {
                float: right;
            }

        #home .clientes .toppeliculas {
            position: relative;
            display: inline-block;
            width: 99%;
            margin-left: 0px;
            top: 10px;
            vertical-align: top;
        }

            #home .clientes .toppeliculas ul {
                margin: 0;
                padding: 0;
            }

            #home .clientes .toppeliculas li {
                display: inline-block;
                margin: 0 5px;
            }

            #home .clientes .toppeliculas img {
                width: 180px;
            }

            #home .clientes .toppeliculas .img_left,
            #home .clientes .toppeliculas .img_right {
                position: absolute;
                top: 0;
                width: 27px;
                height: 260px;
            }

            #home .clientes .toppeliculas .img_left {
                background-position: 0 50%;
                left: 10px;
            }

            #home .clientes .toppeliculas .img_right {
                background-position: -29px 50%;
                right: 5px;
            }

    #home article {
        margin: 0 !important;
    }

        #home article.cartelera {
            margin-top: 15px !important;
        }

        #home article.tecnologia {
            margin-top: 20px !important;
            margin-bottom: 50px !important;
        }

    #home .home-row {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

        #home .home-row h3 {
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            margin: 0 0 10px 0;
        }

        #home .home-row .btn {
            right: 0;
            bottom: 0;
            height: 35px;
            line-height: 35px;
            font-size: 15px;
            margin: 0 0 10px 0;
        }
    /* /HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CICLOS */
    #ciclos section {
        min-height: 330px;
        margin-left: 10px;
        width: calc(100% - 20px);
    }

    #ciclos #publicidad_body {
        margin: 48px 10px 0 0;
    }

    #ciclos .ciclo,
    #ficha_cine .ciclo {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    #ficha_cine .ciclo {
        width: calc(100% - 20px);
        margin: 0 auto 60px auto;
    }

    #ciclos .ciclo.robapaginas {
        width: 60%;
    }

    #ciclos .ciclo .titulo,
    #ficha_cine .ciclo .titulo {
        position: relative;
        width: 245px;
        padding: 5px 15px;
        font-size: 20px;
    }

    #ciclos .ciclo .carteles-carrusel,
    #ficha_cine .ciclo .carteles-carrusel {
        position: relative;
        top: 10px;
        width: 100%;
    }

        #ciclos .ciclo .carteles-carrusel ul,
        #ficha_cine .ciclo .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            top: 0;
            margin-top: 15px;
        }

            #ciclos .ciclo .carteles-carrusel ul li,
            #ficha_cine .ciclo .carteles-carrusel ul li {
                position: relative;
            }
    /* /CICLOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD */
    #cinesacard main #bajo_menu {
        height: 23px;
    }

    #cinesacard article {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    #cinesacard .ccard .micuenta,
    #cinesacard .ccard .ventajas_ccard {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    #cinesacard .micuenta img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -200px;
        margin-top: -70px;
        height: 150px;
        width: 150px;
    }

    #cinesacard .micuenta h3 {
        position: relative;
        top: 25px;
        left: 80px;
        line-height: 30px;
        font-size: 65px;
    }

    #cinesacard .formlogin {
        position: relative;
        margin: 0 auto;
        margin-top: 72px;
        margin-bottom: 25px;
        width: 440px;
        min-height: 245px;
    }

        #cinesacard .formlogin form {
            position: relative;
            width: calc(100% - 10px);
            margin: 0 5px;
        }

        #cinesacard .formlogin input[type="email"],
        #cinesacard .formlogin input[type="password"] {
            width: 185px;
            border: none;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            padding-left: 15px;
            margin: 0 3px 7px 3px;
            border-radius: 0;
        }

        #cinesacard .formlogin input[type="submit"] {
            width: 420px;
            height: 38px;
            font-size: 22px;
            border-radius: 0;
        }

        #cinesacard .formlogin a {
            position: relative;
            top: 5px;
            margin: 0 10px;
            font-size: 16px;
            border-bottom: 1px solid #cccccc;
        }

    #cinesacard .ventajas_ccard {
        margin-top: 72px;
        margin-left: 5px;
        height: 230px;
        width: calc(100% - 20px);
    }

        #cinesacard .ventajas_ccard h3 {
            font-size: 45px;
            margin: 5px 0 0 0;
        }

        #cinesacard .ventajas_ccard p {
            font-size: 23px;
            margin: 0;
            margin-bottom: 30px;
            line-height: 10px;
        }

        #cinesacard .ventajas_ccard .lista_ventajas {
            position: relative;
            margin: 0 auto;
            margin-top: 20px;
            left: 5px;
        }

            #cinesacard .ventajas_ccard .lista_ventajas li {
                position: relative;
                width: 144px;
            }

    #cinesacard .lista_ventajas li div.jueves,
    #cinesacard .lista_ventajas li div.vip,
    #cinesacard .lista_ventajas li div.promociones,
    #cinesacard .lista_ventajas li div.puntos,
    #cinesacard .lista_ventajas li div.eventos {
        background: url(../img/ico_ccard_ventajas.png) no-repeat;
        width: 128px;
        height: 105px;
    }

    #cinesacard .lista_ventajas li div.jueves {
        background-position: 0 0;
    }

    #cinesacard .lista_ventajas li div.vip {
        background-position: -128px 0;
    }

    #cinesacard .lista_ventajas li div.promociones {
        background-position: -256px 0;
    }

    #cinesacard .lista_ventajas li div.puntos {
        background-position: -384px 0;
    }

    #cinesacard .lista_ventajas li div.eventos {
        background-position: -512px 0;
    }

    #cinesacard .lista_ventajas a {
        display: none;
        position: absolute;
        left: 0;
        top: -5px;
        width: 118px;
        height: 105px;
        padding: 7px;
        font-size: 18px;
        line-height: 22px;
    }

    #cinesacard .lista_ventajas li div:hover a {
        display: block;
    }

    #cinesacard .conseguirccard {
        text-align: left;
    }

        #cinesacard .conseguirccard > div {
            position: relative;
            display: block;
            width: calc(100% - 40px);
            margin: 0 auto;
            margin-bottom: 30px;
        }

        #cinesacard .conseguirccard .cc_header {
            position: relative;
            height: 95px;
            margin-bottom: 5px;
        }

            #cinesacard .conseguirccard .cc_header p {
                margin: 0;
                line-height: 40px;
                font-size: 18px;
            }

            #cinesacard .conseguirccard .cc_header h3 {
                margin: 0;
                line-height: 40px;
                font-size: 40px;
            }

        #cinesacard .conseguirccard .cc_pasos {
            position: relative;
            margin-top: -8px;
        }

            #cinesacard .conseguirccard .cc_pasos ul {
                height: 130px;
                padding: 0;
            }

                #cinesacard .conseguirccard .cc_pasos ul li {
                    display: inline-block;
                    position: relative;
                    width: 120px;
                    height: 120px;
                    margin: 15px 2% 0 2%;
                }

            #cinesacard .conseguirccard .cc_pasos > div {
                margin: 0 10px;
                font-size: 17px;
                border: 1px solid #ffffff;
            }

            #cinesacard .conseguirccard .cc_pasos p {
                position: relative;
                line-height: 30px;
                margin: 10px 0;
            }

            #cinesacard .conseguirccard .cc_pasos .popcorn {
                position: absolute;
                width: 100px;
                height: 50px;
                top: -17px;
            }

        #cinesacard .conseguirccard .cc_btn {
            position: relative;
            margin-top: 7px;
            height: 60px;
        }

            #cinesacard .conseguirccard .cc_btn a {
                position: absolute;
                width: 300px;
                height: 40px;
                left: calc(50% - 150px);
                top: calc(50% - 20px);
                line-height: 40px;
                font-size: 22px;
            }

        #cinesacard .conseguirccard .cc_aviso {
            font-size: 11px;
        }

    #cinesacard .aviso > div {
        position: relative;
        width: 711px;
        height: 50px;
        margin: 0 auto;
        border: 1px dashed #bcbcbc;
    }

        #cinesacard .aviso > div p {
            display: inline-block;
            line-height: 14px;
            font-size: 19px;
        }

        #cinesacard .aviso > div a {
            position: absolute;
            width: 80px;
            height: 23px;
            font-size: 14px;
            top: 14px;
            right: 10px;
            line-height: 23px;
        }

    #cinesacard .puntos .puntos_menu {
        text-align: left;
        padding-left: 10px;
    }

        #cinesacard .puntos .puntos_menu li {
            display: inline-block;
            font-size: 16px;
            height: 35px;
            line-height: 38px;
            padding: 0 25px;
        }

    #cinesacard .puntos .div-1,
    #cinesacard .puntos .div-3 {
        padding: 10px 0 10px 0;
    }

        #cinesacard .puntos .div-1 ul,
        #cc_micuenta .puntos .div-1 ul {
            padding-left: 20px;
            text-align: left;
        }

        #cinesacard .puntos .div-1 li,
        #cc_micuenta .puntos .div-1 li {
            position: relative;
            display: inline-block;
            border: 2px solid #efefef;
            width: 121px;
            height: 239px;
            margin: 50px 7px 30px 7px;
        }

            #cinesacard .puntos .div-1 li .tiporegalos,
            #cc_micuenta .puntos .div-1 li .tiporegalos {
                position: absolute;
                width: 140px;
                height: 30px;
                line-height: 30px;
                top: -44px;
                left: -2px;
                padding-left: 5px;
                font-size: 15px;
            }

                #cinesacard .puntos .div-1 li .tiporegalos.tr_last,
                #cc_micuenta .puntos .div-1 li .tiporegalos.tr_last {
                    width: 121px;
                }

    #cinesacard .regalo-puntos,
    #cc_micuenta .regalo-puntos {
        position: absolute;
        bottom: 0;
        width: 121px;
        line-height: 47px;
        border-top: 2px solid #efefef;
        font-size: 24px;
    }

    #cinesacard .puntos .div-1 li .regalo-info,
    #cc_micuenta .puntos .div-1 li .regalo-info {
        position: absolute;
        width: 121px;
        height: 80px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
    }

        #cinesacard .puntos .div-1 li .regalo-info p,
        #cc_micuenta .puntos .div-1 li .regalo-info p {
            line-height: 13px;
            margin-left: 4px;
        }

        #cinesacard .puntos .div-1 li .regalo-info img,
        #cc_micuenta .puntos .div-1 li .regalo-info img {
            margin-top: -7px;
        }


    #cinesacard .puntos .div-3 ul,
    #cc_micuenta .faq .div-3 ul {
        padding-left: 20px;
    }

    #cinesacard .puntos .div-3 li,
    #cc_micuenta .faq .div-3 li {
        position: relative;
        height: 30px;
        width: 90%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        font-size: 13px;
    }

        #cinesacard .puntos .div-3 li.respuesta,
        #cc_micuenta .faq .div-3 li.respuesta {
            height: auto;
            border: 2px solid #e8e8e8;
            margin-left: 0px;
            width: calc(93% + 07px);
        }

            #cinesacard .puntos .div-3 li.respuesta ul li,
            #cc_micuenta .faq .div-3 li.respuesta ul li {
                margin-left: -10px;
                margin-bottom: 10px;
                line-height: 20px;
                height: auto;
                width: 95%;
            }

                #cinesacard .puntos .div-3 li.respuesta ul li.stitulo,
                #cc_micuenta .faq .div-3 li.respuesta ul li.stitulo {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li.sresumen,
                #cc_micuenta .faq .div-3 li.respuesta ul li.sresumen {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li a,
                #cc_micuenta .faq .div-3 li.respuesta ul li a {
                    border-bottom: 1px solid #666666;
                }
    /* /CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD FORMULARIO*/
    #cc_form article,
    #cc_form_activar article,
    #colegios article,
    #recuperarmail article,
    #recuperarpass article {
        position: relative;
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    #cc_form .titulo,
    #cc_form_activar .titulo,
    #colegios .titulo,
    #recuperarpass .titulo,
    #recuperarmail .titulo,
    #cc_form_finactivar .titulo,
    #cc_form_finpedir .titulo,
    #cc_form_error .titulo {
        margin-bottom: 12px;
        margin-top: -10px;
    }

        #cc_form .titulo h3,
        #cc_form_activar .titulo h3,
        #colegios .titulo h3,
        #cc_form_finactivar .titulo h3,
        #cc_form_finpedir .titulo h3,
        #cc_form_error .titulo h3,
        #recuperarmail .titulo h3,
        #recuperarpass .titulo h3 {
            font-size: 24px;
            line-height: 40px;
            width: 390px;
            padding-left: 15px;
            margin: 0;
        }

    #cc_form .frm1,
    #cc_form .frm2,
    #cc_form .frm3,
    #cc_form .frm4,
    #cc_form .inf,
    #cc_form_activar .frm1,
    #cc_form_activar .frm2,
    #cc_form_activar .frm3,
    #cc_form_activar .frm4,
    #cc_form_activar .inf,
    #cc_form .mail,
    #cc_form_activar .mail,
    #colegios .frm1,
    #colegios .frm2,
    #colegios .inf,
    #recuperarpass .frm1,
    #recuperarmail .frm1 {
        padding: 15px 0 15px 30px;
        width: calc(100% - 50px);
        text-align: left;
    }

    #cc_form article h4,
    #cc_form_activar article h4,
    #colegios article h4,
    #clientes article h4,
    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 18px;
        margin: 0;
        padding-left: 50px;
        line-height: 40px;
    }

    #cc_form article .num,
    #cc_form_activar article .num,
    #colegios article .num,
    #clientes article .num {
        position: absolute;
        font-size: 18px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 4px solid #ffffff;
    }

    #cc_form article.activo .num,
    #clientes article.activo .num {
        border: 4px solid #b5cbe0;
    }

    #cc_form article.activo h4,
    #cc_form article.inactivo h4,
    #cc_form_activar article.activo h4,
    #cc_form_activar article.inactivo h4,
    #colegios article.activo h4,
    #colegios article.inactivo h4,
    #clientes article.inactivo h4,
    #recuperarmail article.activo h4,
    #recuperarpass article.activo h4 {
        margin-bottom: 40px;
    }

    #cc_form .row,
    #cc_form_activar .row,
    #colegios .row,
    #trabajaconnosotros .row,
    #clientes .row,
    #recuperarmail .row,
    #recuperarpass .row {
        position: relative;
        margin: 10px;
        margin-bottom: 20px;
    }

        #cc_form .row input.text,
        #cc_form_activar .row input.text,
        #colegios .row input.text,
        #trabajaconnosotros .row input.text,
        #clientes .row input.text,
        #recuperarmail .row input.text,
        #recuperarpass .row input.text {
            width: 35%;
            height: 38px;
            padding-left: 15px;
            margin-right: 15px;
            font-size: 15px;
            margin-bottom: 20px;
            border-radius: 0;
            border-bottom: 1px solid #eeeeee;
            border-top: 0px solid #eeeeee;
            border-right: 1px solid #eeeeee;
        }

    #cc_form .frm3 .row .cc_select,
    #cc_form_activar .frm3 .row .cc_select,
    #colegios .frm3 .row .cc_select {
        margin-bottom: 20px;
    }

        #cc_form .frm3 .row .cc_select.small,
        #cc_form_activar .frm3 .row .cc_select.small,
        #colegios .frm3 .row .cc_select.small {
            margin-bottom: 0px;
        }

    #cc_form .cc_select,
    #cc_form_activar .cc_select,
    #colegios .cc_select {
        width: 37.85%;
        margin-right: 15px;
        vertical-align: top;
    }

        #cc_form .cc_select .select-group,
        #cc_form_activar .cc_select .select-group,
        #colegios .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            #cc_form .cc_select .select-group li,
            #cc_form_activar .cc_select .select-group li,
            #colegios .cc_select .select-group li {
                width: calc(100% - 22px) !important;
            }

        #cc_form .cc_select.small,
        #cc_form_activar .cc_select.small,
        #colegios .cc_select.small {
            width: 140px;
            margin-left: 5px;
            margin-top: -7px;
            vertical-align: top;
        }

            #cc_form .cc_select.small .select-group,
            #cc_form_activar .cc_select.small .select-group,
            #colegios .cc_select.small .select-group {
                width: 76px !important;
            }

                #cc_form .cc_select.small .select-group li,
                #cc_form_activar .cc_select.small .select-group li,
                #colegios .cc_select.small .select-group li {
                    width: 76px !important;
                }

    #cc_form .row span,
    #cc_form_activar .row span,
    #colegios .row span {
        font-size: 12px;
        display: block;
    }

    #cc_form .frm3 .row span,
    #cc_form_activar .frm3 .row span,
    #colegios .frm3 .row span {
        display: inline-block;
    }

    #cc_form input[type="checkbox"] + label span,
    #cc_form_activar input[type="checkbox"] + label span,
    #colegios input[type="radio"] + label span,
    #trabajaconnosotros input[type="checkbox"] + label span {
        position: relative;
        display: inline-block;
        width: 350px;
        height: 37px;
        line-height: 35px;
        padding-left: 55px;
        font-size: 15px;
    }

    #cc_form .row a,
    #cc_form_activar .row a,
    #colegios .row a {
        border-bottom: 1px solid #909090;
    }

    #cc_form input[type="submit"],
    #cc_form_activar input[type="submit"],
    #colegios input[type="submit"],
    #trabajaconnosotros input[type="submit"],
    #clientes input[type="submit"],
    #recuperarmail input[type="submit"],
    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"],
    #cc_form_activar .btn,
    #colegios .btn,
    #cc_form .btn {
        border: none;
        width: 280px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    #cc_form .inf,
    #cc_form_activar .inf,
    #colegios .inf {
        margin-bottom: 40px;
    }

        #cc_form .inf p,
        #cc_form_activar .inf p,
        #colegios .inf p {
            font-size: 11px;
        }

    #cc_form_activar .frm2 .cc_select,
    #colegios .frm2 .cc_select {
        margin-bottom: 20px;
    }

    #cc_form_activar .btn,
    #colegios .btn,
    #cc_form .btn {
        text-align: center;
        margin-left: calc(50% - 160px);
        cursor: pointer;
    }
    /* /CINESACARD FORMULARIO*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* /CINESACARD MI CUENTA*/
    #cc_micuenta #sb-site {
        min-height: 1000px !important;
    }

    #cc_micuenta aside {
        display: inline-block;
        width: 625px;
    }

        #cc_micuenta aside .cuenta {
            top: 20px;
            width: 625px;
            height: 280px;
            margin: 0 auto;
            margin-bottom: 60px;
            text-align: left;
        }

            #cc_micuenta aside .cuenta img {
                margin-top: -55px;
                margin-left: 85px;
            }

            #cc_micuenta aside .cuenta p {
                font-size: 22px;
                margin: 10px 0 5px 33px;
                width: 260px;
                text-align: center;
            }

                #cc_micuenta aside .cuenta p span {
                    font-size: 25px;
                }

            #cc_micuenta aside .cuenta h3 {
                font-size: 45px;
                width: 260px;
                text-align: center;
                margin-left: 33px;
            }

            #cc_micuenta aside .cuenta ul {
                position: absolute;
                top: 45px;
                right: 30px;
                width: 290px;
                height: 73px;
                white-space: nowrap;
                overflow: hidden;
            }

                #cc_micuenta aside .cuenta ul li {
                    display: inline-block;
                    width: 144px;
                    margin-top: 2px;
                    font-size: 12px;
                    height: 52px;
                    padding-top: 18px;
                }

                    #cc_micuenta aside .cuenta ul li:nth-child(2n+1) {
                        border-right: 2px solid #ffffff;
                    }

        #cc_micuenta aside .logout {
            position: absolute;
            top: 190px;
            width: 290px;
            right: 30px;
            height: 42px;
            margin-bottom: 18px;
        }

            #cc_micuenta aside .logout a {
                font-size: 25px;
                width: 100%;
                height: 42px;
                line-height: 42px;
                left: 0;
            }

        #cc_micuenta aside .info {
            padding: 12px 12px 1px 12px;
            margin: 0 auto;
            margin-bottom: 20px;
            width: 290px;
            display: none;
        }

            #cc_micuenta aside .info p {
                font-size: 11px;
                margin-bottom: 20px;
            }

            #cc_micuenta aside .info a {
                border-bottom: 1px solid #999999;
            }

        #cc_micuenta aside .infocc {
            margin-bottom: 20px;
            padding-bottom: 1px;
            display: none;
        }

            #cc_micuenta aside .infocc .header {
                height: 50px;
                line-height: 50px;
                padding-left: 10px;
                font-size: 14px;
            }

                #cc_micuenta aside .infocc .header.doblelinea {
                    line-height: 18px;
                    padding-top: 8px;
                    height: 42px;
                }

            #cc_micuenta aside .infocc p {
                font-size: 14px;
                margin: 10px;
            }

    #cc_micuenta section {
        width: calc(100% - 20px);
        margin: 0 0 40px 0px;
        display: inline-block;
    }

        #cc_micuenta section article {
            text-align: left;
        }

    #cc_micuenta article.menu {
        margin-top: -22px;
    }

        #cc_micuenta article.menu ul {
            padding: 0;
        }

        #cc_micuenta article.menu li {
            display: inline-block;
            width: 140px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            margin: 0 5px;
        }

            #cc_micuenta article.menu li.a_ico {
                display: none;
            }

    #cc_micuenta .caducan,
    #cc_micuenta .movimientos,
    #cc_micuenta .frm,
    #cc_micuenta .puntos,
    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        margin-left: 5px;
    }

        #cc_micuenta .caducan p,
        #cc_micuenta .movimientos p {
            position: relative;
            top: 25px;
            font-size: 15px;
            margin-left: 30px;
            text-align: left;
        }

        #cc_micuenta .caducan ul {
            padding-left: 140px;
            margin-top: 50px;
            padding-bottom: 20px;
            text-align: left;
        }

            #cc_micuenta .caducan ul li {
                margin-bottom: 5px;
                font-size: 15px;
            }

                #cc_micuenta .caducan ul li div {
                    display: inline-block;
                    width: 150px;
                    height: 40px;
                    line-height: 40px;
                    margin-right: 3px;
                }

                    #cc_micuenta .caducan ul li div span {
                        margin-right: 12px;
                    }

    #cc_micuenta .movimientos {
        text-align: left;
    }

        #cc_micuenta .movimientos .cc_select {
            width: 186px;
            margin-right: 15px;
        }

            #cc_micuenta .movimientos .cc_select .select-group {
                width: 144px !important;
            }

                #cc_micuenta .movimientos .cc_select .select-group li {
                    width: 144px !important;
                }

    #cc_micuenta .movimientos,
    #cc_micuenta .frm {
        position: relative;
        padding-bottom: 1px;
        margin-bottom: 10px;
    }

        #cc_micuenta .movimientos .rangofechas {
            margin: 45px 0 0 30px;
        }

            #cc_micuenta .movimientos .rangofechas span {
                font-size: 15px;
                line-height: 38px;
                margin-right: 15px;
            }

            #cc_micuenta .movimientos .rangofechas .btn {
                display: inline-block;
                width: 150px;
                height: 39px;
                line-height: 39px;
                font-size: 22px;
                margin-left: 10px;
                margin-bottom: 25px;
            }

        #cc_micuenta .movimientos .lista_movimientos {
            margin: 10px 30px;
        }

            #cc_micuenta .movimientos .lista_movimientos .row {
                border-bottom: 1px solid #efefef;
            }

                #cc_micuenta .movimientos .lista_movimientos .row div {
                    display: inline-block;
                    margin-right: 7px;
                    padding-left: 0px;
                    font-size: 15px;
                    margin-bottom: 10px;
                    margin-top: 20px;
                }

                #cc_micuenta .movimientos .lista_movimientos .row:last-child {
                    border: none;
                }

        #cc_micuenta .movimientos .row .col1 {
            width: 14%;
        }

        #cc_micuenta .movimientos .row .col2 {
            width: 24%;
        }

        #cc_micuenta .movimientos .row .col3 {
            width: 44%;
        }

        #cc_micuenta .movimientos .row .col4 {
            width: 12%;
        }

        #cc_micuenta .movimientos .lista_movimientos .titulos {
            border: none;
        }

            #cc_micuenta .movimientos .lista_movimientos .titulos > div {
                font-size: 15px;
                height: 25px;
                line-height: 25px;
            }

        #cc_micuenta .movimientos .mostrarmas {
            position: relative;
            margin: 30px auto;
            width: 150px;
            height: 40px;
            line-height: 42px;
            padding-left: 10px;
            font-size: 22px;
        }

    #cc_micuenta .frm {
        text-align: left;
    }

        #cc_micuenta .frm > form > div {
            margin-bottom: 10px;
        }

        #cc_micuenta .frm .frm1 {
            top: 20px !important;
        }

        #cc_micuenta .frm > form > div .row {
            margin: 0 0 15px 10px;
        }

        #cc_micuenta .frm .cc_select {
            width: 264px;
            margin-right: 15px;
        }

        #cc_micuenta .frm .cc_select,
        #cc_micuenta .frm .text {
            margin-bottom: 10px;
        }

            #cc_micuenta .frm .cc_select .select-group {
                width: 192px !important;
            }

                #cc_micuenta .frm .cc_select .select-group li {
                    width: 192px !important;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

        #cc_micuenta .frm .frm1 span {
            display: block;
        }

        #cc_micuenta .frm h4 {
            font-size: 22px;
            line-height: 40px;
            margin: 50px 0 15px 10px;
        }

        #cc_micuenta .frm .frm1 h4 {
            margin-top: 0px;
        }

        #cc_micuenta .frm .frm2 h4 {
            margin-top: 70px;
        }

    #cc_micuenta input.text {
        width: 248px;
        height: 37px;
        padding-left: 10px;
        margin-right: 15px;
    }

    #cc_micuenta .frm .cc_select.small {
        width: 122px;
    }

        #cc_micuenta .frm .cc_select.small .select-group {
            width: 50px !important;
        }

            #cc_micuenta .frm .cc_select.small .select-group li {
                width: 50px !important;
            }

    #cc_micuenta .frm span {
        font-size: 11px;
        line-height: 35px;
    }

    #cc_micuenta .frm .frm3,
    #cc_micuenta .frm .frm4 {
        margin-bottom: 30px;
    }

    #cc_micuenta .frm input[type="submit"] {
        margin: 0 auto;
        font-size: 22px;
        width: 300px;
        height: 40px;
        line-height: 40px;
    }

    #cc_micuenta .puntos .div-1 {
        top: 30px;
    }

        #cc_micuenta .puntos .div-1 ul {
            padding: 0;
        }

        #cc_micuenta .puntos .div-1 li {
            margin-left: 6px;
            margin-right: 6px;
        }

    #cc_micuenta .puntos .div-2 {
        margin-top: 30px;
        padding-top: 15px;
        font-size: 11px;
    }

    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        padding: 20px 0;
    }

    #cc_micuenta .listapromos {
    }

        #cc_micuenta .listapromos ul {
            padding-left: 0;
            width: 760px;
            margin: 0 auto;
        }

            #cc_micuenta .listapromos ul li {
                display: inline-block;
                margin: 0 42px;
                margin-bottom: 20px;
            }

                #cc_micuenta .listapromos ul li h3 {
                    padding-left: 10px;
                    margin-bottom: 7px;
                }

                    #cc_micuenta .listapromos ul li h3 a {
                        font-size: 13px;
                    }

    #cc_micuenta .asideM {
        position: relative;
        margin: 0 auto;
        margin-top: 20px;
        width: 760px;
        text-align: center;
    }

        #cc_micuenta .asideM .info {
            padding: 12px 12px 1px 12px;
            margin: 0 10px 20px 0;
            width: 360px;
            height: 247px;
            display: inline-block;
            vertical-align: top;
        }

            #cc_micuenta .asideM .info p {
                font-size: 12px;
                margin-bottom: 20px;
            }

            #cc_micuenta .asideM .info a {
                border-bottom: 1px solid #999999;
            }

        #cc_micuenta .asideM .infoccpuntos {
            width: 360px;
            display: inline-block;
        }

    #cc_micuenta .micuenta_campo {
        width: 32%;
    }

    #cc_micuenta .mc2 {
        width: 33%;
    }

        #cc_micuenta .mc2 span {
            line-height: 18px;
            margin-bottom: 10px;
        }

    #cc_micuenta .micuenta_campo.mc_small {
        width: 16%;
    }

    #cc_micuenta .micuenta_campo label,
    #cc_micuenta .micuenta_campo .mc_label {
        font-size: 15px;
        line-height: 20px;
    }

    #cc_micuenta input.text {
        width: calc(100% - 30px);
        position: relative;
    }

    #cc_micuenta .rangofechas input.text {
        width: 150px;
    }

    #cc_micuenta .frm .cc_select {
        width: calc(100% - 15px);
    }

        #cc_micuenta .frm .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            #cc_micuenta .frm .cc_select .select-group li {
                width: calc(100% - 42px) !important;
            }

        #cc_micuenta .frm .cc_select.small {
            width: calc(100% - 15px);
        }

            #cc_micuenta .frm .cc_select.small .select-group {
                width: calc(100% - 42px) !important;
            }

                #cc_micuenta .frm .cc_select.small .select-group li {
                    width: calc(100% - 42px) !important;
                }
    /* /CINESACARD MI CUENTA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRABAJA CON NOSOTROS */
    #trabajaconnosotros main nav ul li,
    #clientes main nav ul li,
    #acercade main nav ul li,
    #proveedores main nav ul li,
    #avisolegal main nav ul li,
    #expansion main nav ul li,
    #semueve main nav ul li {
        width: auto;
        padding: 0 10px;
        font-size: 18px;
    }

    #trabajaconnosotros article,
    #clientes article {
        padding: 15px 30px 15px 30px;
        width: calc(100% - 60px);
        text-align: left;
        position: relative;
    }

        #trabajaconnosotros article p,
        #clientese article p {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 30px;
        }

        #trabajaconnosotros article h3,
        #clientes article h3 {
            font-size: 18px;
            ;
            margin: 0 0 20px 0;
        }

    #trabajaconnosotros .text,
    #trabajaconnosotros .cc_select,
    #clientes .text,
    #clientes .cc_select {
        margin-right: 5px !important;
    }

    #trabajaconnosotros .cc_select,
    #clientes .cc_select {
        width: 37.7%;
    }

    #clientes .cc_select {
        margin-bottom: 20px;
    }

        #trabajaconnosotros .cc_select .select-group,
        #clientes .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            #trabajaconnosotros .cc_select .select-group li,
            #clientes .cc_select .select-group li {
                width: calc(100% - 10px) !important;
            }

    #trabajaconnosotros input[type="file"] + label span,
    #clientes input[type="file"] + label span {
        width: 37.9%;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    #trabajaconnosotros textarea,
    #clientes textarea {
        padding: 5px;
        width: 75%;
        height: 120px;
    }

    #trabajaconnosotros .frm1 .btn_siguiente {
        position: absolute;
        display: inline-block;
        width: 200px;
        height: 45px;
        line-height: 45px;
        bottom: 30px;
        right: 80px;
        font-size: 22px;
    }

    #clientes .frm1,
    #clientes .frm2,
    #clientes .frm3,
    #clientes .clients_inf {
        padding: 10px 30px 10px 30px;
        width: calc(100% - 60px);
    }

        #clientes .frm3 input[type="submit"] {
            margin-left: calc(50% - 170px);
        }

    #clientes #canned_response {
        font-size: 15px;
        line-height: 20px;
        position: relative;
        background-color: #cdcdcd;
        padding: 20px;
        width: 90%;
        margin: 20px auto;
    }

    #clientes article,
    #clientes article h4 {
        margin-bottom: 20px !important;
    }
    /* /TRABAJA CON NOSOTROS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* AJUSTES CC_SELECT */
    #cc_form .cc_select ul.open,
    #cc_form_activar .cc_select ul.open,
    #colegios .cc_select ul.open {
        width: calc(100% - 42px) !important;
    }

    #cc_form .cc_select.small ul.open,
    #cc_form_activar .cc_select.small ul.open,
    #colegios .cc_select.small ul.open {
        width: 98px !important;
    }
    /* /AJUSTES CC_SELECT */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SUBMENUPELIS */
    .submenucines {
        text-align: left;
        width: calc(100% - 60px);
        min-width: 730px;
        left: 0;
        height: 0;
        margin: 0;
    }

        .submenucines.open {
            height: 500px;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .submenucines .titulo {
            height: 40px;
            padding-left: 30px;
            font-size: 15px;
        }

        .submenucines .lista {
            top: 15px;
            left: 33px;
            height: 430px;
            width: calc(100% - 40px);
        }

            .submenucines .lista .col {
                width: 20%;
                margin-right: 3px;
                position: absolute;
            }

            .submenucines .lista .c1, .submenucines .lista .c3, .submenucines .lista .c5, .submenucines .lista .c7 {
                top: 0;
            }

            .submenucines .lista .c2, .submenucines .lista .c4, .submenucines .lista .c6, .submenucines .lista .c8 {
                top: 220px;
            }

            .submenucines .lista .c3, .submenucines .lista .c4 {
                left: 25%;
            }

            .submenucines .lista .c5, .submenucines .lista .c6 {
                left: 50%;
            }

            .submenucines .lista .c7, .submenucines .lista .c8 {
                left: 75%;
            }

            .submenucines .lista .c2 {
                top: 196px;
            }

            .submenucines .lista .c4 {
                top: 161px;
            }

            .submenucines .lista .c6 {
                top: 190px;
            }

            .submenucines .lista .c8 {
                top: 170px;
            }

        .submenucines li {
            height: 21px;
            line-height: 21px;
            font-size: 13px;
        }

            .submenucines li.cine a {
                font-size: 11px;
            }
    /* /SUBMENUPELIS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* COLEGIOS */
    #colegios .frm1 label span {
        width: auto !important;
        text-align: left;
        padding: 0 5px 0 0 !important;
    }

        #colegios .frm1 label span.ico {
            width: 35px !important;
            top: 10px;
        }

    #colegios .row span {
        display: inline;
    }

    #colegios .row input.text_doble {
        width: 530px !important;
    }

    #colegios .row input.text_mitad {
        width: 120px !important;
    }

    #colegios .cc_select {
        width: 266px;
        margin-right: 15px;
        vertical-align: top;
    }

        #colegios .cc_select .select-group {
            width: 194px !important;
        }

            #colegios .cc_select .select-group li {
                width: 202px !important;
            }

    #colegios .row .col {
        width: 280px;
    }

    #colegios .row input.text {
        font-size: 15px;
        height: 38px;
        margin-right: 15px;
        padding-left: 15px;
        width: 245px;
    }

    #colegios textarea {
        padding-left: 10px;
        width: 640px;
        height: 120px;
    }

    #colegios input[type="submit"] {
        width: 380px;
        margin: 20px 0;
        margin-left: calc(50% - 210px);
    }

    #colegios .inf {
        margin-top: 25px;
        font-size: 12px;
    }

        #colegios .frm1 h4,
        #colegios .frm2 h4,
        #colegios .inf h3 {
            font-size: 32px;
        }
    /* /COLEGIOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* INFANTIL */
    #infantil article#banner_seccion .img_left {
        top: calc(50% - 48px);
    }

    #infantil article#banner_seccion .img_right {
        top: calc(50% - 48px);
    }

    #infantil article.cartelera_peliculas,
    #cumpleanos article.cartelera_peliculas {
        text-align: left;
    }

        #infantil article.cartelera_peliculas h2,
        #cumpleanos article.cartelera_peliculas h2 {
            font-size: 20px;
            width: 155px;
            height: 45px;
            line-height: 45px;
            margin-left: 45px;
        }

    #cumpleanos .info_cumples {
        height: 449px;
        width: calc(100% - 20px);
        margin: -40px auto 20px auto;
        background-image: none;
    }

        #cumpleanos .info_cumples .parrafo {
            margin-left: 40px;
            top: 10px;
            width: calc(100% - 70px);
        }

            #cumpleanos .info_cumples .parrafo h3 {
                font-size: 32px;
                margin-bottom: 20px;
            }

            #cumpleanos .info_cumples .parrafo p {
                font-size: 12px;
            }

        #cumpleanos .info_cumples .btn {
            font-size: 22px;
            width: 380px;
            height: 40px;
            line-height: 40px;
            margin: 30px;
            margin-left: calc(50% - 190px);
        }
    /* /INFANTIL */
    /* /CUMPLEAÑOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FORMULARIOS RECUPERACIÓN */
    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 22px;
        padding-left: 11px;
    }

    #recuperarmail section,
    #recuperarpass section {
        margin-bottom: 200px;
    }

    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"] {
        margin-left: calc(50% - 180px);
        margin-top: 20px;
    }

    #recuperarmail input[type="button"] {
        margin-left: calc(50% - 330px);
        margin-right: 20px;
    }

    #recuperarmail .conf,
    #recuperarmail .conf_fin,
    #recuperarpass .conf {
        min-height: 180px;
    }

        #recuperarmail .conf h4,
        #recuperarpass .conf h4 {
            font-size: 22px;
        }

        #recuperarmail .conf p,
        #recuperarmail .conf_fin p,
        #recuperarpass .conf p {
            font-size: 15px;
        }
    /* /FORMULARIOS RECUPERACIÓN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SEMUEVE */
    #semueve article.info img {
        margin: 17px 25px 42px 25px;
    }

    #semueve article.info div {
        width: 73%;
        font-size: 16px;
    }

        #semueve article.info div h3 {
            font-size: 25px;
            margin: 15px 0 7px;
        }

        #semueve article.info div p {
            margin: 0;
            line-height: 24px;
        }

    #semueve .proyectos_titulo {
        height: 54px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

        #semueve .proyectos_titulo h4 {
            font-size: 22px;
            margin: 15px 0 25px;
        }

    #semueve .videos_actuales li,
    #semueve .carrusel_semueve li {
        width: 48%;
        height: 390px;
        margin-bottom: 20px;
        font-size: 12px;
    }

        #semueve .videos_actuales li:nth-child(2n+1) {
            margin-right: 1%;
        }

        #semueve .videos_actuales li .video,
        #semueve .carrusel_semueve li .video {
            margin-top: 10px;
            margin-left: calc(50% - 178px);
            width: 356px;
            height: 231px;
        }

        #semueve .videos_actuales li h5,
        #semueve .carrusel_semueve li h5 {
            font-size: 22px;
            font-weight: 100;
            margin: 15px;
        }

        #semueve .videos_actuales li p,
        #semueve .carrusel_semueve li p {
            margin: 15px;
        }

    #semueve .carrusel_semueve,
    #semueve .carrusel_semueve .shadow_left,
    #semueve .carrusel_semueve .shadow_right,
    #semueve .carrusel_semueve .shadow_left a,
    #semueve .carrusel_semueve .shadow_right a {
        height: 415px;
    }

        #semueve .carrusel_semueve li {
            width: 292px;
            height: 380px;
            margin: 0 7px;
        }

            #semueve .carrusel_semueve li .video {
                margin-top: 20px;
                margin-left: calc(50% - 123px);
                width: 247px;
                height: 179px;
            }

            #semueve .carrusel_semueve li h5 {
                margin: 10px 22px;
                font-size: 18px;
            }

            #semueve .carrusel_semueve li p {
                margin: 10px 22px;
                line-height: 18px;
            }

    #semueve .not_background {
        height: 40px;
    }

    #semueve .ver_mas {
        margin: 50px 0;
    }

        #semueve .ver_mas .btn {
            width: 316px;
            height: 33px;
            line-height: 33px;
        }
    /* /SEMUEVE */
    /* ############################################################################################################################## */
    input.text {
        border-top: 1px solid #d0d0d0 !important;
        border-bottom: 1px solid #d0d0d0 !important;
        border-right: 1px solid #d0d0d0 !important;
        border-left: 5px solid #0f99fe;
    }
    /* ############################################################################################################################## */
    /* GAMES */
    #games article {
        text-align: left;
    }

    #games #banner_seccion img {
        width: 100%;
    }

    #games .descarga .desc {
        width: 100%;
        height: 250px;
        margin-right: calc(2% - 5px);
    }

    #games .descarga .faqs {
        display: none;
    }

    #games .desc img {
        margin: 50px 10px 0 30px;
    }

    #games .desc .info {
        width: 35%;
        margin-top: 36px;
        font-size: 16px;
    }

        #games .desc .info a {
            font-size: 24px;
            top: 20px !important;
        }

            #games .desc .info a:hover {
                border-bottom: 2px solid #d82245;
            }

    #games .desc .qr {
        width: 40%;
        height: 245px;
    }

        #games .desc .qr a {
            width: 105px;
            height: 160px;
            margin: 46px 10px 0;
        }

    #games .descarga .faqs p {
        font-size: 24px;
    }

        #games .descarga .faqs p span {
            font-size: 30px;
        }

    #games .premio_1 {
        font-size: 25px;
    }

        #games .premio_1 h3 {
            margin: 10px 0;
        }

        #games .premio_1 .destacado {
            font-size: 80px;
            line-height: 60px;
        }

    #games .premio_2 {
        font-size: 25px;
    }

        #games .premio_2 h3 {
            margin: 10px 0;
            line-height: 60px;
        }

    #games .premio_3 .top {
        width: 49%;
        height: 260px;
        margin-bottom: 20px;
    }

        #games .premio_3 .top:nth-child(2n+1) {
            margin-right: calc(2% - 5px);
        }

        #games .premio_3 .top h3 {
            font-size: 65px;
            margin: 30px 0 0 30px;
            line-height: 50px;
        }

        #games .premio_3 .top h5 {
            font-size: 27px;
            margin: 0px 0 10px 30px;
        }

        #games .premio_3 .top img {
            position: relative;
            margin-left: calc(50% - 50px);
        }

    #games .ganadores .btn {
        width: 335px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
    }

        #games .ganadores .btn:hover {
            background-color: #9b1e2b;
        }

    #games .como_jugar {
        margin-bottom: 50px;
    }

        #games .como_jugar > h3 {
            line-height: 60px;
            font-size: 25px;
            margin-bottom: 20px;
        }

        #games .como_jugar li.instruct {
            width: 48%;
            height: 550px;
            font-size: 14px;
            margin: 0 5px 20px;
        }

            #games .como_jugar li.instruct h3 {
                font-size: 20px;
                margin: 14px 0 15px 30px;
            }

            #games .como_jugar li.instruct p {
                margin: 25px 15px;
            }

        #games .como_jugar li.last_li {
            width: 48%;
            height: 550px;
            font-size: 20px;
            margin: 0 5px 20px;
        }

            #games .como_jugar li.last_li p {
                margin-top: 80px;
            }

                #games .como_jugar li.last_li p span {
                    font-size: 25px;
                }

            #games .como_jugar li.last_li img {
                margin-top: 20px;
            }

            #games .como_jugar li.last_li .developers {
                bottom: 0;
                right: 0;
            }
    /* /GAMES */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SELECTS */
    .cc_select ul.open {
        max-height: 295px !important;
    }

    #clientes .cc_select {
        width: 320px;
    }

        #clientes .cc_select .select-group {
            width: 278px !important;
        }

            #clientes .cc_select .select-group li {
                width: 257px !important;
            }
    /* /SELECTS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA RESUMEN*/
    #ma_resumen aside {
        left: 10px;
        width: 230px;
        margin-right: 10px;
        top: 10px;
    }

    #ma_resumen .tucuenta {
        height: 250px;
        margin: 40px 0 30px;
    }

        #ma_resumen .tucuenta .foto {
            width: 135px;
            height: 135px;
            margin-top: -60px;
        }

            #ma_resumen .tucuenta .foto img {
                width: 100%;
            }

        #ma_resumen .tucuenta p {
            font-size: 20px;
            margin: 15px 0 0;
        }

        #ma_resumen .tucuenta h2 {
            font-size: 45px;
            margin-top: 10px;
        }

        #ma_resumen .tucuenta .editar {
            top: 5px;
            right: 5px;
        }

    #ma_resumen .ma_menu {
        margin-top: -16px;
    }

        #ma_resumen .ma_menu li {
            height: 40px;
            line-height: 40px;
            margin-right: 0px;
        }

            #ma_resumen .ma_menu li a {
                font-size: 19px;
            }

            #ma_resumen .ma_menu li.selected a {
                background-color: #0e99fe;
                color: #ffffff;
            }

    #ma_resumen aside li.logout a {
        font-size: 19px;
    }

    #ma_resumen section {
        width: calc(100% - 255px);
        margin: 0 0 0 5px;
        top: -16px;
    }

    #ma_resumen .ma_bienvenida h3 {
        height: 47px;
        line-height: 47px;
        font-size: 23px;
        margin: 0;
    }

    #ma_resumen .noconfirm {
        height: 140px;
    }

        #ma_resumen .noconfirm p {
            top: 25px;
            margin-left: 120px;
            width: 400px;
        }

    #ma_resumen .newsletter input[type="checkbox"] + label span {
        width: 38px;
        height: 36px;
        margin: 7px 0 0 15px;
    }

    #ma_resumen .newsletter p {
        width: 80%;
        margin: 15px 0;
        font-size: 14px;
    }

    #ma_resumen article h4 {
        margin: 0 0 15px 0;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
    }

    #ma_resumen:not(.ma_entradas) .misentradas table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen:not(.ma_entradas) .misentradas table tr:first-child {
            display: none;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td {
            display: block;
            font-size: 13px;
            border-bottom: 1px dashed #d7d7d7;
            width: 100% !important;
            margin-bottom: 10px;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table tr:first-child {
            height: 30px;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td p {
            margin: 7px 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:first-child p {
            display: inline;
            margin: 7px 14px 7px 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:last-child {
            border: none;
            margin-bottom: 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:nth-child(7) {
            text-align: center;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td .table_btn {
            width: 190px;
            line-height: 35px;
            font-size: 14px;
            margin-top: 10px;
        }
    /* **** */
    #ma_resumen.ma_entradas .misentradas table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen.ma_entradas .misentradas table th,
        #ma_resumen.ma_entradas .misentradas table td {
            font-size: 13px;
        }

        #ma_resumen.ma_entradas .misentradas table tr:first-child {
            height: 30px;
        }

        #ma_resumen.ma_entradas .misentradas table td p {
            margin: 7px 0;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(1),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(1) {
            width: 10%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(2),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(2) {
            width: 14%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(3),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(3) {
            width: 24%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(4),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(4) {
            width: 24%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(5),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(5) {
            width: 8%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(6),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(6) {
            width: 8%;
        }

        #ma_resumen.ma_entradas .misentradas table td:nth-child(7) {
            text-align: center;
            width: 12%;
        }

        #ma_resumen.ma_entradas .misentradas table td .table_btn {
            width: 90px;
            padding: 5px 0;
            line-height: 18px;
            font-size: 14px;
            margin-top: 10px;
        }
    /* **** */
    #ma_resumen .misentradas > a,
    #ma_resumen .movimientos > a {
        font-size: 13px;
        margin: 0 10px 15px;
    }

    #ma_resumen .micinesacard .tarjeta,
    #ma_resumen .micinesacard .puntos {
        display: block;
        width: 98%;
        font-size: 15px;
        margin: 0 1% 15px !important;
    }

    #ma_resumen .micinesacard .movimientos {
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

        #ma_resumen .micinesacard .tarjeta h5,
        #ma_resumen .micinesacard .puntos h5,
        #ma_resumen .micinesacard .movimientos h5 {
            margin: 0 0 15px;
            height: 46px;
            line-height: 46px;
            padding-left: 15px;
        }

    #ma_resumen .micinesacard .ma_row {
        margin: 0 auto;
        width: 94%;
    }

    #ma_resumen .micinesacard .tarjeta .ma_row {
        text-align: center;
    }

    #ma_resumen .micinesacard .ma_row img:first-child {
        margin: 10px 5px 0 5px;
    }

    #ma_resumen .micinesacard .ma_row img:last-child {
        margin: 12px 0 0 5px;
        display: inline-block !important;
    }

    #ma_resumen .micinesacard .ma_row p {
        top: 20px;
    }

        #ma_resumen .micinesacard .ma_row p span {
            font-size: 22px;
            margin-top: 5px;
        }

    #ma_resumen .micinesacard .ma_saldoact,
    #ma_resumen .micinesacard .ma_puntoscad {
        width: 31%;
        margin: 0 5%;
    }

    #ma_resumen .micinesacard .ma_puntoscad {
        width: 50%;
        margin: 0 5%;
    }

        #ma_resumen .micinesacard .ma_saldoact > p,
        #ma_resumen .micinesacard .ma_puntoscad > p {
            height: 30px;
            margin-top: 0;
        }

        #ma_resumen .micinesacard .ma_saldoact li,
        #ma_resumen .micinesacard .ma_puntoscad li {
            margin: 7px 0;
            height: 30px;
        }

            #ma_resumen .micinesacard .ma_saldoact li .pnts,
            #ma_resumen .micinesacard .ma_puntoscad li .pnts {
                font-size: 22px;
            }

            #ma_resumen .micinesacard .ma_saldoact li .fecha_cad,
            #ma_resumen .micinesacard .ma_puntoscad li .fecha_cad {
                margin-left: 10px;
            }

    #ma_resumen .micinesacard .puntos > p {
        font-size: 11px;
        margin-left: 24px;
    }

    #ma_resumen .movimientos table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen .movimientos table td {
            height: 34px;
            line-height: 34px;
            border-bottom: 1px solid #d7d7d7;
        }

        #ma_resumen .movimientos table th,
        #ma_resumen .movimientos table td {
            font-size: 13px;
        }

        #ma_resumen .movimientos table tr:first-child {
            border-bottom: 2px solid #d7d7d7;
            height: 30px;
        }

        #ma_resumen .movimientos table td p {
            margin: 7px 0;
        }

    #ma_resumen .faq > .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }
    /* /MI AREA RESUMEN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA ENTRADAS */
    #ma_resumen.ma_entradas .misentradas .pag li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
    }

        #ma_resumen.ma_entradas .misentradas .pag li a {
            font-size: 16px;
        }

    #ma_resumen.ma_entradas .table_btn {
        margin-bottom: 60px;
    }
    /* /MI AREA ENTRADAS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA CINESACARD */
    #ma_resumen.ma_ccard .rangofechas {
        margin: 25px auto 10px;
    }

        #ma_resumen.ma_ccard .rangofechas span {
            font-size: 15px;
            line-height: 41px;
        }

        #ma_resumen.ma_ccard .rangofechas .text {
            height: 39px;
            margin: 0 10px 10px;
        }

        #ma_resumen.ma_ccard .rangofechas .btn {
            width: 146px;
            height: 41px;
            line-height: 41px;
            font-size: 22px;
            margin-left: 35px;
        }

    #ma_resumen.ma_ccard .lista li {
        margin: 10px 2px 25px;
    }

    #ma_resumen.ma_ccard .faq .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }

    #ma_resumen.ma_ccard .puntos .puntos_menu li {
        font-size: 16px;
        height: 35px;
        line-height: 38px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li {
        width: 121px;
        height: 159px;
        margin: 50px 7px 30px 7px;
    }

        #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos {
            width: 134px;
            height: 30px;
            line-height: 30px;
            top: -44px;
            left: -2px;
            font-size: 15px;
        }

            #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos.tr_last {
                width: 121px;
            }

    #ma_resumen.ma_ccard .regalo-puntos {
        width: 121px;
        line-height: 47px;
        font-size: 24px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info {
        width: 121px;
        height: 0px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
    }

    .no-touch #ma_resumen.ma_ccard .puntos .div-1 li:hover .regalo-info {
        width: 121px;
        height: 80px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info p {
        line-height: 13px;
        margin-left: 4px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info img {
        margin-top: -7px;
    }

    #ma_resumen.ma_ccard .imagenregalo {
        width: 118px;
        height: 105px;
        margin-top: 5px;
    }

    #ma_resumen .faq .div-3 li {
        width: 86%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        font-size: 13px;
    }

    #ma_resumen .faq .div-3 .mas,
    #ma_resumen .faq .div-3 .menos {
        width: 35px;
        height: 30px;
        margin-left: -55px;
    }

    #ma_resumen .faq .div-3 li.respuesta {
        margin-left: 0px;
        width: calc(93% + 07px);
    }

        #ma_resumen .faq .div-3 li.respuesta ul li {
            margin-left: -10px;
            margin-bottom: 10px;
            line-height: 20px;
            height: auto;
            width: 95%;
        }

            #ma_resumen .faq .div-3 li.respuesta ul li.stitulo {
                line-height: 20px;
                margin-left: -35px;
            }

            #ma_resumen .faq .div-3 li.respuesta ul li.sresumen {
                line-height: 20px;
                margin-left: -35px;
            }
    /* MI AREA CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA MIS DATOS */
    #ma_resumen.ma_datos .row {
        width: 96%;
    }

    #ma_resumen.ma_datos h5 {
        font-size: 21px;
        margin: 40px 0 10px 0;
    }

    #ma_resumen.ma_datos .field {
        width: 47%;
        margin: 0 1% 20px;
    }

        #ma_resumen.ma_datos .field label,
        #ma_resumen.ma_datos .field .p_label {
            margin: 0 0 3px;
            font-size: 15px;
        }

        #ma_resumen.ma_datos .field .text {
            height: 37px;
            line-height: 37px;
            font-size: 15px;
        }

        #ma_resumen.ma_datos .field .box_inactivo {
            width: calc(100% - 62px);
            padding-left: 60px;
        }

    #ma_resumen.ma_datos .field_ext {
        width: 95%;
    }

    #ma_resumen.ma_datos .field .box_small {
        width: 84px;
        margin: 0 5px 0 0;
    }

    #ma_resumen.ma_datos .btn_edit {
        width: 65px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 25px;
    }

    #ma_resumen.ma_datos .validar_correo p {
        margin: 0 0 5px 90px;
    }

    #ma_resumen.ma_datos .row .sub_row {
        width: 100%;
        margin-top: -15px;
        margin-bottom: 7px;
        text-align: center;
    }

        #ma_resumen.ma_datos .row .sub_row p {
            width: 70%;
            margin: 0;
            font-size: 12px;
        }

    #ma_resumen.ma_datos .row .mini {
        font-size: 11px;
        margin: 5px 0;
    }

    #ma_resumen.ma_datos .row input[type="submit"] {
        font-size: 22px;
        background-position: 30px -507px;
    }

    #ma_resumen.ma_datos .validar_correo {
        font-size: 12px;
        margin: 0 auto 15px;
        display: block;
        width: 370px;
        height: 80px;
    }

    #ma_resumen.ma_datos .r_cambios input[type="submit"] {
        /*margin: 0 0 40px 7px;
            width: 47%;*/
    }
    /* /MI AREA MIS DATOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NUEVA CC_FORM */
    #cc_form.n_cc article .field .text,
    #cc_form_activar.n_cc article .field .text,
    #recuperarmail.n_cc article .field .text {
        width: calc(100% - 21px);
    }

    #recuperarmail.n_cc article.conf {
        margin: 5px auto;
    }

    #cc_form.n_cc article .f_checkbox p .dest,
    #cc_form_activar.n_cc article .f_checkbox p .dest {
        display: inline;
    }
    /* /NUEVA CC_FORM */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NEW CINESACARD HOME */
    /* LOGIN */
    #cinesacard.n_cc .micuenta .formlogin {
        width: 100%;
    }

    #cinesacard.n_cc .micuenta img {
        margin: 0;
        top: -40px;
    }
    /* VENTAJAS */
    #cinesacard.n_cc .ventajas_ccard {
        width: calc(100% - 20px);
    }
    /* /NEW CINESACARD HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HEADER MI AREA */
    /* CUANDO SE ACTIVE MI AREA SE HA DE QUITAR EL .N_CC */
    #cc_form.n_cc #cinefavorito_header .cc_cuenta,
    #cc_form.n_cc #cinefavorito_header .disp_login {
        display: none;
    }

    #cc_form.n_cc .sb-toggle-right {
        position: relative;
        vertical-align: top;
        display: inline-block;
        width: 132px;
        height: 52px;
        background: url("../img/ico_mi_cuenta_cinesa.jpg")no-repeat;
        cursor: pointer;
    }

    #cc_form.n_cc #cinefavorito_header .cinefav {
        right: 3px;
    }
    /* /HEADER MI AREA */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* GOLDEN QUESTION*/
    .pop_golden {
        width: 720px;
        margin-left: -370px;
    }

        .pop_golden .col.golden_img {
            background-size: 97%;
        }

        .pop_golden p {
            width: 80%;
        }

        .pop_golden form {
            width: 95%;
        }
    /* /GOLDEN QUESTION*/
    /* ############################################################################################################################## */
}
/*fin media 800*/
/* ==========================================================================
   11 - 640
   ========================================================================== */
@media all and (min-width: 640px) and (max-width: 767px) {
    /*FONDO DEL BODY*/
    main {
        width: 100%;
        background-color: #f0f0f0;
    }
    /*HEADER*/
    header #header {
        position: relative;
        width: 640px;
        left: calc(50% - 320px);
        text-align: center;
        min-height: 62px;
    }

    .header-promotion label.exit {
        display: none;
    }

    .header-promotion img.exit {
        background: url(../img/salir.png) no-repeat;
        display: inline-block;
        ;
    }



    header #menu {
        position: relative;
        padding: 10px 0 10px 0;
    }

    header #logo_header {
        /*logo cinesa del header*/
        position: absolute;
        height: 52px;
        width: 100%;
        background-color: #FFDF0F;
        background-position: center -376px;
    }

    header #cinefavorito_header {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 1000;
    }

        header #cinefavorito_header .btn_cinefav {
            position: absolute;
            top: 0;
            right: 145px;
            vertical-align: top;
            background-color: #ffdf00;
            width: 64px;
            height: 79px;
            text-align: left;
            display: none;
        }

        header #cinefavorito_header a > img {
            width: 133px;
            height: 79px;
        }

    header .btn_cinefav .img_cinefav {
        width: 58px;
        height: 73px;
        line-height: 69px;
    }

    header .btn_cinefav img {
        height: 45px;
    }

    header #cinefavorito_header .disp_login, header .lbl_cinefav {
        display: none !important;
    }
    /* ************************* */
    header #cinefavorito_header .cc_cuenta {
        display: none;
    }

    #header .sb-toggle-right, .n_cc #header .sb-toggle-right {
        width: 50px;
        height: 50px;
        background-position: -684px -31px;
        cursor: pointer;
        vertical-align: top;
        position: absolute;
        right: 0px;
        top: 4px;
    }

    header #cinefavorito_header.logged .disp_logged,
    #header #cinefavorito_header.nuevo_logged.logged .disp_logged {
        display: none;
    }

    #header #cinefavorito_header.logged .sb-toggle-right {
        display: none;
    }

    header #cinefavorito_header.logged .cc_cuenta > img {
        display: none;
    }

    header #cinefavorito_header.logged .cc_cuenta {
        width: 50px;
        height: 50px;
        background-position: -630px -32px;
        cursor: pointer;
        vertical-align: top;
        position: absolute;
        right: 0px;
        top: 4px;
        display: block !important;
    }
    /* ******************************* */
    header nav#menu_movil {
        /*MENÚ*/
        position: absolute;
        left: 5px;
        top: 10px;
        width: 50px;
        height: 50px;
        z-index: 1000;
    }

    header #menu_movil .btn_menu_movil {
        width: 40px;
        height: 35px;
        background-position: -744px -26px;
        margin-top: 9px;
        margin-left: 6px;
        cursor: pointer;
    }

    header nav#menu_movil span {
        display: none;
    }

    header nav#menu_web {
        /*Menú web invisible para resoluciones inferiores a 640px*/
        visibility: hidden;
        display: none !important;
    }
    /*/
HEADER*/
    /*BODY*/
    #separador-top {
        /*Sombra bajo el header*/
        position: relative;
        width: 100%;
        height: 12px;
        left: 0;
    }

    main #main {
        position: relative;
        height: auto;
        width: 640px;
        left: calc(50% - 320px);
        text-align: center;
    }

    main nav {
        /*MENÚ*/
        display: none !important;
        visibility: hidden;
    }

    main #bajo_menu {
        /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
        display: none;
    }

        main #bajo_menu #ruta {
            display: none !important;
            visibility: hidden;
        }

        main #bajo_menu #orden {
            position: absolute;
            right: 10px;
            bottom: 5px;
            font-size: 26px;
        }

            main #bajo_menu #orden a {
                /*Botones ordenar*/
                padding: 10px 20px 10px 20px;
                margin: 0 10px 0 5px;
                font-size: 30px;
            }

    main section {
        height: auto;
        width: 100%;
    }

    .cartelera_peliculas_pelicula main section,
    #cartelera_pelicula main section,
    #isens main section,
    #imax main section,
    #screenX main section,
    #proximos_estrenos main section,
    #eventos main section,
    #ciclos main section,
    #promos main section,
    #promos_landing main section,
    #trailers_estrenos main section,
    #trailers_cartelera main section,
    #infantil main section {
        padding-bottom: 660px;
    }

    main section #publicidad_body {
        /*la publicidad flota a la derecha de la cartelera*/
        position: absolute;
        bottom: 30px;
        width: 100%;
        height: 600px;
        text-align: center;
    }

        main section #publicidad_body .posicionador {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

    main section .cartelera_peliculas {
        min-height: 750px;
    }

        main section .cartelera_peliculas ul {
            /*la cartelera ocupa todo el ancho del <section>, se adapta a la publicidad.*/
            left: 0px !important;
            margin-left: 5px !important;
            padding-left: 0 !important;
            text-align: left;
        }

        main section .cartelera_peliculas > ul > li {
            /*estilo de los carteles*/
            position: relative;
            width: 142px;
            height: 246px;
            margin: 0 6px 15px 0;
            list-style: none;
            display: inline-block;
            padding: 5px;
        }

        main section .cartelera_peliculas ul li h3 {
            /*título del cartel*/
            margin: 5px 0 3px 0px;
            font-size: 22px;
            width: 142px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        main section .cartelera_peliculas ul li img {
            /*imagen del cartel*/
            margin: 0 10px;
            width: 115px;
            height: 161px;
        }

        main section .cartelera_peliculas div.contenedor_verficha {
            position: absolute;
            width: 100%;
            height: 60px;
            left: 0;
            bottom: 0px;
        }

        main section .cartelera_peliculas ul li a.vf, .no-touch main section .cartelera_peliculas ul li a.vf:hover {
            text-decoration: none;
            border: 0;
            color: #0076EC;
            position: relative;
            display: block;
        }
        /* ========================================================================== */
        /*DIV PUNTUACION Y COMPARTIR*/
        main section .cartelera_peliculas ul li div.puntuacion {
            float: left;
            position: relative;
            margin: 7px 0 0 10px;
            width: 100px;
            height: 25px;
        }

            main section .cartelera_peliculas ul li div.puntuacion ul.stars {
                left: 0px;
                top: 0px;
                margin: 0px !important;
            }

        main section .cartelera_peliculas ul li .num_votos {
            position: absolute;
            top: 5px;
            right: 0;
            margin: 0;
            font-family: "Trebuchet MS";
            font-size: 10px;
            color: #666666;
            display: none;
        }

        main section .cartelera_peliculas ul li div.compartir {
            float: right;
            margin: 8px 3px 0 0;
            height: 25px;
            text-align: right;
        }

        main section .cartelera_peliculas ul li div.compartir_opt {
            position: absolute;
            margin: 8px 0 0 0;
            right: 5px;
            width: 50px;
            text-align: right;
        }

            main section .cartelera_peliculas ul li div.compartir_opt > a {
                margin: 0 2px;
            }

    article.cartelera_peliculas li.ventaanticipada a .stick-va, article.cartelera_peliculas li.warner a .stick-va {
        left: 19px !important;
    }

    main section .cartelera_peliculas ul li.imax div.contenedor_premium .imax span {
        background: url("../img/cartelera_imax_M.jpg") no-repeat center;
    }

    main section .cartelera_peliculas ul li.isens div.contenedor_premium .isens span {
        background: url("../img/cartelera_isens_M.jpg") no-repeat center;
    }

    main section .cartelera_peliculas ul li.dolby div.contenedor_premium .dolby span {
        background: url("../img/cartelera_dolby_M.jpg") no-repeat center;
    }
    /*/
DIVS PUNTUACION Y COMPARTIR*/
    /* ========================================================================== */
    /*/
BODY*/
    /* ############################################################################################################################## */
    /* IMAX ISENS DOLBY */
    main #banner_seccion {
        position: relative;
        margin: 0 0 0 0;
        width: 100%;
        margin-bottom: 20px;
    }

        main #banner_seccion img.banner {
            width: calc(100% - 20px);
        }

    article#info_rollover {
        position: relative;
        width: 620px;
        margin: 0 auto;
        height: 340px;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 40px;
        display: table;
    }
    /* ****************************** */
    #isens #info_rollover,
    #imax #info_rollover,
    #screenX #info_rollover {
        margin: 0px 10px;
        width: calc(100% - 20px);
        margin-bottom: 30px;
        height: 400px;
    }

    #isens div.rollover,
    #imax div.rollover,
    #screenX div.rollover {
        position: absolute;
        bottom: 0px;
        width: 45%;
        bottom: 0;
        height: 180px;
        background-color: #cfcfcf;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens .roll_1,
    #imax .roll_1,
    #screenX .roll_1 {
        left: 20px;
        margin-bottom: 200px;
    }

    #isens .roll_2,
    #imax .roll_2,
    #screenX .roll_2 {
        left: 320px;
        margin-bottom: 200px;
    }

    #isens .roll_3,
    #imax .roll_3,
    #screenX .roll_3 {
        left: 20px;
    }

    #isens .roll_4,
    #imax .roll_4,
    #screenX .roll_4 {
        left: 320px;
    }

    #isens div.roll_img,
    #imax div.roll_img,
    #screenX div.roll_img {
        position: absolute;
        top: 0px;
        height: 170px;
        width: 100%;
        padding-top: 10px;
        background-color: #ffffff;
        text-align: center;
        z-index: 10;
        font-family: "dinengschriftstd", "Another Font", generic;
        font-size: 23px;
        color: #bfbfbf;
        line-height: 25px;
        z-index: 1000;
    }

        #isens div.roll_img > p,
        #imax div.roll_img > p,
        #screenX div.roll_img > p {
            margin-top: 15px;
            padding: 0 5px 0 5px;
            color: #0076ec;
            font-size: 20px;
        }

    #isens div.rollover:hover,
    #imax div.rollover:hover,
    #screenX div.rollover:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens .roll_1:hover {
        height: 395px;
    }

    #isens .roll_2:hover {
        height: 365px;
    }

    #isens .roll_3:hover {
        height: 370px;
    }

    #isens .roll_4:hover {
        height: 350px;
    }

    #isens div.roll_span,
    #imax div.roll_span,
    #screenX div.roll_span {
        position: absolute;
        bottom: 0;
        padding: 10px;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        color: #0076EC;
        font-size: 12px;
        opacity: 0;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens div.rollover:hover > .roll_span,
    #imax div.rollover:hover > .roll_span,
    #screenX div.rollover:hover > .roll_span {
        opacity: 1;
        height: auto;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens div.rollover > .roll_span > div,
    #imax div.rollover > .roll_span > div,
    #screenX div.rollover > .roll_span > div {
        margin: 10px 0 0 0;
    }

    #isens .roll_span h6,
    #isens .roll_span span {
        font-family: "Trebuchet MS";
        color: #0076eb;
        font-size: 12px;
        margin: 0 0 5px 0;
    }

    #isens .roll_span .estandarinf {
        border-top: 1px dashed #999999;
        padding-top: 10px;
    }

        #isens .roll_span .estandarinf h6,
        #isens .roll_span .estandarinf span {
            color: #999999;
        }

    #isens .select_cinefav {
        margin-bottom: 20px;
    }

        #imax .select_cinefav .btn_zona,
        #isens .select_cinefav .btn_zona,
        #screen .select_cinefav .btn_zona {
            display: none;
        }

    #imax #banner_seccion .col,
    #isens #banner_seccion .col,
    #screenX #banner_seccion .col {
        width: 100%;
    }

    #imax div.rollover {
        background-color: #000000;
    }

    #imax div.roll_img {
        background-color: #0297D9;
    }

        #imax div.roll_img > p {
            color: #ffffff;
            width: 85%;
            margin: 0 auto;
        }

    #imax .roll_1:hover {
        height: 270px;
    }

    #imax .roll_2:hover {
        height: 370px;
    }

    #imax .roll_3:hover {
        height: 400px;
        z-index: 1000;
    }

    #screenX div.rollover {
        background-color: #000000;
    }

    #screenX div.roll_img {
        background-color: #0297D9;
    }

        #screenX div.roll_img > p {
            color: #ffffff;
            width: 85%;
            margin: 0 auto;
        }

    #screenX .roll_1:hover {
        height: 270px;
    }

    #screenX .roll_2:hover {
        height: 370px;
    }

    #screenX .roll_3:hover {
        height: 400px;
        z-index: 1000;
    }

    #imax .roll_4:hover {
        height: 380px;
        z-index: 1000;
    }

    #imax div.roll_span, #imax div.roll_span {
        color: #ffffff;
    }
    /* /IMAX /ISENS /DOLBY */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /*FICHAS PELICULA*/
    /*BODY*/
    #ficha_pelicula main,
    #ficha_eventos main {
        position: relative;
    }

        #ficha_pelicula main section,
        #ficha_eventos main section {
            position: relative;
            margin-top: 0;
        }

    article#navegacion_fichas {
        position: relative;
        width: 100%;
        margin: 0;
        height: 50px;
    }

        article#navegacion_fichas div {
            display: inline-block;
            width: calc(100% - 4px);
            height: 50px;
            line-height: 50px;
            background-color: #ffffff;
            text-align: center;
            border-radius: 4px 4px 0 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            cursor: pointer;
            font-family: "dinengschriftstd", "Another Font", generic;
            color: #0076EC;
            font-size: 37px;
        }

            article#navegacion_fichas div#left, article#navegacion_fichas div#right {
                display: none;
            }

            article#navegacion_fichas div a {
                font-family: "dinengschriftstd", "Another Font", generic;
                font-size: 35px;
                text-decoration: none;
                color: #999999;
            }

            article#navegacion_fichas div#center a {
                font-size: 37px;
            }

    article.cuadros_ficha {
        padding: 20px 5px 0 5px;
        margin-bottom: 5px;
        background-color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    article#cartel {
        position: relative;
        width: calc(100% - 8px);
        left: 2px;
        padding: 10px 2px 5px 2px;
        height: 425px;
        border-radius: 0 0 4px 4px;
    }

        article#cartel img.cartel {
            display: none;
        }

        article#cartel img.trailer, article#cartel .trailer {
            width: calc(100% - 30px);
        }

        article#cartel div.puntuacion {
            position: absolute;
            width: 210px;
            height: 26px;
            bottom: 10px;
            left: 20px;
            text-align: left;
        }

            article#cartel div.puntuacion p {
                position: absolute;
                top: 5px;
                right: 0;
                margin: 0;
                font-family: "Trebuchet MS";
                font-size: 13px;
                color: #999999;
            }

            article#cartel div.puntuacion ul.stars {
                left: 0px;
                top: 0px;
                margin: 0 !important;
                padding: 0 !important;
            }
    /*ESTRELLAS DE PUNTUACIÓN*/
    #ficha_pelicula .estrella_100,
    #ficha_pelicula .estrella_75,
    #ficha_pelicula .estrella_50,
    #ficha_pelicula .estrella_25,
    #ficha_pelicula .estrella_0,
    #ficha_pelicula div.puntuacion ul li.notselected,
    #ficha_pelicula div.puntuacion ul li.selected,
    #ficha_eventos .estrella_100,
    #ficha_eventos .estrella_75,
    #ficha_eventos .estrella_50,
    #ficha_eventos .estrella_25,
    #ficha_eventos .estrella_0,
    #ficha_eventos div.puntuacion ul li.notselected,
    #ficha_eventos div.puntuacion ul li.selected {
        background-image: url(../img/estrella_M.png);
        width: 26px;
        height: 26px;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
    }

    #ficha_pelicula .estrella_100,
    #ficha_eventos .estrella_100 {
        background-position: -104px 0;
    }

    #ficha_pelicula .estrella_75,
    #ficha_eventos .estrella_75 {
        background-position: -78px 0;
    }

    #ficha_pelicula .estrella_50,
    #ficha_eventos .estrella_50 {
        background-position: -52px 0;
    }

    #ficha_pelicula .estrella_25,
    #ficha_eventos .estrella_25 {
        background-position: -26px 0;
    }

    #ficha_pelicula .estrella_0,
    #ficha_eventos .estrella_0 {
        background-position: 0 0;
    }

    #ficha_pelicula div.puntuacion ul li.notselected,
    #ficha_eventos div.puntuacion ul li.notselected {
        background-position: 0 0;
    }

    #ficha_pelicula div.puntuacion ul li.selected,
    #ficha_eventos div.puntuacion ul li.selected {
        background-position: -130px 0;
    }
    /*/
ESTRELLAS DE PUNTUACIÓN*/
    /*ICONOS COMPARTIR*/
    #ficha_pelicula .com_facebook,
    #ficha_pelicula .com_twitter,
    #ficha_pelicula .com_gplus,
    #ficha_pelicula .com_pinterest,
    #ficha_pelicula .com_close,
    #ficha_eventos .com_facebook,
    #ficha_eventos .com_twitter,
    #ficha_eventos .com_gplus,
    #ficha_eventos .com_pinterest,
    #ficha_eventos .com_close {
        background-image: url(../img/iconossociales_M.png);
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
    }

    #ficha_pelicula .com_facebook,
    #ficha_eventos .com_facebook {
        background-position: 0 0;
    }

    #ficha_pelicula .com_twitter,
    #ficha_eventos .com_twitter {
        background-position: -30px 0;
    }

    #ficha_pelicula .com_gplus,
    #ficha_eventos .com_gplus {
        background-position: -60px 0;
    }

    #ficha_pelicula .com_pinterest,
    #ficha_eventos .com_pinterest {
        background-position: -90px 0;
    }

    #ficha_pelicula .com_close,
    #ficha_eventos .com_close {
        background-position: -120px 0;
    }

    #ficha_pelicula div.inactivo,
    #ficha_pelicula div.inactivo2,
    #ficha_pelicula div.activo,
    #ficha_eventos div.inactivo,
    #ficha_eventos div.inactivo2,
    #ficha_eventos div.activo {
        background-image: url(../img/iconossociales_M.png);
        width: 29px;
        height: 30px;
        background-repeat: no-repeat;
        display: inline-block;
    }

    #ficha_pelicula div.inactivo2,
    #ficha_eventos div.inactivo2 {
        background-position: -149px 0;
    }

    #ficha_pelicula div.inactivo,
    #ficha_eventos div.inactivo {
        background-position: -120px 0;
    }

    #ficha_pelicula div.activo,
    #ficha_eventos div.activo {
        background-position: -177px 0;
    }
    /*/
ICONOS COMPARTIR*/
    article#cartel div.compartir {
        position: absolute;
        bottom: 5px;
        right: 17px;
    }

    article#cartel div.compartir_opt {
        position: absolute;
        bottom: 0;
        right: 10px;
        width: 78px;
    }

        article#cartel div.compartir_opt a {
            margin: 0px 2px;
        }

    article#cartel div.cinta {
        position: absolute;
        right: 17px;
        bottom: 40px;
    }

        article#cartel div.cinta img {
            display: block;
            margin-top: 1px;
        }

    article#info {
        display: none;
    }

    article.descripcion {
        position: relative;
        width: calc(100% - 34px);
        height: auto;
        left: 2px;
        text-align: left;
        padding: 15px;
    }

        article.descripcion.d1 {
            display: none;
        }

        article.descripcion div.datos {
            position: relative;
            display: inline-block;
            margin-bottom: 20px;
            width: 100%;
        }

        article.descripcion .calificacion {
            position: absolute;
            right: 0;
            top: 0;
        }

        article.descripcion div.datos div#datos1 {
            width: 100%;
        }

        article.descripcion div.datos p {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 16px;
            color: #666666;
            margin: 0 0 7px;
        }

            article.descripcion div.datos p span {
                color: #333333;
            }

        article.descripcion .tecnologias {
            position: relative;
            display: inline-block;
            width: 100%;
            min-height: 50px;
            line-height: 50px;
            margin: 10px 0;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            text-align: right;
            color: #333333;
        }

            article.descripcion .tecnologias p {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 180px;
                margin: 0;
            }

            article.descripcion .tecnologias .imax, article.descripcion .tecnologias .isens, article.descripcion .tecnologias .dolby, article.descripcion .tecnologias .screenX {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 80px;
                height: 30px;
                margin-top: 10px;
            }

            article.descripcion .tecnologias .imax {
                background: url("../img/imax.jpg") no-repeat;
            }

            article.descripcion .tecnologias .isens {
                background: url("../img/isens.jpg") no-repeat;
            }

            article.descripcion .tecnologias .dolby {
                background: url("../img/dolby.jpg") no-repeat;
            }

            article.descripcion .tecnologias .screenX {
                background: url("../img/alucinaScreenX.jpg") no-repeat;
            }

        article.descripcion .euro {
            width: 100%;
            text-align: center;
        }

        article.descripcion p {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 18px;
            color: #666666;
        }

    article.select_cinefav {
        position: relative;
        width: calc(100% - 6px);
        height: auto;
        left: 2px;
        margin-bottom: 5px;
        text-align: center;
    }

    #ficha_pelicula article.select_cinefav div.s_zona,
    #ficha_eventos article.select_cinefav div.s_zona {
        display: none !important;
        visibility: hidden !important;
    }

    article#cartel img.cartel.trailer {
        display: inline-block;
    }

    article.select_cinefav .field {
        margin: 0 auto;
    }
    /* ############################################################################################################################# */
    /* HORARIOS */
    .horarios {
        font-size: 18px;
    }

        .horarios .lista_horarios {
            width: 96%;
            min-height: 95px;
        }



        .horarios .cine p {
            height: 40px;
            line-height: 40px;
        }

    article#banners {
        display: none;
    }
    /* HORARIOS v.3 08/2015 */
    .horarios .lista_horarios {
        min-height: 62px;
    }

    .horarios li .lista_horarios .tipo {
        height: 40px;
        line-height: 40px;
    }
    /* /HORARIOS */
    /* ############################################################################################################################# */
    /* ############################################################################################################################# */
    /* CINE HORARIOS */
    .movil_hide {
        display: none !important;
    }

    .horarios .pelicula .poster {
        width: 125px;
    }

        .horarios .pelicula .poster img {
            width: 115px;
            height: 161px;
        }

    .horarios .pelicula .peli_info {
        width: calc(100% - 150px);
        min-height: 155px;
    }

        .horarios .pelicula .peli_info h4 {
            font-size: 22px;
        }

        .horarios .pelicula .peli_info p {
            font-size: 16px;
        }

    .horarios .pelicula span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 125px;
        height: 21px;
        left: 576px;
        z-index: 9999;
    }

    .horarios .pelicula .verhorarios {
        display: block;
    }

    .horarios .pelicula .calificacion {
        margin-top: 15px;
    }

    .horarios .pelicula .tecnologia {
        display: inline-block;
    }

    .horarios .pelicula.warner .poster span {
        width: 128px;
        background-size: auto;
    }

    .horarios ul.destacado {
        border: 5px solid #ffdf0f;
    }

        .horarios ul.destacado.evento {
            display: none;
        }

        .horarios ul.destacado li.destacado p {
            font-size: 25px;
        }

        .horarios ul.destacado .pelicula, .horarios ul.destacado .pelicula .peli_info {
            height: 114px;
        }

        .horarios ul.destacado .peli_info h4 {
            width: 100%;
            font-size: 22px;
        }

        .horarios ul.destacado .peli_info p {
            width: 40%;
            font-size: 19px;
        }

        .horarios ul.destacado .peli_info > a {
            width: 206px;
            height: 43px;
            line-height: 43px;
            font-size: 22px;
            margin: 0;
        }
    /* /CINE HORARIOS */
    /* ############################################################################################################################# */
    /* ############################################################################################################################## */
    /* EVENTOS */
    #eventos main section .cartelera_peliculas > ul > li {
        /*estilo de los carteles*/
        height: 255px;
    }

    #eventos main section .cartelera_peliculas ul li h3,
    #eventos main section .cartelera_peliculas ul li h3 a {
        /*título del cartel*/
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li a.vf, .no-touch #eventos main section .cartelera_peliculas ul li a.vf:hover {
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li div.fecha {
        position: relative;
        margin: 0px 10px;
        height: 20px;
        line-height: 20px;
        text-align: left;
        font-family: "dinengschriftstd", "Another Font", generic;
        color: #999999;
        font-size: 20px;
    }

    #eventos .cartelera_peliculas .mashorarios {
        display: none;
    }

    #eventos main section .cartelera_peliculas ul li div.puntuacion {
        position: absolute;
        bottom: 5px;
        width: 100px;
        height: 25px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir {
        position: absolute;
        bottom: 5px;
        right: 8px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir_opt {
        position: absolute;
        bottom: 4px;
        right: 8px;
    }

    #eventos .tipo_evento {
        top: 48px;
        left: 19px;
    }

    #eventos .linkcartel .stick-va {
        top: 48px;
        left: 19px;
    }
    /* /EVENTOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FICHA CINE */
    #ficha_cine section {
        padding-bottom: 640px;
    }

        #ficha_cine section .select_cinefav {
            width: 100%;
            left: 0;
            margin-bottom: 10px;
            margin-top: -2px;
        }

    #ficha_cine .select_cinefav .field {
        margin: 0;
    }

    #ficha_cine article.seleccionardia .container_rb {
        display: none;
    }

    #ficha_cine .select_cinefav .maps,
    #ficha_cine .select_cinefav .btn_zona,
    #ficha_cine .select_cinefav .btn_promos,
    #ficha_cine .select_cinefav .print_btn {
        display: none;
    }

    article.select_cinefav .btn_promos {
        /* se utiliza despues?*/
        width: 192px;
        font-size: 20px;
    }

    #ficha_cine .horarios {
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }

    #ficha_cine article > h3 {
        width: 74px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    #ficha_cine article h3.promo {
        width: 120px;
    }

    article.promociones {
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }

        article.promociones h3, article.evento h3 {
            display: none;
        }

        article.promociones .banners_promo {
            background: none;
            height: auto;
        }

            article.promociones .banners_promo ul {
                overflow: auto;
                white-space: initial;
                top: 0;
                margin: 0;
                width: 100%;
            }

            article.promociones .banners_promo #next, article.promociones .banners_promo #prev {
                display: none;
            }

            article.promociones .banners_promo li {
                display: block;
                margin: 10px 0 20px;
            }

                article.promociones .banners_promo li img {
                    width: 100%;
                }

    article.precios, article.calif {
        display: none;
    }

    .solo_movil {
        display: block;
        margin-bottom: 3px;
    }

        .solo_movil .btn_contenido {
            position: relative;
            display: inline-block;
            width: calc(99% - 62px);
            height: 52px;
            line-height: 52px;
            text-align: left;
            padding-left: 62px;
            background: #ffdf0f url("../img/cine_radiobox_amarillo_blanco_1.jpg") no-repeat 6px center;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
            margin-bottom: 5px;
            font-family: "Trebuchet MS";
            font-size: 24px;
            color: #666666;
            cursor: pointer;
        }

        .solo_movil .field {
            width: 99%;
            margin: 0 auto;
        }

        .solo_movil .btn_contenido.open {
            background: #ffdf0f url("../img/cine_radiobox_amarillo_blanco_2.jpg") no-repeat 6px center;
        }

        .solo_movil.ev .btn_contenido {
            background: #fba303 url("../img/cine_radiobox_naranja_blanco_1.jpg") no-repeat 6px center;
        }

            .solo_movil.ev .btn_contenido.open {
                background: #fba303 url("../img/cine_radiobox_naranja_blanco_2.jpg") no-repeat 6px center;
            }

        .solo_movil.promo .btn_contenido {
            width: 346px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            padding: 0;
            text-align: center;
            background: #ff0033;
            color: #ffffff;
            margin: 10px 0 40px;
        }

            .solo_movil.promo .btn_contenido.open {
                background: #999999;
            }
    /* CINESAPLAN ----------------------------------------- CINESAPLAN */
    .cinesaplan {
        display: none;
    }

    #promos .cinesaplan {
        display: block;
    }

    .cinesaplan.solo_movil {
        display: block;
        margin-top: 30px;
    }

    .cinesaplan {
        width: calc(100% - 10px);
        margin: 0 auto;
    }

        .cinesaplan .plan {
            width: 100%;
            margin: 0 0 40px 0;
        }

            .cinesaplan .plan .titulo {
                width: 100%;
                height: 33px;
                line-height: 33px;
            }

                .cinesaplan .plan .titulo p {
                    font-size: 30px;
                    text-align: left;
                }

                .cinesaplan .plan .titulo img {
                    top: 5px;
                    right: 10px;
                }

            .cinesaplan .plan > img {
                width: 100%;
            }

            .cinesaplan .plan a {
                margin-top: 8px;
                width: 100%;
                height: 38px;
                line-height: 38px;
                font-size: 27px;
            }
    /* /CINESAPLAN ----------------------------------------- /CINESAPLAN */
    /* BANNER -------------------------------------------- BANNER */
    #ficha_cine article#banner_seccion {
        display: none;
    }

    #promos article#banner_seccion {
        margin-top: 0;
        width: 100%;
        left: 0;
    }

        #promos article#banner_seccion .img_left,
        #eventos article#banner_seccion .img_left {
            position: absolute;
            z-index: 10;
            top: calc(50% - 48px);
            left: 15px;
        }

        #promos article#banner_seccion .img_right,
        #eventos article#banner_seccion .img_right {
            position: absolute;
            z-index: 10;
            top: calc(50% - 48px);
            right: 15px;
        }

    #banner_seccion div.radios {
        position: absolute;
        padding: 5px 0 5px 0;
        text-align: center;
        width: 100%;
        bottom: 10px;
    }
    /* /BANNER -------------------------------------------- /BANNER */
    /* /FICHA CINE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRAILERS CARTELERA*/
    .no-touch #trailers_cartelera section .cartelera_peliculas > ul > li a:hover .play {
        position: absolute;
        top: 58px;
        left: 33px;
    }

    #trailers_estrenos section {
        width: 640px;
        margin: 0 auto;
    }

        #trailers_estrenos section .cartelera_peliculas > ul {
            margin-left: 5px !important;
            margin-right: 5px !important;
        }

            #trailers_estrenos section .cartelera_peliculas > ul > li {
                height: 273px;
                width: 290px;
                margin-right: 2px;
                margin-left: 2px;
                padding: 2px 8px;
            }

                #trailers_estrenos section .cartelera_peliculas > ul > li .cartel {
                    width: 290px;
                    height: 183px;
                    margin-left: 0px;
                }

                #trailers_estrenos section .cartelera_peliculas > ul > li h3 {
                    width: 280px;
                }

        #trailers_estrenos section .cartelera_peliculas ul li div.puntuacion {
            margin: 5px 0 0 0px;
        }

        #trailers_estrenos section .cartelera_peliculas ul li div.compartir {
            margin: 5px 0 0 0;
        }

        #trailers_estrenos section .cartelera_peliculas ul li div.compartir_opt {
            margin: 5px 0 0 0;
        }

        #trailers_estrenos section .cartelera_peliculas ul li span.colorbutton {
            left: 84px;
        }

        #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi {
            background: none;
            text-align: center;
            height: auto;
        }

            #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi img {
                width: 90%;
                height: 90%;
                margin-top: 30px;
            }

    .no-touch #trailers_estrenos section .cartelera_peliculas > ul > li a:hover .play {
        position: absolute;
        top: 52px;
        left: 8px;
        width: 290px;
        height: 183px;
    }
    /* /TRAILERS CARTELERA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MAPA */
    #mapa section {
        min-height: 1150px;
        /* general */
        padding-bottom: 680px;
    }

    #mapa #bajo_menu {
        /* general */
        height: 30px;
        margin-top: -10px;
    }

    #mapa #publicidad_body {
        display: block;
    }

    #mapa #mapa-cines img#mapa {
        display: none;
    }

    #mapa #mapa-cines {
        position: relative;
        background-color: #FFFFFF;
        width: 620px;
        height: auto;
        margin: 0 auto;
    }

    #menu_mapa {
        position: relative;
    }

        #menu_mapa div {
            display: block;
        }

            #menu_mapa div ul,
            #menu_mapa div ul li,
            #menu_mapa div ul li ul,
            #menu_mapa div ul li ul li {
                padding: 0;
                margin: 16px 0;
                ;
            }

                #menu_mapa div ul li,
                #menu_mapa div ul li ul li {
                    padding-left: 5px;
                }

    ul.listado li {
        display: inline-block;
        width: 295px;
    }

    #menu_mapa li.titulo {
        font-family: "dinengschriftstd";
        font-size: 21px;
        color: #666666;
        background-color: #FED801;
        padding: 0 5px;
    }

    #menu_mapa li {
        font-family: "Trebuchet MS", Arial, Helvetica;
        font-size: 23px;
        color: #666;
        text-align: left;
    }

    #menu_mapa ul li a {
        cursor: pointer;
        color: #666;
    }
    /* /MAPA */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS */
    #promos .select_cinefav {
        width: calc(100% - 20px);
        margin-top: 10px;
    }

        #promos .select_cinefav .row:first-child {
            margin-bottom: 0;
        }

        #promos .select_cinefav .row:last-child {
            text-align: right;
        }

            #promos .select_cinefav .row:last-child > p {
                margin: 0 10px 0 0;
                line-height: 42px;
                font-size: 21px;
                width: 100%;
                text-align: left;
            }

        #promos .select_cinefav .row .field {
            width: 100%;
            display: block;
            margin-bottom: 5px;
        }

    #promos article.select_cinefav .btn_borrar {
        height: 46px;
        line-height: 46px;
        width: 202px;
        margin-left: 4px;
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
    }

    #promos main section {
        margin-left: 0px;
        width: 100%;
    }

    #promos .listapromos {
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: left;
        width: 610px;
    }

        #promos .listapromos ul {
            padding: 0;
        }

            #promos .listapromos ul li {
                display: inline-block;
                position: relative;
                width: 295px;
                margin: 0 5px 15px 5px;
                padding: 0;
            }

        #promos .listapromos li h3 {
            position: relative;
            font-size: 19px;
            width: 285px;
            line-height: 30px;
            margin: 0 0 5px 0 !important;
            padding-left: 10px;
            background-color: #ffffff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #666666;
        }

            #promos .listapromos li h3 a {
                color: #666666;
            }

    #promos article.select_cinefav.filtrar {
        /*******************************************************************************/
        max-height: 363px;
        height: 363px;
    }

    #promos article.select_cinefav div#select2,
    #promos article.select_cinefav div#select3,
    #promos article.select_cinefav div#select4 {
        position: absolute;
        left: 0;
        z-index: 15;
    }

    #promos article.select_cinefav div#select3 {
        top: 130px;
        z-index: 10;
    }

    #promos article.select_cinefav div#select4 {
        top: 220px;
        z-index: 5;
    }

    #promos article.select_cinefav div#select,
    #promos article.select_cinefav div#select2,
    #promos article.select_cinefav div#select3,
    #promos article.select_cinefav div#select4 {
        margin-bottom: 20px;
    }

    #promos article.titulo_promo {
        width: 600px;
        margin: 0 auto;
    }

        #promos article.titulo_promo div {
            color: #ffffff;
            font-size: 22px;
            font-family: "Trebuchet MS";
            text-align: center;
            background-color: #999999;
            width: 300px;
            padding: 0 10px;
            height: 45px;
            line-height: 45px;
            -webkit-border-radius: 6px 6px 0 0;
            -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

    #promos article.titulo_filtro div {
        background-color: #ff0033;
    }

    #promos .bb_dsk {
        display: none;
    }

    #promos .bb_tlf {
        display: inline;
    }
    /* /PROMOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS LANDING */
    #promos_landing section {
        margin-top: -25px;
        position: relative;
    }

    #promos_landing #bajo_menu {
        margin-top: -12px;
    }

    #promos_landing section article.cartel-promo {
        position: relative;
        width: calc(100% - 10px);
        padding: 12px 0;
        text-align: center;
        margin-bottom: 20px;
        left: 5px;
    }

        #promos_landing section article.cartel-promo img {
            width: 610px;
        }

    #promos_landing section article.panel_right {
        position: relative;
        width: calc(100% - 10px);
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #promos_landing section div.info-promo {
        position: relative;
        padding: 5px 10px;
        font-size: 18px;
        margin-bottom: 30px;
        text-align: left;
    }

        #promos_landing section div.info-promo p {
            line-height: 22px;
            padding-bottom: 8px;
        }

            #promos_landing section div.info-promo p.titulo {
                padding-bottom: 16px;
            }

    #promos_landing #publicidad_body {
        bottom: -330px;
    }

    #promos_landing #publicidad_body {
        bottom: -660px;
    }
    /* /PROMOS LANDING */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROXIMOS ESTRENOS */
    #proximos_estrenos section {
        margin-top: 50px;
    }

    #proximos_estrenos article.cartelera_peliculas .fechaestreno {
        width: calc(100% + 32px);
        height: 38px;
        top: -45px;
        line-height: 38px;
    }

        #proximos_estrenos article.cartelera_peliculas .fechaestreno span {
            font-size: 28px;
        }

    #proximos_estrenos article.cartelera_peliculas li.ventaanticipada a .stick-va {
        left: 15px;
        top: 4px;
        margin-top: 0;
    }
    /* /PROXIMOS ESTRENOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HOME */
    #home #separador-bottom {
        max-width: 1220px;
        width: 100%;
        height: 13px;
        margin: 0 auto;
    }

    #home .pelicula_principal {
        width: 100%;
        max-width: 1190px;
        padding: 0;
        margin: 0 auto;
    }

        #home .pelicula_principal ul li {
            position: relative;
            max-height: 505px;
            width: 100%;
            max-width: 1190px;
        }

        #home .pelicula_principal img {
            width: 100%;
            max-height: 505px;
        }

        #home .pelicula_principal .topo3d {
            top: 15px;
            right: 15px;
            width: 144px;
            height: 144px;
        }

        #home .pelicula_principal .principal-info {
            position: relative;
            width: 100%;
            height: 50px;
            line-height: 70px;
            bottom: 0;
            text-align: left;
        }

            #home .pelicula_principal .principal-info a {
                position: absolute;
                width: calc(100% - 30px);
                margin: 0;
                font-size: 31px;
                line-height: 31px;
                padding: 10px 15px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                #home .pelicula_principal .principal-info a.trailer {
                    display: none;
                }

        #home .pelicula_principal .img_left,
        #home .pelicula_principal .img_right {
            top: 0;
            height: 250px;
            width: 49px;
        }

        #home .pelicula_principal .img_left {
            left: 0;
        }

        #home .pelicula_principal .img_right {
            right: 0;
        }

            #home .pelicula_principal .img_left span,
            #home .pelicula_principal .img_right span {
                top: 130px;
            }

            #home .pelicula_principal .img_right span {
                left: auto !important;
                right: 0;
            }

    #home .promociones {
        display: none;
    }

        #home .promociones .shadow_left,
        #home .promociones .shadow_right,
        #home .cartelera .shadow_left,
        #home .cartelera .shadow_right,
        #home .tecnologia .shadow_left,
        #home .tecnologia .shadow_right {
            top: 0;
            width: 43px;
            z-index: 4;
        }

            #home .promociones .shadow_left .img_left,
            #home .promociones .shadow_right .img_right {
                width: 29px;
                height: 390px;
            }

    #home .cartelera {
        height: 300px;
    }

        #home .cartelera .cart-menu {
            position: absolute;
            top: 10px;
            left: 0;
        }

            #home .cartelera .cart-menu a {
                font-size: 27px;
            }

        #home .cartelera .shadow_right .img_right span,
        #home .cartelera .shadow_left .img_left span {
            top: 100px;
        }

    #home .carteles-carrusel,
    #ciclos .carteles-carrusel,
    #ficha_cine .carteles-carrusel {
        position: relative;
        top: 10px;
        height: 460px;
    }

    #ciclos .carteles-carrusel,
    #ficha_cine .carteles-carrusel,
    #home .carteles-carrusel {
        height: 234px;
    }

        #home .carteles-carrusel ul,
        #ciclos .carteles-carrusel ul,
        #ficha_cine .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            height: 450px;
            margin: 15px 0 0 0;
            padding: 0;
        }

        #home .carteles-carrusel ul,
        #ciclos .carteles-carrusel ul,
        #ficha_cine .carteles-carrusel ul {
            height: 220px;
            min-height: auto;
        }

            #home .carteles-carrusel ul li,
            #ciclos .carteles-carrusel ul li,
            #ficha_cine .carteles-carrusel ul li {
                display: inline-block;
                position: relative;
                margin: 0 5px;
            }

            #ciclos .carteles-carrusel ul span.rb_promo {
                background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
                width: 81px;
                position: absolute;
                top: 6px;
                height: 21px;
                left: 96px;
            }

    #ciclos .ciclo li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    #home .pelicula_principal span.rb_promo {
        background: url(../img/IconPromo/icono_promo_grande_derecha_inclinado_redonda_pequeño.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 9px;
        height: 68px;
        left: 8px;
    }

    #home .cartelera span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 6px;
        height: 21px;
        left: 95px;
    }

    #home .cartelera ul li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    #home .cartelera li img,
    #ciclos .ciclo li img,
    #ficha_cine .ciclo li img {
        width: 140px;
    }

    #ciclos .ciclo .infopeli,
    #ficha_cine .ciclo .infopeli,
    #home .cartelera .infopeli {
        display: none;
    }

        #home .cartelera .infopeli h4,
        #ciclos .ciclo .infopeli h4,
        #ficha_cine .ciclo .infopeli h4 {
            position: absolute;
            font-size: 33px;
            top: 2px;
            left: 5px;
            margin: 0;
            padding: 0;
            width: 190px;
            height: 90px;
            white-space: normal;
            overflow: hidden;
            text-align: left;
        }

        #home .cartelera .infopeli p,
        #ciclos .ciclo .infopeli p,
        #ficha_cine .ciclo .infopeli p {
            font-size: 23px;
            position: absolute;
            bottom: 5px;
            margin: 0;
            left: 5px;
        }

        #home .cartelera .infopeli .mas,
        #ciclos .ciclo .infopeli a,
        #ficha_cine .ciclo .infopeli a {
            position: absolute;
            bottom: 7px;
            right: 8px;
            width: 30px;
            height: 30px;
            line-height: 27px;
            font-size: 23px;
        }

    #home .cartelera .shadow_left .img_left,
    #home .cartelera .shadow_right .img_right {
        width: 29px;
        height: 228px;
    }

    #ciclos .ciclo .shadow_left .img_left,
    #ciclos .ciclo .shadow_right .img_right,
    #ficha_cine .ciclo .shadow_left .img_left,
    #ficha_cine .ciclo .shadow_right .img_right {
        width: 29px;
        height: 310px;
    }

    #home .tecnologia p {
        text-align: left;
        font-size: 22px;
        text-align: center;
    }

    #home .tecnologia .robapaginas {
        position: relative;
        display: block;
        margin: 20px auto 0;
        width: 320px;
    }

    #home .tecnologia .tecno {
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: 300px;
    }

    #home .tecnologia .shadow_left,
    #home .tecnologia .shadow_right {
        height: 300px;
    }

    #home .tecnologia ul {
        position: relative;
        height: 390px;
        top: 30px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #home .tecnologia li {
        height: 250px;
        width: 32.75%;
        display: inline-block;
        position: relative;
        text-align: center;
    }

    #home .tecnologia .dolby,
    #home .tecnologia .imax,
    #home .tecnologia .isens {
        width: 211px;
        height: 242px;
        background-position: -583px -117px;
    }

    #home .tecnologia .dolby {
        background-position: -1005px -117px;
    }

    #home .tecnologia .isens {
        background-position: -794px -117px;
    }

    #home .tecnologia li a {
        left: 0;
        margin: 0 !important;
    }

    #home .tecnologia li:nth-child(2) {
        border-left: 2px solid #dddddd;
        border-right: 2px solid #dddddd;
        overflow: hidden;
        width: 200px;
    }

    #home .tecnologia li:nth-child(3) {
        border-right: 2px solid #dddddd;
        overflow: hidden;
    }

    #home .clientes {
        height: 570px;
        text-align: left;
    }

        #home .clientes .promos {
            position: relative;
            display: block;
            margin-left: 10px;
            margin-bottom: 20px;
            top: 10px;
            width: 97%;
            vertical-align: top;
        }

        #home .clientes .promobox {
            position: relative;
            margin: 0 auto !important;
        }

            #home .clientes .promobox img {
                width: 100%;
                max-width: 780px;
            }

            #home .clientes .promobox .radios {
                float: right;
            }

        #home .clientes .toppeliculas {
            position: relative;
            display: inline-block;
            width: 99%;
            margin-left: 0px;
            top: 10px;
            vertical-align: top;
        }

            #home .clientes .toppeliculas ul {
                margin: 0;
                padding: 0;
            }

            #home .clientes .toppeliculas li {
                display: inline-block;
                margin: 0 5px;
            }

            #home .clientes .toppeliculas img {
                width: 180px;
            }

            #home .clientes .toppeliculas .img_left,
            #home .clientes .toppeliculas .img_right {
                position: absolute;
                top: 0;
                width: 27px;
                height: 260px;
            }

            #home .clientes .toppeliculas .img_left {
                background-position: 0 50%;
                left: 10px;
            }

            #home .clientes .toppeliculas .img_right {
                background-position: -29px 50%;
                right: 5px;
            }

    #home article {
        margin: 0 !important;
    }

        #home article.cartelera {
            margin-top: 15px !important;
        }

        #home article.tecnologia {
            margin-top: 20px !important;
            margin-bottom: 50px !important;
        }

    #home .home-row {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

        #home .home-row h3 {
            height: 50px;
            line-height: 50px;
            font-size: 25px;
            margin: 0 0 10px 0;
        }

        #home .home-row .btn {
            right: 0;
            bottom: 0;
            height: 45px;
            line-height: 45px;
            font-size: 19px;
            margin: 0 0 10px 0;
        }

    #home .listacines {
        display: inline-block;
    }

    #home .radios {
        bottom: 10px;
    }
    /* /HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CICLOS */
    #ciclos section {
        min-height: 330px;
        margin-left: 10px;
        width: calc(100% - 20px);
    }

    #ciclos #publicidad_body {
        margin: 48px 10px 0 0;
    }

    #ciclos .ciclo,
    #ficha_cine .ciclo {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    #ficha_cine .ciclo {
        width: calc(100% - 20px);
        margin: 0 auto 60px auto;
    }

    #ciclos .ciclo.robapaginas {
        width: 100%;
    }

    #ciclos .ciclo .titulo,
    #ficha_cine .ciclo .titulo {
        position: relative;
        width: 243px;
        padding: 5px 15px;
        font-size: 20px;
    }

    #ciclos .ciclo .carteles-carrusel,
    #ficha_cine .ciclo .carteles-carrusel {
        position: relative;
        top: 10px;
        width: 100%;
    }

        #ciclos .ciclo .carteles-carrusel ul,
        #ficha_cine .ciclo .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            top: 0;
            margin-top: 15px;
        }

            #ciclos .ciclo .carteles-carrusel ul li,
            #ficha_cine .ciclo .carteles-carrusel ul li {
                position: relative;
            }
    /* /CICLOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD */
    #cinesacard main #bajo_menu {
        height: 23px;
    }

    #cinesacard article {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    #cinesacard .ccard .micuenta,
    #cinesacard .ccard .ventajas_ccard {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    #cinesacard .micuenta img {
        position: absolute;
        top: 0;
        left: 20px;
        margin-top: -70px;
        height: 150px;
        width: 150px;
    }

    #cinesacard .micuenta h3 {
        position: relative;
        top: 25px;
        left: -20px;
        line-height: 30px;
        font-size: 65px;
    }

    #cinesacard .formlogin {
        position: relative;
        margin: 0 auto;
        margin-top: 52px;
        margin-bottom: 25px;
        width: calc(100% - 20px);
        height: 280px;
    }

        #cinesacard .formlogin form {
            position: relative;
            width: calc(100% - 10px);
            margin: 0 5px;
        }

        #cinesacard .formlogin input[type="email"],
        #cinesacard .formlogin input[type="password"] {
            width: 280px;
            border: none;
            height: 70px;
            line-height: 70px;
            font-size: 27px;
            padding-left: 15px;
            margin: 0 3px 7px 3px;
        }

        #cinesacard .formlogin input[type="submit"] {
            width: 598px;
            height: 58px;
            font-size: 33px;
        }

        #cinesacard .formlogin a {
            position: relative;
            top: 10px;
            margin: 0 10px;
            font-size: 18px;
            border-bottom: 1px solid #cccccc;
        }

    #cinesacard .ventajas_ccard {
        margin-top: 72px;
        margin-left: 5px;
        height: 230px;
        width: calc(100% - 20px);
    }

        #cinesacard .ventajas_ccard h3 {
            font-size: 48px;
            margin: 5px 0 0 0;
        }

        #cinesacard .ventajas_ccard p {
            font-size: 22px;
            margin: 0;
            margin-bottom: 30px;
            line-height: 10px;
        }

        #cinesacard .ventajas_ccard .lista_ventajas {
            position: relative;
            margin: 0 auto;
            margin-top: 20px;
            left: 8px;
        }

            #cinesacard .ventajas_ccard .lista_ventajas li {
                position: relative;
                width: 144px;
            }

    #cinesacard .lista_ventajas li div.jueves,
    #cinesacard .lista_ventajas li div.vip,
    #cinesacard .lista_ventajas li div.promociones,
    #cinesacard .lista_ventajas li div.puntos,
    #cinesacard .lista_ventajas li div.eventos {
        background: url(../img/ico_ccard_ventajas_m.png) no-repeat;
        width: 105px;
        height: 105px;
    }

    #cinesacard .lista_ventajas li div.jueves {
        background-position: 0 0;
    }

    #cinesacard .lista_ventajas li div.vip {
        background-position: -105px 0;
        width: 110px;
    }

    #cinesacard .lista_ventajas li div.promociones {
        background-position: -220px 0;
        width: 107px;
    }

    #cinesacard .lista_ventajas li div.puntos {
        background-position: -330px 0;
        width: 113px;
    }

    #cinesacard .lista_ventajas li div.eventos {
        background-position: -448px 0;
    }

    #cinesacard .lista_ventajas a {
        display: none;
        position: absolute;
        left: 0;
        top: -5px;
        width: 90px;
        height: 105px;
        padding: 7px;
        font-size: 18px;
        line-height: 22px;
    }

    #cinesacard .lista_ventajas li div.jueves a {
        width: 98px;
    }

    #cinesacard .lista_ventajas li div.vip a {
        width: 97px;
    }

    #cinesacard .lista_ventajas li div.promociones a {
        width: 98px;
    }

    #cinesacard .lista_ventajas li div.puntos a {
        width: 100px;
    }

    #cinesacard .lista_ventajas li div.eventos a {
        width: 98px;
    }

    #cinesacard .lista_ventajas li div:hover a {
        display: block;
    }

    #cinesacard .conseguirccard {
        text-align: left;
    }

        #cinesacard .conseguirccard > div {
            position: relative;
            display: block;
            width: calc(100% - 20px);
            margin: 0 auto;
            margin-bottom: 30px;
        }

        #cinesacard .conseguirccard .cc_header {
            position: relative;
            height: 125px;
            margin-bottom: 5px;
        }

            #cinesacard .conseguirccard .cc_header p {
                margin: 0;
                line-height: 50px;
                font-size: 27px;
            }

            #cinesacard .conseguirccard .cc_header h3 {
                margin: 0;
                line-height: 60px;
                font-size: 60px;
            }

        #cinesacard .conseguirccard .cc_pasos {
            position: relative;
            margin-top: -8px;
        }

            #cinesacard .conseguirccard .cc_pasos ul {
                height: 130px;
                padding: 0;
            }

                #cinesacard .conseguirccard .cc_pasos ul li {
                    display: inline-block;
                    position: relative;
                    width: 120px;
                    height: 120px;
                    margin: 15px 2% 0 2%;
                }

            #cinesacard .conseguirccard .cc_pasos > div {
                margin: 0 10px;
                font-size: 25px;
                border: 1px solid #ffffff;
            }

            #cinesacard .conseguirccard .cc_pasos p {
                position: relative;
                line-height: 30px;
                margin: 10px 0;
            }

            #cinesacard .conseguirccard .cc_pasos .popcorn {
                position: absolute;
                width: 100px;
                height: 50px;
                top: -17px;
            }

        #cinesacard .conseguirccard .cc_btn {
            position: relative;
            margin-top: 7px;
            height: 80px;
        }

            #cinesacard .conseguirccard .cc_btn a {
                position: absolute;
                width: 300px;
                height: 50px;
                left: calc(50% - 150px);
                top: calc(50% - 25px);
                line-height: 53px;
                font-size: 33px;
            }

        #cinesacard .conseguirccard .cc_aviso {
            font-size: 22px;
        }

    #cinesacard .aviso > div {
        position: relative;
        width: calc(100% - 20px);
        height: 90px;
        margin: 0 auto;
        border: 1px dashed #bcbcbc;
    }

        #cinesacard .aviso > div p {
            display: inline-block;
            line-height: 38px;
            font-size: 27px;
            margin-left: -30px;
        }

        #cinesacard .aviso > div a {
            position: absolute;
            width: 125px;
            height: 35px;
            font-size: 27px;
            top: 28px;
            right: 10px;
            line-height: 33px;
        }

    #cinesacard .puntos .puntos_menu {
        text-align: left;
        padding: 0;
        width: 620px;
        margin-left: 10px;
        white-space: nowrap;
        overflow: hidden;
    }

        #cinesacard .puntos .puntos_menu li {
            display: block;
            font-size: 24px;
            height: 58px;
            line-height: 58px;
            padding: 0;
            width: 100%;
            text-align: center;
            margin: 0 auto 5px;
        }

    #cinesacard .puntos .div-1,
    #cinesacard .puntos .div-3 {
        padding: 10px 0 10px 0;
        width: 620px;
        margin-left: 10px;
    }

        #cinesacard .puntos .div-1 ul,
        #cc_micuenta .puntos .div-1 ul {
            padding-left: 20px;
            text-align: left;
        }

        #cinesacard .puntos .div-1 li,
        #cc_micuenta .puntos .div-1 li {
            position: relative;
            display: inline-block;
            border: 2px solid #efefef;
            width: 121px;
            height: 239px;
            margin: 50px 7px 30px 7px;
        }

            #cinesacard .puntos .div-1 li .tiporegalos,
            #cc_micuenta .puntos .div-1 li .tiporegalos {
                position: absolute;
                width: 140px;
                height: 30px;
                line-height: 30px;
                top: -44px;
                left: -2px;
                padding-left: 5px;
                font-size: 16px;
            }

                #cinesacard .puntos .div-1 li .tiporegalos.tr_last,
                #cc_micuenta .puntos .div-1 li .tiporegalos.tr_last {
                    width: 121px;
                }

    #cinesacard .regalo-puntos,
    #cc_micuenta .regalo-puntos {
        position: absolute;
        bottom: 0;
        width: 121px;
        line-height: 47px;
        border-top: 2px solid #efefef;
        font-size: 30px;
    }

    #cinesacard .puntos .div-1 li .regalo-info,
    #cc_micuenta .puntos .div-1 li .regalo-info {
        position: absolute;
        width: 121px;
        height: 80px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
    }

        #cinesacard .puntos .div-1 li .regalo-info p,
        #cc_micuenta .puntos .div-1 li .regalo-info p {
            line-height: 13px;
            margin-left: 4px;
        }

        #cinesacard .puntos .div-1 li .regalo-info img,
        #cc_micuenta .puntos .div-1 li .regalo-info img {
            margin-top: -7px;
        }

    #cinesacard .puntos .div-3 ul,
    #cc_micuenta .faq .div-3 ul {
        padding-left: 20px;
    }

    #cinesacard .puntos .div-3 li,
    #cc_micuenta .faq .div-3 li {
        position: relative;
        height: 30px;
        width: 90%;
        line-height: 37px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        font-size: 18px;
    }

        #cinesacard .puntos .div-3 li.pregunta,
        #cc_micuenta .faq .div-3 li.pregunta {
            height: auto;
        }

        #cinesacard .puntos .div-3 li.respuesta,
        #cc_micuenta .faq .div-3 li.respuesta {
            height: auto;
            border: 2px solid #e8e8e8;
            margin-left: 0px;
            width: calc(96% + 5px);
        }

            #cinesacard .puntos .div-3 li.respuesta ul li,
            #cc_micuenta .faq .div-3 li.respuesta ul li {
                margin-left: -10px;
                margin-bottom: 10px;
                line-height: 20px;
                height: auto;
                width: 95%;
                font-size: 18px;
            }

                #cinesacard .puntos .div-3 li.respuesta ul li.stitulo,
                #cc_micuenta .faq .div-3 li.respuesta ul li.stitulo {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li.sresumen,
                #cc_micuenta .faq .div-3 li.respuesta ul li.sresumen {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li a,
                #cc_micuenta .faq .div-3 li.respuesta ul li a {
                    border-bottom: 1px solid #666666;
                }
    /* /CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD FORMULARIO*/
    #cc_form article,
    #cc_form_activar article,
    #colegios article,
    #recuperarmail article,
    #recuperarpass article {
        position: relative;
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    #cc_form .titulo,
    #cc_form_activar .titulo,
    #colegios .titulo,
    #recuperarmail .titulo,
    #recuperarpass .titulo,
    #cc_form_finactivar .titulo,
    #cc_form_finpedir .titulo,
    #cc_form_error .titulo {
        margin-bottom: 12px;
    }

        #cc_form .titulo h3,
        #cc_form_activar .titulo h3,
        #colegios .titulo h3,
        #cc_form_finactivar .titulo h3,
        #cc_form_finpedir .titulo h3,
        #cc_form_error .titulo h3,
        #recuperarmail .titulo h3,
        #recuperarpass .titulo h3 {
            font-size: 24px;
            line-height: 40px;
            width: 390px;
            padding-left: 15px;
            margin: 0;
        }

    #cc_form .frm1,
    #cc_form .frm2,
    #cc_form .frm3,
    #cc_form .frm4,
    #cc_form .inf,
    #cc_form_activar .frm1,
    #cc_form_activar .frm2,
    #cc_form_activar .frm3,
    #cc_form_activar .frm4,
    #cc_form_activar .inf,
    #cc_form .mail,
    #cc_form_activar .mail,
    #colegios .frm1,
    #colegios .frm2,
    #colegios .inf,
    #recuperarpass .frm1,
    #recuperarmail .frm1 {
        padding: 15px 0 15px 30px;
        width: calc(100% - 50px);
        text-align: left;
    }

    #cc_form article h4,
    #cc_form_activar article h4,
    #colegios article h4,
    #clientes article h4,
    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 24px;
        margin: 0;
        padding-left: 50px;
        line-height: 40px;
    }

    #cc_form article .num,
    #cc_form_activar article .num,
    #colegios article .num,
    #clientes article .num {
        position: absolute;
        font-size: 24px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 4px solid #ffffff;
    }

    #cc_form article.activo .num,
    #clientes article.activo .num {
        border: 4px solid #b5cbe0;
    }

    #cc_form article.activo h4,
    #cc_form article.inactivo h4,
    #cc_form_activar article.activo h4,
    #cc_form_activar article.inactivo h4,
    #colegios article.activo h4,
    #colegios article.inactivo h4,
    #clientes article.inactivo h4,
    #recuperarmail article.activo h4,
    #recuperarpass article.activo h4 {
        margin-bottom: 40px;
    }

    #cc_form .row,
    #cc_form_activar .row,
    #colegios .row,
    #trabajaconnosotros .row,
    #clientes .row,
    #recuperarmail .row,
    #recuperarpass .row {
        position: relative;
        margin: 10px;
        margin-bottom: 20px;
    }

        #cc_form .row input.text,
        #cc_form_activar .row input.text,
        #colegios .row input.text,
        #cc_micuenta .row input.text,
        #trabajaconnosotros .row input.text,
        #clientes .row input.text,
        #recuperarmail .row input.text,
        #recuperarpass .row input.text {
            width: 42%;
            height: 58px;
            padding-left: 15px;
            margin-right: 15px;
            font-size: 16px;
            margin-bottom: 20px;
        }

    #cc_form .frm3 .row .cc_select,
    #cc_form_activar .frm3 .row .cc_select,
    #colegios .frm3 .row .cc_select {
        margin-bottom: 20px;
    }

        #cc_form .frm3 .row .cc_select.small,
        #cc_form_activar .frm3 .row .cc_select.small,
        #colegios .frm3 .row .cc_select.small {
            margin-bottom: 0px;
        }

    #cc_form .cc_select,
    #cc_form_activar .cc_select,
    #colegios .cc_select {
        width: 45.75%;
        margin-right: 15px;
        vertical-align: top;
        margin-bottom: 20px;
        background-size: 64px auto !important;
    }

        #cc_form .cc_select .select-group,
        #cc_form_activar .cc_select .select-group,
        #colegios .cc_select .select-group {
            width: calc(100% - 85px) !important;
        }

            #cc_form .cc_select .select-group li,
            #cc_form_activar .cc_select .select-group li,
            #colegios .cc_select .select-group li {
                width: calc(100%) !important;
                line-height: 50px;
                font-size: 20px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        #cc_form .cc_select.small,
        #cc_form_activar .cc_select.small,
        #colegios .cc_select.small {
            width: 131px;
            margin-left: 0;
            margin-top: -7px;
            vertical-align: top;
            background-size: 64px auto !important;
        }

            #cc_form .cc_select.small .select-group,
            #cc_form_activar .cc_select.small .select-group,
            #colegios .cc_select.small .select-group {
                width: 65px !important;
            }

                #cc_form .cc_select.small .select-group li,
                #cc_form_activar .cc_select.small .select-group li,
                #colegios .cc_select.small .select-group li {
                    width: 61px !important;
                    padding-left: 5px;
                }

    #cc_form .row span,
    #cc_form_activar .row span,
    #colegios .row span {
        font-size: 18px;
        display: block;
    }

    #cc_form .frm3 .row span,
    #cc_form_activar .frm3 .row span,
    #colegios .frm3 .row span {
        display: inline-block;
        line-height: 42px;
    }

    #cc_form input[type="checkbox"] + label span,
    #cc_form_activar input[type="checkbox"] + label span,
    #colegios input[type="radio"] + label span,
    #trabajaconnosotros input[type="checkbox"] + label span {
        position: relative;
        display: inline-block;
        width: 480px;
        height: 37px;
        line-height: 35px;
        padding-left: 55px;
        font-size: 18px;
    }

    #cc_form .row a,
    #cc_form_activar .row a,
    #colegios .row a {
        border-bottom: 1px solid #909090;
    }

    #cc_form input[type="submit"],
    #cc_form_activar input[type="submit"],
    #colegios input[type="submit"],
    #trabajaconnosotros input[type="submit"],
    #clientes input[type="submit"],
    #recuperarmail input[type="submit"],
    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"],
    #cc_form_activar .btn,
    #colegios .btn,
    #cc_form .btn {
        border: none;
        width: 300px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        margin-left: calc(50% - 165px);
        margin-top: 20px;
    }

    #cc_form .inf,
    #cc_form_activar .inf,
    #colegios .inf {
        margin-bottom: 40px;
    }

        #cc_form .inf p,
        #cc_form_activar .inf p,
        #colegios .inf p {
            font-size: 11px;
        }

    #cc_form_activar .btn,
    #colegios .btn,
    #cc_form .btn {
        text-align: center;
        margin-left: calc(50% - 160px);
        cursor: pointer;
    }
    /* /CINESACARD FORMULARIO*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* /CINESACARD MI CUENTA*/
    #cc_micuenta #sb-site {
        min-height: 1000px !important;
    }

    #cc_micuenta aside {
        display: inline-block;
        width: 400px;
        margin-bottom: 40px;
    }

        #cc_micuenta aside .cuenta {
            top: 60px;
            margin: 0 auto;
        }

            #cc_micuenta aside .cuenta img {
                margin-top: -85px;
                width: 200px;
                height: 200px;
            }

            #cc_micuenta aside .cuenta p {
                font-size: 27px;
                margin: 10px 0 5px 0px;
                text-align: center;
            }

                #cc_micuenta aside .cuenta p span {
                    font-size: 33px;
                }

            #cc_micuenta aside .cuenta h3 {
                font-size: 67px;
                text-align: center;
            }

            #cc_micuenta aside .cuenta ul {
                height: 73px;
                white-space: nowrap;
                overflow: hidden;
            }

                #cc_micuenta aside .cuenta ul li {
                    display: inline-block;
                    width: 199px;
                    margin-top: 3px;
                    font-size: 18px;
                    height: 58px;
                    padding-top: 12px;
                }

                    #cc_micuenta aside .cuenta ul li:nth-child(2n+1) {
                        border-right: 2px solid #ffffff;
                    }

        #cc_micuenta aside .logout {
            height: 42px;
            margin-top: 80px;
        }

            #cc_micuenta aside .logout a {
                font-size: 37px;
                width: 100%;
                height: 48px;
                line-height: 48px;
                left: 0;
            }

        #cc_micuenta aside .info {
            padding: 12px 12px 1px 12px;
            margin: 0 auto;
            margin-bottom: 20px;
            width: 290px;
            display: none;
        }

            #cc_micuenta aside .info p {
                font-size: 11px;
                margin-bottom: 20px;
            }

            #cc_micuenta aside .info a {
                border-bottom: 1px solid #999999;
            }

        #cc_micuenta aside .infocc {
            margin-bottom: 20px;
            padding-bottom: 1px;
            display: none;
        }

            #cc_micuenta aside .infocc .header {
                height: 50px;
                line-height: 50px;
                padding-left: 10px;
                font-size: 14px;
            }

                #cc_micuenta aside .infocc .header.doblelinea {
                    line-height: 18px;
                    padding-top: 8px;
                    height: 42px;
                }

            #cc_micuenta aside .infocc p {
                font-size: 14px;
                margin: 10px;
            }

    #cc_micuenta section {
        width: calc(100% - 20px);
        margin: 0 0 40px 0px;
        display: inline-block;
    }

        #cc_micuenta section article {
            text-align: left;
        }

    #cc_micuenta article.menu {
        margin-top: -22px;
        height: 60px;
    }

        #cc_micuenta article.menu ul {
            padding: 0;
            position: relative;
            width: calc(100% - 20px);
            margin: 20px auto 30px auto;
            height: auto;
            z-index: 300;
            background-color: #E5E5E5;
        }

        #cc_micuenta article.menu li {
            position: relative;
            display: block;
            width: 90%;
            height: 0px;
            line-height: 0px;
            font-size: 34px;
            text-align: left;
            padding-left: 60px;
            margin-top: 0px;
            white-space: nowrap;
            overflow: hidden;
            transition: 0.15s;
        }

        #cc_micuenta article.menu .open li {
            height: 46px;
            line-height: 46px;
            transition: 0.3s;
            margin-top: 2px;
        }

        #cc_micuenta article.menu li.selected {
            height: 46px;
            line-height: 46px;
        }

        #cc_micuenta article.menu li.a_ico {
            background: none;
            background: url("../img/cc_arrows.png") no-repeat 0 0;
            position: absolute;
            width: 25px;
            height: 14px;
            z-index: 10;
            padding: 0;
            margin: 0;
            top: 16px;
            left: 18px;
            transition: 0s;
        }

        #cc_micuenta article.menu ul.open li.a_ico {
            background-position: -26px 0;
        }

    #cc_micuenta .caducan,
    #cc_micuenta .movimientos,
    #cc_micuenta .frm,
    #cc_micuenta .puntos,
    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        margin-left: 5px;
    }

        #cc_micuenta .caducan p,
        #cc_micuenta .movimientos p {
            position: relative;
            top: 25px;
            font-size: 18px;
            margin-left: 30px;
            text-align: left;
        }

        #cc_micuenta .caducan ul {
            padding-left: 140px;
            margin-top: 50px;
            padding-bottom: 20px;
            text-align: left;
        }

            #cc_micuenta .caducan ul li {
                margin-bottom: 5px;
                font-size: 18px;
            }

                #cc_micuenta .caducan ul li div {
                    display: inline-block;
                    width: 150px;
                    height: 40px;
                    line-height: 40px;
                    margin-right: 3px;
                }

                    #cc_micuenta .caducan ul li div span {
                        margin-right: 12px;
                    }

    #cc_micuenta .movimientos {
        text-align: left;
    }

        #cc_micuenta .movimientos .cc_select {
            width: 186px;
            margin-right: 15px;
        }

            #cc_micuenta .movimientos .cc_select .select-group {
                width: 120px !important;
            }

                #cc_micuenta .movimientos .cc_select .select-group li {
                    width: 120px !important;
                }

    #cc_micuenta .movimientos,
    #cc_micuenta .frm {
        position: relative;
        padding-bottom: 1px;
        margin-bottom: 10px;
    }

        #cc_micuenta .movimientos .rangofechas {
            margin: 45px 0 0 30px;
        }

            #cc_micuenta .movimientos .rangofechas span {
                font-size: 15px;
                line-height: 56px;
                margin-right: 15px;
            }

            #cc_micuenta .movimientos .rangofechas .btn {
                display: inline-block;
                width: 186px;
                height: 56px;
                line-height: 56px;
                font-size: 28px;
                margin: 15px 0 25px 39px;
            }

        #cc_micuenta .movimientos .lista_movimientos {
            margin: 10px 30px;
        }

            #cc_micuenta .movimientos .lista_movimientos .row {
                border-bottom: 1px solid #efefef;
            }

                #cc_micuenta .movimientos .lista_movimientos .row div {
                    display: inline-block;
                    margin-right: 7px;
                    padding-left: 0px;
                    font-size: 15px;
                    margin-bottom: 10px;
                    margin-top: 20px;
                }

                #cc_micuenta .movimientos .lista_movimientos .row:last-child {
                    border: none;
                }

        #cc_micuenta .movimientos .row .col1 {
            width: 14%;
        }

        #cc_micuenta .movimientos .row .col2 {
            width: 24%;
        }

        #cc_micuenta .movimientos .row .col3 {
            width: 44%;
        }

        #cc_micuenta .movimientos .row .col4 {
            width: 12%;
        }

        #cc_micuenta .movimientos .lista_movimientos .titulos {
            border: none;
        }

            #cc_micuenta .movimientos .lista_movimientos .titulos > div {
                font-size: 15px;
                height: 25px;
                line-height: 25px;
            }

        #cc_micuenta .movimientos .mostrarmas {
            position: relative;
            margin: 30px auto;
            width: 180px;
            padding-left: 10px;
            height: 56px;
            line-height: 56px;
            font-size: 28px;
            background-position: 150px center;
        }

    #cc_micuenta .frm {
        text-align: left;
    }

        #cc_micuenta .frm > form > div {
            margin-bottom: 10px;
        }

        #cc_micuenta .frm .frm1 {
            top: 20px !important;
        }

        #cc_micuenta .frm > form > div .row {
            margin: 0 0 15px 10px;
        }

        #cc_micuenta .frm .cc_select {
            width: 264px;
            margin-right: 15px;
        }

        #cc_micuenta .frm .cc_select,
        #cc_micuenta .frm .text {
            margin-bottom: 10px;
        }

            #cc_micuenta .frm .cc_select .select-group {
                width: 170px !important;
                font-size: 25px;
                line-height: 46px;
            }

                #cc_micuenta .frm .cc_select .select-group li {
                    width: 170px !important;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

        #cc_micuenta .frm .frm1 span {
            display: block;
        }

        #cc_micuenta .frm h4 {
            font-size: 28px;
            line-height: 40px;
            margin: 50px 0 15px 10px;
        }

    #cc_micuenta .row input.text {
        height: 57px !important;
        ;
    }

    #cc_micuenta .frm .frm1 h4 {
        margin-top: 0px;
    }

    #cc_micuenta .frm .frm2 h4 {
        margin-top: 70px;
    }

    #cc_micuenta input.text {
        width: 248px;
        height: 37px;
        padding-left: 10px;
        margin-right: 15px;
    }

    #cc_micuenta input.text {
        width: 35%;
        height: 50px;
    }

    #cc_micuenta .frm .cc_select.small {
        width: 170px;
    }

        #cc_micuenta .frm .cc_select.small .select-group {
            width: 105px !important;
        }

            #cc_micuenta .frm .cc_select.small .select-group li {
                width: 76px !important;
            }

    #cc_micuenta .frm span {
        font-size: 11px;
        line-height: 35px;
    }

    #cc_micuenta .frm .frm3,
    #cc_micuenta .frm .frm4 {
        margin-bottom: 30px;
    }

    #cc_micuenta .frm input[type="submit"] {
        margin: 0 auto;
        font-size: 28px;
        width: 300px;
        height: 56px;
        line-height: 56px;
    }

    #cc_micuenta .puntos .div-1 {
        top: 30px;
        margin-left: 25px;
    }

        #cc_micuenta .puntos .div-1 ul {
            padding: 0;
        }

        #cc_micuenta .puntos .div-1 li {
            margin-left: 6px;
            margin-right: 6px;
        }

    #cc_micuenta .puntos .div-2 {
        margin-top: 30px;
        padding-top: 15px;
        font-size: 11px;
    }

    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        padding: 20px 0;
    }

    #cc_micuenta .listapromos {
    }

        #cc_micuenta .listapromos ul {
            padding-left: 0;
            margin: 0 auto;
        }

            #cc_micuenta .listapromos ul li {
                display: inline-block;
                margin: 0 5px;
                margin-bottom: 20px;
            }

                #cc_micuenta .listapromos ul li h3 {
                    padding-left: 10px;
                    margin-bottom: 7px;
                }

                    #cc_micuenta .listapromos ul li h3 a {
                        font-size: 13px;
                    }

    #cc_micuenta .asideM .info p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #cc_micuenta .asideM .info a {
        border-bottom: 1px solid #999999;
    }

    #cc_micuenta .asideM .infoccpuntos {
        width: 360px;
        display: inline-block;
    }

    #cc_micuenta .micuenta_campo {
        width: 49%;
    }

    #cc_micuenta .mc2 {
        width: 80%;
    }

        #cc_micuenta .mc2 span {
            line-height: 18px;
            margin-bottom: 10px;
        }

    #cc_micuenta .micuenta_campo.mc_small {
        width: 32%;
    }

    #cc_micuenta .micuenta_campo label,
    #cc_micuenta .micuenta_campo .mc_label {
        font-size: 15px;
        line-height: 20px;
    }

    #cc_micuenta .frm input.text {
        width: calc(100% - 30px) !important;
        position: relative;
    }

    #cc_micuenta .frm .cc_select {
        width: calc(100% - 15px);
    }

        #cc_micuenta .frm .cc_select .select-group {
            width: calc(100% - 64px) !important;
        }

            #cc_micuenta .frm .cc_select .select-group li {
                width: calc(100% - 64px) !important;
            }

        #cc_micuenta .frm .cc_select.small {
            width: calc(100% - 15px);
        }

            #cc_micuenta .frm .cc_select.small .select-group {
                width: calc(100% - 64px) !important;
            }

                #cc_micuenta .frm .cc_select.small .select-group li {
                    width: calc(100% - 64px) !important;
                }
    /* /CINESACARD MI CUENTA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRABAJA CON NOSOTROS */
    #trabajaconnosotros article,
    #clientes article {
        padding: 15px 30px 15px 30px;
        width: calc(100% - 60px);
        text-align: left;
    }

    #clientes article {
        margin-bottom: 0;
    }

    #trabajaconnosotros article p,
    #clientese article p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 30px;
    }

    #trabajaconnosotros article h3,
    #clientes article h3 {
        font-size: 25px;
        ;
        margin: 0 0 20px 0;
    }

    #trabajaconnosotros .text,
    #trabajaconnosotros .cc_select,
    #clientes .text,
    #clientes .cc_select {
        margin-right: 5px !important;
    }

    #trabajaconnosotros .cc_select {
        width: 256px;
        background-size: 64px auto !important;
    }

        #trabajaconnosotros .cc_select .select-group {
            width: 192px !important;
        }

            #trabajaconnosotros .cc_select .select-group li {
                width: 182px !important;
                font-size: 20px;
                line-height: 50px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

    #clientes .cc_select {
        width: 268px;
    }

    #clientes .cc_select {
        margin-bottom: 20px;
    }

        #clientes .cc_select .select-group {
            width: 200px !important;
        }

            #clientes .cc_select .select-group li {
                width: 200px !important;
            }

    #trabajaconnosotros input[type="file"] + label span,
    #clientes input[type="file"] + label span {
        width: 256px;
        height: 56px;
        line-height: 56px;
        font-size: 22px;
    }

    #clientes input[type="file"] + label span {
        width: 268px;
    }

    #trabajaconnosotros textarea,
    #clientes textarea {
        padding: 5px;
        width: 506px;
        height: 120px;
    }

    #trabajaconnosotros .frm1 .btn_siguiente {
        position: relative;
        display: block;
        width: 200px;
        height: 45px;
        line-height: 45px;
        font-size: 28px;
        margin: 30px auto 30px auto;
    }

    #clientes .frm1,
    #clientes .frm2,
    #clientes .frm3,
    #clientes .clients_inf {
        padding: 10px 30px 10px 30px;
        width: calc(100% - 60px);
    }

        #clientes .frm3 input[type="submit"] {
            margin-left: calc(50% - 170px);
        }

    #clientes article p {
        padding-right: 10px;
        font-size: 18px;
    }

    #clientes #canned_response {
        font-size: 15px;
        line-height: 20px;
        position: relative;
        background-color: #cdcdcd;
        padding: 20px;
        width: 90%;
        margin: 20px auto;
    }

    #clientes article,
    #clientes article h4 {
        margin-bottom: 20px !important;
    }
    /* /TRABAJA CON NOSOTROS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ACERCADE */
    #acercade article .historia h3,
    #avisolegal article .historia h3 {
        font-size: 24px;
    }

    #acercade article .historia,
    #proveedores article p,
    #expansion article p,
    #avisolegal article .historia {
        font-size: 17px;
    }
    /* /ACERCADE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SITEMAP */
    #sitemap .mapaweb div {
        width: 250px;
        margin: 0 18px 15px 18px;
    }

        #sitemap .mapaweb div > a {
            position: relative;
            display: inline-block;
            font-size: 32px;
            text-align: center;
            color: #ffffff;
            height: 44px;
            width: 250px;
            line-height: 44px;
        }

    #sitemap .mapaweb li a {
        position: relative;
        display: inline-block;
        width: 250px;
        height: 35px;
        line-height: 35px;
        background-color: #d3d3d3;
        text-align: center;
        font-size: 22px;
    }
    /* /SITEMAP */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* AJUSTES CC_SELECT */
    #cc_form .cc_select ul.open,
    #cc_form_activar .cc_select ul.open,
    #colegios .cc_select ul.open {
        width: 196px !important;
    }

    #cc_form .cc_select.small ul.open,
    #cc_form_activar .cc_select.small ul.open,
    #colegios .cc_select.small ul.open {
        width: 68px !important;
    }
    /* /AJUSTES CC_SELECT */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SUBMENUPELIS */
    .submenucines {
        position: absolute;
        display: none;
        background-color: #ffffff;
        z-index: 1000;
        text-align: left;
        width: calc(100% - 2px);
        left: 0;
        top: 225px;
    }

        .submenucines.open {
            display: block;
        }

        .submenucines .titulo {
            display: none;
        }

        .submenucines .lista {
            width: 100%;
        }

            .submenucines .lista .col {
                position: relative;
                display: block;
                width: 100%;
                margin-right: 3px;
            }

        .submenucines li {
            height: 33px;
            line-height: 33px;
            font-size: 25px;
        }

            .submenucines li.poblacion {
                padding-left: 20px;
            }

            .submenucines li.cine {
                margin: 10px 0;
            }

                .submenucines li.cine a {
                    font-size: 25px;
                    padding-left: 40px;
                }

                .submenucines li.cine span {
                    left: 17px;
                    top: 9px;
                }

            .submenucines li span.promo {
                width: 66px;
                left: 320px;
                background: url(../img/IconPromo/promo_sin_circulo.png) no-repeat;
            }

            .submenucines li.last {
                margin-bottom: 20px;
            }
    /* /SUBMENUPELIS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* COLEGIOS */
    #colegios .frm1 label span {
        width: auto !important;
        text-align: left;
        padding: 0 5px 0 0 !important;
    }

        #colegios .frm1 label span.ico {
            width: 35px !important;
            top: 10px;
        }

    #colegios .row span {
        display: inline;
    }

    #colegios .row input.text_doble {
        width: 530px !important;
    }

    #colegios .row input.text_mitad {
        width: 120px !important;
    }

    #colegios .cc_select {
        width: 266px;
        margin-right: 15px;
        vertical-align: top;
    }

        #colegios .cc_select .select-group {
            width: 194px !important;
        }

            #colegios .cc_select .select-group li {
                width: 202px !important;
            }

    #colegios .row .col {
        width: 280px;
    }

    #colegios .row input.text {
        margin-right: 15px;
        padding-left: 15px;
        width: 245px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #colegios textarea {
        padding-left: 10px;
        width: 520px;
        height: 120px;
    }

    #colegios input[type="submit"] {
        width: 380px;
        margin: 20px 0;
        margin-left: calc(50% - 210px);
    }

    #colegios .inf {
        margin-top: 25px;
    }

        #colegios .inf p {
            font-size: 18px;
            padding: 0 20px 0 0;
        }

        #colegios .frm1 h4,
        #colegios .frm2 h4,
        #colegios .inf h3 {
            font-size: 32px;
        }
    /* /COLEGIOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* INFANTIL */
    #infantil article#banner_seccion .img_left {
        top: calc(50% - 48px);
    }

    #infantil article#banner_seccion .img_right {
        top: calc(50% - 48px);
    }

    #infantil article.cartelera_peliculas,
    #cumpleanos article.cartelera_peliculas {
        text-align: left;
    }

        #infantil article.cartelera_peliculas h2,
        #cumpleanos article.cartelera_peliculas h2 {
            font-size: 20px;
            width: 155px;
            height: 45px;
            line-height: 45px;
            margin-left: 45px;
        }

    #cumpleanos .info_cumples {
        height: 700px;
        width: calc(100% - 20px);
        margin: 0 auto 20px auto;
        background-image: none;
    }

        #cumpleanos .info_cumples .parrafo {
            margin-left: 40px;
            top: 10px;
            width: calc(100% - 70px);
        }

            #cumpleanos .info_cumples .parrafo h3 {
                font-size: 38px;
                margin-bottom: 20px;
            }

            #cumpleanos .info_cumples .parrafo p {
                font-size: 18px;
                line-height: 24px;
            }

        #cumpleanos .info_cumples .btn {
            font-size: 28px;
            width: 380px;
            height: 40px;
            line-height: 40px;
            margin: 30px;
            margin-left: calc(50% - 190px);
        }
    /* /INFANTIL */
    /* /CUMPLEAÑOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FORMULARIOS RECUPERACIÓN */
    #recuperarmail .titulo h3,
    #recuperarpass .titulo h3 {
        text-align: left;
    }

    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 28px;
        padding-left: 11px;
    }

    #recuperarmail section,
    #recuperarpass section {
        margin-bottom: 200px;
    }

    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"] {
        margin-left: calc(50% - 180px);
        margin-top: 20px;
    }

    #recuperarmail input[type="button"] {
        margin-left: calc(50% - 165px);
    }

    #recuperarmail .conf,
    #recuperarmail .conf_fin,
    #recuperarpass .conf {
        min-height: 200px;
    }

        #recuperarmail .conf h4,
        #recuperarpass .conf h4 {
            font-size: 28px;
        }

        #recuperarmail .conf p,
        #recuperarmail .conf_fin p,
        #recuperarpass .conf p {
            font-size: 18px;
        }
    /* /FORMULARIOS RECUPERACIÓN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SEMUEVE */
    #semueve article.info img {
        margin: 17px 25px 42px 25px;
    }

    #semueve article.info div {
        width: 71%;
        font-size: 22px;
    }

        #semueve article.info div h3 {
            font-size: 35px;
            margin: 15px 0 7px;
        }

        #semueve article.info div p {
            margin: 0 0 20px 0;
            line-height: 24px;
        }

    #semueve .proyectos_titulo {
        height: 54px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

        #semueve .proyectos_titulo h4 {
            font-size: 33px;
            margin: 15px 0 25px;
        }

    #semueve .videos_actuales {
        text-align: center;
    }

        #semueve .videos_actuales li,
        #semueve .carrusel_semueve li {
            width: 95%;
            height: 540px;
            margin-bottom: 20px;
            font-size: 18px;
            text-align: left;
        }

            #semueve .videos_actuales li .video,
            #semueve .carrusel_semueve li .video {
                margin-top: 25px;
                margin-left: calc(50% - 248px);
                width: 494px;
                height: 320px;
            }

            #semueve .videos_actuales li h5,
            #semueve .carrusel_semueve li h5 {
                font-size: 27px;
                font-weight: 100;
                margin: 15px;
            }

            #semueve .videos_actuales li p,
            #semueve .carrusel_semueve li p {
                margin: 15px;
            }

    #semueve .carrusel_semueve,
    #semueve .carrusel_semueve .shadow_left,
    #semueve .carrusel_semueve .shadow_right,
    #semueve .carrusel_semueve .shadow_left a,
    #semueve .carrusel_semueve .shadow_right a {
        height: 480px;
    }

        #semueve .carrusel_semueve li {
            width: 292px;
            height: 440px;
            margin: 0 7px;
        }

            #semueve .carrusel_semueve li .video {
                margin-top: 20px;
                margin-left: calc(50% - 123px);
                width: 247px;
                height: 179px;
            }

            #semueve .carrusel_semueve li h5 {
                margin: 10px 22px;
                font-size: 25px;
            }

            #semueve .carrusel_semueve li p {
                margin: 10px 22px;
                line-height: 22px;
            }

    #semueve .not_background {
        height: 50px;
    }

    #semueve .ver_mas {
        margin: 50px 0;
    }

        #semueve .ver_mas .btn {
            width: 474px;
            height: 50px;
            line-height: 50px;
            font-size: 24px;
        }
    /* /SEMUEVE */
    /* ############################################################################################################################## */
    input.text {
        border-top: 1px solid #d0d0d0 !important;
        border-bottom: 1px solid #d0d0d0 !important;
        border-right: 1px solid #d0d0d0 !important;
        border-left: 5px solid #0f99fe;
    }
    /* ############################################################################################################################## */
    /* GAMES */
    #games article {
        text-align: left;
    }

    #games #banner_seccion img {
        width: 100%;
    }

    #games .descarga .desc {
        width: 100%;
        height: 360px;
        margin-right: calc(2% - 5px);
    }

    #games .descarga .faqs {
        display: none;
    }

    #games .desc img {
        margin: 50px 10px 0 30px;
    }

        #games .desc img:nth-child(3) {
            margin-left: 29%;
        }

    #games .desc .info {
        width: 68%;
        margin-top: 36px;
        font-size: 24px;
    }

        #games .desc .info a {
            font-size: 37px;
            top: 10px !important;
        }

            #games .desc .info a:hover {
                border-bottom: 2px solid #d82245;
            }

    #games .desc .qr {
        width: 99%;
        height: 100px;
        margin-top: 10px;
    }

        #games .desc .qr a {
            width: 200px;
            height: 70px;
            margin: 26px 10px 0;
            background: url("../img/games_2_m.png") no-repeat 0 0;
        }

            #games .desc .qr a.appstore {
                background-position: 0 0;
            }

            #games .desc .qr a.playstore {
                background-position: -223px 0;
            }

    #games .descarga .faqs p {
        font-size: 24px;
    }

        #games .descarga .faqs p span {
            font-size: 30px;
        }

    #games .premio_1 {
        font-size: 30px;
    }

        #games .premio_1 h3 {
            margin: 10px 0;
        }

        #games .premio_1 .destacado {
            font-size: 80px;
            line-height: 60px;
        }

    #games .premio_2 {
        font-size: 27px;
    }

        #games .premio_2 h3 {
            margin: 10px 0;
            line-height: 60px;
        }

    #games .premio_3 .top {
        width: 49%;
        height: 260px;
        margin-bottom: 20px;
        text-align: center;
    }

        #games .premio_3 .top:nth-child(2n+1) {
            margin-right: calc(2% - 5px);
        }

        #games .premio_3 .top h3 {
            font-size: 65px;
            margin: 30px 0 0 0px;
            line-height: 50px;
        }

        #games .premio_3 .top h5 {
            font-size: 27px;
            margin: 0px 0 10px 0px;
        }

        #games .premio_3 .top img {
            position: relative;
        }

    #games .ganadores .btn {
        width: 335px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
    }

        #games .ganadores .btn:hover {
            background-color: #9b1e2b;
        }

    #games .como_jugar {
        margin-bottom: 50px;
    }

        #games .como_jugar > h3 {
            line-height: 60px;
            font-size: 37px;
            margin-bottom: 20px;
        }

        #games .como_jugar li.instruct {
            width: 48%;
            height: auto;
            min-height: 560px;
            font-size: 18px;
            margin: 0 5px 20px;
        }

            #games .como_jugar li.instruct img {
                width: 90%;
            }

            #games .como_jugar li.instruct h3 {
                font-size: 27px;
                margin: 14px 0 15px 30px;
            }

            #games .como_jugar li.instruct p {
                margin: 25px 15px;
            }

        #games .como_jugar li.last_li {
            width: 48%;
            height: 650px;
            font-size: 20px;
            margin: 0 5px 20px;
        }

            #games .como_jugar li.last_li p {
                margin-top: 80px;
            }

                #games .como_jugar li.last_li p span {
                    font-size: 25px;
                }

            #games .como_jugar li.last_li img {
                margin-top: 20px;
            }

            #games .como_jugar li.last_li .developers {
                bottom: 0;
                right: 0;
            }

    #games .fin1 {
        padding: 10px 0 50px;
    }

        #games .fin1 div {
            display: block;
            margin: 0 auto;
            width: 90%;
        }
    /* /GAMES */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SELECTS */
    .cc_select ul.open {
        max-height: 390px !important;
    }

    .cc_select .select-group li {
        line-height: 50px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cc_select.icoclose {
        background-size: 64px auto !important;
    }

    #clientes .cc_select {
        width: 450px;
    }

        #clientes .cc_select .select-group {
            width: 387px !important;
        }

            #clientes .cc_select .select-group li {
                width: 366px !important;
            }
    /* /SELECTS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA RESUMEN*/
    #ma_resumen aside {
        display: none;
    }

    #ma_resumen .ma_menu {
        margin-top: -16px;
    }

        #ma_resumen .ma_menu li {
            height: 40px;
            line-height: 40px;
        }

            #ma_resumen .ma_menu li a {
                font-size: 19px;
            }

            #ma_resumen .ma_menu li.selected a {
                background-color: #0e99fe;
                color: #ffffff;
            }

    #ma_resumen section {
        width: calc(100% - 20px);
        margin: 0 auto;
        top: 0px;
        text-align: left;
    }

    #ma_resumen .ma_bienvenida h3 {
        height: 73px;
        line-height: 73px;
        font-size: 35px;
        margin: 0;
    }

    #ma_resumen .noconfirm {
        height: 140px;
    }

        #ma_resumen .noconfirm p {
            top: 25px;
            margin-left: 120px;
            width: 400px;
        }

    #ma_resumen .newsletter input[type="checkbox"] + label span {
        width: 38px;
        height: 36px;
        margin: 7px 0 0 15px;
    }

    #ma_resumen .newsletter p {
        width: 80%;
        margin: 15px 0;
        font-size: 17px;
    }

    #ma_resumen article h4 {
        margin: 0 0 15px 0;
        height: 66px;
        line-height: 66px;
        font-size: 23px;
    }

    #ma_resumen:not(.ma_entradas) .misentradas table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen:not(.ma_entradas) .misentradas table tr:first-child {
            display: none;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td {
            display: block;
            font-size: 20px;
            border-bottom: 1px dashed #d7d7d7;
            width: 100% !important;
            margin-bottom: 10px;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table tr:first-child {
            height: 30px;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td p {
            margin: 7px 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:first-child p {
            display: inline;
            margin: 7px 14px 7px 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:last-child {
            border: none;
            margin-bottom: 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:nth-child(7) {
            text-align: center;
            width: 12%;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td .table_btn {
            width: 300px;
            line-height: 45px;
            font-size: 23px;
            margin-top: 10px;
        }
    /* **** */
    #ma_resumen.ma_entradas .misentradas table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen.ma_entradas .misentradas table th,
        #ma_resumen.ma_entradas .misentradas table td {
            font-size: 13px;
        }

        #ma_resumen.ma_entradas .misentradas table tr:first-child {
            height: 30px;
        }

        #ma_resumen.ma_entradas .misentradas table td p {
            margin: 7px 0;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(1),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(1) {
            width: 10%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(2),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(2) {
            width: 14%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(3),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(3) {
            width: 24%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(4),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(4) {
            width: 24%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(5),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(5) {
            width: 8%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(6),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(6) {
            width: 8%;
        }

        #ma_resumen.ma_entradas .misentradas table td:nth-child(7) {
            text-align: center;
            width: 12%;
        }

        #ma_resumen.ma_entradas .misentradas table td .table_btn {
            width: 40px;
            height: 50px;
            background: #0f99fe url("../img/ma_descargar.png")no-repeat center;
            padding: 5px 0;
            line-height: 18px;
            font-size: 14px;
            margin-top: 10px;
        }

    #ma_resumen .misentradas table td .table_btn span {
        display: none;
    }
    /* **** */
    #ma_resumen .misentradas > a,
    #ma_resumen .movimientos > a {
        font-size: 16px;
        margin: 0 10px 15px;
    }

    #ma_resumen .micinesacard .tarjeta,
    #ma_resumen .micinesacard .puntos {
        display: block;
        width: 98%;
        font-size: 15px;
        margin: 0 1% 15px !important;
    }

    #ma_resumen .micinesacard .movimientos {
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

        #ma_resumen .micinesacard .tarjeta h5,
        #ma_resumen .micinesacard .puntos h5,
        #ma_resumen .micinesacard .movimientos h5 {
            margin: 0 0 15px;
            height: 46px;
            line-height: 46px;
            padding-left: 15px;
            font-size: 18px;
        }

    #ma_resumen .micinesacard .ma_row {
        margin: 0 auto;
        width: 94%;
    }

    #ma_resumen .micinesacard .tarjeta .ma_row {
        text-align: center;
    }

    #ma_resumen .micinesacard .ma_row img:first-child {
        margin: 10px 25px 0 5px;
    }

    #ma_resumen .micinesacard .ma_row img:last-child {
        margin: 12px 0 0 25px;
        display: inline-block !important;
    }

    #ma_resumen .micinesacard .ma_row p {
        top: 30px;
        font-size: 22px;
        text-align: left;
    }

        #ma_resumen .micinesacard .ma_row p span {
            font-size: 34px;
            margin-top: 0px;
        }

    #ma_resumen .micinesacard .ma_saldoact,
    #ma_resumen .micinesacard .ma_puntoscad {
        width: 31%;
        margin: 0 5%;
    }

    #ma_resumen .micinesacard .ma_puntoscad {
        width: 50%;
        margin: 0 5%;
    }

        #ma_resumen .micinesacard .ma_saldoact > p,
        #ma_resumen .micinesacard .ma_puntoscad > p {
            height: 30px;
            margin-top: 0;
        }

        #ma_resumen .micinesacard .ma_saldoact li,
        #ma_resumen .micinesacard .ma_puntoscad li {
            margin: 7px 0;
            height: 30px;
        }

            #ma_resumen .micinesacard .ma_saldoact li .pnts,
            #ma_resumen .micinesacard .ma_puntoscad li .pnts {
                font-size: 22px;
            }

            #ma_resumen .micinesacard .ma_saldoact li .fecha_cad,
            #ma_resumen .micinesacard .ma_puntoscad li .fecha_cad {
                margin-left: 10px;
            }

    #ma_resumen .micinesacard .puntos > p {
        font-size: 15px;
        margin-left: 30px;
    }

    #ma_resumen .movimientos table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen .movimientos table tr {
            border-bottom: 2px solid #d7d7d7;
        }

            #ma_resumen .movimientos table tr td:last-child {
                margin-bottom: 15px;
            }

            #ma_resumen .movimientos table tr:first-child {
                display: none;
            }

        #ma_resumen .movimientos table td {
            display: block;
            height: 34px;
            line-height: 34px;
        }

        #ma_resumen .movimientos table th,
        #ma_resumen .movimientos table td {
            font-size: 20px;
        }

        #ma_resumen .movimientos table tr:first-child {
            border-bottom: 2px solid #d7d7d7;
            height: 30px;
        }

        #ma_resumen .movimientos table td p {
            margin: 7px 0;
        }

    #ma_resumen .faq {
        background-position: 280px 90px;
    }

        #ma_resumen .faq > .btn_faq {
            width: 230px;
            height: 50px;
            line-height: 50px;
            margin: 20px 16px 35px;
            font-size: 20px;
        }
    /* /MI AREA RESUMEN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA ENTRADAS */
    #ma_resumen.ma_entradas .misentradas .pag li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 2px;
    }

        #ma_resumen.ma_entradas .misentradas .pag li a {
            font-size: 24px;
        }

    #ma_resumen.ma_entradas .table_btn {
        margin-bottom: 60px;
    }
    /* /MI AREA ENTRADAS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA CINESACARD */
    #ma_resumen.ma_ccard .rangofechas {
        margin: 25px auto 10px;
    }

        #ma_resumen.ma_ccard .rangofechas span {
            font-size: 15px;
            line-height: 41px;
        }

        #ma_resumen.ma_ccard .rangofechas .text {
            height: 39px;
            margin: 0 10px 10px;
        }

        #ma_resumen.ma_ccard .rangofechas .btn {
            width: 146px;
            height: 41px;
            line-height: 41px;
            font-size: 22px;
            margin-left: 35px;
        }

    #ma_resumen.ma_ccard .lista li {
        margin: 10px 2px 25px;
    }

    #ma_resumen.ma_ccard .faq .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }

    #ma_resumen.ma_ccard .puntos .puntos_menu li {
        font-size: 16px;
        height: 35px;
        line-height: 38px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li {
        width: 121px;
        height: 159px;
        margin: 50px 7px 30px 7px;
    }

        #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos {
            width: 134px;
            height: 30px;
            line-height: 30px;
            top: -44px;
            left: -2px;
            font-size: 15px;
        }

            #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos.tr_last {
                width: 121px;
            }

    #ma_resumen.ma_ccard .regalo-puntos {
        width: 121px;
        line-height: 47px;
        font-size: 24px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info {
        width: 121px;
        height: 0px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
    }

    .no-touch #ma_resumen.ma_ccard .puntos .div-1 li:hover .regalo-info {
        width: 121px;
        height: 80px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info p {
        line-height: 13px;
        margin-left: 4px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info img {
        margin-top: -7px;
    }

    #ma_resumen.ma_ccard .imagenregalo {
        width: 118px;
        height: 105px;
        margin-top: 5px;
    }

    #ma_resumen .faq .div-3 li {
        width: 86%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        font-size: 13px;
    }

    #ma_resumen .faq .div-3 .mas,
    #ma_resumen .faq .div-3 .menos {
        width: 35px;
        height: 30px;
        margin-left: -55px;
    }

    #ma_resumen .faq .div-3 li.respuesta {
        margin-left: 0px;
        width: calc(93% + 07px);
    }

        #ma_resumen .faq .div-3 li.respuesta ul li {
            margin-left: -10px;
            margin-bottom: 10px;
            line-height: 20px;
            height: auto;
            width: 95%;
        }

            #ma_resumen .faq .div-3 li.respuesta ul li.stitulo {
                line-height: 20px;
                margin-left: -35px;
            }

            #ma_resumen .faq .div-3 li.respuesta ul li.sresumen {
                line-height: 20px;
                margin-left: -35px;
            }

    #ma_resumen .faq h4 {
        height: auto;
    }

    #ma_resumen .faq.puntos {
        background-position: 280px 80px;
    }
    /* MI AREA CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA MIS DATOS */
    #ma_resumen.ma_datos .row {
        width: 96%;
    }

    #ma_resumen.ma_datos h5 {
        font-size: 21px;
        margin: 40px 0 10px 0;
    }

    #ma_resumen.ma_datos .field {
        width: 47%;
        margin: 0 1% 20px;
    }

        #ma_resumen.ma_datos .field label,
        #ma_resumen.ma_datos .field .p_label {
            margin: 0 0 3px;
            font-size: 15px;
        }

        #ma_resumen.ma_datos .field .text {
            height: 37px;
            line-height: 37px;
            font-size: 15px;
        }

        #ma_resumen.ma_datos .field .box_inactivo {
            width: calc(100% - 62px);
            padding-left: 60px;
        }

    #ma_resumen.ma_datos .field_ext {
        width: 95%;
    }

    #ma_resumen.ma_datos .field .box_small {
        width: 50px;
        margin: 0 15px 0 0;
    }

    #ma_resumen.ma_datos .btn_edit {
        width: 65px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 25px;
    }

    #ma_resumen.ma_datos .validar_correo p {
        margin: 0 0 5px 90px;
    }

    #ma_resumen.ma_datos .row .sub_row {
        width: 100%;
        margin-top: -15px;
        margin-bottom: 7px;
        text-align: center;
    }

        #ma_resumen.ma_datos .row .sub_row p {
            width: 70%;
            margin: 0;
            font-size: 12px;
        }

    #ma_resumen.ma_datos .row .mini {
        font-size: 11px;
        margin: 5px 0;
    }

    #ma_resumen.ma_datos .row input[type="submit"] {
        font-size: 22px;
        background-position: 30px -507px;
    }

    #ma_resumen.ma_datos .validar_correo {
        font-size: 12px;
        margin: 0 auto 15px;
        display: block;
        width: 370px;
        height: 80px;
    }

    #ma_resumen.ma_datos .r_cambios input[type="submit"] {
        /*margin: 0 0 40px 7px;
            width: 47%;*/
    }
    /* /MI AREA MIS DATOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NUEVA CC_FORM */
    #cc_form.n_cc article .field,
    #cc_form_activar.n_cc article .field,
    #recuperarmail.n_cc article .field {
        width: 260px;
    }

        #cc_form.n_cc article .field .text,
        #cc_form_activar.n_cc article .field .text,
        #recuperarmail.n_cc article .field .text {
            width: calc(100% - 21px);
            height: 52px;
        }

    #recuperarmail.n_cc article.conf {
        margin: 5px auto;
        width: calc(100% - 50px);
    }

    .n_cc .form_container {
        text-align: center;
    }

    #cc_form_activar.n_cc .frm1 .form_container {
        text-align: left;
    }

    .n_cc .form_container .field {
        text-align: left;
    }

    #cc_form.n_cc article,
    #cc_form_activar.n_cc article,
    #recuperarmail.n_cc article {
        padding-left: 10px;
        padding-right: 10px;
    }

        #cc_form.n_cc article.frm2 .row > p,
        #cc_form_activar.n_cc article.frm3 .row > p {
            line-height: 26px;
            margin-right: 5px;
            display: block;
            margin-bottom: 5px;
        }

        #cc_form.n_cc article p.mini,
        #cc_form_activar.n_cc article p.mini,
        #recuperarmail.n_cc article p.mini {
            margin-top: 0;
        }

        #cc_form.n_cc article .f_checkbox,
        #cc_form_activar.n_cc article .f_checkbox {
            width: 460px;
        }

    #cc_form.n_cc .inf .cupon {
        width: 580px;
    }

        #cc_form.n_cc .inf .cupon img {
            width: 116px;
            height: 115px;
            top: 40px;
        }

        #cc_form.n_cc .inf .cupon .datos {
            width: 494px;
        }

    #cc_form.n_cc article .f_checkbox p,
    #cc_form_activar.n_cc article .f_checkbox p {
        line-height: 20px;
    }

        #cc_form.n_cc article .f_checkbox p .dest,
        #cc_form_activar.n_cc article .f_checkbox p .dest {
            width: auto;
            display: inline-block;
        }

    #cc_form.n_cc article .field.mini,
    #cc_form_activar.n_cc article .field.mini {
        width: 120px;
    }

    #cc_form.n_cc article .field.mini_2,
    #cc_form_activar.n_cc article .field.mini_2 {
        width: 170px;
    }

    #cc_form.n_cc article .field.mini_3,
    #cc_form_activar.n_cc article .field.mini_3 {
        width: 200px;
    }
    /* /NUEVA CC_FORM */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NEW CINESACARD HOME */
    /* LOGIN */
    #cinesacard.n_cc .micuenta .formlogin {
        width: 100%;
    }

    #cinesacard.n_cc .micuenta img {
        margin: 0;
        top: -40px;
    }

    #cinesacard.n_cc .ventajas_ccard li div div {
        font-size: 13px;
    }

    #cinesacard.n_cc .micuenta input[type="email"],
    #cinesacard.n_cc .micuenta input[type="password"] {
        line-height: 40px;
        height: 40px;
    }
    /* VENTAJAS */
    #cinesacard.n_cc .ventajas_ccard {
        width: calc(100% - 20px);
    }
    /* /NEW CINESACARD HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* GANA ENTRADAS */
    #ganaentradas .field {
        width: 200px;
        margin-right: 30px;
    }

        #ganaentradas .field > p {
            font-size: 19px;
        }

    #ganaentradas .frm1 .field {
        width: 80%;
    }

    #ganaentradas .btn_ge {
        width: 80%;
        height: 52px;
        line-height: 52px;
    }

    #ganaentradas .text {
        width: 190px;
        height: 52px;
        line-height: 52px;
        font-size: 20px;
    }
    /* /GANA ENTRADAS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* GOLDEN QUESTION*/
    .pop_golden {
        position: absolute;
        width: 440px;
        min-height: 910px;
        margin-left: -230px;
        top: 120px;
    }

        .pop_golden .col {
            display: block;
            width: 100%;
        }

            .pop_golden .col:not(.golden_img) {
                height: 200px;
            }

        .pop_golden .p_principal {
            margin: 50px auto 50px;
        }

        .pop_golden p {
            width: 90%;
        }

        .pop_golden .titulo {
            font-size: 25px;
            margin: 0 0 30px 0;
            min-height: 43px;
            height: auto;
            padding-top: 2px;
            padding-left: 50px;
        }

            .pop_golden .titulo span {
                margin-left: 0px;
                left: 0;
            }

        .pop_golden.golden-form, .pop_golden.golden-final_form {
            min-height: auto;
            padding-bottom: 30px;
        }

        .pop_golden.golden-form {
            min-height: 600px;
        }

        .pop_golden.golden-final_form .titulo {
            padding-left: 0;
        }

        .pop_golden.golden-final_form .p_principal {
            width: 80%;
        }

        .pop_golden form {
            width: 90%;
            text-align: left;
        }

        .pop_golden .field {
            display: block;
            margin: 0 0 20px;
            width: 89%;
            font-size: 22px;
            padding-top: 3px;
        }
    /* /GOLDEN QUESTION*/
    /* ############################################################################################################################## */
}
/*fin media 640*/
/* ==========================================================================
   12 - 480
   ========================================================================== */
@media all and (max-width: 639px) {
    header, main, footer {
        min-width: 480px;
    }
    /*HEADER*/
    header {
        position: relative;
        width: 100%;
        left: 0px;
        text-align: center;
        margin-bottom: 5px !important;
    }

    .header-promotion span {
        margin-left: 10px;
    }

    .header-promotion label.exit {
        display: none;
    }

    .header-promotion label {
        display: none;
    }

    .header-promotion img.exit {
        background: url(../img/salir.png) no-repeat;
        display: inline-block;
    }



    header #menu {
        position: relative;
        height: 47px;
        padding: 10px 0 0 0;
    }

    header #logo_header {
        /*logo cinesa del header*/
        position: absolute;
        height: 52px;
        width: 100%;
        background-color: #FFDF0F;
        background-position: center -376px;
    }

    header #cinefavorito_header {
        position: absolute;
        top: 14px;
        z-index: 1000;
        vertical-align: top;
        right: 0px;
        width: auto;
        display: inline;
        text-align: right;
    }

        header #cinefavorito_header .cinefav {
            position: relative;
            width: auto;
            margin-right: 54px;
        }

        header #cinefavorito_header .btn_cinefav {
            position: relative;
            display: inline-block;
            vertical-align: top;
            background-color: #ffdf00;
            height: 52px;
            line-height: 52px;
            text-align: left;
            display: none;
        }

        header #cinefavorito_header a > img {
            width: 133px;
            height: 79px;
        }

    header .btn_cinefav .img_cinefav {
        width: 35px;
        height: 46px;
        line-height: 43px;
    }

    header .btn_cinefav img {
        height: 27px;
    }

    header #cinefavorito_header .disp_logged, header #cinefavorito_header .disp_login, header .lbl_cinefav {
        display: none;
    }
    /* ************************* */
    header #cinefavorito_header .cc_cuenta,
    #header #cinefavorito_header.nuevo_logged.logged .disp_logged {
        display: none;
    }

    #header .sb-toggle-right, .n_cc #header .sb-toggle-right {
        width: 50px;
        height: 50px;
        background-position: -684px -31px;
        cursor: pointer;
        vertical-align: top;
        position: absolute;
        right: 0px;
        top: 0;
    }

    header #cinefavorito_header.logged .disp_logged {
        display: none;
    }

    #header #cinefavorito_header.logged .sb-toggle-right {
        display: none;
    }

    header #cinefavorito_header.logged .cc_cuenta > img {
        display: none;
    }

    header #cinefavorito_header.logged .cc_cuenta {
        width: 50px;
        height: 50px;
        background-position: -630px -32px;
        cursor: pointer;
        vertical-align: top;
        position: absolute;
        right: 0px;
        top: 0;
        display: block !important;
    }
    /* ******************************* */
    header nav#menu_movil {
        /*MENÚ*/
        position: absolute;
        left: 5px;
        top: 10px;
        width: auto;
        z-index: 1000;
    }

    header #menu_movil .btn_menu_movil {
        width: 40px;
        height: 35px;
        background-position: -744px -26px;
        margin-top: 9px;
        margin-left: 6px;
        cursor: pointer;
    }

    header nav#menu_movil img {
        cursor: pointer;
    }

    header nav#menu_movil span {
        display: none;
    }

    #home header nav#menu_movil span {
        display: none;
    }

    header nav#menu_web {
        /*Menú web invisible para resoluciones inferiores a 640px*/
        visibility: hidden;
        display: none !important;
    }
    /*/
HEADER*/
    /*BODY*/
    #separador-top {
        /*Sombra bajo el header*/
        position: relative;
        width: 100%;
        height: 12px;
        left: 0px;
    }

    #home #separador-top {
        height: 15px;
    }

    main {
        position: relative;
        width: 100%;
        left: 0px;
        text-align: center;
    }

        main nav {
            /*MENÚ*/
            display: none !important;
            visibility: hidden;
        }

        main #bajo_menu {
            /* panel bajo el menu con la ruta conde nos encontramos y los botones para ordenar peliculas*/
            display: none;
        }

            main #bajo_menu #ruta {
                display: none !important;
                visibility: hidden;
            }

            main #bajo_menu #orden {
                position: absolute;
                bottom: 5px;
                right: 0px;
                font-size: 24px;
            }

                main #bajo_menu #orden a {
                    /*Botones ordenar*/
                    padding: 10px 20px 10px 20px;
                    margin: 0 1px 0 1px;
                    font-size: 28px;
                }

        main section {
            height: auto;
            width: calc(100% - 10px);
            padding: 0 5px 30px 3px;
            text-align: center;
        }

    .cartelera_peliculas_pelicula main section,
    #cartelera_pelicula main section,
    #isens main section,
    #imax main section,
    #screenX main section,
    #proximos_estrenos main section,
    #eventos main section,
    #ciclos main section,
    #promos main section,
    #promos_landing main section,
    #trailers_estrenos main section,
    #trailers_cartelera main section,
    #infantil main section,
    #cumpleanos main section {
        padding-bottom: 660px;
    }

    main section #publicidad_body {
        /*la publicidad flota a la derecha de la cartelera*/
        position: absolute;
        bottom: 30px;
        width: 100%;
        height: 600px;
        text-align: center;
    }

        main section #publicidad_body .posicionador {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

    main section .cartelera_peliculas ul {
        /*la cartelera ocupa todo el ancho del <section>, se adapta a la publicidad.*/
        position: relative;
        text-align: left;
        left: 3px;
        max-width: 470px;
        padding-left: 0;
    }

    main section .cartelera_peliculas > ul > li {
        /*estilo de los carteles*/
        position: relative;
        width: 142px;
        height: 246px;
        list-style: none;
        display: inline-block;
        padding: 5px;
        margin: 0 0 15px;
    }

    main section .cartelera_peliculas ul li h3 {
        /*título del cartel*/
        margin: 3px 0 0px 10px;
        font-size: 22px;
        width: 130px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    main section .cartelera_peliculas ul li img.cartel {
        /*imagen del cartel*/
        margin: 0 10px 0 11px;
        width: 115px;
        height: 161px;
    }

    main section .cartelera_peliculas div.contenedor_verficha {
        position: absolute;
        width: 100%;
        height: 60px;
        left: 0;
        bottom: 0px;
    }

    main section .cartelera_peliculas ul li a.vf, .no-touch main section .cartelera_peliculas ul li a.vf:hover {
        text-decoration: none;
        border: 0;
        color: #0076EC;
        position: relative;
        display: block;
    }

    article.cartelera_peliculas li.warner a .stick-va, article.cartelera_peliculas li.ventaanticipada a .stick-va {
        left: 15px;
    }
    /* ========================================================================== */
    /*DIV PUNTUACION Y COMPARTIR*/
    main section .cartelera_peliculas ul li div.puntuacion {
        float: left;
        position: relative;
        margin: 7px 0 0 10px;
        width: 100px;
        height: 25px;
    }

        main section .cartelera_peliculas ul li div.puntuacion ul.stars {
            left: 0px;
            top: 0px;
            margin: 0px !important;
        }

    main section .cartelera_peliculas ul li .num_votos {
        position: absolute;
        top: 5px;
        right: 0;
        margin: 0;
        font-family: "Trebuchet MS";
        font-size: 10px;
        color: #666666;
        display: none;
    }

    main section .cartelera_peliculas ul li div.compartir {
        float: right;
        margin: 8px 10px 0 0;
        height: 25px;
        text-align: right;
    }

    main section .cartelera_peliculas ul li div.compartir_opt {
        position: absolute;
        right: 0;
        margin: 8px 10px 0 0;
        width: 50px;
        text-align: right;
    }

        main section .cartelera_peliculas ul li div.compartir_opt > a {
            margin: 0 2px;
        }

    main section .cartelera_peliculas ul li.imax div.contenedor_premium .imax span {
        background: url("../img/cartelera_imax_M.jpg") no-repeat center;
    }

    main section .cartelera_peliculas ul li.isens div.contenedor_premium .isens span {
        background: url("../img/cartelera_isens_M.jpg") no-repeat center;
    }

    main section .cartelera_peliculas ul li.dolby div.contenedor_premium .dolby span {
        background: url("../img/cartelera_dolby_M.jpg") no-repeat center;
    }
    /*/
DIVS PUNTUACION Y COMPARTIR*/
    /* ========================================================================== */
    /*/
BODY*/
    /* ############################################################################################################################## */
    /* IMAX ISENS DOLBY */
    main #banner_seccion {
        position: relative;
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }

        main #banner_seccion img.banner {
            width: calc(100% - 20px);
        }

    article#info_rollover {
        position: relative;
        width: 460px;
        margin: 0 auto;
        height: 330px;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 40px;
        display: table;
    }
    /* ****************************** */
    #isens #info_rollover,
    #imax #info_rollover,
    #screenX #info_rollover {
        margin: 0px 10px;
        width: calc(100% - 20px);
        margin-bottom: 30px;
        height: 430px;
    }

    #isens div.rollover,
    #imax div.rollover,
    #screenX div.rollover {
        position: absolute;
        bottom: 0px;
        width: 45%;
        bottom: 0;
        height: 180px;
        background-color: #cfcfcf;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens .roll_1,
    #imax .roll_1,
    #screenX .roll_1 {
        left: 0px;
        margin-bottom: 230px;
    }

    #isens .roll_2,
    #imax .roll_2,
    #screenX .roll_2 {
        right: 0;
        margin-bottom: 230px;
    }

    #isens .roll_3,
    #imax .roll_3,
    #screenX .roll_3 {
        left: 0px;
    }

    #isens .roll_4,
    #imax .roll_4,
    #screenX .roll_4 {
        right: 0;
    }

    #isens div.roll_img,
    #imax div.roll_img,
    #screenX div.roll_img {
        position: absolute;
        top: 0px;
        height: 170px;
        width: 100%;
        padding-top: 10px;
        background-color: #ffffff;
        text-align: center;
        z-index: 10;
        font-family: "dinengschriftstd", "Another Font", generic;
        font-size: 23px;
        color: #bfbfbf;
        line-height: 25px;
        z-index: 1000;
    }

        #isens div.roll_img > p,
        #imax div.roll_img > p,
        #screenX div.roll_img > p {
            margin-top: 15px;
            padding: 0 5px 0 5px;
            color: #0076ec;
            font-size: 20px;
        }

    #isens div.rollover:hover,
    #imax div.rollover:hover,
    #screenX div.rollover:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens .roll_1:hover {
        height: 395px;
    }

    #isens .roll_2:hover {
        height: 365px;
    }

    #isens .roll_3:hover {
        height: 370px;
    }

    #isens .roll_4:hover {
        height: 350px;
    }

    #isens div.roll_span,
    #imax div.roll_span,
    #screenX div.roll_span {
        position: absolute;
        bottom: 0;
        padding: 10px;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        color: #0076EC;
        font-size: 12px;
        opacity: 0;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens div.rollover:hover > .roll_span,
    #imax div.rollover:hover > .roll_span,
    #screenX div.rollover:hover > .roll_span {
        opacity: 1;
        height: auto;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #isens div.rollover > .roll_span > div,
    #imax div.rollover > .roll_span > div,
    #screenX div.rollover > .roll_span > div {
        margin: 10px 0 0 0;
    }

    #isens .roll_span h6,
    #isens .roll_span span {
        font-family: "Trebuchet MS";
        color: #0076eb;
        font-size: 12px;
        margin: 0 0 5px 0;
    }

    #isens .roll_span .estandarinf {
        border-top: 1px dashed #999999;
        padding-top: 10px;
    }

        #isens .roll_span .estandarinf h6,
        #isens .roll_span .estandarinf span {
            color: #999999;
        }

    #isens .select_cinefav {
        margin-bottom: 20px;
    }

        #imax .select_cinefav .btn_zona,
        #isens .select_cinefav .btn_zona,
        #screenX .select_cinefav .btn_zona {
            display: none;
        }

    #imax #banner_seccion .col,
    #isens #banner_seccion .col,
    #screenX #banner_seccion .col {
        width: 100%;
    }

        #imax #banner_seccion .col .container,
        #isens #banner_seccion .col .container,
        #screenX #banner_seccion .col .container {
            width: 329px;
            height: 186px;
            top: calc(50% - 93px);
            left: calc(50% - 165px);
        }

    #imax div.rollover, #screenX div.rollover {
        background-color: #000000;
    }

    #imax div.roll_img, #screenX div.roll_img {
        background-color: #0297D9;
    }

        #imax div.roll_img > p, #screenX div.roll_img > p {
            color: #ffffff;
            width: 85%;
            margin: 0 auto;
        }

    #imax .roll_1:hover {
        height: 300px;
    }

    #imax .roll_2:hover {
        height: 450px;
    }

    #imax .roll_3:hover {
        height: 485px;
        z-index: 1000;
    }

    #imax .roll_4:hover {
        height: 435px;
        z-index: 1000;
    }

    #imax div.roll_span {
        color: #ffffff;
    }

    #screenX .roll_1:hover {
        height: 300px;
    }

    #screenX .roll_2:hover {
        height: 450px;
    }

    #screenX .roll_3:hover {
        height: 485px;
        z-index: 1000;
    }

    #screenX div.roll_span {
        color: #ffffff;
    }
    /* /IMAX /ISENS /DOLBY */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /*FICHAS PELICULA*/
    /*BODY*/
    #ficha_pelicula main,
    #ficha_eventos main {
        position: relative;
    }

        #ficha_pelicula main section,
        #ficha_eventos main section {
            position: relative;
            margin-top: 0px;
        }

    article#navegacion_fichas {
        position: relative;
        width: 460px;
        height: 60px;
        margin: 0 auto;
    }

        article#navegacion_fichas div {
            display: inline-block;
            width: calc(100% - 2px);
            height: 60px;
            line-height: 60px;
            background-color: #ffffff;
            text-align: center;
            border-radius: 4px 4px 0 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            cursor: pointer;
            font-family: "dinengschriftstd", "Another Font", generic;
            color: #0076EC;
            font-size: 32px;
        }

            article#navegacion_fichas div#left, article#navegacion_fichas div#right {
                display: none;
            }

            article#navegacion_fichas div a {
                font-family: "dinengschriftstd", "Another Font", generic;
                font-size: 31px;
                text-decoration: none;
            }

    article.cuadros_ficha {
        padding: 20px 5px 0 5px;
        margin-bottom: 5px;
        background-color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    article#cartel {
        position: relative;
        width: 454px;
        left: calc(50% - 229px);
        padding: 5px 2px 5px 2px;
        height: 315px;
        border-radius: 0 0 4px 4px;
    }

        article#cartel img.cartel {
            display: none;
        }

        article#cartel img.trailer, article#cartel .trailer {
            width: calc(100% - 20px);
        }

        article#cartel div.puntuacion {
            position: absolute;
            width: 210px;
            height: 25px;
            bottom: 10px;
            left: 10px;
            text-align: left;
        }

            article#cartel div.puntuacion p {
                position: absolute;
                top: 5px;
                right: 0;
                margin: 0;
                font-family: "Trebuchet MS";
                font-size: 13px;
                color: #999999;
            }

            article#cartel div.puntuacion ul.stars {
                left: 0px;
                top: 0px;
                margin: 0 !important;
                padding: 0 !important;
            }
    /*ESTRELLAS DE PUNTUACIÓN*/
    #ficha_pelicula .estrella_100,
    #ficha_pelicula .estrella_75,
    #ficha_pelicula .estrella_50,
    #ficha_pelicula .estrella_25,
    #ficha_pelicula .estrella_0,
    #ficha_pelicula div.puntuacion ul li.notselected,
    #ficha_pelicula div.puntuacion ul li.selected,
    #ficha_eventos .estrella_100,
    #ficha_eventos .estrella_75,
    #ficha_eventos .estrella_50,
    #ficha_eventos .estrella_25,
    #ficha_eventos .estrella_0,
    #ficha_eventos div.puntuacion ul li.notselected,
    #ficha_eventos div.puntuacion ul li.selected {
        background-image: url(../img/estrella_M.png);
        width: 26px;
        height: 26px;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
    }

    #ficha_pelicula .estrella_100,
    #ficha_eventos .estrella_100 {
        background-position: -104px 0;
    }

    #ficha_pelicula .estrella_75,
    #ficha_eventos .estrella_75 {
        background-position: -78px 0;
    }

    #ficha_pelicula .estrella_50,
    #ficha_eventos .estrella_50 {
        background-position: -52px 0;
    }

    #ficha_pelicula .estrella_25,
    #ficha_eventos .estrella_25 {
        background-position: -26px 0;
    }

    #ficha_pelicula .estrella_0,
    #ficha_eventos .estrella_0 {
        background-position: 0 0;
    }

    #ficha_pelicula div.puntuacion ul li.notselected,
    #ficha_eventos div.puntuacion ul li.notselected {
        background-position: 0 0;
    }

    #ficha_pelicula div.puntuacion ul li.selected,
    #ficha_eventos div.puntuacion ul li.selected {
        background-position: -130px 0;
    }
    /*/
ESTRELLAS DE PUNTUACIÓN*/
    /*ICONOS COMPARTIR*/
    #ficha_pelicula .com_facebook,
    #ficha_pelicula .com_twitter,
    #ficha_pelicula .com_gplus,
    #ficha_pelicula .com_pinterest,
    #ficha_pelicula .com_close,
    #ficha_eventos .com_facebook,
    #ficha_eventos .com_twitter,
    #ficha_eventos .com_gplus,
    #ficha_eventos .com_pinterest,
    #ficha_eventos .com_close {
        background-image: url(../img/iconossociales_M.png);
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
    }

    #ficha_pelicula .com_facebook,
    #ficha_eventos .com_facebook {
        background-position: 0 0;
    }

    #ficha_pelicula .com_twitter,
    #ficha_eventos .com_twitter {
        background-position: -30px 0;
    }

    #ficha_pelicula .com_gplus,
    #ficha_eventos .com_gplus {
        background-position: -60px 0;
    }

    #ficha_pelicula .com_pinterest,
    #ficha_eventos .com_pinterest {
        background-position: -90px 0;
    }

    #ficha_pelicula .com_close,
    #ficha_eventos .com_close {
        background-position: -120px 0;
    }

    #ficha_pelicula div.inactivo,
    #ficha_pelicula div.inactivo2,
    #ficha_pelicula div.activo,
    #ficha_eventos div.inactivo,
    #ficha_eventos div.inactivo2,
    #ficha_eventos div.activo {
        background-image: url(../img/iconossociales_M.png);
        width: 29px;
        height: 30px;
        background-repeat: no-repeat;
        display: inline-block;
    }

    #ficha_pelicula div.inactivo2,
    #ficha_eventos div.inactivo2 {
        background-position: -149px 0;
    }

    #ficha_pelicula div.inactivo,
    #ficha_eventos div.inactivo {
        background-position: -120px 0;
    }

    #ficha_pelicula div.activo,
    #ficha_eventos div.activo {
        background-position: -177px 0;
    }
    /*/
ICONOS COMPARTIR*/
    article#cartel div.compartir {
        position: absolute;
        bottom: 5px;
        right: 14px;
    }

    article#cartel div.compartir_opt {
        position: absolute;
        bottom: 0px;
        right: 5px;
        width: 78px;
    }

        article#cartel div.compartir_opt a {
            margin: 0px 2px;
        }

    article#cartel div.cinta {
        position: absolute;
        right: 12px;
        bottom: 39px;
    }

    article#info {
        display: none;
    }

        article#info div.cinta {
            position: absolute;
            top: 10px;
            right: 0px;
            padding: 1px 35px 0 0;
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 22px;
        }

    article#cartel div.cinta img {
        display: block;
        margin-top: 1px;
    }

    article.descripcion {
        position: relative;
        width: 428px;
        height: auto;
        left: calc(50% - 229px);
        text-align: left;
        padding: 15px;
    }

        article.descripcion.d1 {
            display: none;
        }

        article.descripcion div.datos {
            position: relative;
            display: inline-block;
            margin-bottom: 20px;
            width: 100%;
        }

        article.descripcion .calificacion {
            position: absolute;
            right: 0;
            top: 0;
        }

        article.descripcion div.datos div#datos1 {
            width: 100%;
        }

        article.descripcion div.datos p {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 16px;
            color: #666666;
            margin: 0 0 7px;
        }

            article.descripcion div.datos p span {
                color: #333333;
            }

        article.descripcion .tecnologias {
            position: relative;
            display: inline-block;
            width: 100%;
            min-height: 50px;
            line-height: 50px;
            margin: 10px 0 0;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            text-align: right;
            color: #333333;
        }

        article.descripcion div.tecnologias p {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 170px;
            margin: 0;
            font-size: 13px;
        }

        article.descripcion .tecnologias .imax, article.descripcion .tecnologias .isens, article.descripcion .tecnologias .dolby, article.descripcion .tecnologias .screenX {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 80px;
            height: 30px;
            margin-top: 10px;
        }

        article.descripcion .tecnologias .imax {
            background: url("../img/imax.jpg") no-repeat;
        }

        article.descripcion .tecnologias .isens {
            background: url("../img/isens.jpg") no-repeat;
        }

        article.descripcion .tecnologias .dolby {
            background: url("../img/dolby.jpg") no-repeat;
        }
        article.descripcion .tecnologias .screenX {
            background: url("../img/alucinaScreenX.jpg") no-repeat;
        }

        article.descripcion .euro {
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }

        article.descripcion p {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 18px;
            color: #666666;
        }

    article.select_cinefav {
        position: relative;
        width: 456px;
        height: auto;
        left: calc(50% - 229px);
        margin-bottom: 20px;
        text-align: center;
    }

    #ficha_pelicula article.select_cinefav div.s_zona,
    #ficha_eventos article.select_cinefav div.s_zona {
        display: none !important;
        visibility: hidden !important;
    }

    article.horarios {
        width: 456px;
        margin: 0 auto;
    }

    article#cartel img.cartel.trailer {
        display: inline-block;
    }

    article.select_cinefav .field {
        margin: 0 auto;
    }
    /* ############################################################################################################################# */
    /* HORARIOS */
    .horarios {
        font-size: 18px;
    }

        .horarios .lista_horarios {
            width: 97%;
            min-height: 95px;
        }

        .horarios .sala li {
            width: 66px;
            line-height: 42px;
            margin-right: 7px;
        }

            .horarios .sala li a {
                width: 66px;
                height: 42px;
            }

        .horarios .cine p {
            height: 40px;
            line-height: 40px;
        }

        .horarios .pelicula.warner .poster span {
            background-size: auto;
        }
        /* HORARIOS v.3 08/2015 */
        .horarios .lista_horarios {
            min-height: 62px;
        }

        .horarios li .lista_horarios .tipo {
            height: 40px;
            line-height: 40px;
        }

        .horarios .sala_patrocinada {
            margin-left: 5px;
        }
    /* /HORARIOS */
    /* ############################################################################################################################# */
    /* ############################################################################################################################# */
    /* CINE HORARIOS */
    .movil_hide {
        display: none !important;
    }

    .horarios .pelicula span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 125px;
        height: 21px;
        left: calc(100% - 41px);
    }

    .horarios .pelicula .poster {
        width: 125px;
    }

        .horarios .pelicula .poster img {
            width: 115px;
            height: 161px;
        }

    .horarios .pelicula .peli_info {
        width: calc(100% - 150px);
        min-height: 155px;
    }

        .horarios .pelicula .peli_info h4 {
            font-size: 22px;
        }

        .horarios .pelicula .peli_info p {
            font-size: 16px;
        }

    .horarios .pelicula .verhorarios {
        display: block;
    }

    .horarios .pelicula .calificacion {
        margin-top: 15px;
    }

    .horarios .pelicula .tecnologia {
        display: inline-block;
    }

    .horarios .pelicula.warner .poster span {
        width: 128px;
    }

    .horarios ul.destacado {
        border: 5px solid #ffdf0f;
    }

        .horarios ul.destacado.evento {
            display: none;
        }

        .horarios ul.destacado li.destacado p {
            font-size: 25px;
        }

        .horarios ul.destacado .pelicula, .horarios ul.destacado .pelicula .peli_info {
            height: 114px;
        }

        .horarios ul.destacado .peli_info h4 {
            width: 100%;
            font-size: 22px;
        }

        .horarios ul.destacado .peli_info p {
            width: 50%;
            font-size: 19px;
        }

        .horarios ul.destacado .peli_info > a {
            width: 206px;
            height: 43px;
            line-height: 43px;
            font-size: 22px;
            margin: 0;
        }
    /* /CINE HORARIOS */
    /* ############################################################################################################################# */
    article#banners {
        display: none;
    }
    /*/
BODY*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* EVENTOS */
    #eventos main section .cartelera_peliculas > ul > li {
        /*estilo de los carteles*/
        height: 250px;
    }

    #eventos main section .cartelera_peliculas ul li h3,
    #eventos main section .cartelera_peliculas ul li h3 a {
        /*título del cartel*/
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li a.vf, .no-touch #eventos main section .cartelera_peliculas ul li a.vf:hover {
        color: #fba300;
    }

    #eventos main section .cartelera_peliculas ul li div.fecha {
        position: relative;
        margin: 0px 10px;
        height: 20px;
        line-height: 20px;
        text-align: left;
        font-family: "dinengschriftstd", "Another Font", generic;
        color: #999999;
        font-size: 20px;
    }

    #eventos .cartelera_peliculas .mashorarios {
        display: none;
    }

    #eventos main section .cartelera_peliculas ul li div.puntuacion {
        position: absolute;
        bottom: 5px;
        width: 100px;
        height: 25px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir {
        position: absolute;
        bottom: 5px;
        right: 4px;
    }

    #eventos section .cartelera_peliculas ul li div.compartir_opt {
        position: absolute;
        bottom: 4px;
        right: 4px;
    }

    #eventos .tipo_evento {
        top: 43px;
        left: 20px;
    }

    #eventos .linkcartel .stick-va {
        top: 43px;
        left: 20px;
    }
    /* /EVENTOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FICHA CINE */
    #ficha_cine section {
        padding-bottom: 640px;
    }

        #ficha_cine section .select_cinefav {
            width: 100%;
            left: 0;
            margin-bottom: 10px;
        }

    #ficha_cine .select_cinefav .field {
        margin: 0;
    }

    #ficha_cine article.seleccionardia .container_rb {
        display: none;
    }

    #ficha_cine .select_cinefav .maps,
    #ficha_cine .select_cinefav .btn_zona,
    #ficha_cine .select_cinefav .btn_promos,
    #ficha_cine .select_cinefav .print_btn {
        display: none;
    }

    article.select_cinefav .btn_promos {
        /* se utiliza despues?*/
        width: 192px;
        font-size: 20px;
    }

    #ficha_cine .horarios {
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }

    #ficha_cine article > h3 {
        width: 74px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    #ficha_cine article h3.promo {
        width: 120px;
    }

    article.promociones {
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }

        article.promociones h3, article.evento h3 {
            display: none;
        }

        article.promociones .banners_promo {
            background: none;
            height: auto;
        }

            article.promociones .banners_promo ul {
                overflow: auto;
                white-space: initial;
                top: 0;
                margin: 0;
                width: 100%;
            }

            article.promociones .banners_promo #next, article.promociones .banners_promo #prev {
                display: none;
            }

            article.promociones .banners_promo li {
                display: block;
                margin: 10px 0 20px;
            }

                article.promociones .banners_promo li img {
                    width: 100%;
                }

    article.precios, article.calif {
        display: none;
    }

    .solo_movil {
        display: block;
        margin-bottom: 3px;
    }

        .solo_movil .btn_contenido {
            position: relative;
            display: inline-block;
            width: calc(99% - 62px);
            height: 52px;
            line-height: 52px;
            text-align: left;
            padding-left: 62px;
            background: #ffdf0f url("../img/cine_radiobox_amarillo_blanco_1.jpg") no-repeat 6px center;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
            margin-bottom: 5px;
            font-family: "Trebuchet MS";
            font-size: 24px;
            color: #666666;
            cursor: pointer;
        }

        .solo_movil .field {
            width: 99%;
            margin: 0 auto;
        }

        .solo_movil .btn_contenido.open {
            background: #ffdf0f url("../img/cine_radiobox_amarillo_blanco_2.jpg") no-repeat 6px center;
        }

        .solo_movil.ev .btn_contenido {
            background: #fba303 url("../img/cine_radiobox_naranja_blanco_1.jpg") no-repeat 6px center;
        }

            .solo_movil.ev .btn_contenido.open {
                background: #fba303 url("../img/cine_radiobox_naranja_blanco_2.jpg") no-repeat 6px center;
            }

        .solo_movil.promo .btn_contenido {
            width: 346px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            padding: 0;
            text-align: center;
            background: #ff0033;
            color: #ffffff;
            margin: 10px 0 40px;
        }

            .solo_movil.promo .btn_contenido.open {
                background: #999999;
            }
    /* CINESAPLAN ----------------------------------------- CINESAPLAN */
    .cinesaplan {
        display: none;
    }

        .cinesaplan.solo_movil {
            display: block;
            margin-top: 30px;
        }

    .cinesaplan {
        width: calc(99% - 2px);
        margin: 0 auto;
    }

        .cinesaplan .plan {
            width: 100%;
            margin: 0 0 40px 0;
        }

            .cinesaplan .plan .titulo {
                width: 100%;
                height: 33px;
                line-height: 33px;
            }

                .cinesaplan .plan .titulo p {
                    font-size: 30px;
                    text-align: left;
                }

                .cinesaplan .plan .titulo img {
                    top: 5px;
                    right: 10px;
                }

            .cinesaplan .plan > img {
                width: 100%;
            }

            .cinesaplan .plan a {
                margin-top: 8px;
                width: 100%;
                height: 38px;
                line-height: 38px;
                font-size: 27px;
            }
    /* /CINESAPLAN ----------------------------------------- /CINESAPLAN */
    /* BANNER -------------------------------------------- BANNER */
    #ficha_cine article#banner_seccion {
        display: none;
    }

    #eventos article#banner_seccion .img_left {
        position: absolute;
        z-index: 10;
        top: calc(50% - 48px);
        left: 15px;
    }

    #eventos article#banner_seccion .img_right {
        position: absolute;
        z-index: 10;
        top: calc(50% - 48px);
        right: 15px;
    }
    /* /BANNER -------------------------------------------- /BANNER */
    /* /FICHA CINE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRAILERS CARTELERA*/
    .no-touch #trailers_cartelera section .cartelera_peliculas > ul > li a:hover .play {
        position: absolute;
        top: 53px;
        left: 15px;
    }

    #trailers_estrenos section .cartelera_peliculas > ul {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

        #trailers_estrenos section .cartelera_peliculas > ul > li {
            height: 226px;
            width: 214px;
            margin-right: 1px;
            margin-left: 2px;
            padding: 2px 4px;
        }

            #trailers_estrenos section .cartelera_peliculas > ul > li .cartel {
                width: 214px;
                height: 135px;
                margin-left: 0px;
            }

            #trailers_estrenos section .cartelera_peliculas > ul > li h3 {
                width: 200px;
                margin-top: 4px;
                margin-bottom: 3px;
            }

    #trailers_estrenos section .cartelera_peliculas ul li div.puntuacion {
        margin: 9px 0 0 0px;
    }

    #trailers_estrenos section .cartelera_peliculas ul li div.compartir {
        margin: 9px 0 0 0;
    }

    #trailers_estrenos section .cartelera_peliculas ul li div.compartir_opt {
        margin: 9px 0 0 0;
    }

    #trailers_estrenos section .cartelera_peliculas ul li span.colorbutton {
        left: 40px;
    }

    #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi {
        background: none;
        text-align: center;
        height: auto;
        width: 440px;
    }

        #trailers_estrenos section .cartelera_peliculas > ul > li.trailer_publi img {
            width: 298px;
            height: 248px;
            margin-top: 30px;
        }

    .no-touch #trailers_estrenos section .cartelera_peliculas > ul > li a:hover .play {
        position: absolute;
        top: 51px;
        left: 4px;
        width: 214px;
        height: 135px;
    }
    /* /TRAILERS CARTELERA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MAPA */
    #mapa section {
        min-height: 1150px;
        /* general */
        padding-bottom: 680px;
    }

    #mapa #bajo_menu {
        /* general */
        height: 30px;
        margin-top: -10px;
    }

    #mapa #publicidad_body {
        display: block;
    }

    #mapa #mapa-cines img#mapa {
        display: none;
    }

    #mapa #mapa-cines {
        position: relative;
        background-color: #FFFFFF;
        width: 470px;
        height: auto;
        margin: 0 auto;
    }

    #menu_mapa {
        position: relative;
    }

        #menu_mapa div {
            display: block;
        }

            #menu_mapa div ul,
            #menu_mapa div ul li,
            #menu_mapa div ul li ul,
            #menu_mapa div ul li ul li {
                padding: 0;
                margin: 20px 0;
                ;
            }

                #menu_mapa div ul li,
                #menu_mapa div ul li ul li {
                    padding-left: 5px;
                }

    ul.listado li {
        display: block;
    }

    #menu_mapa li.titulo {
        font-family: "dinengschriftstd";
        font-size: 21px;
        color: #666666;
        background-color: #FED801;
        padding: 0 5px;
    }

    #menu_mapa li {
        font-family: "Trebuchet MS", Arial, Helvetica;
        font-size: 19px;
        color: #666;
        text-align: left;
    }

    #menu_mapa ul li a {
        cursor: pointer;
        color: #666;
    }

    #mapa .cine_seleccionado {
        display: none;
    }
    /* /MAPA */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS */
    #promos .select_cinefav {
        width: calc(100% - 20px);
        margin-top: 10px;
    }

        #promos .select_cinefav .row:first-child {
            margin-bottom: 0;
        }

        #promos .select_cinefav .row:last-child {
            text-align: right;
        }

            #promos .select_cinefav .row:last-child > p {
                margin: 0 10px 0 0;
                line-height: 42px;
                font-size: 21px;
                width: 100%;
                text-align: left;
            }

        #promos .select_cinefav .row .field {
            width: 100%;
            display: block;
            margin-bottom: 5px;
        }

    #promos article.select_cinefav .btn_borrar {
        height: 46px;
        line-height: 46px;
        width: 202px;
        margin-left: 4px;
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
    }

    #promos .bb_dsk {
        display: none;
    }

    #promos .bb_tlf {
        display: inline;
    }

    #promos article#banner_seccion {
        display: none !important;
    }

    #promos main section {
        width: 470px;
        margin: 0 auto;
        padding-top: 25px;
    }

    #promos .listapromos {
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: left;
    }

        #promos .listapromos ul {
            padding: 0;
        }

            #promos .listapromos ul li {
                display: inline-block;
                position: relative;
                width: 460px;
                margin: 0 5px 35px 5px;
                padding: 0;
            }

        #promos .listapromos li h3 {
            position: relative;
            font-size: 22px;
            width: 450px;
            line-height: 33px;
            margin: 0 0 5px 0 !important;
            padding-left: 10px;
            background-color: #ffffff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #666666;
        }

            #promos .listapromos li h3 a {
                color: #666666;
            }

        #promos .listapromos li img {
            width: 460px;
        }
    /* borrar desde aqui ------------------------------------------------------------ */
    #promos article.select_cinefav div#select2,
    #promos article.select_cinefav div#select3,
    #promos article.select_cinefav div#select4 {
        position: absolute;
        left: 0;
        z-index: 15 !important;
    }

    #promos article.select_cinefav div#select3 {
        top: 130px;
        z-index: 10 !important;
    }

    #promos article.select_cinefav div#select4 {
        top: 220px;
        z-index: 5 !important;
    }

    #promos article.select_cinefav div#select {
        z-index: 20;
    }

    #promos article.select_cinefav div li {
        font-size: 30px;
        line-height: 48px;
    }

    #promos article.select_cinefav div#select,
    #promos article.select_cinefav div#select2,
    #promos article.select_cinefav div#select3,
    #promos article.select_cinefav div#select4 {
        margin-bottom: 20px;
    }

        #promos article.select_cinefav div#select4 li {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    /* hasta aqui ------------------------------------------------------------ */
    #promos article.titulo_promo div {
        color: #ffffff;
        font-size: 22px;
        font-family: "Trebuchet MS";
        text-align: center;
        background-color: #999999;
        width: 300px;
        padding: 0 10px;
        height: 45px;
        line-height: 45px;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    #promos article.titulo_filtro div {
        background-color: #ff0033;
    }
    /* /PROMOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROMOS LANDING */
    #promos_landing section {
        margin-top: -25px;
        position: relative;
    }

    #promos_landing #bajo_menu {
        margin-top: -12px;
    }

    #promos_landing section article.cartel-promo {
        position: relative;
        width: calc(100% - 10px);
        padding: 40px 0;
        text-align: center;
        margin-bottom: 20px;
        left: 5px;
    }

        #promos_landing section article.cartel-promo img {
            width: calc(100% - 30px);
            min-width: 450px;
        }

    #promos_landing section article.panel_right {
        position: relative;
        width: calc(100% - 10px);
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #promos_landing section div.info-promo {
        position: relative;
        padding: 5px 10px;
        font-size: 18px;
        margin-bottom: 30px;
        text-align: left;
    }

        #promos_landing section div.info-promo p {
            line-height: 22px;
            padding-bottom: 8px;
        }

            #promos_landing section div.info-promo p.titulo {
                padding-bottom: 16px;
            }

    #promos_landing #publicidad_body {
        bottom: -330px;
    }

    #promos_landing #publicidad_body {
        bottom: -660px;
    }
    /* /PROMOS LANDING */
    /* ############################################################################################################################## */
    /* /PROMOS LANDING */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* PROXIMOS ESTRENOS */
    #proximos_estrenos section {
        margin-top: 50px;
    }

    #proximos_estrenos article.cartelera_peliculas .fechaestreno {
        width: calc(100% + 5px);
        height: 38px;
        top: -45px;
        line-height: 38px;
    }

        #proximos_estrenos article.cartelera_peliculas .fechaestreno span {
            font-size: 28px;
        }

    #proximos_estrenos article.cartelera_peliculas li.ventaanticipada a .stick-va {
        left: 15px;
        top:4px;
        margin-top:0;
    }
    /* /PROXIMOS ESTRENOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* HOME */
    #home #separador-bottom {
        max-width: 1220px;
        width: 100%;
        height: 13px;
        margin: 0 auto;
    }

    #home .pelicula_principal {
        width: 100%;
        max-width: 1190px;
        padding: 0;
        margin: 0 auto;
    }

        #home .pelicula_principal ul li {
            position: relative;
            max-height: 505px;
            width: 100%;
            max-width: 1190px;
        }

        #home .pelicula_principal img {
            position: relative;
            width: 100%;
            max-height: 505px;
        }

        #home .pelicula_principal .topo3d {
            top: 15px;
            right: 5px;
            width: 90px;
            height: 90px;
            background-size: 100%;
        }

        #home .pelicula_principal .principal-info {
            display: none;
        }

            #home .pelicula_principal .principal-info a {
                position: absolute;
                width: calc(100% - 30px);
                margin: 0;
                font-size: 31px;
                line-height: 31px;
                padding: 10px 15px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                #home .pelicula_principal .principal-info a.trailer {
                    display: none;
                }

        #home .pelicula_principal .img_left,
        #home .pelicula_principal .img_right {
            top: 0;
            height: 200px;
            width: 49px;
        }

        #home .pelicula_principal .img_left {
            left: 0;
        }

        #home .pelicula_principal .img_right {
            right: 0;
        }

            #home .pelicula_principal .img_left span,
            #home .pelicula_principal .img_right span {
                top: 90px;
            }

            #home .pelicula_principal .img_right span {
                left: auto !important;
                right: 0;
            }

    #home .promociones {
        display: none;
    }

        #home .promociones span {
            right: 5px;
            font-size: 25px;
        }

        #home .promociones div {
            top: 40px;
            height: 355px;
        }

        #home .promociones ul {
            margin-left: 10px;
            margin-top: 20px;
            width: 97.7%;
            white-space: nowrap;
            overflow: hidden;
        }

        #home .promociones li {
            display: inline-block;
            margin: 0px 1px;
            position: relative;
            width: 420px;
        }

            #home .promociones li img {
                width: 100%;
            }

        #home .promociones .infopromo {
            position: relative;
            width: 100%;
            height: 120px;
            bottom: 0;
            top: auto;
        }

            #home .promociones .infopromo p {
                font-size: 33px;
                position: absolute;
                margin: 0;
                left: 15px;
                line-height: 50px;
                width: 300px;
                white-space: normal;
                overflow: auto;
                text-align: left;
            }

            #home .promociones .infopromo .mas {
                position: absolute;
                right: 10px;
                top: 10px;
                width: 30px;
                height: 30px;
                line-height: 27px;
                font-size: 23px;
            }

        #home .promociones .shadow_left,
        #home .promociones .shadow_right,
        #home .cartelera .shadow_left,
        #home .cartelera .shadow_right,
        #home .tecnologia .shadow_left,
        #home .tecnologia .shadow_right {
            top: 0;
            width: 43px;
            z-index: 4;
        }

            #home .promociones .shadow_left .img_left,
            #home .promociones .shadow_right .img_right {
                width: 29px;
                height: 170px;
            }

    #home .cartelera {
        height: 360px;
    }

        #home .cartelera .cart-menu {
            position: absolute;
            top: 10px;
            left: 0;
        }

            #home .cartelera .cart-menu a {
                margin-left: 5px;
                font-size: 27px;
                width: 120px;
            }

        #home .cartelera .shadow_right .img_right span,
        #home .cartelera .shadow_left .img_left span {
            top: 100px;
        }

    #home .carteles-carrusel,
    #ciclos .carteles-carrusel,
    #ficha_cine .carteles-carrusel {
        position: relative;
        top: 11px;
        height: 225px;
    }

        #home .carteles-carrusel ul,
        #ciclos .carteles-carrusel ul,
        #ficha_cine .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            height: 225px;
            margin: 15px 0 0 0;
            padding: 0;
        }

            #home .carteles-carrusel ul li,
            #ciclos .carteles-carrusel ul li,
            #ficha_cine .carteles-carrusel ul li {
                display: inline-block;
                position: relative;
                margin: 0 5px;
            }

    #ciclos .ciclo li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    #home .pelicula_principal span.rb_promo {
        background: url(../img/IconPromo/icono_promo_grande_derecha_inclinado_redonda_pequeño.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 9px;
        height: 68px;
        left: 8px;
    }

    #home .cartelera span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 6px;
        height: 21px;
        left: 93px;
    }

    #home .cartelera ul li img.promo {
        outline: 4px solid #f03;
        outline-offset: -4px;
    }

    #home .cartelera li img,
    #ciclos .ciclo li img,
    #ficha_cine .ciclo li img {
        width: 140px;
    }

    #ciclos .ciclo .infopeli,
    #ficha_cine .ciclo .infopeli,
    #home .cartelera .infopeli {
        display: none;
    }

        #home .cartelera .infopeli h4,
        #ciclos .ciclo .infopeli h4,
        #ficha_cine .ciclo .infopeli h4 {
            position: absolute;
            font-size: 33px;
            top: 2px;
            left: 5px;
            margin: 0;
            padding: 0;
            width: 190px;
            height: 90px;
            white-space: normal;
            overflow: hidden;
            text-align: left;
        }

        #home .cartelera .infopeli p,
        #ciclos .ciclo .infopeli p,
        #ficha_cine .ciclo .infopeli p {
            font-size: 23px;
            position: absolute;
            bottom: 5px;
            margin: 0;
            left: 5px;
        }

        #home .cartelera .infopeli .mas,
        #ciclos .ciclo .infopeli a,
        #ficha_cine .ciclo .infopeli a {
            position: absolute;
            bottom: 7px;
            right: 8px;
            width: 30px;
            height: 30px;
            line-height: 27px;
            font-size: 23px;
        }

    #home .cartelera .shadow_left .img_left,
    #home .cartelera .shadow_right .img_right {
        width: 29px;
        height: 220px;
    }

    #ciclos .ciclo .shadow_left .img_left,
    #ciclos .ciclo .shadow_right .img_right,
    #ficha_cine .ciclo .shadow_left .img_left,
    #ficha_cine .ciclo .shadow_right .img_right {
        width: 29px;
        height: 230px;
    }

    #home .tecnologia .home-row,
    #home .tecnologia > .tecno {
        display: none;
    }

    #home .tecnologia p {
        text-align: left;
        font-size: 22px;
        text-align: center;
    }

    #home .tecnologia .robapaginas {
        position: relative;
        display: block;
        margin: 20px auto 0;
        width: 320px;
    }

    #home .tecnologia .tecno {
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: 630px;
    }

    #home .tecnologia .shadow_left,
    #home .tecnologia .shadow_right {
        height: 630px;
    }

    #home .tecnologia ul {
        position: relative;
        height: 600px;
        top: 10px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #home .tecnologia li {
        height: 210px;
        width: 100%;
        margin: 0;
        display: block;
        position: relative;
        text-align: center;
    }

    #home .tecnologia .dolby,
    #home .tecnologia .imax,
    #home .tecnologia .isens {
        background: url(../img/tecnologia480.png) no-repeat;
        position: absolute;
        top: 10px;
        left: 15px;
        margin: 0 auto;
        height: 180px;
        width: 470px;
        margin-left: 30px;
    }

    .no-touch #home .tecnologia .imax:hover {
        background-position: 0 0;
    }

    #home .tecnologia .dolby {
        background-position: 0 -370px;
    }

    #home .tecnologia .isens {
        background-position: 0 -187px;
    }

    .no-touch #home .tecnologia .imax:hover {
        background-position: 0 0;
    }

    .no-touch #home .tecnologia .dolby:hover {
        background-position: 0 -370px;
    }

    .no-touch #home .tecnologia .isens:hover {
        background-position: 0 -187px;
    }

    #home .tecnologia li a {
        left: 0;
        margin: 0 !important;
    }

    #home .tecnologia li:nth-child(2) {
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        overflow: hidden;
        width: 200px;
    }

    #home .tecnologia li:nth-child(3) {
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        overflow: hidden;
    }


    #home .clientes {
        height: 570px;
        text-align: left;
    }

        #home .clientes .promos {
            position: relative;
            display: block;
            margin-left: 10px;
            margin-bottom: 20px;
            top: 10px;
            width: 97%;
            vertical-align: top;
        }

        #home .clientes .promobox {
            position: relative;
            margin: 0 auto !important;
        }

            #home .clientes .promobox img {
                width: 100%;
                max-width: 780px;
            }

            #home .clientes .promobox .radios {
                float: right;
            }

        #home .clientes .toppeliculas {
            position: relative;
            display: inline-block;
            width: 99%;
            margin-left: 0px;
            top: 10px;
            vertical-align: top;
        }

            #home .clientes .toppeliculas ul {
                margin: 0;
                padding: 0;
            }

            #home .clientes .toppeliculas li {
                display: inline-block;
                margin: 0 5px;
            }

            #home .clientes .toppeliculas img {
                width: 180px;
            }

            #home .clientes .toppeliculas .img_left,
            #home .clientes .toppeliculas .img_right {
                position: absolute;
                top: 0;
                width: 27px;
                height: 260px;
            }

            #home .clientes .toppeliculas .img_left {
                background-position: 0 50%;
                left: 10px;
            }

            #home .clientes .toppeliculas .img_right {
                background-position: -29px 50%;
                right: 5px;
            }

    #home article {
        margin: 0 !important;
    }

        #home article.cartelera {
            margin-top: 15px !important;
        }

        #home article.tecnologia {
            margin-top: -15px !important;
            margin-bottom: 30px !important;
        }

    #home .home-row {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

        #home .home-row h3 {
            height: 50px;
            line-height: 50px;
            font-size: 25px;
            margin: 0 0 10px 0;
        }

        #home .home-row .btn {
            right: 0;
            bottom: 0;
            height: 45px;
            line-height: 45px;
            font-size: 19px;
            margin: 0 0 10px 0;
        }

    #home .listacines {
        display: inline-block;
    }


    /* /HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CICLOS */
    #ciclos section {
        min-height: 330px;
        margin-left: 10px;
        width: calc(100% - 20px);
    }

    #ciclos #publicidad_body {
        margin: 48px 10px 0 0;
    }

    #ciclos .ciclo,
    #ficha_cine .ciclo {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    #ficha_cine .ciclo {
        width: calc(100% - 20px);
        margin: 0 auto 60px auto;
    }

    #ciclos .ciclo.robapaginas {
        width: 100%;
    }

    #ciclos .ciclo .titulo,
    #ficha_cine .ciclo .titulo {
        position: relative;
        width: 243px;
        padding: 5px 15px;
        font-size: 20px;
    }

    #ciclos .ciclo .carteles-carrusel,
    #ficha_cine .ciclo .carteles-carrusel {
        position: relative;
        top: 10px;
        width: 100%;
    }

        #ciclos .ciclo .carteles-carrusel ul,
        #ficha_cine .ciclo .carteles-carrusel ul {
            position: absolute;
            width: 100%;
            top: 0;
            margin-top: 15px;
        }

            #ciclos .ciclo .carteles-carrusel ul li,
            #ficha_cine .ciclo .carteles-carrusel ul li {
                position: relative;
            }

    #ciclos .carteles-carrusel ul span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 81px;
        position: absolute;
        top: 9px;
        height: 21px;
        left: 93px;
    }
    /* /CICLOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD */
    #cinesacard main #bajo_menu {
        height: 23px;
    }

    #cinesacard article {
        width: 470px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    #cinesacard .ccard .micuenta,
    #cinesacard .ccard .ventajas_ccard {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    #cinesacard .micuenta img {
        position: absolute;
        top: 0;
        left: 20px;
        margin-top: -70px;
        height: 150px;
        width: 150px;
    }

    #cinesacard .micuenta h3 {
        position: relative;
        top: 25px;
        left: 150px;
        line-height: 30px;
        font-size: 65px;
        width: 300px;
    }

    #cinesacard .formlogin {
        position: relative;
        margin: 0 auto;
        margin-top: 52px;
        margin-bottom: 25px;
        width: calc(100% - 20px);
        height: 280px;
    }

        #cinesacard .formlogin form {
            position: relative;
            width: calc(100% - 10px);
            margin: 0 5px;
        }

        #cinesacard .formlogin input[type="email"],
        #cinesacard .formlogin input[type="password"] {
            width: 180px;
            border: none;
            height: 70px;
            line-height: 70px;
            font-size: 27px;
            padding-left: 15px;
            margin: 0 3px 7px 3px;
        }

        #cinesacard .formlogin input[type="submit"] {
            width: 398px;
            height: 58px;
            font-size: 33px;
        }

        #cinesacard .formlogin a {
            position: relative;
            top: 10px;
            margin: 0 10px;
            font-size: 18px;
            border-bottom: 1px solid #cccccc;
        }

    #cinesacard .ventajas_ccard {
        margin-top: 72px;
        margin-left: 5px;
        height: 390px;
        width: calc(100% - 20px);
    }

        #cinesacard .ventajas_ccard h3 {
            font-size: 48px;
            margin: 5px 0 0 0;
        }

        #cinesacard .ventajas_ccard p {
            font-size: 22px;
            margin: 0;
            margin-bottom: 30px;
            line-height: 22px;
        }

        #cinesacard .ventajas_ccard .lista_ventajas {
            position: relative;
            margin: 0 auto;
            margin-top: 20px;
            left: 8px;
            display: block;
        }

        #cinesacard .ventajas_ccard .lista_ventajas {
            margin-left: 18px;
        }

            #cinesacard .ventajas_ccard .lista_ventajas li {
                position: relative;
                width: 124px;
                display: inline-block;
                margin-bottom: 10px;
            }

    #cinesacard .lista_ventajas li div.jueves,
    #cinesacard .lista_ventajas li div.vip,
    #cinesacard .lista_ventajas li div.promociones,
    #cinesacard .lista_ventajas li div.puntos,
    #cinesacard .lista_ventajas li div.eventos {
        background: url(../img/ico_ccard_ventajas_m.png) no-repeat;
        width: 105px;
        height: 105px;
    }

    #cinesacard .lista_ventajas li div.jueves {
        background-position: 0 0;
    }

    #cinesacard .lista_ventajas li div.vip {
        background-position: -105px 0;
        width: 110px;
    }

    #cinesacard .lista_ventajas li div.promociones {
        background-position: -220px 0;
        width: 107px;
    }

    #cinesacard .lista_ventajas li div.puntos {
        background-position: -330px 0;
        width: 113px;
    }

    #cinesacard .lista_ventajas li div.eventos {
        background-position: -448px 0;
    }

    #cinesacard .lista_ventajas a {
        display: none;
        position: absolute;
        left: 0;
        top: -5px;
        width: 90px;
        height: 105px;
        padding: 7px;
        font-size: 18px;
        line-height: 22px;
    }

    #cinesacard .lista_ventajas li div.jueves a {
        width: 98px;
    }

    #cinesacard .lista_ventajas li div.vip a {
        width: 97px;
    }

    #cinesacard .lista_ventajas li div.promociones a {
        width: 98px;
    }

    #cinesacard .lista_ventajas li div.puntos a {
        width: 100px;
    }

    #cinesacard .lista_ventajas li div.eventos a {
        width: 98px;
    }

    #cinesacard .lista_ventajas li div:hover a {
        display: block;
    }

    #cinesacard .conseguirccard {
        text-align: left;
    }

        #cinesacard .conseguirccard > div {
            position: relative;
            display: block;
            width: calc(100% - 20px);
            margin: 0 auto;
            margin-bottom: 30px;
        }

        #cinesacard .conseguirccard .cc_header {
            position: relative;
            height: 125px;
            margin-bottom: 5px;
        }

            #cinesacard .conseguirccard .cc_header p {
                margin: 0;
                line-height: 50px;
                font-size: 27px;
            }

            #cinesacard .conseguirccard .cc_header h3 {
                margin: 0;
                line-height: 60px;
                font-size: 60px;
            }

        #cinesacard .conseguirccard .cc_pasos {
            position: relative;
            margin-top: -8px;
        }

            #cinesacard .conseguirccard .cc_pasos ul {
                height: 130px;
                padding: 0;
            }

                #cinesacard .conseguirccard .cc_pasos ul li {
                    display: inline-block;
                    position: relative;
                    width: 115px;
                    height: 115px;
                    margin: 15px 2px 0 2px;
                }

                    #cinesacard .conseguirccard .cc_pasos ul li.flecha-1,
                    #cinesacard .conseguirccard .cc_pasos ul li.flecha-2 {
                        margin: 0;
                        width: 30px;
                    }

            #cinesacard .conseguirccard .cc_pasos > div {
                margin: 0 10px;
                font-size: 25px;
                border: 1px solid #ffffff;
            }

            #cinesacard .conseguirccard .cc_pasos p {
                position: relative;
                line-height: 30px;
                margin: 10px 0;
            }

            #cinesacard .conseguirccard .cc_pasos .popcorn {
                display: none;
            }

        #cinesacard .conseguirccard .cc_btn {
            position: relative;
            margin-top: 7px;
            height: 80px;
        }

            #cinesacard .conseguirccard .cc_btn a {
                position: absolute;
                width: 300px;
                height: 50px;
                left: calc(50% - 150px);
                top: calc(50% - 25px);
                line-height: 53px;
                font-size: 33px;
            }

        #cinesacard .conseguirccard .cc_aviso {
            font-size: 22px;
        }

    #cinesacard .aviso > div {
        position: relative;
        width: calc(100% - 20px);
        height: 130px;
        margin: 0 auto;
        border: 1px dashed #bcbcbc;
        background-position: 15px 25px;
    }

        #cinesacard .aviso > div p {
            display: inline-block;
            line-height: 27px;
            font-size: 27px;
            margin-left: 50px;
        }

        #cinesacard .aviso > div a {
            position: absolute;
            width: 125px;
            height: 35px;
            font-size: 27px;
            top: 75px;
            left: 50%;
            margin-left: -62px;
            line-height: 33px;
        }

    #cinesacard .puntos .puntos_menu {
        text-align: left;
        padding: 0;
        width: 450px;
        margin-left: 10px;
        white-space: nowrap;
        overflow: hidden;
    }

        #cinesacard .puntos .puntos_menu li {
            display: block;
            font-size: 24px;
            height: 58px;
            line-height: 58px;
            padding: 0;
            width: 100%;
            text-align: center;
            margin: 0 auto 5px;
        }

    #cinesacard .puntos .div-1,
    #cinesacard .puntos .div-3 {
        padding: 10px 0 10px 0;
        width: 450px;
        margin-left: 10px;
    }

        #cinesacard .puntos .div-1 ul,
        #cc_micuenta .puntos .div-1 ul {
            padding-left: 15px;
            text-align: left;
        }

        #cinesacard .puntos .div-1 li,
        #cc_micuenta .puntos .div-1 li {
            position: relative;
            display: inline-block;
            border: 2px solid #efefef;
            width: 121px;
            height: 239px;
            margin: 50px 7px 30px 7px;
        }

            #cinesacard .puntos .div-1 li .tiporegalos,
            #cc_micuenta .puntos .div-1 li .tiporegalos {
                position: absolute;
                width: 140px;
                height: 30px;
                line-height: 30px;
                top: -44px;
                left: -2px;
                padding-left: 5px;
                font-size: 16px;
            }

                #cinesacard .puntos .div-1 li .tiporegalos.tr_last,
                #cc_micuenta .puntos .div-1 li .tiporegalos.tr_last {
                    width: 121px;
                }

    #cinesacard .regalo-puntos,
    #cc_micuenta .regalo-puntos {
        position: absolute;
        bottom: 0;
        width: 121px;
        line-height: 47px;
        border-top: 2px solid #efefef;
        font-size: 30px;
    }

    #cinesacard .puntos .div-1 li .regalo-info,
    #cc_micuenta .puntos .div-1 li .regalo-info {
        position: absolute;
        width: 121px;
        height: 80px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
    }

        #cinesacard .puntos .div-1 li .regalo-info p,
        #cc_micuenta .puntos .div-1 li .regalo-info p {
            line-height: 13px;
            margin-left: 4px;
        }

        #cinesacard .puntos .div-1 li .regalo-info img,
        #cc_micuenta .puntos .div-1 li .regalo-info img {
            margin-top: -7px;
        }


    #cinesacard .puntos .div-3 ul,
    #cc_micuenta .faq .div-3 ul {
        padding-left: 20px;
    }

    #cinesacard .puntos .div-3 li,
    #cc_micuenta .faq .div-3 li {
        position: relative;
        height: 30px;
        width: 85%;
        line-height: 37px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        font-size: 18px;
    }

        #cinesacard .puntos .div-3 li.pregunta,
        #cc_micuenta .faq .div-3 li.pregunta {
            height: auto;
        }

        #cinesacard .puntos .div-3 li.respuesta,
        #cc_micuenta .faq .div-3 li.respuesta {
            height: auto;
            border: 2px solid #e8e8e8;
            margin-left: 0px;
            width: calc(93% + 7px);
        }

            #cinesacard .puntos .div-3 li.respuesta ul li,
            #cc_micuenta .faq .div-3 li.respuesta ul li {
                margin-left: -10px;
                margin-bottom: 10px;
                line-height: 20px;
                height: auto;
                width: 95%;
                font-size: 18px;
            }

                #cinesacard .puntos .div-3 li.respuesta ul li.stitulo,
                #cc_micuenta .faq .div-3 li.respuesta ul li.stitulo {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li.sresumen,
                #cc_micuenta .faq .div-3 li.respuesta ul li.sresumen {
                    line-height: 20px;
                    margin-left: -35px;
                }

                #cinesacard .puntos .div-3 li.respuesta ul li a,
                #cc_micuenta .faq .div-3 li.respuesta ul li a {
                    border-bottom: 1px solid #666666;
                }
    /* /CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* CINESACARD FORMULARIO*/
    #cc_form article,
    #cc_form_activar article,
    #colegios article,
    #recuperarmail article,
    #recuperarpass article {
        position: relative;
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    #cc_form .titulo,
    #cc_form_activar .titulo,
    #colegios .titulo,
    #cc_form_finactivar .titulo,
    #cc_form_finpedir .titulo,
    #cc_form_error .titulo,
    #recuperarmail .titulo,
    #recuperarpass .titulo {
        margin-bottom: 12px;
    }

        #cc_form .titulo h3,
        #cc_form_activar .titulo h3,
        #colegios .titulo h3,
        #cc_form_finactivar .titulo h3,
        #cc_form_finpedir .titulo h3,
        #cc_form_error .titulo h3,
        #recuperarmail .titulo h3,
        #recuperarpass .titulo h3 {
            font-size: 24px;
            line-height: 40px;
            width: 390px;
            padding-left: 15px;
            margin: 0;
        }

    #cc_form .frm1,
    #cc_form .frm2,
    #cc_form .frm3,
    #cc_form .frm4,
    #cc_form .inf,
    #cc_form_activar .frm1,
    #cc_form_activar .frm2,
    #cc_form_activar .frm3,
    #cc_form_activar .frm4,
    #cc_form_activar .inf,
    #cc_form .mail,
    #cc_form_activar .mail,
    #colegios .frm1,
    #colegios .frm2,
    #colegios .inf,
    #recuperarpass .frm1,
    #recuperarmail .frm1 {
        padding: 15px 0 15px 30px;
        width: calc(100% - 50px);
        text-align: left;
    }

    #cc_form article h4,
    #cc_form_activar article h4,
    #colegios article h4,
    #clientes article h4,
    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 24px;
        margin: 0;
        padding-left: 50px;
        line-height: 40px;
    }

    #cc_form article .num,
    #cc_form_activar article .num,
    #colegios article .num,
    #clientes article .num {
        position: absolute;
        font-size: 24px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 4px solid #ffffff;
    }

    #cc_form article.activo .num,
    #clientes article.activo .num {
        border: 4px solid #b5cbe0;
    }

    #cc_form article.activo h4,
    #cc_form article.inactivo h4,
    #cc_form_activar article.activo h4,
    #cc_form_activar article.inactivo h4,
    #colegios article.activo h4,
    #colegios article.inactivo h4,
    #clientes article.inactivo h4,
    #recuperarmail article.activo h4,
    #recuperarpass article.activo h4 {
        margin-bottom: 40px;
    }

    #cc_form .row,
    #cc_form_activar .row,
    #colegios .row,
    #trabajaconnosotros .row,
    #clientes .row,
    #recuperarmail .row,
    #recuperarpass .row {
        position: relative;
        margin: 10px;
        margin-bottom: 20px;
    }

        #cc_form .row input.text,
        #cc_form_activar .row input.text,
        #colegios .row input.text,
        #trabajaconnosotros .row input.text,
        #clientes .row input.text,
        #recuperarmail .row input.text,
        #recuperarpass .row input.text {
            width: 65%;
            height: 38px;
            padding-left: 15px;
            margin-right: 15px;
            font-size: 16px;
            margin-bottom: 20px;
            display: block;
        }

    #cc_form .frm3 .row .cc_select,
    #cc_form_activar .frm3 .row .cc_select,
    #colegios .frm3 .row .cc_select {
        margin-bottom: 20px;
    }

        #cc_form .frm3 .row .cc_select.small,
        #cc_form_activar .frm3 .row .cc_select.small,
        #colegios .frm3 .row .cc_select.small {
            margin-bottom: 0px;
        }

    #cc_form .cc_select,
    #cc_form_activar .cc_select,
    #colegios .cc_select {
        width: 70.2%;
        margin-right: 15px;
        vertical-align: top;
        margin-bottom: 20px;
    }

        #cc_form .cc_select .select-group,
        #cc_form_activar .cc_select .select-group,
        #colegios .cc_select .select-group {
            width: calc(100% - 64px) !important;
        }

            #cc_form .cc_select .select-group li,
            #cc_form_activar .cc_select .select-group li,
            #colegios .cc_select .select-group li {
                width: calc(100%) !important;
                font-size: 20px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        #cc_form .cc_select.small,
        #cc_form_activar .cc_select.small,
        #colegios .cc_select.small {
            width: 140px;
            margin-left: 0;
            vertical-align: top;
            margin-top: 20px;
        }

            #cc_form .cc_select.small .select-group,
            #cc_form_activar .cc_select.small .select-group,
            #colegios .cc_select.small .select-group {
                width: 65px !important;
            }

                #cc_form .cc_select.small .select-group li,
                #cc_form_activar .cc_select.small .select-group li,
                #colegios .cc_select.small .select-group li {
                    width: 76px !important;
                }

    #cc_form .row span,
    #cc_form_activar .row span,
    #colegios .row span {
        font-size: 18px;
        display: block;
    }

    #cc_form .frm3 .row span,
    #cc_form_activar .frm3 .row span,
    #colegios .frm3 .row span {
        display: block;
        line-height: 52px;
        margin-bottom: -25px;
    }

    #cc_form input[type="checkbox"] + label span,
    #cc_form_activar input[type="checkbox"] + label span,
    #colegios input[type="radio"] + label span,
    #trabajaconnosotros input[type="checkbox"] + label span {
        position: relative;
        display: inline-block;
        width: 350px;
        height: 37px;
        line-height: 35px;
        padding-left: 55px;
        font-size: 15px;
    }

    #cc_form .row a,
    #cc_form_activar .row a,
    #colegios .row a {
        border-bottom: 1px solid #909090;
    }

    #cc_form input[type="submit"],
    #cc_form_activar input[type="submit"],
    #colegios input[type="submit"],
    #trabajaconnosotros input[type="submit"],
    #clientes input[type="submit"],
    #recuperarmail input[type="submit"],
    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"],
    #cc_form_activar .btn,
    #colegios .btn,
    #cc_form .btn {
        border: none;
        width: 300px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        margin-left: calc(50% - 165px);
        margin-top: 30px;
    }

    #cc_form .inf,
    #cc_form_activar .inf,
    #colegios .inf {
        margin-bottom: 40px;
    }

        #cc_form .inf p,
        #cc_form_activar .inf p,
        #colegios .inf p {
            font-size: 11px;
        }

    #cc_form_activar .btn,
    #colegios .btn,
    #cc_form .btn {
        text-align: center;
        margin-left: calc(50% - 160px);
        cursor: pointer;
    }
    /* /CINESACARD FORMULARIO*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* /CINESACARD MI CUENTA*/
    #cc_micuenta #sb-site {
        min-height: 1000px !important;
    }

    #cc_micuenta aside {
        display: inline-block;
        width: 400px;
        margin-bottom: 40px;
    }

        #cc_micuenta aside .cuenta {
            top: 60px;
            margin: 0 auto;
        }

            #cc_micuenta aside .cuenta img {
                margin-top: -85px;
                width: 200px;
                height: 200px;
            }

            #cc_micuenta aside .cuenta p {
                font-size: 27px;
                margin: 10px 0 5px 0px;
                text-align: center;
            }

                #cc_micuenta aside .cuenta p span {
                    font-size: 33px;
                }

            #cc_micuenta aside .cuenta h3 {
                font-size: 67px;
                text-align: center;
            }

            #cc_micuenta aside .cuenta ul {
                height: 73px;
                white-space: nowrap;
                overflow: hidden;
            }

                #cc_micuenta aside .cuenta ul li {
                    display: inline-block;
                    width: 199px;
                    margin-top: 3px;
                    font-size: 18px;
                    height: 58px;
                    padding-top: 12px;
                }

                    #cc_micuenta aside .cuenta ul li:nth-child(2n+1) {
                        border-right: 2px solid #ffffff;
                    }

        #cc_micuenta aside .logout {
            height: 42px;
            margin-top: 80px;
        }

            #cc_micuenta aside .logout a {
                font-size: 37px;
                width: 100%;
                height: 48px;
                line-height: 48px;
                left: 0;
            }

        #cc_micuenta aside .info {
            padding: 12px 12px 1px 12px;
            margin: 0 auto;
            margin-bottom: 20px;
            width: 290px;
            display: none;
        }

            #cc_micuenta aside .info p {
                font-size: 11px;
                margin-bottom: 20px;
            }

            #cc_micuenta aside .info a {
                border-bottom: 1px solid #999999;
            }

        #cc_micuenta aside .infocc {
            margin-bottom: 20px;
            padding-bottom: 1px;
            display: none;
        }

            #cc_micuenta aside .infocc .header {
                height: 50px;
                line-height: 50px;
                padding-left: 10px;
                font-size: 14px;
            }

                #cc_micuenta aside .infocc .header.doblelinea {
                    line-height: 18px;
                    padding-top: 8px;
                    height: 42px;
                }

            #cc_micuenta aside .infocc p {
                font-size: 14px;
                margin: 10px;
            }

    #cc_micuenta section {
        width: 460px;
        margin: 0 0 40px 0px;
        display: inline-block;
    }

        #cc_micuenta section article {
            text-align: left;
        }

    #cc_micuenta article.menu {
        margin-top: -22px;
        height: 60px;
    }

        #cc_micuenta article.menu ul {
            padding: 0;
            position: relative;
            width: calc(100% - 20px);
            margin: 20px auto 30px auto;
            height: auto;
            z-index: 300;
            background-color: #E5E5E5;
        }

        #cc_micuenta article.menu li {
            position: relative;
            display: block;
            width: 86%;
            height: 0px;
            line-height: 0px;
            font-size: 34px;
            text-align: left;
            padding-left: 60px;
            margin-top: 0px;
            white-space: nowrap;
            overflow: hidden;
            transition: 0.15s;
        }

        #cc_micuenta article.menu .open li {
            height: 56px;
            line-height: 56px;
            transition: 0.3s;
            margin-top: 2px;
        }

        #cc_micuenta article.menu li.selected {
            height: 56px;
            line-height: 56px;
        }

        #cc_micuenta article.menu li.a_ico {
            background: none;
            background: url("../img/cc_arrows.png") no-repeat 0 0;
            position: absolute;
            width: 25px;
            height: 14px;
            z-index: 10;
            padding: 0;
            margin: 0;
            top: 22px;
            left: 18px;
            transition: 0s;
        }

        #cc_micuenta article.menu ul.open li.a_ico {
            background-position: -26px 0;
        }

    #cc_micuenta .caducan,
    #cc_micuenta .movimientos,
    #cc_micuenta .frm,
    #cc_micuenta .puntos,
    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        margin-left: 5px;
    }

        #cc_micuenta .caducan p,
        #cc_micuenta .movimientos p {
            position: relative;
            top: 25px;
            font-size: 18px;
            margin-left: 10px;
            text-align: left;
        }

        #cc_micuenta .caducan ul {
            padding-left: 140px;
            margin-top: 50px;
            padding-bottom: 20px;
            text-align: left;
        }

            #cc_micuenta .caducan ul li {
                margin-bottom: 5px;
                font-size: 18px;
            }

                #cc_micuenta .caducan ul li div {
                    display: inline-block;
                    width: 150px;
                    height: 40px;
                    line-height: 40px;
                    margin-right: 3px;
                }

                    #cc_micuenta .caducan ul li div span {
                        margin-right: 12px;
                    }

    #cc_micuenta .movimientos {
        text-align: left;
    }

        #cc_micuenta .movimientos .cc_select {
            width: 166px;
            margin-right: 15px;
        }

            #cc_micuenta .movimientos .cc_select .select-group {
                width: 120px !important;
            }

                #cc_micuenta .movimientos .cc_select .select-group li {
                    width: 120px !important;
                }

    #cc_micuenta .movimientos,
    #cc_micuenta .frm {
        position: relative;
        padding-bottom: 1px;
        margin-bottom: 10px;
    }

        #cc_micuenta .movimientos .rangofechas {
            margin: 45px 0 0 10px;
        }

            #cc_micuenta .movimientos .rangofechas span {
                font-size: 15px;
                line-height: 40px;
                margin-right: 15px;
            }

            #cc_micuenta .movimientos .rangofechas .btn {
                display: inline-block;
                width: 146px;
                height: 40px;
                line-height: 41px;
                font-size: 28px;
                margin: 15px 0 25px 39px;
            }

        #cc_micuenta .movimientos .lista_movimientos {
            margin: 10px 10px;
        }

            #cc_micuenta .movimientos .lista_movimientos .row {
                border-bottom: 1px solid #efefef;
            }

                #cc_micuenta .movimientos .lista_movimientos .row div {
                    display: inline-block;
                    margin-right: 7px;
                    padding-left: 0px;
                    font-size: 15px;
                    margin-bottom: 10px;
                    margin-top: 20px;
                }

                #cc_micuenta .movimientos .lista_movimientos .row:last-child {
                    border: none;
                }

        #cc_micuenta .movimientos .row .col1 {
            width: 14%;
        }

        #cc_micuenta .movimientos .row .col2 {
            width: 24%;
        }

        #cc_micuenta .movimientos .row .col3 {
            width: 40%;
        }

        #cc_micuenta .movimientos .row .col4 {
            width: 15%;
        }

        #cc_micuenta .movimientos .lista_movimientos .titulos {
            border: none;
        }

            #cc_micuenta .movimientos .lista_movimientos .titulos > div {
                font-size: 15px;
                height: 25px;
                line-height: 25px;
            }

        #cc_micuenta .movimientos .mostrarmas {
            position: relative;
            margin: 30px auto;
            width: 180px;
            padding-left: 10px;
            height: 56px;
            line-height: 56px;
            font-size: 28px;
            background-position: 150px center;
        }

    #cc_micuenta .frm {
        text-align: left;
    }

        #cc_micuenta .frm > form > div {
            margin-bottom: 10px;
        }

        #cc_micuenta .frm .frm1 {
            top: 20px !important;
        }

        #cc_micuenta .frm > form > div .row {
            margin: 0 0 15px 10px;
        }

        #cc_micuenta .frm .cc_select {
            width: 336px;
            margin-right: 15px;
        }

        #cc_micuenta .frm .cc_select,
        #cc_micuenta .frm .text {
            margin-bottom: 10px;
        }

            #cc_micuenta .frm .cc_select .select-group {
                width: 264px !important;
            }

                #cc_micuenta .frm .cc_select .select-group li {
                    width: 264px !important;
                }

        #cc_micuenta .frm .frm1 span {
            display: block;
        }

        #cc_micuenta .frm h4 {
            font-size: 28px;
            line-height: 40px;
            margin: 50px 0 15px 10px;
        }

        #cc_micuenta .frm .frm1 h4 {
            margin-top: 0px;
        }

        #cc_micuenta .frm .frm2 h4 {
            margin-top: 70px;
        }

    #cc_micuenta input.text {
        width: 248px;
        height: 37px;
        padding-left: 10px;
        margin-right: 15px;
    }

    #cc_micuenta input.text {
        width: 130px;
    }

    #cc_micuenta .frm .cc_select.small {
        width: 150px;
    }

        #cc_micuenta .frm .cc_select.small .select-group {
            width: 78px !important;
        }

            #cc_micuenta .frm .cc_select.small .select-group li {
                width: 78px !important;
            }

    #cc_micuenta .frm span {
        font-size: 11px;
        line-height: 35px;
    }

    #cc_micuenta .frm .frm3,
    #cc_micuenta .frm .frm4 {
        margin-bottom: 30px;
    }

    #cc_micuenta .frm input[type="submit"] {
        margin: 0 auto;
        font-size: 28px;
        width: 300px;
        height: 56px;
        line-height: 56px;
    }

    #cc_micuenta .puntos .div-1 {
        top: 30px;
        margin-left: 25px;
    }

        #cc_micuenta .puntos .div-1 ul {
            padding: 0;
        }

        #cc_micuenta .puntos .div-1 li {
            margin-left: 6px;
            margin-right: 6px;
        }

    #cc_micuenta .puntos .div-2 {
        margin-top: 30px;
        padding-top: 15px;
        font-size: 11px;
    }

    #cc_micuenta .faq,
    #cc_micuenta .listapromos {
        padding: 20px 0;
    }

    #cc_micuenta .listapromos {
    }

        #cc_micuenta .listapromos ul {
            padding-left: 0;
            margin: 0 auto;
            width: 300px;
        }

            #cc_micuenta .listapromos ul li {
                display: inline-block;
                margin-bottom: 20px;
            }

                #cc_micuenta .listapromos ul li h3 {
                    padding-left: 10px;
                    margin-bottom: 7px;
                }

                    #cc_micuenta .listapromos ul li h3 a {
                        font-size: 13px;
                    }

    #cc_micuenta .asideM .info p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #cc_micuenta .asideM .info a {
        border-bottom: 1px solid #999999;
    }

    #cc_micuenta .asideM .infoccpuntos {
        width: 360px;
        display: inline-block;
    }

    #cc_micuenta .micuenta_campo {
        width: 90%;
    }

    #cc_micuenta .mc2 {
        width: 80%;
    }

        #cc_micuenta .mc2 span {
            line-height: 18px;
            margin-bottom: 10px;
        }

    #cc_micuenta .micuenta_campo.mc_small {
        width: 29.4%;
    }

    #cc_micuenta .micuenta_campo label,
    #cc_micuenta .micuenta_campo .mc_label {
        font-size: 15px;
        line-height: 20px;
    }

    #cc_micuenta .frm input.text {
        width: calc(100% - 30px) !important;
        position: relative;
    }

    #cc_micuenta .frm .cc_select {
        width: calc(100% - 15px);
    }

        #cc_micuenta .frm .cc_select .select-group {
            width: calc(100% - 64px) !important;
        }

            #cc_micuenta .frm .cc_select .select-group li {
                width: calc(100% - 64px) !important;
            }

        #cc_micuenta .frm .cc_select.small {
            width: calc(100% - 15px);
        }

            #cc_micuenta .frm .cc_select.small .select-group {
                width: calc(100% - 64px) !important;
            }

                #cc_micuenta .frm .cc_select.small .select-group li {
                    width: calc(100% - 64px) !important;
                }

    input.text {
        border-top: 1px solid #d0d0d0 !important;
        border-bottom: 1px solid #d0d0d0 !important;
        border-right: 1px solid #d0d0d0 !important;
        border-left: 5px solid #0f99fe;
    }
    /* /CINESACARD MI CUENTA*/
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* TRABAJA CON NOSOTROS */
    #trabajaconnosotros article,
    #clientes article {
        padding: 15px 30px 15px 30px;
        width: calc(100% - 60px);
        text-align: left;
    }

    #clientes article {
        margin-bottom: 0;
    }

    #trabajaconnosotros article p,
    #clientese article p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 30px;
    }

    #trabajaconnosotros article h3,
    #clientes article h3 {
        font-size: 25px;
        ;
        margin: 0 0 20px 0;
    }

    #trabajaconnosotros .text,
    #trabajaconnosotros .cc_select,
    #clientes .text,
    #clientes .cc_select {
        margin-right: 5px !important;
    }

    #trabajaconnosotros .cc_select {
        width: 70.0%;
        margin-bottom: 20px;
    }

        #trabajaconnosotros .cc_select .select-group {
            width: calc(100% - 42px) !important;
        }

            #trabajaconnosotros .cc_select .select-group li {
                width: calc(100% - 10px) !important;
            }

    #trabajaconnosotros input[type="file"] + label span,
    #clientes input[type="file"] + label span {
        width: 70.3%;
        height: 56px;
        line-height: 56px;
        font-size: 22px;
    }

    #trabajaconnosotros textarea,
    #clientes textarea {
        padding: 5px;
        width: 95%;
        height: 120px;
    }

    #trabajaconnosotros .frm1 .btn_siguiente {
        position: relative;
        display: block;
        width: 200px;
        height: 45px;
        line-height: 45px;
        font-size: 28px;
        margin: 30px auto 30px auto;
    }

    #clientes .frm1,
    #clientes .frm2,
    #clientes .frm3,
    #clientes .clients_inf {
        padding: 10px 30px 10px 30px;
        width: calc(100% - 60px);
    }

        #clientes .frm3 input[type="submit"] {
            margin-left: calc(50% - 170px);
        }

    #clientes article p {
        font-size: 18px;
    }

    #clientes #canned_response {
        font-size: 15px;
        line-height: 20px;
        position: relative;
        background-color: #cdcdcd;
        padding: 20px;
        width: 90%;
        margin: 20px auto;
    }

    #clientes article,
    #clientes article h4 {
        margin-bottom: 20px !important;
    }
    /* /TRABAJA CON NOSOTROS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ACERCADE */
    #acercade article .historia h3,
    #avisolegal article .historia h3 {
        font-size: 24px;
    }

    #acercade article .historia,
    #proveedores article p,
    #expansion article p,
    #avisolegal article .historia {
        font-size: 17px;
    }
    /* /ACERCADE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SITEMAP */
    #sitemap .mapaweb div {
        width: 47%;
        margin: 0 1% 15px 1%;
    }

        #sitemap .mapaweb div > a {
            position: relative;
            display: inline-block;
            font-size: 32px;
            text-align: center;
            color: #ffffff;
            height: 44px;
            width: 100%;
            line-height: 44px;
        }

    #sitemap .mapaweb li a {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        background-color: #d3d3d3;
        text-align: center;
        font-size: 22px;
    }
    /* /SITEMAP */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* AJUSTES CC_SELECT */
    #cc_form .cc_select ul.open,
    #cc_form_activar .cc_select ul.open,
    #colegios .cc_select ul.open {
        width: calc(100% - 42px ) !important;
    }

    #cc_form .cc_select.small ul.open,
    #cc_form_activar .cc_select.small ul.open,
    #colegios .cc_select.small ul.open {
        width: 98px !important;
    }
    /* /AJUSTES CC_SELECT */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SUBMENUPELIS */
    .submenucines {
        position: absolute;
        display: none;
        background-color: #ffffff;
        z-index: 1000;
        text-align: left;
        width: calc(100% - 2px);
        left: 0;
        top: 210px;
    }

        .submenucines.open {
            display: block;
        }

        .submenucines .titulo {
            display: none;
        }

        .submenucines .lista {
            width: 100%;
        }

            .submenucines .lista .col {
                position: relative;
                display: block;
                width: 100%;
                margin-right: 3px;
            }

        .submenucines li {
            height: 33px;
            line-height: 33px;
            font-size: 25px;
        }

            .submenucines li.poblacion {
                padding-left: 20px;
            }

            .submenucines li.cine {
                margin: 10px 0;
            }

                .submenucines li.cine a {
                    font-size: 25px;
                    padding-left: 40px;
                }

                .submenucines li.cine span {
                    left: 17px;
                    top: 9px;
                }

            .submenucines li span.promo {
                width: 66px;
                left: 320px;
                background: url(../img/IconPromo/promo_sin_circulo.png) no-repeat;
            }

            .submenucines li.last {
                margin-bottom: 20px;
            }
    /* /SUBMENUPELIS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* COLEGIOS */
    #colegios .frm1 label span {
        width: auto !important;
        text-align: left;
        padding: 0 5px 0 0 !important;
    }

        #colegios .frm1 label span.ico {
            width: 35px !important;
            top: 10px;
        }

    #colegios .row span {
        display: block;
    }

    #colegios .row input.text_mitad {
        width: 120px !important;
    }

    #colegios .cc_select {
        width: 266px;
        margin-right: 15px;
        vertical-align: top;
    }

        #colegios .cc_select .select-group {
            width: 194px !important;
        }

            #colegios .cc_select .select-group li {
                width: 202px !important;
            }

    #colegios .row .col {
        width: 280px;
        margin-bottom: 15px;
    }

    #colegios .row input.text {
        font-size: 15px;
        margin-right: 15px;
        padding-left: 15px;
        width: 245px;
    }

    #colegios textarea {
        padding-left: 10px;
        width: 360px;
        height: 160px;
    }

    #colegios input[type="submit"] {
        width: 380px;
        margin: 20px 0;
        margin-left: calc(50% - 210px);
    }

    #colegios .inf {
        margin-top: 25px;
    }

        #colegios .inf p {
            font-size: 18px;
            padding: 0 20px 0 0;
        }

        #colegios .frm1 h4,
        #colegios .frm2 h4,
        #colegios .inf h3 {
            font-size: 32px;
        }
    /* /COLEGIOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* INFANTIL */
    #infantil article#banner_seccion .img_left {
        top: calc(50% - 48px);
    }

    #infantil article#banner_seccion .img_right {
        top: calc(50% - 48px);
    }

    #infantil article.cartelera_peliculas,
    #cumpleanos article.cartelera_peliculas {
        text-align: left;
    }

        #infantil article.cartelera_peliculas h2,
        #cumpleanos article.cartelera_peliculas h2 {
            font-size: 20px;
            width: 155px;
            height: 45px;
            line-height: 45px;
            margin-left: 10px;
        }

    #cumpleanos .info_cumples {
        height: auto;
        width: calc(100% - 20px);
        margin: 0 auto 20px auto;
        background-image: none;
    }

        #cumpleanos .info_cumples .parrafo {
            margin-left: 40px;
            top: 10px;
            width: calc(100% - 70px);
        }

            #cumpleanos .info_cumples .parrafo h3 {
                font-size: 38px;
                margin-bottom: 20px;
            }

            #cumpleanos .info_cumples .parrafo p {
                font-size: 18px;
                line-height: 24px;
            }

        #cumpleanos .info_cumples .btn {
            font-size: 28px;
            width: 380px;
            height: 40px;
            line-height: 40px;
            margin: 30px;
            margin-left: calc(50% - 190px);
        }
    /* /INFANTIL */
    /* /CUMPLEAÑOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* FORMULARIOS RECUPERACIÓN */
    #recuperarmail .titulo h3,
    #recuperarpass .titulo h3 {
        text-align: left;
    }

    #recuperarmail article h4,
    #recuperarpass article h4 {
        font-size: 28px;
        padding-left: 11px;
    }

    #recuperarmail section,
    #recuperarpass section {
        margin-bottom: 200px;
    }

    #recuperarmail input[type="button"],
    #recuperarpass input[type="submit"] {
        margin-left: calc(50% - 180px);
        margin-top: 20px;
    }

    #recuperarmail input[type="button"] {
        margin-left: calc(50% - 165px);
    }

    #recuperarmail .conf,
    #recuperarmail .conf_fin,
    #recuperarpass .conf {
        min-height: 220px;
    }

        #recuperarmail .conf h4,
        #recuperarpass .conf h4 {
            font-size: 28px;
        }

        #recuperarmail .conf p,
        #recuperarmail .conf_fin p,
        #recuperarpass .conf p {
            font-size: 18px;
        }
    /* /FORMULARIOS RECUPERACIÓN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SEMUEVE */
    #semueve section {
        width: 470px;
        margin: 0 auto;
    }

    #semueve article.info img {
        margin: 17px 25px 10px 25px;
    }

    #semueve article.info div {
        width: 71%;
        margin-left: 25px;
        font-size: 22px;
    }

        #semueve article.info div h3 {
            font-size: 35px;
            margin: 15px 0 7px;
        }

        #semueve article.info div p {
            margin: 0 0 20px 0;
            line-height: 34px;
        }

    #semueve .proyectos_titulo {
        height: 54px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

        #semueve .proyectos_titulo h4 {
            font-size: 33px;
            margin: 15px 0 25px;
        }

    #semueve .videos_actuales {
        text-align: center;
    }

        #semueve .videos_actuales li,
        #semueve .carrusel_semueve li {
            width: 95%;
            margin-bottom: 20px;
            font-size: 18px;
            text-align: left;
        }

            #semueve .videos_actuales li .video,
            #semueve .carrusel_semueve li .video {
                margin-top: 25px;
                margin-left: calc(50% - 212px);
                width: 424px;
                height: 275px;
            }

            #semueve .videos_actuales li h5,
            #semueve .carrusel_semueve li h5 {
                font-size: 27px;
                font-weight: 100;
                margin: 15px;
            }

            #semueve .videos_actuales li p,
            #semueve .carrusel_semueve li p {
                margin: 15px;
                margin-bottom: 35px;
            }

    #semueve .carrusel_semueve,
    #semueve .carrusel_semueve .shadow_left,
    #semueve .carrusel_semueve .shadow_right,
    #semueve .carrusel_semueve .shadow_left a,
    #semueve .carrusel_semueve .shadow_right a {
        height: 520px;
    }

        #semueve .carrusel_semueve li {
            width: 420px;
            height: 480px;
            margin: 0 7px;
        }

            #semueve .carrusel_semueve li .video {
                margin-top: 20px;
                margin-left: calc(50% - 180px);
                width: 360px;
                height: 275px;
            }

            #semueve .carrusel_semueve li h5 {
                margin: 10px 22px;
                font-size: 25px;
            }

            #semueve .carrusel_semueve li p {
                margin: 10px 22px;
                line-height: 24px;
            }

    #semueve .not_background {
        height: 50px;
    }

    #semueve .ver_mas {
        margin: 50px 0;
    }

        #semueve .ver_mas .btn {
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-size: 24px;
        }
    /* /SEMUEVE */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* GAMES */
    #games article {
        text-align: left;
    }

    #games #banner_seccion img {
        width: 100%;
    }

    #games .descarga .desc {
        width: 100%;
        height: 500px;
        margin-right: calc(2% - 5px);
        text-align: center;
    }

    #games .descarga .faqs {
        display: none;
    }

    #games .desc img {
        margin: 30px 10px 0 0px;
    }

    #games .desc .info {
        width: 90%;
        margin-top: 6px;
        font-size: 24px;
        text-align: left;
    }

        #games .desc .info a {
            font-size: 37px;
            top: 10px !important;
        }

            #games .desc .info a:hover {
                border-bottom: 2px solid #d82245;
            }

    #games .desc .qr {
        width: 99%;
        height: 100px;
        margin-top: 10px;
    }

        #games .desc .qr a {
            width: 200px;
            height: 70px;
            margin: 26px 10px 0;
            background: url("../img/games_2_m.png") no-repeat 0 0;
        }

            #games .desc .qr a.appstore {
                background-position: 0 0;
            }

            #games .desc .qr a.playstore {
                background-position: -223px 0;
            }

    #games .descarga .faqs p {
        font-size: 24px;
    }

        #games .descarga .faqs p span {
            font-size: 30px;
        }

    #games .premio_1 {
        font-size: 30px;
    }

        #games .premio_1 h3 {
            margin: 10px 0;
        }

        #games .premio_1 .destacado {
            font-size: 80px;
            line-height: 60px;
        }

    #games .premio_2 {
        font-size: 27px;
    }

        #games .premio_2 h3 {
            margin: 10px 0;
            line-height: 60px;
        }

    #games .premio_3 .top {
        width: 49%;
        height: 350px;
        margin-bottom: 20px;
        text-align: center;
    }

        #games .premio_3 .top:nth-child(2n+1) {
            margin-right: calc(2% - 5px);
        }

        #games .premio_3 .top h3 {
            font-size: 50px;
            margin: 30px 0 0 0px;
            line-height: 50px;
        }

        #games .premio_3 .top h5 {
            font-size: 27px;
            margin: 0px 0 10px 0px;
        }

        #games .premio_3 .top img {
            position: relative;
        }

    #games .ganadores .btn {
        width: 335px;
        height: 58px;
        line-height: 58px;
        font-size: 27px;
    }

        #games .ganadores .btn:hover {
            background-color: #9b1e2b;
        }

    #games .como_jugar {
        margin-bottom: 50px;
    }

        #games .como_jugar > h3 {
            line-height: 60px;
            font-size: 37px;
            margin-bottom: 20px;
        }

        #games .como_jugar li.instruct {
            width: 98%;
            height: auto;
            padding-bottom: 30px;
            font-size: 23px;
            margin: 0 5px 20px;
        }

            #games .como_jugar li.instruct img {
                width: 90%;
            }

            #games .como_jugar li.instruct h3 {
                font-size: 27px;
                margin: 14px 0 15px 30px;
            }

            #games .como_jugar li.instruct p {
                margin: 25px 15px;
            }

        #games .como_jugar li.last_li {
            display: none;
        }

            #games .como_jugar li.last_li p {
                margin-top: 80px;
            }

                #games .como_jugar li.last_li p span {
                    font-size: 25px;
                }

            #games .como_jugar li.last_li img {
                margin-top: 20px;
            }

            #games .como_jugar li.last_li .developers {
                bottom: 0;
                right: 0;
            }

    #games .fin1 {
        padding: 10px 0 50px;
    }

        #games .fin1 div {
            display: block;
            margin: 0 auto;
            width: 90%;
        }
    /* /GAMES */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* SELECTS */
    .cc_select ul.open {
        max-height: 375px !important;
    }

    .cc_select .select-group li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #clientes .cc_select {
        width: 400px;
    }

        #clientes .cc_select .select-group {
            width: 358px !important;
        }

            #clientes .cc_select .select-group li {
                width: 337px !important;
            }
    /* /SELECTS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA RESUMEN*/
    #ma_resumen aside {
        display: none;
    }

    #ma_resumen .ma_menu li {
        height: 40px;
        line-height: 40px;
        margin-right: 5px;
        width: 106px;
    }

        #ma_resumen .ma_menu li a {
            font-size: 19px;
        }

        #ma_resumen .ma_menu li.selected a {
            background-color: #0e99fe;
            color: #ffffff;
        }

    #ma_resumen section {
        width: calc(100% - 20px);
        margin: 0 0 0 10px;
        top: 0px;
        text-align: left;
    }

    #ma_resumen .ma_bienvenida h3 {
        text-align: center;
        line-height: 40px;
        font-size: 35px;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #ma_resumen .noconfirm {
        height: 140px;
    }

        #ma_resumen .noconfirm p {
            top: 25px;
            margin-left: 120px;
            width: 330px;
        }

    #ma_resumen .newsletter input[type="checkbox"] + label span {
        width: 38px;
        height: 36px;
        margin: 7px 0 0 15px;
    }

    #ma_resumen .newsletter p {
        width: 80%;
        margin: 15px 0;
        font-size: 17px;
    }

    #ma_resumen article h4 {
        margin: 0 0 15px 0;
        height: 66px;
        line-height: 66px;
        font-size: 23px;
    }

    #ma_resumen:not(.ma_entradas) .misentradas table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen:not(.ma_entradas) .misentradas table tr:first-child {
            display: none;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td {
            display: block;
            font-size: 20px;
            border-bottom: 1px dashed #d7d7d7;
            width: 100% !important;
            margin-bottom: 10px;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table tr:first-child {
            height: 30px;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td p {
            margin: 7px 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:first-child p {
            display: inline;
            margin: 7px 14px 7px 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:last-child {
            border: none;
            margin-bottom: 0;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td:nth-child(7) {
            text-align: center;
        }

        #ma_resumen:not(.ma_entradas) .misentradas table td .table_btn {
            width: 300px;
            line-height: 45px;
            font-size: 23px;
            margin-top: 10px;
        }
    /* **** */
    #ma_resumen.ma_entradas .misentradas table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen.ma_entradas .misentradas table th,
        #ma_resumen.ma_entradas .misentradas table td {
            font-size: 13px;
        }

        #ma_resumen.ma_entradas .misentradas table tr:first-child {
            height: 30px;
        }

        #ma_resumen.ma_entradas .misentradas table td p {
            margin: 7px 0;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(1),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(1) {
            width: 10%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(2),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(2) {
            width: 14%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(3),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(3) {
            width: 24%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(4),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(4) {
            width: 24%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(5),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(5) {
            width: 8%;
        }

        #ma_resumen.ma_entradas .misentradas table th:nth-child(6),
        #ma_resumen.ma_entradas .misentradas table td:nth-child(6) {
            width: 8%;
        }

        #ma_resumen.ma_entradas .misentradas table td:nth-child(7) {
            text-align: center;
            width: 12%;
        }

        #ma_resumen.ma_entradas .misentradas table td .table_btn {
            width: 40px;
            height: 50px;
            background: #0f99fe url("../img/ma_descargar.png")no-repeat center;
            padding: 5px 0;
            line-height: 18px;
            font-size: 14px;
            margin-top: 10px;
        }

            #ma_resumen.ma_entradas .misentradas table td .table_btn span {
                display: none;
            }
    /* **** */
    #ma_resumen .misentradas > a,
    #ma_resumen .movimientos > a {
        font-size: 16px;
        margin: 0 10px 15px;
    }

    #ma_resumen .micinesacard .tarjeta,
    #ma_resumen .micinesacard .puntos {
        display: block;
        width: 98%;
        font-size: 15px;
        margin: 0 1% 15px !important;
    }

    #ma_resumen .micinesacard .movimientos {
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

        #ma_resumen .micinesacard .tarjeta h5,
        #ma_resumen .micinesacard .puntos h5,
        #ma_resumen .micinesacard .movimientos h5 {
            margin: 0 0 15px;
            height: 46px;
            line-height: 46px;
            padding-left: 15px;
            font-size: 18px;
        }

    #ma_resumen .micinesacard .ma_row {
        margin: 0 auto;
        width: 94%;
    }

    #ma_resumen .micinesacard .tarjeta .ma_row {
        text-align: center;
    }

    #ma_resumen .micinesacard .ma_row img:first-child {
        margin: 10px 25px 0 5px;
    }

    #ma_resumen .micinesacard .ma_row img:last-child {
        margin: 12px 0 0 25px;
        display: inline-block !important;
        width: 130px !important;
    }

    #ma_resumen .micinesacard .ma_row p {
        top: 30px;
        font-size: 22px;
        text-align: left;
    }

        #ma_resumen .micinesacard .ma_row p span {
            font-size: 34px;
            margin-top: 0px;
        }

    #ma_resumen .micinesacard .ma_saldoact,
    #ma_resumen .micinesacard .ma_puntoscad {
        width: 31%;
        margin: 0 5%;
    }

    #ma_resumen .micinesacard .ma_puntoscad {
        width: 50%;
        margin: 0 5%;
    }

        #ma_resumen .micinesacard .ma_saldoact > p,
        #ma_resumen .micinesacard .ma_puntoscad > p {
            height: 30px;
            margin-top: 0;
        }

        #ma_resumen .micinesacard .ma_saldoact li,
        #ma_resumen .micinesacard .ma_puntoscad li {
            margin: 7px 0;
            height: 30px;
        }

            #ma_resumen .micinesacard .ma_saldoact li .pnts,
            #ma_resumen .micinesacard .ma_puntoscad li .pnts {
                font-size: 22px;
            }

            #ma_resumen .micinesacard .ma_saldoact li .fecha_cad,
            #ma_resumen .micinesacard .ma_puntoscad li .fecha_cad {
                margin-left: 10px;
            }

    #ma_resumen .micinesacard .puntos > p {
        font-size: 15px;
        margin-left: 20px;
    }

    #ma_resumen .movimientos table {
        width: 97%;
        margin: 0 auto 10px;
    }

        #ma_resumen .movimientos table tr {
            border-bottom: 2px solid #d7d7d7;
        }

            #ma_resumen .movimientos table tr td:last-child {
                margin-bottom: 15px;
            }

            #ma_resumen .movimientos table tr:first-child {
                display: none;
            }

        #ma_resumen .movimientos table td {
            display: block;
            height: 34px;
            line-height: 34px;
        }

        #ma_resumen .movimientos table th,
        #ma_resumen .movimientos table td {
            font-size: 20px;
        }

        #ma_resumen .movimientos table tr:first-child {
            border-bottom: 2px solid #d7d7d7;
            height: 30px;
        }

        #ma_resumen .movimientos table td p {
            margin: 7px 0;
        }

    #ma_resumen .faq {
        background-position: 280px 90px;
    }

        #ma_resumen .faq > .btn_faq {
            width: 230px;
            height: 50px;
            line-height: 50px;
            margin: 20px 16px 35px;
            font-size: 20px;
        }
    /* /MI AREA RESUMEN */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA ENTRADAS */
    #ma_resumen.ma_entradas .misentradas .pag li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 2px;
    }

        #ma_resumen.ma_entradas .misentradas .pag li a {
            font-size: 24px;
        }

    #ma_resumen.ma_entradas .table_btn {
        margin-bottom: 60px;
    }
    /* /MI AREA ENTRADAS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA CINESACARD */
    #ma_resumen.ma_ccard .rangofechas {
        margin: 25px auto 10px;
    }

        #ma_resumen.ma_ccard .rangofechas span {
            font-size: 15px;
            line-height: 41px;
        }

        #ma_resumen.ma_ccard .rangofechas .text {
            height: 39px;
            margin: 0 10px 10px;
        }

        #ma_resumen.ma_ccard .rangofechas .btn {
            width: 146px;
            height: 41px;
            line-height: 41px;
            font-size: 22px;
            margin-left: 35px;
        }

    #ma_resumen.ma_ccard .lista li {
        margin: 10px 2px 25px;
    }

    #ma_resumen.ma_ccard .faq .btn_faq {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 20px 16px 35px;
        font-size: 20px;
    }

    #ma_resumen.ma_ccard .puntos .puntos_menu li {
        font-size: 16px;
        height: 35px;
        line-height: 38px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li {
        width: 121px;
        height: 159px;
        margin: 50px 7px 30px 7px;
    }

        #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos {
            width: 134px;
            height: 30px;
            line-height: 30px;
            top: -44px;
            left: -2px;
            font-size: 15px;
        }

            #ma_resumen.ma_ccard .puntos .div-1 li .tiporegalos.tr_last {
                width: 121px;
            }

    #ma_resumen.ma_ccard .regalo-puntos {
        width: 121px;
        line-height: 47px;
        font-size: 24px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info {
        width: 121px;
        height: 0px;
        left: 0;
        bottom: 49px;
        font-size: 12px;
    }

    .no-touch #ma_resumen.ma_ccard .puntos .div-1 li:hover .regalo-info {
        width: 121px;
        height: 80px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info p {
        line-height: 13px;
        margin-left: 4px;
    }

    #ma_resumen.ma_ccard .puntos .div-1 li .regalo-info img {
        margin-top: -7px;
    }

    #ma_resumen.ma_ccard .imagenregalo {
        width: 118px;
        height: 105px;
        margin-top: 5px;
    }

    #ma_resumen .faq .div-3 li {
        width: 86%;
        line-height: 30px;
        margin: 0 0 10px 45px;
        font-size: 13px;
    }

    #ma_resumen .faq .div-3 .mas,
    #ma_resumen .faq .div-3 .menos {
        width: 35px;
        height: 30px;
        margin-left: -55px;
    }

    #ma_resumen .faq .div-3 li.respuesta {
        margin-left: 0px;
        width: calc(93% + 07px);
    }

        #ma_resumen .faq .div-3 li.respuesta ul li {
            margin-left: -10px;
            margin-bottom: 10px;
            line-height: 20px;
            height: auto;
            width: 95%;
        }

            #ma_resumen .faq .div-3 li.respuesta ul li.stitulo {
                line-height: 20px;
                margin-left: -35px;
            }

            #ma_resumen .faq .div-3 li.respuesta ul li.sresumen {
                line-height: 20px;
                margin-left: -35px;
            }

    #ma_resumen .faq h4 {
        height: auto;
    }

    #ma_resumen .faq.puntos {
        background-position: 280px 80px;
    }
    /* MI AREA CINESACARD */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* MI AREA MIS DATOS */
    #ma_resumen.ma_datos .row {
        width: 96%;
    }

    #ma_resumen.ma_datos h5 {
        font-size: 21px;
        margin: 40px 0 10px 0;
    }

    #ma_resumen.ma_datos .field {
        width: 80%;
        margin: 0 1% 20px;
    }

        #ma_resumen.ma_datos .field label,
        #ma_resumen.ma_datos .field .p_label {
            margin: 0 0 3px;
            font-size: 15px;
        }

    #ma_resumen.ma_datos .validar_correo {
        margin: 0 0 20px;
        width: 300px !important;
    }

    #ma_resumen.ma_datos .field .text {
        height: 37px;
        line-height: 37px;
        font-size: 15px;
    }

    #ma_resumen.ma_datos .field .box_inactivo {
        width: calc(100% - 62px);
        padding-left: 60px;
    }

    #ma_resumen.ma_datos .field_ext {
        width: 95%;
    }

    #ma_resumen.ma_datos .field .box_small {
        width: 50px;
        margin: 0 15px 0 0;
    }

    #ma_resumen.ma_datos .btn_edit {
        width: 65px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 25px;
    }

    #ma_resumen.ma_datos .validar_correo {
        width: 270px;
        font-size: 12px;
        margin-left: 20px;
    }

        #ma_resumen.ma_datos .validar_correo p {
            margin: 0 0 5px 90px;
        }

    #ma_resumen.ma_datos .row .sub_row {
        width: 100%;
        margin-top: -15px;
        margin-bottom: 7px;
        text-align: center;
    }

        #ma_resumen.ma_datos .row .sub_row p {
            width: 70%;
            margin: 0;
            font-size: 12px;
        }

    #ma_resumen.ma_datos .row .mini {
        font-size: 11px;
        margin: 5px 0;
    }

    #ma_resumen.ma_datos .row input[type="submit"] {
        font-size: 22px;
        background-position: 30px -507px;
    }

    #ma_resumen.ma_datos .validar_correo {
        font-size: 12px;
        margin: 0 auto 15px;
        display: block;
        width: 370px;
        height: 80px;
    }

    #ma_resumen.ma_datos .r_cambios input[type="submit"] {
        /*margin: 0 0 40px 7px;
            width: 80%;*/
    }
    /* /MI AREA MIS DATOS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NUEVA CC_FORM */
    #cc_form.n_cc article .field,
    #cc_form_activar.n_cc article .field,
    #recuperarmail.n_cc article .field {
        width: 400px;
    }

        #cc_form.n_cc article .field .text,
        #cc_form_activar.n_cc article .field .text,
        #recuperarmail.n_cc article .field .text {
            width: calc(100% - 21px);
            height: 52px;
        }

    .n_cc .form_container {
        text-align: center;
    }

        .n_cc .form_container .field {
            text-align: left;
        }

    .n_cc .field .radiobox {
        margin-bottom: 20px;
    }

    #recuperarmail.n_cc article.conf {
        margin: 5px auto;
        width: calc(100% - 50px);
    }

    #cc_form.n_cc article,
    #cc_form_activar.n_cc article,
    #recuperarmail.n_cc article {
        padding-left: 10px;
        padding-right: 10px;
    }

        #cc_form.n_cc article.frm2 .row > p,
        #cc_form_activar.n_cc article.frm3 .row > p {
            line-height: 5px;
            margin-right: 5px;
            display: block;
        }

        #cc_form.n_cc article p.mini,
        #cc_form_activar.n_cc article p.mini,
        #recuperarmail.n_cc article p.mini {
            margin-top: 0;
            width: 99%;
        }

        #cc_form.n_cc article .f_checkbox,
        #cc_form_activar.n_cc article .f_checkbox {
            width: 380px;
        }

    #cc_form.n_cc .inf .cupon {
        width: 420px;
        height: 460px;
    }

        #cc_form.n_cc .inf .cupon .logo {
            height: 460px;
        }

        #cc_form.n_cc .inf .cupon .header {
            height: auto;
        }

            #cc_form.n_cc .inf .cupon .header p {
                position: relative;
                margin: 5px 0 10px 140px;
                width: 210px;
            }

        #cc_form.n_cc .inf .cupon img {
            width: 116px;
            height: 115px;
            top: 10px;
        }

        #cc_form.n_cc .inf .cupon .datos {
            width: 332px;
            height: 260px;
        }

            #cc_form.n_cc .inf .cupon .datos ul {
                padding-left: 20px;
            }

            #cc_form.n_cc .inf .cupon .datos li span.doble {
                left: 0;
                top: 50px;
            }

            #cc_form.n_cc .inf .cupon .datos li span.doble_resp {
                left: 180px;
                top: 50px;
            }

    #cc_form.n_cc article .field.mini,
    #cc_form_activar.n_cc article .field.mini {
        margin-right: 0;
    }

    #cc_form.n_cc span.pop_bad,
    #cc_form_activar.n_cc span.pop_bad {
        width: 14px;
        margin-left: 5px;
        margin-top: 8px;
    }

    #cc_form.n_cc article .field.mini_2,
    #cc_form_activar.n_cc article .field.mini_2 {
        margin-right: 5px;
    }

    #cc_form.n_cc article .f_checkbox p,
    #cc_form_activar.n_cc article .f_checkbox p {
        line-height: 20px;
    }

        #cc_form.n_cc article .f_checkbox p .dest,
        #cc_form_activar.n_cc article .f_checkbox p .dest {
            width: auto;
            display: inline-block;
            border: none;
        }

    #cc_form.n_cc article .field.mini,
    #cc_form_activar.n_cc article .field.mini,
    #cc_form.n_cc article .field.mini_2,
    #cc_form_activar.n_cc article .field.mini_2,
    #cc_form.n_cc article .field.mini_3,
    #cc_form_activar.n_cc article .field.mini_3 {
        width: 400px;
    }
    /* /NUEVA CC_FORM */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* NEW CINESACARD HOME */
    /* LOGIN */
    #cinesacard.n_cc .micuenta {
        width: calc(100% - 20px);
        height: 360px;
    }

        #cinesacard.n_cc .micuenta .formlogin {
            width: 100%;
            height: 350px;
        }

        #cinesacard.n_cc .micuenta input[type="email"],
        #cinesacard.n_cc .micuenta input[type="password"] {
            width: 400px;
            line-height: 40px;
            height: 40px;
        }

        #cinesacard.n_cc .micuenta img {
            margin: 0;
            top: -40px;
        }

    #cinesacard.n_cc .ventajas_ccard li div div {
        font-size: 13px;
    }
    /* VENTAJAS */
    #cinesacard.n_cc .ventajas_ccard {
        width: calc(100% - 20px);
        height: 400px;
    }
    /* /NEW CINESACARD HOME */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* GANA ENTRADAS */
    #ganaentradas h4 {
        width: 80%;
        line-height: 25px;
    }

    #ganaentradas .row {
        margin-bottom: 0;
    }

    #ganaentradas .field {
        width: 95%;
        margin-right: 30px;
        margin-bottom: 20px;
    }

        #ganaentradas .field > p {
            font-size: 19px;
        }

    #ganaentradas .frm1 .field {
        width: 100%;
    }

    #ganaentradas .btn_ge {
        width: 100%;
        height: 52px;
        line-height: 52px;
    }

    #ganaentradas .text {
        width: 100%;
        height: 52px;
        line-height: 52px;
        font-size: 20px;
    }
    /* /GANA ENTRADAS */
    /* ############################################################################################################################## */
    /* ############################################################################################################################## */
    /* GOLDEN QUESTION*/
    .pop_golden {
        position: absolute;
        width: 440px;
        min-height: 910px;
        margin-left: -230px;
        top: 120px;
    }

        .pop_golden .col {
            display: block;
            width: 100%;
        }

            .pop_golden .col:not(.golden_img) {
                height: 200px;
            }

        .pop_golden .p_principal {
            margin: 50px auto 50px;
        }

        .pop_golden p {
            width: 90%;
        }

        .pop_golden .titulo {
            font-size: 25px;
            margin: 0 0 30px 0;
            min-height: 43px;
            height: auto;
            padding-top: 2px;
            padding-left: 50px;
        }

            .pop_golden .titulo span {
                margin-left: 0px;
                left: 0;
            }

        .pop_golden.golden-form, .pop_golden.golden-final_form {
            min-height: auto;
            padding-bottom: 30px;
        }

        .pop_golden.golden-form {
            min-height: 600px;
        }

        .pop_golden.golden-final_form .titulo {
            padding-left: 0;
        }

        .pop_golden.golden-final_form .p_principal {
            width: 80%;
        }

        .pop_golden form {
            width: 90%;
            text-align: left;
        }

        .pop_golden .field {
            display: block;
            margin: 0 0 20px;
            width: 89%;
            font-size: 22px;
            padding-top: 3px;
        }
    /* /GOLDEN QUESTION*/
    /* ############################################################################################################################## */
}
/*fin media 480*/
/* ==========================================================================
   13 - Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   14 - IE HACKS
   ========================================================================== */
/* 1280 */
@media all and (-ms-high-contrast:none) and (min-width: 1280px) {
    header nav#menu_web {
        left: 251px;
    }

    *::-ms-backdrop, header nav#menu_web {
        left: 251px;
    }

    .skin header nav#menu_web {
        left: 188px;
    }

    *::-ms-backdrop, .skin header nav#menu_web {
        left: 188px;
    }
}

@media all and (min-width: 1280px) {
    header nav#menu_web {
        left: 251px\9;
    }

    .skin header nav#menu_web {
        left: 188px\9;
    }
}
/* ==========================================================================
   15 - Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   17 - DEV
   ========================================================================== */
@media all and (max-width: 1023px) {
    /* TODAS HASTA 1024 */

}

@media all and (max-width:639px) {
    /* 480 */

    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
        height: 120px;
    }

    article#cartel iframe.trailer {
        height: 244px;
    }
}

@media all and (min-width:640px) and (max-width:767px) {
    /* 640 */

    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
        height: 163px;
    }

    article#cartel iframe.trailer {
        height: 339px;
    }
}

@media all and (min-width:768px) and (max-width:799px) {
    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
        height: 203px;
    }
}

@media all and (min-width:800px) and (max-width:1023px) {
    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
        height: 214px;
    }
}

@media all and (min-width:1024px) and (max-width:1279px) {
    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
        height: 180px;
    }
}

@media all and (min-width:1280px) {
    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
        height: 212px;
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    /* 768 HASTA 1024 */
    /*#cc_micuenta .rangofechas input.text {
        width: 40%;
}
*/
}

#trailers_estrenos section .cartelera_peliculas > ul > li iframe {
    width: 100%;
}



.infocine_promociones .slide li {
    height: 128px;
    width: 295px;
    display: inline-block;
}

.sb-submenu {
    display: none;
}

.height-7 {
    line-height: 398px;
}

.titulos[data-id=evento_destacado] .titulo_article, .titulos[data-id=horario_eventos] .titulo_article {
    background-color: #FBA300 !important;
    color: #FFFFFF !important;
}

#banner_seccion div.radios {
    left: 50%;
    margin-left: -150px;
    padding: 0;
    width: 300px !important;
}

.radios a {
    background-image: url("../img/radiobuttons.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    width: 16px;
    background-position: -16px 0;
    font-size: 0;
    margin-left: 3px;
    margin-right: 3px;
}

    .radios a.selected {
        background-position: 0 0;
    }

ul.slide {
    margin: 0;
    padding: 0;
}

.fb-like {
    display: none !important;
}

#home #carousel > li {
    display: block;
    float: left;
}

#home .carteles-carrusel .hidden {
    display: inline-block !important;
}

#home .pelicula_principal img {
    max-height: none;
}

#trailers_estrenos section #cartelera > ul > li .cartel {
    vertical-align: middle;
}

article#cartel video.trailer {
    margin: 0;
}

#trailers_estrenos section #cartelera > ul > li video.cartel.trailer {
    margin: 0;
}

.btn {
    cursor: pointer;
}

#clientes form article.inactivo input,
#clientes form article.inactivo .cc_select,
#clientes form article.inactivo label,
#clientes form article.inactivo textarea {
    display: none;
}

#clientes #canned_response {
    display: none;
}

#clientes #frmcontacto .cc_select {
    width: 340px !important;
}

#clientes #frmcontacto .select-group {
    width: 296px !important;
}

    #clientes #frmcontacto .select-group li {
        width: 276px !important;
    }

        #clientes #frmcontacto .select-group li.selected {
            background: transparent;
            margin-left: -42px;
            padding-left: 63px;
        }

label[for="check"] {
    cursor: pointer;
}

.chclose {
    position: absolute;
    right: 60px;
    top: 30px;
    cursor: pointer;
}

.ch_btn a {
    color: #FFF;
}

#cinefavorito_header .cinefav {
    display: none;
}

#trailerhome {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 1%;
    z-index: 2000;
}

#home #carousel > li {
    visibility: hidden;
}

div#publicidad_header .GoogleActiveViewClass > div > div {
    margin: 0 auto;
}

.pop_error {
    color: #ff0000 !important;
    font-size: 12px !important;
}

#mapaPromo > area {
    cursor: pointer;
}
/* FLOW PLAYER */
.flowplayer {
    position: relative;
    width: 100%;
    text-align: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    background-color: #000;
}

    .flowplayer * {
        font-weight: inherit;
        font-family: inherit;
        font-style: inherit;
        text-decoration: inherit;
        font-size: 100%;
        padding: 0;
        border: 0;
        margin: 0;
        list-style-type: none;
    }

    .flowplayer a:focus {
        outline: 0;
    }

    .flowplayer video {
        width: 100%;
    }

    .flowplayer.is-ipad video {
        -webkit-transform: translateX(-2048px);
    }

.is-ready.flowplayer.is-ipad video {
    -webkit-transform: translateX(0);
}

.flowplayer .fp-engine, .flowplayer .fp-ui, .flowplayer .fp-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.flowplayer .fp-message {
    display: none;
    text-align: center;
    padding-top: 5%;
    cursor: default;
}

    .flowplayer .fp-message h2 {
        font-size: 120%;
        margin-bottom: 1em;
    }

    .flowplayer .fp-message p {
        color: #666;
        font-size: 95%;
    }

.flowplayer .fp-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.no-background.flowplayer .fp-controls {
    background-color: transparent !important;
    background-image: -moz-linear-gradient(transparent,transparent) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent), to(transparent)) !important;
}

.is-fullscreen.flowplayer .fp-controls {
    bottom: 3px;
}

.is-mouseover.flowplayer .fp-controls {
    bottom: 0;
}

.flowplayer .fp-waiting {
    display: none;
    margin: 19% auto;
    text-align: center;
}

    .flowplayer .fp-waiting * {
        -webkit-box-shadow: 0 0 5px #333;
        -moz-box-shadow: 0 0 5px #333;
        box-shadow: 0 0 5px #333;
    }

    .flowplayer .fp-waiting em {
        width: 1em;
        height: 1em;
        -webkit-border-radius: 1em;
        -moz-border-radius: 1em;
        border-radius: 1em;
        background-color: rgba(255,255,255,0.8);
        display: inline-block;
        -webkit-animation: pulse .6s infinite;
        -moz-animation: pulse .6s infinite;
        animation: pulse .6s infinite;
        margin: .3em;
        opacity: 0;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    }

        .flowplayer .fp-waiting em:nth-child(1) {
            -webkit-animation-delay: .3s;
            -moz-animation-delay: .3s;
            animation-delay: .3s;
        }

        .flowplayer .fp-waiting em:nth-child(2) {
            -webkit-animation-delay: .45s;
            -moz-animation-delay: .45s;
            animation-delay: .45s;
        }

        .flowplayer .fp-waiting em:nth-child(3) {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            animation-delay: .6s;
        }

    .flowplayer .fp-waiting p {
        color: #ccc;
        font-weight: bold;
    }

.flowplayer .fp-speed {
    display: none;
}

    .flowplayer .fp-speed.fp-hilite {
        opacity: 1;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    }

.flowplayer .fp-help {
    position: absolute;
    top: 0;
    left: -9999em;
    z-index: 100;
    background-color: #333;
    background-color: rgba(51,51,51,0.9);
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    text-align: center;
}

.is-help.flowplayer .fp-help {
    left: 0;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.flowplayer .fp-help .fp-help-section {
    margin: 3%;
}

.flowplayer .fp-help .fp-help-basics {
    margin-top: 6%;
}

.flowplayer .fp-help p {
    color: #eee;
    margin: .5em 0;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin: 1% 2%;
}

.flowplayer .fp-help em {
    background: #eee;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    margin-right: .4em;
    padding: .3em .6em;
    color: #333;
}

.flowplayer .fp-help small {
    font-size: 90%;
    color: #aaa;
}

.flowplayer .fp-help .fp-close {
    display: block;
}

@media (max-width: 600px) {
    .flowplayer .fp-help p {
        font-size: 9px;
    }
}

.flowplayer .fp-subtitle {
    position: absolute;
    bottom: 40px;
    left: -99999em;
    z-index: 10;
    text-align: center;
    width: 100%;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}

    .flowplayer .fp-subtitle p {
        display: inline;
        background-color: #333;
        background-color: rgba(51,51,51,0.9);
        color: #eee;
        padding: .1em .4em;
        font-size: 16px;
        line-height: 1.6;
    }

        .flowplayer .fp-subtitle p:after {
            content: '';
            clear: both;
        }

    .flowplayer .fp-subtitle.fp-active {
        left: 0;
        opacity: 1;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    }

.flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-mute, .flowplayer .fp-embed, .flowplayer .fp-close, .flowplayer .fp-play {
    background-image: url(../img/player/white.png);
    background-size: 37px 300px;
}

.color-light.flowplayer .fp-fullscreen, .color-light.flowplayer .fp-unload, .color-light.flowplayer .fp-mute, .color-light.flowplayer .fp-embed, .color-light.flowplayer .fp-close, .color-light.flowplayer .fp-play {
    background-image: url(../img/player/black.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .color-light.flowplayer .fp-fullscreen, .color-light.flowplayer .fp-unload, .color-light.flowplayer .fp-mute, .color-light.flowplayer .fp-embed, .color-light.flowplayer .fp-close, .color-light.flowplayer .fp-play {
        background-image: url(../img/player/black@x2.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-mute, .flowplayer .fp-embed, .flowplayer .fp-close, .flowplayer .fp-play {
        background-image: url(../img/player/white@x2.png);
    }
}

.is-splash.flowplayer .fp-ui, .is-paused.flowplayer .fp-ui {
    background: url(../img/player/play_white.png) center no-repeat;
    background-size: 12%;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .is-splash.flowplayer .fp-ui, .is-paused.flowplayer .fp-ui {
        background: url(../img/player/play_white@x2.png) center no-repeat;
        background-size: 12%;
    }
}

.color-light.is-splash.flowplayer .fp-ui, .color-light.is-paused.flowplayer .fp-ui {
    background-image: url(../img/player/play_black.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .color-light.is-splash.flowplayer .fp-ui, .color-light.is-paused.flowplayer .fp-ui {
        background-image: url(../img/player/play_black@x2.png);
    }
}

.is-fullscreen.flowplayer .fp-ui {
    background-size: auto;
}

.is-seeking.flowplayer .fp-ui, .is-loading.flowplayer .fp-ui {
    background-image: none;
}

.flowplayer .fp-logo {
    position: absolute;
    top: auto;
    left: 15px;
    bottom: 30px;
    cursor: pointer;
    display: none;
    z-index: 100;
}

    .flowplayer .fp-logo img {
        width: 100%;
    }

.is-embedded.flowplayer .fp-logo {
    display: block;
}

.fixed-controls.flowplayer .fp-logo {
    bottom: 15px;
}

.flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-close {
    position: absolute;
    top: 5px;
    left: auto;
    right: 5px;
    display: block;
    width: 30px;
    height: 23px;
    background-position: 12px -197px;
    cursor: pointer;
}

.flowplayer .fp-unload, .flowplayer .fp-close {
    background-position: 14px -175px;
    display: none;
}

.flowplayer .fp-play {
    display: none;
    width: 27px;
    height: 20px;
    background-position: 9px -24px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.play-button.flowplayer .fp-play {
    display: block;
}

.is-paused.flowplayer .fp-play {
    background-position: 9px 7px;
}

.flowplayer.is-ready.is-closeable .fp-unload {
    display: block;
}

.flowplayer.is-ready.is-closeable .fp-fullscreen {
    display: none;
}

.flowplayer.is-fullscreen .fp-fullscreen {
    background-position: 10px -217px;
    display: block !important;
}

.flowplayer.is-fullscreen .fp-unload, .flowplayer.is-fullscreen .fp-close {
    display: none !important;
}

.flowplayer .fp-timeline {
    height: 3px;
    position: relative;
    overflow: hidden;
    top: 5px;
    height: 10px;
    margin: 0 150px 0 45px;
}

.no-volume.flowplayer .fp-timeline {
    margin-right: 60px;
}

.no-mute.flowplayer .fp-timeline {
    margin-right: 45px;
}

.play-button.flowplayer .fp-timeline {
    margin-left: 67px;
}

.is-long.flowplayer .fp-timeline {
    margin: 0 180px 0 75px;
}

.no-volume.is-long.flowplayer .fp-timeline {
    margin-right: 90px;
}

.no-mute.is-long.flowplayer .fp-timeline {
    margin-right: 75px;
}

.play-button.is-long.flowplayer .fp-timeline {
    margin-left: 97px;
}

.aside-time.flowplayer .fp-timeline, .no-time.flowplayer .fp-timeline {
    margin: 0 110px 0 5px;
}

.aside-time.no-volume.flowplayer .fp-timeline, .no-time.no-volume.flowplayer .fp-timeline {
    margin-right: 20px;
}

.aside-time.no-mute.flowplayer .fp-timeline, .no-time.no-mute.flowplayer .fp-timeline {
    margin-right: 5px;
}

.play-button.no-time.flowplayer .fp-timeline, .play-button.aside-time.flowplayer .fp-timeline {
    margin-left: 27px;
}

.flowplayer .fp-buffer, .flowplayer .fp-progress {
    position: absolute;
    top: 0;
    left: auto;
    height: 100%;
    cursor: col-resize;
}

.flowplayer .fp-buffer {
    -webkit-transition: width .25s linear;
    -moz-transition: width .25s linear;
    transition: width .25s linear;
}

.flowplayer .fp-volume {
    position: absolute;
    top: 7.5px;
    right: 5px;
}

.flowplayer .fp-mute {
    width: 10px;
    height: 15px;
    float: left;
    position: relative;
    top: -5px;
    cursor: pointer;
    background-position: -2px -99px;
}

.no-mute.flowplayer .fp-mute {
    display: none;
}

.flowplayer .fp-volumeslider {
    width: 90px;
    height: 5px;
    cursor: col-resize;
    float: left;
}

.no-volume.flowplayer .fp-volumeslider {
    display: none;
}

.flowplayer .fp-volumelevel {
    height: 100%;
}

.flowplayer .fp-time {
    text-shadow: 0 0 1px #000;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    width: 100%;
}

    .flowplayer .fp-time.is-inverted .fp-duration {
        display: none;
    }

    .flowplayer .fp-time.is-inverted .fp-remaining {
        display: inline;
    }

    .flowplayer .fp-time em {
        width: 35px;
        height: 10px;
        line-height: 10px;
        text-align: center;
        position: absolute;
        bottom: 5px;
    }

.no-time.flowplayer .fp-time {
    display: none;
}

.is-long.flowplayer .fp-time em {
    width: 65px;
}

.flowplayer .fp-elapsed {
    left: 5px;
}

.play-button.flowplayer .fp-elapsed {
    left: 27px;
}

.flowplayer .fp-remaining, .flowplayer .fp-duration {
    right: 110px;
    color: #eee;
}

.no-volume.flowplayer .fp-remaining, .no-volume.flowplayer .fp-duration {
    right: 20px;
}

.no-mute.flowplayer .fp-remaining, .no-mute.flowplayer .fp-duration {
    right: 5px;
}

.flowplayer .fp-remaining {
    display: none;
}

.flowplayer.color-light .fp-time {
    color: #222;
    text-shadow: 0 0 1px #fff;
}

.flowplayer.color-light .fp-remaining, .flowplayer.color-light .fp-duration {
    color: #666;
}

.flowplayer.aside-time .fp-time {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: auto !important;
    width: 85px;
}

    .flowplayer.aside-time .fp-time strong, .flowplayer.aside-time .fp-time em {
        position: static;
    }

    .flowplayer.aside-time .fp-time .fp-elapsed {
        margin-right: 5px;
    }

.flowplayer.is-long.aside-time .fp-time {
    width: 130px;
}

.flowplayer.is-splash, .flowplayer.is-poster {
    cursor: pointer;
}

    .flowplayer.is-splash .fp-controls, .flowplayer.is-poster .fp-controls, .flowplayer.is-splash .fp-fullscreen, .flowplayer.is-poster .fp-fullscreen, .flowplayer.is-splash .fp-unload, .flowplayer.is-poster .fp-unload, .flowplayer.is-splash .fp-time, .flowplayer.is-poster .fp-time, .flowplayer.is-splash .fp-embed, .flowplayer.is-poster .fp-embed {
        display: none !important;
    }

    .flowplayer.is-poster .fp-engine {
        top: -9999em;
    }

.flowplayer.is-loading .fp-waiting {
    display: block;
}

.flowplayer.is-loading .fp-controls, .flowplayer.is-loading .fp-time {
    display: none;
}

.flowplayer.is-loading .fp-ui {
    background-position: -9999em;
}

.flowplayer.is-seeking .fp-waiting {
    display: block;
}

.flowplayer.is-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    z-index: 99999 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
    background-color: #333;
}

.flowplayer.is-error {
    border: 1px solid #909090;
    background: #fdfdfd !important;
}

    .flowplayer.is-error h2 {
        font-weight: bold;
        font-size: large;
        margin-top: 10%;
    }

    .flowplayer.is-error .fp-message {
        display: block;
    }

    .flowplayer.is-error object, .flowplayer.is-error video, .flowplayer.is-error .fp-controls, .flowplayer.is-error .fp-time, .flowplayer.is-error .fp-subtitle {
        display: none;
    }

.flowplayer.is-ready.is-muted .fp-mute {
    opacity: .5;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.flowplayer.is-mouseout .fp-controls {
    height: 0;
    -webkit-transition: height .15s .3s;
    -moz-transition: height .15s .3s;
    transition: height .15s .3s;
}

.flowplayer.is-mouseout .fp-timeline {
    margin: 0 !important;
}

.flowplayer.is-mouseout .fp-timeline {
    -webkit-transition: height .15s .3s, top .15s .3s, margin .15s .3s;
    -moz-transition: height .15s .3s, top .15s .3s, margin .15s .3s;
    transition: height .15s .3s, top .15s .3s, margin .15s .3s;
    height: 4px;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.flowplayer.is-mouseout .fp-fullscreen, .flowplayer.is-mouseout .fp-unload, .flowplayer.is-mouseout .fp-elapsed, .flowplayer.is-mouseout .fp-remaining, .flowplayer.is-mouseout .fp-duration, .flowplayer.is-mouseout .fp-embed, .flowplayer.is-mouseout .fp-volume, .flowplayer.is-mouseout .fp-play {
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: opacity .15s .3s;
    -moz-transition: opacity .15s .3s;
    transition: opacity .15s .3s;
}

.flowplayer.is-mouseover .fp-controls, .flowplayer.fixed-controls .fp-controls {
    height: 20px;
}

.flowplayer.is-mouseover .fp-fullscreen, .flowplayer.fixed-controls .fp-fullscreen, .flowplayer.is-mouseover .fp-unload, .flowplayer.fixed-controls .fp-unload, .flowplayer.is-mouseover .fp-elapsed, .flowplayer.fixed-controls .fp-elapsed, .flowplayer.is-mouseover .fp-remaining, .flowplayer.fixed-controls .fp-remaining, .flowplayer.is-mouseover .fp-duration, .flowplayer.fixed-controls .fp-duration, .flowplayer.is-mouseover .fp-embed, .flowplayer.fixed-controls .fp-embed, .flowplayer.is-mouseover .fp-logo, .flowplayer.fixed-controls .fp-logo, .flowplayer.is-mouseover .fp-volume, .flowplayer.fixed-controls .fp-volume, .flowplayer.is-mouseover .fp-play, .flowplayer.fixed-controls .fp-play {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.flowplayer.fixed-controls .fp-volume {
    display: block;
}

.flowplayer.fixed-controls .fp-controls {
    bottom: -20px;
}

.is-fullscreen.flowplayer.fixed-controls .fp-controls {
    bottom: 0;
}

.flowplayer.fixed-controls .fp-time em {
    bottom: -15px;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.is-fullscreen.flowplayer.fixed-controls .fp-time em {
    bottom: 5px;
}

.flowplayer.is-disabled .fp-progress {
    background-color: #999;
}

.flowplayer .fp-embed {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 25px;
    height: 20px;
    background-position: 3px -237px;
}

.flowplayer .fp-embed-code {
    position: absolute;
    display: none;
    top: 10px;
    left: 40px;
    background-color: #333;
    padding: 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    font-size: 12px;
}

    .flowplayer .fp-embed-code:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 2px;
        left: -10px;
        border: 5px solid transparent;
        border-right-color: #333;
    }

    .flowplayer .fp-embed-code textarea {
        width: 400px;
        height: 16px;
        font-family: monaco, "courier new", verdana;
        color: #777;
        white-space: nowrap;
        resize: none;
        overflow: hidden;
        border: 0;
        outline: 0;
        background-color: transparent;
        color: #ccc;
    }

    .flowplayer .fp-embed-code label {
        display: block;
        color: #999;
    }

.flowplayer.is-embedding .fp-embed, .flowplayer.is-embedding .fp-embed-code {
    display: block;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.flowplayer.aside-time .fp-embed {
    left: 85px;
}

.flowplayer.aside-time .fp-embed-code {
    left: 115px;
}

.flowplayer.aside-time.is-embedding .fp-time {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.flowplayer.is-long.aside-time .fp-embed {
    left: 130px;
}

.flowplayer.no-time .fp-embed {
    left: 5px !important;
}

@-moz-keyframes pulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.flowplayer .fp-controls {
    background-color: #333;
    background-color: rgba(51,51,51,0.6);
}

.flowplayer.fixed-controls .fp-controls {
    background-color: #333;
}

.flowplayer .fp-timeline {
    background-color: #666;
}

.flowplayer .fp-buffer {
    background-color: #eee;
}

.flowplayer .fp-progress {
    background-color: #00a7c8;
}

.flowplayer .fp-volumeslider {
    background-color: #000;
}

.flowplayer .fp-volumelevel {
    background-color: #fff;
}

.flowplayer .fp-play {
    height: 24px;
}

.flowplayer.color-light .fp-controls {
    background-color: rgba(255,255,255,0.6);
}

.flowplayer.color-light.fixed-controls .fp-controls {
    background-color: #fff;
}

.flowplayer.color-light .fp-volumeslider {
    background-color: #ddd;
}

.flowplayer.color-light .fp-volumelevel {
    background-color: #222;
}

.flowplayer.color-alt .fp-progress {
    background-color: #fff;
}

.flowplayer.color-alt .fp-buffer {
    background-color: #999;
}

.flowplayer.color-alt2 .fp-progress {
    background-color: #900;
}

.flowplayer .fp-embed {
    display: none;
}

.fp-context-menu {
    display: none;
}

article#cartel .trailer.is-fullscreen, article#cartel .trailer.is-fullscreen .trailer {
    width: 100%;
    height: 100%;
}

.flowplayer.is-playing {
    background-image: none !important;
    background-color: #000 !important;
}


/*! jQuery UI - v1.11.3 - 2015-03-02* http://jqueryui.com* Includes: core.css, datepicker.css, theme.css* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px* Copyright 2015 jQuery Foundation and other contributors;
Licensed MIT */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana, Arial, sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url("../img/jqueryui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222;
}

    .ui-widget-content a {
        color: #222;
    }

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url("../img/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url("../img/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #555;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #999;
        background: #dadada url("../img/jqueryui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #fff url("../img/jqueryui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url("../img/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url("../img/jqueryui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaa url("../img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("../img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

#ui-datepicker-div {
    font-size: 13px;
}

#cc_form_finpedir .inf .frm_btn.print {
    top: 0;
}

#cc_form_finpedir .inf .frm_btn {
    top: 80px;
}

#eventos article.cartelera_peliculas li.warner a .stick-va,
#eventos article.cartelera_peliculas li.ventaanticipada a .stick-va {
    margin-top: 0;
}

.bt-popin {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    padding: 0 !important;
    z-index: 9999999999 !important;
}

    .bt-popin iframe {
        background: transparent none repeat scroll 0 0 !important;
    }

span.wc_ico {
    background-image: url("/Content/img/whatscine_ico.png");
    display: inline-block;
    height: 20px;
    vertical-align: sub;
    width: 20px;
}

article#info .tecnologias .whatscine {
    background: url("/Content/img/wc_logo.jpg") no-repeat;
}
/* SPLITFORM */
/* ==========================================================================    NEW POPUPS   ========================================================================== */




.pop_container .row {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: calc(100% - 20px);
}

.pop_container .col {
    position: relative;
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
    margin: 30px 0 150px;
}

    .pop_container .col.c1:after {
        content: "";
        position: absolute;
        width: 241px;
        height: 139px;
        background-position: 0 -183px;
        left: 100px;
        bottom: -120px;
    }

.pop_container .c1 {
    border-right: 1px solid #cccccc;
}

.pop_container .c2 {
    margin-bottom: 30px;
}

.pop_container .col > .row {
    margin-bottom: 15px;
}

.pop_container .pop_close {
    right: -2px;
}

.pop_container h2, .pop_container .mini span {
    color: #0d99fe;
}



.pop_container h3 {
    font-size: 18px;
    margin: 10px 0;
}

.pop_container .c1 > .row {
    text-align: left;
    padding-left: 100px;
    width: calc(100% - 100px);
    height: 90px;
}

.pop_container .splitico {
    position: absolute;
    top: 12px;
    height: 66px;
}

    .pop_container .splitico.si1 {
        left: 15px;
        width: 72px;
        background-position: -17px -11px;
    }

    .pop_container .splitico.si2 {
        left: 12px;
        width: 76px;
        background-position: -116px -11px;
    }

    .pop_container .splitico.si3 {
        top: 16px;
        left: 7px;
        width: 83px;
        background-position: -217px -11px;
    }

.pop_container .c1 > .row p {
    font-size: 16px;
    margin: 15px 0;
}

    .pop_container .c1 > .row p.mini {
        font-size: 12px;
    }

        .pop_container .c1 > .row p.mini span {
            font-weight: bold;
        }

.pop_container .c2 .row {
    width: calc(100% - 20px);
    max-width: 270px;
    margin: 0 auto 20px;
    display: block;
    text-align: left;
}

.pop_container label p {
    font-size: 14px;
    color: #909090;
    margin: 0 0 5px 2px;
}

.pop_container .text {
    width: calc(100% - 14px);
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: none;
    border-left: 4px solid #0d99fe;
    color: #444444;
    background: #f0f0f0;
}

.pop_container label p.mini {
    color: #999999;
    font-size: 10px;
    text-align: center;
    font-style: italic;
    margin: 5px 0 20px;
}


.pop_container .c2 .separator {
    width: 264px;
    height: 12px;
    background-position: -76px -336px;
    margin: 15px auto;
}

.pop_container .c2 .r_fb {
    width: 270px;
    height: 42px;
    background-position: -15px -544px;
    cursor: pointer;
    margin: 25px auto;
}



.pop_registro_2 h2, .pop_registro_3 h2 {
    margin: 15px 0;
}

.pop_registro_2 form > .row > label, .pop_registro_2 form > .row > div, .pop_registro_3 form > .row > label, .pop_registro_3 form > .row > div {
    width: 270px;
    margin: 0 10px 20px;
    vertical-align: top;
    text-align: left;
}

    .pop_registro_2 form > .row > div p, .pop_registro_3 form > .row > div p {
        font-size: 14px;
        color: #909090;
        margin: 0 0 5px 2px;
    }

    .pop_registro_2 form > .row > label .mini, .pop_registro_3 form > .row > label .mini {
        margin-bottom: 0;
    }

.pop_registro_2 .r_cumple, .pop_registro_3 .r_cumple {
    text-align: left;
    width: calc(100% - 20px);
    max-width: 568px;
}

    .pop_registro_2 .r_cumple > p, .pop_registro_3 .r_cumple > p {
        font-size: 14px;
        color: #909090;
        margin: 0 0 5px 2px;
    }

.pop_registro_2 form > .row .pop_select_small, .pop_registro_3 form > .row .pop_select_small {
    width: 120px;
    margin: 0 20px 20px 0;
}

.pop_registro_2 .radiobox .rb_selected, .pop_registro_3 .radiobox .rb_selected, .pop_registro_activacion .radiobox .rb_selected {
    box-shadow: none;
    border: none;
    color: #bfbfbf;
    background: #f0f0f0;
}

.pop_registro_2 form > .row > div.pop_field_check, .pop_registro_3 form > .row > div.pop_field_check, .pop_registro_activacion form > .row > div.pop_field_check {
    width: calc(100% - 20px);
    max-width: 568px;
    margin: 0 auto 25px;
}

    .pop_registro_2 form > .row > div.pop_field_check label, .pop_registro_3 form > .row > div.pop_field_check label, .pop_registro_activacion form > .row > div.pop_field_check label {
        width: calc(100% - 45px);
        font-size: 12px;
        color: #909090;
        padding-left: 30px;
        height: 20px;
    }

.pop_registro_2 .pop_field input[type="checkbox"] + label span, .pop_registro_3 .pop_field input[type="checkbox"] + label span {
    width: 20px;
    height: 19px;
    background-position: -334px -24px;
    top: 1px;
    left: 0px;
}

.pop_registro_2 .pop_field input[type="checkbox"]:checked + label span, .pop_registro_3 .pop_field input[type="checkbox"]:checked + label span {
    background-position: -365px -24px !important;
}

.pop_registro_2 form > .mini, .pop_registro_3 form > .mini {
    font-size: 10px;
    font-style: italic;
    color: #999999;
    margin: 30px 0 50px;
}

.pop_confirmacion h3 {
    font-size: 18px;
    font-style: italic;
    color: #909090;
    margin: 20px 0 0;
    font-weight: normal;
}

.pop_confirmacion h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0 10px;
    height: 30px;
    line-height: 30px;
}

.pop_confirmacion .mail {
    display: inline-block;
    width: 94px;
    height: 97px;
    background-position: -292px -174px;
    margin: 10px 0;
}



.popup.pop_bienvenida {
    width: 540px;
    margin-left: -270px;
}

.pop_bienvenida .pato_bienvenida {
    width: 181px;
    height: 177px;
    background-position: -210px -360px;
    margin: 20px auto 0;
}

.pop_login_ccard h2 {
    margin: 20px 0;
}

.pop_login_ccard .sociallogin_btn {
    margin-bottom: 10px;
}

.popup .separator {
    font-size: 14px;
    color: #909090;
    margin-bottom: 20px;
}

    .popup .separator span {
        margin: 0 13px;
    }

.pop_login_ccard form {
    margin: 20px auto 20px;
    width: 420px;
    padding-bottom: 30px;
}

.pop_login_ccard .text {
    margin-bottom: 20px;
    width: 255px;
}



.pop_login_ccard .link {
    font-size: 11px;
    text-decoration: underline;
    color: #999999;
}

.pop_login_ccard .row > p:not(.separator) {
    font-size: 14px;
    color: #909090;
    margin: 10px 0 0;
}

.popup .row.med {
    width: 200px;
}

.popup .row.small {
    width: 116px;
}

.pop_registro_3 .mini {
    font-size: 10px;
    color: #999999;
    font-style: italic;
    margin: 0;
}

/*.pop_registro_3 form > input[type=submit] {
        margin: 15px 0 30px;
}*/

.pop_registro_3 form > .mini:last-child {
    margin-bottom: 30px;
}

.pop_registro_3 h2 {
    margin-bottom: 0;
    height: 40px;
}

.pop_registro_3 h3 {
    margin: 0 0 30px;
}




.pop_cupon .row > p {
    color: #909090;
    font-size: 15px;
}

.pop_cupon ul {
    width: 335px;
    margin: 0 auto 20px;
    text-align: left;
}

.pop_cupon li {
    font-size: 13px;
    color: #909090;
    height: 29px;
    line-height: 29px;
    margin-bottom: 20px;
}

    .pop_cupon li span {
        width: 29px;
        height: 29px;
        line-height: 29px;
        text-align: center;
        border-radius: 100%;
        background: #f0f0f0;
        color: #0f99fe;
        display: inline-block;
        font-family: "dinengschriftstd";
        font-size: 14px;
        margin-right: 15px;
    }

.pop_cupon .cupon {
    position: relative;
    margin: 0 auto 20px;
    width: 452px;
    height: 284px;
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.22);
}

    .pop_cupon .cupon .cupon_logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 284px;
        background-color: #ffdf0f;
    }

        .pop_cupon .cupon .cupon_logo span {
            position: absolute;
            width: 28px;
            height: 175px;
            top: 54px;
            left: 11px;
            background-position: -361px -544px;
        }

    .pop_cupon .cupon .cupon_destacado {
        position: absolute;
        top: 0;
        left: 50px;
        width: 402px;
        height: 84px;
        background: #0f99fe;
        color: #ffffff;
    }

        .pop_cupon .cupon .cupon_destacado p {
            margin: 10px 0 5px;
            text-align: left;
            font-size: 12px;
            width: 290px;
            margin-left: 112px;
        }

        .pop_cupon .cupon .cupon_destacado .cupon_pato {
            position: absolute;
            width: 95px;
            height: 91px;
            top: 10px;
            left: 10px;
            background-position: -14px -804px;
        }

    .pop_cupon .cupon .cupon_datos {
        position: absolute;
        width: 402px;
        height: 200px;
        top: 84px;
        left: 50px;
    }

        .pop_cupon .cupon .cupon_datos .container {
            width: 387px;
            height: 159px;
            background: #e6e6e6;
            margin: 25px 0 0 7px;
            text-align: left;
        }

        .pop_cupon .cupon .cupon_datos .row {
            width: 100%;
        }

        .pop_cupon .cupon .cupon_datos p {
            font-size: 13px;
            font-weight: bold;
            color: #909090;
            margin: 22px 0 0 15px;
        }

            .pop_cupon .cupon .cupon_datos p span {
                color: #0e99fe;
                margin-right: 10px;
            }

                .pop_cupon .cupon .cupon_datos p span:nth-child(2) {
                    margin-left: 50px;
                }

.pop_cupon .row .mini {
    font-size: 10px;
    color: #999999;
    font-style: italic;
    margin: 0 0 30px;
}



.pop_registro_activacion form .row {
    width: 270px;
    display: block;
    text-align: left;
    margin-bottom: 20px;
}



.pop_registro_activacion .mini {
    font-size: 10px;
    color: #999999;
    font-style: italic;
    margin: 10px 0 30px;
}

.popup .text.inactive {
    border-color: #909090;
    color: #909090;
}

.pop_bienvenida_activar {
    width: 540px;
    margin-left: -270px;
}

    .pop_bienvenida_activar .pato_bienvenida {
        width: 182px;
        height: 182px;
        background-position: -208px -829px;
        margin: 0 auto;
    }

    .pop_bienvenida_activar p {
        font-size: 16px;
        color: #909090;
    }

        .pop_bienvenida_activar p:last-child {
            font-style: italic;
        }



.pop_login_pr .row > img {
    margin: 10px 0;
}

.pop_login_pr form {
    width: 440px;
    margin: 0 auto;
}

    .pop_login_pr form .row {
        margin-bottom: 15px;
    }

    .pop_login_pr form > .row {
        margin-bottom: 0;
    }

.pop_login_pr .text {
    width: 250px;
}

.pop_login_pr .link {
    color: #999999;
    text-decoration: underline;
    display: block;
}

.pop_login_pr .mini {
    font-size: 11px;
}

.pop_login_pr .row > p {
    color: #909090;
    font-size: 14px;
    margin: 3px 0;
}

.pop_login_pr a.pop2_btn {
    margin-bottom: 20px;
}

.popup .subcontainer {
    border-top: 2px solid #d9d9d9;
    margin-top: 45px;
    padding-top: 15px;
}

.subcontainer li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1% 15px;
    min-width: 250px;
}

    .subcontainer li .ico_pc1, .subcontainer li .ico_pc2, .subcontainer li .ico_pc3 {
        height: 90px;
        width: 99px;
        margin: 0 auto;
    }

    .subcontainer li .ico_pc1 {
        background-position: -3px -89px;
    }

    .subcontainer li .ico_pc2 {
        background-position: -104px -89px;
    }

    .subcontainer li .ico_pc3 {
        width: 106px;
        background-position: -204px -89px;
    }

    .subcontainer li p {
        font-size: 16px;
        color: #666666;
    }

        .subcontainer li p:last-child {
            font-size: 12px;
        }

            .subcontainer li p:last-child strong {
                color: #0c99fe;
            }

.pop_registro_2 form > .row .pop_select_small, .pop_registro_3 form > .row .pop_select_small {
    width: 140px;
}

.popup .radiobox .rb_selected, .pupup, .popup .radiobox label {
    color: #444444;
}

@media all and (max-width:1024px) {
    .popup {
        width: 700px;
        margin-left: -370px;
        left: 50%;
    }
}

@media all and (max-width:767px) {
    .popup {
        top: 80px;
    }

        .popup h2 {
            font-size: 16px;
        }

    .popup {
        width: calc(100% - 60px) !important;
        min-width: 420px !important;
        left: 10px !important;
        margin-left: 0 !important;
    }

    .pop_cupon .cupon {
        width: 402px;
        height: 284px;
    }

        .pop_cupon .cupon .cupon_destacado {
            width: 352px;
            height: 94px;
        }

            .pop_cupon .cupon .cupon_destacado p {
                width: 240px;
            }

        .pop_cupon .cupon .cupon_datos {
            width: 352px;
            height: 190px;
            top: 94px;
        }

            .pop_cupon .cupon .cupon_datos .container {
                width: 337px;
                margin-top: 20px;
            }

    .pop_login_ccard form {
        width: 400px;
    }

    .pop_registro .col {
        width: 100%;
    }

    .pop_registro h3 {
        display: none;
    }

    .pop_registro .col.c1 {
        display: none;
    }

    .popup .row.r_cumple {
        width: 270px;
    }

    .popup form > .row .pop_select_small {
        margin: 0 0 20px;
        width: 270px;
    }

    .popup .row .med, .popup .row .small {
        width: 270px;
    }

    .popup .radiobox .rb_selected, .popup .radiobox.open .rb {
        font-size: 16px;
    }

    .pop_container label p, .popup .row .row > p, .popup .row.r_cumple > p {
        font-size: 16px;
        color: #666666;
    }

    .popup p.mini {
        font-size: 13px !important;
    }
}
/* ==========================================================================
    NEW MENÚ LOGIN
   ========================================================================== */
.sb-right.n_cc {
    opacity: 1;
    background: #f0f0f0;
    width: 420px;
}

    .sb-right.n_cc .m_login {
        width: 420px;
    }

    .sb-right.n_cc h3 {
        opacity: 1;
        width: 365px;
        height: 52px;
        line-height: 52px;
        font-size: 27px;
        margin: 60px auto 20px;
        padding: 0;
        text-align: center;
        background-image: none;
    }

        .sb-right.n_cc h3 span {
            background: url("../img/02_micuenta.png") no-repeat scroll;
            background-size: 100%;
            width: 34px;
            height: 36px;
            top: 9px;
        }

    .sb-right.n_cc .container {
        width: 365px;
        padding-bottom: 15px;
        margin-bottom: 3px;
    }

        .sb-right.n_cc .container img {
            margin: 25px 0;
        }

        .sb-right.n_cc .container .separator {
            color: #909090;
            font-size: 15px;
            margin-bottom: 25px;
        }

            .sb-right.n_cc .container .separator span {
                margin: 0 10px;
            }

        .sb-right.n_cc .container .text {
            width: 270px;
            height: 40px;
            line-height: 40px;
            padding-left: 10px;
            border: none !important;
            border-left: 4px solid #0d99fe !important;
            color: #444444;
            background: #f0f0f0;
            box-shadow: none;
        }



.n_cc.sb-right .m_login .link {
    margin: 10px auto 0;
}

.sb-right.n_cc .container > p:not(.separator) {
    font-size: 14px;
    color: #909090;
    margin: 10px 0 0;
    padding: 0 10px;
}

.sb-right .close_menu_left {
    width: 60px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #909090 !important;
    color: #ffffff;
    position: absolute;
    right: 420px;
    top: 0;
    background-image: none !important;
    font-size: 24px;
    cursor: pointer;
}

.new_dolby main #main {
    left: auto;
    margin: 0 auto;
}

.skin .new_dolby main #main{
	margin-top:230px;
}
.skin .new_dolby .dolby_home nav{
	left:18px;
}

/* ==========================================================================
    TEST A/B
   ========================================================================== */
.formb .m_login .container li, .formb .popup .radiobox .rb_selected .rb_ico,
.formb .pop_registro_2 .pop_field input[type="checkbox"]:checked + label span,
.formb .pop_registro_3 .pop_field input[type="checkbox"]:checked + label span,
.formb .pop_confirmacion .mail, .formb .pop_login_pr .container li,
.popup .pop_field input[type="checkbox"] + label span, .formb .pop_cinesacard ul.test_b li {
    background-image: url("../img/split_forms_B.png");
}


.formb .test_a {
    display: none !important;
}

.formb .sb-right.n_cc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5010000;
}

    .formb .sb-right.n_cc .m_login {
        box-shadow: none;
        background: #ffffff;
        width: calc(100% - 20px);
        max-width: 656px;
        height: auto;
        right: auto;
        bottom: auto;
        position: relative;
        display: block;
        margin: 50px auto;
    }

.formb .m_login .container.test_a, .formb .m_login .container.test_b {
    border: none;
}

.formb .sb-right.n_cc h3 {
    background: none;
    color: #666666;
    font-size: 24px;
    margin: 30px auto 0;
}

.formb .m_login .container.test_b h3 {
    margin-top: 0px;
}

.formb .m_login .link.noreg {
    width: 250px;
    margin: 25px auto 20px;
    font-size: 14px;
    color: #909090;
}

.formb .sb-right.n_cc .container .text {
    width: 255px;
}

.formb .sb-right.n_cc input[type="submit"].test_b {
    display: inline-block !important;
    font-size: 22px !important;
}

.formb .n_cc.sb-right .m_login form .link {
    margin-bottom: 30px;
}

.formb .m_login .container {
    border-bottom: 2px solid #f0f0f0;
}

.formb .m_login .r_fb {
    background: url("../img/test_B_sociallogin_2.png") no-repeat;
    width: 270px;
    height: 42px;
    background-size: 100%;
    margin: 10px auto 0;
    display: none;
}


.formb .m_login .container ul, .formb .pop_login_pr .container ul, .formb .pop_cinesacard ul.test_b {
    padding: 0;
    margin: 0;
}

    .formb .m_login .container li, .formb .pop_login_pr .container li, .formb .pop_cinesacard ul.test_b li {
        width: 116px;
        height: 155px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 20px 30px;
    }

        .formb .m_login .container li.ventaja_1, .formb .pop_cinesacard ul.test_b li.ventaja_1 {
            display: none;
            background-position: -13px -16px;
        }

        .formb .m_login .container li.ventaja_2, .formb .pop_login_pr .container li.ventaja_2, .formb .pop_cinesacard ul.test_b li.ventaja_2 {
            display: none;
            background-position: -138px -5px;
        }

        .formb .m_login .container li.ventaja_3, .formb .pop_login_pr .container li.ventaja_3, .formb .pop_cinesacard ul.test_b li.ventaja_3 {
            display: none;
            background-position: -272px -5px;
        }

        .formb .pop_login_pr .container li.ventaja_1 {
            background-position: -13px -20px;
            height: 156px;
        }


.formb_fin .pop_mask {
    opacity: 0.9;
}

.formb .pop_container .row {
    width: 100%;
}

.formb .pop_registro_2 form > .row > div.pop_field_check, .formb .pop_registro_3 form > .row > div.pop_field_check {
    margin-bottom: 10px;
}

.formb .popup .r_cumple + .row + .row {
    margin-top: 10px;
}

.formb .pop_container .text {
    border-color: #fece10;
    font-size: 13px;
}


.formb .radiobox .rb_selected, .formb .radiobox .rb {
    font-size: 13px;
}

.formb .popup .r_fb {
    cursor: pointer;
    margin: 25px auto 0;
    background: url("../img/test_B_sociallogin_2.png") no-repeat;
    width: 270px;
    height: 42px;
    background-size: 100%;
}

.formb .progress_container {
    height: 10px;
    background: #f3f3f3;
    position: relative;
    width: 100%;
}

.formb .progress_bar {
    background: #fece10;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
}

.formb .pop_registro_2 .pop_container .row .row, .formb .pop_registro_3 .pop_container .row .row {
    margin: 0 10px 20px;
    text-align: left;
    vertical-align: top;
    width: 270px;
}

.formb .popup .radiobox .rb_selected .rb_ico {
    background-color: #fece10;
    background-position: -550px -47px;
}

.formb .radiobox label:hover {
    border-color: #fece10;
}

.formb .popccard .radiobox label:hover {
    border-color: #0184e4;
}

.popup .pop_field input[type="checkbox"] + label span {
    background-position: -572px -145px !important;
    margin-top: 7px;
    width: 20px;
    height: 20px;
}

.formb .pop_registro_2 .pop_field input[type="checkbox"]:checked + label span, .formb .pop_registro_3 .pop_field input[type="checkbox"]:checked + label span,
.popup .pop_field input[type="checkbox"]:checked + label span {
    background-position: -572px -104px !important;
}

.formb .pop_confirmacion h3 {
    font-style: normal;
    margin-bottom: 20px;
}

.formb .pop_confirmacion .mail {
    margin-bottom: 40px;
    background-position: -407px -18px;
}

.formb .pop_bienvenida h2 {
    color: #666666;
    margin: 30px 0 15px;
    font-size: 24px;
}

.formb .pop_bienvenida .pop2_btn {
    background-color: #0e99fe !important;
    border-color: #0184e4 !important;
    margin: 40px auto 60px;
}


.formb .pop_login_pr .text {
    border-color: #0d99fe;
}

.formb .pop_login_pr input[type="submit"] {
    background: #0d99fe !important;
    border-color: #0184e4 !important;
    margin-bottom: 20px;
}

.formb .pop_login_pr .container {
    border-top: 2px solid #f0f0f0;
    width: 100%;
    margin-top: 50px;
}

.formb .pop_login_pr .link.noreg {
    margin-bottom: 30px;
}

.formb .pop_cinesacard .pop_field input[type="checkbox"] + label {
    width: 100%;
    font-size: 12px;
    padding-left: 30px;
    color: #909090;
}

.formb .pop_cinesacard.popup p.pop_mini {
    margin: 0 0 30px;
    font-size: 10px;
    color: #999999;
    font-style: italic;
}

@media all and (min-width:481px) and (max-width:768px) {
    .formb .popup {
        margin: 0 auto !important;
        left: 10px !important;
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
    }

    .formb .pop_container .text {
        border-width: 0 0 0 4px !important;
    }

    .formb .popup .radiobox, .formb .radiobox .rb_selected {
        height: 40px;
        line-height: 40px;
    }

        .formb .popup .radiobox .rb_selected .rb_ico {
            width: 40px;
            height: 40px;
        }

    .formb .radiobox.open .rb {
        height: 40px;
        line-height: 40px;
    }

    .formb .popup .radiobox ul {
        left: 41px;
        width: calc(100% - 43px);
    }

    .formb .popup form > .row .pop_select_small {
        margin: 0 0 20px;
        width: 150px;
    }
}

@media all and (min-width:481px) and (max-width:605px) {
    .formb .popup .r_cumple {
        width: 270px;
        ;
    }

    .formb .popup form > .row .pop_select_small {
        width: 100%;
    }
}

@media all and (max-width:480px) {
    .formb .sb-right.n_cc .m_login {
        margin: 0;
        width: 100%;
    }

    .formb .sb-right .close_menu_left {
        position: fixed;
    }

    .formb .sb-right.n_cc {
        right: 0;
        margin: 0;
        min-width: 480px;
    }

        .formb .sb-right.n_cc .container .text {
            width: 385px;
            height: 50px;
            margin-bottom: 30px;
            font-size: 16px;
        }

        .formb .sb-right.n_cc .container input[type="password"] {
            margin-bottom: 10px;
        }

        .formb .sb-right.n_cc .cc_btn {
            line-height: 60px;
        }

    .formb .m_login .r_fb {
        margin-bottom: 10px;
    }

    .formb .m_login .sociallogin_btn.test_b, .formb .m_login .r_fb, .formb .popup .r_fb, .formb .popup .sociallogin_btn.test_b {
        width: 400px;
        height: 61px;
    }

    .formb .popup {
        margin: 0 !important;
        left: 0 !important;
        width: 100% !important;
        min-width: 480px !important;
        min-height: 600px;
    }

        .formb .popup.pop_fixed {
            position: fixed !important;
            bottom: 0 !important;
            top: auto;
        }

    .formb .pop_container .row .row {
        max-width: 400px;
        margin-bottom: 30px;
    }

    .formb .pop_container .text {
        height: 50px;
        font-size: 16px;
        border-width: 0 0 0 4px !important;
    }

    .formb .radiobox .rb_selected, .formb .radiobox .rb {
        font-size: 16px;
    }

    .formb .pop_login_pr .cc_btn, .formb .pop2_btn {
        line-height: 60px;
    }

    .formb .pop_container label p, .formb .popup .row .row > p, .formb .popup .row.r_cumple > p {
        font-size: 17px;
    }

    .formb .popup .pop_close {
        font-size: 25px;
        right: 19px;
        top: 12px;
    }

    .formb .pop_login_pr .pop_close {
        right: 25px;
        top: 10px;
    }

    .formb .progress_container {
        height: 16px;
        position: fixed;
        z-index: 10000;
        top: 0;
    }

    .formb .progress_bar {
        top: 1px;
        left: 1px;
        height: 14px;
    }

    .formb .progress_container + .row {
        position: static;
        top: 16px;
        left: 0;
        background: #ffffff;
        z-index: 10000;
    }

        .formb .progress_container + .row h3 {
            margin-top: 20px;
        }

        .formb .progress_container + .row + .row {
            top: 80px;
            margin-bottom: 80px;
        }

    .formb .pop_registro_2 .pop_container .row .row, .formb .pop_registro_3 .pop_container .row .row {
        margin-bottom: 30px;
        width: 400px;
    }

    .formb .popup .radiobox .rb_selected .rb_ico {
        background-position: -545px -40px;
    }

    .formb .popup .pop_field_check {
        width: calc(100% - 80px) !important;
    }

        .formb .popup .pop_field_check label {
            font-size: 14px !important;
        }

    .formb .pop_registro_2 .r_cumple, .formb .pop_registro_3 .r_cumple {
        width: calc(100% - 62px);
    }

        .formb .pop_registro_2 .r_cumple .pop_select_small, .formb .pop_registro_3 .r_cumple .pop_select_small {
            margin-bottom: 30px;
            width: 135px;
        }

    .formb .pop_confirmacion, .formb .pop_bienvenida {
        position: fixed;
    }

    .formb_fin .pop_mask {
        opacity: 1;
    }

    .formb .pop_login_pr .text {
        width: 382px;
    }

    .formb .pop_registro_2 form > .row > div.pop_field_check, .formb .pop_registro_3 form > .row > div.pop_field_check {
        margin-bottom: 25px;
    }
}

/* ==========================================================================
    SE MUEVE v2.0
   ========================================================================== */
#semueve .header_semueve .logo, #semueve main .container h3 span,
#semueve .carrusel_semueve .img_left, #semueve .carrusel_semueve .img_right {
    background-image: url("../img/sprite_semueve.png");
}

#semueve #separador-top {
    display: none !important;
}

#semueve main {
    background: #f0f0f0 url("../img/semueve/bk_semueve.png") no-repeat top;
    background-size: 100%;
    padding: 40px 0 0 0;
    width: 100%;
}

    #semueve main .container {
        width: calc(100% - 16px);
        max-width: 1200px;
        margin: 0 auto 30px;
    }

#semueve .text_semueve {
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #666666;
}

    #semueve .text_semueve strong {
        font-weight: 100;
        color: #00529f
    }

#semueve .header_semueve {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 0;
}

    #semueve .header_semueve .logo, #semueve .header_semueve .text_semueve {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    #semueve .header_semueve .logo {
        width: 123px;
        height: 89px;
        margin: 30px 20px 0 30px;
        background-position: 0 0;
    }

    #semueve .header_semueve .text_semueve {
        width: calc(100% - 220px);
        text-align: center;
        margin: 0 10px;
    }

#semueve main .container h3 {
    position: relative;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-family: "dinengschriftstd";
    font-weight: 100;
    font-size: 22px;
    margin: 0 0 5px;
    background: #00529f;
    color: #ffffff;
}

    #semueve main .container h3 span {
        width: 56px;
        height: 35px;
        display: inline-block;
        background-position: -123px -8px;
        margin-left: 10px;
        top: 8px;
        position: absolute;
    }

#semueve .actuales_semueve .row, #semueve .otros_semueve .row {
    background: #ffffff;
    padding: 25px 40px 0;
}

#semueve .container .row.text_semueve {
    font-size: 15px;
    text-align: center;
}

#semueve main .container .row p {
    margin-top: 0;
}

#semueve main .container.actuales_semueve .row p {
    margin-bottom: 0;
}

#semueve main .row .col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 25px);
    margin: 0 10px 25px;
    text-align: center;
}

#semueve main .col img {
    display: block;
    margin: 0 auto 20px;
}

#semueve main .col .video {
    height: 282px;
    width: 435px;
    border: 0;
    transition: 0.5s;
}

#semueve main .col h4 {
    font-family: "dinengschriftstd";
    font-weight: 100;
    font-size: 18px;
    margin: 15px auto;
    color: #00529f;
    width: 435px;
    text-align: left;
}

#semueve main .col p {
    text-align: left;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #666666;
    width: 435px;
    margin: 0 auto;
}

#semueve main .otros_semueve h3 {
    background-color: #ffffff;
    color: #00529f;
}

#semueve .carrusel_semueve {
    height: 370px;
    padding: 10px !important;
}

    #semueve .carrusel_semueve .carrusel {
        padding: 0;
        margin: 0;
        position: relative;
    }

    #semueve .carrusel_semueve .img_left, #semueve .carrusel_semueve .img_right {
        position: absolute;
        top: 45%;
        left: 0;
        width: 19px;
        height: 31px;
        background-position: -193px -6px;
    }

    #semueve .carrusel_semueve .img_right {
        left: auto;
        right: 0;
        background-position: -228px -6px;
    }

    #semueve .carrusel_semueve ul {
        padding: 0;
    }

    #semueve .carrusel_semueve .carrusel li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 440px;
        height: 350px;
        text-align: center;
        margin: 0 30px;
        font-family: "Trebuchet MS";
        font-size: 12px;
        color: #666666;
    }

    #semueve .carrusel_semueve .img_container {
        height: 120px;
        margin-bottom: 20px;
    }

        #semueve .carrusel_semueve .img_container img {
            height: 100%;
        }

    #semueve .carrusel_semueve li h5 {
        font-family: "dinengschriftstd";
        font-weight: 100;
        font-size: 18px;
        margin: 15px auto;
        color: #00529f;
        text-align: left;
        width: 90%;
        max-width: 430px;
    }

    #semueve .carrusel_semueve li p {
        width: 90%;
        max-width: 430px;
        text-align: left;
        margin: 0 auto 30px;
    }

#semueve .semueve_btn {
    background: #00529f;
    color: #ffffff;
    font-family: "dinengschriftstd";
    font-size: 18px;
    width: 140px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 3px;
    border-bottom: 2px solid #002040;
}

@media all and (min-width:769px) {
    #semueve .semueve_btn:hover {
        background: #266cad;
    }
}

@media all and (max-width:1024px) {
    #semueve .actuales_semueve .row:not(.text_semueve) {
        padding: 20px 10px;
    }

    #semueve main .col .video {
        height: 241px;
        width: 372px;
    }

    #semueve main .col h4, #semueve main .col p {
        width: 372px;
    }
}

@media all and (max-width:840px) {
    #semueve main .row .col {
        width: calc(50% - 5px);
        margin: 0 0 10px;
    }

    #semueve main .col .video {
        height: 211px;
        width: 325px;
    }

    #semueve main .col h4, #semueve main .col p {
        width: 325px;
    }
}

@media all and (max-width:767px) {
    #semueve main {
        background-size: auto;
        padding-top: 15px;
    }

    #semueve .header_semueve .logo, #semueve .header_semueve .text_semueve {
        display: block;
        margin: 0 auto 20px;
    }

    #semueve .header_semueve .text_semueve {
        width: 95%;
        margin-bottom: 0;
    }

    #semueve .actuales_semueve .row, #semueve .otros_semueve .row {
        padding: 20px 10px;
    }

        #semueve .actuales_semueve .row:not(.text_semueve) {
            padding: 20px 0;
        }

    #semueve main .row .col {
        display: block;
        width: 90%;
        min-width: 435px;
        margin: 0 auto 15px;
    }

    #semueve main .col .video {
        height: 282px;
        width: 435px;
    }

    #semueve main .col h4, #semueve main .col p {
        width: 435px;
    }
}

@media all and (max-width:480px) {
    #semueve .carrusel_semueve .carrusel li {
        margin: 0 5px;
        width: 430px !important;
    }
}

/* ==========================================================================
    OVERRIDE MENÚ HEADER (29/03/2016)
   ========================================================================== */
header #menu > #menu_web > ul li.semueve a {
    width: 51px;
    background-position: -357px -105px;
    border: none;
}

@media all and (min-width: 1280px) {
    header #menu > #menu_web > ul li {
        width: 12%;
    }

        header #menu > #menu_web > ul li.semueve {
            width: 50px;
        }

    header nav#menu_web ul li span.colorbutton, header nav#menu_web ul li a {
        width: 120px;
    }

    .skin header #menu > #menu_web > ul li {
        width: calc(13% - 3px);
    }

        .skin header #menu > #menu_web > ul li.semueve {
            width: 50px;
        }
}

@media all and (min-width: 1024px) {
    header nav#menu_web { /*MENÚ*/
        left: 17%;
        width: calc(81% + 5px);
    }

        header nav#menu_web ul {
            position: relative;
        }

            header nav#menu_web ul li {
                display: inline-block;
                vertical-align: top;
                width: calc(13% - 2px);
            }

    header #menu > #menu_web > ul li.semueve {
        width: 51px;
    }

    header nav ul li a {
        font-size: 20px;
    }
}

@media all and (min-width: 800px) and (max-width: 1023px) {
    header nav#menu_web ul li {
        vertical-align: top;
    }
}

@media all and (min-width: 768px) and (max-width: 799px) {
    header nav#menu_web {
        margin-top: 13px;
    }

        header nav#menu_web ul li {
            vertical-align: top;
        }

    header nav ul li a {
        font-size: 20px;
    }
}


/* ------------------- */
/* ==========================================================================
    PREESTRENO & POPUP PREESTRENO
   ========================================================================== */
#ganaentradas .logo, #ganaentradas .radiobox .rb_selected .rb_ico, #ganaentradas .agotadas .agotadas_close,
.pop_preestreno .pop_close, .pop_preestreno .correo {
    background-image: url("../img/sprite_presstreno.png");
}

#ganaentradas h3, .pop_preestreno h3, #ganaentradas .btn, .pop_preestreno .btn {
    font-family: "dinengschriftstd";
}

#ganaentradas {
    background: #f0f0f0 !important;
}

    #ganaentradas .header {
        position: relative;
        width: 100%;
        height: 240px;
        background: #ff7b4f;
        z-index: 10;
    }

    #ganaentradas .logo {
        position: relative;
        display: block;
        width: 118px;
        height: 86px;
        background-position: -1px -1px;
        margin: 0 auto;
        top: 22px;
    }

    #ganaentradas .container, .pop_preestreno .container {
        position: relative;
        display: block;
        width: calc(100% - 30px);
        max-width: 656px;
        background: #ffffff;
        margin: 0 auto;
        text-align: center;
        padding: 20px 10px;
        z-index: 11;
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #909090;
        border-bottom: 3px solid #f0f0f0;
    }

        #ganaentradas .container.paso1 {
            margin-top: -110px;
            z-index: 12;
        }

        #ganaentradas .container.paso2 {
            margin-bottom: 60px;
        }

    #ganaentradas h3, .pop_preestreno h3 {
        font-size: 24px;
        font-weight: normal;
        color: #666666;
    }

    #ganaentradas p span, .pop_preestreno p span {
        color: #666666;
    }

    #ganaentradas .radiobox {
        margin: 30px 0 10px;
    }

        #ganaentradas .radiobox .rb_selected .rb_ico {
            background-position: -101px -109px;
        }

    #ganaentradas .paso2 > p {
        margin-bottom: 35px;
    }

    #ganaentradas .row {
        position: relative;
        margin: 0 auto 15px;
    }

    #ganaentradas .paso2 .row {
        text-align: left;
    }

        #ganaentradas .paso2 .row p span {
            color: #ff7b4f;
        }

    #ganaentradas .field {
        position: relative;
        margin: 0 8px;
        width: 279px;
    }

        #ganaentradas .field .text {
            position: relative;
            display: inline-block;
            width: calc(100% - 25px);
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            box-shadow: none;
            border: none;
            border-left: 5px solid #ff7b4f;
            background: #f0f0f0;
            text-align: left;
            font-size: 13px;
            color: #666666;
        }

    #ganaentradas .paso2 > p.info {
        width: calc(100% - 76px);
        margin: 30px auto;
        text-align: justify;
        font-size: 11px;
    }

    #ganaentradas .btn, .pop_preestreno .btn {
        width: 270px;
        height: 40px;
        border-radius: 5px;
        border: none;
        border-bottom: 2px solid #ff5f28;
        background: #ff7b4f;
        color: #ffffff;
        font-size: 22px;
        margin: 20px 0 30px;
    }

    #ganaentradas .paso2 > p.mini {
        font-size: 10px;
        color: #999999;
        font-style: italic;
    }

    #ganaentradas .agotadas {
        position: absolute;
        display: none;
        width: 334px;
        height: 156px;
        background: #ff7b4f;
        color: #ffffff;
        left: calc(50% - 167px);
        bottom: 20px;
    }

        #ganaentradas .agotadas.open {
            display: block;
        }

        #ganaentradas .agotadas .agotadas_close {
            position: absolute;
            width: 17px;
            height: 17px;
            top: 8px;
            right: 8px;
            background-position: -128px -54px;
            cursor: pointer;
        }

        #ganaentradas .agotadas p {
            margin: 50px 0 0;
        }

            #ganaentradas .agotadas p:last-child {
                margin-top: 20px;
            }


/* ==========================================================================
    SOLO PARA POPUP PREESTRENO
   ========================================================================== */
.pop_mask_preestreno {
    position: fixed;
    background: #f0f0f0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 499999;
    opacity: 0.7;
}

.popup.pop_preestreno {
    border: none;
    display: block;
    width: 656px;
    left: calc(50% - 328px);
    margin: 0;
    background: none;
    padding: 0;
}

.pop_preestreno .pop_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    background-position: -155px -54px;
    cursor: pointer;
}

.pop_preestreno .container {
    width: calc(100% - 20px);
    margin: 0 auto 3px;
    border: none;
}

.pop_preestreno p {
    width: 85%;
    margin: 10px auto 20px;
}

.pop_preestreno .btn {
    position: relative;
    display: inline-block;
    line-height: 40px;
    margin: 20px 0 20px;
}

.pop_preestreno .correo {
    width: 94px;
    height: 97px;
    background-position: -177px 0;
    margin: 15px auto 35px;
}

.pop_preestreno p a {
    color: #0e99fe;
}


/* ==========================================================================
    @MEDIA PREESTRENO 
   ========================================================================== */
@media all and (min-width:800px) {
    #ganaentradas .btn:hover, .pop_preestreno .btn:hover {
        background: #e66f47;
        border-color: #ba5a3a;
    }

    .pop_preestreno p a:hover {
        text-decoration: underline;
    }
}

@media all and (max-width:767px) {
    #ganaentradas .radiobox .rb_selected .rb_ico {
        background-position: -96px -103px;
        background-color: #ff7b4f;
    }

    #ganaentradas .row {
        margin-bottom: 0;
    }

    #ganaentradas .field {
        width: 374px;
        margin-bottom: 20px;
    }

    #ganaemtradas .radiobox .rb_selected, .radiobox label {
        font-size: 16px;
    }

    #ganaentradas .field > p {
        font-size: 16px;
    }

    #ganaentradas .field .text {
        height: 52px;
        font-size: 16px;
    }

    #ganaentradas .btn {
        height: 52px;
        font-size: 26px;
        width: 380px;
    }

    #ganaentradas .agotadas {
        width: 460px;
        left: calc(50% - 230px);
    }

        #ganaentradas .agotadas p {
            font-size: 16px;
        }

    .popup.pop_preestreno {
        width: 470px !important;
        max-width: auto !important;
        margin-left: 0 !important;
        left: calc(50% - 235px);
    }
}

/* CINESACHECK 07-09-2016*/
#cinesacheck .ch-1 h3,
#cinesacheck .ch-2 h3,
#cinesacheck .ch-3 h3,
#cinesacheck .ch-4 h3,
#cinesacheck .ch-5 h3 {
    position: relative;
    width: 100%;
    background-color: #4295B3;
    font-family: 'caeciliabold';
    color: #ffffff;
    font-weight: 100;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    height: 100px;
    line-height: 100px;
    font-size: 32px;
    margin: 20px 0px 3px 0px;
}

#cinesacheck article {
    position: relative;
    display: block;
}

    #cinesacheck article.ch-8 {
        background-color: #ffffff;
    }

#cinesacheck .ch-1 img {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#cinesacheck .ch-1 > div,
#cinesacheck .ch-2 > div,
#cinesacheck .ch-3 > div,
#cinesacheck .ch-4 > div,
#cinesacheck .ch-5 > div {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: Verdana;
    background-color: #ffffff;
    vertical-align: top;
    margin-bottom: 3px;
}

#cinesacheck .ch-1 h3 > em,
#cinesacheck .ch-2 h3 > em,
#cinesacheck .ch-3 h3 > em,
#cinesacheck .ch-4 h3 > em,
#cinesacheck .ch-5 h3 > em {
    font-family: 'caecilialight';
}

#cinesacheck .ch-1 p,
#cinesacheck .ch-4 p,
#cinesacheck .ch-6 p {
    color: #4295B3;
}

#cinesacheck .ch_btn {
    position: relative;
    display: inline-block;
    font-family: Verdana;
    color: #ffffff;
    background-color: #4295B3;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    margin-bottom: 50px;
}

    #cinesacheck .ch_btn:disabled {
        background-color: #e0e0e0 !important;
        cursor: default;
    }

#cinesacheck .ch-5 h4 {
    font-family: 'caeciliaroman';
    font-size: 30px;
    color: #4295B3;
}

#cinesacheck .ch-5 p span,
#cinesacheck .ch-5 .instrucciones {
    color: #4093B2;
    margin-bottom: 30px;
}

#cinesacheck .ch-5 .descargar, #cinesacheck .ch-5 .descargar:visited {
    color: #4093B2;
    text-decoration: underline;
}

#cinesacheck .ch-5 .comprar {
    font-size: 16px;
}

#cinesacheck .ch-5 h5 {
    color: #4295B3;
    font-size: 15px;
    display: inline-block;
    margin-top: 40px;
}

#cinesacheck .ch-5 .canjear {
    width: 568px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}

#cinesacheck .ch-5 .canjear-taquilla {
    text-align: left;
}

    #cinesacheck .ch-5 .canjear-taquilla > div.canjear > div.canjear {
        text-align: center;
        margin-bottom: 0px;
    }

    #cinesacheck .ch-5 .canjear-online .ch_icon,
    #cinesacheck .ch-5 .canjear-taquilla .ch_icon {
        background-image: url(../img/ch_icons.png);
        background-repeat: no-repeat;
    }

#cinesacheck .ch-5 .canjear-online .ch_icon {
    display: inline-block;
    width: 80px;
    height: 92px;
    background-position: right top;
    vertical-align: top;
}

#cinesacheck .ch-5 .canjear-online {
    background: #D0F1F5;
    text-align: center;
}

#cinesacheck .ch-5 .canjear-taquilla .ch_icon {
    display: inline-block;
    width: 85px;
    height: 97px;
    background-position: left top;
    vertical-align: top;
}

#cinesacheck .ch-5 .canjear p.info {
    font-family: 'HelveticaNeue';
    color: #666666;
    font-size: 13px;
    line-height: 18px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#cinesacheck .ch-5 .canjear-taquilla .canjear p.info {
    margin-left: 97px;
}

#cinesacheck .ch-5 .canjear p.info span {
    color: #4194B2;
}

#cinesacheck .ch-5 .canjear a.otro-codigo {
    color: #4194B2;
    text-decoration: underline;
    font-size: 13px;
    margin-bottom: 30px;
}

#cinesacheck .ch-5 .canjear-taquilla a.comprar {
    width: 340px;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#cinesacheck .ch-5 ol {
    font-family: 'HelveticaNeue';
    padding-left: 0px;
    list-style-position: inside;
    color: #666666;
    text-align: left;
}

    #cinesacheck .ch-5 ol li {
        list-style: decimal;
        font-size: 13px;
        line-height: 26px;
    }

#cinesacheck .ch-5 .codigo {
    color: #839292;
    font-size: 21px;
    background: #F2F4F4;
    width: 217px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    display: inline-block;
    margin: 0px 0px 20px 0px;
}

#cinesacheck .ch-5 .comprar, #cinesacheck .ch-5 .comprar:hover {
    background: #FFDF0F;
    color: #004886;
    height: 45px;
    display: inline-block;
}

#cinesacheck .ch-5 .col-2 {
    display: inline-block;
    width: 50%;
}

#cinesacheck .ch-1 .condiciones,
#cinesacheck .ch-4 p,
#cinesacheck .ch-5 p,
#cinesacheck .ch-6 p {
    color: #839294;
}

#cinesacheck .ch-2 .titulo,
#cinesacheck .ch-3 .titulo,
#cinesacheck .ch-4 .titulo,
#cinesacheck .ch-6 .titulo,
#cinesacheck .ch-8 .titulo {
    position: relative;
    display: inline-block;
    font-family: "Trebuchet MS";
    color: #719EB5;
}

#cinesacheck .ch-2 ul,
#cinesacheck .ch-3 ul {
    position: relative;
    text-align: left;
    width: calc(100% - 46%);
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
}

#cinesacheck .ch-2 li,
#cinesacheck .ch-3 li {
    position: relative;
    background: url("../img/ch_4.png") no-repeat 0 9px;
    font-family: "Trebuchet MS";
    color: #909090;
}

#cinesacheck input.text {
    position: relative;
    display: block;
    border: none;
    border-left: 6px solid #4295B3;
    font-family: "Trebuchet MS";
    color: #909090;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
}

#cinesacheck .dudas,
#cinesacheck .video {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: #B5BEBF;
    font-family: 'Verdana';
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
}

    #cinesacheck .dudas span,
    #cinesacheck .video span {
        position: absolute;
        width: 16px;
        height: 16px;
        background: url("../img/ch_5.png") no-repeat;
    }

    #cinesacheck .video span {
        background-position: -16px 0;
    }

#cinesacheck .ch-3 .atras {
    background-color: #9a9a9a;
}

#cinesacheck .ch-4-5 {
    background-color: #719EB5;
}

    #cinesacheck .ch-4-5 img {
        vertical-align: top;
    }

#cinesacheck .ch-5 img,
#cinesacheck .ch-7 img {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#cinesacheck .ch-5 .cont,
#cinesacheck .ch-7 .cont {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#cinesacheck .ch-5 p .dest,
#cinesacheck .ch-7 .dest {
    color: #719EB5;
}

#cinesacheck .ch-5 .row p {
    display: inline-block;
}

#cinesacheck .ch-5 > .row {
    border-top: 1px dashed #909090;
}

#cinesacheck .ch-8 > ul > li {
    position: relative;
    background-color: #F2F4F4;
    color: #839295;
    cursor: pointer;
    font-family: "helveticaneue";
}

#cinesacheck .ch-8 li > .mas,
#cinesacheck .ch-8 li > .menos {
    background: url("../img/faq2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    background-position: 0 0;
}

#cinesacheck .ch-8 li > .mas {
    background-position: 0 0;
}

#cinesacheck .ch-8 li > .menos {
    background-position: -35px 0;
}

#cinesacheck .ch-8 li.respuesta {
    border: 2px solid #e8e8e8;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: initial;
}

#cinesacheck .ch-8 > ul > li > ul li a {
    color: #ff0033;
}

#cinesacheck .ch-8 .titulo {
    font-family: 'Verdana';
}

#cinesacheck .ch-menu {
    background: none;
}

    #cinesacheck .ch-menu ul li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        background-color: #F2F4F4;
        font-family: "helveticaneue";
        color: #839295;
    }

        #cinesacheck .ch-menu ul li span {
            position: absolute;
            background-color: #B5BEBF;
            color: #FFFFFF;
            border-radius: 20px;
            text-align: center;
            border: 3px solid #f3f3f3;
        }

        #cinesacheck .ch-menu ul li.selected {
            background-color: #ffffff;
            color: #314b86;
        }

            #cinesacheck .ch-menu ul li.selected span {
                background-color: #4295B3;
                color: #ffffff;
                border: 4px solid #C8E0E9;
            }

#cinesacheck .smsError {
    color: red !important;
    width: 320px;
    margin: -20px 0 20px 140px;
}

#cinesacheck .formerror {
    position: relative;
    display: block;
    width: 360px;
    min-height: 20px;
    margin: -13px 0 20px 160px;
    font-family: "Trebuchet MS";
    color: #ee0000;
    font-size: 12px;
}

#cinesacheck #smsErrorLit {
    margin: 0 0 5px 160px;
    width: 280px;
}


/* /CINESACHECK */

@media all and (min-width: 1280px) {
    /* CINESACHECK 1280px */
    #cinesacheck article {
        width: calc(100% - 20px);
        margin: 0 auto 20px auto;
    }

    #cinesacheck .ch-1 img {
        margin: 47px 0px 47px 30px;
        width: 325px;
    }

    #cinesacheck .ch-1 h3,
    #cinesacheck .ch-2 h3,
    #cinesacheck .ch-3 h3,
    #cinesacheck .ch-4 h3,
    #cinesacheck .ch-5 h3 {
        height: 100px;
        line-height: 100px;
        font-size: 32px;
        margin: 20px 0px 3px 0px;
    }

    #cinesacheck .ch-1 p,
    #cinesacheck .ch-4 p,
    #cinesacheck .ch-6 p {
        font-size: 16px;
        margin: 15px 0 25px 0;
    }

    #cinesacheck .ch_btn {
        font-size: 16px;
        width: 270px;
        height: 40px;
        line-height: 40px;
    }

        #cinesacheck .ch_btn:hover {
            background-color: #1d2c4e;
        }

    #cinesacheck .ch-1 .condiciones {
        margin-top: 30px;
        width: 60%;
        font-size: 15px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    #cinesacheck .ch-2 .titulo,
    #cinesacheck .ch-3 .titulo,
    #cinesacheck .ch-4 .titulo,
    #cinesacheck .ch-6 .titulo,
    #cinesacheck .ch-8 .titulo {
        font-size: 15px;
        margin: 30px 40px 10px;
    }

    #cinesacheck .ch-2 ul,
    #cinesacheck .ch-3 ul {
        margin-bottom: 30px;
    }

    #cinesacheck .ch-2 li,
    #cinesacheck .ch-3 li {
        margin: 12px 30px;
        padding-left: 20px;
        font-size: 15px;
    }

    #cinesacheck input.text {
        width: 255px;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 15px;
    }

    #cinesacheck .ch-2 input.text,
    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 input.text,
    #cinesacheck .ch-4 input.text,
    #cinesacheck .ch-4 .ch_btn,
    #cinesacheck .ch-6 input.text,
    #cinesacheck .ch-6 .ch_btn {
        margin-left: auto;
        margin-right: auto;
    }

    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 .ch_btn,
    #cinesacheck .ch-4 .ch_btn {
        width: 177px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-3 .ch_btn {
        width: 130px;
    }

    #cinesacheck .dudas,
    #cinesacheck .video {
        width: 224px;
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        font-size: 16px;
    }

    #cinesacheck .ch-2 .row {
        height: 120px;
    }

        #cinesacheck .ch-2 .row .video {
            display: block;
            position: absolute;
            right: 100px;
            bottom: 30px;
        }

    #cinesacheck .dudas {
        margin-left: 145px;
    }

        #cinesacheck .dudas:hover,
        #cinesacheck .video:hover {
            background-color: #7a7a7a;
        }

        #cinesacheck .dudas span,
        #cinesacheck .video span {
            left: 12px;
            top: 12px;
        }

    #cinesacheck .ch-3 .row div.ch_btn:nth-child(2) {
        margin-left: 18px;
    }

    #cinesacheck .ch-3 .atras:hover {
        background-color: #7a7a7a;
    }

    #cinesacheck .ch-2 .row .dudas,
    #cinesacheck .ch-3 .row .dudas,
    #cinesacheck .ch-4 .row .dudas {
        position: absolute;
        right: 100px;
    }

    #cinesacheck .ch-4 .titulo {
        margin-bottom: 25px;
    }

    #cinesacheck .ch-4 p {
        margin-left: 40px;
    }

    #cinesacheck .ch_recaptcha {
        margin-bottom: 20px;
    }

    #cinesacheck .ch-4-5 {
        height: 80px;
        padding: 0;
    }

        #cinesacheck .ch-4-5 img {
            margin: 0 40px 0 20px;
        }

        #cinesacheck .ch-4-5 h3 {
            margin: 0;
            padding: 0;
            height: 80px;
            line-height: 80px;
        }

    #cinesacheck .ch-5 .comprar {
        width: 185px;
        position: relative;
        bottom: 5px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    #cinesacheck .ch-5 > div:nth-child(4) {
        padding-bottom: 20px;
    }

    #cinesacheck .ch-5 img,
    #cinesacheck .ch-7 img {
        margin: 50px 0px 50px 36px;
        width: 172px;
    }

    #cinesacheck .ch-5 .cont,
    #cinesacheck .ch-7 .cont {
        margin: 20px 0 0 60px;
        width: 55%;
    }

    #cinesacheck .ch-5 p {
        font-size: 15px;
    }

    #cinesacheck .ch-5 div > .row {
        margin: 40px 0;
    }

    #cinesacheck .ch-5 div.instrucciones {
        width: 45%;
        display: inline-block;
    }

    #cinesacheck .ch-5 ol {
        padding-left: 15px;
        margin-left: 97px;
        margin-top: 0px;
        margin-bottom: 27px;
    }

    #cinesacheck .ch-5 .row p {
        width: 300px;
        font-size: 12px;
    }

    #cinesacheck .ch-5 .dudas {
        margin: 36px auto;
    }

    #cinesacheck .ch-5 > .row p {
        margin: 40px 0 40px 270px;
        font-size: 15px;
    }

    #cinesacheck .ch-5 > .row .ch_btn {
        font-size: 18px;
        width: 170px;
        margin-left: 50px;
    }

    #cinesacheck .ch-5 .cupon {
        width: calc(100% - 39%);
        margin-left: auto;
        margin-right: auto;
    }

    #cinesacheck .ch-6 .ch_btn {
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 .titulo {
        margin-bottom: 0px;
    }

    #cinesacheck .ch-6 .ch_recaptcha {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 p {
        margin-left: 40px;
    }

    #cinesacheck .ch-7 .ch_btn {
        margin: 30px 0 50px 0;
    }

    #cinesacheck .ch-8 > ul > li {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        width: 90%;
    }

    #cinesacheck .ch-8 li > .mas,
    #cinesacheck .ch-8 li > .menos {
        height: 30px;
        margin-left: -55px;
        width: 35px;
        background-position: 0 0;
    }

    #cinesacheck .ch-8 li.respuesta {
        height: auto;
        margin-left: 0;
        width: calc(93% + 7px);
    }

    #cinesacheck .ch-8 > ul {
        padding-bottom: 35px;
    }

        #cinesacheck .ch-8 > ul > li > ul li {
            line-height: 20px;
            margin-right: 30px;
        }

    #cinesacheck .ch-8 .titulo {
        font-size: 21px;
    }

    #cinesacheck .ch-menu ul {
        margin: 0;
        padding: 0;
    }

        #cinesacheck .ch-menu ul li {
            height: 55px;
            line-height: 55px;
            padding: 0 25px 0 65px;
            margin-right: 12px;
            font-size: 21px;
        }

            #cinesacheck .ch-menu ul li span {
                width: 35px;
                height: 35px;
                line-height: 37px;
                left: 15px;
                top: 6px;
            }

    #cinesacheck #sb-site {
        min-height: 2500px !important;
    }
    /* /CINESACHECK */
}


/* CINESACHECK 1280 SKIN*/
@media all and (min-width: 1280px) {
    /* CINESACHECK */
    .skin #cinesacheck .dudas, .skin #cinesacheck .video {
        width: 180px;
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        font-size: 14px;
    }

    .skin #cinesacheck .ch-2 .row .dudas, .skin #cinesacheck .ch-3 .row .dudas, .skin #cinesacheck .ch-4 .row .dudas {
        position: absolute;
        right: 58px;
    }

    .skin #cinesacheck .ch-2 .row .video {
        right: 58px;
    }

    .skin #cinesacheck .ch-8 li > .mas, .skin#cinesacheck .ch-8 li > .menos {
        left: 12px;
    }
    /* /CINESACHECK */
}

/* CINESACHECK 1024p*/
@media all and (min-width: 1024px) and (max-width: 1279px) {
    /* CINESACHECK 1024p*/
    #cinesacheck article {
        text-align: left;
    }

    #cinesacheck article {
        width: calc(100% - 20px);
        margin: 0 auto 20px auto;
    }

    #cinesacheck .ch-1 img {
        margin: 47px 0px 47px 4%;
        width: 23%;
        max-width: 337px;
    }

    #cinesacheck .ch-1 {
        min-height: 385px;
    }

        #cinesacheck .ch-1 p,
        #cinesacheck .ch-4 p,
        #cinesacheck .ch-6 p {
            font-size: 22px;
            margin: 15px auto 25px auto;
            width: 92% !important;
        }

    #cinesacheck .ch_btn {
        font-size: 16px;
        width: 270px;
        height: 40px;
        line-height: 40px;
    }

        #cinesacheck .ch_btn:hover {
            background-color: #1d2c4e;
        }

    #cinesacheck .ch-1 .condiciones,
    #cinesacheck .ch-4 p,
    #cinesacheck .ch-6 p {
        margin-top: 30px;
        width: 95%;
        font-size: 15px;
    }

    #cinesacheck .ch-2 .titulo,
    #cinesacheck .ch-3 .titulo,
    #cinesacheck .ch-4 .titulo,
    #cinesacheck .ch-6 .titulo,
    #cinesacheck .ch-8 .titulo {
        font-size: 15px;
        margin: 30px 40px 10px;
    }

    #cinesacheck .ch-2 ul,
    #cinesacheck .ch-3 ul {
        width: 63%;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-2 li,
    #cinesacheck .ch-3 li {
        margin: 12px 30px;
        padding-left: 20px;
        font-size: 15px;
    }

    #cinesacheck input.text {
        width: 255px;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 15px;
    }

    #cinesacheck .ch-2 input.text,
    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 input.text,
    #cinesacheck .ch-4 input.text,
    #cinesacheck .ch-4 .ch_btn,
    #cinesacheck .ch-6 input.text,
    #cinesacheck .ch-6 .ch_btn {
        margin-left: auto;
        margin-right: auto;
    }

    #cinesacheck .ch-2 .ch_btn {
        display: block;
    }

    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 .ch_btn,
    #cinesacheck .ch-4 .ch_btn {
        width: 278px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-3 .ch_btn {
        width: 130px;
    }

    #cinesacheck .dudas,
    #cinesacheck .video {
        width: 185px;
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    #cinesacheck .dudas {
        width: 235px;
    }

    #cinesacheck .video {
        margin-left: 30px;
    }

    #cinesacheck .ch-3 .dudas, #cinesacheck .ch-4 .dudas, #cinesacheck .ch-6 .dudas {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    #cinesacheck .dudas:hover,
    #cinesacheck .video:hover {
        background-color: #7a7a7a;
    }

    #cinesacheck .dudas span,
    #cinesacheck .video span {
        left: 12px;
        top: 12px;
    }

    #cinesacheck .ch-3 .row div.ch_btn:nth-child(2) {
        margin-left: 18px;
    }


    #cinesacheck .ch-3 .atras:hover {
        background-color: #7a7a7a;
    }

    #cinesacheck .ch-4 .titulo {
        margin-bottom: 25px;
    }

    #cinesacheck .ch-4 p {
        margin-left: 40px;
    }

    #cinesacheck .ch_recaptcha {
        margin-bottom: 20px;
    }

    #cinesacheck .ch-5 ol {
        padding-left: 14px;
        list-style-position: inside;
    }

    #cinesacheck .ch-5 .instrucciones {
        margin-bottom: 40px;
    }

    #cinesacheck .ch-5 .comprar, #cinesacheck .ch-5 .comprar:hover {
        width: 181px;
        position: relative;
        bottom: 5px;
        margin-left: 19px;
    }

    #cinesacheck .ch-5 .dudas {
        position: relative;
        bottom: 8px;
    }

    #cinesacheck .ch-5 div.instrucciones {
        width: 50%;
        display: inline-block;
    }

    #cinesacheck .ch-4-5 {
        height: 80px;
        padding: 0;
    }

        #cinesacheck .ch-4-5 img {
            margin: 0 40px 0 20px;
        }

        #cinesacheck .ch-4-5 h3 {
            margin: 0;
            padding: 0;
            height: 80px;
            line-height: 80px;
            width: 400px;
        }

    #cinesacheck .ch-5 img,
    #cinesacheck .ch-7 img {
        margin: 50px 0px 50px 36px;
        width: 172px;
    }

    #cinesacheck .ch-5 .cont,
    #cinesacheck .ch-7 .cont {
        margin: 20px 0 0 60px;
        width: 55%;
    }

    #cinesacheck .ch-5 p {
        font-size: 15px;
    }

    #cinesacheck .ch-5 div > .row {
        margin: 40px 0;
    }

    #cinesacheck .ch-5 .row p {
        width: 300px;
        font-size: 12px;
    }

    #cinesacheck .ch-5 .dudas {
        margin-left: 50px;
    }

    #cinesacheck .ch-5 > .row p {
        margin: 40px 0 40px 270px;
        font-size: 15px;
    }

    #cinesacheck .ch-5 > .row .ch_btn {
        font-size: 18px;
        width: 170px;
        margin-left: 50px;
    }

    #cinesacheck .ch-6 .ch_btn {
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 .titulo {
        margin-bottom: 0px;
    }

    #cinesacheck .ch-6 .ch_recaptcha {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 p {
        margin-left: 40px;
    }

    #cinesacheck .ch-7 .ch_btn {
        margin: 30px 0 50px 0;
    }

    #cinesacheck .ch-8 > ul > li {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        width: 90%;
    }

    #cinesacheck .ch-8 li > .mas,
    #cinesacheck .ch-8 li > .menos {
        height: 30px;
        margin-left: -55px;
        width: 35px;
        background-position: 0 0;
    }

    #cinesacheck .ch-8 li.respuesta {
        height: auto;
        margin-left: 0;
        width: calc(93% + 7px);
    }

    #cinesacheck .ch-8 > ul {
        padding-bottom: 35px;
    }

        #cinesacheck .ch-8 > ul > li > ul li {
            line-height: 20px;
            margin-right: 30px;
        }

    #cinesacheck .ch-8 .titulo {
        font-size: 21px;
    }

    #cinesacheck .ch-menu ul {
        margin: 0;
        padding: 0;
    }

        #cinesacheck .ch-menu ul li {
            height: 55px;
            line-height: 55px;
            padding: 0 25px 0 65px;
            margin-right: 12px;
            font-size: 21px;
        }

            #cinesacheck .ch-menu ul li span {
                width: 35px;
                height: 35px;
                line-height: 37px;
                left: 15px;
                top: 6px;
            }

    #cinesacheck #sb-site {
        min-height: 2500px !important;
    }
    /* /CINESACHECK */
}

/* CINESACHECK 800p*/
@media all and (min-width: 800px) and (max-width: 1023px) {
    #cinesacheck article {
        text-align: left;
    }

    #cinesacheck article {
        width: calc(100% - 20px);
        margin: 0 auto 20px auto;
    }

    #cinesacheck .ch-1 img {
        margin: 47px 0px 47px 4%;
        width: 23%;
        max-width: 337px;
    }

    #cinesacheck .ch-1 {
        min-height: 400px;
    }



        #cinesacheck .ch-1 p,
        #cinesacheck .ch-4 p,
        #cinesacheck .ch-6 p {
            font-size: 22px;
            margin: 15px auto 25px auto;
            width: 90% !important;
        }

    #cinesacheck .ch_btn {
        font-size: 18px;
        width: 270px;
        height: 40px;
        line-height: 40px;
    }

    #cinesacheck .ch-1 .condiciones,
    #cinesacheck .ch-4 p,
    #cinesacheck .ch-6 p {
        margin-top: 30px;
        width: 95%;
        font-size: 15px;
    }

    #cinesacheck .ch-2 .titulo,
    #cinesacheck .ch-3 .titulo,
    #cinesacheck .ch-4 .titulo,
    #cinesacheck .ch-6 .titulo,
    #cinesacheck .ch-8 .titulo {
        font-size: 15px;
        margin: 30px 40px 10px;
    }

    #cinesacheck .ch-2 ul,
    #cinesacheck .ch-3 ul {
        margin-bottom: 30px;
        width: 80%;
    }

    #cinesacheck .ch-2 li,
    #cinesacheck .ch-3 li {
        margin: 12px 30px;
        padding-left: 20px;
        font-size: 15px;
    }

    #cinesacheck input.text {
        width: 255px;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 15px;
    }

    #cinesacheck .ch-2 input.text,
    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 input.text,
    #cinesacheck .ch-4 input.text,
    #cinesacheck .ch-4 .ch_btn,
    #cinesacheck .ch-6 input.text,
    #cinesacheck .ch-6 .ch_btn {
        margin-left: auto;
        margin-right: auto;
    }

    #cinesacheck .ch-2 .ch_btn {
        display: block;
    }

    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 .ch_btn,
    #cinesacheck .ch-4 .ch_btn {
        width: 278px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-3 .ch_btn {
        width: 130px;
    }

    #cinesacheck .ch-3 .dudas, #cinesacheck .ch-4 .dudas, #cinesacheck .ch-6 .dudas {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    #cinesacheck .dudas,
    #cinesacheck .video {
        width: 200px;
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        font-size: 16px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-2 .video {
        margin-left: 30px;
    }

    #cinesacheck .dudas span,
    #cinesacheck .video span {
        left: 12px;
        top: 12px;
    }

    #cinesacheck .ch-3 .row div.ch_btn:nth-child(2) {
        margin-left: 18px;
    }

    #cinesacheck .ch-3 .atras:hover {
        background-color: #7a7a7a;
    }

    #cinesacheck .ch-4 .titulo {
        margin-bottom: 25px;
    }

    #cinesacheck .ch-4 p {
        margin-left: 40px;
    }

    #cinesacheck .ch_recaptcha {
        margin-bottom: 20px;
    }

    #cinesacheck .ch-4-5 {
        height: 80px;
        padding: 0;
    }

        #cinesacheck .ch-4-5 img {
            margin: 0 40px 0 20px;
        }

        #cinesacheck .ch-4-5 h3 {
            margin: 0;
            padding: 0;
            height: 80px;
            line-height: 80px;
            width: 400px;
        }

    #cinesacheck .ch-5 img,
    #cinesacheck .ch-7 img {
        margin: 50px 0px 50px 36px;
        width: 172px;
    }

    #cinesacheck .ch-5 .cont,
    #cinesacheck .ch-7 .cont {
        margin: 20px 0 0 60px;
        width: 55%;
    }

    #cinesacheck .ch-5 p {
        font-size: 15px;
    }

    #cinesacheck .ch-5 .cont {
        width: 63%;
    }

    #cinesacheck .ch-5 ol {
        padding-left: 14px;
    }

    #cinesacheck .ch-5 .instrucciones {
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 78%;
    }

    #cinesacheck .ch-5 .comprar {
        position: relative;
        bottom: 5px;
        margin-left: 35px;
    }

    #cinesacheck .ch-5 div > .row {
        margin: 40px 0;
        width: 100%;
    }

    #cinesacheck .ch-5 .row p {
        width: 300px;
        font-size: 12px;
    }

    #cinesacheck .ch-5 > .row p {
        margin: 40px 0 40px 270px;
        font-size: 15px;
    }

    #cinesacheck .ch-5 > .row .ch_btn {
        font-size: 18px;
        width: 170px;
        margin-left: 7px;
    }

    #cinesacheck .ch-6 .ch_btn {
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 .titulo {
        margin-bottom: 0px;
    }

    #cinesacheck .ch-6 .ch_recaptcha {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 p {
        margin-left: 40px;
    }

    #cinesacheck .ch-7 .ch_btn {
        margin: 30px 0 50px 0;
    }

    #cinesacheck .ch-8 > ul > li {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        width: 90%;
    }

    #cinesacheck .ch-8 li > .mas,
    #cinesacheck .ch-8 li > .menos {
        height: 30px;
        margin-left: -55px;
        width: 35px;
        background-position: 0 0;
    }

    #cinesacheck .ch-8 li.respuesta {
        height: auto;
        margin-left: 0;
        width: calc(93% + 7px);
    }

    #cinesacheck .ch-8 > ul {
        padding-bottom: 35px;
    }

        #cinesacheck .ch-8 > ul > li > ul li {
            line-height: 20px;
            margin-right: 30px;
        }

    #cinesacheck .ch-8 .titulo {
        font-size: 21px;
    }

    #cinesacheck .ch-menu ul {
        margin: 0;
        padding: 0;
    }

        #cinesacheck .ch-menu ul li {
            height: 55px;
            line-height: 55px;
            padding: 0 25px 0 65px;
            margin-right: 12px;
            font-size: 21px;
        }

            #cinesacheck .ch-menu ul li span {
                width: 35px;
                height: 35px;
                line-height: 37px;
                left: 15px;
                top: 6px;
            }

    #cinesacheck #sb-site {
        min-height: 2500px !important;
    }

    #cinesacheck .ch-5 ol {
        padding-left: 14px;
        margin-left: 96px;
    }

    #cinesacheck .ch-5 .comprar {
        margin-bottom: 20px;
    }

    #cinesacheck .ch-5 .dudas {
        margin: 20px auto;
    }
}

/* CINESACHECK 768p*/
@media all and (min-width: 768px) and (max-width: 799px) {
    #cinesacheck article {
        text-align: left;
    }

    #cinesacheck article {
        width: calc(100% - 20px);
        margin: 0 auto 20px auto;
    }

    #cinesacheck .ch-1 img {
        margin: 47px 0px 47px 4%;
        width: 23%;
        max-width: 337px;
    }

    #cinesacheck .ch-1 {
        min-height: 400px;
    }

        #cinesacheck .ch-1 p,
        #cinesacheck .ch-4 p,
        #cinesacheck .ch-6 p {
            font-size: 22px;
            margin: 15px auto 25px auto;
            width: 88% !important;
        }

    #cinesacheck .ch_btn {
        font-size: 18px;
        width: 270px;
        height: 40px;
        line-height: 40px;
    }

    #cinesacheck .ch-1 .condiciones,
    #cinesacheck .ch-4 p,
    #cinesacheck .ch-6 p {
        margin-top: 30px;
        width: 95%;
        font-size: 15px;
    }

    #cinesacheck .ch-2 .titulo,
    #cinesacheck .ch-3 .titulo,
    #cinesacheck .ch-4 .titulo,
    #cinesacheck .ch-6 .titulo,
    #cinesacheck .ch-8 .titulo {
        font-size: 15px;
        margin: 30px 40px 10px;
    }

    #cinesacheck .ch-2 ul,
    #cinesacheck .ch-3 ul {
        margin-bottom: 30px;
        width: 84%;
    }

    #cinesacheck .ch-2 li,
    #cinesacheck .ch-3 li {
        margin: 12px 30px;
        padding-left: 20px;
        font-size: 15px;
    }

    #cinesacheck input.text {
        width: 255px;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 15px;
    }

    #cinesacheck .ch-2 input.text,
    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 input.text,
    #cinesacheck .ch-4 input.text,
    #cinesacheck .ch-4 .ch_btn,
    #cinesacheck .ch-6 input.text,
    #cinesacheck .ch-6 .ch_btn {
        margin-left: auto;
        margin-right: auto;
    }

    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 .ch_btn,
    #cinesacheck .ch-4 .ch_btn {
        width: 278px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-3 .ch_btn {
        width: 130px;
    }

    #cinesacheck .dudas,
    #cinesacheck .video {
        width: 195px;
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    #cinesacheck .ch-2 .ch_btn {
        display: block;
    }

    #cinesacheck .ch-2 .video {
        margin-left: 15px;
    }

    #cinesacheck .dudas span,
    #cinesacheck .video span {
        left: 12px;
        top: 12px;
    }

    #cinesacheck .ch-3 .row div.ch_btn:nth-child(2) {
        margin-left: 18px;
    }

    #cinesacheck .ch-3 .dudas, #cinesacheck .ch-4 .dudas, #cinesacheck .ch-6 .dudas {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }



    #cinesacheck .ch-3 .atras:hover {
        background-color: #7a7a7a;
    }

    #cinesacheck .ch-4 .titulo {
        margin-bottom: 25px;
    }

    #cinesacheck .ch-4 p {
        margin-left: 40px;
    }

    #cinesacheck .ch_recaptcha {
        margin-bottom: 20px;
    }

    #cinesacheck .ch-4-5 {
        height: 80px;
        padding: 0;
    }

        #cinesacheck .ch-4-5 img {
            margin: 0 40px 0 20px;
        }

        #cinesacheck .ch-4-5 h3 {
            margin: 0;
            padding: 0;
            height: 80px;
            line-height: 80px;
            width: 400px;
        }

    #cinesacheck .ch-5 div.instrucciones {
        margin-left: auto;
        margin-right: auto;
        width: 85%;
    }

    #cinesacheck .ch-5 ol {
        padding-left: 14px;
    }

    #cinesacheck .ch-5 .comprar {
        position: relative;
        bottom: 5px;
        margin-left: 35px;
    }

    #cinesacheck .ch-5 .instrucciones {
        margin-bottom: 40px;
    }

    #cinesacheck .ch-5 img,
    #cinesacheck .ch-7 img {
        margin: 50px 0px 50px 36px;
        width: 172px;
    }

    #cinesacheck .ch-5 .cont,
    #cinesacheck .ch-7 .cont {
        margin: 20px 0 0 60px;
        width: 55%;
    }

    #cinesacheck .ch-5 p {
        font-size: 15px;
    }

    #cinesacheck .ch-5 .cont {
        width: 63%;
    }

    #cinesacheck .ch-5 div > .row {
        margin: 40px 0;
        width: 100%;
    }

    #cinesacheck .ch-5 .row p {
        width: 300px;
        font-size: 12px;
    }

    #cinesacheck .ch-5 > .row p {
        margin: 40px 0 40px 270px;
        font-size: 15px;
    }

    #cinesacheck .ch-5 > .row .ch_btn {
        font-size: 18px;
        width: 170px;
        margin-left: -12px;
    }

    #cinesacheck .ch-6 .ch_btn {
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 .titulo {
        margin-bottom: 0px;
    }

    #cinesacheck .ch-6 .ch_recaptcha {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 p {
        margin-left: 40px;
    }

    #cinesacheck .ch-7 .ch_btn {
        margin: 30px 0 50px 0;
    }

    #cinesacheck .ch-8 > ul > li {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        width: 90%;
    }

    #cinesacheck .ch-8 li > .mas,
    #cinesacheck .ch-8 li > .menos {
        height: 30px;
        margin-left: -55px;
        width: 35px;
        background-position: 0 0;
    }

    #cinesacheck .ch-8 li.respuesta {
        height: auto;
        margin-left: 0;
        width: calc(93% + 7px);
    }

    #cinesacheck .ch-8 > ul {
        padding-bottom: 35px;
    }

        #cinesacheck .ch-8 > ul > li > ul li {
            line-height: 20px;
            margin-right: 30px;
        }

    #cinesacheck .ch-8 .titulo {
        font-size: 21px;
    }

    #cinesacheck .ch-menu ul {
        margin: 0;
        padding: 0;
    }

        #cinesacheck .ch-menu ul li {
            height: 55px;
            line-height: 55px;
            padding: 0 20px 0 60px;
            margin-right: 12px;
            font-size: 21px;
        }

            #cinesacheck .ch-menu ul li span {
                width: 35px;
                height: 35px;
                line-height: 37px;
                left: 15px;
                top: 6px;
            }

    #cinesacheck .ch-5 ol {
        padding-left: 14px;
        margin-left: 96px;
    }

    #cinesacheck .ch-5 .comprar {
        margin-bottom: 20px;
    }

    #cinesacheck .ch-5 .dudas {
        margin: 20px auto;
    }
}

/* CINESACHECK 640p*/
@media all and (min-width: 640px) and (max-width: 767px) {
    #cinesacheck article {
        text-align: left;
    }

    #cinesacheck article {
        width: calc(100% - 20px);
        margin: 0 auto 20px auto;
    }

    #cinesacheck .ch-1 img {
        margin: 47px 0px 47px 4%;
        width: 23%;
        max-width: 337px;
    }

    #cinesacheck .ch-1 {
        min-height: 580px;
    }



    #cinesacheck .ch-2 ul, #cinesacheck .ch-3 ul {
        margin-bottom: 30px;
        width: 88%;
    }

    #cinesacheck .ch-1 p,
    #cinesacheck .ch-4 p,
    #cinesacheck .ch-6 p {
        font-size: 22px;
        margin: 15px auto 25px auto;
        width: 88% !important;
    }

    #cinesacheck .ch_btn {
        font-size: 17px;
        width: 270px;
        height: 40px;
        line-height: 40px;
    }

    #cinesacheck .ch-5 .comprar {
        width: 200px;
        margin-left: 65px;
        position: relative;
        bottom: 3px;
    }

    #cinesacheck .ch-5 .instrucciones {
        margin-bottom: 40px;
    }

    #cinesacheck .ch-1 .condiciones,
    #cinesacheck .ch-4 p,
    #cinesacheck .ch-6 p {
        margin-top: 30px;
        width: 95%;
        font-size: 21px;
    }

    #cinesacheck .ch-2 .titulo,
    #cinesacheck .ch-3 .titulo,
    #cinesacheck .ch-4 .titulo,
    #cinesacheck .ch-6 .titulo,
    #cinesacheck .ch-8 .titulo {
        font-size: 21px;
        margin: 30px 40px 10px;
    }

    #cinesacheck .ch-2 ul,
    #cinesacheck .ch-3 ul {
        margin-bottom: 30px;
    }

    #cinesacheck .ch-2 li,
    #cinesacheck .ch-3 li {
        width: 80%;
        margin: 12px 30px;
        padding-left: 20px;
        font-size: 21px;
    }



    #cinesacheck input.text {
        width: 255px;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 21px;
    }

    #cinesacheck .ch-2 input.text,
    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 input.text,
    #cinesacheck .ch-4 input.text,
    #cinesacheck .ch-4 .ch_btn,
    #cinesacheck .ch-6 input.text,
    #cinesacheck .ch-6 .ch_btn {
        margin-left: auto;
        margin-right: auto;
    }

    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 .ch_btn,
    #cinesacheck .ch-4 .ch_btn {
        width: 278px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-2 .row {
        position: relative;
        min-height: 130px;
    }

    #cinesacheck .ch-2 .ch_btn {
        display: block;
    }

    #cinesacheck .ch-3 .ch_btn {
        width: 130px;
    }

    #cinesacheck .dudas,
    #cinesacheck .video {
        width: 145px;
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        font-size: 14px;
    }

    #cinesacheck .dudas {
        width: 170px;
    }

        #cinesacheck .dudas span,
        #cinesacheck .video span {
            left: 12px;
            top: 12px;
        }

    #cinesacheck .ch-3 .row div.ch_btn:nth-child(2) {
        margin-left: 18px;
    }

    #cinesacheck .ch-3 .dudas,
    #cinesacheck .ch-4 .dudas,
    #cinesacheck .ch-6 .dudas {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-4 .titulo {
        margin-bottom: 25px;
    }

    #cinesacheck .ch-4 p {
        margin-left: 40px;
    }

    #cinesacheck .ch-4 .text {
        width: 350px;
        margin-left: calc(50% - 175px) !important;
    }

    #cinesacheck .ch_recaptcha {
        margin-bottom: 20px;
    }

    #cinesacheck .ch-4-5 {
        height: 80px;
        padding: 0;
    }

        #cinesacheck .ch-4-5 img {
            margin: 0 40px 0 0px;
        }

        #cinesacheck .ch-4-5 h3 {
            margin: 0;
            padding: 0;
            height: 80px;
            line-height: 80px;
            width: 350px;
        }

    #cinesacheck .ch-5 img,
    #cinesacheck .ch-7 img {
        margin: 50px 0px 50px 26px;
        width: 122px;
    }

    #cinesacheck .ch-5 .cont,
    #cinesacheck .ch-7 .cont {
        margin: 20px 0 0 20px;
        width: 65%;
    }

    #cinesacheck .ch-5 p {
        font-size: 21px;
    }

    #cinesacheck .ch-5 .cont {
        width: 70%;
    }

    #cinesacheck .ch-5 div > .row {
        margin: 40px 0;
        width: 100%;
    }

    #cinesacheck .ch-5 .row p {
        font-size: 16px;
    }

    #cinesacheck .ch-5 > .row p {
        margin: 40px 0 40px 60px;
        font-size: 18px;
    }

    #cinesacheck .ch-5 > .row .ch_btn {
        font-size: 22px;
        width: 200px;
        margin-left: 20px;
    }

    #cinesacheck .ch-6 .ch_btn {
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 .titulo {
        margin-bottom: 0px;
    }

    #cinesacheck .ch-6 .ch_recaptcha {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 p {
        margin-left: 40px;
    }

    #cinesacheck .ch-7 .cont p {
        font-size: 21px;
    }

    #cinesacheck .ch-7 .ch_btn {
        margin: 30px 0 50px 0;
        width: 350px;
    }

    #cinesacheck .ch-8 > ul > li {
        font-size: 21px;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        width: 90%;
    }

    #cinesacheck .ch-8 li > .mas,
    #cinesacheck .ch-8 li > .menos {
        height: 30px;
        margin-left: -55px;
        width: 35px;
        background-position: 0 0;
    }

    #cinesacheck .ch-8 li.pregunta {
        width: 87%;
    }

        #cinesacheck .ch-8 li.pregunta .pregunta {
            width: 500px;
            position: relative;
            display: inline-block;
        }

    #cinesacheck .ch-8 li.respuesta {
        height: auto;
        margin-left: 0;
        width: calc(93% + 7px);
        font-size: 18px;
    }

    #cinesacheck .ch-8 > ul {
        padding-bottom: 35px;
    }

        #cinesacheck .ch-8 > ul > li > ul li {
            line-height: 20px;
            margin-right: 30px;
        }

    #cinesacheck .ch-8 .titulo {
        font-size: 21px;
    }

    #cinesacheck .ch-menu ul {
        margin: 0;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

        #cinesacheck .ch-menu ul li {
            height: 55px;
            line-height: 55px;
            padding: 0 25px 0 65px;
            margin-right: 12px;
            font-size: 27px;
            display: none;
        }

            #cinesacheck .ch-menu ul li.selected {
                display: inline-block;
            }

            #cinesacheck .ch-menu ul li span {
                width: 35px;
                height: 35px;
                line-height: 37px;
                left: 15px;
                top: 6px;
            }

    #cinesacheck #sb-site {
        min-height: 2500px !important;
    }

    #cinesacheck .smsError {
        margin-left: 25%;
    }

    #cinesacheck .formerror {
        margin-left: 175px;
    }

    #cinesacheck #smsErrorLit {
        margin-left: 135px;
    }

    #cinesacheck .ch-5 ol {
        padding-left: 14px;
        margin-left: 98px;
    }

    #cinesacheck .ch-5 .comprar {
        margin-bottom: 20px;
    }

    #cinesacheck .ch-5 .dudas {
        margin: 20px auto;
    }
}

/* CINESACHECK 480p*/
@media all and (max-width: 639px) {
    /* CINESACHECK 480p*/
    #cinesacheck article {
        text-align: left;
    }

    #cinesacheck article {
        width: calc(100% - 20px);
        margin: 0 auto 20px auto;
    }

    #cinesacheck .ch-1 img {
        display: none;
    }

    #cinesacheck .ch-1 {
        min-height: 580px;
    }

        #cinesacheck .ch-1 > div {
            width: 100%;
        }



        #cinesacheck .ch-1 p,
        #cinesacheck .ch-4 p,
        #cinesacheck .ch-6 p {
            font-size: 22px;
            margin: 15px auto 25px auto;
            width: 88% !important;
        }

    #cinesacheck .ch_btn {
        font-size: 19px;
        width: 270px;
        height: 40px;
        line-height: 40px;
    }

    #cinesacheck .ch-1 .condiciones,
    #cinesacheck .ch-4 p,
    #cinesacheck .ch-6 p {
        margin-top: 30px;
        width: 95%;
        font-size: 21px;
    }

    #cinesacheck .ch-2 .titulo,
    #cinesacheck .ch-3 .titulo,
    #cinesacheck .ch-4 .titulo,
    #cinesacheck .ch-6 .titulo,
    #cinesacheck .ch-8 .titulo {
        font-size: 21px;
        margin: 30px 20px 10px;
    }

    #cinesacheck .ch-2 ul,
    #cinesacheck .ch-3 ul {
        margin-bottom: 30px;
        width: 88%;
    }

    #cinesacheck .ch-2 li,
    #cinesacheck .ch-3 li {
        width: 85%;
        margin: 12px 10px;
        padding-left: 20px;
        font-size: 21px;
    }

    #cinesacheck input.text {
        width: 255px;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 21px;
    }

    #cinesacheck .ch-2 input.text,
    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 input.text,
    #cinesacheck .ch-4 input.text,
    #cinesacheck .ch-6 input.text,
    #cinesacheck .ch-6 .ch_btn {
        margin-left: auto;
        margin-right: auto;
    }

    #cinesacheck .ch-2 .ch_btn,
    #cinesacheck .ch-3 .ch_btn,
    #cinesacheck .ch-4 .ch_btn {
        width: 278px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-2 .row {
        position: relative;
        min-height: 180px;
    }

    #cinesacheck .ch-2 .ch_btn {
        display: block;
    }

    #cinesacheck .ch-3 .ch_btn {
        width: 130px;
    }

    #cinesacheck .dudas,
    #cinesacheck .video {
        width: 170px;
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        font-size: 15px;
        margin-bottom: 20px;
    }

    #cinesacheck .dudas {
        width: 170px;
    }

        #cinesacheck .dudas span,
        #cinesacheck .video span {
            left: 12px;
            top: 12px;
        }

    #cinesacheck .ch-3 .row div.ch_btn:nth-child(2) {
        margin-left: 18px;
    }

    #cinesacheck .ch-3 .dudas,
    #cinesacheck .ch-4 .dudas,
    #cinesacheck .ch-6 .dudas {
        margin-bottom: 30px;
    }

    #cinesacheck .ch-4 .titulo {
        margin-bottom: 25px;
    }

    #cinesacheck .ch-4 p {
        margin-left: 40px;
    }

    #cinesacheck .ch-4 .text {
        width: 350px;
        margin-left: calc(50% - 175px) !important;
    }

    #cinesacheck .ch_recaptcha {
        margin-bottom: 20px;
    }

    #cinesacheck .ch-4-5 {
        height: 61px;
        padding: 0;
    }

        #cinesacheck .ch-4-5 img {
            margin: 0 20px 0 0px;
            width: 150px;
        }

        #cinesacheck .ch-4-5 h3 {
            margin: 0;
            padding: 0;
            height: 61px;
            line-height: 61px;
            width: 260px;
            font-size: 40px;
        }

    #cinesacheck .ch-5 img,
    #cinesacheck .ch-7 img {
        display: none;
    }

    #cinesacheck .ch-5 .cont,
    #cinesacheck .ch-7 .cont {
        margin: 20px 0 0 20px;
        width: 85%;
    }

    #cinesacheck .ch-5 .canjear {
        width: 450px;
    }

    #cinesacheck .ch-5 p {
        font-size: 20px;
    }

    #cinesacheck .ch-5 .cont {
        width: 92%;
    }

    #cinesacheck .ch-5 div > .row {
        margin: 40px 0;
        width: 100%;
    }

    #cinesacheck .ch-5 .row p {
        font-size: 16px;
    }

    #cinesacheck .ch-5 .dudas {
        margin: 20px auto;
    }

    #cinesacheck .ch-5 > .row p {
        margin: 40px 0 20px 20px;
        font-size: 18px;
    }

    #cinesacheck .ch-5 > .row .ch_btn {
        font-size: 22px;
        width: 200px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    #cinesacheck .ch-6 .ch_btn {
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 .titulo {
        margin-bottom: 0px;
    }

    #cinesacheck .ch-6 .ch_recaptcha {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #cinesacheck .ch-6 p {
        margin-left: 40px;
    }

    #cinesacheck .ch-7 .cont p {
        font-size: 21px;
    }

    #cinesacheck .ch-7 .ch_btn {
        margin: 30px 0 50px 0;
        width: 350px;
    }

    #cinesacheck .ch-8 > ul > li {
        font-size: 21px;
        line-height: 30px;
        margin: 0 0 10px 45px;
        padding-left: 10px;
        width: 90%;
    }

    #cinesacheck .ch-8 li > .mas,
    #cinesacheck .ch-8 li > .menos {
        height: 30px;
        margin-left: -55px;
        width: 35px;
        background-position: 0 0;
    }

    #cinesacheck .ch-8 li.pregunta {
        width: 85%;
    }

        #cinesacheck .ch-8 li.pregunta .pregunta {
            width: 340px;
            position: relative;
            display: inline-block;
        }

    #cinesacheck .ch-8 li.respuesta {
        height: auto;
        margin-left: 0;
        width: calc(93% + 7px);
        font-size: 18px;
    }

    #cinesacheck .ch-8 > ul {
        padding-bottom: 35px;
    }

        #cinesacheck .ch-8 > ul > li > ul li {
            line-height: 20px;
            margin-right: 30px;
        }

    #cinesacheck .ch-8 .titulo {
        font-size: 21px;
    }

    #cinesacheck .ch-menu ul {
        margin: 0;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

        #cinesacheck .ch-menu ul li {
            height: 55px;
            line-height: 55px;
            padding: 0 25px 0 65px;
            margin-right: 12px;
            font-size: 27px;
            display: none;
        }

            #cinesacheck .ch-menu ul li.selected {
                display: inline-block;
            }

            #cinesacheck .ch-menu ul li span {
                width: 35px;
                height: 35px;
                line-height: 37px;
                left: 15px;
                top: 6px;
            }

    #cinesacheck #sb-site {
        min-height: 2500px !important;
    }

    #cinesacheck .formerror {
        margin-left: 90px;
        width: 330px;
    }

    #cinesacheck #smsErrorLit {
        margin-left: 50px;
    }

    #cinesacheck .ch-5 ol {
        padding-left: 14px;
        margin-left: 23px;
    }

    #cinesacheck .ch-5 .codigo,
    #cinesacheck .ch-5 .comprar {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #cinesacheck .ch-5 .instrucciones {
        margin-bottom: 40px;
    }

    #cinesacheck .ch-5 .canjear-online h5 {
        width: 370px;
        text-align: left;
        margin-top: 25px;
    }

    #cinesacheck .ch-5 .comprar {
        margin-bottom: 20px;
    }

    /* /CINESACHECK */
}

/*
  Player Skin Designer for Video.js
  http://videojs.com

  To customize the player skin edit 
  the CSS below. Click "details" 
  below to add comments or questions.
  This file uses some SCSS. Learn more  
  at http://sass-lang.com/guide)

  This designer can be linked to at:
  http://codepen.io/heff/pen/EarCt/left/?editors=010
*/
.video-js {
    /* The base font size controls the size of everything, not just text.
     All dimensions use em-based sizes so that the scale along with the font size.
     Try increasing it to 15px and see what happens. */
    font-size: 10px;
    /* The main font color changes the ICON COLORS as well as the text */
    color: #fff;
}

    /* The "Big Play Button" is the play button that shows before the video plays.
   To center it set the align values to center and middle. The typical location
   of the button is the center, but there is trend towards moving it to a corner
   where it gets out of the way of valuable content in the poster image.*/
    .video-js .vjs-big-play-button {
        /* The font size is what makes the big play button...big. 
     All width/height values use ems, which are a multiple of the font size.
     If the .video-js font-size is 10px, then 3em equals 30px.*/
        font-size: 3em;
        /* We're using SCSS vars here because the values are used in multiple places.
     Now that font size is set, the following em values will be a multiple of the
     new font size. If the font-size is 3em (30px), then setting any of
     the following values to 3em would equal 30px. 3 * font-size. */
        /* 1.5em = 45px default */
        line-height: 1.5em;
        height: 1.5em;
        width: 3em;
        /* 0.06666em = 2px default */
        border: 0.06666em solid #fff;
        /* 0.3em = 9px default */
        border-radius: 0.3em;
        /* Align center */
        left: 50%;
        top: 50%;
        margin-left: -1.5em;
        margin-top: -0.75em;
    }

    /* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
    .video-js .vjs-control-bar,
    .video-js .vjs-big-play-button,
    .video-js .vjs-menu-button .vjs-menu-content {
        /* IE8 - has no alpha support */
        background-color: #2B333F;
        /* Opacity: 1.0 = 100%, 0.0 = 0% */
        background-color: rgba(43, 51, 63, 0.7);
    }

    /* Slider - used for Volume bar and Progress bar */
    .video-js .vjs-slider {
        background-color: #73859f;
        background-color: rgba(115, 133, 159, 0.5);
    }

    /* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
    .video-js .vjs-volume-level,
    .video-js .vjs-play-progress,
    .video-js .vjs-slider-bar {
        background: #fff;
    }

    /* The main progress bar also has a bar that shows how much has been loaded. */
    .video-js .vjs-load-progress {
        /* For IE8 we'll lighten the color */
        background: ligthen(#73859f, 25%);
        /* Otherwise we'll rely on stacked opacities */
        background: rgba(115, 133, 159, 0.5);
    }

        /* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
        .video-js .vjs-load-progress div {
            /* For IE8 we'll lighten the color */
            background: ligthen(#73859f, 50%);
            /* Otherwise we'll rely on stacked opacities */
            background: rgba(115, 133, 159, 0.75);
        }

.skipbutton {
    position: relative;
    top: -68px;
    padding: 10px 20px;
    z-index: 1111;
    background: #000000;
    color: #ffffff;
}

/* ==========================================================================
    SOLO PARA POPUP PREESTRENO
   ========================================================================== */

#cinesacard .puntos .div-2 {
    padding: 20px 15px;
}

    #cinesacard .puntos .div-2 h4, #cinesacard .puntos .div-2 ul, #cinesacard .puntos .div-2 li {
        margin: 0;
        padding: 0;
    }

    #cinesacard .puntos .div-2 * {
        font-family: "Trebuchet MS";
        color: #666666;
        font-size: 15px;
    }

    #cinesacard .puntos .div-2 > div {
        position: relative;
        display: block;
        margin-bottom: 20px;
        text-align: left;
    }

    #cinesacard .puntos .div-2 .col-1 h4 {
        background-color: #e8e8e8;
        font-size: 15px;
        padding-left: 5px;
        line-height: 35px;
        color: #0e99fe;
        width: auto;
        margin-bottom: 20px;
    }

#cinesacard .div-2 .col-1 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 52px;
    border: 1px solid #eeeeee;
    margin-bottom: 5px;
    line-height: 52px;
    padding: 0 15px;
    text-align: left;
    width: 150px;
}

#cinesacard .puntos .div-2 .col-1 span.puntosganados {
    background-color: #0e99fe;
    border-color: #0e99fe;
    color: #ffffff;
    margin-left: 5px;
    text-align: center;
    font-size: 22px;
    width: auto;
}

#cinesacard .puntos .div-2 .col-2 * {
    font-size: 12px;
    margin-bottom: 8px;
    position: relative;
}

#cinesacard .puntos .div-2 .col-2 .tit {
    border-bottom: 1px solid #666666;
    width: auto;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px !important;
    background: none !important;
}

    #cinesacard .puntos .div-2 .col-2 .tit.compra {
        border-color: #0e99fe;
    }

#cinesacard .puntos .div-2 .col-2 li.general, #cinesacard .puntos .div-2 .col-2 li.compra {
    padding-left: 20px;
    background: url("../img/li_gris.png") no-repeat 10px 7px;
}

#cinesacard .puntos .div-2 .col-2 li.compra {
    background: url(../img/li_azul.png) no-repeat 10px 7px;
}

#cinesacard .puntos .div-2 a {
    color: #0E99FE;
    text-decoration: underline;
    margin-top: 25px;
    position: relative;
    display: inline-block;
}

@media all and (max-width:921px) {
    #cinesacard .div-2 .col-1 span:nth-child(2) {
        display: none !important;
    }
}

/*EVENTOS EMPRESA*/
#eventos main nav ul li.eventos_empresa {
    width: 198px;
    background: #004b84;
    color: #FFFFFF;
    text-align: left;
    margin-right: 0px;
}

    #eventos main nav ul li.eventos_empresa:hover {
        background: #004b84;
        color: #FFFFFF;
    }

#eventos main nav li.eventos_empresa a {
    padding-left: 7px;
}

    #eventos main nav li.eventos_empresa a > img {
        padding-left: 7px;
    }

@media all and (min-width: 800px) and (max-width: 1023px) {
    #eventos main nav ul li.eventos_empresa {
        width: 207px;
    }
}

@media all and (max-width: 850px) {
    #eventos main nav ul li.eventos_empresa {
        width: 132px;
    }

    #eventos main nav li.eventos_empresa a > img {
        display: none;
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    #ma_resumen aside #lateralcinesauser {
        width: 232px;
    }

        #ma_resumen aside #lateralcinesauser img {
            width: 100%;
        }
}

@media all and (max-width:767px) {
    #ma_resumen aside {
        display: block !important;
        margin-bottom: 15px;
    }

        #ma_resumen aside .tucuenta {
            display: none;
        }
}

.calificacion_32, .calificacion_37 {
    margin-left: 32px;
}

    .calificacion_32:before, .calificacion_37:before {
        content: "";
        background-color: #ffffff !important;
        background-image: url("../img/PICTOGRAMES.png");
        background-repeat: no-repeat;
        display: inline-block;
        height: 27px;
        padding: 0 !important;
        width: 23px;
        margin-left: -30px;
        background-position: 0 0;
    }

    .calificacion_37:before {
        background-position: -23px 0;
    }

.inputNok, .radiobox.inputNok .rb_selected {
    outline: 1px solid red;
}

.radiobox.inputNok {
    outline: none;
}

.anim-input-field.inputNok {
    outline: none;
}

/* ==========================================================================
    REDISEÑO FICHA CINE
   ========================================================================== */
/*FONTFACES*/
@font-face {
    font-family: 'din';
    src: url('fonts/DINEngschriftStd.eot');
    src: url('fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'), url('fonts/DINEngschriftStd.woff') format('woff'), url('fonts/DINEngschriftStd.ttf') format('truetype'), url('fonts/DINEngschriftStd.svg#dinengschriftstd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "hn";
    src: url('fonts/helveticaneue.eot');
    src: url('fonts/helveticaneue.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneue.woff') format('woff'), url('fonts/helveticaneue.ttf') format('truetype'), url('fonts/helveticaneue.svg#HelveticaNeue') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "hnlt";
    src: url('fonts/HelveticaNeueLTCom-Lt.eot');
    src: url('fonts/HelveticaNeueLTCom-Lt.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTCom-Lt.woff') format('woff'), url('fonts/HelveticaNeueLTCom-Lt.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-Lt.svg#HelveticaNeueLTCom-Lt') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "hnmd";
    src: url('fonts/HelveticaNeueLTCom-Md.eot');
    src: url('fonts/HelveticaNeueLTCom-Md.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTCom-Md.woff') format('woff'), url('fonts/HelveticaNeueLTCom-Md.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-Md.svg#HelveticaNeueLTCom-Md') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "hnro";
    src: url('fonts/HelveticaNeueLTCom-Roman.eot');
    src: url('fonts/HelveticaNeueLTCom-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTCom-Roman.woff') format('woff'), url('fonts/HelveticaNeueLTCom-Roman.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-Roman.svg#HelveticaNeueLTCom-Roman') format('svg');
    font-style: normal;
    font-weight: normal;
}


#ficha_cine div#info_cine {
    background: #FFFFFF;
    padding: 16px;
    margin-bottom: 70px;
}



#ficha_cine .radiobox .rb_selected, #ficha_pelicula .radiobox .rb_selected, #ficha_eventos article .radiobox .rb_selected {
    box-shadow: none;
    color: #08262C;
    font-family: "hn";
    font-size: 21px;
    background: #eaeaea;
    border: none;
}

#ficha_pelicula .radiobox .rb_selected, #ficha_eventos article .radiobox .rb_selected {
    background: #ffffff;
    font-size: 21px;
}

#ficha_cine .radiobox label, #ficha_pelicula .radiobox label, #ficha_eventos article .radiobox label {
    font-size: 19px;
}

#ficha_cine .seleccionardia .radiobox .rb_selected, #ficha_pelicula .seleccionardia .radiobox .rb_selected {
    font-size: 15px;
    font-family: "hn";
    padding: 0 0 0 60px;
}

#ficha_cine .container_rb {
    width: 370px;
    margin-bottom: 10px;
}

#ficha_cine .seleccionardia > .container_rb {
    margin: 0;
    width: 305px;
}

#ficha_cine .horarios .golfa {
    width: auto;
    margin: 10px 0 0 10px;
    font-family: "hn";
}

#ficha_eventos .radiobox .rb_selected .rb_ico {
    height: 40px;
    width: 40px;
}

#ficha_eventos article .radiobox .rb_selected, #ficha_eventos .radiobox.open .rb {
    line-height: 40px;
    height: 40px;
}

#ficha_eventos .radiobox.rb_star .rb_starfav {
    top: 8px;
}


#ficha_cine .seleccionardia .radiobox .rb_selected .rb_ico {
    height: 40px;
}

/*MAPS - IMPRIMIR - FAVORITO*/
#ficha_cine .select_cinefav .maps {
    width: 42px;
    height: 42px;
    background: #ffffff url("../img/geo_cine.png") no-repeat center;
    cursor: pointer;
    float: right;
    /*ELIMINAR*/
    box-shadow: none;
}

#ficha_cine .select_cinefav .print_btn {
    background: url("../img/print_cine.png") no-repeat center #ffffff;
    cursor: pointer;
    height: 42px;
    width: 42px;
    margin-left: 35px;
    float: right;
    /*ELIMINAR*/
    box-shadow: none;
}

#ficha_cine .starfav {
    background: url("../img/new_stars.png") no-repeat center #ffffff;
    cursor: pointer;
    height: 42px;
    width: 30px;
    margin-left: 35px;
    margin-right: 17px;
    float: right;
}

    #ficha_cine .starfav.rb_fav {
        background-position: -38px center;
    }

    #ficha_cine .starfav.rb_nofav {
        background-position: 0px center;
    }

.select_cinefav .field {
    width: 460px;
}
/*PROMOS CINE*/

#ficha_cine .promo_movil {
    display: none;
}

#ficha_cine article.cine_promos {
    text-align: center;
    margin-bottom: 30px;
}

#ficha_cine div.cine_promos {
    margin-bottom: 19px;
    height: 193px;
    overflow: hidden;
}

    .skin #ficha_cine div.cine_promos.mas, #ficha_cine div.cine_promos.mas {
        height: auto;
        margin-bottom: 10px;
    }

    #ficha_cine div.cine_promos img {
        width: 48%;
        max-width: 444px;
        margin-bottom: 20px;
    }

#ficha_cine article.cine_promos a:nth-child(odd) {
    margin-right: 18px;
}

#ficha_cine article.cine_promos > span#mas_promos,
#ficha_cine article.cine_promos > a > span.promo_movil {
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    color: #08262C;
    cursor: pointer;
    text-decoration: underline;
}

/*HORARIOS*/
#ficha_cine li.pelicula.close {
    display: none;
}

#ficha_cine ul.destacado.close {
    padding-bottom: 0px;
}

    #ficha_cine ul.destacado.close > li.destacado {
        margin-bottom: 0px;
    }

#ficha_cine #dia_peliculas.close,
#ficha_cine #horario_peliculas.close,
#ficha_cine #horario_eventos.close {
    display: none;
}

.horarios {
    width: 100%;
}

    article.horarios,
    .horarios ul {
        margin-bottom: 0px !important;
    }

        article.horarios[data-id=eventodestacado] {
            margin-bottom: 18px !important;
        }

        article.horarios[data-id=anticipada] {
            margin-bottom: 5px !important;
        }

#ficha_cine ul.destacado {
    width: 100%;
}

#ficha_cine .horarios ul.destacado li.destacado p {
    font-family: "hnmd";
    font-size: 20px;
    color: #08262C;
    margin: 0;
    text-align: left;
    padding-left: 23px;
    display: inline-block;
    height: 41px;
    line-height: 41px;
}

.horarios ul.destacado li.destacado {
    text-align: left;
    margin-bottom: 5px;
}

.horarios ul.evento.destacado {
    border-color: #fba300;
}

.horarios ul.destacado li.destacado {
    background: #FFDD00;
}

.horarios ul.destacado {
    border: none;
}

#ficha_cine div.horarios_cerrar {
    display: none;
}

#ficha_cine ul.destacado.evento div.horarios_cerrar {
    background: url("../img/eventos.png") no-repeat top left;
}

.horarios ul.destacado .peli_info > a {
    width: 186px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #ffdf0f;
    border-radius: 4px;
    position: absolute;
    right: 0;
    margin-top: 9px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}


.horarios ul.destacado .pelicula {
    font-family: "hnro";
    border: none;
    height: 41px;
    line-height: 52px;
    width: calc(100% - 10px);
    margin-left: 10px;
    margin-bottom: 8px;
    font-weight: normal;
}

.horarios ul.destacado .peli_info h4,
.horarios ul.destacado .peli_info p {
    font-weight: normal;
}

.horarios ul.destacado .peli_info {
    width: 100%;
    height: 52px;
}

.horarios .pelicula .peli_info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 130px);
}

    .horarios .pelicula .peli_info.anticipada h4,
    .horarios .destacado.evento .pelicula .peli_info h4 {
        font-size: 18px;
        color: #08262C;
        letter-spacing: 1px;
    }

    .horarios .pelicula .peli_info.anticipada p,
    .horarios .destacado.evento .pelicula .peli_info p {
        font-size: 16px;
        color: #586567;
    }

    .horarios .pelicula .peli_info.anticipada a {
        color: #09262C;
        margin-left: 10px;
    }

/*EVENTOS DESTACADO*/
.horarios ul.evento.destacado li.destacado {
    background-color: #FF7F2E;
}

#ficha_cine .horarios ul.evento.destacado li.destacado p {
    color: #ffffff;
}

.horarios ul.destacado.evento {
    border: none;
}

    .horarios ul.destacado.evento li.destacado p {
        color: #FFFFFF;
    }

    .horarios ul.destacado.evento .peli_info > a {
        background-color: #FF7F2E;
        color: #ffffff;
    }

/*HORARIOS - PELÍCULAS*/
.peliculas.horarios {
    margin-top: 20px;
}

    .peliculas.horarios ul.destacado {
        border: none;
    }

.horarios > ul.destacado {
    padding-top: 0px;
}

.peliculas.horarios select {
    font-family: "hn";
    font-size: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #F5F5F5;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.horarios > ul > li.sala.isens {
    background: #211916 url("../img/horarios_isens.jpg") no-repeat right 13px;
}

.horarios > ul > li.sala.imax {
    background: #0196d8 url("../img/horarios_imax.jpg") no-repeat right 17px;
}

.horarios > ul > li.sala.dolby {
    background: #000000 url("../img/horarios_dolby.jpg") no-repeat right 13px;
}

.horarios > ul > li.sala.cinedeverano {
    background: #50187C url("../img/horarios_cineverano.png") no-repeat right 13px;
    color: #FFF;
}

#ficha_pelicula .horarios {
    font-family: "hn" !important;
}

    #ficha_pelicula .horarios li .lista_horarios .tipo {
        width: 100px;
        text-align: left;
    }

#ficha_cine article.peliculas.horarios .destacado,
#ficha_cine article.eventos.horarios .destacado {
    border-bottom: none;
    padding-top: 0px;
}

#ficha_cine .horarios > ul.destacado.evento {
    padding-bottom: 0;
}

#ficha_cine .horarios > ul {
    border-bottom: 1px solid #B5BEBF;
    padding-top: 20px;
    padding-bottom: 12px;
}

    #ficha_cine .horarios > ul.destacado {
        border-bottom: none;
        border-top: none;
        padding-top: 0px;
    }



.horarios.peliculas > ul.evento:first-child,
.horarios.evento > ul.evento:first-child {
    border-top: none !important;
    padding-top: 0px !important;
}

.horarios > ul.evento:first-child {
    border-top: none;
    padding-top: 0px;
}

.horarios .pelicula {
    position: relative;
    margin-bottom: 15px;
}

#ficha_pelicula .horarios > ul > li.sala {
    color: #909090;
    font-size: 15px;
}

    #ficha_pelicula .horarios > ul > li.sala.cinedeverano {
        color: #FFF !important;
    }

#ficha_pelicula article.zona {
    margin-top: 20px;
}

#ficha_pelicula .horarios > ul > li.cine p {
    color: #08262c;
    font-size: 18px;
}

#ficha_pelicula .horarios .lista_horarios ul {
    width: calc(100% - 130px);
}

#ficha_pelicula .horarios .sala_patrocinada {
    margin-left: 125px;
}

#ficha_pelicula .horarios .lista_horarios {
    padding-top: 8px;
}
/*POSTER*/
.horarios .pelicula .poster {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 176px;
}

    .horarios .pelicula .poster img {
        width: 160px;
        height: auto;
        margin: 0;
    }

    .horarios .pelicula .poster span {
        font-family: Verdana, Arial, sans-serif;
        color: #FFDD00;
        font-size: 13px;
        line-height: 35px;
        background: #005192;
        width: 160px;
        margin-top: 5px;
        display: block;
        text-align: center;
    }

/*INFO*/
.horarios .pelicula .peli_info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 181px);
    height: 214px;
}

    .horarios .pelicula .peli_info h4 {
        margin: 3px 0 7px;
        font-size: 22px;
        font-family: "hnro";
        color: #08262C;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
    }

    .horarios .pelicula .peli_info p {
        margin: 2px 0;
        font-size: 16px;
        color: #586567;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: "hn";
    }

        .horarios .pelicula .peli_info p span {
            color: #839295;
        }

.horarios li .lista_horarios .tipo {
    width: 152px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    margin: 0;
}

.horarios .evento li .lista_horarios .tipo {
    margin-top: 8px;
}

.horarios li.dolby .lista_horarios .tipo {
    line-height: 32px;
}

.horarios li .lista_horarios ul {
    width: calc(100% - 289px);
    margin-left: 17px;
    margin-top: 0;
}

.horarios .evento li .lista_horarios ul {
    margin-top: 8px;
}

.horarios .sala .tipo {
    font-family: "hn";
}

.horarios .lista_horarios {
    position: relative;
    width: 98%;
    min-height: 76px;
    margin: 0 auto;
}

.horarios .lista_horarios {
    min-height: 0;
}

.horarios .sala .lista_horarios a.horario {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
}

.horarios .sala_patrocinada {
    font-family: "hn";
    width: 432px;
    margin-left: 182px;
    font-size: 16px;
    min-height: 30px;
    color: #839292;
}

    .horarios .sala_patrocinada p {
        margin: 0;
        height: 40px;
        line-height: 40px;
    }



.horarios .pelicula .verhorarios {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 134px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #FFDD00;
    cursor: pointer;
    font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
    color: #09262C;
    border-radius: 4px;
}

.horarios.evento .pelicula .verhorarios {
    background: #FF7F2E;
    color: #FFFFFF;
}

    .horarios .pelicula .verhorarios.cerrar,
    .horarios.evento .pelicula .verhorarios.cerrar {
        background: #eaeaea;
        color: #08262C;
    }

.peli_info > .calificacion_1, .peli_info > .calificacion_2, .peli_info > .calificacion_3, .peli_info > .calificacion_4, .peli_info > .calificacion_5, .peli_info > .calificacion_6, .peli_info > .calificacion_7, .peli_info > .calificacion_22, .peli_info > .calificacion_28, .peli_info > .calificacion_29, .peli_info > .calificacion_31, .peli_info > .calificacion_32, .peli_info > .calificacion_33, .peli_info > .calificacion_34, .peli_info > .calificacion_35, .peli_info > .calificacion_36 {
    position: absolute;
    bottom: 0px;
    background-image: url(../img/PICTOGRAMES.png);
    width: 23px;
    height: 27px;
}

/*EVENTOS*/
.eventos.horarios ul.destacado {
    border: none;
}

.horarios .evento .sala li a {
    background-color: #FF7F2E;
    color: #ffffff;
}

#ficha_eventos article.zona .btn_zona {
    margin: 40px 0;
}

#ficha_eventos .horarios .cine {
    background: #ff7f2e;
}

    #ficha_eventos .horarios .cine p {
        color: #ffffff;
    }

#ficha_eventos .horarios .lista_horarios {
    margin-top: 8px;
}

#ficha_eventos .horarios .sala li a {
    color: #ffffff;
    background: #ff7f2e;
}
/*BOTON MOSTRAR*/
#ficha_cine .btn_mostrar {
    border-radius: 5px;
}



@media all and (max-width: 1023px) {
    main section #publicidad_body {
        width: 90%;
    }
}

/*1280px*/
@media all and (min-width: 1280px) {
    /*BANNER LATERAL*/
    #ficha_cine article#publicidad_body {
        right: -50px;
    }

    #ficha_cine div#info_cine {
        width: 78%;
    }

    #ficha_cine article .btn_mostrar {
        width: 231px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }

    #ficha_cine .seleccionardia {
        margin-top: 17px;
    }

    #ficha_cine .horarios[data-id=anticipada] {
        margin-bottom: 16px !important;
    }

    #ficha_cine .horarios .lista_horarios {
        padding: 8px 0 0;
    }
}

/*skin*/
@media all and (min-width: 1279px) {
    .skin #ficha_cine div#info_cine {
        width: 70%;
    }

    .skin #ficha_cine .horarios {
        width: 100%;
        margin-left: 0px;
    }

    .skin #ficha_cine div.cine_promos {
        height: 142px;
    }

    .skin #ficha_cine section .select_cinefav {
        left: 0;
    }

    .skin #ficha_cine .horarios .isens .lista_horarios, .skin #ficha_cine .horarios .imax .lista_horarios, .skin #ficha_cine .horarios .dolby .lista_horarios, .skin #ficha_cine .horarios .whatscine .lista_horarios {
        margin-bottom: 0;
    }
}
/*1024px*/
@media all and (min-width: 1024px) and (max-width: 1279px) {
    #ficha_cine div#info_cine {
        width: calc(100% - 330px);
    }

    #ficha_cine .horarios {
        width: 100%;
    }

        #ficha_cine .horarios[data-id=anticipada] {
            margin-bottom: 16px !important;
        }
}

@media all and (max-width: 1279px) {
    #ficha_cine .horarios .lista_horarios {
        padding-top: 8px;
    }
}
/*800*/
@media all and (min-width: 800px) and (max-width: 1023px) {
    #ficha_cine div#info_cine {
        width: 100%;
        padding: 0px;
        padding-top: 16px;
    }

    #ficha_cine .seleccionardia .radiobox .rb_selected {
        margin-left: 10px;
    }

    #ficha_cine .peliculas.horarios {
        margin-top: 30px;
    }

    #ficha_cine .horarios[data-id=anticipada] {
        margin-bottom: 14px !important;
    }
}

/*768*/
@media all and (min-width: 768px) and (max-width: 799px) {
    #ficha_cine div.cine_promos img {
        width: 100%;
        max-width: 355px;
        margin-bottom: 20px;
        display: inline-block;
    }

    #ficha_cine article.cine_promos a:nth-child(2n+1) {
        margin-right: 0px;
    }

    .horarios ul.destacado .peli_info h4 {
        width: 45%;
    }

    #ficha_cine .peliculas.horarios {
        display: none;
    }

    #ficha_cine .horarios[data-id=anticipada] {
        margin-bottom: 16px !important;
    }

    #ficha_cine .seleccionardia .radiobox .rb_selected, #ficha_pelicula .seleccionardia .radiobox .rb_selected {
        font-size: 21px;
    }
}

/*640*/
@media all and (min-width: 640px) and (max-width: 767px) {

    #ficha_cine .horarios[data-id=cartelera] {
        margin-top: -8px;
    }

    #ficha_cine div.cine_promos img {
        width: 100%;
        max-width: 460px;
        margin-bottom: 20px;
    }

    #ficha_cine .radiobox .rb_selected {
        border: 1px solid #E1E1E1 !important;
        line-height: 40px !important;
        height: auto !important;
    }

    #ficha_cine .select_cinefav .maps {
        display: block;
    }

    .horarios .sala_patrocinada {
        margin-left: 0;
    }

    #ficha_cine .horarios ul.destacado .pelicula div.peli_info.anticipada h4,
    #ficha_cine .horarios ul.destacado.evento .pelicula div.peli_info h4 {
        width: 63% !important;
    }

    #ficha_cine .horarios ul.destacado .peli_info > a {
        top: 0px;
    }

    #ficha_cine .horarios ul.destacado .pelicula {
        height: 47px;
    }

    #ficha_cine .horarios ul.destacado .pelicula {
        line-height: 16px;
    }

    .horarios .pelicula .peli_info {
        width: calc(100% - 182px);
    }

    .horarios .pelicula .verhorarios,
    .horarios.evento .pelicula .verhorarios {
        display: block;
    }

    #ficha_cine .promo_movil {
        display: block;
    }

    #ficha_cine .cine_promos.promo_movil > div.cine_promos {
        overflow: visible;
        height: auto;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #B5BEBF;
    }

    #ficha_cine .horarios ul.destacado.evento {
        display: inline-block;
    }

    #ficha_cine .seleccionardia {
        padding-left: 10px;
    }

    #ficha_cine article.eventos.horarios > ul.destacado.evento {
        width: 100%;
    }

    .horarios .pelicula .peli_info.anticipada p, .horarios .destacado.evento .pelicula .peli_info p {
        margin-left: 10px;
    }

    #ficha_cine div.horarios_cerrar {
        display: inline-block;
        cursor: pointer;
        background: url("../img/anticipada.png") no-repeat top left;
        width: 40px;
        height: 28px;
        margin-left: 6px;
    }

    #ficha_cine .peliculas.horarios {
        display: none;
    }

    #ficha_pelicula article .radiobox .rb_selected .rb_ico {
        background: #fdd901 url("../img/select-btn-act.jpg") no-repeat scroll center center;
        height: 42px;
        width: 42px;
    }

    #ficha_pelicula article .radiobox.open .rb_selected .rb_ico {
        background: #999999 url("../img/pop_flechaselect_des.jpg") no-repeat scroll center center !important;
    }
}

/*480*/
@media all and (max-width: 639px) {

    #ficha_cine .horarios[data-id=cartelera] {
        margin-top: -8px;
    }

    #ficha_pelicula article .radiobox .rb_selected .rb_ico {
        background: #fdd901 url("../img/select-btn-act.jpg") no-repeat scroll center center;
        height: 42px;
        width: 42px;
    }

    #ficha_pelicula article .radiobox.open .rb_selected .rb_ico {
        background: #999999 url("../img/pop_flechaselect_des.jpg") no-repeat scroll center center !important;
    }

    #ficha_cine div.cine_promos img {
        width: 100%;
        max-width: 460px;
        margin-bottom: 20px;
    }

    #ficha_cine .radiobox .rb_selected, #ficha_pelicula .radiobox .rb_selected {
        border: 1px solid #E1E1E1 !important;
        line-height: 40px !important;
        height: auto !important;
    }

    #ficha_cine .select_cinefav .maps {
        display: block;
    }

    #ficha_cine .starfav {
        margin-left: 0px;
        margin-right: 0px;
    }

    .select_cinefav .field {
        width: 347px;
    }

    .horarios .sala_patrocinada {
        margin-left: 0;
    }

    #ficha_cine article.cine_promos a:nth-child(odd) {
        margin-right: 0px;
    }

    #ficha_cine .horarios ul.destacado .peli_info h4 {
        width: 52% !important;
    }

    #ficha_cine .horarios {
        width: 100%;
    }

        #ficha_cine .horarios ul.destacado .peli_info > a {
            top: 0px;
        }

        #ficha_cine .horarios ul.destacado .peli_info {
            width: 100%;
        }

        #ficha_cine .horarios ul.destacado .pelicula {
            height: 47px;
        }

        #ficha_cine .horarios ul.destacado .pelicula {
            line-height: 16px;
        }

        #ficha_cine .horarios ul.destacado.evento {
            display: inline-block;
        }

    #ficha_cine .peliculas.horarios {
        display: none;
        margin-top: 0px;
    }

    #ficha_cine .horarios .pelicula .peli_info {
        width: calc(100% - 182px);
    }

    .horarios {
        font-size: 15px;
    }

        .horarios .sala li a {
            width: 60px;
            height: 32px;
        }

        .horarios .sala li {
            line-height: 32px;
        }

        .horarios .pelicula .verhorarios,
        .horarios.evento .pelicula .verhorarios {
            display: block;
        }

    #ficha_cine .selectcinedia {
        margin-bottom: 0;
    }

        #ficha_cine .selectcinedia .radiobox {
            margin-bottom: -20px;
        }

    #ficha_cine .eventos.horarios ul.destacado.evento {
        width: 100%;
    }

    #ficha_cine .promo_movil {
        display: block;
    }

    #ficha_cine .cine_promos.promo_movil > div.cine_promos {
        overflow: visible;
        height: auto;
        margin-top: 25px;
        padding-top: 25px;
    }

    .horarios .pelicula .peli_info.anticipada p, .horarios .destacado.evento .pelicula .peli_info p {
        margin-left: 10px;
    }

    #ficha_cine div.horarios_cerrar {
        display: inline-block;
        cursor: pointer;
        background: url("../img/anticipada.png") no-repeat top left;
        width: 40px;
        height: 28px;
        margin-left: 6px;
    }

    #ficha_cine .solo_movil {
        display: inline-block;
        width: 100% !important;
    }

    .solo_movil .btn_contenido {
        background: #fdd901 url("../img/select-btn-act.jpg") no-repeat center left;
    }

        .solo_movil .btn_contenido.open {
            background: #fdd901 url("../img/peli_arrow_open.jpg") no-repeat center left;
        }

    .solo_movil.ev .btn_contenido {
        background: #ff7f2e url("../img/event_arrow.jpg") no-repeat center left;
    }

        .solo_movil.ev .btn_contenido.open {
            background: #ff7f2e url("../img/event_arrow_open.jpg") no-repeat center left;
        }

    #ficha_cine .horarios .golfa {
        width: auto;
        margin: 10px 0 0 0px;
    }

    #ficha_cine article.cine_promos > a > span.promo_movil {
        margin: -15px 0 18px
    }

    #ficha_cine .horarios .golfa {
        width: 90%;
    }

    .horarios li .lista_horarios ul {
        width: calc(100% - 170px);
    }

    #ficha_pelicula .horarios .sala_patrocinada {
        margin-left: 10px;
    }

    #ficha_pelicula .radiobox.rb_star .rb_starfav {
        top: 10px;
    }

    #ficha_cine .horarios ul.destacado li.destacado p {
        font-family: 'hn';
    }

    #ficha_pelicula article.select_cinefav {
        margin-bottom: 8px;
    }

        #ficha_pelicula article.select_cinefav .field .radiobox {
            margin-bottom: 0;
        }

    #ficha_pelicula .horarios .lista_horarios {
        margin-bottom: 0px;
    }

    #ficha_cine .horarios .isens,
    #ficha_cine .horarios .imax,
    #ficha_cine .horarios .dolby,
    #ficha_cine .horarios .whatscine {
        background-size: 11%;
    }
}

#ficha_cine #publicidad_body {
    transform: scale(0.815);
    transform-origin: 0 0 0;
}

#ficha_cine .horarios.evento {
    margin-top: 50px;
}

@media all and (max-width: 767px) {
    #ficha_cine article.cine_promos {
        margin-bottom: 5px;
    }

        #ficha_cine article.cine_promos.promo_movil {
            margin-top: -50px;
        }

    #ficha_cine .horarios ul.destacado .peli_info h4 {
        padding-top: 9px;
    }

    .horarios ul.destacado li.destacado {
        text-align: center;
    }

    #ficha_cine .solo_movil .btn_contenido {
        box-shadow: none;
        color: #08262c;
        display: inline-block;
        font-family: "hn";
        font-size: 20px;
        height: 41px;
        line-height: 41px;
        margin: 20px 0;
        padding-left: 0px;
        text-align: center;
        width: 100%;
    }

    #ficha_cine .solo_movil {
        display: inline-block;
        width: calc(100% - 20px);
    }

        #ficha_cine .solo_movil .field {
            width: 305px;
            margin: 0;
        }

    #ficha_cine .radiobox .rb_selected, #ficha_pelicula .radiobox .rb_selected {
        border: none !important;
    }

    #ficha_cine .solo_movil.ev .btn_contenido {
        color: #FFF;
    }

    #ficha_cine .horarios.evento {
        margin-top: 0;
    }
}

.ir-arriba {
    background-image: url("../img/BOTON_SUBIR_negro.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1000;
}

#ficha_pelicula .nopromo {
    border-top: 1px solid #e5e5e5;
    font-family: Trebuchet MS;
    font-size: 11px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 335px;
    width: 100%;
}

@media all and (max-width: 1279px) {
    #ficha_pelicula .nopromo {
        top: 295px;
    }
}

@media all and (max-width: 1069px) {
    #ficha_pelicula .nopromo {
        top: 285px;
    }
}

@media all and (max-width: 1023px) {
    #ficha_pelicula .nopromo {
        border-bottom: 1px solid #e5e5e5;
        font-size: 13px;
        padding: 10px 0;
        position: static;
    }
}

@media all and (max-width: 767px) {
    #ficha_pelicula .nopromo {
        font-size: 16px;
        padding: 10px 0;
        position: static;
        color: #666666;
    }

    #ficha_eventos .select_cinefav {
        margin-top: 25px;
    }

    #ficha_eventos .radiobox {
        height: 45px;
    }
}

/* ========================================================================== */
/* MOSTRAR HORARIOS EN MÓVIL */
/* ========================================================================== */
#ficha_cine #botonHorarios {
    display: none !important;
}

@media all and (max-width:767px) {
    #ficha_cine .sala.movil_hide {
        display: block !important;
    }
}

/* ==========================================================================
   16 - Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .skin .sb-site {
        width: 100% !important;
    }

    .skin #ficha_cine #main {
        width: 100% !important;
    }

    #ficha_cine #separador-top,
    #ficha_cine #promoWrapper,
    #ficha_cine #separador-bottom,
    #ficha_cine #bajo_menu,
    #ficha_cine header,
    #ficha_cine footer,
    #ficha_cine #publicidad_body,
    #ficha_cine .cine_promos,
    #ficha_cine .precios,
    #ficha_cine .calif,
    #ficha_cine #selligent_i,
    #ficha_cine .horarios[data-id=anticipada],
    #ficha_cine .horarios[data-id=eventodestacado],
    #ficha_cine .peliculas,
    #ficha_cine .evento.destacado,
    #ficha_cine .poster,
    #ficha_cine .peli_info p,
    #ficha_cine .tecnologia,
    #ficha_cine .poster,
    #ficha_cine .golfa,
    #ficha_cine .patrocinio,
    #ficha_cine .seleccionardia, #ficha_cine .sala_patrocinada, #ficha_cine .sala_patrocinada p #ficha_cine #botonHorarios, #ficha_cine .horarios .pelicula .verhorarios, #ficha_cine .horarios.evento .pelicula .verhorarios,
    #ficha_cine .solo_movil {
        display: none !important;
    }

    #ficha_cine div#info_cine {
        width: 95% !important;
    }

    #ficha_cine .horarios .pelicula, #ficha_cine .horarios .lista_horarios {
        margin: 0 !important;
    }

    #ficha_cine .peli_info h4 {
        font-size: 15px !important;
        margin: 0 !important;
    }

    #ficha_cine .horarios .pelicula .peli_info {
        height: 25px !important;
    }

    #ficha_cine .horarios li .lista_horarios .tipo {
        width: 60px !important;
    }

    #ficha_cine article.horarios p,
    #ficha_cine article.horarios a {
        font-size: 13px !important;
        text-decoration: none !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    #ficha_cine .horarios > ul,
    #ficha_cine .horarios ul a.horario {
        border: 1px solid #aaaaaa !important;
    }

    #ficha_cine .horarios,
    #ficha_cine .horarios ul {
        margin: 3px !important;
        padding-left: 5px !important;
        padding-top: 5px;
    }

    #ficha_cine article.horarios .peli_info {
        width: 100% !important;
    }

        #ficha_cine article.horarios .peli_info .calificacion {
            width: auto !important;
            font-size: 13px !important;
            background: none !important;
            position: relative;
            margin: 0 0 0 50px;
        }

            #ficha_cine article.horarios .peli_info .calificacion:after {
                content: attr(data-calificacion) !important;
                font-size: 12px;
                width: auto;
            }

    #ficha_cine .calificacion_32::before, #ficha_cine .calificacion_37::before {
        background: none !important;
        margin: -10px;
    }

    #ficha_cine #fichaPeli:after {
        content: attr(data-dia) !important;
        position: absolute;
        top: 7px;
        right: 5px;
    }

    #ficha_cine .peli_info h4, #ficha_cine article.horarios .peli_info .calificacion {
        display: inline-block !important;
        vertical-align: top;
    }

    #ficha_cine .lista_horarios .tipo, #ficha_cine .lista_horarios ul {
        display: inline-block !important;
        vertical-align: top;
        margin: 0 10px 3px 0 !important;
        height: 30px !important;
        line-height: 30px !important;
        padding: 0 !important;
        visibility: visible !important;
    }

        #ficha_cine .lista_horarios ul li {
            margin: 0 5px 0 0 !important;
            visibility: visible !important;
        }

    #ficha_cine .horarios .sala li, #ficha_cine .horarios .sala li a {
        height: 30px !important;
        line-height: 30px !important;
    }

    #ficha_cine .horarios > ul > li {
        display: inline-block !important;
    }

    #ficha_cine .horarios .pelicula .peli_info {
        min-height: 30px !important;
    }
}

/* ######################################################################### */
/* LOADING */
/* ######################################################################### */
#loading {
    position: fixed;
    width: 164px;
    height: 44px;
    top: 220px;
    left: 50%;
    margin-left: -82px;
    z-index: 1501001;
}

    #loading div {
        background: #000000;
        position: absolute;
        transition: 0.7s;
        border-radius: 50%;
        border: 2px solid #ffffff;
    }

        #loading div.l1 {
            animation: animation_l1 1000ms infinite;
            -webkit-animation: animation_l1 1000ms infinite;
        }

        #loading div.l2 {
            animation: animation_l2 1000ms infinite;
            -webkit-animation: animation_l2 1000ms infinite;
            animation-delay: 0.2s;
        }

        #loading div.l3 {
            animation: animation_l3 1000ms infinite;
            -webkit-animation: animation_l3 1000ms infinite;
            animation-delay: 0.4s;
        }


@keyframes animation_l1 {
    from {
        height: 0px;
        width: 0px;
        top: 20px;
        left: 30px;
    }

    50% {
        height: 40px;
        width: 40px;
        top: 0px;
        left: 10px;
    }

    to {
        height: 0px;
        width: 0px;
        top: 20px;
        left: 30px;
    }
}

@keyframes animation_l2 {
    from {
        height: 0px;
        width: 0px;
        top: 20px;
        left: 80px;
    }

    50% {
        height: 40px;
        width: 40px;
        top: 0px;
        left: 60px;
    }

    to {
        height: 0px;
        width: 0px;
        top: 20px;
        left: 80px;
    }
}

@keyframes animation_l3 {
    from {
        height: 0px;
        width: 0px;
        top: 20px;
        left: 130px;
    }

    50% {
        height: 40px;
        width: 40px;
        top: 0px;
        left: 110px;
    }

    to {
        height: 0px;
        width: 0px;
        top: 20px;
        left: 130px;
    }
}
/* ######################################################################### */
/* CX VARIOS 2017/02/20 */
/* ######################################################################### */
#ciclos .dwnIco {
    position: relative;
    width: 24px;
    height: 29px;
    display: inline-block;
    top: 7px;
    margin-left: 10px;
    background: url("../img/ICONO.png");
}

/* ######################################################################### */
/* NUEVOS RADIOBOX */
/* ######################################################################### */
.container_radiobox {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 300px;
    height: 40px;
    margin: 20px 30px;
}
/* RESET ----------------------------------------------------------------------- */
.radiobox.rb2, .radiobox.rb2 * {
    position: relative;
    display: block;
    border: none;
    outline: none;
    line-height: auto;
    text-align: left;
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    color: initial;
}
/* RADIOBOX ----------------------------------------------------------------------- */
.radiobox.rb2 {
    position: relative;
    display: block;
    width: 100%;
    min-width: 180px;
    height: 40px;
    padding: 0;
    margin: 0;
    font-family: "verdana";
    font-size: 15px;
    z-index: 1000;
}

    .radiobox.rb2.rb_open {
        z-index: 10000;
    }
    /* ICON ----------------------------------------------------------------------- */
    .radiobox.rb2 .rb_icon {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        cursor: pointer;
        z-index: 1002;
        transition: 0.2s;
    }

    .radiobox.rb2.rb_open .rb_icon {
        background-color: #666666 !important;
    }

    .radiobox.rb2.rb_disabled .rb_icon {
        background-color: #666666 !important;
        cursor: default;
    }

    .radiobox.rb2.rb_left .rb_icon {
        left: 0;
    }

    .radiobox.rb2.rb_right .rb_icon {
        right: 0;
    }

    .radiobox.rb2 .rb_icon:before {
        content: "▾";
        position: absolute;
        width: 39px;
        height: 39px;
        line-height: 37px;
        text-align: center;
        font-size: 35px;
        color: #ffffff;
    }

    .radiobox.rb2.rb_open .rb_icon:before {
        content: "▴";
        color: #ffffff;
    }

    .radiobox.rb2.rb_none .rb_icon {
        display: none;
    }
    /* LABEL ----------------------------------------------------------------------- */
    .radiobox.rb2 .rb_label {
        position: absolute;
        top: 0;
        width: calc(100% - 60px);
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        background: #eeeeee;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        z-index: 1002;
    }

    .radiobox.rb2.rb_left .rb_label {
        right: 0;
    }

    .radiobox.rb2.rb_right .rb_label {
        left: 0;
    }

    .radiobox.rb2.rb_none .rb_label {
        width: calc(100% - 20px);
        left: 0;
    }

    .radiobox.rb2.rb_bottom .rb_label {
        width: calc(100% - 20px);
        left: 0;
    }

    .radiobox.rb2.rb_popup .rb_label {
        width: calc(100% - 20px);
        left: 0;
    }

    .radiobox.rb2.rb_disabled .rb_label {
        color: #999999 !important;
        cursor: default;
    }
    /* UL ----------------------------------------------------------------------- */
    .radiobox.rb2 ul {
        position: absolute;
        height: 0;
        transition: 0.2s;
        top: 0px;
        width: calc(100% - 41px);
        height: 40px;
        line-height: 40px;
        white-space: nowrap;
        overflow-x: hidden;
        z-index: 1001;
        background: #ffffff;
        max-height: auto;
        left: auto;
    }

    .radiobox.rb2.rb_open ul {
        height: auto;
        max-height: 200px;
        top: 41px;
        outline: 1px solid #aaa;
    }

    .radiobox.rb2.rb_left ul {
        right: 1px;
    }

    .radiobox.rb2.rb_right ul {
        left: 1px;
    }

    .radiobox.rb2.rb_none ul {
        left: 1px;
        right: 1px;
        width: calc(100% - 2px);
    }

    .radiobox.rb2.rb_bottom ul {
        position: relative;
        left: 1px;
        right: 1px;
        width: calc(100% - 2px);
    }

    .radiobox.rb2.rb_bottom.rb_open ul {
        height: auto;
        max-height: 200px;
        top: 40px;
        outline: 1px solid #aaa;
    }
    /* LI ----------------------------------------------------------------------- */
    .radiobox.rb2 li {
        position: relative;
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #aaaaaa;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

        .radiobox.rb2 li:first-child {
            padding: 0 10px;
        }

        .radiobox.rb2 li:last-child {
            border: none;
        }

    .radiobox.rb2 .rb_hidden {
        display: none !important;
    }

    .radiobox.rb2 input[type=radio] {
        display: none !important;
    }

    .radiobox.rb2 li label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        cursor: pointer;
        padding: 0 10px;
    }

    .radiobox.rb2 li.rb_disabled {
        color: #aaa;
        cursor: default;
    }

    .radiobox.rb2 li.rb_selected {
        cursor: default;
        font-weight: bold;
    }

@media all and (min-width:1024px) {
    .radiobox.rb2 li:hover {
        background: #eeeeee;
    }
}

/* SELECTORS LIST ----------------------------------------------------------------------- */
.radiobox.rb_open {
}

.rb_left {
}

.rb_right {
}

.rb_label {
}

.rb_icon {
}

.radiobox.rb_disabled {
}

.radiobox li.rb_disabled {
}

.rb_hidden {
}

.rb_default {
}

.rb_selected {
}

.rb_checked {
}


/* REDISEÑO CCARD ----------------------------------------------------------------------- */
.container_radiobox {
    border-bottom: 1px solid #B5BEBF;
    margin: 0px;
    width: 256px;
}

.radiobox.rb2 {
    font-size: 15px;
    color: #839292;
}

    .radiobox.rb2 .rb_icon {
        width: 30px;
    }

    .radiobox.rb2.rb_open .rb_icon {
        background-color: #FFFFFF !important;
    }

    .radiobox.rb2 .rb_icon:before {
        width: 30px;
        color: #4295B3;
    }

    .radiobox.rb2.rb_open .rb_icon:before {
        color: #4295B3;
    }

    .radiobox.rb2 .rb_label {
        width: calc(100% - 42px);
        background: #FFFFFF;
    }

.rb2.rb_checked {
    border-bottom: 3px solid #4295B3;
}

.radiobox.rb_left ul {
    right: 8px;
}
/* ==========================================================================
    REDISEÑO CINESACARD
   ========================================================================== */
/*FONTFACES*/
@font-face {
    font-family: 'din';
    src: url('fonts/DINEngschriftStd.eot');
    src: url('fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'), url('fonts/DINEngschriftStd.woff') format('woff'), url('fonts/DINEngschriftStd.ttf') format('truetype'), url('fonts/DINEngschriftStd.svg#dinengschriftstd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "hn";
    src: url('fonts/helveticaneue.eot');
    src: url('fonts/helveticaneue.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneue.woff') format('woff'), url('fonts/helveticaneue.ttf') format('truetype'), url('fonts/helveticaneue.svg#HelveticaNeue') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "hnlt";
    src: url('fonts/HelveticaNeueLTCom-Lt.eot');
    src: url('fonts/HelveticaNeueLTCom-Lt.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTCom-Lt.woff') format('woff'), url('fonts/HelveticaNeueLTCom-Lt.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-Lt.svg#HelveticaNeueLTCom-Lt') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "hnmd";
    src: url('fonts/HelveticaNeueLTCom-Md.eot');
    src: url('fonts/HelveticaNeueLTCom-Md.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTCom-Md.woff') format('woff'), url('fonts/HelveticaNeueLTCom-Md.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-Md.svg#HelveticaNeueLTCom-Md') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "hnro";
    src: url('fonts/HelveticaNeueLTCom-Roman.eot');
    src: url('fonts/HelveticaNeueLTCom-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTCom-Roman.woff') format('woff'), url('fonts/HelveticaNeueLTCom-Roman.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-Roman.svg#HelveticaNeueLTCom-Roman') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "hnbld";
    src: url('fonts/HelveticaNeue-Bold.eot');
    src: url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Bold.woff') format('woff'), url('fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "caeciliaHeavy";
    src: url('fonts/caecilialtstd-heavy-webfont.eot');
    src: url('fonts/caecilialtstd-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/caecilialtstd-heavy-webfont.woff') format('woff'), url('fonts/caecilialtstd-heavy-webfont.ttf') format('truetype'), url('fonts/caecilialtstd-heavy-webfont.svg#caeciliaHeavy') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "caeciliaRoman";
    src: url('fonts/caecilialtstd-roman-webfont.eot');
    src: url('fonts/caecilialtstd-roman-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/caecilialtstd-roman-webfont.woff') format('woff'), url('fonts/caecilialtstd-roman-webfont.ttf') format('truetype'), url('fonts/caecilialtstd-roman-webfont.svg#caeciliaRoman') format('svg');
    font-style: normal;
    font-weight: normal;
}

/*ANIMATED INPUTS*/

/*CHECKBOX*/
.anim_checkbox input[type="checkbox"] {
    display: none;
}

label.anim_checkbox {
    display: block;
    margin-left: 55px;
}

label.anim_checkbox2 {
    display: block;
    margin-left: -79px !important;
}

label.anim_checkbox3 {
    display: block;
    margin-left: -183px !important;
}

label.anim_checkbox > p {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 6px;
    font-family: "hnlt";
    color: #839294;
    font-size: 13px;
    text-align: left;
    max-width: 500px;
}

    label.anim_checkbox > p > a {
        color: #839294;
        text-decoration: underline;
    }

.anim_checkbox .anim_checkbox_box {
    width: 22px;
    height: 21px;
    background: url('../img/captacion_checkbox.png') top left;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.anim_checkbox .anim_checkbox_check {
    width: 18px;
    height: 17px;
    margin: auto;
    background: #FFFFFF;
    position: absolute;
    top: 2px;
    right: 2px;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}

.anim_checkbox input[type="checkbox"]:checked + .anim_checkbox_box .anim_checkbox_check {
    width: 0px;
}

/*ANIMATED INPUT*/
.anim-input-span {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
    overflow: hidden;
    margin: 10px auto;
}

.anim-input-field {
    position: relative;
    display: inline-block;
    border: none;
    border-radius: 0;
    font-weight: bold;
    font-family: 'hnlt', Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
    margin-top: 1em;
    padding: 0.85em 0.15em;
    width: 100%;
    background: transparent;
    color: #595F6E;
    -webkit-text-fill-color: #595F6E; /* Override iOS / Android font color change */
    -webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
}

    .anim-input-field:focus {
        outline: none;
    }

.anim-input-label {
    font-family: 'hnlt';
    display: block;
    color: #839293;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
    text-align: left;
    pointer-events: none;
}

    .anim-input-label::before,
    .anim-input-label::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 10px);
        border-bottom: 1px solid #B5BEBF;
    }


    .anim-input-label::after {
        border-bottom: 4px solid red;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

.anim-input-label-contenido {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.anim-input-label-contenido {
    position: absolute;
}

.anim-input-label-color-1::after {
    border-bottom: 3px solid #29BBCF;
}

.anim-input-label-color-2::after {
    border-bottom: 3px solid #E24301;
}

.anim-input-span input[type="text"]:invalid:not(:placeholder-shown), .anim-input-span input[type="email"]:invalid:not(:placeholder-shown), .anim-input-span input[type="password"]:invalid:not(:focus):not(:placeholder-shown) {
    box-shadow: none !important;
}


.anim-input-field:focus + .anim-input-label::after,
.anim-input-completado .anim-input-label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.anim-input-field:focus + .anim-input-label .anim-input-label-contenido,
.anim-input-completado .anim-input-label-contenido {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
    font-size: 11px;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}
/* END ANIMATED INPUTS*/

/* ARROW BOX */

.arrow_box {
    position: relative;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(240, 240, 240, 0);
        border-bottom-color: #F0F0F0;
        border-width: 15px;
        margin-left: -15px;
    }

    .arrow_box:before {
        border-color: rgba(240, 240, 240, 0);
        border-bottom-color: #F0F0F0;
        border-width: 16px;
        margin-left: -16px;
    }

/* END ARROW BOX */

@media all and (min-width:1024px) {
    .skin header #logo_header {
        left: 10px;
        margin-left: -25px;
        transform: scale(0.8);
    }

    .skin header #menu > #menu_web2 {
        right: 0px;
        bottom: 8px;
        width: calc(100% - 220px);
    }

    .skin header nav ul li a {
        font-size: 16px;
        padding: 17px 10px 23px 10px;
    }
}


/*HEADER*/
header #menu {
    height: 110px;
}

header #logo_header {
    position: absolute;
    height: 37px;
    width: 241px;
    bottom: 13px;
    left: 40px;
    background-position: 8px -156px;
}

header #menu > #menu_web2 {
    position: absolute;
    right: 0px;
    bottom: 13px;
    margin: 0;
    padding: 0;
    width: calc(100% - 300px);
    height: 50px;
}

    header #menu > #menu_web2 > ul {
        padding: 0px;
    }

        header #menu > #menu_web2 > ul li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-left: 11px;
        }

header nav ul li a {
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    font-family: "hnro", generic;
    font-size: 18px;
    padding: 17px 19px 23px 19px;
}

.no-touch header nav#menu_web2 ul li a:hover, header nav#menu_web2 ul li a:active {
    color: #000000;
    background: #FFDD00;
    border-color: none !important;
}

header #menu > #menu_web2 > ul li.semueve a {
    width: 51px;
    height: 40px;
    display: inline-block;
    background: url("../img/split_home.png");
    background-position: -357px -105px;
    border: none;
    padding: 0px;
    position: relative;
    bottom: 10px;
}

/*HEADER - CUENTA*/
#header .sb-toggle-right {
    display: none;
}

header #cinefavorito_header a.user_img > div {
    width: 29px;
    height: 29px;
    background: url("../img/split_home.png") -637px -82px;
    display: inline-block;
}

header #cinefavorito_header > a, header #cinefavorito_header > span {
    color: #839294;
    font-size: 15px;
    font-family: "hnro", generic;
    vertical-align: middle;
    margin-left: 13px;
    height: 19px;
    display: inline-block;
    cursor:pointer;
}

header #cinefavorito_header a.log_link, header #cinefavorito_header a.nameLogged {
    padding-right: 15px;
    border-right: 2px solid #B5BEBF;
}

header #cinefavorito_header > a:hover, header #cinefavorito_header > a.is-active,
header #cinefavorito_header > span:hover, header #cinefavorito_header > span.is-active {
    color: #29bbc7;
    text-decoration: underline;
}

/* SUBMENU HEADER */
/* SE HAN DE BUSCAR SELECTORES COMPLETOS PARA QUITAR IMPORTANTS */
header li ul.submenuHeader, header #menu > #menu_web2 > ul li ul.submenuHeader li {
    padding: 0;
    margin: 0;
}

header li:hover .cinesacard {
    background-color: #FFDD00;
}

header .submenuHeader {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 200px;
    padding: 15px 0 !important;
    z-index: 9;
    top: 46px;
    border-top: 2px solid #FFDD00;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
}

#promos header .submenuHeader {
    z-index: 150;
}

header li:hover .cinesacard + .submenuHeader {
    display: block !important;
}

header .submenuHeader li {
    display: inline-block;
    width: calc(100% - 20px);
    padding: 0 0 0 20px !important;
    margin: 10px 0 !important;
}

header .submenuHeader a {
    font-family: "hnlt";
    color: #000000;
    font-size: 15px;
    padding: 0;
    margin: 0;
    width: 150px;
    display: inline-block;
    border-bottom: 3px solid #FFFFFF;
    background: none !important;
    text-align: left;
}

.skin header .submenuHeader {
    top: 42px;
}

    .skin header .submenuHeader li {
        width: calc(100% - 10px);
        padding: 0 0 0 10px !important;
    }

.skin header nav ul li .submenuHeader a {
    font-size: 15px;
    padding: 0;
    text-align: left;
}

@media all and (min-width:1024px) {
    header .submenuHeader a:hover {
        font-weight: bold;
        border-color: #FFDD00;
    }
}

@media all and (max-width:1279px) {
    header .submenuHeader {
        top: 34px;
    }
}

@media all and (max-width:1023px) {
    header .submenuHeader {
        top: 45px;
    }
}




/*/HEADER - CUENTA*/

/*HEADER LOGIN*/
.sb-right.n_cc h3 {
    font-family: "hnlt";
    color: #000000;
}

.sb-right.n_cc h4 {
    font-family: "hnlt";
    color: #4194B2;
    font-style: italic;
}

    .sb-right.n_cc h4 > span {
        width: 23px;
        height: 17px;
        background: url("../img/split_home.png") -421px -111px;
        display: inline-block;
    }

header #cinefavorito_header .new_login {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 10;
    font-family: "hnlt" !important;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
}

#mapa header #cinefavorito_header .new_login {
    z-index: 35;
}

#promos header #cinefavorito_header .new_login {
    z-index: 151;
}

header #cinefavorito_header .new_logout {
    display: none;
}



header #cinefavorito_header .new_login .cc_login {
    background: #FFFFFF;
    border-top: 3px solid #29BBCF;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    width: 280px;
}

header #cinefavorito_header .new_login div.cc_login:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 65%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 10px transparent;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #29BBCF;
}

header .cc_login .anim-input-span {
    width: 237px;
    margin: 10px auto 0;
}



header #cinefavorito_header .new_login div > p:nth-child(1) {
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    text-align: center;
}

header #cinefavorito_header .new_login div > p:nth-child(2) {
    font-size: 12px;
    line-height: 14px;
    color: #4194B2;
    font-style: italic;
    position: relative;
    padding-right: 30px;
}

    header #cinefavorito_header .new_login div > p:nth-child(2) > span {
        width: 23px;
        height: 17px;
        background: url("../img/split_home.png") -421px -111px;
        position: absolute;
        margin-left: 8px;
    }

header #cinefavorito_header .new_login div input {
    width: 238px;
}

    header #cinefavorito_header .new_login div input[type=submit] {
        margin-bottom: 10px;
    }

header #cinefavorito_header .new_login .sociallogin_btn {
    width: 237px;
    margin-top: 5px;
}

header #cinefavorito_header .new_login div a.link {
    font-size: 12px;
    line-height: 14px;
    color: #839294;
}

    header #cinefavorito_header .new_login div a.link:hover {
        color: #29bbc7;
        text-decoration: underline;
    }

header #cinefavorito_header .separador_mbl {
    height: 1px;
    background: #b5bebf;
    margin: 20px auto 25px;
    width: 233px;
}

header #cinefavorito_header .disp_login {
    display: none !important;
}

header .login_close {
    display: none;
}

header #cinefavorito_header .nameLogged, header #cinefavorito_header .cerrarSesion {
    display: none;
}

header #cinefavorito_header.logged .nameLogged, header #cinefavorito_header.logged .cerrarSesion {
    display: inline-block;
}

header #cinefavorito_header.logged .reg_link, header #cinefavorito_header.logged .log_link {
    display: none;
}

header #cinefavorito_header.logged a.user_img > div {
    background-color: #f1f3f3;
    background-position: -691px -82px;
    border-radius: 50%;
    margin-top: -3px;
}

.nameLogged:hover .access {
    display: initial !important;
}

/*header #cinefavorito_header.logged .nameLogged:hover:after {
    content: "Accede a tu cuenta de Usuario Cinesa";
    position: absolute;
    width: 114px;
    height: 38px;
    border: 2px solid #dadfe0;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
    padding: 10px 10px 5px 8px;
    font-size: 12px;
    font-family: "hnlt";
    color: #667477;
    top: 40px;
    left: 40px;
    z-index: 10;
}

header #cinefavorito_header.logged .nameLogged:hover:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 35%;
    width: 0;
    height: 0;
    border-top: solid 10px transparent;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #dadfe0;
}*/


.n_cc .cc_btn, .cc_btn.reg_btn {
    position: relative;
    display: block;
    width: 237px;
    height: 38px !important;
    line-height: 17px;
    text-align: center;
    border: none;
    border-radius: 7px;
    background: #29bbc7;
    font-family: Verdana;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    margin: 20px auto;
}

.cc_btn.reg_btn {
    line-height: 38px;
}

/*FORMULARIO - INPUTS*/
.sb-right.n_cc .container .log-in-span {
    position: relative;
    z-index: 1;
    display: block;
    margin: 1em;
    width: 237px;
    max-width: 237px;
    vertical-align: top;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.sb-right.n_cc .container .log-in-field {
    position: relative;
    display: inline-block;
    border: none;
    border-radius: 0;
    font-weight: bold;
    font-family: 'hnlt', Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
    margin-top: 1em;
    padding: 0.85em 0.15em;
    width: 100%;
    background: transparent;
    color: #595F6E;
}

    .sb-right.n_cc .container .log-in-field:focus {
        outline: none;
    }

.sb-right.n_cc .container .log-in-label {
    font-family: 'hnlt';
    display: block;
    color: #839293;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
    text-align: left;
    pointer-events: none;
}

    .sb-right.n_cc .container .log-in-label::before,
    .sb-right.n_cc .container .log-in-label::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 10px);
        border-bottom: 1px solid #839295;
    }


    .sb-right.n_cc .container .log-in-label::after {
        border-bottom: 4px solid red;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

.sb-right.n_cc .container .log-in-label-contenido {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.sb-right.n_cc .container .log-in-label-contenido {
    position: absolute;
}

.sb-right.n_cc .container .log-in-label-color-1::after {
    border-bottom: 3px solid #29BBCF;
}

.sb-right.n_cc .container .log-in-field:focus + .log-in-label::after,
.sb-right.n_cc .container .log-in-completado .log-in-label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sb-right.n_cc .container .log-in-field:focus + .log-in-label .log-in-label-contenido,
.sb-right.n_cc .container .log-in-completado .log-in-label-contenido {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
    font-size: 11px;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@media all and (max-width:768px) {
    header #cinefavorito_header {
        margin-top: 10px;
    }

    header #logo_header {
        top: 15px;
    }

    header #cinefavorito_header.logged a.user_img > div {
        margin-top: 0px;
        background-color: #ffffff;
    }
}

@media all and (max-width:1023px) {
    header #cinefavorito_header.logged .nameLogged:hover:after, header #cinefavorito_header.logged .nameLogged:hover:before {
        display: none;
    }
}



@media all and (max-width:767px) {
    header #cinefavorito_header {
        width: 29px;
        height: 29px;
        cursor: pointer;
        right: 10px;
        top: 17px;
    }

        header #cinefavorito_header .user_img {
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
        }

        header #cinefavorito_header .new_login {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            /*! border-width: 10px; */
            -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
            -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
            box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.45);
            padding-bottom: 20px;
        }

            header #cinefavorito_header .new_login .cc_login {
                width: 100%;
                border-width: 10px;
            }

            header #cinefavorito_header .new_login div > p:nth-child(1) {
                font-size: 20px;
                margin: 40px 0 25px;
            }

            header #cinefavorito_header .new_login div > p:nth-child(2) {
                font-size: 16px;
            }

            header #cinefavorito_header .new_login .sociallogin_btn {
                width: 342px;
                margin-top: 20px;
            }

    header .cc_login .anim-input-span {
        width: 342px;
        margin: 25px auto 10px;
    }

    header #cinefavorito_header .new_login div input {
        width: 342px;
    }

    header .anim-input-field:focus + .anim-input-label .anim-input-label-contenido,
    header .anim-input-completado .anim-input-label-contenido {
        font-size: 13px;
    }

    .n_cc .cc_btn, .cc_btn.reg_btn {
        height: 55px !important;
        line-height: 55px;
        font-size: 17px;
        width: 342px;
    }

    header #cinefavorito_header .new_login div a.link {
        font-size: 16px;
        margin: 20px 0;
    }

    header #cinefavorito_header .new_login div input[type=submit] {
        margin: 30px auto;
    }

    header #cinefavorito_header .separador_mbl {
        width: 433px;
        margin: 30px auto;
    }

    header nav#menu_movil {
        top: 15px;
    }

    #header .sb-toggle-right, .n_cc #header .sb-toggle-right {
        width: 29px;
        height: 29px;
        background: url("../img/split_home.png") -637px -82px;
        display: inline-block;
        right: 15px;
    }

    header .login_close {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 25px;
        color: #869294;
        cursor: pointer;
    }

    header #cinefavorito_header.logged .nameLogged, header #cinefavorito_header.logged .cerrarSesion {
        display: none;
    }

    header #cinefavorito_header .new_logout {
        position: absolute;
        top: 50px;
        right: 0px;
        left: auto;
        z-index: 10;
        background: #ffffff;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
        box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
        border-top: 3px solid #29BBCF;
        text-align: center;
        width: 165px;
        /* height:60px; */
        line-height: 60px;
        display: block;
        padding: 0;
    }

        header #cinefavorito_header .new_logout a {
            font-family: "hnlt";
            font-size: 18px;
            color: #000000;
            display: inline-block;
            width: 165px;
            height: 60px;
            line-height: 60px;
        }

        header #cinefavorito_header .new_logout:after {
            content: '';
            position: absolute;
            top: -22px;
            left: 65%;
            margin-left: 35px;
            width: 0;
            height: 0;
            border-top: solid 10px transparent;
            border-left: solid 10px transparent;
            border-right: solid 10px transparent;
            border-bottom: solid 10px #29BBCF;
        }

    header #cinefavorito_header.logged .new_logout .cerrarSesion {
        display: inline-block;
    }

    #ma_resumen header #cinefavorito_header.logged .new_logout .iramicuenta {
        display: none;
    }
}
/*/HEADER LOGIN*/

/*BODY*/
.skin #separador-top, #separador-top {
    background: #FFDD00;
    height: 2px;
    width: calc(100% - 73px);
    max-width: 1190px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: static;
}

/*1280px*/
@media all and (min-width: 1280px) {
}

/*skin*/

/*1024px*/
@media all and (min-width: 1241px) and (max-width: 1279px) {
    header #menu > #menu_web2 {
        right: 0px;
    }

    header nav ul li a {
        font-size: 18px;
        padding: 17px 15px 23px 15px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1240px) {
    header #menu > #menu_web2 {
        right: 13px;
        bottom: 0px;
    }

    header nav ul li a {
        font-size: 17px;
        padding: 17px 5px 23px 5px;
    }
}

/*800*/
@media all and (min-width: 800px) and (max-width: 1023px) {
    header #logo_header {
        height: 37px;
        width: 241px;
        top: 14px;
        background-position: 8px -156px;
    }

    header #menu > #menu_web2 {
        right: 23px;
        bottom: 11px;
        width: calc(100% - 35px);
    }

    header nav ul li a {
        font-size: 17px;
        padding: 17px 5px 23px 5px;
    }
}

/*768*/
@media all and (min-width: 768px) and (max-width: 800px) {
    header #logo_header {
        height: 37px;
        width: 241px;
        background-position: 8px -156px;
        background-color: transparent;
        bottom: auto;
    }

    header #menu > #menu_web2 {
        right: 23px;
        bottom: 11px;
        width: calc(100% - 35px);
    }

    header nav ul li a {
        font-size: 17px;
        padding: 17px 5px 23px 5px;
    }

    header #cinefavorito_header {
        width: auto;
        right: 30px;
    }
}

/*640*/
@media all and (min-width: 640px) and (max-width: 767px) {
    header nav#menu_web2 {
        visibility: hidden;
        display: none !important;
    }

    header #cinefavorito_header .user_img,
    header #cinefavorito_header .log_link,
    header #cinefavorito_header .reg_link {
        display: none;
    }

    #header .sb-toggle-right {
        display: inline-block;
    }

    header #logo_header {
        /*logo cinesa del header*/
        position: absolute;
        height: 52px;
        width: 100%;
        background-color: #FFDF0F;
        background-position: center -443px;
        bottom: -42px;
        left: 0px;
    }
}

@media (min-width: 768px) {
    /*LOGIN DESK*/
    .sb-right.n_cc h3 {
        font-family: "hnlt";
        color: #000000;
    }

    .sb-right.n_cc h4 {
        font-family: "hnlt";
        color: #4194B2;
        font-style: italic;
    }

        .sb-right.n_cc h4 > span {
            width: 23px;
            height: 17px;
            background: url("../img/split_home.png") -421px -111px;
            display: inline-block;
        }

    .sb-right.n_cc .m_login {
        position: absolute;
        top: 142px;
        right: 20px;
        z-index: 10;
        font-family: "hnlt";
        background: none;
        box-shadow: none;
        padding-top: 8px;
    }

        .sb-right.n_cc .m_login .container {
            background: #FFFFFF;
            border-top: 3px solid #29BBCF;
            text-align: center;
            position: relative;
            margin-bottom: 0px;
            width: 272px;
        }

            .sb-right.n_cc .m_login .container.test_b {
                border-top: none;
            }

                .sb-right.n_cc .m_login .container.test_b > .separador_login {
                    width: 233px;
                    border-top: 1px solid #B5BEBF;
                    margin-right: auto;
                    margin-left: auto;
                }

            .sb-right.n_cc .m_login .container.cc_login:after {
                content: '';
                position: absolute;
                bottom: 100%;
                left: 65%;
                margin-left: -50px;
                width: 0;
                height: 0;
                border-top: solid 10px transparent;
                border-left: solid 10px transparent;
                border-right: solid 10px transparent;
                border-bottom: solid 10px #29BBCF;
            }

            .sb-right.n_cc .m_login .container.cc_login h3,
            .sb-right.n_cc .m_login .container h3 {
                font-size: 15px;
                line-height: 18px;
                color: #000000;
                margin-top: 19px;
                margin-bottom: 10px;
                height: auto;
                width: auto;
            }

            .sb-right.n_cc .m_login .container.cc_login h4 {
                font-size: 12px;
                line-height: 14px;
                color: #4194B2;
                font-style: italic;
                margin: 0px;
            }

                .sb-right.n_cc .m_login .container.cc_login h4 > span {
                    width: 23px;
                    height: 17px;
                    background: url("../img/split_home.png") -421px -111px;
                    display: inline-block;
                    margin-left: 10px;
                }

    .sb-right.n_cc .container img {
        margin-top: 20px;
        margin-bottom: 0px;
        width: 237px;
    }

    .sb-right.n_cc .container input {
        width: 238px;
    }

    .sb-right.n_cc input[type="submit"], .sb-right.n_cc .cc_btn {
        width: 237px !important;
        height: 38px !important;
        max-width: 237px;
        background: #29BBCF !important;
        border: none !important;
        font-family: 'hnro';
        font-size: 14px !important;
    }

    .sb-right.n_cc .container a.link {
        font-size: 12px;
        line-height: 14px;
        color: #839294;
        font-family: "hnlt";
    }

    .n_cc .cc_btn, .cc_btn.reg_btn {
        position: relative;
        display: block;
        width: 237px;
        height: 38px !important;
        line-height: 38px;
        text-align: center;
        border: none;
        border-radius: 7px;
        background: #29bbc7;
        font-family: Verdana;
        font-size: 14px;
        color: #ffffff;
        cursor: pointer;
        margin: 20px auto;
    }

        .n_cc .cc_btn:hover, .cc_btn.reg_btn:hover {
            background: #18aab6;
        }

    .cc_btn.reg_btn {
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    /*LOGIN MOVIL*/
    .sb-right.n_cc .m_login {
        width: 100%;
    }

    #separador-top {
        display: none;
    }

    .sb-right.n_cc .container {
        width: 480px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 40px;
        border-top: 10px solid #29BBCF;
        padding-top: 0px;
    }

    .sb-right .close_menu_left {
        position: absolute;
        right: 0px;
        background-color: transparent !important;
        color: #869294;
        font-size: 23px;
        font-family: Helvetica;
    }

    .sb-right.n_cc h3 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 50px;
        height: auto;
    }

    .sb-right.n_cc h4 {
        font-size: 16px;
        line-height: 19px;
        margin-top: 0px;
        margin-bottom: 32px;
    }

        .sb-right.n_cc h4 > span {
            width: 31px;
            height: 23px;
            background-position: -451px -111px;
            vertical-align: middle;
            margin-left: 20px;
        }

    .sb-right.n_cc .container img {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .sociallogin_btn {
        cursor: pointer;
    }

    .sb-right.n_cc .container .log-in-span {
        width: 336px;
        max-width: 336px;
        margin-bottom: 21px;
    }

    .sb-right.n_cc input[type="submit"], .sb-right.n_cc .cc_btn {
        width: 342px !important;
        height: 55px !important;
        max-width: 342px;
        background: #29BBCF !important;
        border: none !important;
        font-family: 'hnro';
    }

    .n_cc.sb-right .m_login .link {
        margin-top: 27px;
        font-family: 'hnlt';
        color: #839294;
        font-size: 16px;
        line-height: 19px;
    }

    .sb-right.n_cc .container > div.separador_mbl {
        border-top: 1px solid #B5BEBF;
        width: 448px;
        margin-top: 35px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 35px;
    }

    .sb-right.n_cc .container.test_b {
        margin-top: 0px !important;
        border: none;
        padding-bottom: 48px;
    }

        .sb-right.n_cc .container.test_b h3 {
            margin-top: 0px !important;
        }

    .sb-right.n_cc .cc_btn {
        line-height: 55px;
    }
}

/*480*/
@media all and (max-width: 639px) {
    header nav#menu_web2 {
        visibility: hidden;
        display: none !important;
    }

    header #cinefavorito_header .log_link,
    header #cinefavorito_header .reg_link {
        display: none;
    }

    #header .sb-toggle-right {
        display: inline-block;
    }

    header #logo_header {
        /*logo cinesa del header*/
        position: absolute;
        height: 52px;
        width: 100%;
        background-color: #FFDF0F;
        background-position: center -443px;
        bottom: -5px;
        left: 0px;
    }
}



/*alta_usuario*/

body#alta_usuario main {
    background: url("../img/fondoMGM.jpg");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    body#alta_usuario main article {
        width: calc(100% - 20px);
        margin: 0 auto 20px auto;
        position: relative;
        display: block;
    }

    body#alta_usuario main .alta-1 {
        text-align: center;
        border-radius: 10px;
        background: #FFFFFF;
        padding-bottom: 20px;
    }

        body#alta_usuario main .alta-1 h1 {
            font-family: "hn";
            color: #29BBCF;
            font-size: 47px;
            padding-top: 60px;
        }

        body#alta_usuario main .alta-1 > p {
            font-family: "hnro";
            font-size: 20px;
        }

            body#alta_usuario main .alta-1 > p > span {
                display: inline-block;
                width: 39px;
                height: 30px;
                background: url("../img/split_home.png");
                background-position: -485px -111px;
                vertical-align: middle;
            }

            body#alta_usuario main .alta-1 > p:last-child {
                font-size: 16px;
                font-style: italic;
            }

                body#alta_usuario main .alta-1 > p:last-child > span {
                    display: inline;
                    background-image: none;
                    color: #29BBCF;
                    vertical-align: baseline;
                }

                body#alta_usuario main .alta-1 > p:last-child > a {
                    color: #29BBCF;
                    text-decoration: underline;
                }

        body#alta_usuario main .alta-1 h2 {
            font-family: "hnro";
            color: #000000;
            font-size: 20px;
        }

        body#alta_usuario main .alta-1 div.alta_intro {
            margin-top: 34px;
            margin-bottom: 67px;
        }

            body#alta_usuario main .alta-1 div.alta_intro div {
                min-height: 360px;
                vertical-align: top;
                display: inline-block;
                position: relative;
                font-family: "caeciliaRoman";
                color: #29BBCF;
                font-size: 20px;
                line-height: 26px;
                width: 276px;
            }

                body#alta_usuario main .alta-1 div.alta_intro div span {
                    font-family: "caeciliaHeavy";
                }

                body#alta_usuario main .alta-1 div.alta_intro div:nth-child(1) {
                    text-align: right;
                }

            body#alta_usuario main .alta-1 div.alta_intro img {
                margin-right: 70px;
                margin-left: 70px;
            }

            body#alta_usuario main .alta-1 div.alta_intro div:nth-child(3) {
                text-align: left;
            }

            body#alta_usuario main .alta-1 div.alta_intro div .p_top {
                vertical-align: top;
                margin-top: 80px;
            }

            body#alta_usuario main .alta-1 div.alta_intro div .p_bottoml {
                position: absolute;
                bottom: 0px;
                left: 0px;
            }

            body#alta_usuario main .alta-1 div.alta_intro div .p_bottomr {
                position: absolute;
                bottom: 0px;
                right: 0px;
            }



        /*BTN*/

        body#alta_usuario main .alta-1 > a,
        .popup.pop_migracion_1 > a,
        .new_btn {
            background: #4295B3;
            width: 342px;
            height: 55px;
            display: block;
            margin: 48px auto 37px;
            font-family: "hnro";
            font-size: 15px;
            line-height: 51px;
            border-radius: 5px;
            color: #FFFFFF;
            text-align: center;
            border: none;
        }

.new_btn_disable {
    background: #B5BEBF;
}


body#alta_usuario main .alta-1 > a {
    margin-bottom: 93px;
}

body#alta_usuario main .alta_intro_mbl {
    display: none;
}

@media all and (min-width: 767px) and (max-width: 1023px) {
    body#alta_usuario main .alta-1 div.alta_intro img {
        margin-right: 40px;
        margin-left: 40px;
        width: 236px;
    }

    body#alta_usuario main .alta-1 div.alta_intro div {
        min-height: 281px;
        font-size: 18px;
        line-height: 26px;
        width: 179px;
    }
}

@media all and (max-width: 767px) {
    body#alta_usuario main {
        background: #FFFFFF;
    }

        body#alta_usuario main .alta-1 div.alta_intro {
            margin-bottom: 44px;
        }

            body#alta_usuario main .alta-1 div.alta_intro img {
                width: 236px;
            }

            body#alta_usuario main .alta-1 div.alta_intro div:nth-child(1),
            body#alta_usuario main .alta-1 div.alta_intro div:nth-child(3) {
                display: none;
            }

        body#alta_usuario main p.alta_intro_mbl {
            display: block;
        }

        body#alta_usuario main p.alta_intro_mbl {
            display: block;
            font-family: "caeciliaRoman";
            color: #29bbc7;
            font-size: 18px;
            line-height: 34px;
            margin: 0px;
        }

        body#alta_usuario main .alta-1 > p > span {
            display: inline;
            vertical-align: baseline;
            background-image: none;
            font-family: "caeciliaHeavy";
        }
}

/*POP ALTA*/
/*POP MASK CAPTACION*/
#alta_usuario .pop_mask_alta {
    background: rgba(0,0,0,.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 499999;
}

#alta_usuario .pop_status {
    width: 656px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

    #alta_usuario .pop_status .status_bar1 {
        width: 375px;
        height: 10px;
        background: #29BBCF;
    }

/*FORMULARIO ALTA*/
#alta_usuario .pop_form_alta {
    width: 656px;
    background: #FFFFFF;
    z-index: 500000;
    margin: 0px auto;
    text-align: center;
    padding: 10px 0px;
    box-sizing: border-box;
}

    #alta_usuario .pop_form_alta .captacion_cerrar {
        float: right;
        font-size: 20px;
        color: #839295;
        font-family: 'hnmd';
        margin-right: 15px;
        cursor: pointer;
    }

    #alta_usuario .pop_form_alta h1 {
        font-family: 'hnmd';
        font-size: 25px;
        line-height: 42px;
        color: #29BBCF;
        margin-top: 28px;
    }

    #alta_usuario .pop_form_alta h2 {
        font-family: 'hnro';
        font-size: 18px;
        color: #000000;
        margin: 0;
    }

    #alta_usuario .pop_form_alta label.anim_checkbox {
        text-align: left;
    }

    #alta_usuario .pop_form_alta .new_btn {
        width: 342px;
        height: 55px;
    }

#alta_usuario .campos_obligatorios {
    color: #839293;
    font-size: 11px;
    font-family: 'hnlt';
    margin-top: 25px;
    margin-bottom: 25px;
}


/*INPUT*/
#alta_usuario .recuperacion-span {
    display: inline-block;
    max-width: 256px;
    margin-top: 0px;
}

    #alta_usuario .recuperacion-span:nth-child(1),
    #alta_usuario .recuperacion-span:nth-child(4),
    #alta_usuario .recuperacion-span:nth-child(6) {
        margin-right: 32px;
    }

#alta_usuario .password_min {
    font-size: 11px;
    font-family: "hnlt";
    color: #839293;
    margin: 0;
    position: relative;
    left: 344px;
    width: 253px;
    text-align: left;
    top: -18px;
}

#alta_usuario .pop_form_alta .sociallogin_btn {
    margin: 30px 0;
}

/*ALTA MAIL*/
#alta_usuario .pop_form_alta.alta_mail {
    border-top: 10px solid #29BBCF;
}

    #alta_usuario .pop_form_alta.alta_mail img {
        margin-bottom: 32px;
    }

    #alta_usuario .pop_form_alta.alta_mail > p:nth-child(4) {
        color: #000000;
        font-size: 15px;
        line-height: 20px;
        font-family: 'hnlt';
    }

    #alta_usuario .pop_form_alta.alta_mail > p > a {
        color: #28BACE;
        font-family: 'hnmd';
    }

    #alta_usuario .pop_form_alta.alta_mail > p:nth-child(5) {
        color: #839294;
        font-size: 15px;
        font-family: 'hnlt';
    }

    #alta_usuario .pop_form_alta.alta_mail button {
        margin-top: 43px;
        margin-bottom: 43px;
    }


/*ALTA RESPONSIVE*/
@media (max-width: 767px) {
    #alta_usuario .pop_mask_alta {
        background: #F0F0F0;
    }

    #alta_usuario .pop_status {
        display: none;
    }

    #alta_usuario .pop_form_alta {
        width: 480px;
        margin-top: 40px;
        border-top: 10px solid #29BBCF;
    }

    #alta_usuario .recuperacion-span {
        display: block;
        max-width: 256px;
        margin-top: 0px;
        margin-right: auto !important;
        margin-left: auto;
    }

    #alta_usuario .password_min {
        left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    #alta_usuario .comunicaciones-checkbox {
        vertical-align: top;
    }

    #alta_usuario label.anim_checkbox > p {
        width: 330px;
        margin-top: 0px;
    }
}

/*POP MIGRACIÓN / CONFIRMACIÓN ALTA*/
.popup.pop_migracion_1 {
    border: none;
    border-top: 10px solid #29BBCF;
    width: 656px;
    padding: 50px 0px;
    text-align: left;
}

    .popup.pop_migracion_1 h1 {
        font-size: 25px;
        color: #29BBCF;
        text-align: center;
    }


    .popup.pop_migracion_1 img {
        width: 191px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .popup.pop_migracion_1 > p {
        text-align: center;
        font-family: "hnlt";
        color: #839294;
        font-size: 13px;
    }

    .popup.pop_migracion_1 label a {
        color: #839294;
        text-decoration: underline;
    }

    .popup.pop_migracion_1 a.new_btn {
        margin-top: 40px;
        background: #29BBCF;
    }

/*PNG IMG LANDING - POPUP*/
body#alta_ccard main .icono_landingcc,
.new_popup_icons,
.new_landing_img {
    background: url('../img/landing_cinesacard.png');
}

/*LANDING GENERIC CLASS*/
main article.landing_ccard_container p.landing_p_black {
    font-family: "hnro";
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

main article.landing_ccard_container p.landing_p_blue {
    font-family: "hnro";
    font-size: 17px;
    line-height: 22px;
    color: #4396B2;
}

main p.landing_p_blue span {
    font-family: "hnbld";
}

main article.landing_ccard_container div.landing_info {
    width: 84%;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 41px 0px 40px 0px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 21px;
}

    main article.landing_ccard_container div.landing_info span {
        display: inline-block;
        width: 26px;
        height: 26px;
        background-position: -326px 0px;
        vertical-align: middle;
        margin-right: 11px;
    }

    main article.landing_ccard_container div.landing_info p {
        display: inline-block;
        font-style: italic;
        vertical-align: middle;
    }

    main article.landing_ccard_container div.landing_info a {
        color: #4396B2;
        font-weight: bold;
    }


/*LANDING CCARD*/
body#alta_ccard main { /*COMBINAR body#alta_usuario main*/
    background: url("../img/fondoMGM.jpg");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body#alta_ccard #main {
    margin-top: 48px;
}

#alta_ccard #separador-bottom {
    background: none;
}

body#alta_ccard main article { /*COMBINAR body#alta_usuario main article*/
    width: 100%;
    margin: 0 auto 20px auto;
    position: relative;
    display: block;
}

#alta_ccard .landing_ccard_container {
    text-align: center;
    background: #FFFFFF;
    padding-bottom: 50px;
}

body#alta_ccard main .landing_ccard_container h2 { /*body#alta_usuario main .alta-1 h1*/
    font-family: "hn";
    color: #4396B2;
    font-size: 47px;
    padding-top: 31px;
    line-height: 56px;
    margin: 0px;
}

body#alta_ccard main .landing_ccard_container h3 { /*body#alta_usuario main .alta-1 h2*/
    font-family: "hnro";
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    margin: 11px 0px 0px 0px;
    font-weight: normal;
}

body#alta_ccard main .landing_ccard_container .landing_info + h3 {
    color: #4396b2;
    margin-top: 40px;
}

    body#alta_ccard main .landing_ccard_container .landing_info + h3 + p {
        margin-bottom: 40px;
    }

body#alta_ccard main .alta_ventajas {
    margin: 30px auto 27px auto;
}

body#alta_ccard main .alta_ventajas_mbl {
    display: none;
}

body#alta_ccard main .alta_ventajas .div_ventajas {
    color: #4396B2;
    font-family: "caeciliaRoman";
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    min-width: 270px;
    height: 110px;
}

    body#alta_ccard main .alta_ventajas .div_ventajas:nth-child(1) {
        margin-top: 42px;
    }

    body#alta_ccard main .alta_ventajas .div_ventajas.div_ventajas_d {
        text-align: left;
    }

body#alta_ccard main .alta_ventajas > div {
    display: inline-block;
    vertical-align: top;
}

body#alta_ccard main .alta_ventajas > img {
    margin-left: 55px;
    margin-right: 45px;
    vertical-align: top;
}

body#alta_ccard main .alta_ventajas .div_ventajas p {
    display: inline-block;
}

body#alta_ccard main .alta_ventajas .div_ventajas span {
    font-family: "caeciliaHeavy";
}

body#alta_ccard main .alta_ventajas .div_ventajas .icono_landingcc,
body#alta_ccard main .alta_ventajas_mbl > div {
    width: 64px;
    height: 64px;
    display: inline-block;
}

body#alta_ccard main .alta_ventajas .div_ventajas .icono_landingcc {
    vertical-align: top;
    margin-top: 20px;
}

body#alta_ccard #ventaja_precios {
    background-position: 0px 0px;
    margin-left: 17px;
}

body#alta_ccard #ventaja_satisfaccion {
    background-position: 0 -468px;
    margin-left: 17px;
}

body#alta_ccard #ventaja_comodidad {
    background-position: -65px 0px;
    margin-left: 17px;
}

body#alta_ccard #ventaja_descuentos {
    background-position: -130px 0px;
    margin-right: 17px;
}

body#alta_ccard #ventaja_puntos {
    background-position: -195px 0px;
    margin-right: 17px;
}

body#alta_ccard #ventaja_eventos {
    background-position: -260px 0px;
    margin-right: 17px;
}

body#alta_ccard main p.landing_p_black {
    font-family: "hnro";
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

body#alta_ccard main p.landing_p_blue {
    font-family: "hnro";
    font-size: 17px;
    line-height: 22px;
    color: #4396B2;
}

    body#alta_ccard main p.landing_p_blue span {
        font-weight: bold;
    }

body#alta_ccard main a.landing_btn {
    background: #4396B2;
    width: 298px;
    height: 51px;
    display: block;
    margin: 37px auto 47px auto;
    font-family: "hnro";
    font-size: 15px;
    line-height: 51px;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
}


/*LANDING CCARD - TABLA PUNTOS Y REGALOS*/
body#alta_ccard main h3 {
    color: #4396B2;
    font-size: 25px;
    line-height: 32px;
    margin: 36px auto 15px auto;
}

    body#alta_ccard main h3 + p {
        font-family: "hnlt";
        font-size: 18px;
        line-height: 21px;
    }

body#alta_ccard #puntos {
    width: 508px;
    height: 166px;
    background-position: 0px -68px;
    margin: 24px auto 73px auto;
}

body#alta_ccard #puntos_entradas {
    display: inline-block;
    width: 107px;
    height: 199px;
    margin-right: 11px;
    background-position: 0px -249px;
}

body#alta_ccard #puntos_descuentos {
    display: inline-block;
    width: 223px;
    height: 199px;
    margin-right: 11px;
    background-position: -118px -249px;
}

body#alta_ccard #puntos_bar {
    display: inline-block;
    width: 458px;
    height: 199px;
    margin-right: 11px;
    background-position: -350px -249px;
}

body#alta_ccard #puntos_entradas_bar {
    display: inline-block;
    width: 223px;
    height: 199px;
    margin-right: 11px;
    background-position: -819px -249px;
}

.landing_faq_btn {
    cursor: pointer;
    color: #4396B2;
    font-weight: bold;
    font-style: italic;
}

@media all and (min-width: 1024px) {
    body#alta_ccard main a.landing_btn:hover {
        background: #3285A1;
    }

    main article.landing_ccard_container div.landing_info a:hover {
        text-decoration: underline;
    }

    .landing_faq_btn:hover {
        text-decoration: underline;
    }
}

/*LANDING CCARD RESPONSIVE*/
@media (max-width: 1279px) {
    body#alta_ccard main article { /*COMBINAR body#alta_usuario main article*/
        width: calc(100% - 20px);
        max-width: 1190px;
    }

    /*body#alta_ccard main .alta_ventajas{
		transform: scale(0.8);
		width: 1092px;
		position: relative;
		margin-left: -50px;
		left: 50%;
	}*/

    body#alta_ccard main .alta_ventajas > img {
        width: 272px;
        vertical-align: middle;
    }

    body#alta_ccard main .alta_ventajas > div {
        vertical-align: middle;
    }
}

@media (max-width: 1023px) {
    body#alta_ccard main .alta_ventajas > img {
        width: 186px;
        margin-left: 5px;
        margin-right: 5px;
    }

    body#alta_ccard main .alta_ventajas .div_ventajas .icono_landingcc {
        transform: scale(0.8);
    }
}

@media all and (max-width: 830px) {
    body#alta_ccard main .alta_ventajas .div_ventajas p {
        font-size: 15px;
    }

    body#alta_ccard #ventaja_satisfaccion, body#alta_ccard #ventaja_precios, body#alta_ccard #ventaja_comodidad {
        margin-left: 0px;
    }

    body#alta_ccard #ventaja_descuentos, body#alta_ccard #ventaja_puntos, body#alta_ccard #ventaja_eventos {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    body#alta_ccard main {
        background: #FFFFFF;
    }

        body#alta_ccard main article {
            margin: 0 auto 20px auto;
            position: relative;
            display: block;
        }

        body#alta_ccard main .alta_ventajas_mbl {
            display: block;
        }

        body#alta_ccard main .alta_ventajas > div {
            display: none;
        }


        body#alta_ccard main .alta_ventajas_mbl > div.descripcion_ventaja {
            display: block;
            background: #F0F0F0;
            width: 100%;
            height: auto;
            padding: 21px 0px 16px 0px;
            margin-top: 14px;
        }

            body#alta_ccard main .alta_ventajas_mbl > div.descripcion_ventaja p {
                width: 396px;
                margin: 0 auto;
                text-align: left;
                font-family: 'caeciliaRoman';
                color: #4396B2;
                font-size: 18px;
                line-height: 23px;
            }

                body#alta_ccard main .alta_ventajas_mbl > div.descripcion_ventaja p > span {
                    font-family: 'caeciliaHeavy';
                }

    body#alta_ccard #ventaja_satisfaccion_mbl {
        background-position: 0 -468px;
        margin-right: 19px;
    }

    body#alta_ccard #descripcion_satisfaccion.arrow_box:after,
    body#alta_ccard #descripcion_satisfaccion.arrow_box:before {
        left: 14%;
    }

    body#alta_ccard #ventaja_precios_mbl {
        background-position: 0px 0px;
        margin-right: 19px;
    }

    body#alta_ccard #descripcion_precios.arrow_box:after,
    body#alta_ccard #descripcion_precios.arrow_box:before {
        left: 29%;
    }

    body#alta_ccard #ventaja_comodidad_mbl {
        background-position: -65px 0px;
        margin-right: 19px;
    }

    body#alta_ccard #descripcion_comodidad.arrow_box:after,
    body#alta_ccard #descripcion_comodidad.arrow_box:before {
        left: 43%;
    }

    body#alta_ccard #ventaja_descuentos_mbl {
        background-position: -130px 0px;
        margin-right: 19px;
    }

    body#alta_ccard #descripcion_descuentos.arrow_box:after,
    body#alta_ccard #descripcion_descuentos.arrow_box:before {
        left: 57%;
    }

    body#alta_ccard #ventaja_puntos_mbl {
        background-position: -195px 0px;
        margin-right: 19px;
    }

    body#alta_ccard #descripcion_puntos.arrow_box:after,
    body#alta_ccard #descripcion_puntos.arrow_box:before {
        left: 71%;
    }

    body#alta_ccard #ventaja_eventos_mbl {
        background-position: -260px 0px;
    }

    body#alta_ccard #descripcion_eventos.arrow_box:after,
    body#alta_ccard #descripcion_eventos.arrow_box:before {
        left: 85%;
    }
}

@media (max-width: 480px) {
    body#alta_ccard #puntos {
        width: 400px;
        height: 131px;
        background-position: -522px -112px;
    }

    body#alta_ccard #puntos_bar {
        width: 342px;
        height: 360px;
        background-position: -350px -452px;
    }

    body#alta_ccard #ventaja_satisfaccion_mbl, body#alta_ccard #ventaja_precios_mbl, body#alta_ccard #ventaja_comodidad_mbl,
    body#alta_ccard #ventaja_descuentos_mbl, body#alta_ccard #ventaja_puntos_mbl, body#alta_ccard #ventaja_eventos_mbl {
        margin-right: 0px;
    }

    body#alta_ccard #descripcion_satisfaccion.arrow_box:after,
    body#alta_ccard #descripcion_satisfaccion.arrow_box:before {
        left: 12%;
    }

    body#alta_ccard #descripcion_precios.arrow_box:after,
    body#alta_ccard #descripcion_precios.arrow_box:before {
        left: 27%;
    }

    body#alta_ccard #descripcion_comodidad.arrow_box:after,
    body#alta_ccard #descripcion_comodidad.arrow_box:before {
        left: 42%;
    }

    body#alta_ccard #descripcion_descuentos.arrow_box:after,
    body#alta_ccard #descripcion_descuentos.arrow_box:before {
        left: 57%;
    }

    body#alta_ccard #descripcion_puntos.arrow_box:after,
    body#alta_ccard #descripcion_puntos.arrow_box:before {
        left: 73%;
    }

    body#alta_ccard #descripcion_eventos.arrow_box:after,
    body#alta_ccard #descripcion_eventos.arrow_box:before {
        left: 88%;
    }

    body#alta_ccard #ventaja_eventos_mbl {
        background-position: -260px 0px;
    }

    body#alta_ccard #descripcion_eventos.arrow_box:after,
    body#alta_ccard #descripcion_eventos.arrow_box:before {
        left: 85%;
    }
}
/*/LANDING CCARD*/

/*LANDING ACTIVAR CCARD*/
body#activar_ccard main { /*COMBINAR body#alta_usuario main*/
    background: url("../img/fondoMGM.jpg");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body#activar_ccard #main {
    margin-top: 48px;
}

body#activar_ccard main article { /*COMBINAR body#alta_usuario main article*/
    width: 100%;
    margin: 0 auto 20px auto;
    position: relative;
    display: block;
}

#activar_ccard .landing_ccard_container {
    text-align: center;
    background: #FFFFFF;
    padding-bottom: 50px;
}

body#activar_ccard main .landing_ccard_container h2 { /*body#alta_usuario main .alta-1 h1*/
    font-family: "hnbld";
    color: #4396B2;
    font-size: 47px;
    padding-top: 31px;
    line-height: 56px;
    margin: 0px;
}

body#activar_ccard main .landing_ccard_container h3 { /*body#alta_usuario main .alta-1 h2*/
    font-family: "hnro";
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    margin: 11px 0px 0px 0px;
    font-weight: normal;
}

body#activar_ccard main .ccard_separador {
    width: 77px;
    height: 6px;
    background: #4295B3;
    margin: 28px auto 59px;
    border-radius: 9px;
}

body#activar_ccard main .ccard_landing_img {
    width: 300px;
    height: 213px;
    background-position: -744px -733px;
    margin: 0 93px 0 auto;
    display: inline-block;
    vertical-align: middle;
}

    body#activar_ccard main .ccard_landing_img + div {
        width: 400px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }

        body#activar_ccard main .ccard_landing_img + div .landing_p_black {
            margin-top: 0px;
        }

#activar_ccard span#btn_faq {
    cursor: pointer;
}

body#activar_ccard main .ccard_landing_img + div a.new_btn {
    margin: 39px auto 0px;
    width: 298px;
    height: 51px;
}

body#activar_ccard main .landing_info {
    margin: 58px auto 45px auto;
}

    body#activar_ccard main .landing_info p {
        margin: 0;
    }

body#activar_ccard main .landing_ccard_container > p.landing_p_blue {
    font-size: 18px;
    margin: 0;
}

/*LANDING ACTIVAR RESPONSIVE*/
/*LANDING CCARD RESPONSIVE*/
@media (max-width: 1279px) {
    body#activar_ccard main article { /*COMBINAR body#alta_usuario main article*/
        width: calc(100% - 20px);
        max-width: 1190px;
    }
}

@media (max-width: 1023px) {
    body#activar_ccard main .alta_ventajas > img {
        width: 186px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 810px) {
    body#activar_ccard main .ccard_landing_img {
        margin: 0 auto 40px auto;
        display: block;
        vertical-align: baseline;
    }

        body#activar_ccard main .ccard_landing_img + div {
            display: block;
            vertical-align: baseline;
        }
}

@media (min-width: 769px) {
    body#activar_ccard main .landing_info br,
    body#activar_ccard main .landing_ccard_container > p.landing_p_blue br {
        display: none;
    }
}

@media (max-width: 767px) {
    body#activar_ccard main {
        background: #FFFFFF;
    }

        body#activar_ccard main article {
            margin: 0 auto 20px auto;
            position: relative;
            display: block;
        }

        body#activar_ccard main .landing_ccard_container h2 { /*body#alta_usuario main .alta-1 h1*/
            font-size: 40px;
        }

        body#activar_ccard main .ccard_separador {
            margin: 28px auto 29px;
        }

        body#activar_ccard main .landing_info {
            margin: 48px auto 39px auto;
        }
}

@media (max-width: 480px) {
}

/*/LANDING ACTIVAR CCARD*/



/*NEW POPUP*/
.new_popup {
    background: #ffffff;
    width: 656px;
    margin-left: -328px;
    border-top: 10px solid #4295B3;
    font-family: "hnlt";
    color: #000000;
    left: 50%;
    position: absolute;
    min-width: 460px;
    z-index: 5000000;
    top: 100px;
    text-align: center;
}

    .new_popup .pop_close {
        position: absolute;
        top: 3px;
        right: 10px;
        color: #839295;
        cursor: pointer;
        font-size: 25px;
        font-family: 'hnmd';
    }

    .new_popup h4 {
        font-size: 21px;
        line-height: 22px;
        margin: 6px 0px 32px 0px;
        font-family: "hnro";
    }

    /*.new_popup h3{
    font-size: 25px;
	line-height: 30px;
	margin: 44px 0px 0px 0px;
}

.new_popup h4{
	font-size: 18px;
	line-height: 22px;
	margin: 6px 0px 39px 0px;
	
}

.new_popup h4 span{
	width: 31px;
	height: 23px;
	background: url("../img/split_home.png") -451px -111px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}*/
    /* LOGINS */
    .new_popup.pop_login_ccard h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 44px 0px 0px 0px;
        color: #000000 !important;
    }

    .new_popup.pop_login_ccard h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0px 39px 0px;
        color: #000000 !important;
    }

        .new_popup.pop_login_ccard h3 span {
            width: 31px;
            height: 23px;
            background: url("../img/split_home.png") -451px -111px;
            display: inline-block;
            margin-left: 10px;
            vertical-align: middle;
        }

    .new_popup .pop_container .pop2_btn {
        margin: 25px auto 40px;
    }

    /* LOGINS */

    /*PEDIR CCARD*/
    .new_popup.pop_login_ccard form {
        margin: 20px auto 28px;
        width: 336px;
        border-bottom: 1px solid #B5BEBF;
        padding-bottom: 32px;
    }

        .new_popup.pop_login_ccard form .new_btn {
            margin-top: 10px;
            margin-bottom: 30px;
        }

    .new_popup.pop_login_ccard .link {
        color: #839294;
        font-size: 16px;
        display: block;
        text-decoration: underline;
    }

    .new_popup.pop_login_ccard .pop_container > .row:nth-child(3) h2 {
        margin-top: 0px;
    }

    .new_popup.pop_login_ccard .pop_container > .row:nth-child(3) h3 {
        margin-top: 21px;
        margin-bottom: 0px;
    }


    .new_popup h3,
    .new_popup h2 {
        color: #4093B2;
        margin-top: 45px;
        margin-bottom: 0px;
        font-size: 35px;
        font-family: "hnmd";
        font-weight: 100;
    }


    /*MIGRACIÓN*/
    .new_popup .pop_field {
        width: 100%;
        text-align: left;
    }

    .new_popup.pop_cinesacard .new_btn {
        margin-top: 29px;
    }
    /* /MIGRACIÓN*/

    /*ALTA USUARIO*/

    /*ALTA CONFIRMACIÓN*/
    .new_popup .new_mail {
        width: 93px;
        height: 95px;
        margin: 30px auto;
        background-position: -651px -8px;
    }

.pop_confirmacion p .pop_dest {
    color: #4093B2;
}

.pop_confirmacion p.pop_curs {
    font-style: italic;
    color: #839294;
}

.new_popup.pop_confirmacion .new_btn {
    margin: 39px auto 53px auto;
}
/* /ALTA CONFIRMACIÓN*/


/*LOGIN*/
.new_popup.pop_login_ccard h2,
.new_popup.pop_login_ccard h3 {
    color: #000000;
    font-family: "hnlt";
}

.new_popup.pop_login_ccard span.anim-input-span {
    width: 100%;
    max-width: 336px;
}

.new_popup.pop_login_ccard form {
    width: 448px;
}

.new_popup.pop_login_ccard form {
    width: 448px;
}

.new_popup.pop_login_ccard .new_btn {
    width: 342px;
    height: 55px;
    line-height: 55px;
}
/*/LOGIN*/


.new_popup.pop_registro_2 h3 span,
.new_popup.pop_registro_3 h3 span,
.new_popup.pop_registro_activacion h3 span {
    border-left: 2px solid #4093B2;
    margin-left: 15px;
    padding-left: 15px;
}

.new_popup.pop_registro_2 form,
.new_popup.pop_registro_3 form {
    margin-top: 45px;
}

.new_popup.pop_registro_2 .pop_container .row .row, .new_popup.pop_registro_3 .pop_container .row .row {
    margin: 0 12px 10px;
    text-align: left;
    vertical-align: top;
    width: 255px;
}

.new_popup .pop_field.pop_field_check.first_check {
    margin-top: 20px;
}

.new_popup.pop_registro_2 .anim-input-span {
    width: 255px;
    display: inline-block;
    margin: 11px 0px 11px 0px;
}

.new_popup.pop_registro_2 .password_min {
    font-size: 11px;
    font-family: "hnlt";
    color: #839293;
    margin: 0;
    position: relative;
    /*left: 332px;*/
    width: 253px;
    text-align: left;
    top: -18px;
}

.new_popup.pop_registro_2 .anim_checkbox {
    margin: 0px 0px 0px 49px;
    width: 100%;
}

.new_popup.pop_registro_2 .row_chk {
    margin-top: 31px;
}

.pop_registro_2 form > .mini, .pop_registro_3 form > .mini {
    font-size: 11px;
    font-style: italic;
    color: #999999;
    margin: 30px 0 35px;
}

/*.pop_registro_3 .img_ccard,
.pop_cupon .img_ccard*/
.img_ccard {
    width: 112px;
    height: 79px;
    background-position: -523px -8px;
    margin: 30px auto 0 auto;
}

.new_popup.pop_cupon .img_ccard {
    margin-bottom: 30px;
}

.img_logo_cinesa {
    width: 190px;
    height: 245px;
    background-position: -844px -485px;
    margin: 25px auto 49px auto;
}

.pop_registro_3 form > .row > div p {
    font-size: 14px;
    color: #909090;
    margin: 0 0 5px 10px;
}

.pop_registro_3 form > .row > div.pop_field_check label {
    padding-left: 0px;
}

.pop_registro_3 #dd_pop_registro_3_alta,
.pop_registro_3 #mm_pop_registro_3_alta,
.pop_registro_3 #aaaa_pop_registro_3_alta {
    width: 81px;
}

#dd_actualizacion,
#mm_actualizacion,
#aaaa_actualizacion {
    width: 69px;
}

.radiobox.rb2 {
    font-family: "hnlt" !important;
}
/*CUMPLEAÑOS SELECT*/
#dd_pop_registro_3_alta .radiobox.rb2,
#mm_pop_registro_3_alta .radiobox.rb2,
#aaaa_pop_registro_3_alta .radiobox.rb2 {
    min-width: 69px;
}

    #dd_pop_registro_3_alta .radiobox.rb2 ul,
    #mm_pop_registro_3_alta .radiobox.rb2 ul,
    #aaaa_pop_registro_3_alta .radiobox.rb2 ul {
        min-width: 79px;
    }

    #dd_pop_registro_3_alta .radiobox.rb2.rb_left ul,
    #mm_pop_registro_3_alta .radiobox.rb2.rb_left ul,
    #aaaa_pop_registro_3_alta .radiobox.rb2.rb_left ul {
        right: 0px;
    }
/* /CUMPLEAÑOS SELECT*/

.pop_registro_3 form > .row > div {
    width: 256px;
}

.pop_registro_3 form .anim-input-span {
    max-width: 257px;
    width: 100%;
}

.pop_registro_3 label.anim_checkbox {
    display: block;
    margin-left: 15px;
}

.pop_field.pop_field_check p {
    width: 484px;
    font-size: 13px !important;
    margin-top: 7px !important;
}

.pop_field.pop_field_check .anim_checkbox_box {
    vertical-align: top;
}

.pop_cupon .row .mini {
    font-size: 10px;
    color: #999999;
    font-style: italic;
    margin: 0 0 30px;
    line-height: 18px;
}

/* POP FINAL REGISTRO / MIGRACIÓN */
.new_popup.pop_final_reg p,
.new_popup.pop_final_mig p {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin: 0px;
}

    .new_popup.pop_final_reg p > span {
        font-weight: bold;
    }

.new_popup.pop_final_reg .new_btn,
.new_popup.pop_final_mig .new_btn {
    margin: 28px auto 42px auto;
}
/* /POP FINAL REGISTRO */

.cc_container, .cc_message, .cc_btn {
    animation-duration: 0.1s !important;
    -webkit-animation-duration: 0.1s !important;
    -moz-animation-duration: 0.1s !important;
    -o-animation-duration: 0.1s !important;
    -webkit-animation-name: none !important;
    animation-name: none !important;
    animation: none !important;
}

/*CCARD TAQUILLA*/
.pop_cupon ul {
    width: 446px;
    margin: 0 auto 20px;
    text-align: left;
    padding-left: 0px;
}

.pop_cupon li {
    font-size: 16px;
    color: #000000;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}

    .pop_cupon li span {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 100%;
        background: #f0f0f0;
        color: #4295B3;
        display: inline-block;
        font-family: "hnmd";
        font-size: 20px;
        margin-right: 11px;
    }
/* /CCARD TAQUILLA*/

/* CCARD ACTIVADA */
.new_popup.pop_bienvenida_activar .new_btn {
    margin: 19px auto 58px auto;
}

.new_popup.pop_bienvenida_activar p {
    margin: 0 auto 27px auto;
    font-family: "hnlt";
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
/* /CCARD ACTIVADA */

/* ACTIVAR CCARD*/

.new_popup.pop_registro_activacion .activacion_p {
    font-size: 11px;
    color: #839292;
    line-height: 19px;
    text-align: left;
}

.new_popup.pop_registro_activacion form .row {
    width: 255px;
    display: block;
    margin-bottom: 20px;
}

.new_popup.pop_registro_activacion .anim-input-span {
    max-width: 255px;
    width: 100%;
}

.new_popup.pop_registro_activacion .row > p > span {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: -358px 0px;
    cursor: pointer;
    margin-left: 8px;
    margin-top: 2px;
    position: absolute;
}

/* GLOBO INFO ACTIVACIÓN */
.new_popup.pop_registro_activacion .activacion_info {
    position: absolute;
    width: 174px;
    font-size: 11px;
    font-style: italic;
    color: #667377;
    padding: 10px 6px;
    z-index: 100000;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #DADFE0;
    border-radius: 20px;
    right: -100px;
    top: 34px;
}

    .new_popup.pop_registro_activacion .activacion_info.arrow_box:after,
    .new_popup.pop_registro_activacion .activacion_info.arrow_box:before {
        left: 21%;
        border-bottom-color: #DADFE0;
    }

    .new_popup.pop_registro_activacion .activacion_info.arrow_box:after {
        border-width: 8px;
        margin-left: -8px;
    }

    .new_popup.pop_registro_activacion .activacion_info.arrow_box:before {
        border-width: 11px;
        margin-left: -11px;
    }

    .new_popup.pop_registro_activacion .activacion_info p {
        margin: 0 auto;
    }

        .new_popup.pop_registro_activacion .activacion_info p:nth-child(1) {
            margin-bottom: 7px;
        }

    .new_popup.pop_registro_activacion .activacion_info span {
        font-weight: bold;
    }

    .new_popup.pop_registro_activacion .activacion_info a {
        color: #4194B2;
    }
/* /GLOBO INFO ACTIVACIÓN */

.pop_registro_activacion form .row > p {
    color: #909090;
    font-size: 11px;
    margin: 0 0 5px 2px;
}

.pop_registro_activacion .anim-input-span {
    width: 100%;
    margin: 0 auto;
}

.new_popup.pop_registro_activacion .new_btn {
    width: 342px;
    height: 55px;
}

.pop_registro_3_activacion #dd_activacion,
.pop_registro_3_activacion #mm_activacion,
.pop_registro_3_activacion #aaaa_activacion {
    width: 80px;
}

    .pop_registro_3_activacion #dd_activacion .radiobox.rb2,
    .pop_registro_3_activacion #mm_activacion .radiobox.rb2,
    .pop_registro_3_activacion #aaaa_activacion .radiobox.rb2 {
        min-width: 80px;
    }

        .pop_registro_3_activacion #dd_activacion .radiobox.rb2 ul,
        .pop_registro_3_activacion #mm_activacion .radiobox.rb2 ul,
        .pop_registro_3_activacion #aaaa_activacion .radiobox.rb2 ul {
            min-width: 80px;
        }

        .pop_registro_3_activacion #dd_activacion .radiobox.rb2.rb_left ul,
        .pop_registro_3_activacion #mm_activacion .radiobox.rb2.rb_left ul,
        .pop_registro_3_activacion #aaaa_activacion .radiobox.rb2.rb_left ul {
            right: 0px;
        }
/* /ACTIVAR CCARD*/

/*NEW POPUP RESPONSIVE*/
@media (max-width: 767px) {
    .new_popup {
        width: calc(100% - 20px) !important;
        margin: 0 auto;
        left: 10px;
        top: 100px;
    }

        .new_popup label.anim_checkbox {
            width: 356px !important;
            margin: 0 auto !important;
        }

            .new_popup label.anim_checkbox > p {
                margin-top: 8px;
                width: 322px;
            }

        .new_popup .anim_checkbox .anim_checkbox_box {
            vertical-align: top;
        }
}

@media (max-width: 602px) {
    /*ANIMATED INPUT*/
    .anim-input-span {
        margin: 0px auto;
    }
}

@media (max-width: 480px) {
    .new_popup {
        width: 100% !important;
        left: 0px;
        top: 0px;
    }

        .new_popup label.anim_checkbox {
            width: 356px;
            margin: 0 auto;
        }

            .new_popup label.anim_checkbox > p {
                margin-top: 8px;
                width: 315px;
            }

        .new_popup .anim_checkbox .anim_checkbox_box {
            vertical-align: top;
        }
}

/*/NEW POPUP*/

header #cinefavorito_header.logged a.user_img > div.fb {
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 15px;
}

.pac-container {
    z-index: 9999999999999;
}


/* ---- PARTCIAL ------ */

/* NEW POPUP LOGIN GENERAL */
.pop_login_general h2 {
    font-size: 20px;
    margin: 40px 0 25px;
    color: #000000;
    line-height: 18px;
    text-align: center;
    font-family: "hnlt";
    font-weight: normal;
}

.pop_login_general h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-family: "hnlt";
    font-size: 16px;
    color: #4194b2;
    font-size: 16px;
    line-height: 14px;
    font-style: italic;
    padding-right: 30px;
    position: relative;
}

    .pop_login_general h3 > span {
        background: rgba(0, 0, 0, 0) url("../img/split_home.png") repeat scroll -421px -111px;
        height: 17px;
        margin-left: 8px;
        position: absolute;
        width: 23px;
    }

.pop_login_general .pop_close {
    color: #869294;
    cursor: pointer;
    display: block;
    font-size: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-family: "hnlt";
}

.pop_login_general .sociallogin_btn {
    margin-top: 0px;
    width: 342px;
}

.pop_login_general .pop_container .pop2_btn {
    margin: 30px auto;
    font-family: Verdana;
}

.pop_login_general .link {
    font-size: 16px;
    margin: 20px 0;
    color: #839294;
    line-height: 14px;
}

.pop_login_general .separador {
    margin: 30px auto 0;
    width: 433px;
    background: #b5bebf none repeat scroll 0 0;
    height: 1px;
}

.pop_registro_2 form > .row_recaptcha > div {
    width: 305px;
    margin-top: 25px;
}
/* ------------------------------------------------------------ */
/* COLOR USUARIO UNICO (AZUL CLARO) */
/* ------------------------------------------------------------ */
.color_user, .color_user h3 span, .color_user .anim-input-label-color-1::after {
    border-color: #29bbc7 !important;
}

    .color_user .pop2_btn, .color_user a.new_btn, .color_user h2:after, .color_user .new_btn, .color_user .progress_bar {
        background-color: #29bbc7 !important;
    }

    .color_user h2, .color_user h3, .color_user p .pop_dest {
        color: #29bbc7 !important;
    }

@media all and (min-width:1024px) {
    .color_user .pop2_btn:hover, .color_user a.new_btn:hover, .color_user .new_btn:hover {
        background-color: #18aab6 !important;
    }
}
/* ------------------------------------------------------------ */
/* COLOR CINESA CARD (AZUL OSCURO) */
/* ------------------------------------------------------------ */
.color_ccard, .color_ccard h3 span, .color_ccard .rb_checked, .color_ccard .anim-input-label-color-1::after {
    border-color: #4093b2 !important;
}

    .color_ccard .new_btn, .color_ccard .progress_bar {
        background-color: #4093b2 !important;
    }

    .color_ccard h2, .color_ccard h3, .color_ccard li span, .color_ccard .activacion_info a {
        color: #4093b2 !important;
    }

@media all and (min-width:1024px) {
    .color_ccard .new_btn:hover {
        background-color: #2f82a1 !important;
    }
}
/* ------------------------------------------------------------ */
/* DISABLED */
/* ------------------------------------------------------------ */
.color_ccard input[disabled], .color_user input[disabled] {
    background-color: #aaaaaa !important;
}
/* ------------------------------------------------------------ */
/* FIX POPUPS VARIOS
/* ------------------------------------------------------------ */
.pop_login_general a.pop2_btn, .pop_final_reg a.new_btn {
    line-height: 55px;
}

.pop_final_reg .img_logo_cinesa, .pop_cinesacard .img_logo_cinesa {
    height: 240px;
    background-position: -844px -491px;
    margin-top: -8px;
}

.pop_final_reg h2:after, .pop_cinesacard h2:after {
    content: "";
    position: relative;
    display: block;
    width: 76px;
    height: 5px;
    margin: 34px auto 0;
    border-radius: 4px;
}

.new_popup.pop_registro_2, .new_popup.pop_registro_3, .new_popup.pop_registro_activacion {
    border-top: none;
}

/* ------------------------------------------------------------ */
/* TABLA PUNTOS */
/* ------------------------------------------------------------ */
.gift_container {
    position: relative;
}

    .gift_container ul {
        padding: 0 20px;
    }

.gift {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    font-family: "hnmd";
    font-size: 15px;
    width: 104px;
    height: 107px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 80px;
    background-color: #DADFE0;
}

.gift_destacado {
    width: 137px;
    height: 134px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 0;
}

.gift .gift_img {
    position: absolute;
    width: 104px;
    height: 107px;
    top: 0;
    left: 0;
    background-size: 100%;
}

.gift_destacado .gift_img {
    width: 137px;
    height: 134px;
}

.gift_puntos {
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 100%;
    bottom: -40px;
    text-align: center;
    color: #4393b2;
}

.gift_rollhover {
    position: absolute;
    background: #4393b2;
    width: calc(100% - 10px);
    height: 0px;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    padding: 3px 5px;
    transition: 0.5s;
    color: #ffffff;
    line-height: 16px;
    font-size: 13px;
}

.gift:hover .gift_rollhover {
    padding: 5px 5px;
    height: 97px;
}

.gift_rollhover span {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    white-space: pre-wrap;
}

.gift_destacado .gift_rollhover, .gift_destacado:hover .gift_rollhover {
    height: 32px;
    padding: 3px 5px;
}

.gift .gift_titulo {
    position: absolute;
    width: calc(100% + 12px);
    height: 45px;
    line-height: 45px;
    top: -68px;
    left: 0;
    margin: 0;
    border-bottom: 3px solid #4393b2;
    font-family: "hnlt";
    color: #4393b2;
    text-align: left;
}

.gift.gift_last .gift_titulo {
    width: 100%;
}

#g_container {
    height: 270px;
    overflow: hidden;
}

    #g_container.open {
        height: auto;
    }

#btn_g_container, #btn_landing_promos {
    font-family: "hnlt";
    color: #99a5a6;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
}

#btn_landing_promos {
    margin: 30px 0 20px;
}

#landing_promos {
    height: 200px;
    overflow: hidden;
}

    #landing_promos.open {
        height: auto;
    }

    #landing_promos > a {
        margin-bottom: 7px;
        display: inline-block;
    }

@media all and (max-width: 640px) {
    .gift {
        width: 100px;
        height: 103px;
        margin-left: 4px;
        margin-right: 4px;
    }

        .gift:hover .gift_rollhover {
            height: 93px;
        }

    .gift_destacado {
        width: 137px;
        height: 134px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .gift_destacado:hover .gift_rollhover {
            height: 32px;
        }

    #g_container {
        height: 0px;
    }
}
/* ------------------------------------------------------------ */
/* MI AREA */
/* ------------------------------------------------------------ */
#ma_resumen .ma_img, #ma_resumen .ma_info span, #ma_resumen .ma_mi_perfil h3 span,
#ma_resumen .row_fb span, #ma_resumen .ma_mi_perfil input.new_btn {
    background-image: url('../img/sprite_mi_area.png');
}

#ma_resumen .ma_container .anim-input-label-color-1::after {
    border-color: #4093b2;
}

#ma_resumen aside {
    top: 45px;
}

#ma_resumen section {
    top: 25px;
    margin-bottom: 75px;
}

#ma_resumen .ma_menu {
    margin-bottom: 10px;
}

    #ma_resumen .ma_menu ul {
        margin-bottom: 0;
    }

#ma_resumen .ma_container {
    position: relative;
    background: none;
    font-family: "hn";
    font-size: 16px;
    color: #000000;
    text-align: center;
}

    #ma_resumen .ma_container .row {
        margin-bottom: 9px;
        background: #ffffff;
        padding: 1px 0;
        position: relative;
    }

    #ma_resumen .ma_container h4 {
        margin: 0;
        padding: 0 20px;
        text-align: left;
        color: #0e99fe;
    }

#ma_resumen .ma_img, #ma_resumen .ma_sub_container {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

#ma_resumen .ma_img {
    width: 286px;
    height: 202px;
    background-position: -12px -11px;
    margin: 85px 36px 0 60px;
}

#ma_resumen .ma_sub_container {
    margin: 35px 30px 0 0;
    width: calc(100% - 420px);
}

#ma_resumen .ma_container h2 {
    margin: 0;
    font-family: "hnbld";
    font-size: 45px;
    color: #4396b2;
}

#ma_resumen .ma_container .ma_dest {
    margin: 10px 0 0;
    font-family: "hnro";
    font-size: 20px;
}

    #ma_resumen .ma_container .ma_dest + p {
        margin: 31px auto 0;
        font-family: "hnlt";
        font-size: 15px;
        max-width: 259px;
    }

#ma_resumen .new_btn {
    color: #ffffff;
    line-height: 50px;
    height: 50px;
    width: 298px;
    margin-top: 22px;
}

#ma_resumen input.new_btn {
    margin: 27px auto 46px;
}

#ma_resumen .ma_hr {
    background: #cccccc;
    height: 1px;
    width: calc(100% - 40px);
    display: inline-block;
    position: relative;
}

#ma_resumen .ma_info {
    font-family: "hnro";
    font-style: italic;
    font-size: 16px;
    margin: 36px 0 25px;
    position: relative;
}

    #ma_resumen .ma_info a {
        color: #4396b2;
    }

    #ma_resumen .ma_info span {
        position: absolute;
        display: inline-block;
        width: 26px;
        height: 26px;
        background-position: -326px -165px;
        margin-left: -36px;
    }

#ma_resumen .ma_container h3 {
    margin: 30px 0 0;
    font-family: "hnbld";
    font-size: 25px;
    color: #4396b2;
}

    #ma_resumen .ma_container h3 + p {
        font-size: 18px;
        font-family: "hnlt";
    }

#ma_resumen .ma_new_ccard form {
    width: calc(100% - 40px);
    max-width: 540px;
    margin: 0 auto;
    text-align: left;
}

#ma_resumen .form_row {
    position: relative;
    display: block;
    margin: 0 0 3px;
    padding: 0;
    width: 100%;
}

#ma_resumen .ma_container .anim-input-span, #ma_resumen .ma_container .ma_form_field {
    display: inline-block;
    vertical-align: top;
    max-width: 255px;
    margin-bottom: 10px;
}

#ma_resumen .ma_container .ma_form_field {
    margin-right: 22px;
}

    #ma_resumen .ma_container .ma_form_field p {
        color: #909090;
        font-size: 11px;
        margin: 0 0 9px 2px;
    }

#ma_resumen .ma_container .radiobox.rb2 li {
    overflow: hidden;
}

#ma_resumen .ma_new_ccard_2 .r2 {
    border-top: 4px solid #4295b3;
    background: none;
}

#ma_resumen .ma_new_ccard_2 .ma_container_close {
    position: absolute;
    font-family: "hn";
    font-size: 25px;
    color: #839295;
    top: 5px;
    right: 10px;
}

#ma_resumen .ma_new_ccard_2 .ma_img {
    width: 173px;
    height: 132px;
    background-position: -207px -225px;
    margin: 28px 0 0 32px;
}

#ma_resumen .ma_new_ccard_2 .ma_sub_container {
    width: calc(100% - 255px);
    margin-top: 24px;
}

    #ma_resumen .ma_new_ccard_2 .ma_sub_container h2 {
        font-size: 30px;
    }

    #ma_resumen .ma_new_ccard_2 .ma_sub_container .ma_dest {
        font-size: 16px;
        margin-top: 28px;
        line-height: 25px;
    }

        #ma_resumen .ma_new_ccard_2 .ma_sub_container .ma_dest span {
            color: #4093b2;
        }

#ma_resumen .ma_mi_perfil .row {
    margin: 0;
}

#ma_resumen .pre_progress_bar, #ma_resumen .post_progress_bar, #ma_resumen .progress_bar_container {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 18px;
    height: 30px;
    line-height: 30px;
}

#ma_resumen .pre_progress_bar {
    width: 23%;
    color: #29bbc7;
    font-family: "hnmd";
    font-size: 20px;
    text-align: left;
}

#ma_resumen .progress_bar_container {
    width: 40%;
    height: 21px;
    margin-top: 23px;
    background: #dadfe0;
}

#ma_resumen .progress_bar {
    background-color: #29bbc7;
    height: 21px;
}

#ma_resumen .post_progress_bar {
    width: calc(31% - 20px);
    text-align: left;
    padding: 0 10px;
    font-family: "hnro";
    font-size: 16px;
    color: #839294;
}

    #ma_resumen .post_progress_bar span {
        color: #29bbc7;
    }

#ma_resumen .ma_mi_perfil h3 {
    position: relative;
    width: 300px;
    font-family: "hnro";
    color: #29bbc7;
    font-size: 20px;
    text-align: left;
    margin: 29px 0 0 70px;
}

    #ma_resumen .ma_mi_perfil h3 span {
        position: absolute;
        width: 42px;
        height: 42px;
        margin-left: -50px;
        margin-top: -5px;
    }

#ma_resumen .ma_mi_perfil .s1 span {
    background-position: -262px -439px;
}

#ma_resumen .ma_mi_perfil .s2 span {
    background-position: -320px -440px;
}

#ma_resumen .ma_mi_perfil .s3 span {
    background-position: -261px -387px;
}

#ma_resumen .ma_mi_perfil .s4 span {
    background-position: -319px -387px;
}

#ma_resumen .ma_mi_perfil .s5 span {
    background-position: -262px -492px
}

#ma_resumen .ma_mi_perfil .form_row {
    width: calc(100% - 80px);
    margin-left: 70px;
    text-align: left;
}

#ma_resumen .ma_mi_perfil .anim-input-label-color-1::after {
    border-color: #29bbc7;
}

#ma_resumen .ma_mi_perfil .radiobox.rb2 .rb_icon::before {
    color: #b5bebf;
}

#ma_resumen .ma_mi_perfil .rb_checked .radiobox.rb2 .rb_icon::before {
    color: #29bbc7;
}

#ma_resumen .b_change_mail, #ma_resumen .b_change_pass {
    display: inline-block;
    vertical-align: top;
    font-family: "hnlt";
    font-size: 16px;
    color: #839294;
    text-decoration: underline;
    cursor: pointer;
    margin: 46px 0 0;
}

#ma_resumen .minpass {
    font-family: "hnlt";
    font-size: 11px;
    color: #839294;
    font-style: italic;
    margin: 0;
}

#ma_resumen .ma_container .anim-input-span.input_new_pass {
    max-width: 220px;
}

#ma_resumen .ma_container .anim-input-span {
    margin-right: 22px;
    width: 255px;
}

#ma_resumen .ma_mi_perfil .form_row.row_fb, #ma_resumen .ma_mi_perfil .form_row.row_fb_2 {
    margin-top: 37px;
    margin-left: 120px;
    width: calc(100% - 130px);
    font-family: "hnro";
}

    #ma_resumen .ma_mi_perfil .form_row.row_fb a {
        color: #839294;
        text-decoration: underline;
    }

#ma_resumen .row_fb span {
    position: absolute;
    width: 36px;
    height: 36px;
    background-position: -323px -117px;
    top: -7px;
    left: -50px;
}

#ma_resumen .ma_mi_perfil .form_row.row_fb_2 {
    margin: 30px 0 30px 70px;
}

    #ma_resumen .ma_mi_perfil .form_row.row_fb_2 > span {
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: auto;
        height: 38px;
        line-height: 38px;
    }

#ma_resumen .onoffswitch {
    display: inline-block;
    margin: 0 10px;
    width: 67px;
    height: 32px;
}

#ma_resumen .onoffswitch-label {
    border-radius: 20px;
}

#ma_resumen .onoffswitch-inner:before, #ma_resumen .onoffswitch-inner:after {
    font-family: "hnro";
    font-size: 16px;
}

#ma_resumen .onoffswitch-inner:before {
    padding-left: 5px;
    background-color: #29bbc7;
}

#ma_resumen .onoffswitch-inner:after {
    padding-right: 5px;
    background-color: #D3D3D3;
}

#ma_resumen .onoffswitch-switch {
    margin: 4px;
    right: 29px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}

#ma_resumen .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

#ma_resumen .ma_mi_perfil .rb_checked {
    border-bottom: 3px solid #29bbc7;
}

#ma_resumen .ma_mi_perfil #dd, #ma_resumen .ma_mi_perfil #mm {
    max-width: 70px;
    margin-right: 8px;
}

#ma_resumen .ma_mi_perfil #aaaa {
    max-width: 90px;
}

#ma_resumen .ma_mi_perfil h3.s4 {
    margin-bottom: 15px;
}

#ma_resumen .ma_mi_perfil input.new_btn {
    background-color: #29bbc7 !important;
    margin-top: 43px;
    padding-left: 34px;
    background-position: 38px -508px;
}

#ma_resumen .ma_mi_perfil .mini {
    font-family: "hnlt";
    font-size: 11px;
    font-style: italic;
    color: #839294;
    margin: 5px 0;
}

    #ma_resumen .ma_mi_perfil .mini:last-child {
        margin-bottom: 40px;
    }

#ma_resumen .ma_container.ma_new_ccard .form_row > span {
    margin-right: 0;
}

#ma_resumen.ma_ccard .sinccard {
    font-family: "hn";
    color: #4093b2;
}

    #ma_resumen.ma_ccard .sinccard .noactivada .ma_dest, #ma_resumen.ma_ccard .sinccard .mini {
        color: #4093b2;
    }

    #ma_resumen.ma_ccard .sinccard > p:not(.ma_dest), #ma_resumen.ma_ccard .noactivada .ma_dest.mid {
        color: #000000;
    }

#ma_resumen .container_radiobox.readonly::before {
    color: #b5bebf;
    content: "▾";
    font-size: 35px;
    height: 21px;
    left: 0;
    line-height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 27px;
}

/* SKIN */
@media all and (min-width:1279px) {
    .skin #ma_resumen section {
        margin: 0 0 50px 15px;
        top: 24px;
    }

    .skin #ma_resumen .ma_container.ma_mi_perfil .row {
        padding: 1px 0;
    }

    .skin #ma_resumen .ma_container .ma_img {
        background-position: -12px -244px;
        margin: 70px 25px 0;
        width: 148px;
        height: 104px;
    }

    .skin #ma_resumen .ma_sub_container {
        width: calc(100% - 210px);
        margin: 20px 0 0;
    }

    .skin #ma_resumen .ma_info {
        width: calc(100% - 55px);
        text-align: left;
        margin-left: 53px;
    }

    .skin #ma_resumen article h4 {
        margin-bottom: 0;
    }

    .skin #ma_resumen .ma_container .pre_progress_bar {
        width: 100px;
    }

    .skin #ma_resumen .ma_container .post_progress_bar {
        width: 35%;
    }

    .skin #ma_resumen .ma_container .anim-input-span.input_new_pass {
        max-width: 255px;
    }

    .skin #ma_resumen .minpass {
        width: 100%;
        display: inline-block;
    }

    .skin #ma_resumen .form_row.row_fb, .skin #ma_resumen .form_row.row_fb_2 > span {
        font-size: 13px;
    }
}

/* HOVERS */
@media all and (min-width:1024px) {
    #ma_resumen .new_btn:hover {
        background-color: #2f82a1 !important;
    }

    #ma_resumen .ma_mi_perfil input.new_btn:hover {
        background-color: #18aabe !important;
    }

    #ma_resumen .ma_info a:hover {
        text-decoration: underline;
    }

    #ma_resumen.ma_ccard .sinccard .mini:hover {
        text-decoration: underline;
    }

    #activar_ccard span#btn_faq:hover {
        text-decoration: underline;
    }
}

@media all and (max-width:1160px) {
    #ma_resumen section {
        padding-bottom: 0;
    }

    #ma_resumen .ma_container .pre_progress_bar {
        width: 100px;
    }

    #ma_resumen .ma_container .post_progress_bar {
        width: 240px;
    }

    #ma_resumen .ma_container .progress_bar_container {
        width: calc(100% - 410px);
    }

    #ma_resumen .ma_info {
        width: calc(100% - 55px);
        text-align: left;
        margin-left: 53px;
    }

    #ma_resumen .minpass {
        width: 100%;
        display: inline-block;
    }

    #ma_resumen .ma_container .anim-input-span.input_new_pass {
        max-width: 255px;
    }

    #ma_resumen .form_row.row_fb, #ma_resumen .form_row.row_fb_2 > span {
        font-size: 13px;
    }
}

@media all and (max-width:1024px) {
    #ma_resumen .ma_new_ccard .ma_img {
        background-position: -12px -244px;
        margin: 70px 25px 0;
        width: 148px;
        height: 104px;
    }

    #ma_resumen .ma_sub_container {
        width: calc(100% - 210px);
        margin: 20px 0 0;
    }
}

@media all and (max-width:800px) {
    #ma_resumen .ma_new_ccard .ma_img {
        position: absolute;
        left: 50%;
        margin-left: -74px;
        top: 72px;
    }

    #ma_resumen .ma_sub_container {
        width: calc(100% - 20px);
        margin: 20px 0 0;
    }

    #ma_resumen .ma_container h2 {
        font-size: 40px;
    }

    #ma_resumen .ma_new_ccard .ma_dest {
        margin-bottom: 154px;
    }

    #ma_resumen .ma_container .ma_dest + p {
        font-size: 18px;
        max-width: 280px;
    }

    #ma_resumen .ma_info {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 100px);
    }

    #ma_resumen .ma_new_ccard form {
        max-width: 300px;
        text-align: center;
    }

    #ma_resumen .ma_container .ma_form_field {
        margin-right: 0;
        text-align: left;
    }

    #ma_resumen .ma_new_ccard > .row:first-child, #ma_resumen .ma_new_ccard_2 > .row:first-child {
        display: none;
    }

    #ma_resumen .ma_new_ccard_2 .ma_img {
        position: absolute;
        width: 83px;
        height: 63px;
        background-position: -142px -389px;
        left: 40px;
        top: 10px;
    }

    #ma_resumen .ma_new_ccard_2 .ma_sub_container {
        width: 100%;
    }

    #ma_resumen .ma_new_ccard_2 h2 {
        width: 340px;
        margin-left: 180px;
        text-align: left;
    }
}

@media all and (max-width:767px) {
    #ma_resumen section {
        margin-left: 10px;
    }

    header #menu {
        height: 47px;
    }
}

@media all and (max-width:640px) {
    #ma_resumen .ma_new_ccard_2 .ma_img {
        left: 20px;
        margin-left: 0;
    }

    #ma_resumen .ma_new_ccard_2 h2 {
        width: 340px;
        margin-left: 120px;
    }

    #ma_resumen .ma_container .pre_progress_bar {
        width: calc(100% - 40px);
    }

    #ma_resumen .ma_container .post_progress_bar {
        width: 240px;
    }

    #ma_resumen .ma_container .progress_bar_container {
        width: calc(100% - 304px);
    }
}

#ma_resumen #main {
    min-height: 650px;
}

.skin body#alta_ccard main .alta_ventajas > img {
    margin-left: 30px;
    margin-right: 30px;
    vertical-align: top;
    width: 25%;
    padding-top: 10%;
}

/* ------------------------------------------------------------ */
/* FAQ */
/* ------------------------------------------------------------ */
#faq main {
    background: url("../img/fondoMGM.jpg") no-repeat fixed 50% 0;
}

#faq #main {
    min-height: 600px;
}

#faq .faq_container {
    background: #ffffff none repeat scroll 0 0;
    padding: 1px 0 50px;
    margin: 50px 0;
}

#faq h2 {
    position: relative;
    font-family: "hn";
    font-size: 35px;
    color: #333333;
    text-align: center;
}

    #faq h2:after {
        content: "";
        width: 75px;
        height: 6px;
        border-radius: 5px;
        background: #9AA6A9;
        display: block;
        margin: 30px auto;
    }

#faq .user_container, #faq .ccard_container {
    position: relative;
    display: block;
    margin: 0 auto 30px;
    width: calc(100% - 50px);
    max-width: 1050px;
}

    #faq .user_container h3, #faq .ccard_container h3 {
        font-family: "hn";
        font-size: 20px;
        color: #000000;
        padding-left: 22px;
        border-bottom: 2px solid #000000;
        cursor: pointer;
    }

        #faq .user_container h3:before, #faq .ccard_container h3:before {
            content: "▴";
            font-size: 25px;
            position: absolute;
            left: 0;
            top: -2px;
        }

    #faq .user_container h3 {
        border-color: #29bbc7;
    }

        #faq .user_container h3:before {
            color: #29bbc7;
        }

    #faq .ccard_container h3 {
        border-color: #4093b2;
    }

        #faq .ccard_container h3:before {
            color: #4093b2;
        }

#faq .faq_list {
    display: none;
}

#faq .user_container.open .faq_list, #faq .ccard_container.open .faq_list {
    display: block;
}

#faq .user_container.open h3:before, #faq .ccard_container.open h3:before {
    content: "▾";
}


#faq .user_container ul, #faq .ccard_container ul {
    padding: 0;
}

#faq .pregunta {
    position: relative;
    font-family: "hnro";
    font-size: 18px;
    color: #839293;
    border-bottom: 2px solid #f2f4f4;
    cursor: pointer;
}

    #faq .pregunta:after {
        content: "+";
        position: absolute;
        right: 0;
    }

#faq .respuesta {
    font-family: "hnlt";
    font-size: 16px;
    color: #839293;
    display: none;
}

#faq .pregunta.open + .respuesta {
    display: block;
}

#faq .user_container .pregunta.open {
    color: #29bbc7;
}

#faq .ccard_container .pregunta.open {
    color: #4093b2;
}

#faq .respuesta p {
    margin: 12px 0;
    line-height: 20px;
}

#faq .faq_link {
    text-decoration: underline;
}

#faq .user_container .faq_link, #faq .user_container .dest {
    color: #29bbc7;
}

#faq .ccard_container .faq_link, #faq .ccard_container .dest {
    color: #4093b2;
}

#faq ul.faq_sublist {
    padding-left: 30px;
    margin: 0;
}

    #faq ul.faq_sublist li {
        margin-bottom: 3px;
        position: relative;
    }

        #faq ul.faq_sublist li:before {
            content: "•";
            position: absolute;
            margin-left: -13px;
        }
/* SKIN */
@media all and (min-width: 1279px) {
    .skin .faq_container {
        text-align: left;
    }
}

@media all and (max-width: 1279px) {
    .faq_container {
        text-align: left;
    }
}

/* ------------------------------------------------------------ */
/* LANDING USUARIO */
/* ------------------------------------------------------------ */
#alta_ccard .landing_user_container {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 50px;
    text-align: center;
}

#alta_ccard main article {
    display: block;
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
}

#alta_ccard .landing_user_container h2 {
    font-family: "hn";
    color: #29bbc7;
    font-size: 47px;
    padding-top: 31px;
    line-height: 56px;
    margin: 0px;
}

#alta_ccard .landing_user_container h3 {
    font-family: "hnro";
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    margin: 11px 0px 30px 0px;
    font-weight: normal;
    position: relative;
}

    #alta_ccard .landing_user_container h3:after {
        content: "";
        width: 75px;
        height: 6px;
        border-radius: 5px;
        background: #29bbc7;
        display: block;
        margin: 30px auto;
    }

#alta_ccard .landing_user_container .ventajas_container {
    position: relative;
    height: 310px;
}

#alta_ccard .landing_user_container .ventajas_logo {
    background: url("../img/alta_logo.jpg") no-repeat center bottom;
    position: relative;
    width: 310px;
    height: 310px;
    display: inline-block;
}

#alta_ccard .landing_user_container .v1, #alta_ccard .landing_user_container .v2,
#alta_ccard .landing_user_container .v3, #alta_ccard .landing_user_container .v4 {
    font-family: "caeciliaRoman";
    font-size: 20px;
    position: absolute;
    color: #29bbc7;
}

#alta_ccard .landing_user_container .v1 {
    top: 25px;
    left: 150px;
    width: 215px;
    text-align: right;
}

#alta_ccard .landing_user_container .v2 {
    top: 25px;
    right: 190px;
    width: 175px;
    text-align: left;
}

#alta_ccard .landing_user_container .v3 {
    bottom: 18px;
    left: 190px;
    width: 175px;
    text-align: right;
}

#alta_ccard .landing_user_container .v4 {
    bottom: 18px;
    right: 90px;
    width: 275px;
    text-align: left;
}

#alta_ccard .landing_user_container > p {
    font-family: "hnro";
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin: 60px 0 0;
}

#alta_ccard .landing_user_container a.landing_btn {
    background: #29bbc7;
    margin-bottom: 30px;
}

#alta_ccard .landing_user_container .hr {
    display: inline-block;
    background: #ccc;
    width: 80%;
    height: 1px;
    margin: 0 auto;
}

    #alta_ccard .landing_user_container .hr + p {
        margin: 38px auto 15px;
        width: 260px;
        padding-right: 50px;
        display: inline-block;
    }

#alta_ccard .landing_user_container p .uu_heart {
    position: absolute;
    width: 39px;
    height: 30px;
    margin-left: 10px;
    margin-top: -5px;
    background-image: url('../img/sprite_mi_area.png');
    background-position: -69px -521px;
}

#alta_ccard .landing_user_container > p.aviso {
    margin: 0;
    font-family: "hn";
    font-size: 16px;
}

    #alta_ccard .landing_user_container > p.aviso span {
        color: #29bbc7;
    }

    #alta_ccard .landing_user_container > p.aviso a {
        color: #29bbc7;
        text-decoration: underline;
    }
/* HOVER */
@media all and (min-width: 1024px) {
    #alta_ccard .landing_user_container a.landing_btn:hover {
        background: #18aab6;
    }
}
/* SKIN */
@media all and (min-width: 1279px) {
    .skin #alta_ccard .landing_user_container .v1 {
        left: 80px;
    }

    .skin #alta_ccard .landing_user_container .v2 {
        right: 120px;
    }

    .skin #alta_ccard .landing_user_container .v3 {
        left: 120px;
    }

    .skin #alta_ccard .landing_user_container .v4 {
        right: 20px;
    }
}
/* MEDIAS */
@media all and (max-width: 1279px) {
    #alta_ccard .landing_user_container .v1 {
        left: 80px;
    }

    #alta_ccard .landing_user_container .v2 {
        right: 120px;
    }

    #alta_ccard .landing_user_container .v3 {
        left: 120px;
    }

    #alta_ccard .landing_user_container .v4 {
        right: 20px;
    }
}

@media all and (max-width: 920px) {
    #alta_ccard .landing_user_container .v1, #alta_ccard .landing_user_container .v2,
    #alta_ccard .landing_user_container .v3, #alta_ccard .landing_user_container .v4 {
        font-size: 16px;
        width: 170px;
    }

    #alta_ccard .landing_user_container .v1 {
        left: 5%;
    }

    #alta_ccard .landing_user_container .v2 {
        right: 5%;
    }

    #alta_ccard .landing_user_container .v3 {
        left: 5%;
    }

    #alta_ccard .landing_user_container .v4 {
        right: 5%;
        bottom: -5px;
    }
}

@media all and (max-width: 767px) {
    #alta_ccard .landing_user_container h2 {
        font-size: 45px;
    }

    #alta_ccard .landing_user_container h3 {
        font-size: 18px;
    }

    #alta_ccard .landing_user_container .ventajas_container {
        height: auto;
    }

    #alta_ccard .landing_user_container .v1, #alta_ccard .landing_user_container .v2,
    #alta_ccard .landing_user_container .v3, #alta_ccard .landing_user_container .v4 {
        font-size: 18px;
        width: 100%;
        position: relative;
        display: inline-block;
        text-align: center;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 10px;
    }

    #alta_ccard .landing_user_container .ventajas_logo {
        margin-bottom: 35px;
    }

    #alta_ccard .landing_user_container > p {
        margin-top: 30px;
    }

    #alta_ccard .landing_user_container .hr + p {
        padding: 0;
    }

        #alta_ccard .landing_user_container .hr + p .uu_heart {
            display: none;
        }

    #alta_ccard .landing_user_container > p.aviso {
        width: 87%;
        margin: 0 auto;
    }
}

.alert_mask {
    /*z-index: 501000;*/
}

.alert {
    position: fixed;
    width: 460px;
    min-height: 200px;
    left: 50%;
    max-width: 400px;
    margin-left: -200px;
    top: 200px;
    /*z-index: 501001;*/
    background-color: #f0f0f0;
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #666666;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.62);
}

    .alert .alert_close {
        position: absolute;
        top: 5px;
        right: 7px;
        cursor: pointer;
    }

    .alert .alert_btn {
        font-family: "hnBld";
        font-size: 26px;
        color: #ffffff;
        position: absolute;
        bottom: 10px;
        right: 20px;
        width: 98px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #2abbd0;
        border-radius: 7px;
        cursor: pointer;
        border: none;
    }

    .alert > p {
        width: 70%;
        margin: 30px 20px;
    }

    .alert a:hover {
        text-decoration: underline;
    }

p.CCIndexVerMas {
    color: #4393b9;
    text-align: center;
    font-style: italic;
    font-size: 15px;
}

@media (max-width: 639px) {
    p.CCIndexVerMas {
        text-align: center;
        margin-left: auto;
    }
}

.ccard_separador.new_landing_img {
    width: 77px;
    height: 6px;
    background: #4295B3;
    margin: 29px auto 0px;
    border-radius: 9px;
}

#gender_actualizacion {
    border-bottom: 3px solid #29bbc7;
}

aside a.showTableCCardPoints {
    color: #4396B2;
    font-weight: bold;
    margin-top: -15px;
    display: block;
}

    aside a.showTableCCardPoints:hover {
        text-decoration: underline;
    }

#ma_resumen .ma_mi_perfil .readonly + .anim-input-label-color-1::after {
    border-bottom: 1px solid #B5BEBF;
}


/* Intermedio*/
.infoDescriptionContainer {
    width: 165px;
    display: inline-block;
    text-align: left;
    margin-left: 0px;
}

.infoDescriptionBtn {
    background-color: #00bcd2;
    color: white;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    font-size: 15px;
    line-height: 20px;
    text-indent: 7px;
    cursor: pointer;
}

.infoDescriptionContent {
    background-color: #f2f4f4;
    padding: 1px 5px 7px 10px;
    color: #839294;
    border-radius: 5px;
    display: none;
    width: 140px;
    margin-left: 5px;
    margin-top: 15px;
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
}

span.infoDescriptionBtn:hover ~ .infoDescriptionContent {
    display: block;
    position: absolute;
    z-index: 10;
}

.infoDescriptionContentOppen {
    display: block;
    position: absolute;
    z-index: 10;
}

.infoDescriptionContenBefore {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    color: #f2f4f4;
    width: 10px;
    margin-top: -24px;
    margin-bottom: 0px;
    margin-top: -15px;
    font-size: 20px;
    margin-left: -5px;
}

#ficha_pelicula .horarios li .lista_horarios .tipo:has( .infoDescriptionContainer) {
    width: 200px;
}


/* Recuperar PWD */
.frm1.activo .anim-input-span {
    margin: 0px 15px;
}

#recuperarmail article.titulo, #recuperarmail article.titulo h3 {
    background-color: white;
    color: #29BBCF;
    text-indent: 20px;
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    width: calc(100% - 50px);
    text-align: left;
    font-family: "helveticaneue";
    font-weight: bold;
}

#recuperarmail hr {
    border-top: 1px solid #B5BEBF;
    width: calc(100% - 30px) !important;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: -20px;
}

#recuperarmail article.activo h4, #recuperarmail.n_cc article.conf h4 {
    color: black !important;
    font-size: 18px;
    font-family: 'hnlt', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 20px !important;
}

#recuperarmail.n_cc article.conf h4 {
    margin-left: 30px;
}

#recuperarmail .frm1 .cc_btn {
    background: #29BBCF !important;
    margin-left: -5px;
    margin-top: 30px;
}

#recuperarmail .conf {
    width: calc(100% - 50px);
}

    #recuperarmail .conf p {
        color: #000000;
        font-size: 16px;
        margin-left: 35px;
    }

        #recuperarmail .conf p.dest {
            color: #29BBCF;
            font-size: 18px;
            margin-left: 35px;
            font-family: "helveticaneue";
            font-weight: bold;
        }

@media (min-width: 1280px) {
    #recuperarmail .titulo {
        margin-bottom: 0px;
        margin-top: -10px;
    }

    #recuperarmail .frm1 {
        width: calc(100% - 80px);
    }
}

@media (min-width: 768px) {
    #recuperarmail .frm1 {
        width: calc(100% - 80px);
    }

    #recuperarmail article.activo h4, #recuperarmail.n_cc article.conf h4 {
        padding-left: 15x;
    }

    #recuperarmail article.titulo, #recuperarmail article.titulo h3 {
        text-indent: 10px;
    }

    #recuperarmail hr {
        width: calc(100% - 30px) !important;
        margin-left: 15px;
    }

    .frm1.activo .anim-input-span {
        margin: 0px 15px;
    }

    #recuperarmail article.activo h4, #recuperarmail.n_cc article.conf h4 {
        padding-left: 15px;
    }

    #recuperarmail article.titulo, #recuperarmail article.titulo h3 {
        padding-left: 15px;
        text-indent: 0;
        width: calc(100% - 65px);
    }
}


/* Mi cuenta */
@media (max-width: 768px) {
    .anim-input-completado .anim-input-label-contenido, #ma_resumen .ma_container .ma_form_field p {
        font-size: 15px;
    }

    #ma_resumen .ma_container .ma_form_field p {
        font-size: 15px;
        margin: 0 0 0px 2px;
        padding-top: 5px;
    }

    .anim-input-label, #ma_resumen .ma_container .ma_form_field p {
        color: #131415;
    }

    .anim-input-label-contenido {
        padding: 0.6em 0em 0.6em 0em;
        vertical-align: top;
    }

    .anim-input-field {
        height: 30px;
    }

        .anim-input-field:focus + .anim-input-label .anim-input-label-contenido, .anim-input-completado .anim-input-label-contenido {
            padding-top: 24px;
            padding-bottom: 24px;
            font-size: 15px;
        }

    #recuperarmail .frm1 .cc_btn {
        margin-left: auto;
    }

    #recuperarmail article.titulo h3 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    /* Popups*/
    .alert {
        position: fixed;
        width: 80%;
        min-height: 200px;
        left: auto;
        max-width: 80%;
        margin-left: 10%;
        top: 200px;
        /*z-index: 501001;*/
        background-color: #f0f0f0;
        font-family: "Trebuchet MS";
        font-size: 15px;
        color: #666666;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.62);
    }
}
/* ######################################################################### */
/* REDISEÑO CINESA SE MUEVE */
/* ######################################################################### */
#semueve .header_semueve .logo, #semueve main .container h3 span,
#semueve .carrusel_semueve .img_left, #semueve .carrusel_semueve .img_right {
    background-image: url("../img/sprite_semueve.png");
}

#semueve #separador-top {
    display: none !important;
}

#semueve main {
    background: #f0f0f0 url("../img/semueve/bk_semueve.png") no-repeat top;
    background-size: 100%;
    padding: 40px 0 0 0;
    width: 100%;
}

    #semueve main .container {
        width: calc(100% - 16px);
        max-width: 1200px;
        margin: 0 auto 30px;
    }

#semueve .text_semueve {
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #666666;
}

    #semueve .text_semueve strong {
        font-weight: 100;
        color: #00529f
    }

#semueve .header_semueve {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 0;
}

    #semueve .header_semueve .logo, #semueve .header_semueve .text_semueve {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    #semueve .header_semueve .logo {
        width: 123px;
        height: 89px;
        margin: 30px 20px 0 30px;
        background-position: 0 0;
    }

    #semueve .header_semueve .text_semueve {
        width: calc(100% - 220px);
        text-align: center;
        margin: 0 10px;
    }

#semueve main .container h3 {
    position: relative;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-family: "dinengschriftstd";
    font-weight: 100;
    font-size: 22px;
    margin: 0 0 5px;
    background: #00529f;
    color: #ffffff;
}

    #semueve main .container h3 span {
        width: 56px;
        height: 35px;
        display: inline-block;
        background-position: -123px -8px;
        margin-left: 10px;
        top: 8px;
        position: absolute;
    }

#semueve .actuales_semueve .row, #semueve .otros_semueve .row {
    background: #ffffff;
    padding: 25px 40px 0;
}

#semueve .container .row.text_semueve {
    font-size: 15px;
    text-align: center;
}

#semueve main .container .row p {
    margin-top: 0;
}

#semueve main .container.actuales_semueve .row p {
    margin-bottom: 0;
}

#semueve main .row .col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 25px);
    margin: 0 10px 25px;
    text-align: center;
}

#semueve main .col img {
    display: block;
    margin: 0 auto 20px;
}

#semueve main .col .video {
    height: 282px;
    width: 435px;
    border: 0;
    transition: 0.5s;
}

#semueve main .col h4 {
    font-family: "dinengschriftstd";
    font-weight: 100;
    font-size: 18px;
    margin: 15px auto;
    color: #00529f;
    width: 435px;
    text-align: left;
}

#semueve main .col p {
    text-align: left;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #666666;
    width: 435px;
    margin: 0 auto;
}

#semueve main .otros_semueve h3 {
    background-color: #ffffff;
    color: #00529f;
}

#semueve .carrusel_semueve {
    height: 370px;
    padding: 10px !important;
}

    #semueve .carrusel_semueve .carrusel {
        padding: 0;
        margin: 0;
        position: relative;
    }

    #semueve .carrusel_semueve .img_left, #semueve .carrusel_semueve .img_right {
        position: absolute;
        top: 45%;
        left: 0;
        width: 19px;
        height: 31px;
        background-position: -193px -6px;
    }

    #semueve .carrusel_semueve .img_right {
        left: auto;
        right: 0;
        background-position: -228px -6px;
    }

    #semueve .carrusel_semueve ul {
        padding: 0;
    }

    #semueve .carrusel_semueve .carrusel li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 440px;
        height: 350px;
        text-align: center;
        margin: 0 30px;
        font-family: "Trebuchet MS";
        font-size: 12px;
        color: #666666;
    }

    #semueve .carrusel_semueve .img_container {
        height: 120px;
        margin-bottom: 20px;
    }

        #semueve .carrusel_semueve .img_container img {
            height: 100%;
        }

    #semueve .carrusel_semueve li h5 {
        font-family: "dinengschriftstd";
        font-weight: 100;
        font-size: 18px;
        margin: 15px auto;
        color: #00529f;
        text-align: left;
        width: 90%;
        max-width: 430px;
    }

    #semueve .carrusel_semueve li p {
        width: 90%;
        max-width: 430px;
        text-align: left;
        margin: 0 auto 30px;
    }

#semueve .semueve_btn {
    background: #00529f;
    color: #ffffff;
    font-family: "dinengschriftstd";
    font-size: 18px;
    width: 140px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 3px;
    border-bottom: 2px solid #002040;
}

@media all and (min-width:769px) {
    #semueve .semueve_btn:hover {
        background: #266cad;
    }
}

@media all and (max-width:1024px) {
    #semueve .actuales_semueve .row:not(.text_semueve) {
        padding: 20px 10px;
    }

    #semueve main .col .video {
        height: 241px;
        width: 372px;
    }

    #semueve main .col h4, #semueve main .col p {
        width: 372px;
    }
}

@media all and (max-width:840px) {
    #semueve main .row .col {
        width: calc(50% - 5px);
        margin: 0 0 10px;
    }

    #semueve main .col .video {
        height: 211px;
        width: 325px;
    }

    #semueve main .col h4, #semueve main .col p {
        width: 325px;
    }
}

@media all and (max-width:767px) {
    #semueve main {
        background-size: auto;
        padding-top: 15px;
    }

    #semueve .header_semueve .logo, #semueve .header_semueve .text_semueve {
        display: block;
        margin: 0 auto 20px;
    }

    #semueve .header_semueve .text_semueve {
        width: 95%;
        margin-bottom: 0;
    }

    #semueve .actuales_semueve .row, #semueve .otros_semueve .row {
        padding: 20px 10px;
    }

        #semueve .actuales_semueve .row:not(.text_semueve) {
            padding: 20px 0;
        }

    #semueve main .row .col {
        display: block;
        width: 90%;
        min-width: 435px;
        margin: 0 auto 15px;
    }

    #semueve main .col .video {
        height: 282px;
        width: 435px;
    }

    #semueve main .col h4, #semueve main .col p {
        width: 435px;
    }
}

@media all and (max-width:480px) {
    #semueve .carrusel_semueve .carrusel li {
        margin: 0 5px;
        width: 430px !important;
    }
}


.pers_count .pers_background.warcraft {
    background: url("../img/personalize/warcraft.jpg") no-repeat 6px top;
}

.pers_count .pers_background .count_text {
    display: none;
}

.pers_count .pers_background.warcraft .count_text {
    display: block;
    color: #ffffff;
    font-family: "dinengschriftstd";
    font-size: 18px;
    position: absolute;
    bottom: 7px;
    right: 50px;
}

@media all and (max-width:768px) {

    .pers_count .pers_background .clock {
        bottom: 35px;
    }

    .pers_count .pers_background.warcraft .count_text {
        right: auto;
        width: 100%;
    }
}

#semueve main .container.partners-col {
    width: calc(50% - 4px);
    max-width: 596px;
    display: inline-block;
    margin: 0 auto 30px;
    font-family: 'dinengschriftstd';
    vertical-align: top;
}

#semueve main div.row.container.otros_semueve > div:nth-child(1) {
    margin-right: 8px;
}

#semueve main .partners-list {
    width: 100%;
    background: #FFFFFF;
}

    #semueve main .partners-list ul {
        padding: 46px 39px 40px 66px;
    }

#semueve main .partner-info {
    text-align: center;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

#semueve main div.partners-list li.partner {
    border-bottom: 2px solid #F0F0F0;
    color: #666666;
    font-size: 18px;
    line-height: 22px;
    padding: 11px 0px 15px 16px;
}

    #semueve main div.partners-list li.partner:nth-child(1) {
        border-top: 2px solid #F0F0F0;
    }

    #semueve main div.partners-list li.partner > span.partner-nombre {
        cursor: pointer;
    }

        #semueve main div.partners-list li.partner > span.partner-nombre.open {
            color: #004C92;
        }

    #semueve main div.partners-list li.partner > span.partner-icon {
        background: url(../img/partners.png) no-repeat top left;
        width: 11px;
        height: 16px;
        cursor: pointer;
        display: inline-block;
        float: right;
        margin: 3px 11px;
    }

        #semueve main div.partners-list li.partner > span.partner-icon.open {
            background: url(../img/partners.png) no-repeat top right;
        }

#semueve main div.partners-list li.partner {
    text-align: left;
}

@media all and (max-width:639px) {
    #semueve main .container.partners-col {
        width: 100%;
        max-width: 100%;
        display: block;
    }
}


/* ==========================================================================
    LANDING kingsman
   ========================================================================== */
/* ESTILOS kingsman */
#kingsman main {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "hn";
}

#kingsman #separador-top {
    margin-bottom: 0;
    background-image: none;
}

#kingsman .kingsman_container {
    position: relative;
    display: block;
    width: 697px;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
}

#kingsman .kingsman_logo {
    background: url("../img/ld_kingman_1.jpg") no-repeat top center;
    width: 697px;
    height: 397px;
}

#kingsman h2, #kingsman h4 {
    color: #000000;
    font-size: 37px;
}

#kingsman .kingsman_link {
    font-family: "hnlt";
    font-size: 30px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 40px;
    color: #000000;
}

#kingsman h2 {
    margin: 30px 0 15px;
    font-family: "hnlt";
    font-size: 26px;
}

#kingsman h4 {
    margin-top: 32px;
    margin-bottom: 36px;
    font-family: "hnlt";
    font-size: 32px;
}

#kingsman .fondo_maleta {
    color: #000000;
    position: relative;
    background: url("../img/ld_kingman_2.png") no-repeat top center;
    width: 707px;
    height: 943px;
    padding: 1px 0;
}

#kingsman h3 {
    font-size: 60px;
    position: relative;
    width: 90%;
    margin: 150px auto 0;
    line-height: 55px;
}

#kingsman .fondo_maleta p {
    font-size: 35px;
    margin: 43px 0 50px;
    line-height: 45px;
}

#kingsman .maleta {
    background: url("../img/ld_kingman_3.png") no-repeat top center;
    width: 272px;
    height: 159px;
    margin: 0 auto 45px;
}

#kingsman .fondo_maleta form {
    text-align: center;
    width: 330px;
    margin: 0 auto;
}

#kingsman .fondo_maleta input[type=text] {
    display: inline-block;
    width: 280px;
    height: 70px;
    border: 4px solid #e96c16;
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
    font-size: 53px;
    color: #000000;
    margin-bottom: 55px;
}

#kingsman .fondo_maleta input[type=submit] {
    color: #ffffff;
    font-size: 35px;
    width: 330px;
    height: 70px;
    border-radius: 15px;
    border: none;
    background: #e96c16;
}

#kingsman .kingsman_container ul {
    padding: 0;
    text-align: left;
    width: 500px;
    margin: 0 auto 35px;
}

#kingsman .kingsman_container li {
    font-family: "hnlt";
    font-size: 19px;
    margin-bottom: 20px;
    position: relative;
}

    #kingsman .kingsman_container li:before {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        border-radius: 5px;
        background: #000;
        left: -20px;
        top: 10px;
    }

#kingsman .kingsman_container .important {
    color: #e7bc1d;
    font-size: 26px;
    margin: 84px 0 36px;
}

#kingsman .mapa {
    background: url("../img/LANDING-FINAL_05.jpg") no-repeat top center;
    width: 785px;
    height: 398px;
    margin: 0 auto 15px;
}

#kingsman .info_mapa_container {
    background: url("../img/ld_kingman_4.jpg") no-repeat top center;
    width: 697px;
    height: 446px;
    margin: 20px 0 40px;
}

    #kingsman .info_mapa_container p span {
        font-family: "hnmd";
    }

#kingsman .kingsman_container > a {
}

/* MEDIA 800 */
@media all and (max-width:800px) {
    #kingsman .kingsman_container {
        transform: scale(0.88);
        transform-origin: center top;
    }

    #kingsman main {
        max-height: 2450px;
        overflow-y: hidden
    }
}
/* MEDIA 767 e inferior */
@media all and (max-width:767px) {
    #kingsman .kingsman_container {
        transform: scale(0.68);
        transform-origin: left top;
    }

    #kingsman main {
        max-height: 1700px;
    }
}



/* 2017/04/19 */
/* ONLY DESKTOP */
@media (min-width: 769px) {
    .onlyDesktop {
        display: block !important;
    }

    .onlyMobile {
        display: none !important;
    }
}
/* ONLY MOBILE */
@media (max-width: 768px) {
    .onlyDesktop {
        display: none !important;
    }

    .onlyMobile {
        display: block !important;
    }
}

.home-row.onlyMobile h3 {
    color: #08262C !important;
    text-align: center;
    background: none !important;
    font-size: 18px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
}

.home-row.onlyMobile {
    text-align: center !important;
}

@media (max-width: 768px) {
    #home .cartelera .shadow_left, #home .cartelera .shadow_right {
        background: none;
    }

    #home .carteles-carrusel {
        background: none;
    }
}

.home-row-verMas.onlyMobile {
    position: absolute;
    z-index: 10;
    width: 100%;
    margin-top: 30px;
    text-decoration: underline;
}

    .home-row-verMas.onlyMobile a {
        color: #000000;
        cursor: pointer;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 18px;
    }

/* Pide CinesaCard*/
@media (max-width: 768px) {
    .pop_registro_3 form #dd_pop_registro_3_alta p, .pop_registro_3 form #mm_pop_registro_3_alta p, .pop_registro_3 form #aaaa_pop_registro_3_alta p, .pop_registro_3 form #provincia_pop_registro_3_alta p, .pop_registro_3 form #genero_pop_registro_3_alta p, .pop_registro_3 form #documento_pop_registro_3_alta p {
        font-size: 15px;
        color: #333333;
    }

    .pop_registro_3 .pop_container label p, .popup .row .row > p, .popup .row.r_cumple > p {
        color: #333333;
    }
}

/* FOOTER */
footer {
    position: relative;
}

#footer {
    position: absolute;
    width: 100%;
    padding-top: 25px;
}

    #footer .socialLinks {
        display: table;
        margin: 0 auto;
    }

        #footer .socialLinks ul {
            text-align: center;
            display: table-row;
        }

            #footer .socialLinks ul li {
                display: table-cell;
                padding: 0px 10px 0px 10px;
            }

        #footer .socialLinks .icon a span {
            width: 46px;
            height: 46px;
            position: relative;
            display: inline-block !important;
            top: 12px;
            margin: 0px 10px 10px 17px;
        }

@media (max-width: 768px) {
    #footer .socialLinks .icon a span {
        margin: 0px 4px 10px 4px;
    }
}

#footer .menuFooter.onlyDesktop span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

    #footer .menuFooter.onlyDesktop span.title {
        font-size: 18px;
        font-weight: bold;
    }

.icon span {
    background-image: url(../img/split_home.png);
}

.icon.iFB span {
    background-position: -966px -383px;
}

.icon.iTW span {
    background-position: -1018px -383px;
}

.icon.iIG span {
    background-position: -1068px -383px;
}

.icon.iSC span {
    background-position: -1118px -383px;
}

.icon.iYT span {
    background-position: -1170px -383px;
}

.icon.iBlog span {
    background-position: -914px -383px;
}

.icon.iAPP span {
    background-position: -862px -383px;
}

#footer .menuFooter.onlyMobile {
    text-align: center;
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}

    #footer .menuFooter.onlyMobile a {
        color: black;
        font-weight: bold;
        font-size: 18px;
        line-height: 35px;
    }

    #footer .menuFooter.onlyMobile ul li {
        margin-bottom: 10px;
    }

        #footer .menuFooter.onlyMobile ul li a {
            color: #000000;
            font-size: 16px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
            font-weight: bold;
        }

#footer .flex-container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 50px;
}

    #footer .flex-container a {
        color: black;
    }

#footer .flex-item-center.flex-center-left {
    margin-left: 11%;
    margin-right: -5%;
    width: 20%;
    padding-right: 2%;
}

#footer .flex-item-center {
    width: 20%;
    margin: 0 auto;
    border-left: 1px solid #bebebe;
    padding-left: 10px;
    line-height: 30px;
}

#footer .flex-item-sides {
    width: 30%;
    margin: auto;
}

#footer .col {
    font-weight: bold;
}

    #footer .col a {
        color: #000000;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-weight: normal;
        font-size: 16px;
    }

.menuFooter.onlyDesktop {
    display: table;
}

    .menuFooter.onlyDesktop div {
        display: table-row;
    }

    .menuFooter.onlyDesktop div {
        display: table-cell;
    }

@media all and (max-width: 1080px) {
    #footer .flex-item-center.flex-center-left, #footer .flex-item-center {
        width: 40%;
    }
}

@media all and (min-width: 1081px) {
    .skin #footer .flex-item-center.flex-center-left, .skin #footer .flex-item-center {
        width: 40%;
        min-width: 197px;
    }
}

#footer .flex-item-sides {
    width: 10%;
}

#footer .flex-item-center {
    border: none;
    line-height: 30px;
    max-width: 280px;
}

    #footer .flex-item-center.item1 {
        margin-left: 10%;
        margin-right: -3%;
    }

    #footer .flex-item-center.item2 {
        margin-left: 0;
        margin-right: -4%;
    }

    #footer .flex-item-center.item3 {
        margin-left: 0;
        margin-right: 0;
    }

    #footer .flex-item-center.item4 {
        margin-left: 0;
        margin-right: 0;
    }

#footer .footer_apps.onlyMobile {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#footer .footer_apps .title {
    font-size: 26px;
    color: #004987;
    font-weight: normal;
    margin-bottom: 20px;
    display: block;
}

#footer .footer_apps .ico_apple {
    background-position: -1px -282px;
    width: 178px;
    height: 60px;
    margin-right: 15px;
}

#footer .footer_apps .ico_android {
    background-position: -192px -282px;
    width: 178px;
    height: 60px;
}
/* SKIN */
.skin #footer .flex-item-center.item1 {
    margin-left: 5%;
    margin-right: 0;
}

.skin #footer .flex-item-center.item2 {
    margin-left: 0;
    margin-right: 0;
}

.skin #footer .flex-item-center.item3 {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    min-width: 234px;
}

.skin #footer .flex-item-center.item4 {
    margin-left: 0;
    margin-right: 0;
}
/* / SKIN */

.icon.iBG span {
    background-position: -914px -383px;
}

#footer .menuFooter.onlyDesktop span, #footer .flex-container a {
    font-family: "hnro";
    font-size: 14px;
    color: #839295;
}

    #footer .menuFooter.onlyDesktop span.title {
        font-size: 18px;
        color: #004987;
        margin-bottom: 10px;
        display: block;
    }

.ico_apple, .ico_android {
    display: inline-block;
    background: url("../img/split_home.png");
    background-position: 0 -227px;
    width: 135px;
    height: 46px;
}

.ico_android {
    background-position: -144px -227px;
}


@media all and (max-width: 1070px) {
    #footer .flex-item-center.item1 {
        margin-left: 7%;
        margin-right: -3%;
    }

    #footer .flex-item-center.item2 {
        margin-left: -2%;
        margin-right: -4%;
    }

    #footer .flex-item-center.item3 {
        margin-left: -2%;
        margin-right: 0;
    }

    #footer .flex-item-center.item4 {
        margin-left: 0;
        margin-right: 0;
    }

    #footer .menuFooter.onlyDesktop span, #footer .flex-container a {
        font-size: 13px;
    }
}

@media all and (max-width: 800px) {
    #footer .flex-item-center.item1 {
        margin-left: 0%;
        margin-right: 0%;
    }

    #footer .flex-item-center.item2 {
        margin-left: -5%;
        margin-right: 0%;
    }

    #footer .flex-item-center.item3 {
        margin-left: -5%;
        margin-right: 0;
    }

    #footer .flex-item-center.item4 {
        margin-left: 0;
        margin-right: 0;
    }

    #footer .menuFooter.onlyDesktop span, #footer .flex-container a {
        font-size: 13px;
    }
}

@media all and (max-width: 640px) {
    #footer .socialLinks ul li {
        padding: 0px 5px 0px 5px;
    }
}




/* ==========================================================================
    VIP RECLINABLES
   ========================================================================== */
.vip_reclinable {
    position: fixed;
    width: 301px;
    height: 331px;
    bottom: 120px;
    right: 30px;
    background: url("../img/gif-movimiento-butaca_04.gif") center;
    background-size: 100%;
    z-index: 1;
}

    .vip_reclinable.megabutaca_vip_llobregat {
        background: url("../img/gif-megabutaca_llobregat.gif") center;
        width: 501px;
        height: 531px;
    }

    .vip_reclinable.vr_bon {
        background: url("../img/gif-movimiento-butaca_ROJA_04.gif") center;
        background-size: 100%;
    }

@media all and (max-width:768px) {
    .vip_reclinable {
        position: relative;
        bottom: auto;
        right: auto;
        display: inline-block;
        width: 400px;
        margin-bottom: 50px;
    }
}

/* Radiobox*/
.radiobox {
    z-index: 100;
}

    .radiobox.open {
        z-index: 101;
    }

.horarios .golfa.cdv {
    color: #CC317F;
    background-image: url('/Content/img/cverano.png');
}

.no-touch .horarios .sala li a.horario.cverano:hover {
    background-color: #CC317F;
}

.horarios .sala li a.horario.cverano {
    background-color: #0051ba;
    color: #FFF;
}


.no-touch .horarios .sala li a.horario.ikea:hover {
    background-color: #0051ba;
}

.horarios .sala li a.horario.ikea {
    background-color: #0051ba;
    color: #FFF;
}

/* ==========================================================================
    PREESTRENO & POPUP PREESTRENO
   ========================================================================== */
#ganaentradas .logo, #ganaentradas .radiobox .rb_selected .rb_ico, #ganaentradas .agotadas .agotadas_close,
.pop_preestreno .pop_close, .pop_preestreno .correo {
    background-image: url("../img/sprite_presstreno.png");
}

#ganaentradas h3, .pop_preestreno h3, #ganaentradas .btn, .pop_preestreno .btn {
    font-family: "dinengschriftstd";
}

#ganaentradas {
    background: #f0f0f0 !important;
}

    #ganaentradas .header {
        position: relative;
        width: 100%;
        height: 240px;
        background: #ff7b4f;
        z-index: 10;
    }

    #ganaentradas .logo {
        position: relative;
        display: block;
        width: 118px;
        height: 86px;
        background-position: -1px -1px;
        margin: 0 auto;
        top: 22px;
    }

    #ganaentradas .container, .pop_preestreno .container {
        position: relative;
        display: block;
        width: calc(100% - 30px);
        max-width: 656px;
        background: #ffffff;
        margin: 0 auto;
        text-align: center;
        padding: 20px 10px;
        z-index: 11;
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #909090;
        border-bottom: 3px solid #f0f0f0;
    }

        #ganaentradas .container.paso1 {
            margin-top: -160px;
            z-index: 12;
        }

        #ganaentradas .container.paso2 {
            margin-bottom: 60px;
        }

    #ganaentradas h3, .pop_preestreno h3 {
        font-size: 24px;
        font-weight: normal;
        color: #666666;
    }

    #ganaentradas p span, .pop_preestreno p span {
        color: #666666;
    }

    #ganaentradas .radiobox {
        margin: 30px 0 10px;
    }

        #ganaentradas .radiobox .rb_selected .rb_ico {
            background-position: -101px -109px;
        }

    #ganaentradas .paso2 > p {
        margin-bottom: 35px;
    }

    #ganaentradas .row {
        position: relative;
        margin: 0 auto 15px;
    }

    #ganaentradas .paso2 .row {
        text-align: left;
    }

        #ganaentradas .paso2 .row p span {
            color: #ff7b4f;
        }

    #ganaentradas .field {
        position: relative;
        margin: 0 8px;
        width: 279px;
    }

        #ganaentradas .field .text {
            position: relative;
            display: inline-block;
            width: calc(100% - 25px);
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            box-shadow: none;
            border: none;
            border-left: 5px solid #ff7b4f;
            background: #f0f0f0;
            text-align: left;
            font-size: 13px;
            color: #666666;
        }

    #ganaentradas .paso2 > p.info {
        width: calc(100% - 76px);
        margin: 30px auto;
        text-align: justify;
        font-size: 11px;
    }

    #ganaentradas .btn, .pop_preestreno .btn {
        width: 270px;
        height: 40px;
        border-radius: 5px;
        border: none;
        border-bottom: 2px solid #ff5f28;
        background: #ff7b4f;
        color: #ffffff;
        font-size: 22px;
        margin: 20px 0 30px;
    }

    #ganaentradas .paso2 > p.mini {
        font-size: 10px;
        color: #999999;
        font-style: italic;
    }

    #ganaentradas .agotadas {
        position: absolute;
        display: none;
        width: 334px;
        height: 156px;
        background: #ff7b4f;
        color: #ffffff;
        left: calc(50% - 167px);
        bottom: 20px;
    }

        #ganaentradas .agotadas.open {
            display: block;
        }

        #ganaentradas .agotadas .agotadas_close {
            position: absolute;
            width: 17px;
            height: 17px;
            top: 8px;
            right: 8px;
            background-position: -128px -54px;
            cursor: pointer;
        }

        #ganaentradas .agotadas p {
            margin: 50px 0 0;
        }

            #ganaentradas .agotadas p:last-child {
                margin-top: 20px;
            }

    #ganaentradas .container.frm3 {
        margin-top: -60px;
        height: auto;
    }

        #ganaentradas .container.frm3 strong {
            color: #ff7b4f;
        }

    #ganaentradas header #cinefavorito_header .new_login {
        z-index: 15;
    }
/* ==========================================================================
    SOLO PARA POPUP PREESTRENO
   ========================================================================== */
.pop_mask_preestreno {
    position: fixed;
    background: #f0f0f0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 499999;
    opacity: 0.7;
}

.popup.pop_preestreno {
    border: none;
    display: block;
    width: 656px;
    left: calc(50% - 328px);
    margin: 0;
    background: none;
    padding: 0;
}

.pop_preestreno .pop_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    background-position: -155px -54px;
    cursor: pointer;
}

.pop_preestreno .container {
    width: calc(100% - 20px);
    margin: 0 auto 3px;
    border: none;
}

.pop_preestreno p {
    width: 85%;
    margin: 10px auto 20px;
}

.pop_preestreno .btn {
    position: relative;
    display: inline-block;
    line-height: 40px;
    margin: 20px 0 20px;
}

.pop_preestreno .correo {
    width: 94px;
    height: 97px;
    background-position: -177px 0;
    margin: 15px auto 35px;
}

.pop_preestreno p a {
    color: #0e99fe;
}


/* ==========================================================================
    @MEDIA PREESTRENO 
   ========================================================================== */
@media all and (min-width:800px) {
    #ganaentradas .btn:hover, .pop_preestreno .btn:hover {
        background: #e66f47;
        border-color: #ba5a3a;
    }

    #ganaentradas .pop_preestreno p a:hover {
        text-decoration: underline;
    }
}

@media all and (max-width:767px) {
    #ganaentradas .radiobox .rb_selected .rb_ico {
        background-position: -96px -103px;
        background-color: #ff7b4f;
    }

    #ganaentradas .row {
        margin-bottom: 0;
    }

    #ganaentradas .field {
        width: 374px;
        margin-bottom: 20px;
    }

    #ganaemtradas .radiobox .rb_selected, .radiobox label {
        font-size: 16px;
    }

    #ganaentradas .field > p {
        font-size: 16px;
    }

    #ganaentradas .field .text {
        height: 52px;
        font-size: 16px;
    }

    #ganaentradas .btn {
        height: 52px;
        font-size: 26px;
        width: 380px;
    }

    #ganaentradas .agotadas {
        width: 460px;
        left: calc(50% - 230px);
    }

        #ganaentradas .agotadas p {
            font-size: 16px;
        }

    #ganaentradas .popup.pop_preestreno {
        width: 470px !important;
        max-width: auto !important;
        margin-left: 0 !important;
        left: calc(50% - 235px);
    }
}
/* ==========================================================================
    BANNER CUMPLEAÑOS SITE
   ========================================================================== */
#cumpleBannerSite {
    background: #EBFAFD;
    position: relative;
    display: block;
    width: 100%;
    max-width: 1190px;
}

    #cumpleBannerSite div {
        position: absolute;
        bottom: 10%;
        font-family: verdana;
        font-size: 20px;
        text-align: center;
        width: calc(100% - 20px);
        padding: 0 10px;
        left: 0;
        max-width: 1190px;
    }

@media all and (max-width:1024px) {
    #cumpleBannerSite div {
        font-size: 16px;
    }
}

@media all and (max-width:800px) {
    #cumpleBannerSite div {
        font-size: 13px;
    }
}

@media all and (max-width:480px) {
    #cumpleBannerSite div {
        font-size: 9px;
    }
}

/* ==========================================================================
    TIME TO COUNTDOWN
   ========================================================================== */
figure, figcaption {
    display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
    font-family: Tahoma, Verdana, Aial, sans-serif;
    font-size: 28px;
    line-height: 108%;
    font-weight: bold;
    height: 32px;
}

    .timeTo span {
        vertical-align: top;
    }

    .timeTo.timeTo-white div {
        color: black;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    }

    .timeTo.timeTo-black div {
        color: white;
        background: #45484d; /* Old browsers */
        background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
        background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    }

    .timeTo figure {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .timeTo figcaption {
        text-align: center;
        /*font-size: 12px;*/
        line-height: 80%;
        font-weight: normal;
        color: #888;
    }

    .timeTo div {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 30px;
        border-top: 1px solid silver;
        border-right: 1px solid silver;
        border-bottom: 1px solid silver;
        overflow: hidden;
    }

        .timeTo div.first {
            border-left: 1px solid silver;
        }

    .timeTo ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 3px;
    }

        .timeTo ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            transform: scale(1,1.1);
        }

/* Time to Custom */
#countdown {
    width: 100%;
    /*outline-style: solid;
    //outline-color: red;*/
    position: absolute;
}

#countdown-key {
    width: 50px;
    height: 50px;
}

.timeTo.timeTo-white div {
    background: transparent;
    border: none;
}

.timeTo figcaption {
    font-size: 22px !important;
}

.timeTo {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

    .timeTo figcaption {
        margin-left: -8px;
        font-weight: bold;
        font-size: 15px !important;
    }
/* Media Querys */


@media (min-width: 1280px) {
    .skin #countdown {
        width: 1280px;
        top: 25px;
        transform: scale(0.8);
        margin-right: 0px;
        margin-left: auto;
        padding-left: auto;
        left: auto;
        transform-origin: 0 0;
        right: -230px;
    }
}


@media (min-width: 1002px) {
    #countdown-key {
        background-color: rgb(150,150,150);
        ;
    }

        #countdown-key #w1280 {
            display: block;
        }

    #countdown {
        width: 1188px;
        top: 25px;
        transform: scale(1);
        text-align: right;
        margin-right: 40px;
        margin-left: auto;
        padding-left: auto;
        left: -70px;
    }
}

@media (max-width: 1001px) and (min-width: 938px) {
    #countdown-key {
        background-color: rgb(100,100,100);
        ;
    }

        #countdown-key #w1024 {
            display: block;
        }

    #countdown {
        width: 100%;
        left: 30px;
        transform: scale(0.8);
        top: 20px;
        text-align: right;
    }
}

@media (max-width: 937px) and (min-width: 611px) {
    #countdown-key {
        background-color: rgb(50,50,50);
        ;
    }

        #countdown-key #w768 {
            display: block;
        }

    #countdown {
        width: 140%;
        left: -60px;
        transform: scale(0.45);
        top: 8px;
        text-align: right;
    }

        #countdown figure {
            padding-left: -240px;
        }
}

@media (max-width: 610px) {
    #countdown-key {
        background-color: rgb(10,10,10);
    }

        #countdown-key #w480 {
            display: block;
        }

    #countdown {
        width: 150%;
        transform: scale(0.4);
        left: -55px;
        text-align: right;
    }

        #countdown figure:first-child {
            padding-left: 240px;
        }
}

.timeTo.timeTo-white div, #countdown, .timeTo figcaption {
    text-transform: capitalize;
    color: #008fd8;
}

    #countdown .first {
        width: 32px !Important;
    }

    #countdown figure:first-of-type figcaption {
        margin-right: -19px;
    }

/* CX FICHA PELI SKIN */
.skin #ficha_pelicula .nopromo {
    border-top: 1px solid #e5e5e5;
    font-family: Trebuchet MS;
    font-size: 11px;
    padding-top: 5px;
    position: absolute;
    text-align: left;
    top: 330px;
    width: 100%;
    color: #666666;
}


@media all and (min-width: 1280px) {
    .skin #ciclos #publicidad_body {
        margin: 48px 0px 0 0;
        transform: scale(0.90);
        transform-origin: 250px 0;
    }

    .skin #ficha_pelicula .nopromo {
        border-top: 1px solid #e5e5e5;
        font-family: Trebuchet MS;
        font-size: 11px;
        padding-top: 5px;
        position: absolute;
        text-align: left;
        top: 290px;
        width: 100%;
        color: #666666;
    }
}



/* APPS */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),url(https://www.cinesa.es/Content/css/fonts/opensans1.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://www.cinesa.es/Content/css/fonts/opensans2.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://www.cinesa.es/Content/css/fonts/opensans3.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://www.cinesa.es/Content/css/fonts/opensans4.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://www.cinesa.es/Content/css/fonts/opensans5.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://www.cinesa.es/Content/css/fonts/opensans6.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://www.cinesa.es/Content/css/fonts/opensans7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body#apps {
    background: #05171b url(https://www.cinesa.es/Content/img/background_landing_apps.jpg) no-repeat !important;
    background-position: -1060px -1090px;
    background-size: calc(100% + 1060px );
    background-attachment: fixed;
}

#apps nav {
    background-color: #09262c;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
}

    #apps nav img {
        height: 30px;
        margin: 0 auto;
        display: block;
        padding: 33px;
    }

#apps #block-1, #apps #block-2, #apps #block-3 {
    background-attachment: fixed;
    height: auto;
    display: block;
}

#apps #block-1 {
    margin-top: -50px;
    background-position-y: 90px;
}

    #apps #block-1 .container {
        width: 75%;
        margin-left: 15%;
        display: block;
    }

    #apps #block-1 img {
        float: left;
        padding-top: 107px;
    }

    #apps #block-1 h1 {
        color: #ffdd02;
        font-size: 54px;
        font-family: 'caeciliabold';
        padding-top: 180px;
        margin-bottom: 40px;
        line-height: 58px;
    }

    #apps #block-1 p {
        color: #ffdd02;
        font-size: 30px;
        font-family: 'hn';
        font-weight: bolder;
        margin-bottom: 40px;
    }

    #apps #block-1 .download-btn {
        border: 3px solid #ffdd02;
        color: #ffdd02;
        display: inline-block;
        font-size: 18px;
        border-radius: 25px;
        padding: 10px 15px 10px 15px;
        font-family: 'hn';
        background-color: rgba(0, 0, 0, 0.35);
        font-weight: 600;
        margin-right: 20px;
        margin-bottom: 133px;
    }

        #apps #block-1 .download-btn img, #apps #block-1 .download-btn span {
            display: inline-block;
            padding-top: 0;
            padding-right: 10px;
            letter-spacing: 2px;
        }

#apps #block-2 {
    background-position-y: 90px;
    position: relative;
    height: 760px;
}

    #apps #block-2 .container {
        width: 60%;
        margin-left: 23.5%;
        margin-right: -23.5%;
        display: block;
        padding-top: 60px;
    }

    #apps #block-2 .overlay {
        background-color: rgba(66, 149, 179, 0.67);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #apps #block-2 .item-6 {
        display: inline-block;
        width: 45%;
        color: #09262c;
        text-align: center;
    }

    #apps #block-2 .item-4 {
        display: inline-block;
        width: 30%;
        color: #09262c;
        padding-top: 40px;
        text-align: center;
    }

    #apps #block-2 .item-6 h2 {
        font-size: 30px;
        font-family: 'helveticaneue';
        font-family: 'Open Sans', sans-serif;
        letter-spacing: -1px;
        line-height: 35px;
        margin-bottom: 15px;
        font-weight: 800;
    }

    #apps #block-2 .item-4 h2 {
        font-size: 25px;
        font-weight: 800;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: -1px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    #apps #block-2 .item-4 p, #apps #block-2 .item-6 p {
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
    }

        #apps #block-2 .item-4 p strong, #apps #block-2 .item-6 p strong {
            color: white;
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
        }

    #apps #block-2 .container {
        z-index: 2;
        position: absolute;
    }

#apps #block-3 {
    text-align: center;
    background-position-y: 90px;
}

    #apps #block-3 h2 {
        color: white;
        font-size: 44px;
        font-family: 'caeciliabold';
        margin: 0;
        padding-top: 80px;
        padding-bottom: 20px;
    }

        #apps #block-3 h2.second {
            color: #ffdd02;
            font-size: 53px;
            font-family: 'caeciliabold';
            padding-bottom: 18px;
            padding-top: 80px;
        }

    #apps #block-3 label {
        color: white;
        font-size: 26px;
        font-family: 'helveticaneue';
        display: block;
        padding-bottom: 50px;
    }

    #apps #block-3 .container div a {
        margin-right: 30px;
    }

    #apps #block-3 label.second {
        color: #ffdd02;
        font-size: 22px;
        font-family: 'helveticaneue';
        margin-bottom: 20px;
    }

    #apps #block-3 .owl-carousel {
        width: 60%;
        margin-left: 20%;
    }

        #apps #block-3 .owl-carousel .owl-item img {
            width: 250px;
            margin: auto;
        }

    #apps #block-3 .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    #apps #block-3 .owl-theme .owl-dots .owl-dot span {
        width: 18px;
        height: 18px;
    }

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background: rgba(66, 149, 179, 0.67)
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(66, 149, 179, 1);
}

#apps #block-4 {
    background-color: #00242d;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 90px;
}

    #apps #block-4 h2 {
        color: white;
        font-size: 44px;
        font-family: 'caeciliabold';
        margin: 0;
        padding-top: 100px;
        padding-bottom: 30px;
    }

    #apps #block-4 label {
        color: white;
        font-size: 26px;
        font-family: 'Open Sans', sans-serif;
        display: block;
        padding-bottom: 40px;
    }

    #apps #block-4 .download-btn img {
        width: 180px;
        margin-left: 30px;
    }

    #apps #block-4 .download-1 {
        margin-left: -30px;
    }

#apps footer {
    background-color: #f2f2f2;
    background-color: #f2f2f2;
    height: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

    #apps footer .social-icons {
        float: left;
        margin-left: 20%;
    }

        #apps footer .social-icons img {
            padding-right: 40px;
        }

    #apps footer .last-img {
        vertical-align: middle;
        margin-right: 25%;
        float: right;
    }

@media (max-width: 1280px) {
    #apps #block-1 .container {
        width: 96%;
        margin-left: 4%;
    }

    #apps #block-2 .container {
        width: 100%;
        margin-left: 0%;
        margin-right: 15%;
    }

    #apps #block-2 .item-4 {
        width: 33%;
    }

    #apps #block-2 .item-6 {
        width: 49.8%;
    }

    #apps #block-3 .owl-carousel {
        width: 100%;
        margin-left: 0%;
    }

    #apps footer .social-icons {
        margin-left: 10%;
    }

    #apps footer .last-img {
        margin-right: 10%;
    }

    #apps #block-2 .container {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    #apps #block-1 .download-btn {
        margin-bottom: 50px;
    }

    #apps #block-1 .container {
        width: 100%;
        margin-left: 0%;
    }

    #apps #block-1 img {
        padding-top: 207px;
    }
}

@media (max-width: 1024px) {
    body#apps {
        background-position: -830px -640px;
    }

    #apps #block-1 img {
        float: none;
    }

    #apps #block-1 h1 {
        padding-top: 0px;
    }

    #apps #block-2 .item-6, #block-2 .item-4 {
        width: 100%;
    }

    #apps #block-2 {
        height: 1760px;
    }

    #apps #block-3 h2, #block-3 label.second {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    #apps #block-3 h2, #apps #block-3 label.second {
        width: 90%;
        margin: 0 auto;
    }

    #apps footer .last-img {
        display: block;
        margin: 0 auto;
        float: none;
        padding-top: 40px;
    }

    #apps footer {
        padding-bottom: 130px;
    }

    #apps #ytplayer {
        width: 88vw;
        height: 49vw;
    }

    #apps #block-3 h2 {
        width: 90%;
        margin: 0 auto;
        line-height: 55px;
    }

    #apps #appMoviles {
        display: none;
    }

    #apps nav img {
        height: 23px;
        margin-top: 30px;
    }

    #apps #block-1 .img-principal {
        float: none;
        width: 90%;
    }

    #apps #block-1 h1 {
        color: #ffdd02;
        font-size: 32px;
        font-family: 'caeciliabold';
        margin-bottom: 40px;
        line-height: 48px;
    }

    #apps #block-1 p {
        color: #ffdd02;
        font-size: 17px;
        font-family: 'hn';
        font-weight: bolder;
        margin-bottom: 40px;
        letter-spacing: 1px;
    }

    #apps #block-2 .item-6 p {
        padding-bottom: 30px;
    }

    #apps #block-3 h2 {
        width: 95%;
        line-height: 48px;
        font-size: 38px;
    }

    #apps #block-4 label {
        font-size: 22px;
    }

    #apps #block-3 .container div a {
        margin-right: 15px;
        margin-left: 15px;
    }

    #apps #block-2 .container {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
}


@media (max-width:768px) {
    #apps #block-1, #apps #block-2, #apps #block-3, #apps #block-4 {
        width: 480px;
        margin: auto;
    }

    #apps nav {
        height: 60px;
        top: 0px !important;
    }

        #apps nav img {
            margin-top: -15px;
        }

    #apps #block-2 .item-4 {
        width: 100%;
    }

    #apps #block-1 .download-btn {
        margin-bottom: 53px;
    }

    #apps #block-1 .container {
        width: 100%;
        margin-left: 0%;
    }

    #apps #block-1 .download-btn {
        margin: auto;
        margin-left: 10px;
        margin-right: 8px;
    }

    #apps #block-1, #apps #block-2, #apps #block-3, #apps #block-4 {
        width: 480px;
        margin: auto;
        padding-bottom: 50px !important;
    }

        #apps #block-2 .item-4 p strong, #apps #block-2 .item-6 p strong, #apps #block-2 .item-4 p, #apps #block-2 .item-6 p {
            font-size: 18px;
        }

    body#apps {
        background-attachment: fixed !important;
        background-position: -830px -640px !important;
    }
}

@media (min-width: 1281px) {
    #apps #block-3 .owl-carousel {
        width: 80%;
        margin-left: 10%;
    }
}


#apps header, #apps footer {
    display: none;
}

#apps #footer-apps {
    display: block;
}

#apps main {
    width: 100%;
    margin: 0;
    background-color: transparent
}

#apps nav {
    width: 100% !important;
}

#apps main section {
    width: 100% !important;
    margin-left: 0 !important;
}

#apps main #main {
    width: 100% !important;
    height: auto;
    left: 0 !important;
}

#apps nav {
    display: block !important;
    margin: 0;
    visibility: initial;
}
/* ==========================================================================
    FIX 2017/11/15 Contador IPAD
   ========================================================================== */
@media all and (max-width: 1001px) and (min-width: 938px) {
    .pers_count .pers_background {
        background-size: 98%;
    }

    #countdown {
        width: 100%;
        left: 80px;
        transform: scale(0.8);
        top: 20px;
        text-align: right;
    }
}

@media (min-width: 1141px) and (max-width: 1240px) {
    .pers_count .pers_background {
        background-size: 97%;
    }

    #countdown {
        transform: scale(0.9);
        left: -10px;
    }
}

@media (min-width: 1002px) and (max-width: 1140px) {
    .pers_count .pers_background {
        background-size: 99%;
    }

    #countdown {
        transform: scale(0.8);
        left: -80px;
    }
}
/* ==========================================================================
    FIX 2017/11/20 FICHA PELÍCULA - PROMOS NO VALIDAS
   ========================================================================== */
.skin #ficha_pelicula .nopromo {
    border: none;
    top: 295px;
}

@media all and (max-width: 1279px) {
    #ficha_pelicula .nopromo {
        top: 280px;
        border: none;
    }
}

@media all and (max-width: 1023px) {
    #ficha_pelicula .nopromo {
        position: relative;
        top: -11px;
    }
}

@media all and (max-width: 639px) {
    #ficha_pelicula .nopromo {
        top: 0;
    }
}


/* ==========================================================================
    FIX 2017/11/20 FICHA PELÍCULA - PROMOS NO VALIDAS
   ========================================================================== */
.skin #ficha_pelicula .nopromo {
    border: none;
    top: 295px;
}

@media all and (max-width: 1279px) {
    #ficha_pelicula .nopromo {
        top: 280px;
        border: none;
    }
}

@media all and (max-width: 1023px) {
    #ficha_pelicula .nopromo {
        position: relative;
        top: -11px;
    }
}

@media all and (max-width: 639px) {
    #ficha_pelicula .nopromo {
        top: 0;
    }
}



/* ==========================================================================
    LANDINGS BLACK FRIDAY & CIBER MONDAY
   ========================================================================== */
#SP article {
    text-align: center;
    margin: 30px 0;
}

#SP .sp_container {
    background: #000000;
}

#SP .sp_btn, #SP .sp_share {
}

#SP .sp_code {
    display: inline-block;
    margin: 20px 0 50px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background: #ffffff;
    width: 430px;
    font-size: 35px;
}

#SP article > div {
    display: none;
}

#SP article.sp_sin > .sp_sin {
    display: block;
}

#SP article.sp_con > div {
    display: block;
}

#SP article.sp_con > .sp_sin {
    display: none;
}

@media all and (max-width: 800px) {
    #SP .sp_container {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

        #SP .sp_container img {
            width: 90%;
        }

    #SP .sp_btn img {
        width: auto;
    }

    #SP .sp_share img {
        width: 10%;
    }
}

@media all and (max-width: 640px) {
    #SP article {
        margin: 13px 0;
    }

    #SP .sp_container {
        width: 100%;
    }

        #SP .sp_container img {
            width: 100%;
        }

    #SP .sp_btn img {
        width: 70%;
    }

    #SP .sp_share img {
        width: 10%;
    }

    #SP .sp_code {
        margin: 20px 0 40px;
        height: 65px;
        line-height: 65px;
        width: 320px;
        font-size: 28px;
    }
}
/* ###############################################################
   COMING SOON
   ############################################################### */
#comingsoon .cs_logo, #comingsoon .cs_ico_1, #comingsoon .cs_ico_2, #comingsoon .cs_ico_3,
#comingsoon .cs_check input + p:before, #comingsoon .cs_check input:checked + p:before,
#comingsoon .cs_play, #comingsoon .cs_owl_next, #comingsoon .cs_owl_prev {
    background-image: url("../img/sprite_comingsoon.png");
}

#comingsoon main {
    background: #00D1E0 url("../img/fondo_comingsoon.jpg") top center repeat-x;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
}

#comingsoon #main, #comingsoon #main section {
    width: 100%;
    left: 0;
    padding: 0;
    margin-left: 0;
}

#comingsoon .cs_row {
    width: 100%;
}

#comingsoon section h1 {
    margin: 50px 0 30px;
    color: #ffdf00;
    font-size: 41px;
    line-height: 50px;
    font-weight: 800;
}

#comingsoon h1 + p strong {
    font-weight: 600;
}

#comingsoon section p {
    font-size: 20px;
    font-weight: 300;
    margin: 0 auto;
}

#comingsoon .cs_logo {
    width: 164px;
    height: 187px;
    background-position: -7px -8px;
    margin: 30px auto;
}

    #comingsoon .cs_logo.comingsoon_b {
        width: 221px;
        height: 252px;
        background-position: -7px -263px;
        margin: 30px auto;
    }

#comingsoon section h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    max-width: 670px;
    padding: 0 20px;
    margin: 0 auto 10px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #ffdf00;
}

/*#comingsoon h2 + p {
    font-weight: 700;
    margin: 20px 0 35px;
    color: #ffdf00;
}*/

#comingsoon .cs_ul {
    width: 100%;
    max-width: 950px;
    margin: 10px auto 30px;
    font-size: 0;
    padding: 0;
}

    #comingsoon .cs_ul li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(33% - 80px);
        padding-left: 80px;
        font-size: 15px;
        text-align: left;
        font-style: italic;
    }

        #comingsoon .cs_ul li strong {
            font-size: 19px;
            color: #FFDF00;
        }

#comingsoon .cs_ico_1, #comingsoon .cs_ico_2, #comingsoon .cs_ico_3 {
    width: 53px;
    height: 53px;
    position: absolute;
    left: 20px;
}

#comingsoon .cs_ico_3 {
    background-position: -193px -15px;
}

#comingsoon .cs_ico_2 {
    background-position: -256px -15px;
}

#comingsoon .cs_ico_1 {
    background-position: -319px -15px;
}

#comingsoon .cs_destacado {
    font-size: 39px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 45px;
}

    #comingsoon .cs_destacado span {
        color: #ffdf00;
        font-size: 51px;
    }

#comingsoon .cs_mini {
    margin: 10px auto 50px;
    font-size: 15px;
    font-weight: 400;
}


#comingsoon .cs_check {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    padding-left: 50px;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: left;
    height: 32px;
    line-height: 32px;
}

    #comingsoon .cs_check input {
        display: none;
    }

    #comingsoon .cs_check p {
        font-size: 15px;
        font-weight: 700;
    }

    #comingsoon .cs_check#coms {
        line-height: 20px;
    }

    #comingsoon .cs_check a {
        color: #ffdf00;
        border-bottom: 2px solid #ffdf00;
    }

    #comingsoon .cs_check input + p:before {
        content: "";
        width: 32px;
        height: 32px;
        background-position: -390px -15px;
        position: absolute;
        left: 0;
        cursor: pointer;
    }

    #comingsoon .cs_check input:checked + p:before {
        background-position: -428px -15px;
    }

#comingsoon .cs_btn {
    width: 351px;
    height: 75px;
    background: #ffdf00;
    color: #002D36;
    border: none;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 50px;
}

#comingsoon .cs_aviso {
    color: #ffdf0f;
    font-size: 15px;
    font-weight: bold;
    max-width: 600px;
    width: calc(100% - 20px);
    margin-top: 80px;
}

#comingsoon .cs_btn:disabled {
    /*background: #aaa !important;
        color: #888 !important;*/
    background: #005A65 !important;
    color: #00323C !important;
}

#comingsoon .item {
    width: 205px;
    height: 380px;
    position: relative;
    padding-top: 15px;
    margin: 0 auto;
}

#comingsoon .cs_poster {
    display: inline-block;
    width: 100%;
}

#comingsoon .cs_punt_container {
    position: relative;
    display: inline-block;
    width: 100%;
}

    #comingsoon .cs_punt_container .cs_ico_1, #comingsoon .cs_punt_container .cs_ico_2, #comingsoon .cs_punt_container .cs_ico_3 {
        position: relative;
        display: inline-block;
        vertical-align: top;
        left: auto;
        margin: 8px 0 0;
        cursor: pointer;
    }

    #comingsoon .cs_punt_container .cs_ico_1 {
        background-position: -319px -82px;
    }

    #comingsoon .cs_punt_container .cs_ico_2 {
        background-position: -256px -82px;
    }

    #comingsoon .cs_punt_container .cs_ico_3 {
        background-position: -193px -82px;
    }

    #comingsoon .cs_punt_container .cs_ico_1.cs_active {
        background-position: -320px -147px !important;
    }

    #comingsoon .cs_punt_container .cs_ico_2.cs_active {
        background-position: -256px -147px !important;
    }

    #comingsoon .cs_punt_container .cs_ico_3.cs_active {
        background-position: -193px -147px !important;
    }

#comingsoon .cs_mask {
    background: #00D1E0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1900;
    opacity: 0.7;
    display: none;
}

    #comingsoon .cs_mask.cs_on {
        display: block;
    }

#comingsoon .cs_play {
    position: absolute;
    top: 110px;
    left: calc(50% - 56px);
    background-position: -382px -84px;
    width: 113px;
    height: 113px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

#comingsoon #trailerhome {
    position: fixed;
    left: 25%;
    width: 50%;
    top: 20%;
    z-index: 2000;
}

#comingsoon .cs_response_container {
    margin: 100px auto;
}

    #comingsoon .cs_response_container .cs_logo {
        background-position: -508px -8px;
        width: 164px;
        height: 146px;
    }

    #comingsoon .cs_response_container p {
        margin: 5px 0;
    }

        #comingsoon .cs_response_container p strong {
            display: inline-block;
            margin-bottom: 35px;
        }

    #comingsoon .cs_response_container .cs_btn {
        display: inline-block;
        line-height: 75px;
    }

#comingsoon .cs_popin_login_copie {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

#comingsoon .cs_row {
    position: relative;
}

#comingsoon .cs_owl_next, #comingsoon .cs_owl_prev {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 100;
    cursor: pointer;
    background-position: -7px -211px;
    left: 10px;
    top: -40px;
    transform: scale(0.75);
}

#comingsoon .cs_owl_next {
    left: auto;
    right: 10px;
    background-position: -68px -211px;
}

.cs_site_popin {
    position: fixed;
    z-index: 4999998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .cs_site_popin a {
        position: relative;
        width: 450px;
        height: 680px;
        display: block;
        background-image: url("../img/comingsoon3_popin.jpg");
        margin: 50px auto;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    }

#comingsoon .cs_site_popin {
    display: none;
}
/* HOVERS */
@media all and (min-width: 801px) {
    #comingsoon .cs_btn:hover {
        background: #eece00;
    }

    #comingsoon .item:hover .cs_punt_container .cs_ico_1:hover {
        background-position: -319px -15px;
    }

    #comingsoon .item:hover .cs_punt_container .cs_ico_2:hover {
        background-position: -256px -15px;
    }

    #comingsoon .item:hover .cs_punt_container .cs_ico_3:hover {
        background-position: -193px -15px;
    }

    #comingsoon .item:hover .cs_play {
        display: block;
    }

    #comingsoon .item:hover .cs_poster {
        box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
    }
}

@media all and (max-width:800px) {
    #comingsoon .item .cs_play {
        display: block;
    }
}

@media all and (max-width: 768px) {
    #comingsoon section h1 {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        font-size: 38px;
    }

    #comingsoon h1 + p {
        margin-left: auto;
        margin-right: auto;
        width: 58%;
    }

    #comingsoon section h2 {
        font-size: 24px;
    }

    #comingsoon .cs_check {
        width: calc(100% - 100px);
        padding-left: 100px;
    }

        #comingsoon .cs_check input + p:before {
            left: 55px;
        }

    #comingsoon #trailerhome {
        left: 10%;
        width: 80%;
    }

    #comingsoon .cs_owl_next, #comingsoon .cs_owl_prev {
        display: none;
    }

    #comingsoon .item .cs_punt_container .cs_ico_1 {
        background-position: -319px -15px;
    }

    #comingsoon .item .cs_punt_container .cs_ico_2 {
        background-position: -256px -15px;
    }

    #comingsoon .item .cs_punt_container .cs_ico_3 {
        background-position: -193px -15px;
    }

    #comingsoon .cs_response_container p {
        margin: 20px;
    }
}

@media all and (max-width:767px) {
    #comingsoon .cs_response_container {
        margin: 0px auto 50px;
        padding-top: 50px;
    }
}

@media all and (max-width: 480px) {
    #comingsoon section h1 {
        padding-top: 40px;
        font-size: 36px;
        width: 90%;
        margin: 0 auto 35px;
    }

    #comingsoon h1 + p {
        font-size: 25px;
        width: 90%;
        margin: 0 auto 30px;
    }

    #comingsoon section h2 {
        font-size: 24px;
        width: 87%;
        line-height: 30px;
        margin: 0 auto 30px;
    }

    #comingsoon .row-top p {
        width: 90%;
        margin: 0 auto 30px;
        font-weight: 700;
    }


    #comingsoon .cs_ul li {
        width: calc(78% - 80px);
        font-size: 20px;
        margin: 0 0 30px;
    }

    #comingsoon .cs_ico_1, #comingsoon .cs_ico_2, #comingsoon .cs_ico_3 {
        left: 10px;
        top: 18px;
    }

    #comingsoon .cs_punt_container .cs_ico_1, #comingsoon .cs_punt_container .cs_ico_2, #comingsoon .cs_punt_container .cs_ico_3 {
        top: 0;
    }

    #comingsoon .cs_destacado {
        font-size: 30px;
        width: 90%;
        margin: 30px auto 0px;
    }

        #comingsoon .cs_destacado span {
            font-size: 40px;
        }

    #comingsoon .cs_check {
        width: calc(100% - 135px);
        padding-left: 0;
    }

        #comingsoon .cs_check input + p:before {
            left: -40px;
        }

    #comingsoon #trailerhome {
        left: 5%;
        width: 90%;
    }

    #comingsoon .cs_response_container p {
        margin-left: auto;
        margin-right: auto;
    }

    #comingsoon .cs_check p {
        line-height: 20px;
    }

    #comingsoon .cs_mini {
        width: 60%;
    }

    .cs_site_popin a {
        width: 460px;
        height: 200px;
        background-image: url("../img/comingsoon_popin_m.gif");
        margin: 50% auto;
    }
}

/* ###############################################################
   COMING SOON
   ############################################################### */
/*#comingsoon .cs_logo, #comingsoon .cs_ico_1, #comingsoon .cs_ico_2, #comingsoon .cs_ico_3,
#comingsoon .cs_check input + p:before, #comingsoon .cs_check input:checked + p:before,
#comingsoon .cs_play, #comingsoon .cs_owl_next, #comingsoon .cs_owl_prev {
    background-image: url("../img/sprite_comingsoon.png");
}
*/
#oscars .cs_check input + p:before, #oscars .cs_check input:checked + p:before {
    background-image: url("../img/sprite_comingsoon.png");
}

#oscars main {
    background: #001b21 url("/Content/img/promos/fondo_oscars.png") top center repeat-x;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
    background-size: cover;
}

#oscars #main, #comingsoon #main section {
    width: 100%;
    left: 0;
    padding: 0;
    margin-left: 0;
}

#oscars .cs_row {
    width: 100%;
}

#oscars section h1 {
    margin: 50px 0 30px;
    color: #E5C268;
    font-size: 46px;
    line-height: 50px;
    font-weight: 800;
}

#oscars h1 + p strong {
    font-weight: 600;
}

#oscars section p {
    font-size: 21px;
    font-weight: 300;
    margin: 0 auto;
}

    #oscars section p.quien {
        margin-top: 20px;
        font-size: 27px;
    }

/*#oscars .cs_logo {
    width: 164px;
    height: 187px;
    background-position: -7px -8px;
    margin: 30px auto;
}*/

/*#comingsoon .cs_logo.comingsoon_b {
        width: 221px;
        height: 252px;
        background-position: -7px -263px;
        margin: 30px auto;
    }*/


#oscars section h2 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    max-width: 700px;
    padding: 5px;
    margin: 5px auto 20px;
    font-weight: 700;
    color: #E5C268;
    font-style: italic;
}

    #oscars section h2.nocast {
        margin-bottom: 0;
    }

#oscars .cs_ul {
    width: 100%;
    max-width: 950px;
    margin: 10px auto 30px;
    font-size: 0;
    padding: 0;
}

    #oscars .cs_ul li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(33% - 80px);
        padding-left: 80px;
        font-size: 15px;
        text-align: left;
        font-style: italic;
    }

        #oscars .cs_ul li strong {
            font-size: 19px;
            color: #E5C268;
        }

/*#oscars .cs_ico_1, #oscars .cs_ico_2, #oscars .cs_ico_3 {
    width: 53px;
    height: 53px;
    position: absolute;
    left: 20px;
}

#comingsoon .cs_ico_3 {
    background-position: -193px -15px;
}

#comingsoon .cs_ico_2 {
    background-position: -256px -15px;
}

#comingsoon .cs_ico_1 {
    background-position: -319px -15px;
}*/

#oscars .cs_destacado {
    font-size: 39px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 45px;
}

    #oscars .cs_destacado span {
        color: #E5C268;
        font-size: 51px;
    }

#oscars .cs_mini {
    margin: 10px auto 50px;
    font-size: 15px;
    font-weight: 400;
}


#oscars .cs_check {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    padding-left: 50px;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: left;
    height: 32px;
    line-height: 32px;
}

    #oscars .cs_check input {
        display: none;
    }

    #oscars .cs_check p {
        font-size: 15px;
        font-weight: 700;
    }

    #oscars .cs_check#coms {
        line-height: 20px;
    }

    #oscars .cs_check a {
        color: #E5C268;
        border-bottom: 2px solid #E5C268;
    }

    #oscars .cs_check input + p:before {
        content: "";
        width: 32px;
        height: 32px;
        background-position: -390px -15px;
        position: absolute;
        left: 0;
        cursor: pointer;
    }

    #oscars .cs_check input:checked + p:before {
        background-position: -428px -15px;
    }

#oscars .cs_btn {
    width: 351px;
    height: 75px;
    background: #E5C268;
    color: #002D36;
    border: none;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 50px;
}

    #oscars .cs_btn:disabled {
        background: #005A65;
        color: #00323C;
    }

#oscars .cs_response_container .cs_btn {
    display: inline-block;
    line-height: 75px;
}

#oscars .owl-carousel {
    margin-bottom: 90px;
}

#oscars .item {
    width: 205px;
    height: 500px;
    position: relative;
    padding-top: 15px;
    margin: 0 auto;
}

#oscars .cs_poster {
    display: inline-block;
    width: 100%;
}

#oscars .cs_punt_container {
    position: relative;
    display: inline-block;
    width: 100%;
}

#oscars .cs_titulo, #oscars .cs_cast {
    padding-top: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    height: 30px;
}

#oscars .cs_cast {
    font-size: 15px;
    color: #cce7ea;
    font-weight: normal;
}

#oscars .cs_punt_container .cs_oscar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: auto;
    margin: 0;
    cursor: pointer;
    background-image: url(/Content/img/promos/oscar_semi.png);
    width: 125px;
    height: 124px;
    background-position: center center;
    background-repeat: no-repeat;
}

    #oscars .cs_punt_container .cs_oscar.cs_active {
        background-image: url(/Content/img/promos/oscar_gold.png);
    }

#oscars .owl-carousel .owl-stage {
    margin-left: auto;
    margin-right: auto;
}

/*#comingsoon .cs_punt_container .cs_ico_1, #comingsoon .cs_punt_container .cs_ico_2, #comingsoon .cs_punt_container .cs_ico_3 {
        position: relative;
        display: inline-block;
        vertical-align: top;
        left: auto;
        margin: 8px 0 0;
        cursor: pointer;
    }*/

/*#comingsoon .cs_punt_container .cs_ico_1 {
        background-position: -319px -82px;
    }

    #comingsoon .cs_punt_container .cs_ico_2 {
        background-position: -256px -82px;
    }

    #comingsoon .cs_punt_container .cs_ico_3 {
        background-position: -193px -82px;
    }

    #comingsoon .cs_punt_container .cs_ico_1.cs_active {
        background-position: -320px -147px !important;
    }

    #comingsoon .cs_punt_container .cs_ico_2.cs_active {
        background-position: -256px -147px !important;
    }

    #comingsoon .cs_punt_container .cs_ico_3.cs_active {
        background-position: -193px -147px !important;
    }*/

#oscars .cs_mask {
    background: #001b21;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1900;
    opacity: 0.7;
    display: none;
}

    #oscars .cs_mask.cs_on {
        display: block;
    }

#oscars .cs_play {
    position: absolute;
    top: 20%;
    /* left: calc(50% - 56px); */
    background-image: url(/Content/img/promos/oscar_play.png);
    width: 199px;
    height: 199px;
    /* border-radius: 50%; */
    display: none;
    cursor: pointer;
}

#oscars #trailerhome {
    position: fixed;
    left: 25%;
    width: 50%;
    top: 20%;
    z-index: 2000;
}

#oscars .cs_response_container {
    margin: 100px auto;
}

    /*#oscars .cs_response_container .cs_logo {
        background-position: -508px -8px;
        width: 164px;
        height: 146px;
    }*/

    #oscars .cs_response_container p {
        margin: 5px 0;
    }

#comingsoon .cs_response_container p strong {
    display: inline-block;
    margin-bottom: 35px;
}

#comingsoon .cs_response_container .cs_btn {
    display: inline-block;
    line-height: 75px;
}

#oscars .cs_popin_login_copie {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

#oscars .cs_row {
    position: relative;
}

#oscars .cs_owl_next, #oscars .cs_owl_prev {
    position: absolute;
    width: 82px;
    height: 104px;
    z-index: 100;
    cursor: pointer;
    background-image: url(/Content/img/arrow-left-direction.png);
    left: -40px;
    top: 150px;
    /*transform: scale(0.75);*/
}

#oscars .cs_owl_next {
    left: auto;
    right: -40px;
    background-image: url(/Content/img/arrow-right-direction.png);
    /*background-position: -68px -211px;*/
}

.cs_site_popin {
    position: fixed;
    z-index: 4999998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .cs_site_popin a {
        position: relative;
        width: 450px;
        height: 680px;
        display: block;
        background-image: url("../img/comingsoon_popin_d.jpg");
        margin: 50px auto;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    }

#oscars .cs_site_popin {
    display: none;
}


/* HOVERS */

@media all and (min-width: 801px) {
    /*#oscars .cs_btn:hover {
        background: #eece00;
    }*/


    #oscars .cs_punt_container .cs_oscar:hover {
        background-image: url(/Content/img/promos/oscar_white.png);
    }

    #oscars .item:hover .cs_play {
        display: block;
    }

    #oscars .item:hover .cs_poster {
        box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
    }

    #oscars .lastitem {
        display: none;
    }
}

@media all and (max-width:800px) {
    #oscars .item .cs_play {
        display: block;
    }
}

@media all and (max-width: 768px) {
    #oscars section h1 {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        font-size: 38px;
    }

    #oscars h1 + p {
        margin-left: auto;
        margin-right: auto;
        width: 58%;
    }

    #oscars section h2 {
        font-size: 24px;
    }

    #oscars .cs_check {
        width: calc(100% - 100px);
        padding-left: 100px;
    }

        #oscars .cs_check input + p:before {
            left: 55px;
        }

    #oscars #trailerhome {
        left: 10%;
        width: 80%;
    }

    #oscars .cs_owl_next, #oscars .cs_owl_prev {
        display: none;
    }
}

@media all and (max-width:767px) {
    #oscars .cs_response_container {
        margin: 0px auto 50px;
        padding-top: 50px;
    }
}

@media all and (max-width: 480px) {
    #oscars section h1 {
        padding-top: 40px;
        font-size: 36px;
        width: 90%;
        margin: 0 auto 35px;
    }

    #oscars h1 + p {
        font-size: 25px;
        width: 90%;
        margin: 0 auto 30px;
    }

    #oscars section h2 {
        font-size: 24px;
        width: 87%;
        line-height: 30px;
        margin: 0 auto 30px;
    }

    #oscars .row-top p {
        width: 90%;
        margin: 0 auto 30px;
        font-weight: 700;
    }


    #oscars .cs_ul li {
        width: calc(78% - 80px);
        font-size: 20px;
        margin: 0 0 30px;
    }



    #oscars .cs_destacado {
        font-size: 26px;
        width: 90%;
        margin: 30px auto 0px;
    }

        #oscars .cs_destacado span {
            font-size: 40px;
        }

    #oscars .cs_check {
        width: calc(100% - 135px);
        padding-left: 0;
    }

        #oscars .cs_check input + p:before {
            left: -40px;
        }

    #oscars #trailerhome {
        left: 5%;
        width: 90%;
    }

    #oscars .cs_response_container p {
        margin-left: auto;
        margin-right: auto;
    }

    #oscars .cs_check p {
        line-height: 20px;
    }

    #oscars .cs_mini {
        width: 60%;
    }

    .cs_site_popin a {
        width: 460px;
        height: 200px;
        background-image: url("../img/comingsoon_popin_m.gif");
        margin: 50% auto;
    }
}


/* ==========================================================================
    FIX 2017/11/20 FICHA PELÍCULA - PROMOS NO VALIDAS
   ========================================================================== */
.skin #ficha_pelicula .nopromo {
    border: none;
    top: 295px;
}

@media all and (max-width: 1279px) {
    #ficha_pelicula .nopromo {
        top: 280px;
        border: none;
    }
}

@media all and (max-width: 1023px) {
    #ficha_pelicula .nopromo {
        position: relative;
        top: -11px;
    }
}

@media all and (max-width: 639px) {
    #ficha_pelicula .nopromo {
        top: 0;
    }
}



/* ==========================================================================
    LANDINGS BLACK FRIDAY & CIBER MONDAY
   ========================================================================== */
#SP article {
    text-align: center;
    margin: 30px 0;
}

#SP .sp_container {
    background: #000000;
}

#SP .cm .sp_container {
    background: #0097B6;
}

#SP .cm .cm_code {
    position: absolute;
    top: 585px;
    background: none;
    left: 50%;
    margin-left: -215px;
}

    #SP .cm .cm_code .sp_code {
        height: 65px;
        line-height: 65px;
    }

#SP .sp_btn, #SP .sp_share {
}

#SP .sp_code {
    display: inline-block;
    margin: 20px 0 50px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background: #ffffff;
    width: 430px;
    font-size: 35px;
}

#SP article > div {
    display: none;
}

#SP article.sp_sin > .sp_sin {
    display: block;
}

#SP article.sp_con > div {
    display: block;
}

#SP article.sp_con > .sp_sin {
    display: none;
}

@media all and (max-width: 800px) {
    #SP .sp_container {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

        #SP .sp_container img {
            width: 90%;
        }

    #SP .sp_btn img {
        width: auto;
    }

    #SP .sp_share img {
        width: 10%;
    }

    #SP .cm .cm_code {
        top: 530px;
        left: 50%;
        margin-left: -370px;
    }

    #SP .cm .sp_share img {
        height: 80px;
        width: auto;
    }
}

@media all and (max-width: 640px) {
    #SP article {
        margin: 13px 0;
    }

    #SP .sp_container {
        width: 100%;
    }

        #SP .sp_container img {
            width: 100%;
        }

    #SP .sp_btn img {
        width: 70%;
    }

    #SP .sp_share img {
        width: 10%;
    }

    #SP .sp_code {
        margin: 20px 0 40px;
        height: 65px;
        line-height: 65px;
        width: 320px;
        font-size: 28px;
    }

    #SP .cm .cm_code {
        top: 340px;
        left: 50%;
        margin-left: -235px;
    }

        #SP .cm .cm_code .sp_code {
            height: 45px;
            line-height: 45px;
            width: 300px;
        }

    #SP .cm .sp_share img {
        height: 60px;
        width: auto;
    }
}

/* LANDING GDPR */
#gdpr main {
    min-height: 500px;
    background: rgb(98,207,222);
    background: linear-gradient(180deg, rgba(98,207,222,1) 0%, rgba(63,146,177,1) 50%, rgba(1,74,135,1) 100%);
    color: #ffffff;
    text-align: center;
}

#gdpr section .container span {
    font-size: 60px;
    margin: 50px auto 30px;
}

#gdpr section .container h2 {
    font-family: 'caeciliabold';
    font-size: 60px;
    margin: 0 auto 25px;
}

#gdpr section .container h3 {
    font-family: 'caeciliabold';
    font-size: 51px;
    width: 96%;
    max-width: 550px;
    margin: 0 auto 85px;
    line-height: 55px;
}

#gdpr section .container p {
    font-family: 'helveticaneue';
    font-size: 28px;
    width: 96%;
    max-width: 650px;
    line-height: 35px;
    margin: 0 auto 60px;
}

#gdpr section .container a {
    display: block;
    width: 325px;
    height: 75px;
    line-height: 75px;
    background: rgb(255,244,170);
    background: linear-gradient(180deg, rgba(255,244,170,1) 0%, rgba(255,222,12,1) 100%);
    border-radius: 10px;
    color: #000000;
    font-family: 'helveticaneue';
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto 100px;
}

    #gdpr section .container a:hover {
        background: linear-gradient(180deg, rgba(255,222,12,1) 0%, rgba(255,244,170,1) 100%);
    }

/* -------------------------------------------------- */
/* FICHA CINE LUXE */
/* -------------------------------------------------- */

#ficha_cine .luxe {
    background-color: #002856;
}

#ficha_cine main.luxe #main, #ficha_cine main.salasLuxe #main {
    width: 100%;
    left: 0;
}

    #ficha_cine main.luxe #main section {
        max-width: 1270px;
        margin-left: calc(50% - 638px);
    }
    #ficha_cine main.salasLuxe #main section {
        max-width: 1200px;
        margin-left: calc(50% - 600px);
    }

    #ficha_cine .luxe #info_cine, #ficha_cine .luxe .horarios ul {
        background: none !important;
    }

#ficha_cine .luxe #info_cine {
}

#ficha_cine .luxe .select_cinefav {
    position: absolute;
    top: -100px;
    max-width: 52%;
}

#ficha_cine .luxe .luxeCarrusel {
    margin-top: 140px;
    width: 100%;
}
#ficha_cine .salasLuxe .luxeCarrusel {
    width: 100%;
}

#ficha_cine .luxe .luxeCarrusel .luxe-carrusel-btn,
#ficha_cine .salasLuxe .luxeCarrusel .luxe-carrusel-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 200px;
    height: 46px;
    line-height: 46px;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%);
    color: #002856;
    font-weight: bold;
    border-radius: 50px;
}
@media all and (min-width:1281px){

    #ficha_cine .luxe .luxeCarrusel .luxe-carrusel-btn,
    #ficha_cine .salasLuxe .luxeCarrusel .luxe-carrusel-btn {
        width: 350px;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
    }
}
@media all and (min-width:1024px) {
    .skin #ficha_cine .luxe .luxeCarrusel .luxe-carrusel-btn,
    .skin #ficha_cine .salasLuxe .luxeCarrusel .luxe-carrusel-btn {
        width: 200px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }
    .skin #ficha_cine main.luxe #main, .skin #ficha_cine main.salasLuxe #main {
        width: 970px;
        left: calc(50% - 485px);
        margin-top: 340px;
        position: relative;
    }
    .skin #ficha_cine main.luxe #main section, .skin #ficha_cine main.salasLuxe #main section {
        margin-left: auto;
    }
    .skin #ficha_cine main.luxe {
        background-color: #002856 !important;
    }
    .skin #ficha_cine .luxe .select_cinefav {
        position: absolute;
        top: -100px;
    }
}
@media all and (max-width:480px){
    #ficha_cine .luxe .luxeCarrusel .luxe-carrusel-btn{
        right:50%;
        margin-right:-100px;
    }
}

#ficha_cine .luxe article#publicidad_body {
    top: 670px;
    left: calc(50% + 400px);
}

#ficha_cine .luxe .item {
    position: relative;
}

    #ficha_cine .luxe .item h2, #ficha_cine .luxe .item p {
        color: #ddd;
        text-align: center;
        font-family: 'Ubuntu';
        font-size: 55px;
        position: absolute;
        top: 30%;
        width: 100%;
        margin: 0;
        font-style: italic;
        background: linear-gradient(0deg, rgba(136,151,170,1) 0%, rgba(237,240,243,1) 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #ficha_cine .luxe .item .shadowLuxe {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: url("../img/luxe/degradado_carusel.png") no-repeat center;
        background-size: 100%;
    }

    #ficha_cine .luxe .item p {
        font-size: 20px;
        top: calc(30% + 90px);
        font-style: initial;
        width: 45%;
        left: 27%;
        background: radial-gradient(#edf0f3, #94a5b9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

#ficha_cine .luxe .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 150px;
    left: calc(50% - 75px);
}

    #ficha_cine .luxe .owl-dots span {
        background: none;
        border: 3px solid #fff;
    }

    #ficha_cine .luxe .owl-dots .active span {
        background: #fff;
    }

#ficha_cine .luxe article.cine_promos > span#mas_promos,
#ficha_cine .luxe article.cine_promos > a > span.promo_movil,
.luxe .horarios .pelicula .peli_info h4 a,
.luxe .horarios .pelicula .peli_info p,
.luxe .horarios .pelicula .peli_info p span,
.luxe .horarios {
    color: #fff;
}

#ficha_cine .luxe article .radiobox .rb_selected .rb_ico {
    background: #fff url("../img/luxe/flecha_desplegable.png") center center !important;
    background-size: 100% !important;
}

#ficha_cine .luxe article .radiobox.open .rb_selected .rb_ico {
    transform: rotate(180deg);
}

#ficha_cine .luxe .radiobox .rb_selected, #ficha_pelicula .luxe .radiobox .rb_selected, #ficha_eventos .luxe article .radiobox .rb_selected {
    color: #002856;
    background: #fff;
    font-weight: bold;
}

.luxe .horarios ul.destacado li.destacado {
    background: none;
    border-bottom: 3px solid #ffdf0f !important;
}

.luxe .horarios.peliculas ul.destacado li.destacado {
    border-color: #94a5b9 !important;
}

#ficha_cine .luxe .horarios ul.destacado li.destacado p,
.luxe .horarios .pelicula .peli_info.anticipada h4 a,
.luxe .horarios .pelicula .peli_info.anticipada p {
    color: #ffdf0f;
}

#ficha_cine .luxe .horarios.peliculas ul.destacado li.destacado p {
    background: linear-gradient(#edf0f3, #94a5b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#ficha_cine .luxe .horarios > ul {
    border: none;
}

.luxe .horarios .pelicula .peli_info.anticipada > a {
    border-radius: 50px;
    color: #002856;
    font-weight: bold;
    padding: 0 20px;
    font-size: 13px;
    background: linear-gradient(180deg, rgba(248,240,181,1) 0%, rgba(255,223,15,1) 66%, rgba(255,223,15,1) 100%);
}

#ficha_cine .luxe .horarios > ul > li.sala.isens,
#ficha_cine .luxe .horarios > ul > li.sala.imax,
#ficha_cine .luxe .horarios > ul > li.sala.dolby {
    background-color: transparent !important;
}

#ficha_cine .luxe .horarios > ul > li.sala.isens {
    background-image: url("../img/luxe/isens_logo.png");
    background-size: 7%;
}

#ficha_cine .horarios > ul > li.sala.screenx {
    background-color:#000;
    background-image: url("../img/screenx_logo_noluxe.png");
    background-size: 9%;
    background-position: right 10px center;
    background-repeat: no-repeat;
}
#ficha_cine .luxe .horarios > ul > li.sala.screenx {
    background-color: none;
    background-image: url("../img/screenx_logo.png");
    background-size: 9%;
    background-position: right;
    background-repeat: no-repeat;
}

.luxe .horarios .sala li {
    width: 70px;
    margin-bottom: 20px;
}

    .luxe .horarios .sala li a {
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%);
        color: #002856;
        font-weight: bold;
        width: 70px;
        border-radius: 20px;
    }

#ficha_cine .luxe article .btn_mostrar {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%);
    color: #002856;
    font-weight: bold;
    border-radius: 50px;
}

.luxe article.precios .div_precios, .luxe article.calif .div_calificaciones {
    background: none;
}

.luxe .infocine_col > h3 {
    background: none;
    color: #ffdf0f;
    border-bottom: 3px solid #94a5b9;
    text-align: left;
    background: linear-gradient(#edf0f3, #94a5b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.luxe .infocine_col > p {
    color: #ffffff;
}

.luxe article.precios .infocine_col > p > span {
    background: #ffffff;
    color: #002856;
    font-weight: bold;
    padding: 0 15px;
}

.luxe article.precios .infocine_col p.infocine_sub {
    background: none;
    color: #94a5b9;
}

.luxe .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.luxe .calificacion.calificacion_1,
.luxe .calificacion.calificacion_2, .luxe .calificacion.calificacion_3, .luxe .calificacion.calificacion_4, .luxe .calificacion.calificacion_5, .luxe .calificacion.calificacion_6, .luxe .calificacion.calificacion_7, .luxe .calificacion.calificacion_22, .luxe .calificacion.calificacion_28, .luxe .calificacion.calificacion_29, .luxe .calificacion.calificacion_31, .luxe .calificacion.calificacion_32, .luxe .calificacion.calificacion_33, .luxe .calificacion.calificacion_34, .luxe .calificacion.calificacion_35, .luxe .calificacion.calificacion_36, .luxe .calificacion.calificacion_37,
.luxe .calificacion_1, .luxe .calificacion_2, .luxe .calificacion_3, .luxe .calificacion_4, .luxe .calificacion_5, .luxe .calificacion_6, .luxe .calificacion_7, .luxe .calificacion_22, .luxe .calificacion_28, .luxe .calificacion_29, .luxe .calificacion_31, .luxe .calificacion_32, .luxe .calificacion_33, .luxe .calificacion_34, .luxe .calificacion_35, .luxe .calificacion_36, .luxe .calificacion_37, .luxe .calificacion_32::before {
    background-color: rgba(0,0,0,0) !important;
}

#ficha_cine .luxe .starfav, #ficha_cine .luxe .select_cinefav .print_btn, #ficha_cine .luxe .select_cinefav .maps {
    background: url("../img/luxe/luxe_logos_superior.png") no-repeat;
    background-position: -103px 5px;
    width: 40px;
}

#ficha_cine .luxe .select_cinefav .print_btn {
    background-position: -40px 5px;
}

#ficha_cine .luxe .select_cinefav .maps {
    background-position: 14px 5px;
}

@media all and (max-width:1400px) {
    #ficha_cine .luxe article#publicidad_body {
        top: 470px;
        left: auto;
        right: 0;
    }

    #ficha_cine .luxe .select_cinefav {
        max-width: 72%;
        left: 50px;
    }
}

@media all and (min-width:1279px) {
    .skin #ficha_cine main.luxe #main section {
        margin-left: 0;
    }

    .skin #ficha_cine .luxe .select_cinefav {
        max-width: calc(100% - 75px);
    }

    .skin #ficha_cine .luxe .item h2, .skin #ficha_cine .luxe .item p,
    .skin #ficha_cine .salasLuxe .item h2, .skin #ficha_cine .salasLuxe .item p{
        font-size: 40px;
        top: 20%;
    }

    .skin #ficha_cine .luxe .item p,
    .skin #ficha_cine .salasLuxe .item p {
        font-size: 17px;
        top: calc(20% + 60px);
        width: 70%;
        left: 15%;
    }

    .skin .luxe .horarios ul.destacado .peli_info h4 {
        width: 42%;
    }

    .skin #ficha_cine .luxe article#publicidad_body {
        top: 585px;
        left: auto;
        right: -40px;
    }
}

@media all and (max-width:1279px) {

    #ficha_cine main.salasLuxe #main section {
        margin: 0 auto;
    }
    #ficha_cine .luxe .select_cinefav {
        top: 40px;
    }
    #ficha_cine .luxe .item h2, #ficha_cine .luxe .item p,
    #ficha_cine .salasLuxe .item h2, #ficha_cine .salasLuxe .item p {
        font-size: 40px;
        top: 20%;
    }

    #ficha_cine .luxe .item p {
        font-size: 17px;
        top: calc(20% + 60px);
        width: 70%;
        left: 15%;
    }
}

@media all and (max-width:1024px) {
    #ficha_cine .luxe article#publicidad_body {
        top: auto;
        bottom: 0 !important;
        left: 20px;
        right: auto;
        width: calc(100% - 40px);
        transform: none;
    }

    #ficha_cine main.luxe #main section {
        max-width: calc(100% - 20px);
        margin-left: 10px;
    }
}

@media all and (max-width:850px) {
    #ficha_cine .luxe div.cine_promos {
        height: 175px;
    }

    #ficha_cine .luxe .horarios ul.destacado .peli_info h4 {
        width: 50%;
    }

    #ficha_cine .luxe .select_cinefav {
        max-width: calc(100% - 30px);
        left: 30px;
    }
}

@media all and (max-width:768px) {
    #ficha_cine .luxe div.cine_promos {
        height: 193px;
    }

    #ficha_cine .luxe .horarios ul.destacado .peli_info h4 {
        width: 45%;
    }

    #ficha_cine .luxe .select_cinefav {
        max-width: calc(100% - 30px);
        left: 30px;
        top: 45px;
    }

    #ficha_cine .luxe .item h2, #ficha_cine .luxe .item p,
    #ficha_cine .salasLuxe .item h2, #ficha_cine .salasLuxe .item p {
        font-size: 30px;
        top: 20%;
    }

    #ficha_cine .luxe .item p,
    #ficha_cine .salasLuxe .item p {
        font-size: 15px;
        top: calc(15% + 60px);
        width: 80%;
        left: 10%;
    }
}

@media all and (max-width:767px) {
    #ficha_cine main.luxe #main {
        padding: 1px 0 0;
    }

    #ficha_cine .luxe .select_cinefav {
        top: 55px;
    }

    .luxe .horarios .sala li {
        margin-bottom: 20px;
    }

    #ficha_cine .luxe .solo_movil .btn_contenido {
        background: linear-gradient(#edf0f3, #94a5b9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-bottom: 3px solid #edf0f3;
        position: relative;
    }

        #ficha_cine .luxe .solo_movil .btn_contenido:before {
            content: "";
            width: 40px;
            height: 40px;
            background: url("../img/luxe/flecha_desplegable_gris.png") no-repeat center center;
            background-size: 100%;
            position: absolute;
            left: 00px;
        }

        #ficha_cine .luxe .solo_movil .btn_contenido.open:before {
            transform: rotate(180deg);
        }
}

@media all and (max-width:640px) {
    #ficha_cine .luxe .select_cinefav {
        top: 30px;
    }

    #ficha_cine .luxe .luxeCarrusel {
        margin-top: 96px;
    }

    #ficha_cine .luxe .item h2, #ficha_cine .luxe .item p,
    #ficha_cine .salasLuxe .item h2, #ficha_cine .salasLuxe .item p {
        font-size: 32px;
        top: 25%;
    }

    #ficha_cine .luxe .item p, #ficha_cine .salasLuxe .item p {
        font-size: 17px;
        top: calc(25% + 45px);
        width: 80%;
        left: 10%;
    }

    #ficha_cine .luxe .starfav {
        margin-right: 10px;
    }

    #ficha_cine .luxe .select_cinefav .maps {
        margin-right: 20px;
    }

    #ficha_cine .luxe .item,
    #ficha_cine .salasLuxe .item {
        overflow-x: hidden;
    }

        #ficha_cine .luxe .item img,
        #ficha_cine .salasLuxe .item img {
            width: 1200px;
        }
		
		#ficha_cine .luxe .item img.carouselBonaire {
            width: 100%;
        }

        #ficha_cine .luxe .item .shadowLuxe,
        #ficha_cine .salasLuxe .item .shadowLuxe {
            background-size: cover;
        }
}

@media all and (max-width:480px) {
    #ficha_cine .luxe .starfav {
        margin-right: 5px;
    }

    #ficha_cine .luxe .select_cinefav .maps {
        margin-right: 10px;
    }

    #ficha_cine .luxe .item h2, #ficha_cine .luxe .item p,
    #ficha_cine .salasLuxe .item h2, #ficha_cine .salasLuxe .item p {
        font-size: 25px;
        top: 25%;
    }

    #ficha_cine .luxe .item p, #ficha_cine .salasLuxe .item p {
        font-size: 17px;
        top: calc(25% + 45px);
        width: 80%;
        left: 10%;
    }
}

.footerCinesaCheck {
    color: #4295b3 !important;
    font-weight: bold;
    text-decoration: underline;
}

header nav ul li a.luxe {
    background: #ffffff !important;
}

    header nav ul li a.luxe:hover {
        background: #ffdf0f !important;
    }



#ficha_cine .luxe .luxeCarrusel .luxe-carrusel-btn,
#ficha_cine .salasLuxe .luxeCarrusel .luxe-carrusel-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 200px;
    height: 46px;
    line-height: 46px;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%);
    color: #002856;
    font-weight: bold;
    border-radius: 50px;
}

@media all and (min-width:1281px) {

    #ficha_cine .luxe .luxeCarrusel .luxe-carrusel-btn,
    #ficha_cine .salasLuxe .luxeCarrusel .luxe-carrusel-btn {
        width: 350px;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
    }

    .skin #ficha_cine .luxe .luxeCarrusel .luxe-carrusel-btn,
    .skin #ficha_cine .salasLuxe .luxeCarrusel .luxe-carrusel-btn {
        width: 200px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }
}

@media all and (max-width:480px) {
    #ficha_cine .luxe .luxeCarrusel .luxe-carrusel-btn,
    #ficha_cine .salasLuxe .luxeCarrusel .luxe-carrusel-btn {
        right: 50%;
        margin-right: -100px;
    }
}

.banenrMatinales {
    position: relative;
}

    .banenrMatinales img {
        width: 100%;
    }

    .banenrMatinales .luxe-carrusel-btn {
        position: absolute;
        bottom: 12px;
        right: 12px;
        width: 200px;
        height: 46px;
        line-height: 46px;
        border-radius: 15px;
        text-align: center;
        font-size: 18px;
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%);
        color: #002856;
        font-weight: bold;
        border-radius: 50px;
    }

@media all and (min-width:1281px) {

    .banenrMatinales .luxe-carrusel-btn {
        width: 350px;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
    }

    .skin .banenrMatinales .luxe-carrusel-btn {
        width: 200px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }
}

@media all and (max-width:480px) {
    .banenrMatinales .luxe-carrusel-btn {
        width: 150px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
}


/* -------------------------------------------------- */


/* LANDING LUXE START */
/* RADIOBOX */
#luxe .radiobox, .radiobox * {
    position: relative;
    display: block;
    border: none;
    outline: none;
    line-height: auto;
    text-align: left;
    margin: 0;
    padding: 0;
    background: none;
}
/* RADIOBOX ----------------------------------------------------------------------- */
#luxe .radiobox {
    position: relative;
    display: block;
    width: 100%;
    min-width: 180px;
    height: 40px;
    padding: 0;
    margin: 0;
    font-family: "verdana";
    font-size: 15px;
    z-index: 1000;
}

    #luxe .radiobox.rb_open {
        z-index: 10000;
    }
    /* ICON ----------------------------------------------------------------------- */
    #luxe .radiobox .rb_icon {
        position: absolute;
        width: 45px;
        height: 42px;
        top: 0;
        cursor: pointer;
        z-index: 1002;
        transition: 0.2s;
    }

    #luxe .radiobox.rb_open .rb_icon {
        background-color: #fff !important;
    }

    #luxe .radiobox.rb_disabled .rb_icon {
        background-color: #666666 !important;
        cursor: default;
    }

    #luxe .radiobox.rb_left .rb_icon {
        left: 0;
    }

    #luxe .radiobox.rb_right .rb_icon {
        right: 0;
    }

    #luxe .radiobox .rb_icon:before {
        content: "▾";
        position: absolute;
        width: 39px;
        height: 39px;
        line-height: 37px;
        text-align: center;
        font-size: 35px;
        color: #002856;
    }

    #luxe .radiobox.rb_open .rb_icon:before {
        content: "▴";
        color: #002956;
    }

    #luxe .radiobox.rb_none .rb_icon {
        display: none;
    }
    /* LABEL ----------------------------------------------------------------------- */
    #luxe .radiobox .rb_label {
        position: absolute;
        top: 0;
        width: calc(100% - 60px);
        height: 42px;
        line-height: 40px;
        padding: 0 10px;
        background: #fff;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        z-index: 1002;
        font-size: 22px;
        color: #002956;
        font-weight: 400;
        font-family: 'helveticaneue';
    }

    #luxe .radiobox.rb_left .rb_label {
        right: 0;
    }

    #luxe .radiobox.rb_right .rb_label {
        left: 0;
    }

    #luxe .radiobox.rb_none .rb_label {
        width: calc(100% - 20px);
        left: 0;
    }

    #luxe .radiobox.rb_bottom .rb_label {
        width: calc(100% - 20px);
        left: 0;
    }

    #luxe .radiobox.rb_popup .rb_label {
        width: calc(100% - 20px);
        left: 0;
    }

    #luxe .radiobox.rb_disabled .rb_label {
        color: #999999 !important;
        cursor: default;
    }
    /* UL ----------------------------------------------------------------------- */
    #luxe .radiobox ul {
        position: absolute;
        height: 0;
        transition: 0.2s;
        top: 0px;
        width: calc(100% - 41px);
        height: 40px;
        line-height: 40px;
        white-space: nowrap;
        overflow-x: hidden;
        z-index: 1001;
        background: #ffffff;
    }

    #luxe .radiobox.rb_open ul {
        height: auto;
        max-height: 200px;
        top: 41px;
        outline: none;
        width: calc(100% - 43px);
    }

    #luxe .radiobox.rb_left ul {
        right: 1px;
    }

    #luxe .radiobox.rb_right ul {
        left: 1px;
    }

    #luxe .radiobox.rb_none ul {
        left: 1px;
        right: 1px;
        width: calc(100% - 2px);
    }

    #luxe .radiobox.rb_bottom ul {
        position: relative;
        left: 1px;
        right: 1px;
        width: calc(100% - 2px);
    }

    #luxe .radiobox.rb_bottom.rb_open ul {
        height: auto;
        max-height: 200px;
        top: 40px;
        outline: 1px solid #aaa;
    }
    /* LI ----------------------------------------------------------------------- */
    #luxe .radiobox li {
        position: relative;
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #aaaaaa;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

        #luxe .radiobox li:first-child {
            display: none;
        }

        #luxe .radiobox li:last-child {
            border: none;
        }

    #luxe .radiobox .rb_hidden {
        display: none !important;
    }

    #luxe .radiobox input[type=radio] {
        display: none !important;
    }

    #luxe .radiobox li label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        cursor: pointer;
        padding: 0 10px;
    }

    #luxe .radiobox li.rb_disabled {
        color: #aaa;
        cursor: default;
    }

    #luxe .radiobox li.rb_selected {
        cursor: default;
        font-weight: bold;
    }


/* LUXE START */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

#luxe body {
    font-family: 'Ubuntu', sans-serif;
}

#luxe header {
    position: relative;
}

    #luxe header img.background {
        width: 100%;
    }

    #luxe header img.logo {
        position: absolute;
        display: block;
        width: 250px;
        margin: 0 auto;
        z-index: 10;
        left: calc(50% - 125px);
        top: 50px;
    }

    #luxe header h1 {
        position: absolute;
        color: #fff;
        font-size: 22px;
        width: 100%;
        text-align: center;
        top: 180px;
        font-weight: 200;
        background: -webkit-linear-gradient(0deg, #a9a8a8, #fcfcfc 14%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        font-family: 'Ubuntu', sans-serif;
    }

#luxe article.parallax {
    position: relative;
    max-height: 1080px;
    background: #002856; /* Old browsers */
    background: -moz-linear-gradient(top, #002856 0%, #00399d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #002856 0%,#00399d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #002856 0%,#00399d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002856', endColorstr='#00399d',GradientType=0 ); /* IE6-9 */
}

    #luxe article.parallax #scene {
        position: absolute;
        top: 0;
        height: 100%;
        overflow: hidden;
    }

        #luxe article.parallax #scene img {
            width: 100%;
        }

#luxe article.parallax_basic {
    position: relative;
}

    #luxe article.parallax_basic .content {
        position: absolute;
        top: 0;
        padding-top: 8%;
    }

        #luxe article.parallax_basic .content.right {
            right: 10%;
            text-align: right;
        }

        #luxe article.parallax_basic .content.left {
            left: 10%;
            text-align: left;
        }

        #luxe article.parallax_basic .content h2 {
            font-size: 42px;
            color: white;
            font-family: 'Ubuntu', sans-serif;
            font-weight: 600;
            background: -webkit-linear-gradient(0deg, #a9a8a8, #fcfcfc 5%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        #luxe article.parallax_basic .content p {
            font-size: 20px;
            color: white;
            font-family: 'Ubuntu', sans-serif;
            font-weight: 300;
            background: -webkit-linear-gradient(0deg, #a9a8a8, #fcfcfc 5%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

#luxe article.parallax .content {
    max-width: 1170px;
    position: relative;
    width: 100%;
    margin-left: calc(50% - 585px);
    z-index: 1;
}

    #luxe article.parallax .content .services {
        text-align: center;
        margin-top: 80px;
    }

        #luxe article.parallax .content .services img {
            vertical-align: top;
            padding: 0px 30px;
        }

#luxe article.parallax h2 {
    font-size: 42px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 0px;
    padding-top: 100px;
    font-style: italic;
    background: -webkit-linear-gradient(0deg, #a9a8a8, #fcfcfc 14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#luxe article.parallax h3 {
    font-size: 30px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    text-indent: 35px;
    background: -webkit-linear-gradient(0deg, #a9a8a8, #fcfcfc 14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#luxe article.parallax p {
    font-size: 20px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    background: -webkit-linear-gradient(0deg, #a9a8a8, #fcfcfc 5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#luxe .isens_logo {
    position: absolute;
    bottom: 10%;
    left: 5%;
}

#luxe .screenx_logo {
    position: absolute;
    bottom: 10%;
    left: 5%;
}

#luxe .dolby_logo {
    position: absolute;
    bottom: 10%;
    right: 5%;
}

#luxe .buscador {
    background-color: #002856;
    height: 300px;
    margin-top: -30px;
}

    #luxe .buscador h2 {
        color: white;
        font-family: 'Ubuntu', sans-serif;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 30px;
        font-weight: 600;
        font-style: italic;
        font-size: 36px;
        background: -webkit-linear-gradient(0deg, #a9a8a8, #fcfcfc 74%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

#luxe .video_player {
    height: 400px;
    overflow: hidden;
    position: relative;
}

    #luxe .video_player img.background_video {
        position: absolute;
        z-index: 0;
        width: 100%;
        left: 0;
    }

    #luxe .video_player h2 {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 65px;
        font-size: 42px;
        color: white;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        background: -webkit-linear-gradient(0deg, #a9a8a8, #fcfcfc 5%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #luxe .video_player img.logo {
        position: absolute;
        text-align: center;
        left: calc(50% - 45px);
        top: 210px;
    }

#luxe #r1 {
    width: 440px;
    height: 55px;
    margin: 0 auto;
}

#luxe #r2 {
    width: 440px;
    height: 55px;
    margin-top: 20px;
    padding-bottom: 40px;
}

    #luxe #r2 .radiobox.rb_left ul {
        right: 0px;
        width: calc(100% - 50px);
    }

#luxe .formb .radiobox .rb_selected p, #luxe .formb .radiobox .rb p {
    color: #002856 !important;
    background: -webkit-linear-gradient(0deg, #002856, #002856 5%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #f5000000;
}

#luxe article.parallax p {
    font-size: 20px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    background: -webkit-linear-gradient(0deg, #a9a8a8, #fcfcfc 5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#luxe #r2 p {
    font-size: 20px;
    color: #002856;
    font-family: 'Ubuntu', sans-serif;
    background: -webkit-linear-gradient(0deg, #002856, #002856 5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#luxe .radiobox .rb_selected {
    box-shadow: none;
}

#luxe .radiobox label {
    font-family: 'Ubuntu', sans-serif;
    color: #002956;
    font-size: 20px;
    font-weight: 400;
}

#luxe .formb .radiobox label:hover {
    border-color: #002956;
}

#luxe .formb .radiobox .rb_selected, #luxe .formb .radiobox .rb {
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    color: #002956;
    font-size: 20px;
    font-weight: 400;
    border: none;
}

#luxe .radiobox ul {
    border: none;
    outline: none;
}

@media (min-width: 1280px) {
    #luxe main #main {
        width: 100% !important;
        left: 0 !important;
    }

    #luxe main section {
        height: auto;
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1280px) {
    #luxe article.parallax {
        max-height: 100vh;
        height: 100vh;
    }

    #luxe .video_player img.background_video {
        height: 100%;
        width: auto;
    }
}

@media (max-width: 1080px) {
    #luxe article.parallax .content {
        width: 95%;
        margin-left: 2.5%;
    }

        #luxe article.parallax .content .services img {
            vertical-align: top;
            margin: 0 auto 60px auto;
        }

    #luxe article.parallax {
        max-height: none;
        height: 1170px;
    }
}

@media (max-width: 800px) {
    #luxe article.parallax .content .services img {
        margin: auto auto 60px auto;
        display: block;
    }

    #luxe article.parallax {
        height: 1625px;
    }

        #luxe article.parallax #scene img {
            width: auto;
            height: 1625px;
        }

        #luxe article.parallax .content .services img.service_4 {
            margin: 0 auto;
        }

    #luxe header {
        margin-bottom: 0px !important;
    }

    #luxe main section {
        width: 100%;
        padding: 0;
    }


    #luxe header img.logo {
        width: 150px;
        left: calc(50% - 75px);
        top: 30px;
    }

    #luxe header h1 {
        top: 100px;
    }
}

@media(max-width: 550px) {
    #luxe .video_player h2 {
        top: 45px;
    }

    #luxe .video_player img.logo {
        top: 230px;
    }

    #luxe article.parallax_basic .content.right {
        right: 5%;
        width: 90%;
    }

    #luxe article.parallax_basic .content.left {
        left: 5%;
        width: 90%;
    }

    #luxe article.parallax_basic.parallax_basic1 {
        max-width: none;
        height: 400px;
        width: auto;
        overflow: hidden;
    }

        #luxe article.parallax_basic.parallax_basic1 .img-holder img {
            height: 400px;
            max-width: none;
            width: 100%;
            transform: scaleX(1.2);
        }

    #luxe article.parallax_basic.parallax_basic2 {
        max-width: none;
        height: 500px;
        width: auto;
        overflow: hidden;
    }

        #luxe article.parallax_basic.parallax_basic2 .img-holder img {
            height: 500px;
            max-width: none;
            width: 100%;
            transform: scaleX(1.2);
        }

    #luxe article.parallax_basic.parallax_basic3 {
        max-width: none;
        height: 450px;
        width: auto;
        overflow: hidden;
    }

        #luxe article.parallax_basic.parallax_basic3 .img-holder img {
            height: 450px;
            max-width: none;
            width: 100%;
            transform: scaleX(1.2);
        }

    #luxe article.parallax_basic.parallax_basic4 {
        max-width: none;
        height: 425px;
        width: auto;
        overflow: hidden;
    }

        #luxe article.parallax_basic.parallax_basic4 .img-holder img {
            height: 425px;
            max-width: none;
            width: 100%;
            transform: scaleX(1.2);
        }
}

@media (max-width: 757px) {

    #luxe article.parallax {
        height: 1830px;
    }

        #luxe article.parallax #scene img {
            height: 1830px;
        }
}

#luxe main {
    background-color: transparent;
}

#luxe #separador-top {
    margin-bottom: 0px;
}


#luxe #separador-top {
    margin-bottom: 0px;
}

#luxe article.parallax_basic .content p {
    font-weight: 600;
}

#luxe article.parallax_basic .content {
    max-width: 480px;
}

#luxe .radiobox li.rb_selected {
    font-weight: 400;
}

#luxe #r2 .radiobox.rb_left ul {
    width: calc(100% - 43px);
}

#luxe #r1 p {
    font-size: 22px;
    color: #002956;
    font-weight: 400;
    font-family: 'helveticaneue';
}

#luxe article.parallax h2, #luxe .buscador h2 {
    font-weight: bold;
}

@media (max-width: 800px) {

    main #main {
        padding-bottom: 1px;
        overflow: hidden;
    }

    #luxe header {
        width: 100%;
    }

        #luxe header img.background {
            height: 400px;
            width: auto;
            margin-left: -50%;
        }
}

@media (max-width: 757px) {
    #luxe article.parallax {
        height: 1900px;
    }

    #luxe #r2 .radiobox.rb_left ul {
        width: calc(100% - 52px);
    }
}

.skin #luxe .imageHolder {
    width: 980px !important;
    left: calc(50% - 490px) !important;
}

.skin #luxe article.parallax .content {
    max-width: none;
    text-align: center;
    margin: 0 auto;
    width: 95%;
    margin-left: 2.5%;
}

#luxe .video_player img.background_video {
    width: auto;
}

#luxe article.parallax .content .services img {
    padding: 0px 10px;
}

#luxe #r2 {
    margin-top: 60px;
}

#luxe .buscador h2 {
    font-weight: bold !important;
}

@media (min-width: 880px) and (max-width: 1500px) {
    #luxe article.parallax {
        max-height: none;
        height: 1000px;
    }

        #luxe article.parallax .content .services img {
            height: 100px;
        }
}

@media (min-width: 1081px) and (max-width: 1150px) {
    #luxe #r2 {
        margin-top: 20px !important;
    }
}

@media (min-width: 990px) and (max-width: 1150px) {
    #luxe #r2 {
        margin-top: 0px;
    }
}

@media (min-width: 801px) and (max-width: 938px) {
    #luxe article.parallax .content .services img {
        vertical-align: top;
        margin: 0 auto 30px auto;
    }

    #luxe #r2 {
        margin-top: 10px;
    }

    #luxe article.parallax {
        height: 1210px;
    }
}
/* LANDING LUXE END */


/* ScreenX HOME */
@media (min-width: 1024px) and (max-width: 1279px) {
    #home .tecnologia li {
        width: 170px;
        height: 225px;
    }

        #home .tecnologia li:nth-child(2), #home .tecnologia li:nth-child(3) {
            width: 170px;
        }

            #home .tecnologia li:nth-child(2) a, #home .tecnologia li:nth-child(3) a, #home .tecnologia li:nth-child(1) a {
                margin-left: 8px !important;
            }

        #home .tecnologia li a {
            margin-left: 0px !important;
        }
}

@media (min-width: 800px) and (max-width: 1023px) {
    #home .tecnologia .dolby, #home .tecnologia .imax, #home .tecnologia .isens, #home .tecnologia .screenX {
        width: 167px;
        height: 242px;
    }

    #home .tecnologia .dolby {
        background-position: -524px -117px;
    }

    #home .tecnologia .imax {
        background-position: -703px -117px;
    }

    #home .tecnologia .isens {
        background-position: -883px -117px;
    }

    #home .tecnologia .screenX {
        background-position: -1053px -117px;
    }

    #home .tecnologia li, #home .tecnologia li:nth-child(2), #home .tecnologia li:nth-child(3) {
        width: 170px;
    }

        #home .tecnologia li:nth-child(2) a, #home .tecnologia li:nth-child(3) a, #home .tecnologia li:nth-child(1) a {
            margin-left: 8px !important;
        }

        #home .tecnologia li a {
            margin-left: 0px !important;
        }
}

@media (min-width: 640px) and (max-width: 767px) {
    #home .tecnologia .dolby, #home .tecnologia .imax, #home .tecnologia .isens, #home .tecnologia .screenX {
        width: 167px;
        height: 242px;
    }

    #home .tecnologia .dolby {
        background-position: -524px -117px;
    }

    #home .tecnologia .imax {
        background-position: -703px -117px;
    }

    #home .tecnologia .isens {
        background-position: -883px -117px;
    }

    #home .tecnologia .screenX {
        background-position: -1053px -117px;
    }

    #home .tecnologia li, #home .tecnologia li:nth-child(2), #home .tecnologia li:nth-child(3) {
        width: 150px;
    }

        #home .tecnologia li:nth-child(2) a, #home .tecnologia li:nth-child(3) a, #home .tecnologia li:nth-child(1) a {
            margin-left: -11px !important;
        }

        #home .tecnologia li a {
            margin-left: 0px !important;
        }
}

#screenX main #banner_seccion {
    background-color: #ff5a20;
    overflow: hidden;
    padding: 25px;
}

#screenX #banner_seccion .col.col-video {
    float: right;
    margin: 20px 50px 20px auto;
    width: 40%;
}

#screenX #banner_seccion .imax_img img {
    margin-top: 35px;
}

#screenX div.roll_img {
    background-color: #fff;
    width: 100%;
}

    #screenX div.roll_img > p {
        color: #000;
    }

    #screenX div.roll_img > p {
        margin-top: 10px;
        background-color: white;
        width: 100%;
        padding-bottom: 10px;
    }

        #screenX div.roll_img > p strong {
            color: #ff5a20;
        }

#screenX .roll_3 {
    left: 67.1%;
    width: 33% !important;
}

#screenX .roll_2 {
    left: 33.6%;
    width: 33% !important;
}

#screenX .roll_1 {
    width: 33% !important;
}

#screenX .isensinf strong {
    display: block;
}

#screenX .rollover.roll_1 .roll_span,
#screenX .rollover.roll_2 .roll_span,
#screenX .rollover.roll_3 .roll_span {
    width: 95%;
    margin-bottom: 15px;
}

.no-touch #screenX .roll_1:hover,
.no-touch #screenX .roll_2:hover {
    height: 260px;
}

.no-touch #screenX .roll_3:hover {
    height: 280px;
}

#screenX main section {
    overflow: hidden;
}

@media (max-width: 767px) {
    #screenX .rollover {
        margin: 0;
    }

    #screenX .roll_2 {
        margin-left: 10px;
    }

    #screenX .roll_1, #screenX .roll_2, #screenX .roll_3 {
        width: 30% !important;
        display: inline-block;
    }

    #screenX .rollover img {
        width: 100% !important;
    }

    #screenX #info_rollover {
        height: 200px;
    }

    #screenX main #banner_seccion {
        padding: 0;
    }

    #screenX #banner_seccion .imax_img img {
        width: calc(100% - 40px);
    }

    #screenX #banner_seccion .col.col-video {
        float: none;
        margin: 0;
        width: 80%;
        margin-top: 20px;
    }

    #screenX #banner_seccion .col .container {
        position: initial;
        width: 100%;
        height: 300px;
        margin-top: -280px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #screenX #banner_seccion .col .container {
        height: 270px;
    }

    #screenX #banner_seccion .col .container {
        margin-top: -280px;
    }

    .no-touch #screenX .roll_1:hover {
        height: 270px;
    }

    .no-touch #screenX .roll_2:hover, .no-touch #screenX .roll_3:hover {
        height: 290px;
    }

    #screenX div.rollover:hover > .roll_span {
        padding: 10px 10px 10px 5px;
    }

    #screenX div.roll_span {
        color: white;
    }
}

@media (max-width: 640px) {
    #screenX .roll_1, #screenX .roll_2, #screenX .roll_3 {
        width: 33% !important;
    }

    #screenX .roll_2 {
        margin-left: 0px;
    }

    .no-touch #screenX .roll_1:hover {
        height: 290px;
    }

    #screenX .roll_2 div.roll_img > p strong {
        display: block;
    }
}

@media (max-width: 525px) {
    #screenX #banner_seccion .col .container {
        margin-top: -200px;
    }
}

@media (min-width: 768px) {
    #screenX #banner_seccion .col.col_video {
        width: 30%;
        float: right;
        margin-right: 10%;
        margin-top: 30px;
    }

    #screenX #banner_seccion .col .container {
        top: auto;
    }
}

@media (max-width: 767px) {
    #screenX #banner_seccion .col .container {
        margin-top: 25px;
    }

    #screenX div.roll_img > p strong {
        display: block;
    }

    #screenX #banner_seccion .col.col_video {
        height: 330px;
        width: 60%;
    }
}


#screenX div.rollover {
    overflow: hidden;
}

@media (max-width: 799px) and (min-width: 768px) {
    #home .tecnologia li {
        width: 22%;
    }

    #home .tecnologia .imax {
        background-position: -533px -117px;
    }

    #home .tecnologia .isens {
        background-position: -694px -117px;
    }

    #home .tecnologia .dolby {
        background-position: -896px -117px;
    }

    #home .tecnologia .screenx {
        background-position: -1048px -117px;
    }
}


@media (min-width: 1280px) {
    main nav ul li {
        width: 111px;
    }

    .skin main nav ul li {
        width: 87px;
    }

        .skin main nav ul li a {
            font-size: 16px;
        }
}

@media (max-width: 1279px) and (min-width: 1024px) {
    main nav ul li {
        width: 93px;
    }

        main nav ul li a {
            font-size: 13px;
        }
}

@media (max-width: 1023px) and (min-width: 800px) {
    main nav ul li {
        width: 70px;
    }

        main nav ul li a {
            font-size: 13px;
        }
}

@media (max-width: 799px) and (min-width: 768px) {
    main nav ul li {
        width: 67px;
    }

        main nav ul li a {
            font-size: 13px;
        }
}
/* CCARD VIRTUAL - LANDING USUARIO ################################################################################ */
#alta_ccard .UserLanding {
    position: relative;
    margin-bottom: 60px;
    background: #ffffff;
    text-align: center;
    padding: 1px 0;
    font-family: 'helvetica';
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,.2);
}

    #alta_ccard .UserLanding h2 {
        font-size: 40px;
        color: #4295b3;
        margin: 30px 0 0;
    }

    #alta_ccard .UserLanding h3 {
        font-size: 20px;
        color: #000000;
        margin: 0 0 40px;
    }

    #alta_ccard .UserLanding .logoCinesaUser {
        width: 158px;
        height: 158px;
        background: url("../Content/img/CinesaUser2019Sprite.png");
        background-position: -4px -4px;
        margin: 0 auto 40px;
    }

    #alta_ccard .UserLanding .ventajas {
        font-size: 0;
        position: relative;
        padding: 0;
        margin: 0 0 50px;
    }

    #alta_ccard .UserLanding li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 21%;
        margin: 0 2% 20px;
        font-size: 18px;
        color: #4295b3;
        padding-top: 90px;
    }

    #alta_ccard .UserLanding span {
        display: block;
        position: absolute;
        top: 0;
        background: url("../Content/img/CinesaUser2019Sprite.png");
    }

    #alta_ccard .UserLanding .v1 span {
        background-position: -295px -14px;
        width: 84px;
        height: 72px;
        left: calc(50% - 42px);
    }

    #alta_ccard .UserLanding .v2 span {
        background-position: -195px -100px;
        width: 45px;
        height: 72px;
        left: calc(50% - 22px);
    }

    #alta_ccard .UserLanding .v3 span {
        top: 15px;
        background-position: -289px -103px;
        width: 87px;
        height: 59px;
        left: calc(50% - 43px);
    }

    #alta_ccard .UserLanding .v4 span {
        background-position: -186px -4px;
        width: 84px;
        height: 80px;
        left: calc(50% - 42px);
    }

    #alta_ccard .UserLanding p {
        font-size: 20px;
        color: #000000;
        margin: 0 0 0;
    }

    #alta_ccard .UserLanding .landing_btn {
        width: 370px;
        background: #62d0df;
        margin-top: 10px;
    }

    #alta_ccard .UserLanding .hr {
        position: relative;
        display: block;
        width: 80%;
        height: 2px;
        background: #a1e3ec;
        margin: 0 auto 40px;
    }

    #alta_ccard .UserLanding p.aviso {
        position: relative;
        font-size: 15px;
        margin: 10px auto 50px;
        width: 72%;
    }

        #alta_ccard .UserLanding p.aviso a {
            color: #4295b3;
            text-decoration: underline;
        }

@media all and (min-width:1024px) {
    #alta_ccard .UserLanding .landing_btn:hover {
        width: 370px;
        background: #51c9ce;
    }
}

@media all and (max-width: 770px) {
    #alta_ccard .UserLanding li {
        width: 46%;
        margin: 0 2% 80px;
    }
}

@media all and (max-width: 500px) {
    #alta_ccard .UserLanding .ventajas {
        margin: 0 0 10px;
    }

    #alta_ccard .UserLanding li {
        width: 96%;
        margin: 0 2% 60px;
    }
}

#alta_ccard .CcardLanding {
    font-family: "Helvetica";
}

body#alta_ccard.ccardVirtual main {
    background: url("..content/img/fondoMGM.jpg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 50% 0%;
    background-repeat: repeat-y;
    background-attachment: fixed;
}


#alta_ccard .CcardLanding .container {
    text-align: center;
    padding: 1px 0;
    color: #ffffff;
}

#alta_ccard .CcardLanding h2 {
    color: #ffdd00;
    font-size: 40px;
    margin: 0 0 20px;
}

#alta_ccard .CcardLanding p {
    font-size: 25px;
    margin: 0 0 70px;
    line-height: 25px;
}

    #alta_ccard .CcardLanding p strong {
        color: #62d0df;
    }

#alta_ccard .CcardLanding .tlfContainer {
    position: relative;
    font-size: 0px;
    margin-bottom: 50px;
}

#alta_ccard .CcardLanding .tlfContainer-movil {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin: 0 10%;
    height: 536px;
    background: url("../content/img/landingCcardSprite.png");
    background-position: 0 0;
}

#alta_ccard .CcardLanding .tlfContainer-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: initial;
    width: calc(70% - 270px);
    margin-right: 10%;
}

#alta_ccard .CcardLanding h3 {
    color: #ffdd00;
    font-size: 30px;
}

#alta_ccard .CcardLanding .tlfContainer-text p:nth-child(2) {
    margin-bottom: 50px;
}

#alta_ccard .CcardLanding .tlfContainer-text p:nth-child(3) {
    margin-bottom: 15px;
}

#alta_ccard .CcardLanding a.btn {
    display: block;
    width: 350px;
    height: 50px;
    line-height: 50px;
    background: #4295b3;
    color: #ffffff;
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,.2);
}

    #alta_ccard .CcardLanding a.btn:hover {
        background: #3184a2;
    }

#alta_ccard .CcardLanding .glassContainer {
    padding: 50px 0;
    //background:rgba(255,255,255,.2);
    //box-shadow:0px 0px 10px 10px rgba(255,255,255,.2);
}

    #alta_ccard .CcardLanding .glassContainer h2 {
        margin-bottom: 50px;
    }

#alta_ccard .CcardLanding .ventajasContainer {
    font-size: 0;
}

#alta_ccard .CcardLanding .ventaja {
    font-size: initial;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.33334%;
    padding-top: 80px;
    margin-bottom: 50px;
}

    #alta_ccard .CcardLanding .ventaja p {
        font-size: 17px;
        margin: 0;
    }

    #alta_ccard .CcardLanding .ventaja a {
        color: #62d0df;
        text-decoration: underline;
    }

    #alta_ccard .CcardLanding .ventaja .icon {
        position: absolute;
        background: url("../content/img/landingCcardSprite.png");
        top: 0;
    }

    #alta_ccard .CcardLanding .ventaja.v1 .icon {
        background-position: -305px -7px;
        width: 55px;
        height: 47px;
        left: calc(50% - 27px);
    }

    #alta_ccard .CcardLanding .ventaja.v2 .icon {
        background-position: -384px -4px;
        width: 47px;
        height: 54px;
        left: calc(50% - 23px);
    }

    #alta_ccard .CcardLanding .ventaja.v3 .icon {
        background-position: -451px -7px;
        width: 64px;
        height: 53px;
        left: calc(50% - 32px);
    }

    #alta_ccard .CcardLanding .ventaja.v4 .icon {
        background-position: -524px -2px;
        width: 67px;
        height: 59px;
        left: calc(50% - 33px);
    }

    #alta_ccard .CcardLanding .ventaja.v5 .icon {
        background-position: -602px -10px;
        width: 26px;
        height: 51px;
        left: calc(50% - 13px);
    }

    #alta_ccard .CcardLanding .ventaja.v6 .icon {
        background-position: -639px -13px;
        width: 66px;
        height: 45px;
        left: calc(50% - 33px);
    }

#alta_ccard .CcardLanding .premiosContainer {
    position: relative;
    font-size: 0;
    text-align: left;
    margin-bottom: 80px;
}

#alta_ccard .CcardLanding .premio {
    font-size: initial;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.33334%;
    text-align: center;
    margin-bottom: 45px;
    padding-top: 80px;
}

    #alta_ccard .CcardLanding .premio + a {
        position: relative;
        display: block;
        font-size: 18px;
        text-align: center;
        color: #62d0df;
        text-decoration: underline;
    }

    #alta_ccard .CcardLanding .premio p {
        margin: 0;
        font-size: 17px;
        font-weight: bold;
        color: #ffffff;
    }

        #alta_ccard .CcardLanding .premio p strong {
            color: #ffdd00;
        }

#alta_ccard .CcardLanding .premiosTitle {
    font-size: 17px;
    color: #62d0df;
    border-bottom: 2px solid #62d0df;
    padding-bottom: 3px;
}

#alta_ccard .CcardLanding .premiosContainer + a:not(.btn) {
    font-size: 17px;
    color: #62d0df;
    text-decoration: underline;
}

#alta_ccard .CcardLanding .premiosContainer + a.btn {
    display: block;
    width: 350px;
    height: 50px;
    line-height: 50px;
    background: #4295b3;
    color: #ffffff;
    margin: 0 auto 30px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,.2);
}

    #alta_ccard .CcardLanding .premiosContainer + a.btn:hover {
        background: #3184a2;
    }

#alta_ccard .CcardLanding .info {
    text-align: center;
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
}

#alta_ccard .CcardLanding .premiosContainer + a.btn + .info {
    width: 40%;
}

#alta_ccard .CcardLanding .premio .icon {
    position: absolute;
    background: url("../content/img/landingCcardSprite.png");
    top: 0;
}

#alta_ccard .CcardLanding .premio.p1 .icon {
    background-position: -305px -84px;
    width: 73px;
    height: 72px;
    left: calc(50% - 36px);
}

#alta_ccard .CcardLanding .premio.p2 .icon {
    background-position: -399px -77px;
    width: 71px;
    height: 87px;
    left: calc(50% - 35px);
}

#alta_ccard .CcardLanding .premio.p3 .icon {
    background-position: -481px -77px;
    width: 134px;
    height: 86px;
    left: calc(50% - 67px);
}

#alta_ccard .CcardLanding .premio.p4 .icon {
    background-position: -299px -178px;
    width: 100px;
    height: 56px;
    left: calc(50% - 50px);
}

#alta_ccard .CcardLanding .premio.p5 .icon {
    background-position: -400px -178px;
    width: 100px;
    height: 56px;
    left: calc(50% - 50px);
}

#alta_ccard .CcardLanding .premio.p6 .icon {
    background-position: -501px -178px;
    width: 100px;
    height: 56px;
    left: calc(50% - 50px);
}

#alta_ccard .CcardLanding .premio.p7 .icon {
    background-position: -602px -177px;
    width: 99px;
    height: 57px;
    left: calc(50% - 49px);
}

#alta_ccard .CcardLanding .premio.p8 .icon {
    background-position: -702px -178px;
    width: 99px;
    height: 57px;
    left: calc(50% - 49px);
}

#alta_ccard .CcardLanding .premio.p9 .icon {
    background-position: -803px -178px;
    width: 100px;
    height: 57px;
    left: calc(50% - 50px);
}

#alta_ccard .CcardLanding .premio.p10 .icon {
    background-position: -299px -237px;
    width: 100px;
    height: 57px;
    left: calc(50% - 50px);
}

#alta_ccard .CcardLanding .premio.p11 .icon {
    background-position: -400px -237px;
    width: 99px;
    height: 57px;
    left: calc(50% - 49px);
}

#alta_ccard .CcardLanding .premio.p12 .icon {
    background-position: -501px -237px;
    width: 99px;
    height: 57px;
    left: calc(50% - 49px);
}

#alta_ccard .CcardLanding .premio.p13,
#alta_ccard .CcardLanding .premio.p14,
#alta_ccard .CcardLanding .premio.p15,
#alta_ccard .CcardLanding .premio.p16,
#alta_ccard .CcardLanding .premio.p17 {
    padding-top: 90px;
}

    #alta_ccard .CcardLanding .premio.p13 .icon {
        background-position: -610px -237px;
        width: 57px;
        height: 76px;
        left: calc(50% - 28px);
    }

    #alta_ccard .CcardLanding .premio.p14 .icon {
        background-position: -667px -237px;
        width: 89px;
        height: 84px;
        left: calc(50% - 44px);
    }

    #alta_ccard .CcardLanding .premio.p15 .icon {
        background-position: -769px -253px;
        width: 22px;
        height: 68px;
        left: calc(50% - 11px);
    }

    #alta_ccard .CcardLanding .premio.p16 .icon {
        background-position: -803px -249px;
        width: 35px;
        height: 72px;
        left: calc(50% - 17px);
    }

    #alta_ccard .CcardLanding .premio.p17 .icon {
        background-position: -849px -249px;
        width: 68px;
        height: 72px;
        left: calc(50% - 34px);
    }

#alta_ccard .CcardLanding .premio.p18,
#alta_ccard .CcardLanding .premio.p19,
#alta_ccard .CcardLanding .premio.p20,
#alta_ccard .CcardLanding .premio.p21,
#alta_ccard .CcardLanding .premio.p22,
#alta_ccard .CcardLanding .premio.p23,
#alta_ccard .CcardLanding .premio.p24,
#alta_ccard .CcardLanding .premio.p25 {
    padding-top: 110px;
}

    #alta_ccard .CcardLanding .premio.p18 .icon {
        background-position: -298px -300px;
        width: 101px;
        height: 103px;
        left: calc(50% - 50px);
    }

    #alta_ccard .CcardLanding .premio.p19 .icon {
        background-position: -402px -300px;
        width: 102px;
        height: 103px;
        left: calc(50% - 51px);
    }

    #alta_ccard .CcardLanding .premio.p20 .icon {
        background-position: -507px -300px;
        width: 101px;
        height: 102px;
        left: calc(50% - 50px);
    }

    #alta_ccard .CcardLanding .premio.p21 .icon {
        background-position: -298px -413px;
        width: 104px;
        height: 104px;
        left: calc(50% - 52px);
    }

    #alta_ccard .CcardLanding .premio.p22 .icon {
        background-position: -403px -413px;
        width: 104px;
        height: 104px;
        left: calc(50% - 52px);
    }

    #alta_ccard .CcardLanding .premio.p23 .icon {
        background-position: -504px -414px;
        width: 107px;
        height: 103px;
        left: calc(50% - 53px);
    }

    #alta_ccard .CcardLanding .premio.p24 .icon {
        background-position: -611px -413px;
        width: 101px;
        height: 104px;
        left: calc(50% - 50px);
    }

    #alta_ccard .CcardLanding .premio.p25 .icon {
        background-position: -715px -413px;
        width: 101px;
        height: 104px;
        left: calc(50% - 50px);
    }

#alta_ccard .CcardLanding .containerFooter {
    background: #ffffff;
    margin: 50px 0;
    font-size: 0;
}

#alta_ccard .CcardLanding .colPuntos, #alta_ccard .CcardLanding .colDudas {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: initial;
    width: 50%;
    text-align: center;
    padding-top: 120px;
}

    #alta_ccard .CcardLanding .colPuntos .icon, #alta_ccard .CcardLanding .colDudas .icon {
        position: absolute;
        background: url("../content/img/landingCcardSprite.png");
        top: 50px;
    }

    #alta_ccard .CcardLanding .colPuntos .icon {
        background-position: -628px -90px;
        width: 60px;
        height: 60px;
        left: calc(50% - 30px);
    }

    #alta_ccard .CcardLanding .colDudas .icon {
        background-position: -702px -90px;
        width: 60px;
        height: 60px;
        left: calc(50% - 30px);
    }

#alta_ccard .CcardLanding .containerFooter h3 {
    color: #4295b3;
    font-size: 27px;
    margin-bottom: 0;
}

#alta_ccard .CcardLanding .containerFooter p {
    color: #4295b3;
    font-size: 17px;
    margin-bottom: 30px;
}

#alta_ccard .CcardLanding .containerFooter a {
    color: inherit;
    text-decoration: underline;
}

#alta_ccard .CcardLanding .containerFooter p.info {
    color: #839295;
    font-size: 13px;
    margin-bottom: 30px;
}

#alta_ccard .CcardLanding .container:after {
    content: "";
    max-width: 829px;
    width: 90%;
    height: 30px;
    background: url("../content/img/CcardVirtualSeparator.png") no-repeat center;
    background-size: 100%;
    position: relative;
    display: block;
    margin: 30px auto 0;
}

#alta_ccard .CcardLanding #mastercardCcard.container:after,
#alta_ccard .CcardLanding .container.containerFooter:after {
    display: none;
}

body#alta_ccard.ccardVirtual main {
    background-image: url(..content/img/fondoMGM-darker.jpg) !important;
}

#alta_ccard.ccardVirtual #mastercardCcard {
    margin-top: 20px;
}

    #alta_ccard.ccardVirtual #mastercardCcard p {
        width: 90%;
        max-width: 1000px;
        margin: 30px auto 50px !important;
    }

    #alta_ccard.ccardVirtual #mastercardCcard .mastercard {
        width: 304px;
        height: 198px;
        background: url("../content/img/CcardMasterCard.png") no-repeat center;
        margin: 0 auto;
    }

@media all and (max-width:950px) {
    #alta_ccard .CcardLanding h2 {
        font-size: 30px;
    }

    #alta_ccard .CcardLanding p {
        font-size: 20px;
    }

    #alta_ccard .CcardLanding .tlfContainer {
        margin-bottom: 40px;
    }

    #alta_ccard .CcardLanding .tlfContainer-movil {
        margin: 0 5%;
    }

    #alta_ccard .CcardLanding .tlfContainer-text {
        width: calc(80% - 270px);
        margin-right: 5%;
    }

    #alta_ccard .CcardLanding h3 {
        color: #ffdd00;
        font-size: 30px;
    }

    #alta_ccard .CcardLanding .ventaja {
        width: 36%;
    }

    #alta_ccard .CcardLanding .colPuntos, #alta_ccard .CcardLanding .colDudas {
        width: 100%;
    }

    #alta_ccard .CcardLanding .premiosTitle {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    #alta_ccard .CcardLanding .premio p {
        font-size: 15px;
    }
}

.skin #ma_resumen .micinesacard .ma_puntoscad {
    width: 100%;
}


@media all and (max-width:770px) {

    #alta_ccard .CcardLanding .tlfContainer-movil {
        margin: 0 20%;
    }

    #alta_ccard .CcardLanding .tlfContainer-text {
        width: calc(100%);
    }

    #alta_ccard .CcardLanding .ventaja {
        width: 51%;
    }

    #alta_ccard .CcardLanding .colPuntos, #alta_ccard .CcardLanding .colDudas {
        width: 100%;
    }

    #alta_ccard .CcardLanding .premiosTitle {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    #alta_ccard .CcardLanding .premio p {
        font-size: 15px;
    }
}

.access {
    position: absolute;
    top: 40px;
    right: 62px;
    z-index: 10;
    font-family: "hnlt" !important;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
}

    .access .cc_login {
        background: #FFFFFF;
        border-top: 3px solid #29BBCF;
        text-align: center;
        position: relative;
        margin-bottom: 8px;
        width: 155px;
    }

    .access div.cc_login:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 65%;
        margin-left: -50px;
        width: 0;
        height: 0;
        border-top: solid 10px transparent;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        border-bottom: solid 10px #29BBCF;
    }

    .access div.cc_login ul {
        float: left;
        height: auto;
        padding: 0;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 0;
    }

        .access div.cc_login ul li {
            width: 100%;
            float: left;
            height: 35px;
        }

            .access div.cc_login ul li a {
                color: #839294;
                font-size: 15px;
                font-family: 'hnro', generic;
                display: inline-block !important;
            }

                .access div.cc_login ul li a:hover {
                    color: #29bbc7;
                    text-decoration: underline !important
                }

}





/* COLEGIOS 2019 */
#colegios main .frm1 {
    padding: 40px 0 15px 40px;
}

#colegios main article.activo .num {
    border: initial !important;
    font-family: 'helveticaneue';
    font-size: 20px;
    height: 40px;
    font-weight: bold;
    width: 40px;
    line-height: 40px;
}

#colegios main article.activo h4, #colegios main .inf h3 {
    font-family: 'helveticaneue';
    font-size: 20px;
    font-weight: bold;
    cursor: initial;
}

#colegios main .row span {
    font-size: 14px;
}

#colegios main .row .col input {
    margin-bottom: 0;
}

#colegios main .anim-input-label {
    height: calc(100% - 15px);
}

#colegios main .frm1.activo .anim-input-span {
    margin: 0px;
}

#colegios main .row span.label {
    display: block;
}

#colegios main .ma_form_field {
    margin-top: 8px;
}

#colegios main .row .col-4 {
    width: 15% !important;
    margin-right: 2%;
}

    #colegios main .row .col-4 .anim-input-span {
        margin-top: -9px;
    }

#colegios main .radiobox.rb2.rb_left .rb_label {
    color: #999999;
}

#colegios main .container_radiobox {
    width: 100%;
}

    #colegios main .container_radiobox.rb_checked .rb_label {
        color: #000000 !important;
    }

#colegios main article.activo input[type="submit"] {
    font-family: 'helveticaneue';
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    height: 50px;
}

#colegios main textarea {
    border: 1px solid #B5BEBF;
    box-shadow: none;
}


#colegios main .radiobox li.longText {
    height: 120px;
    line-height: 30px;
    white-space: initial;
    overflow: initial;
}

    #colegios main .radiobox li.longText p {
        white-space: initial;
    }



/* COLEGIOS CHECKBOX / RADIO */

#colegios main .custom-checkbox {
    margin-bottom: 10px;
}

    #colegios main .custom-checkbox label {
        display: inline-block;
        color: #999999;
        cursor: pointer;
        font-size: 14px;
        position: relative;
        font-family: 'helveticaneue';
    }

        #colegios main .custom-checkbox label span {
            display: inline-block;
            position: relative;
            background-color: transparent;
            width: 20px !important;
            height: 20px !important;
            padding: 0 !important;
            transform-origin: center;
            border: 2px solid #999999;
            vertical-align: -6px;
            margin-right: 10px;
            transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
        }

            #colegios main .custom-checkbox label span:before {
                content: "";
                width: 0px;
                height: 2px;
                border-radius: 2px;
                background: #999999;
                position: absolute;
                transform: rotate(45deg);
                top: 9px;
                left: 7px;
                transition: width 50ms ease 50ms;
                transform-origin: 0% 0%;
            }

            #colegios main .custom-checkbox label span:after {
                content: "";
                width: 0;
                height: 2px;
                border-radius: 2px;
                background: #999999;
                position: absolute;
                transform: rotate(305deg);
                top: 13px;
                left: 8px;
                transition: width 50ms ease;
                transform-origin: 0% 0%;
            }

        #colegios main .custom-checkbox label:hover span:before {
            width: 5px;
            transition: width 100ms ease;
        }

        #colegios main .custom-checkbox label:hover span:after {
            width: 10px;
            transition: width 150ms ease 100ms;
        }

    #colegios main .custom-checkbox input[type=checkbox], #colegios main .custom-checkbox input[type=radio] {
        display: none;
    }

        #colegios main .custom-checkbox input[type=checkbox]:checked + label span, #colegios main .custom-checkbox input[type=radio]:checked + label span {
            border: 2px solid #0f99fe;
            transform: scale(1.15);
            background: none;
        }

        #colegios main .custom-checkbox input[type=checkbox]:checked + label, #colegios main .custom-checkbox input[type=radio]:checked + label {
            color: #0f99fe;
        }

            #colegios main .custom-checkbox input[type=checkbox]:checked + label span:after, #colegios main .custom-checkbox input[type=radio]:checked + label span:after {
                width: 10px;
                background: #0f99fe;
                transition: width 150ms ease 100ms;
            }

            #colegios main .custom-checkbox input[type=checkbox]:checked + label span:before, #colegios main .custom-checkbox input[type=radio]:checked + label span:before {
                width: 5px;
                background: #0f99fe;
                transition: width 150ms ease 100ms;
            }

            #colegios main .custom-checkbox input[type=checkbox]:checked + label:hover span, #colegios main .custom-checkbox input[type=radio]:checked + label:hover span {
                background-color: #fff;
                transform: scale(1.25);
            }

                #colegios main .custom-checkbox input[type=checkbox]:checked + label:hover span:after, #colegios main .custom-checkbox input[type=radio]:checked + label:hover span:after {
                    width: 10px;
                    background: #0f99fe;
                    transition: width 150ms ease 100ms;
                }

                #colegios main .custom-checkbox input[type=checkbox]:checked + label:hover span:before, #colegios main .custom-checkbox input[type=radio]:checked + label:hover span:before {
                    width: 5px;
                    background: #0f99fe;
                    transition: width 150ms ease 100ms;
                }

    #colegios main .custom-checkbox.error input[type=checkbox] + label span, #colegios main .custom-checkbox.error input[type=radio] + label span, #colegios main .custom-checkbox.error label {
        border-color: red;
        color: red;
    }

        #colegios main .custom-checkbox.error input[type=checkbox] + label span:before, #colegios main .custom-checkbox.error input[type=radio] + label span:before, #colegios main .custom-checkbox.error input[type=checkbox] + label span:after, #colegios main .custom-checkbox.error input[type=radio] + label span:after {
            background-color: red;
        }

#colegios main .anim-input-span.error .anim-input-label:before {
    border-bottom: 2px solid red;
}


#colegios main .custom-radios {
    margin-top: 10px;
}

    #colegios main .custom-radios .custom-checkbox {
        width: 150px;
        display: inline-block;
    }

        #colegios main .custom-radios .custom-checkbox label span {
            border-radius: 50%;
        }

#colegios main .anim-input-label-color-1::after {
    border-bottom: 3px solid #0f99fe;
}

#colegios main .radiobox.rb2 .rb_icon:before {
    color: #0f99fe;
}


#colegios main .frm2 .row .col:nth-child(2) {
    margin-left: 25px;
}

#colegios main .inf p {
    font-size: 15px;
}

#colegios main .frm2 {
    padding: 40px 0 15px 40px;
}

#colegios main form {
    padding: 0px 10px 0px 10px;
}
/* SKIN */
.skin #colegios main input[type="radio"] + label span {
    width: 15px !important;
}

.skin #colegios main article.activo h4, .skin #colegios main .inf h3 {
    font-size: 24px;
}

.skin #colegios main .ma_form_field {
    margin-top: 9px !important;
}

.skin #colegios main .row .col-4 .anim-input-span {
    z-index: 9999;
    margin-top: -9px;
}

.skin #colegios main .row span {
    font-size: 15px;
}

.skin #colegios main .inf p {
    font-size: 14px;
}

@media (max-width: 1024px) and (min-width: 640px) {
    #colegios main .row span {
        display: inline-block;
    }

    #colegios main .ma_form_field {
        margin-top: 21px;
    }

    #colegios main .row .col-4 {
        width: 22% !important;
        z-index: 99999;
    }

        #colegios main .row .col-4 .anim-input-span {
            margin-top: -21px;
        }

    #colegios main .frm1 .row .col-4 label span {
        margin-top: 11px;
    }

    #colegios main .frm2 .row .col {
        width: 45%;
    }

    #colegios main .inf p {
        font-size: 15px;
    }

    #colegios main form {
        background-color: white;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #colegios main .row .col-4 .anim-input-span {
        margin-top: -9px;
    }

    #colegios main .ma_form_field {
        margin-top: 9px;
    }
}

@media (max-width: 640px) {
    #colegios main .row .col-4 {
        display: block;
        width: 280px !important;
    }

    #colegios main .frm2 .row .col:nth-child(2) {
        margin-left: 0;
    }

    #colegios main .frm2 .row {
        margin: 0;
    }

    #colegios main textarea {
        margin: 20px auto;
    }

    #colegios main .inf p {
        font-size: 14px;
    }

    #colegios main .row .col-4 .anim-input-span {
        width: 280px;
    }

    #colegios main .anim-input-span {
        width: 100%;
    }

    .skin #colegios main input[type="radio"] + label span {
        width: 20px !important;
    }
}



@media (min-width: 1280px) {
    .skin #home .tecnologia li:nth-child(1) {
        width: 150px;
    }

    .skin #home .tecnologia li:nth-child(2) {
        width: 150px;
    }

    .skin #home .tecnologia li:nth-child(3) {
        width: 150px;
    }

    .skin #home .tecnologia li:nth-child(4) {
        width: 150px;
    }

    #home .tecnologia .screenX {
        background-position: -1060px -126px;
        width: 150px;
    }
}


#ficha_cine #selligent_i a img {
    width: 100%;
}


@media (min-width: 1280px) {
    .luxe #trailerhome {
        left: 25%;
        top: 0px;
        width: 50%;
    }
}




#ficha_cine .luxe .horarios .sala li a.horario.dbox {
    border: 4px solid #ff8200;
    width: 62px;
    height: 24px;
    line-height: 24px;
}

#ficha_cine .luxe #fichaPeli .avisoDbox {
    position: relative;
    width: calc(100% - 200px);
    margin: 10px 0 0 10px;
    font-family: "hn";
    padding-left: 13px;
    font-size: 13px;
    color: #fff;
}

    #ficha_cine .luxe #fichaPeli .avisoDbox:before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ff8200;
        left: 0;
        top: 5px;
    }

    #ficha_cine .luxe #fichaPeli .avisoDbox span {
        background: url("../content/img/dbox.png") no-repeat center;
        position: absolute;
        width: 100px;
        height: 20px;
        top: -1px;
    }

@media all and (max-width:640px) {
    #ficha_cine .luxe #fichaPeli .avisoDbox {
        margin-left: 10px;
        width: calc(100% - 40px);
    }

        #ficha_cine .luxe #fichaPeli .avisoDbox span {
            top: 17px;
        }
}


#ficha_pelicula .horarios a.horario.dbox {
    border: 4px solid #ff8200;
    width: 60px;
    height: 32px;
    line-height: 24px;
    box-sizing: border-box;
}

#ficha_pelicula .horarios .avisoDbox {
    position: relative;
    width: calc(100% - 200px);
    margin: 10px 0 20px 10px;
    font-family: "hn";
    padding-left: 13px;
    font-size: 13px;
    color: #000;
}

    #ficha_pelicula .horarios .avisoDbox:before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ff8200;
        left: 0;
        top: 5px;
    }

    #ficha_pelicula .horarios .avisoDbox span {
        background: url("../content/img/dbox.png") no-repeat center;
        position: absolute;
        width: 100px;
        height: 20px;
        top: -1px;
    }

@media all and (max-width:640px) {
    #ficha_pelicula .horarios .avisoDbox {
        margin-left: 10px;
        width: calc(100% - 40px);
    }

        #ficha_pelicula .horarios .avisoDbox span {
            top: 17px;
        }
}

/* ERROR 404 */

#Error_404 main {
    background-image: url("..content/img/fondoCcardVirtual.jpg");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    user-select: none;
}

    #Error_404 main div#main {
        padding-top: 100px;
        padding-bottom: 200px;
    }

    #Error_404 main h1 {
        text-align: center;
        font-size: 42px;
        color: #FFD900;
    }

    #Error_404 main h2 {
        text-align: center;
        font-size: 28px;
        color: #FFFFFF;
    }

    #Error_404 main p {
        margin-top: -10px;
        margin-bottom: 70px;
        text-align: center;
        font-size: 28px;
        color: #FFFFFF;
    }

    #Error_404 main .links {
        display: flex;
        flex-wrap: wrap;
        margin: 40px auto;
        width: auto;
        max-width: 650px;
    }

        #Error_404 main .links a {
            width: 30%;
            margin: 0 1%;
            padding: 15px 0;
            border-radius: 50px;
            text-align: center;
            vertical-align: middle;
            font-size: 20px;
            font-weight: bold;
            color: #000000;
            background: #FFD900;
            background: linear-gradient(180deg, rgba(255,232,103,1) 0%, rgba(255,217,0,1) 50%, rgba(228,194,0,1) 100%);
        }

@media only screen and (max-width: 600px) {
    #Error_404 main .links a {
        width: 90%;
        min-width: 200px;
        margin: 20px auto;
    }
}
.livroReclamacoes a {
    width: 140px;
    height: 58px;
    display: block;
    background: url("content/img/LOGO_CLAIMS_PT.png");
    margin-top: 10px;
    margin-left: -10px;
}
.onlyMobile .livroReclamacoes a {
    margin: 10px auto;
}



#ficha_pelicula .FilmContent{
    font-size:0;
    margin-bottom:20px;
    text-align:center;
}
#ficha_pelicula .FilmContent img{
    width:32%;
    margin:0;
    cursor:pointer;
}
#ficha_pelicula .FilmContent img:nth-child(2) {
    margin: 0 2%;
}
.skin #ficha_pelicula .FilmContent img {
    margin: 0 4px;
}
.skin #ficha_pelicula .FilmContent img:nth-child(2) {
    margin: 0 4px;
}
#ficha_pelicula .popFilmContentMask {
    position: fixed;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000000;
}
#ficha_pelicula .popFilmContent {
    position: fixed;
    width: 70%;
    top: 50%;
    left: 50%;
    z-index: 10000001;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 130px 30px rgba(0,0,0,.6);
}

#ficha_pelicula .popFilmContent img {
    width: 100%;
    border-radius: 5px;
}

#ficha_pelicula .popFilmContent .popCloseFilmContent {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: -35px;
    cursor: pointer;
}

#ficha_pelicula .popFilmContent .popCloseFilmContent:before,
#ficha_pelicula .popFilmContent .popCloseFilmContent:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 30px;
    height: 4px;
    top: calc(50% - 2px);
    border-radius: 3px;
}

#ficha_pelicula .popFilmContent .popCloseFilmContent:before {
    transform: rotate(45deg);
}

#ficha_pelicula .popFilmContent .popCloseFilmContent:after {
    transform: rotate(-45deg);
}

@media all and (max-width:640px){
    #ficha_pelicula .FilmContent img {
        width: 31%;
        margin: 10px 4px 0;
    }
    #ficha_pelicula .popFilmContent {
        width: 96%;
        top: 30%;
        left: 50%;
    }
}

/* FIX CARRUSEL INFANTIL */
@media all and (max-width:639px){
    #infantil main #banner_seccion{
        position:relative;
        margin:0 10px 50px;
        width:460px;
        display:block;
    }
    #infantil #banner_seccion div.radios {
        left: 50%;
        margin-left: -150px;
        padding: 0;
        width: 300px !important;
        position: absolute;
        bottom: -25px;
    }
    #infantil article#banner_seccion .img_left, #infantil article#banner_seccion .img_right {
        top: calc(50% - 32px);
    }
    #infantil main #banner_seccion img.banner{
        width:calc(100% - 8px);
    }
}
/*SALAS LUXE Y LUXE DBOX*/
#ficha_cine .sala.luxe, #ficha_cine .sala.l-dbox {
    background: #002856;
    margin-bottom: 2px;
    color: #FFFFFF;
}


#ficha_cine .horario.sala_luxe, #ficha_cine .horario.sala_l-dbox {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%);
    color: #002856;
    font-weight: bold;
}
#ficha_cine .sala.luxe {
    background: #002856 url("../img/luxe/salas_luxe.png") no-repeat calc(100% - 12px) 7px;
}

#ficha_cine .sala.l-dbox {
    background: #002856 url("../img/luxe/sala_luxe_dbox.png") no-repeat calc(100% - 12px) 7px;
}

#ficha_cine .horario.sala_l-dbox {
    border: 4px solid #ff8200;
    width: 52px;
    height: 24px;
    line-height: 24px;
}
#ficha_cine #fichaPeli .avisoSalaDbox {
    position: relative;
    width: calc(100% - 200px);
    margin: 10px 0 0 10px;
    font-family: "hn";
    padding-left: 23px;
    font-size: 13px;
}
#ficha_cine #fichaPeli .avisoSalaDbox:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff8200;
    left: 0;
    top: 3px;
}
#ficha_cine #fichaPeli .avisoSalaDbox span {
    background: url(../content/img/dbox.png) no-repeat center;
    position: absolute;
    width: 100px;
    height: 20px;
    top: -1px;
}
#ficha_pelicula .horarios > ul > li.sala.luxe, #ficha_pelicula .horarios > ul > li.sala.l-dbox {
    background: #002856;
    margin-bottom: 2px;
    color: #FFFFFF;
}

#ficha_pelicula .horario.sala_luxe, #ficha_pelicula .horario.sala_l-dbox {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%);
    color: #002856;
    font-weight: bold;
}

#ficha_pelicula .horarios > ul > li.sala.luxe {
    background: #002856 url("../img/luxe/salas_luxe.png") no-repeat calc(100% - 12px) 7px;
}

#ficha_pelicula .horarios > ul > li.sala.l-dbox {
    background: #002856 url("../img/luxe/sala_luxe_dbox.png") no-repeat calc(100% - 12px) 7px;
}

#ficha_pelicula .horario.sala_l-dbox {
    border: 4px solid #ff8200;
    width: 52px;
    height: 24px;
    line-height: 24px;
}

#ficha_pelicula .horarios .avisoSalaDbox {
    position: relative;
    width: calc(100% - 200px);
    margin: 10px 0 10px 10px;
    font-family: "hn";
    padding-left: 23px;
    font-size: 13px;
}

#ficha_pelicula .horarios .avisoSalaDbox:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff8200;
    left: 0;
    top: 3px;
}

#ficha_pelicula .horarios .avisoSalaDbox span {
    background: url(../content/img/dbox.png) no-repeat center;
    position: absolute;
    width: 100px;
    height: 20px;
    top: -1px;
}

#ficha_pelicula .horarios .golfa {
    margin: 10px 0 10px 10px;
}


#luxe .infoSalasLuxe {
    margin: -30px 0 0;
    text-align: left;
    font-size: 18px !important;
    line-height: 22px;
    color: #fff !important;
    display: block;
    padding-bottom: 20px;
}

    #luxe .infoSalasLuxe:hover {
        text-decoration: underline;
    }
#luxe .buscador .infoSalasLuxe {
    margin: 10px auto;
    text-align: center;
}
@media all and (max-width:480px){
    #ficha_pelicula .horarios .avisoDbox span {
        top: 18px;
    }
    #ficha_cine #fichaPeli .avisoDbox span {
        top: 18px;
    }
}
#menu_mapa ul li a.cinesaLuxe {
    color: #002856;
    font-weight: bold;
}

#menu_mapa .leyendaCinesLuxe {
    position: absolute;
    top: 620px;
    width: 320px;
    left: 500px;
    text-align: left;
    padding-left: 30px;
    color: #002856;
    font-size: 13px;
}

.skin #menu_mapa .leyendaCinesLuxe {
    top: 610px;
    left: 670px;
}

#menu_mapa .leyendaCinesLuxe span {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #002856;
    border-radius: 50%;
    left: 10px;
    top: 1px;
}

@media all and (max-width:1280px) {
    #menu_mapa .leyendaCinesLuxe {
        top: 610px !important;
        left: 520px !important;
    }
}

@media all and (max-width:1024px) {
    #menu_mapa .leyendaCinesLuxe {
        top: 600px;
        left: 470px;
    }
}

@media all and (max-width:768px) {
    #menu_mapa .leyendaCinesLuxe {
        display: none;
    }
}
article#info .tecnologias .dbox, article#info .tecnologias .luxe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 68px;
    height: 30px;
    margin-top: 8px;
    background-size: 100% !important;
}

article#info .tecnologias .dbox {
    background: url("../img/dbox.jpg") no-repeat;
    background-size: auto;
}

article#info .tecnologias .luxe {
    background: url("../img/salas-luxe.jpg") no-repeat;
    background-size: auto;
}


.skin article#info .tecnologias .dbox, .skin article#info .tecnologias .luxe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 78px;
    height: 30px;
    margin-top: 5px;
    margin-right: 5px;
}

@media all and (max-width: 1024px) {
    article.descripcion .tecnologias .dbox {
        background: url("../img/dbox.jpg") no-repeat;
    }

    article.descripcion .tecnologias .luxe {
        background: url("../img/salas-luxe.jpg") no-repeat;
    }

    article.descripcion .tecnologias .dbox, article.descripcion .tecnologias .luxe {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 80px;
        height: 30px;
        margin-top: 10px;
        margin-right: 5px;
    }
}
main section .cartelera_peliculas .listado-peliculas-item.ventaanticipada a.vf {
    position: relative;
    display: block;
}

main section .cartelera_peliculas .listado-peliculas-item.ventaanticipada a.vf .stick-va {
    position: absolute;
    top: 4px;
    left: 11px;
    margin: 0;
}

.skin main section .cartelera_peliculas .listado-peliculas-item.ventaanticipada a.vf .stick-va {
    left: 11px !important;
}

@media all and (max-width: 1280px) {
    main section .cartelera_peliculas .listado-peliculas-item.ventaanticipada a.vf .stick-va,
    .skin main section .cartelera_peliculas .listado-peliculas-item.ventaanticipada a.vf .stick-va {
        left: 11px !important;
    }
}

@media all and (max-width: 768px) {
    main section .cartelera_peliculas .listado-peliculas-item.ventaanticipada a.vf .stick-va,
    .skin main section .cartelera_peliculas .listado-peliculas-item.ventaanticipada a.vf .stick-va {
        left: 14px !important;
    }
}

@media all and (max-width: 640px) {
    main section .cartelera_peliculas .listado-peliculas-item.ventaanticipada a.vf .stick-va,
    .skin main section .cartelera_peliculas .listado-peliculas-item.ventaanticipada a.vf .stick-va {
        left: 15px !important;
    }
}
@media all and (max-width: 480px){
    .horarios > ul > li.sala.screenx {
        background: #000000 url(" ../img/screenx_logo_noluxe.png") no-repeat right 8px center;
        background-size: auto;
        background-size: 13%;
    }
}

#faqsreapertura main {
    background: rgb(99,208,223);
    background: linear-gradient(180deg, rgba(99,208,223,1) 0%, rgba(47,137,177,1) 35%, rgba(0,73,135,1) 100%);
}

#faqsreapertura #main > section {
    background-color: #FFF;
    padding-top: 34px; 
    padding-bottom: 140px;
    text-align: center;
    color: #004987;
    font-family: "hn";
    margin-top: 54px;
    margin-bottom: 123px;
}

#faqsreapertura #main > section > article {
    padding-right: 61px;
    padding-left: 61px;
}

#faqsreapertura .fr-header > h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 53px;
    font-family: "hn";
    margin: 31px 0 0 0;
    padding:0;
}

#faqsreapertura .fr-header > h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    font-family: "hn";
    margin: 33px 0 0 0;
    padding:0;
}

#faqsreapertura .fr-reapertura{
    margin-top:95px;
}

#faqsreapertura .fr-ecommerce {
    margin-top: 49px;
}

#faqsreapertura .fr-caducidad {
    margin-top: 72px;
}

#faqsreapertura .fr-cc {
    margin-top: 50px;
}

#faqsreapertura .fr-b2b {
    margin-top: 49px;
}

#faqsreapertura .fr-content > h2 {
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    border-bottom: 3px solid #FFE500;
    text-align: left;
    margin: 0 0 29px 0;
    padding: 0 0 6px 40px;
    cursor: pointer;
    background-image: url("../img/faqsreapertura/down.png");
    background-repeat: no-repeat;
    background-position: left center;
}

#faqsreapertura .fr-desplegable > div > h3 {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #4295B3;
    padding: 10px 20px 0 0;
    margin: 0;
    cursor: pointer;
    background-image: url("../img/faqsreapertura/minus.png");
    background-repeat: no-repeat;
    background-position: right center;
}

#faqsreapertura .fr-desplegable {
    text-align:left;
    padding-left:40px;
}

#faqsreapertura .fr-desplegable > div > div {
    padding-bottom: 6px;
    border-bottom: 1px solid #63D0DF;
}

#faqsreapertura .fr-desplegable > div > div > div {
    padding: 5px 0 14px 0 ;
    color:#000;
}

#faqsreapertura .fr-desplegable a{
    color:inherit;
    text-decoration:underline;
}

/* Preguntas y respuestas cierre */

#faqsreapertura .fr-content.fr-close h2 {
    background-image: url("../img/faqsreapertura/right.png");
}

#faqsreapertura .fr-content.fr-close > div {
    display: none;
}

#faqsreapertura .fr-desplegable > div.fr-close h3 {
    background-image: url("../img/faqsreapertura/plus.png");
}

#faqsreapertura .fr-desplegable > div.fr-close > div > div {
    display: none;
}
/* CineSeguro */

/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4GxZrY1wIUql-.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4GxZrY10IUql-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4GxZrY1MIUg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G3JoY1wIUql-.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G3JoY10IUql-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G3JoY1MIUg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe0oMImSLYBIv1o4X1M8cce4E9ZKdmwp.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe0oMImSLYBIv1o4X1M8cce4E9dKdmwp.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe0oMImSLYBIv1o4X1M8cce4E9lKdg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4GwZuY1wIUql-.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4GwZuY10IUql-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4GwZuY1MIUg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G2JvY1wIUql-.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G2JvY10IUql-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G2JvY1MIUg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G35sY1wIUql-.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G35sY10IUql-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G35sY1MIUg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G1ptY1wIUql-.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G1ptY10IUql-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe01MImSLYBIv1o4X1M8cce4G1ptY1MIUg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc9yAs5iU1EQVg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc9yAs5jU1EQVg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc9yAs5tU1E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8WAc5iU1EQVg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8WAc5jU1EQVg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8WAc5tU1E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe0qMImSLYBIv1o4X1M8cceyI9tScg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe0qMImSLYBIv1o4X1M8ccezI9tScg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc9iB85iU1EQVg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc9iB85jU1EQVg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc9iB85tU1E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8GBs5iU1EQVg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8GBs5jU1EQVg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8GBs5tU1E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8aBc5iU1EQVg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8aBc5jU1EQVg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8aBc5tU1E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8-BM5iU1EQVg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8-BM5jU1EQVg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8-BM5tU1E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


#cineseguro #main > section {
    background-color: #004987;
    /*padding-top: 34px;
    padding-bottom: 140px;*/
    text-align: center;
    color: #FFF;
    font-family: 'Nunito Sans', sans-serif;
    /*margin-top: 54px;
    margin-bottom: 123px;*/
}

#cineseguro .cs-header img {
    position: absolute;
    right: 90px;
    top:30px;
}

#cineseguro .cs-header h1 {
    font-size: 50px;
    color: #FFF;
    font-family: 'Nunito Sans', sans-serif; 
    font-weight: 600;
    padding: 130px 0 55px 0;
    margin-bottom: 0;
    line-height: 1.2em;
}

#cineseguro .cs-header h2 {
    font-size: 28px;
    color: #63D0DF;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0;
    margin: 0 auto 0 auto;
    max-width: 650px;
    line-height: 1.2em;
}

#cineseguro .cs-content h2 {
    font-size: 39px;
    color: #63D0DF;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    padding: 80px 0 25px 0;
    line-height: 1.2em;
}
#cineseguro .cs-content ul {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    margin-top:20px;
}

#cineseguro .cs-content ul, #cineseguro .cs-content li {
    list-style-image: url("../img/cineseguro/flecha.png");
}

#cineseguro .cs-content ul li {
    font-size: 21px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    padding-left: 5px;
}

#cineseguro .cs-content.cs-apertura h2:first-child {
    border-top: 3px solid #f8dc0b;
    margin-top: 55px;
}

#cineseguro .cs-content.cs-apertura h2 {
    color: #FFF;
    font-size: 35px;
    font-weight: 900;
    font-family: 'Nunito Sans', sans-serif;
    display: inline-block;
    padding: 55px 0 36px 0;
}

#cineseguro .cs-content.cs-apertura h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0;
    margin: 0;
}

#cineseguro .cs-content.cs-apertura p {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    padding: 55px 0 55px 0;
}

@media all and (max-width: 1280px) {
    #cineseguro .cs-header img {
        position:static;
        margin-top: 40px;
    }

    #cineseguro .cs-content img{
        max-width: 423px; /* 90% */
    }

    #cineseguro .cs-header h1 {
        padding-top: 50px;
        margin: 0;
    }
}


/* ----- FIX CICLOS CSS HOVER ----- */
@media all and (min-width: 1024px){
    #ciclos .ciclo li:hover .infopeli {
        transition: 0.5s;
        height: 75px;
    }
}
/* ------------ FOOTER ------------ */
footer span.multiline {
    display: block;
    margin: 7px 0 13px;
    line-height: 17px;
}
@media all and (max-width: 768px) {
    footer span.multiline {
        padding: 0 60px;
    }
    footer #footer .menuFooter.onlyMobile span.multiline a {
        line-height: 27px;
    }
}
/* --------------------------------------------------------------------------- */
/* ADGLARE */
/* --------------------------------------------------------------------------- */
/* ------------ SUPERBANNER ------------ */
#publicidad_header {
    text-align: center;
    padding: 2px 0 12px 0;
}
/* ----------- skin links ------------ */
#skinTopLink {
    position: absolute;
    display: block;
    width: 980px;
    height: 200px;
    top: 0;
    left: calc(50% - 490px);
}
#skinLeftLink {
    position: absolute;
    display: block;
    width: calc(50% - 490px);
    height: 1000px;
    top: 0;
    left: 0;
}
#skinRightLink {
    position: absolute;
    display: block;
    width: calc(50% - 490px);
    height: 1000px;
    top: 0;
    right: 0;
}
/* ------------- SKIN ------------- */
@media all and (max-width: 1279px){
    main{
        background-image:none!important;
    }
    #ficha_cine main.luxe {
        background-color: #002856 !important;
    }
}

@media all and (min-width: 1279px){
    /* SKIN: LANDING LUXE */
    .skin #luxe main {
        background-color: #002356 !important;
    }

    .skin #luxe #main {
        width: 980px !important;
        left: calc(50% - 490px) !important;
        background-color: #002356;
    }

    .skin #luxe main #main {
        margin-top: 218px;
    }

    .skin #luxe .parallax_basic.parallax_basic1 {
        background: #002356 url(/Content/img/luxe/parallax_comodidad.jpg) no-repeat right top;
    }

    .skin #luxe .parallax_basic.parallax_basic2 {
        background: #002356 url(/Content/img/luxe/parallax_gran.jpg) no-repeat left top;
    }

    .skin #luxe .parallax_basic.parallax_basic3 {
        background: #002356 url(/Content/img/luxe/parallax_sonido.jpg) no-repeat right top;
    }

    .skin #luxe .parallax_basic.parallax_basic4 {
        background: #002356 url(/Content/img/luxe/parallax_palomitas.jpg) no-repeat left top;
    }
    /* SKIN: ALTA CCARD */
    .skin body#alta_ccard.ccardVirtual main {
        background-color: #000 !important;
    }

    .skin body#alta_ccard #main, .skin body#activar_ccard #main {
        margin-top: 221px;
    }

    .skin #alta_ccard main #main {
        background-image: url(..content/img/fondoMGM-darker.jpg) !important;
    }
}



/* Nuevos banners cinesa luxe */
#ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE {
}

    #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE .LUXEfondo {
    }

    #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE.BannerBonaire {
        background: #000939;
    }


    #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE h2 {
        top: 20px;
        left: 50%;
        max-width: 900px;
        width: 94%;
        margin: 0 auto;
        transform: translateX(-50%);
        color: #fff;
        background: none;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        line-height: 60px;
        font-size: 50px;
    }

    #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE p {
        top: 150px;
        color: #fff;
        background: none;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        font-size: 25px;
    }

    #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE .LUXElogo {
        position: absolute;
        width: 15%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

@media all and (min-width: 1024px) {
    .skin #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE h2 {
        top: 15px;
        max-width: 500px;
        font-size: 28px;
        line-height: 35px;
    }

    .skin #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE p {
        top: 90px;
        font-size: 15px;
    }
}

@media all and (max-width: 1023px) {
    #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE h2 {
        top: 10px;
        max-width: 400px;
        font-size: 22px;
        line-height: 30px;
    }

    #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE p {
        top: 75px;
        font-size: 12px;
    }
}

@media all and (max-width: 640px) {
    #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE h2 {
        top: 10px;
        max-width: 400px;
        font-size: 30px;
        line-height: 40px;
    }

    #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE p {
        top: 95px;
        font-size: 16px;
    }

    #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE .LUXEfondo {
        margin-left: -75%;
    }

    #ficha_cine .luxe .owl-carousel .owl-item .BannerCinesaLUXE .LUXElogo {
        width: 40%;
    }
}


/* FIX SKIN IN LUXE CINEMAS */

/* FIX MAPA DE CINES */

@media all and (min-width: 900px){
	#menu_guipuzcoa{
	  width:175px;
	}
	#menu_guipuzcoa .titulo{
	  right:auto;
	  left:30px;
	}
	#menu_guipuzcoa .listado{
	  width:150px;
	  right:auto;
	  left:20px;
	}
	#menu_guipuzcoa .listado:hover{
	  z-index:35!important;
	}
	#menu_valencia {
	  width: 260px;
	}
}

@media all and (min-width: 1024px){
	.skin #menu_guipuzcoa{
	  width:175px;
	}
	.skin #menu_guipuzcoa .listado{
	  width:150px;
	}
	.skin #menu_valencia {
	  width: 260px;
	}
}

@media all and (max-width: 1024px){
	#mapa #mapa-cines{
		width:calc(100% - 20px);
	}
}

@media all and (max-width: 640px){
	#menu_madrid .listado li[data-id="631"]{
	  position:relative;
	  padding-left: 24px;
	}
	#menu_madrid .listado li[data-id="631"] span{
	  display: none;
	}
}

/* FIX MAPA DE CINES */


 /* LOGOS ORGANIZACIONES */
footer .LogosSoporteTitle, footer .LogosSoporteContainer {
    width: calc(96%);
    margin: 20px auto 0;
    text-align: center;
}
footer .LogosSoporteContainer {
    margin: 0 auto 20px;
}
footer .LogosSoporteContainer img{
    margin: 3px 10px;
}
footer .TextSoporte {
    font-family: "hnro";
    font-size: 14px;
    color: #839295;
    position: relative;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 0 50px;
    width: calc(100% - 100px);
    text-align: center;
}


/* MYCINESA */
.pop_registro_2.myCinesa .row .row {
    /*outline:1px solid red*/
}

.pop_registro_2.myCinesa .anim-input-span {
    max-width: 100%;
}

.popup.pop-design.pop_registro_2.myCinesa .password_min {
    text-align: left !important;
    margin: 5px 0 0 15px !important;
}

.popup.pop-design.myCinesa .row-select .container_radiobox {
    width: 100%
}

.popup.pop-design.myCinesa .radiobox.rb2.rb_left ul {
    left: 40px;
    top: 34px;
}

.popup.pop-design.myCinesa .hijos .radiobox.rb2.rb_open ul {
    height: 122px;
}



.pop_registro_2.myCinesa .pop_container .row .row.row-100 {
    width: 95%;
}

.popup.pop-design.myCinesa .row-100 .container_radiobox {
    width: 100%
}



header #cinefavorito_header .new_login div > p:nth-child(1) {
    font-size: 14px;
}

header #cinefavorito_header .new_login div > p:nth-child(2) {
    color: #222222;
    font-style: normal;
    padding: 0 20px;
}

.popup.pop-design.pop_registro_2 .password_min {
    color: #839293 !important;
}
.popup.pop-design.pop_registro_2 .password_min.p_ok {
    color: #008848 !important;
}
.popup.pop-design.pop_registro_2 .password_min_titulo {
    font-family: "hnlt";
    position: relative;
    width: 253px;
    text-align: left;
    color: #839293;
    font-size: 10px;
    top: 100%;
    text-align: left;
    margin: 5px 0 0 0;
}

.popup.pop-design.pop_registro_2 .password_min.p_nok {
    color: #b62727 !important;
}

.popup.pop-design.pop_registro_2 .password_min:before {
    position: absolute;
    width: 6px;
    height: 4px;
    content: "-";
    margin-left: -10px;
    margin-top: -1px;
}

.popup.pop-design.pop_registro_2 .password_min.p_ok:before {
    border-bottom: 1px solid #008848;
    border-left: 1px solid #008848;
    content: "";
    margin-top: 4px;
    transform: rotate(-45deg)
}

.popup.pop-design.pop_registro_2 .password_min.p_nok:before {
    content: "x";
}
.popup.pop-design body#alta_usuario main .alta-1 > a, .popup.pop-design > a, .new_btn {
    margin: 0px auto 40px!important;
}
header #cinefavorito_header .new_login div > p:nth-child(2) > span {
    width: auto;
    height: auto;
    background: none;
    position: initial;
    margin-left: initial;
}
.myCinesaCreateAccountBtn {
    position: relative;
    display: block;
    width: 237px;
    height: 38px !important;
    line-height: 38px;
    text-align: center;
    border: none;
    color: #29bbc7;
    font-family: Verdana;
    font-size: 14px;
    cursor: pointer;
    margin: 10px auto 20px;
    text-decoration: underline !important
}
@media all and (max-width: 480px) {
    .popup.pop_registro_2 .pop_close {
        top: -30px;
        margin-top: 0;
    }

    .popup.pop_registro_2.new_popup h4 {
        margin-bottom: 0;
    }

    .popup.pop-design.pop_registro_2 .password_min, .popup.pop-design.pop_registro_2 .password_min_titulo {
        font-size: 15px !important;
    }

    .popup.pop-design.pop_registro_2.popup.pop-design .row_chk {
        margin-top: 50px;
    }
}

/* CAPTCHA EN FORM LOGIN */
#google-control-2 {
    margin-top: 15px;
}

@media all and (min-width:  700px){
    #google-control-2 {
        transform: scale(.80);
        transform-origin: 30% 50%;
        margin-top: 0px;
    }
}

@media all and (max-width: 1023px) { /* TODAS HASTA 1024 */
    /*#cc_micuenta .movimientos .rangofechas .btn {
        display: block;
        margin: 20px auto;
    }*/
}

@media all and (max-width:639px) { /* 480 */
    /*#cc_micuenta .rangofechas input.text {
        width: 34% !important;
    }*/
	/*article#cartel img.trailer, article#cartel .trailer{
		position:static !important;
	}*/
    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
        height: 120px;
    }
	article#cartel iframe.trailer{
		height:244px;
	}
}

@media all and (min-width:640px) and (max-width:767px) { /* 640 */
    /*#cc_micuenta .rangofechas input.text {
        width: 38% !important;
    }*/
    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
        height: 163px;
    }
	
	article#cartel iframe.trailer{
		height:339px;
	}
}

@media all and (min-width:768px) and (max-width:799px) {
    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
        height: 203px;
    }
}

@media all and (min-width:800px) and (max-width:1023px) {
    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
         height: 214px;
    }
}

@media all and (min-width:1024px) and (max-width:1279px) {
    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
         height: 180px;
    }
}
@media all and (min-width:1280px) {
    #trailers_estrenos section .cartelera_peliculas > ul > li iframe {
         height: 212px;
    }
}

@media all and (min-width:768px) and (max-width:1023px) { /* 768 HASTA 1024 */
    /*#cc_micuenta .rangofechas input.text {
        width: 40%;
    }*/
}


#trailers_estrenos section .cartelera_peliculas > ul > li iframe {
    width: 100%;
}

header #publicidad_header{
background:none;
}

.infocine_promociones .slide li {
    height: 128px;
    width: 295px;
    display: inline-block;
}

/*.sb-slidebar ul li {
    min-height: 90px;
    height: auto;
}*/

.sb-submenu{
    display: none;
}

.height-7 {
    line-height: 398px;
}

.titulos[data-id=evento_destacado] .titulo_article,.titulos[data-id=horario_eventos] .titulo_article{
    background-color: #FBA300 !important;
    color: #FFFFFF !important;
}

#banner_seccion div.radios {
    left: 50%;
    margin-left: -150px;
    padding: 0;
    width: 300px!important;
}

.radios a {
    background-image: url("../img/radiobuttons.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    width: 16px;
    background-position: -16px 0;
    font-size: 0;
    margin-left: 3px;
    margin-right: 3px;
}

.radios a.selected{
    background-position: 0 0;
}

.new_dolby .radios a {
    background-image: none;
}

ul.slide {
    margin: 0;
    padding: 0;
}

.fb-like {
    display: none !important;
}

#home #carousel > li {
    display: block;
    float: left;
}

#home .carteles-carrusel .hidden{
    display: inline-block !important;
    /*visibility: visible !important;*/
}


/*#proximos_estrenos article#cartelera .fechaestreno span {
    display: none;
}*/

#home .pelicula_principal img {
    max-height: none;
}

#trailers_estrenos section #cartelera > ul > li .cartel {
    vertical-align: middle;
}

/*article#cartel .trailer {
    height: 320px;
    margin-left: 15px;
    position: relative;
    width: 494px;
}*/

article#cartel video.trailer {
    margin: 0;
}

#trailers_estrenos section #cartelera > ul > li video.cartel.trailer {
    margin: 0;
}

/*#trailers_estrenos section #cartelera > ul > li .cartel.trailer {
    height: 205px;
}*/

.btn {
    cursor: pointer;
}

#clientes form article.inactivo input, #clientes form article.inactivo .cc_select, #clientes form article.inactivo label, #clientes form article.inactivo textarea{
    display: none;
}

#clientes #canned_response {
    display: none;
}


label[for="check"] {
    cursor: pointer;
}

.chclose{
    position: absolute;
    right: 60px;
    top: 30px;
    cursor: pointer;
}

.ch_btn a {
    color:#FFF;
}

#cinefavorito_header .cinefav {
    display: none;
}

#trailerhome {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 1%;
    z-index: 2000;
    /*background-color: #000;*/
}

#home #carousel > li {
    visibility: hidden;
}


footer #footer div.columna.quinta {
    display: none;
}

div#publicidad_header .GoogleActiveViewClass>div>div {
    margin: 0 auto;
}

.pop_error{
	color: #ff0000 !important;
    font-size: 12px !important;
}

#mapaPromo>area{
cursor:pointer;
}

/* FLOW PLAYER */
.flowplayer{position:relative;width:100%;text-align:left;background-size:contain;background-repeat:no-repeat;background-position:center center;display:inline-block;background-color:#000;}
.flowplayer *{font-weight:inherit;font-family:inherit;font-style:inherit;text-decoration:inherit;font-size:100%;padding:0;border:0;margin:0;list-style-type:none}
.flowplayer a:focus{outline:0}
.flowplayer video{width:100%}
.flowplayer.is-ipad video{-webkit-transform:translateX(-2048px);}
.is-ready.flowplayer.is-ipad video{-webkit-transform:translateX(0)}
.flowplayer .fp-engine,.flowplayer .fp-ui,.flowplayer .fp-message{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:1}
.flowplayer .fp-message{display:none;text-align:center;padding-top:5%;cursor:default;}
.flowplayer .fp-message h2{font-size:120%;margin-bottom:1em}
.flowplayer .fp-message p{color:#666;font-size:95%}
.flowplayer .fp-controls{position:absolute;bottom:0;width:100%;}
.no-background.flowplayer .fp-controls{background-color:transparent !important;background-image:-moz-linear-gradient(transparent,transparent) !important;background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent)) !important}
.is-fullscreen.flowplayer .fp-controls{bottom:3px}
.is-mouseover.flowplayer .fp-controls{bottom:0}
.flowplayer .fp-waiting{display:none;margin:19% auto;text-align:center;}
.flowplayer .fp-waiting *{-webkit-box-shadow:0 0 5px #333;-moz-box-shadow:0 0 5px #333;box-shadow:0 0 5px #333}
.flowplayer .fp-waiting em{width:1em;height:1em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;background-color:rgba(255,255,255,0.8);display:inline-block;-webkit-animation:pulse .6s infinite;-moz-animation:pulse .6s infinite;animation:pulse .6s infinite;margin:.3em;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.flowplayer .fp-waiting em:nth-child(1){-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}
.flowplayer .fp-waiting em:nth-child(2){-webkit-animation-delay:.45s;-moz-animation-delay:.45s;animation-delay:.45s}
.flowplayer .fp-waiting em:nth-child(3){-webkit-animation-delay:.6s;-moz-animation-delay:.6s;animation-delay:.6s}
.flowplayer .fp-waiting p{color:#ccc;font-weight:bold}
.flowplayer .fp-speed{display:none};
/*.flowplayer .fp-speed{font-size:30px;background-color:#333;background-color:rgba(51,51,51,0.8);color:#eee;margin:0 auto;text-align:center;width:120px;padding:.1em 0 0;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;transition:opacity .5s;}*/
.flowplayer .fp-speed.fp-hilite{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help{position:absolute;top:0;left:-9999em;z-index:100;background-color:#333;background-color:rgba(51,51,51,0.9);width:100%;height:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s;text-align:center;}
.is-help.flowplayer .fp-help{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help .fp-help-section{margin:3%}
.flowplayer .fp-help .fp-help-basics{margin-top:6%}
.flowplayer .fp-help p{color:#eee;margin:.5em 0;font-size:14px;line-height:1.5;display:inline-block;margin:1% 2%}
.flowplayer .fp-help em{background:#eee;-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;margin-right:.4em;padding:.3em .6em;color:#333}
.flowplayer .fp-help small{font-size:90%;color:#aaa}
.flowplayer .fp-help .fp-close{display:block}
@media (max-width: 600px){.flowplayer .fp-help p{font-size:9px}
}.flowplayer .fp-subtitle{position:absolute;bottom:40px;left:-99999em;z-index:10;text-align:center;width:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s;}
.flowplayer .fp-subtitle p{display:inline;background-color:#333;background-color:rgba(51,51,51,0.9);color:#eee;padding:.1em .4em;font-size:16px;line-height:1.6;}
.flowplayer .fp-subtitle p:after{content:'';clear:both}
.flowplayer .fp-subtitle.fp-active{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close,.flowplayer .fp-play{background-image:url(../img/player/white.png);background-size:37px 300px;}
.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play{background-image:url(../img/player/black.png);}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play{background-image:url(../img/player/black@x2.png)}
}@media (-webkit-min-device-pixel-ratio: 2){.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close,.flowplayer .fp-play{background-image:url(../img/player/white@x2.png)}
}.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(../img/player/play_white.png) center no-repeat;background-size:12%;}
@media (-webkit-min-device-pixel-ratio: 2){.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(../img/player/play_white@x2.png) center no-repeat;background-size:12%}
}.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(../img/player/play_black.png)}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(../img/player/play_black@x2.png)}
}.is-fullscreen.flowplayer .fp-ui{background-size:auto}
.is-seeking.flowplayer .fp-ui,.is-loading.flowplayer .fp-ui{background-image:none}
.flowplayer .fp-logo{position:absolute;top:auto;left:15px;bottom:30px;cursor:pointer;display:none;z-index:100;}
.flowplayer .fp-logo img{width:100%}
.is-embedded.flowplayer .fp-logo{display:block}
.fixed-controls.flowplayer .fp-logo{bottom:15px}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close{position:absolute;top:5px;left:auto;right:5px;display:block;width:30px;height:23px;background-position:12px -197px;cursor:pointer}
.flowplayer .fp-unload,.flowplayer .fp-close{background-position:14px -175px;display:none}
.flowplayer .fp-play{display:none;width:27px;height:20px;background-position:9px -24px;position:absolute;bottom:0;left:0;}
.play-button.flowplayer .fp-play{display:block}
.is-paused.flowplayer .fp-play{background-position:9px 7px}
.flowplayer.is-ready.is-closeable .fp-unload{display:block}
.flowplayer.is-ready.is-closeable .fp-fullscreen{display:none}
.flowplayer.is-fullscreen .fp-fullscreen{background-position:10px -217px;display:block !important}
.flowplayer.is-fullscreen .fp-unload,.flowplayer.is-fullscreen .fp-close{display:none !important}
.flowplayer .fp-timeline{height:3px;position:relative;overflow:hidden;top:5px;height:10px;margin:0 150px 0 45px;}
.no-volume.flowplayer .fp-timeline{margin-right:60px}
.no-mute.flowplayer .fp-timeline{margin-right:45px}
.play-button.flowplayer .fp-timeline{margin-left:67px}
.is-long.flowplayer .fp-timeline{margin:0 180px 0 75px;}
.no-volume.is-long.flowplayer .fp-timeline{margin-right:90px}
.no-mute.is-long.flowplayer .fp-timeline{margin-right:75px}
.play-button.is-long.flowplayer .fp-timeline{margin-left:97px}
.aside-time.flowplayer .fp-timeline,.no-time.flowplayer .fp-timeline{margin:0 110px 0 5px}
.aside-time.no-volume.flowplayer .fp-timeline,.no-time.no-volume.flowplayer .fp-timeline{margin-right:20px}
.aside-time.no-mute.flowplayer .fp-timeline,.no-time.no-mute.flowplayer .fp-timeline{margin-right:5px}
.play-button.no-time.flowplayer .fp-timeline,.play-button.aside-time.flowplayer .fp-timeline{margin-left:27px}
.flowplayer .fp-buffer,.flowplayer .fp-progress{position:absolute;top:0;left:auto;height:100%;cursor:col-resize}
.flowplayer .fp-buffer{-webkit-transition:width .25s linear;-moz-transition:width .25s linear;transition:width .25s linear}
.flowplayer .fp-volume{position:absolute;top:7.5px;right:5px}
.flowplayer .fp-mute{width:10px;height:15px;float:left;position:relative;top:-5px;cursor:pointer;background-position:-2px -99px;}
.no-mute.flowplayer .fp-mute{display:none}
.flowplayer .fp-volumeslider{width:90px;height:5px;cursor:col-resize;float:left;}
.no-volume.flowplayer .fp-volumeslider{display:none}
.flowplayer .fp-volumelevel{height:100%}
.flowplayer .fp-time{text-shadow:0 0 1px #000;font-size:12px;font-weight:bold;color:#fff;width:100%;}
.flowplayer .fp-time.is-inverted .fp-duration{display:none}
.flowplayer .fp-time.is-inverted .fp-remaining{display:inline}
.flowplayer .fp-time em{width:35px;height:10px;line-height:10px;text-align:center;position:absolute;bottom:5px}
.no-time.flowplayer .fp-time{display:none}
.is-long.flowplayer .fp-time em{width:65px}
.flowplayer .fp-elapsed{left:5px;}
.play-button.flowplayer .fp-elapsed{left:27px}
.flowplayer .fp-remaining,.flowplayer .fp-duration{right:110px;color:#eee;}
.no-volume.flowplayer .fp-remaining,.no-volume.flowplayer .fp-duration{right:20px}
.no-mute.flowplayer .fp-remaining,.no-mute.flowplayer .fp-duration{right:5px}
.flowplayer .fp-remaining{display:none}
.flowplayer.color-light .fp-time{color:#222;text-shadow:0 0 1px #fff}
.flowplayer.color-light .fp-remaining,.flowplayer.color-light .fp-duration{color:#666}
.flowplayer.aside-time .fp-time{position:absolute;top:5px;left:5px;bottom:auto !important;width:85px;}
.flowplayer.aside-time .fp-time strong,.flowplayer.aside-time .fp-time em{position:static}
.flowplayer.aside-time .fp-time .fp-elapsed{margin-right:5px}
.flowplayer.is-long.aside-time .fp-time{width:130px}
.flowplayer.is-splash,.flowplayer.is-poster{cursor:pointer;}
.flowplayer.is-splash .fp-controls,.flowplayer.is-poster .fp-controls,.flowplayer.is-splash .fp-fullscreen,.flowplayer.is-poster .fp-fullscreen,.flowplayer.is-splash .fp-unload,.flowplayer.is-poster .fp-unload,.flowplayer.is-splash .fp-time,.flowplayer.is-poster .fp-time,.flowplayer.is-splash .fp-embed,.flowplayer.is-poster .fp-embed{display:none !important}
.flowplayer.is-poster .fp-engine{top:-9999em}
.flowplayer.is-loading .fp-waiting{display:block}
.flowplayer.is-loading .fp-controls,.flowplayer.is-loading .fp-time{display:none}
.flowplayer.is-loading .fp-ui{background-position:-9999em}
.flowplayer.is-seeking .fp-waiting{display:block}
.flowplayer.is-fullscreen{position:fixed !important;top:0 !important;left:0 !important;border:0 !important;margin:0 !important;width:100% !important;height:100% !important;max-width:100% !important;z-index:99999 !important;-webkit-box-shadow:0 !important;-moz-box-shadow:0 !important;box-shadow:0 !important;background-image:none !important;background-color:#333}
.flowplayer.is-error{border:1px solid #909090;background:#fdfdfd !important;}
.flowplayer.is-error h2{font-weight:bold;font-size:large;margin-top:10%}
.flowplayer.is-error .fp-message{display:block}
.flowplayer.is-error object,.flowplayer.is-error video,.flowplayer.is-error .fp-controls,.flowplayer.is-error .fp-time,.flowplayer.is-error .fp-subtitle{display:none}
.flowplayer.is-ready.is-muted .fp-mute{opacity:.5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50)}
.flowplayer.is-mouseout .fp-controls{height:0;-webkit-transition:height .15s .3s;-moz-transition:height .15s .3s;transition:height .15s .3s}
.flowplayer.is-mouseout .fp-timeline{margin:0 !important}
.flowplayer.is-mouseout .fp-timeline{-webkit-transition:height .15s .3s,top .15s .3s,margin .15s .3s;-moz-transition:height .15s .3s,top .15s .3s,margin .15s .3s;transition:height .15s .3s,top .15s .3s,margin .15s .3s;height:4px;top:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.flowplayer.is-mouseout .fp-fullscreen,.flowplayer.is-mouseout .fp-unload,.flowplayer.is-mouseout .fp-elapsed,.flowplayer.is-mouseout .fp-remaining,.flowplayer.is-mouseout .fp-duration,.flowplayer.is-mouseout .fp-embed,.flowplayer.is-mouseout .fp-volume,.flowplayer.is-mouseout .fp-play{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .15s .3s;-moz-transition:opacity .15s .3s;transition:opacity .15s .3s}
.flowplayer.is-mouseover .fp-controls,.flowplayer.fixed-controls .fp-controls{height:20px}
.flowplayer.is-mouseover .fp-fullscreen,.flowplayer.fixed-controls .fp-fullscreen,.flowplayer.is-mouseover .fp-unload,.flowplayer.fixed-controls .fp-unload,.flowplayer.is-mouseover .fp-elapsed,.flowplayer.fixed-controls .fp-elapsed,.flowplayer.is-mouseover .fp-remaining,.flowplayer.fixed-controls .fp-remaining,.flowplayer.is-mouseover .fp-duration,.flowplayer.fixed-controls .fp-duration,.flowplayer.is-mouseover .fp-embed,.flowplayer.fixed-controls .fp-embed,.flowplayer.is-mouseover .fp-logo,.flowplayer.fixed-controls .fp-logo,.flowplayer.is-mouseover .fp-volume,.flowplayer.fixed-controls .fp-volume,.flowplayer.is-mouseover .fp-play,.flowplayer.fixed-controls .fp-play{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.fixed-controls .fp-volume{display:block}
.flowplayer.fixed-controls .fp-controls{bottom:-20px;}
.is-fullscreen.flowplayer.fixed-controls .fp-controls{bottom:0}
.flowplayer.fixed-controls .fp-time em{bottom:-15px;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.is-fullscreen.flowplayer.fixed-controls .fp-time em{bottom:5px}
.flowplayer.is-disabled .fp-progress{background-color:#999}
.flowplayer .fp-embed{position:absolute;top:5px;left:5px;display:block;width:25px;height:20px;background-position:3px -237px}
.flowplayer .fp-embed-code{position:absolute;display:none;top:10px;left:40px;background-color:#333;padding:3px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 3px #ccc;-moz-box-shadow:0 0 3px #ccc;box-shadow:0 0 3px #ccc;font-size:12px;}
.flowplayer .fp-embed-code:before{content:'';width:0;height:0;position:absolute;top:2px;left:-10px;border:5px solid transparent;border-right-color:#333}
.flowplayer .fp-embed-code textarea{width:400px;height:16px;font-family:monaco,"courier new",verdana;color:#777;white-space:nowrap;resize:none;overflow:hidden;border:0;outline:0;background-color:transparent;color:#ccc}
.flowplayer .fp-embed-code label{display:block;color:#999}
.flowplayer.is-embedding .fp-embed,.flowplayer.is-embedding .fp-embed-code{display:block;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.aside-time .fp-embed{left:85px}
.flowplayer.aside-time .fp-embed-code{left:115px}
.flowplayer.aside-time.is-embedding .fp-time{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.is-long.aside-time .fp-embed{left:130px}
.flowplayer.no-time .fp-embed{left:5px !important}
@-moz-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-webkit-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-o-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-ms-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@keyframes pulse{0%{opacity:0}
100%{opacity:1}
}.flowplayer .fp-controls{background-color:#333;background-color:rgba(51,51,51,0.6)}
.flowplayer.fixed-controls .fp-controls{background-color:#333}
.flowplayer .fp-timeline{background-color:#666}
.flowplayer .fp-buffer{background-color:#eee}
.flowplayer .fp-progress{background-color:#00a7c8}
.flowplayer .fp-volumeslider{background-color:#000}
.flowplayer .fp-volumelevel{background-color:#fff}
.flowplayer .fp-play{height:24px}
.flowplayer.color-light .fp-controls{background-color:rgba(255,255,255,0.6)}
.flowplayer.color-light.fixed-controls .fp-controls{background-color:#fff}
.flowplayer.color-light .fp-volumeslider{background-color:#ddd}
.flowplayer.color-light .fp-volumelevel{background-color:#222}
.flowplayer.color-alt .fp-progress{background-color:#fff}
.flowplayer.color-alt .fp-buffer{background-color:#999}
.flowplayer.color-alt2 .fp-progress{background-color:#900}
.flowplayer .fp-embed{display:none}

.fp-context-menu {
    display: none;
}

/*.fp-fullscreen {
    display: none !important;
}*/

article#cartel .trailer.is-fullscreen,article#cartel .trailer.is-fullscreen .trailer{
	width:100%;
	height:100%;
}

.flowplayer.is-playing{
background-image:none !important;
background-color:#000 !important;
}


/*! jQuery UI - v1.11.3 - 2015-03-02
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url("../img/jqueryui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url("../img/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url("../img/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url("../img/jqueryui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url("../img/jqueryui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("../img/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("../img/jqueryui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("../img/jqueryui/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("../img/jqueryui/ui-icons_222222_256x240.png")}.ui-state-default .ui-icon{background-image:url("../img/jqueryui/ui-icons_888888_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("../img/jqueryui/ui-icons_454545_256x240.png")}.ui-state-active .ui-icon{background-image:url("../img/jqueryui/ui-icons_454545_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("../img/jqueryui/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("../img/jqueryui/ui-icons_cd0a0a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url("../img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url("../img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}

#ui-datepicker-div {
    font-size: 13px;
}

.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	
	margin-left:-50px;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

.qtip-content {
    position: relative;
    /*padding: 5px 9px;*/
    line-height:1.1em;
    overflow: hidden;
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 18px;
    word-wrap: break-word;
}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	/*background-color: #FFF;*/
	color: #000;
	/*border-radius:4px;
	padding:2px 5px;*/
    padding:35px 0 0 0;
    width:217px;
    height:95px;
    background-image: url(/Content/img/tooltipikea.png);
    background-repeat:no-repeat;
}
.qtip-default:before{
	/*content: "";
	width:20px;
	height:20px;
	background-color: #FFF;
	position: absolute;
	top:-5px;
	left:10px;
	transform: rotate(45deg);*/
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}
.qtip-tip, .qtip-tip canvas{
	display: none!important;
}

#cc_form_finpedir .inf .frm_btn.print{
	top:0;
}

#cc_form_finpedir .inf .frm_btn{
	top:80px;
}

#eventos article.cartelera_peliculas li.warner a .stick-va, #eventos article.cartelera_peliculas li.ventaanticipada a .stick-va{
margin-top:0;
}

.bt-popin {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    padding: 0 !important;
    z-index: 9999999999 !important;
}

.bt-popin iframe {
    background: transparent none repeat scroll 0 0 !important;
}

.bt-popin b.close {
font-size:23px !important;
width: 23px !important;
height: 23px !important;
line-height: 23px !important;
border-radius: 12px !important;
    position: relative;
}


span.wc_ico{
background-image: url("/Content/img/whatscine_ico.png");
    display: inline-block;
    height: 20px;
    vertical-align: sub;
    width: 20px;
}

article#info .tecnologias .whatscine{
        background: url("/Content/img/wc_logo.jpg") no-repeat;
}

.cc_banner-wrapper .cc_container .cc_btn {
    padding: 3px;
    height: 2em;
    line-height: 2em;
    margin: 0;
    border:0;
}

#cine_espacio1 {
    padding-top: 30px;
}

#pers_dory {
    position: absolute;
    background-image: url(/Content/img/personalize/anidori.png);
    background-repeat: no-repeat;
    width: 71px;
    height: 52px;
    top: 400px;
    left: 50%;
    z-index: 1000000000000000;
}

.pers_dory_0 {
    background-position: 0 0;
}

.pers_dory_1 {
    background-position: -71px 0;
}

.pers_dory_2 {
    background-position: 0 -52px;
}

.pers_dory_3 {
    background-position: -71px -52px;
}

#pers_dory.reverse {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("../font/2.0.0/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
  .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
  .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
  .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
  .video-js .vjs-volume-menu-button:before {
    content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: "\f115"; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before {
    content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
    content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio:before, .video-js .vjs-audio-button:before {
    content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }
  @media \0screen {
    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
      visibility: hidden; } }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  .video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster {
  display: none; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none; }

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }




/**
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.ima-ad-container {
  top: 0px;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

/* Move overlay if user fast-clicks play button. */
.video-js.vjs-playing .bumpable-ima-ad-container {
  margin-top: -40px;
}

/* Move overlay when controls are active. */
.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
  margin-top: 0px;
}

.video-js.vjs-paused .bumpable-ima-ad-container,
.video-js.vjs-playing:hover .bumpable-ima-ad-container,
.video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
  margin-top: -40px;
}

.ima-controls-div {
  bottom:0px;
  height: 37px;
  position: absolute;
  overflow: hidden;
  display: none;
  opacity: 1;
  background-color: rgba(7, 20, 30, .7);
  background: -moz-linear-gradient(
      bottom,
      rgba(7, 20, 30, .7) 0%,
      rgba(7, 20, 30, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0%,rgba(7, 20, 30, .7)),
      color-stop(100%,rgba(7, 20, 30, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
      bottom,
      rgba(7, 20, 30, .7) 0%,
      rgba(7, 20, 30, 0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom,
    rgba(7, 20, 30, .7) 0%,
    rgba(7, 20, 30, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom,
    rgba(7, 20, 30, .7) 0%,
    rgba(7, 20, 30, 0) 100%); /* IE10+ */
  background: linear-gradient(to top,
    rgba(7, 20, 30, .7) 0%,
    rgba(7, 20, 30, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr='#0007141E',
    endColorstr='#07141E',GradientType=0 ); /* IE6-9 */
}

.ima-countdown-div {
  height: 10px;
  color: #FFFFFF;
  text-shadow: 0 0 0.2em #000;
  cursor: default;
}

.ima-seek-bar-div {
  top: 12px;
  height: 3px;
  position: absolute;
  background: rgba(255, 255, 255, .4);
}

.ima-progress-div {
  width: 0px;
  height: 3px;
  background-color: #ECC546;
}

.ima-play-pause-div, .ima-mute-div, .ima-slider-div, .ima-fullscreen-div {
  width: 35px;
  height: 20px;
  top: 11px;
  left: 0px;
  position: absolute;
  color: #CCCCCC;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  font-family: VideoJS;
  cursor: pointer;
}

.ima-mute-div {
  left: auto;
  right: 85px;
}

.ima-slider-div {
  left: auto;
  right: 35px;
  width: 50px;
  height: 10px;
  top: 20px;
  background-color: #555555;
}

.ima-slider-level-div {
  width: 100%;
  height: 10px;
  background-color: #ECC546;
}

.ima-fullscreen-div {
  left: auto;
  right: 0px;
}

.ima-playing:before {
  content: "\00f103";
}

.ima-paused:before {
  content: "\00f101";
}

.ima-playing:hover:before, .ima-paused:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-muted:before {
  content: "\00f107";
}

.ima-muted:before {
  content: "\00f104";
}

.ima-non-muted:hover:before, .ima-muted:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-fullscreen:before {
  content: "\00f108";
}

.ima-fullscreen:before {
  content: "\00f109";
}

.ima-non-fullscreen:hover:before, .ima-fullscreen:hover:before {
  text-shadow: 0 0 1em #fff;
}

/**
 * videojs.ads.css
 */

/* Ad playback */
.vjs-ad-playing.vjs-ad-playing .vjs-progress-control {
  pointer-events: none;
}
.vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
  background-color: #ffe400;
}

/* Ad loading */
.vjs-ad-playing.vjs-ad-loading .vjs-loading-spinner {
  display: block;
}

article#cartel .trailer {
    display: inline-block;
    text-align: left;
}

/*.video-js, .video-js .vjs-tech{
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}

.vjs-poster {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}*/

.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:10em}.video-js .vjs-controls-disabled .vjs-big-play-button{display:none!important}.video-js .vjs-control{width:3em}.video-js .vjs-menu-button-inline:before{width:1.5em}.vjs-menu-button-inline .vjs-menu{left:3em}.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button{display:none!important}.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after{padding:0 .4em .3em}.video-js.vjs-ended .vjs-loading-spinner{display:none}.video-js.vjs-ended .vjs-big-play-button{display:block!important}.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,video-js.vjs-ended .vjs-big-play-button{display:block}.video-js .vjs-big-play-button{top:50%;left:50%;margin-left:-1.5em;background-color:rgba(255,255,255,.25);font-size:3.5em;border-radius:35%;height:1.6em!important;line-height:1.6em!important;margin-top:-.8em!important}.video-js .vjs-big-play-button:active,.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{background-color:rgba(255,255,255,.45)}.video-js .vjs-loading-spinner{border-color:rgba(255,255,255,.7)}.video-js .vjs-control-bar2{background-color:transparent}.video-js .vjs-control-bar{background-color:rgba(0,0,0,0)!important;color:#fff;font-size:18px}.video-js .vjs-play-progress,.video-js .vjs-volume-level{background-color:#ccc}.video-js .vjs-progress-holder{font-size:1.7em;border-radius:10px}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-slider,.vjs-volume-level{border-radius:10px}.video-js .vjs-load-progress{background:rgba(255,255,255,.2)}
.video-js .vjs-big-play-button { background-color: rgba(0, 0, 0, 0.45); border: medium none; border-radius: 50%; color: #fff; font-size: 3.5em; height: 2em !important; left: 50%; line-height: 2em !important; margin-left: -1em; margin-top: -1em !important; top: 50%; transition: border-color 0.4s ease 0s, outline 0.4s ease 0s, background-color 0.4s ease 0s; width: 2em; } 
.video-js.vjs-16-9 {
    padding-top: 64.6%;
}
#trailerhome .video-js.vjs-16-9 {
    padding-top: 56.8%;
}

.flowplayer .skipbutton {
    padding: 10px 20px;
}


@media all and (min-width: 1795px){
    article.rana {
        position: fixed !important;
        right: 0;
        bottom: 0;
        width: 367px; 
        height: 477px;
    }
}

@media all and (min-width: 1595px){
    .skin article.rana {
        position: fixed !important;
        right: 0;
        bottom: 0;
        width: 367px; 
        height: 477px;
    }
}
article.rana .close {
    text-align: right;
    width: 367px;
    margin: 0 auto;
}

article.rana .close span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #666;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.sprite_rana { background: url('../img/personalize/sprite_rana.png') no-repeat top left; width: 367px; height: 477px; margin: 0 auto;cursor: pointer;} 
		.sprite_rana.larana_0 { background-position: 0 0; } 
		.sprite_rana.larana_1 { background-position: -377px 0; } 
		.sprite_rana.larana_2 { background-position: -754px 0; } 
		.sprite_rana.larana_3 { background-position: -1508px 0; }
		.sprite_rana.larana_4 { background-position: -1131px 0; } 
		.sprite_rana.larana_5 { background-position: -1885px 0; }


.cc_banner.cc_container .cc_btn.cc_btn_accept_all {
    height: auto !important;
    max-width: 200px;
    margin-top: 10px !important;
}

@media all and (max-width:768px){
    .cc_banner.cc_container .cc_btn.cc_btn_accept_all {
        margin-top: 20px !important;
    }
    .cc_banner.cc_container.cc_container--open {
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .cc_banner.cc_container.cc_container--open p {
        font-size: 0.8em;
        text-align: justify;
    }

    .cc_banner.cc_container.cc_container--open .cc_btn.cc_btn_accept_all {
        float: none;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.8em;
    }

    .cc_banner.cc_container.cc_container--open .cc_banner_x {
        font-size: 25px;
    }
}

.no-touch header nav#menu_web2 ul.submenuHeader li a:hover, header nav#menu_web2 ul.submenuHeader li a:active {
    display: inline-block;
    width: auto;
}

.alert {
    min-height: 150px;
    font-family: "hnlt";
    border-top: 10px solid #00BCD1;
    text-align: center;
    width: 650px;
    max-width: 650px;
    margin-left: -325px;
}

.alert > p {
    text-align: center;
    margin: 45px auto 130px auto;
}

.alert .alert_btn {
    bottom: 50px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    background-color: #00BCD1;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

@media (max-width: 768px) {
    .alert {
        min-height: 150px;
        font-family: "hnlt";
        border-top: 10px solid #00BCD1;
        text-align: center;
        width: 400px;
        max-width: 400px;
        margin-left: -200px;
        left: 50%;
    }
    .alert .alert_btn {
        bottom: 50px;
        left: 50%;
        width: 150px;
        margin-left: -75px;
        background-color: #00BCD1;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
}

@media (min-width: 800px) and (max-width: 1023px){
	header #logo_header {
		background-color:transparent;
	}
}
/*MARGIN*/
.mtop-15 {
    margin-top: 15px;
}

.mbottom-0 {
    margin-bottom: 0px;
}

/*FONT FAMILY*/
.ffamily-hnro {
    font-family: "hnro";
}

.ffamily-hnmd {
    font-family: "hnmd";
}

/*FONT SIZE*/
.fsize-18 {
    font-size: 18px;
}

.fsize-25 {
    font-size: 25px;
}

/*FLOAT*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*WIDTH*/
.wp100 {
    width: 100%;
}


/*HYPERLINK*/
.link-black, .link-black:hover, .link-black:active, .link-black:focus, .link-black:visited {
    color: black;
}

/*OTHERS*/
.underline {
    text-decoration: underline;
}






/*SELECT*/
/* ==========================================================================    RADIOBOX   ========================================================================== */
.radiobox {
    position: relative;
    width: 100%;
    height: 46px;
    line-height: 40px;
    z-index: 1000;
}

    .radiobox.open {
        z-index: 401000;
    }

    .radiobox ul {
        padding: 0;
    }

    .radiobox ul {
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        left: 43px;
        margin: 0;
        max-height: 300px;
        overflow-y: auto;
        position: relative;
        top: -40px;
        transition: all 0.4s ease 0s;
        width: calc(100% - 45px);
        z-index: 900;
    }

    .radiobox .rb_selected {
        position: relative;
        border: 1px solid #e0e0e0;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
        padding: 0 0 0 60px;
        color: #666666;
        cursor: pointer;
        z-index: 1000;
        font-size: 15px;
        text-align: left;
        background: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .radiobox .rb_selected.promo {
            color: #f03;
            font-weight: bold;
        }

        .radiobox .rb_selected .rb_ico {
            position: absolute;
            top: 0;
            left: 0;
            width: 42px;
            height: 40px;
            background: #0f99fe url("../img/pop_flechaselect.jpg") no-repeat center;
        }

    .radiobox.open .rb_selected .rb_ico {
        background: #999999 url("../img/pop_flechaselect_des.jpg") no-repeat center !important;
    }

    /*.radiobox ul {
            position: relative;
            width: calc(100% - 45px);
            left: 43px;
  background-color: #ffffff;
            border: 1px solid #e0e0e0;
  z-index: 900;
            top: -40px;
            transition: 0.4s;
            max-height: 300px;
  overflow-y: auto;
            margin: 0 !important;
}*/

    .radiobox.open ul {
        top: 0;
        transition: 0.4s;
    }

    .radiobox .rb {
        position: relative;
        width: 100%;
        height: 0px;
        transition: 0.4s;
        border-bottom: none;
        white-space: nowrap;
        overflow: hidden;
        font-size: 15px;
    }

        .radiobox .rb:last-child {
            border: none;
        }

    .radiobox.open .rb {
        border-bottom: 1px solid #e0e0e0;
        height: 40px;
        transition: 0.4s height;
    }

    .radiobox input[type="radio"] {
        display: none;
    }

    .radiobox label {
        text-align: left;
        color: #909090;
        display: block;
        width: calc(100% - 23px);
        padding: 0 0 0 18px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-left: 5px solid #ffffff;
    }

        .radiobox label.promo {
            color: #f03;
            font-weight: bold;
        }

    .radiobox span.rb_promo {
        background: url(../img/IconPromo/promo_sin_circulo_Inclinado.png) no-repeat;
        width: 64px;
        position: absolute;
        top: 9px;
        height: 22px;
        right: -17px;
        z-index: 9999;
    }

    .radiobox li.disabled label {
        background-color: #f5f5f5 !important;
        border-left-color: #f5f5f5 !important;
        cursor: not-allowed;
    }

    .radiobox.disabled .rb_selected .rb_ico {
        background: #999999 url("../img/radiobox_gris.jpg") no-repeat center !important;
    }
/*CLOSE POPUP*/
.icon-cinesacard {
    background: url(../img/ccard_patouser.png);
    background-size: contain;
    width: 100%;
    float: left;
    height: 128px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 51px;
}

.icon-card {
    background: url(../img/alta_ccard_logo.jpg);
    background-size: contain;
    width: 100%;
    float: left;
    height: 128px;
    background-position: center;
    background-repeat: no-repeat;
}

.cor {
    margin-top: 51px;
    background: url(../img/icono/cinesa_cor.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/*SELECT*/
.dd {
    width: 80px;
}

    .dd .radiobox.rb2 {
        min-width: 80px;
    }

        .dd .radiobox.rb2 ul {
            min-width: 80px;
        }

        .dd .radiobox.rb2.rb_left ul {
            left: 1px;
            /*top: 24px;*/
            top: 34px; /*NUEVO DD*/
        }

/*WELCOME OK*/
.popup_welcome {
    background: white;
    max-width: 772px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

    .popup_welcome .pop_close {
        position: initial;
        float: right;
        padding: 8px;
        font-size: 18px;
        color: #29bbc7;
        font-family: "hnmd";
    }


/*REGISTER*/

/*SELECT RADIO BOX*/
.popup.pop-design .radiobox.rb2 .rb_label {
    top: 0px;
    height: 22px;
    /*color: #4295b3;*/
    /*font-family: "hnmd";*/
    border-color: #29bbc7;
}

.popup.pop-design .radiobox.rb2 .rb_label, .popup.pop-design .radiobox.rb2 .rb_icon:before {
    /*line-height: 25px;*/
    line-height: 32px; /*NUEVO DD*/
}

.popup.pop-design .container_radiobox, .popup.pop-design .radiobox.rb2 .rb_icon, .popup.pop-design .radiobox.rb2, .radiobox.rb2 ul {
    /*height: 22px;*/ /*NUEVO DD*/
    height: 32px;
}

    .popup.pop-design .radiobox.rb2 ul {
        display: none;
    }

    .popup.pop-design .radiobox.rb2.rb_open ul {
        height: 200px;
        /*display: initial;*/
        display:block;
    }

/*DEFAULT POPUP*/
.popup.pop-design {
    width: 770px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}



    .popup.pop-design .anim-input-label {
        font-family: 'hnlt';
        display: block;
        color: #839293;
        font-size: 15px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% + 0px);
        text-align: left;
        pointer-events: none;
    }

    .popup.pop-design .anim-input-label-contenido {
        padding-top: 0px;
        /*color: #4295b3;*/
        font-size: 16px;
        bottom: 0;
        padding: 0;
    }

    .popup.pop-design .anim-input-field:focus + .anim-input-label .anim-input-label-contenido, .popup.pop-design .anim-input-completado .anim-input-label-contenido {
        font-size: 12px;
        top: 8px;
    }

    .popup.pop-design .password_min {
        text-align: right !important;
        color: #ccc !important;
        font-size: 10px !important;
        margin: 0 !important;
        top: 100% !important;
    }

    .popup.pop-design .anim-input-span {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        width: 100%;
        /*overflow: initial;*/
    }

    /*.popup.pop-design .anim-input-label:after {
        display: none;
    }*/

    .popup.pop-design .row_chk {
        margin-top: 20px;
    }

    .popup.pop-design form {
        width: 80%;
        margin: auto;
        margin-top: 10px;
    }

    .popup.pop-design .anim_checkbox {
        margin: 10px 0px 0px 15px;
    }

    .popup.pop-design label.anim_checkbox > p {
        bottom: 50%;
        margin: 0;
        margin-left: 5px;
        bottom: initial;
        vertical-align: middle;
        max-width: 558px;
        /*font-size: 12px;*/
        /*color: #909090;*/
    }

    .popup.pop-design body#alta_usuario main .alta-1 > a, .popup.pop-design > a, .new_btn {
        margin: 0px auto 0px;
    }

    .popup.pop-design form > .mini, .popup.pop-design form > .mini {
        margin-top: 0;
        width: 342px;
        text-align: right;
        margin: auto;
        margin-bottom: 40px;
        font-size: 11px;
        font-style: italic;
        color: #999999;
        margin: 30px 0 35px;
    }

    .popup.pop-design select, .popup.pop-design input[type=text] {
        /*color: #29bbc7;*/
        margin-top: 0;
    }

    .popup.pop-design select {
        border: 0;
        border-bottom: 1px solid #29bbc7;
        color: #29bbc7;
        font-family: "hnmd";
    }

    .popup.pop-design ::placeholder, .popup.pop-design :-ms-input-placeholder, .popup.pop-design ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #29bbc7;
        opacity: 1; /* Firefox */
    }

    .popup.pop-design select:focus {
        outline: 0;
    }

    .popup.pop-design .anim-input-field {
        /*padding: 1.6em 0.15em; PRUEBA
        padding-top: 0.9em;*/
        margin-top: 0;
        padding: 0;
        padding-top: 15px;
    }

    .popup.pop-design .pop_container .row .row {
        width: 45%;
        margin-bottom: 0;
        text-align: left;
        vertical-align: top;
        margin-top: 25px;
        margin: 25px 12px 0px 12px;
    }

    .popup.pop-design .dd {
        width: 32.1%;
    }

    .popup.pop-design form > .row > label, .popup.pop-design form > .row > div, .popup.pop-design form > .row > label, .popup.pop-design form > .row > div {
        width: 100%;
        text-align: left;
    }

    .popup.pop-design form > .row_recaptcha > div {
        width: 305px;
        margin-top: 25px;
    }


.pop-design input[disabled], .pop-design input[disabled] {
    background-color: white !important;
}

.pop-design .pop_close {
    position: absolute;
    top: 3px;
    right: 10px;
    color: #839295;
    cursor: pointer;
    font-size: 25px;
    font-family: 'hnmd';
}

.pop-design .title {
    color: #4295b3 !important;
    font-family: Helvetica;
    font-size: 39px;
    font-weight: 600;
}

.pop-design .subtitle {
    color: #000000;
    font-family: "hnro";
    font-size: 20px;
    margin: 0 0px 15px 0px;
}

.pop-design .req p {
    color: #839294;
    font-family: "hnlt";
    font-size: 13px;
}

.pop-design .button-action {
    background-color: #29bbc7;
    color: #FFFFFF;
    font-family: "hnro";
    font-size: 15px;
    border: 0;
    width: 60%;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 10px;
}

.pop-design a.button-action {
    background-color: #18aab6;
    color: #FFFFFF;
    font-family: "hnro";
    font-size: 15px;
    border: 0;
    width: 60%;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pop-design.popup_newccard .requiredinfo {
    margin-bottom: 20px !important;
}

.popup.pop-design.pop_login_ccard_alta .anim-input-span {
    margin-top: 20px !important;
}

.pop-design .requiredinfo {
    color: #999999;
    font-family: "hnlt";
    font-size: 11px;
    width: 60%;
    margin: auto;
    text-align: right;
    margin-bottom: 130px;
}

.link-black a {
    color: black !important;
    text-decoration: underline;
}

/*REGISTRO*/

.pop-design.pop_registro_2 {
    border-top: none;
}

.pop-design .pop_container .progress_container {
    background: #fff;
}

.pop-design .pop_container img {
    width: 245px;
    margin-bottom: -13px;
}

.pop-design h3 {
    margin-bottom: 12px;
}

.pop-design .popup.pop-design .row_chk {
    margin-top: 28px;
}


@media (max-width: 1024px) {
    .popup.pop-design {
        width: 90%;
    }

    .pop-design .pop_close {
        position: absolute;
        margin-top: 10px;
        text-align: right;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    .popup.pop-design .pop_container .row .row {
        width: 100%;
    }

    .popup.pop-design .dd {
        width: 30%;
        max-width: 350px;
    }

    .selects-x3 {
        padding-left: 14px;
        padding-right: 10px;
    }

    .popup.pop-design label.anim_checkbox > p {
        display: inline;
    }

    .pop-design .anim_checkbox {
        float: left;
    }

    .pop-design .empty {
        display: none;
    }
}

.popup.pop-design .anim-input-label::before, .popup.pop-design .anim-input-label::after {
    height: calc(100% + -3px) !important;
}

.popup.pop-design .radiobox.rb2 .rb_label, .popup.pop-design .radiobox.rb2 .rb_icon:before {
    line-height: 48px;
    color: #839293;
    height: 100%;
}

.radiobox.rb2 .rb_icon:before {
    width: 30px;
    color: #4295B3 !important;
}

.popup.pop-design.pop-ccfisica-2 .pop_container .row .row {
    width: 100%;
}

.popup.pop-design.pop-ccfisica-2 .pop_container span.anim-input-span {
    max-width: 80%;
}

.popup.pop-design.pop-ccfisica-2 .pop_container .anim-input-label-color-1::after {
    border-bottom: 0px !important;
}

.popup.pop-design.pop-ccfisica-2 .pop_container .anim-input-label::before, .popup.pop-design.pop-ccfisica-2 .pop_container .anim-input-label::after {
    border-bottom: 0px !important;
}

.popup.pop-design .form {
    width: 80%;
    margin: auto;
    margin-top: 10px;
}

    .popup.pop-design .form > .mini, .popup.pop-design .form > .mini {
        margin-top: 0;
        width: 342px;
        text-align: right;
        margin: auto;
        margin-bottom: 40px;
        font-size: 11px;
        font-style: italic;
        color: #999999;
        margin: 30px 0 35px;
    }

    .popup.pop-design .form > .row > label, .popup.pop-design .form > .row > div, .popup.pop-design .form > .row > label, .popup.pop-design .form > .row > div {
        width: 100%;
        text-align: left;
    }

    .popup.pop-design .form > .row_recaptcha > div {
        width: 305px;
        margin-top: 25px;
    }

#lblprice {
    width: 75%;
    margin: auto;
}

.pop-ccfisica-1 .requiredinfo {
    margin-bottom: 40px !important;
}

a.link-ccard.link-black.underline {
    cursor: pointer;
}

a.link-ccfisica, a.gobbva {
    cursor: pointer;
}

.popup.pop-design .anim-input-field:focus + .anim-input-label .anim-input-label-contenido, .popup.pop-design .anim-input-completado .anim-input-label-contenido {
    font-size: 12px;
    top: 8px !important;
}

#fisica-request a, bbva-request a {
    text-decoration: underline;
    color: #29bbc7;
}
/*IPAD*/
@media (max-width: 1024px) {
    .popup.pop-design .anim-input-field:focus + .anim-input-label .anim-input-label-contenido, .popup.pop-design .anim-input-completado .anim-input-label-contenido {
        font-size: 12px;
        top: 12px !important;
    }

    .popup.pop-design.popup_newccard .anim-input-field:focus + .anim-input-label .anim-input-label-contenido, .popup.pop-design.popup_newccard .anim-input-completado .anim-input-label-contenido {
        padding-top: 0px !important;
    }

    .popup.pop-design.pop_registro_2 .anim-input-field:focus + .anim-input-label .anim-input-label-contenido, .popup.pop-design.pop_registro_2 .anim-input-completado .anim-input-label-contenido {
        padding-top: 0px !important;
    }

    .popup.pop-design .pop_container .row .row.ipad-view {
        /*padding-top: 12px !important*/
    }
}


/*MOVIL*/
@media (max-width: 480px) {

    .popup.pop-design .pop_container .row .row.ipad-view {
        padding-top: 12px !important;
        padding-left: 14px !important;
        padding-right: 10px !important;
    }

    .popup.pop-design.pop_registro_2 .pop_container .row .row.ipad-view {
        padding-left: 0px !important;
    }

    .form-pay {
        width: 100% !important;
    }
}



/*IPAD*/
@media only screen and (device-width: 768px) {
    .popup.pop-design .pop_container .row .row.ipad-view {
        padding-top: 0px !important;
    }

    .popup.pop-design label.anim_checkbox > p {
        width: 90%;
    }

    .box-multiple-option div h3 {
        min-height: 75px;
    }

    .box-multiple-option div div[name=my-Information] {
        min-height: 175px !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
}


div#bbva-request .gobbva {
    text-decoration: underline;
    color: #29bbc7;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.skin header nav ul li a {
    padding: 17px 7px 23px 7px;
}

body#bajanews main { /*COMBINAR body#alta_usuario main*/
    background: url("/Content/img/fondoMGM.jpg");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body#bajanews #main {
    margin-top: 48px;
}

body#bajanews main article { /*COMBINAR body#alta_usuario main article*/
    width: 100%;
    margin: 0 auto 20px auto;
    position: relative;
    display: block;
}

#bajanews main section article {
    text-align: center;
    background: #FFFFFF;
    padding-bottom: 50px;
}

body#bajanews main h2 { /*body#alta_usuario main .alta-1 h1*/
    font-family: "hnbld";
    color: #4396B2;
    font-size: 47px;
    padding-top: 31px;
    line-height: 56px;
    margin: 0px;
}

body#bajanews main h3 { /*body#alta_usuario main .alta-1 h2*/
    font-family: "hnro";
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    margin: 11px 0px 0px 0px;
    font-weight: normal;
}

body#bajanews main .separador {
    width: 77px;
    height: 6px;
    background: #4295B3;
    margin: 28px auto 28px;
    border-radius: 9px;
}

body#bajanews input.btn {
    background: transparent;
    border: none;
    color: #4396B2;
    font-weight: bold;
    margin: 28px auto 28px;
    text-decoration:underline;
}

body#bajanews input.btn:hover {
    background: transparent;
}
@media all and (min-width: 640px){
    article.descripcion.tenet {
        padding: 57px;
    }

    .skin article.descripcion.tenet {
        width: calc(100% - 136px);
    }
}

    article.descripcion.tenet p, article.descripcion.tenet ul{
        font-family: "hnro";
        font-size: 18px;
        color: #333;
        margin-top: 0;
        margin-bottom: 30px;
        font-weight: normal;
    }

@font-face {
    font-family: 'HelveticaNeueLT Com 57 Cn';
    src: url('fonts/HelveticaNeueLTCom-CnO.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-CnO.woff2') format('woff2'), url('fonts/HelveticaNeueLTCom-CnO.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


article.descripcion.tenet p.cita {
    font-size: 25px;
    font-family: 'HelveticaNeueLT Com 57 Cn';
    font-weight: normal;
    font-style: italic;
    line-height: 1em;
}

    article.descripcion.tenet h4 {
        font-family: "hnro";
        color: #333;
        font-size: 30px;
        margin: 0;
        padding: 20px 0 0 0;
        font-weight: normal;
    }

article.descripcion.tenet .fichapelicula-cast figure figcaption span.credit {
    font-size: 11px;
    color: #D9D9D9;
    display:block;
}
article.descripcion.tenet .fichapelicula-cast figure figcaption span.credit a {
    color: #D9D9D9;
    /*display: inline-block;
    padding: 0;
    margin: 0;*/
}

article.descripcion.tenet .fichapelicula-cast {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 30px auto;
    max-width: 860px;
}

    article.descripcion.tenet .fichapelicula-cast figure {
        flex: 1 1 195px;
        margin: 35px 10px 0 10px;
        text-align: center;
    }

article.descripcion.tenet .fichapelicula-cast figure figcaption span {
    display:block;
    text-align:center;
    padding: 3px 0;
}

article.descripcion.tenet .fichapelicula-cast figure figcaption span.actor-nombre{
    font-size:25px;
    line-height: 1em;
    padding-top:13px;
}

article.descripcion.tenet .fichapelicula-cast figure figcaption span.prota {
    font-size:18px;
}

ul.dashed {
    margin:0;
    padding: 0 0 0 10px;
    list-style-type: none;
}

    ul.dashed > li {
        text-indent: -10px;
    }

        ul.dashed > li:before {
            content: "- ";
            text-indent: -10px;
        }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    /*height: 100%;*/ /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-modal:hover,
    .close-modal:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.modal-body {
    position: relative;
    padding: 15px;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.padding-10 {
    padding: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-50 {
    padding-top: 50px;
}

.no-padding-right {
    padding-right: 0;
}

.box-bbva {
    font-family: hnlt;
}

.hro-bold {
    font-family: hnbld
}

.hro-light {
    font-family: hnlt
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.underline {
    text-decoration: underline;
}

.fsize-14 {
    font-size: 14px;
}

.fsize-18 {
    font-size: 18px;
}

.fsize-20 {
    font-size: 20px;
}

.fsize-30 {
    font-size: 30px;
}

.fsize-22 {
    font-size: 22px;
}

.fsize-23 {
    font-size: 23px;
}

.fsize-24 {
    font-size: 24px;
}

.fsize-40 {
    font-size: 40px;
}

.cBlue {
    color: #4396b2
}


.box-bbva {
    text-align: center;
}

    .box-bbva .title {
        font-size: 22px;
        color: #4396b2
    }

    .box-bbva .subtitle {
        font-size: 19px;
    }

    .box-bbva .info {
        font-size: 14px;
    }

.btn-action {
    background: #29bbcf;
    padding: 18px 178px;
    display: inline-block;
    border-radius: 4px;
}

.cwhite {
    color: white !important;
}

.margin-height-20 {
    margin: 20px 0px;
}

.pointer {
    cursor: pointer
}

.pull-left {
    float: left;
}


@media (max-width: 639px) {
    #ma_resumen .new_btn {
        width: 230px;
    }
}


.no-padding {
    padding: 0;
}

.btn-action-link {
    background: #4295B3;
    font-size: 15px;
    border: none;
    font-family: "hnro";
    border-radius: 5px;
    color: #ffffff !important;
    display: inline-block;
    cursor: pointer;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.back-blue-8bc0d2 {
    background-color: #8bc0d2
}

.skin #ma_resumen .micinesacard .ma_row img:last-child {
    margin: 0 !important;
    height: 100px;
    width: 100px;
    padding: 10px;
    background: white;
}

.icon-cor {
    float: left !important;
    margin: 0 !important;
    top: 0 !important;
}

#qrncinesacard {
    margin: 0 !important;
}

.no-padding {
    padding: 0;
}

.btn-action-link {
    background: #4295B3;
    font-size: 15px;
    border: none;
    font-family: "hnro";
    border-radius: 5px;
    color: #ffffff !important;
    display: inline-block;
    cursor: pointer;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.back-blue-8bc0d2 {
    background-color: #8bc0d2
}

.skin #ma_resumen .micinesacard .ma_row img:last-child {
    margin: 0 !important;
    height: 135px;
    width: 135px;
    padding: 10px;
    background: white;
    margin-left: 10px !important;
}

.icon-cor {
    float: left !important;
    margin: 0 !important;
    top: 0 !important;
}

#qrncinesacard {
    margin: 0 !important;
}

.box-options {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.box-unique-options {
    width: 70%;
}

.box-multiple-options {
    width: 100%;
}

.box-option {
    background: white;
    margin: 10px;
    padding: 10px 0px;
    width: 47%;
    margin-left: 1%;
    margin-right: 2%;
    min-height: 395px;
}

.box-multiple-option-left {
    margin-left: 2%;
    margin-right: 1%;
}

.box-multiple-option-right {
    margin-left: 1%;
    margin-right: 2%;
}

.box-unique-option {
    width: 90%;
    padding: 10px 10px;
    margin: auto;
    float: initial;
}

.box-multiple-option {
    width: 47%;
}

@media (max-width: 639px) {
    #ma_resumen .micinesacard .tarjeta, #ma_resumen .micinesacard .puntos {
        float: left;
    }

    .box-unique-options {
        width: 100%;
    }

    .box-multiple-option {
        width: 98%;
        margin: auto;
        float: initial;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 799px) and (min-width: 768px){
    #ma_resumen .micinesacard .tarjeta, #ma_resumen .micinesacard .puntos {
        float: left;
    }

    .box-unique-options {
        width: 100%;
    }

    .box-multiple-option {
        width: 98%;
        margin: auto;
        float: initial;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
