.sInterface {
    background-image:url(/resources/images/sprites/interface-2017.png?v=20200316);
    background-repeat:no-repeat
}

* {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}

@font-face {
    font-family:'FontAwesome';
    src:url(/resources/fonts/fontawesome-webfont.eot?v=4.7.0);
    src:url(/resources/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/resources/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(/resources/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(/resources/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(/resources/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight:400;
    font-style:normal;
    font-display:auto
}

@font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-display:auto;
    font-weight:400;
    src:local('Montserrat Regular'),local(Montserrat-Regular),url(/resources/fonts/montserrat.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
}

.fa {
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

.fa-lg {
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%
}

.fa-2x {
    font-size:2em
}

.fa-3x {
    font-size:3em
}

.fa-4x {
    font-size:4em
}

.fa-5x {
    font-size:5em
}

.fa-fw {
    width:1.28571429em;
    text-align:center
}

.fa-ul {
    padding-left:0;
    margin-left:2.14285714em;
    list-style-type:none
}

.fa-ul > li {
    position:relative
}

.fa-li {
    position:absolute;
    left:-2.14285714em;
    width:2.14285714em;
    top:.14285714em;
    text-align:center
}

.fa-li.fa-lg {
    left:-1.85714286em
}

.fa-border {
    padding:.2em .25em .15em;
    border:solid .08em #eee;
    border-radius:.1em
}

.fa-pull-left {
    float:left
}

.fa-pull-right {
    float:right
}

.fa.fa-pull-left {
    margin-right:.3em
}

.fa.fa-pull-right {
    margin-left:.3em
}

.pull-right {
    float:right
}

.pull-left {
    float:left
}

.fa.pull-left {
    margin-right:.3em
}

.fa.pull-right {
    margin-left:.3em
}

.fa-spin {
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform:scale(-1,1);
    -ms-transform:scale(-1,1);
    transform:scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform:scale(1,-1);
    -ms-transform:scale(1,-1);
    transform:scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter:none
}

.fa-stack {
    position:relative;
    display:inline-block;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle
}

.fa-stack-1x,.fa-stack-2x {
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}

.fa-stack-1x {
    line-height:inherit
}

.fa-stack-2x {
    font-size:2em
}

.fa-inverse {
    color:#fff
}

.fa-glass:before {
    content:"\f000"
}

.fa-music:before {
    content:"\f001"
}

.fa-search:before {
    content:"\f002"
}

.fa-envelope-o:before {
    content:"\f003"
}

.fa-heart:before {
    content:"\f004"
}

.fa-star:before {
    content:"\f005"
}

.fa-star-o:before {
    content:"\f006"
}

.fa-user:before {
    content:"\f007"
}

.fa-film:before {
    content:"\f008"
}

.fa-th-large:before {
    content:"\f009"
}

.fa-th:before {
    content:"\f00a"
}

.fa-th-list:before {
    content:"\f00b"
}

.fa-check:before {
    content:"\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content:"\f00d"
}

.fa-search-plus:before {
    content:"\f00e"
}

.fa-search-minus:before {
    content:"\f010"
}

.fa-power-off:before {
    content:"\f011"
}

.fa-signal:before {
    content:"\f012"
}

.fa-gear:before,.fa-cog:before {
    content:"\f013"
}

.fa-trash-o:before {
    content:"\f014"
}

.fa-home:before {
    content:"\f015"
}

.fa-file-o:before {
    content:"\f016"
}

.fa-clock-o:before {
    content:"\f017"
}

.fa-road:before {
    content:"\f018"
}

.fa-download:before {
    content:"\f019"
}

.fa-arrow-circle-o-down:before {
    content:"\f01a"
}

.fa-arrow-circle-o-up:before {
    content:"\f01b"
}

.fa-inbox:before {
    content:"\f01c"
}

.fa-play-circle-o:before {
    content:"\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content:"\f01e"
}

.fa-refresh:before {
    content:"\f021"
}

.fa-list-alt:before {
    content:"\f022"
}

.fa-lock:before {
    content:"\f023"
}

.fa-flag:before {
    content:"\f024"
}

.fa-headphones:before {
    content:"\f025"
}

.fa-volume-off:before {
    content:"\f026"
}

.fa-volume-down:before {
    content:"\f027"
}

.fa-volume-up:before {
    content:"\f028"
}

.fa-qrcode:before {
    content:"\f029"
}

.fa-barcode:before {
    content:"\f02a"
}

.fa-tag:before {
    content:"\f02b"
}

.fa-tags:before {
    content:"\f02c"
}

.fa-book:before {
    content:"\f02d"
}

.fa-bookmark:before {
    content:"\f02e"
}

.fa-print:before {
    content:"\f02f"
}

.fa-camera:before {
    content:"\f030"
}

.fa-font:before {
    content:"\f031"
}

.fa-bold:before {
    content:"\f032"
}

.fa-italic:before {
    content:"\f033"
}

.fa-text-height:before {
    content:"\f034"
}

.fa-text-width:before {
    content:"\f035"
}

.fa-align-left:before {
    content:"\f036"
}

.fa-align-center:before {
    content:"\f037"
}

.fa-align-right:before {
    content:"\f038"
}

.fa-align-justify:before {
    content:"\f039"
}

.fa-list:before {
    content:"\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content:"\f03b"
}

.fa-indent:before {
    content:"\f03c"
}

.fa-video-camera:before {
    content:"\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content:"\f03e"
}

.fa-pencil:before {
    content:"\f040"
}

.fa-map-marker:before {
    content:"\f041"
}

.fa-adjust:before {
    content:"\f042"
}

.fa-tint:before {
    content:"\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content:"\f044"
}

.fa-share-square-o:before {
    content:"\f045"
}

.fa-check-square-o:before {
    content:"\f046"
}

.fa-arrows:before {
    content:"\f047"
}

.fa-step-backward:before {
    content:"\f048"
}

.fa-fast-backward:before {
    content:"\f049"
}

.fa-backward:before {
    content:"\f04a"
}

.fa-play:before {
    content:"\f04b"
}

.fa-pause:before {
    content:"\f04c"
}

.fa-stop:before {
    content:"\f04d"
}

.fa-forward:before {
    content:"\f04e"
}

.fa-fast-forward:before {
    content:"\f050"
}

.fa-step-forward:before {
    content:"\f051"
}

.fa-eject:before {
    content:"\f052"
}

.fa-chevron-left:before {
    content:"\f053"
}

.fa-chevron-right:before {
    content:"\f054"
}

.fa-plus-circle:before {
    content:"\f055"
}

.fa-minus-circle:before {
    content:"\f056"
}

.fa-times-circle:before {
    content:"\f057"
}

.fa-check-circle:before {
    content:"\f058"
}

.fa-question-circle:before {
    content:"\f059"
}

.fa-info-circle:before {
    content:"\f05a"
}

.fa-crosshairs:before {
    content:"\f05b"
}

.fa-times-circle-o:before {
    content:"\f05c"
}

.fa-check-circle-o:before {
    content:"\f05d"
}

.fa-ban:before {
    content:"\f05e"
}

.fa-arrow-left:before {
    content:"\f060"
}

.fa-arrow-right:before {
    content:"\f061"
}

.fa-arrow-up:before {
    content:"\f062"
}

.fa-arrow-down:before {
    content:"\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content:"\f064"
}

.fa-expand:before {
    content:"\f065"
}

.fa-compress:before {
    content:"\f066"
}

.fa-plus:before {
    content:"\f067"
}

.fa-minus:before {
    content:"\f068"
}

.fa-asterisk:before {
    content:"\f069"
}

.fa-exclamation-circle:before {
    content:"\f06a"
}

.fa-gift:before {
    content:"\f06b"
}

.fa-leaf:before {
    content:"\f06c"
}

.fa-fire:before {
    content:"\f06d"
}

.fa-eye:before {
    content:"\f06e"
}

.fa-eye-slash:before {
    content:"\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content:"\f071"
}

.fa-plane:before {
    content:"\f072"
}

.fa-calendar:before {
    content:"\f073"
}

.fa-random:before {
    content:"\f074"
}

.fa-comment:before {
    content:"\f075"
}

.fa-magnet:before {
    content:"\f076"
}

.fa-chevron-up:before {
    content:"\f077"
}

.fa-chevron-down:before {
    content:"\f078"
}

.fa-retweet:before {
    content:"\f079"
}

.fa-shopping-cart:before {
    content:"\f07a"
}

.fa-folder:before {
    content:"\f07b"
}

.fa-folder-open:before {
    content:"\f07c"
}

.fa-arrows-v:before {
    content:"\f07d"
}

.fa-arrows-h:before {
    content:"\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content:"\f080"
}

.fa-twitter-square:before {
    content:"\f081"
}

.fa-facebook-square:before {
    content:"\f082"
}

.fa-camera-retro:before {
    content:"\f083"
}

.fa-key:before {
    content:"\f084"
}

.fa-gears:before,.fa-cogs:before {
    content:"\f085"
}

.fa-comments:before {
    content:"\f086"
}

.fa-thumbs-o-up:before {
    content:"\f087"
}

.fa-thumbs-o-down:before {
    content:"\f088"
}

.fa-star-half:before {
    content:"\f089"
}

.fa-heart-o:before {
    content:"\f08a"
}

.fa-sign-out:before {
    content:"\f08b"
}

.fa-linkedin-square:before {
    content:"\f08c"
}

.fa-thumb-tack:before {
    content:"\f08d"
}

.fa-external-link:before {
    content:"\f08e"
}

.fa-sign-in:before {
    content:"\f090"
}

.fa-trophy:before {
    content:"\f091"
}

.fa-github-square:before {
    content:"\f092"
}

.fa-upload:before {
    content:"\f093"
}

.fa-lemon-o:before {
    content:"\f094"
}

.fa-phone:before {
    content:"\f095"
}

.fa-square-o:before {
    content:"\f096"
}

.fa-bookmark-o:before {
    content:"\f097"
}

.fa-phone-square:before {
    content:"\f098"
}

.fa-twitter:before {
    content:"\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content:"\f09a"
}

.fa-github:before {
    content:"\f09b"
}

.fa-unlock:before {
    content:"\f09c"
}

.fa-credit-card:before {
    content:"\f09d"
}

.fa-feed:before,.fa-rss:before {
    content:"\f09e"
}

.fa-hdd-o:before {
    content:"\f0a0"
}

.fa-bullhorn:before {
    content:"\f0a1"
}

.fa-bell:before {
    content:"\f0f3"
}

.fa-certificate:before {
    content:"\f0a3"
}

.fa-hand-o-right:before {
    content:"\f0a4"
}

.fa-hand-o-left:before {
    content:"\f0a5"
}

.fa-hand-o-up:before {
    content:"\f0a6"
}

.fa-hand-o-down:before {
    content:"\f0a7"
}

.fa-arrow-circle-left:before {
    content:"\f0a8"
}

.fa-arrow-circle-right:before {
    content:"\f0a9"
}

.fa-arrow-circle-up:before {
    content:"\f0aa"
}

.fa-arrow-circle-down:before {
    content:"\f0ab"
}

.fa-globe:before {
    content:"\f0ac"
}

.fa-wrench:before {
    content:"\f0ad"
}

.fa-tasks:before {
    content:"\f0ae"
}

.fa-filter:before {
    content:"\f0b0"
}

.fa-briefcase:before {
    content:"\f0b1"
}

.fa-arrows-alt:before {
    content:"\f0b2"
}

.fa-group:before,.fa-users:before {
    content:"\f0c0"
}

.fa-chain:before,.fa-link:before {
    content:"\f0c1"
}

.fa-cloud:before {
    content:"\f0c2"
}

.fa-flask:before {
    content:"\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content:"\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content:"\f0c5"
}

.fa-paperclip:before {
    content:"\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content:"\f0c7"
}

.fa-square:before {
    content:"\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content:"\f0c9"
}

.fa-list-ul:before {
    content:"\f0ca"
}

.fa-list-ol:before {
    content:"\f0cb"
}

.fa-strikethrough:before {
    content:"\f0cc"
}

.fa-underline:before {
    content:"\f0cd"
}

.fa-table:before {
    content:"\f0ce"
}

.fa-magic:before {
    content:"\f0d0"
}

.fa-truck:before {
    content:"\f0d1"
}

.fa-pinterest:before {
    content:"\f0d2"
}

.fa-pinterest-square:before {
    content:"\f0d3"
}

.fa-google-plus-square:before {
    content:"\f0d4"
}

.fa-google-plus:before {
    content:"\f0d5"
}

.fa-money:before {
    content:"\f0d6"
}

.fa-caret-down:before {
    content:"\f0d7"
}

.fa-caret-up:before {
    content:"\f0d8"
}

.fa-caret-left:before {
    content:"\f0d9"
}

.fa-caret-right:before {
    content:"\f0da"
}

.fa-columns:before {
    content:"\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content:"\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content:"\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content:"\f0de"
}

.fa-envelope:before {
    content:"\f0e0"
}

.fa-linkedin:before {
    content:"\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content:"\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content:"\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content:"\f0e4"
}

.fa-comment-o:before {
    content:"\f0e5"
}

.fa-comments-o:before {
    content:"\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content:"\f0e7"
}

.fa-sitemap:before {
    content:"\f0e8"
}

.fa-umbrella:before {
    content:"\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content:"\f0ea"
}

.fa-lightbulb-o:before {
    content:"\f0eb"
}

.fa-exchange:before {
    content:"\f0ec"
}

.fa-cloud-download:before {
    content:"\f0ed"
}

.fa-cloud-upload:before {
    content:"\f0ee"
}

.fa-user-md:before {
    content:"\f0f0"
}

.fa-stethoscope:before {
    content:"\f0f1"
}

.fa-suitcase:before {
    content:"\f0f2"
}

.fa-bell-o:before {
    content:"\f0a2"
}

.fa-coffee:before {
    content:"\f0f4"
}

.fa-cutlery:before {
    content:"\f0f5"
}

.fa-file-text-o:before {
    content:"\f0f6"
}

.fa-building-o:before {
    content:"\f0f7"
}

.fa-hospital-o:before {
    content:"\f0f8"
}

.fa-ambulance:before {
    content:"\f0f9"
}

.fa-medkit:before {
    content:"\f0fa"
}

.fa-fighter-jet:before {
    content:"\f0fb"
}

.fa-beer:before {
    content:"\f0fc"
}

.fa-h-square:before {
    content:"\f0fd"
}

.fa-plus-square:before {
    content:"\f0fe"
}

.fa-angle-double-left:before {
    content:"\f100"
}

.fa-angle-double-right:before {
    content:"\f101"
}

.fa-angle-double-up:before {
    content:"\f102"
}

.fa-angle-double-down:before {
    content:"\f103"
}

.fa-angle-left:before {
    content:"\f104"
}

.fa-angle-right:before {
    content:"\f105"
}

.fa-angle-up:before {
    content:"\f106"
}

.fa-angle-down:before {
    content:"\f107"
}

.fa-desktop:before {
    content:"\f108"
}

.fa-laptop:before {
    content:"\f109"
}

.fa-tablet:before {
    content:"\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content:"\f10b"
}

.fa-circle-o:before {
    content:"\f10c"
}

.fa-quote-left:before {
    content:"\f10d"
}

.fa-quote-right:before {
    content:"\f10e"
}

.fa-spinner:before {
    content:"\f110"
}

.fa-circle:before {
    content:"\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content:"\f112"
}

.fa-github-alt:before {
    content:"\f113"
}

.fa-folder-o:before {
    content:"\f114"
}

.fa-folder-open-o:before {
    content:"\f115"
}

.fa-smile-o:before {
    content:"\f118"
}

.fa-frown-o:before {
    content:"\f119"
}

.fa-meh-o:before {
    content:"\f11a"
}

.fa-gamepad:before {
    content:"\f11b"
}

.fa-keyboard-o:before {
    content:"\f11c"
}

.fa-flag-o:before {
    content:"\f11d"
}

.fa-flag-checkered:before {
    content:"\f11e"
}

.fa-terminal:before {
    content:"\f120"
}

.fa-code:before {
    content:"\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content:"\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content:"\f123"
}

.fa-location-arrow:before {
    content:"\f124"
}

.fa-crop:before {
    content:"\f125"
}

.fa-code-fork:before {
    content:"\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content:"\f127"
}

.fa-question:before {
    content:"\f128"
}

.fa-info:before {
    content:"\f129"
}

.fa-exclamation:before {
    content:"\f12a"
}

.fa-superscript:before {
    content:"\f12b"
}

.fa-subscript:before {
    content:"\f12c"
}

.fa-eraser:before {
    content:"\f12d"
}

.fa-puzzle-piece:before {
    content:"\f12e"
}

.fa-microphone:before {
    content:"\f130"
}

.fa-microphone-slash:before {
    content:"\f131"
}

.fa-shield:before {
    content:"\f132"
}

.fa-calendar-o:before {
    content:"\f133"
}

.fa-fire-extinguisher:before {
    content:"\f134"
}

.fa-rocket:before {
    content:"\f135"
}

.fa-maxcdn:before {
    content:"\f136"
}

.fa-chevron-circle-left:before {
    content:"\f137"
}

.fa-chevron-circle-right:before {
    content:"\f138"
}

.fa-chevron-circle-up:before {
    content:"\f139"
}

.fa-chevron-circle-down:before {
    content:"\f13a"
}

.fa-html5:before {
    content:"\f13b"
}

.fa-css3:before {
    content:"\f13c"
}

.fa-anchor:before {
    content:"\f13d"
}

.fa-unlock-alt:before {
    content:"\f13e"
}

.fa-bullseye:before {
    content:"\f140"
}

.fa-ellipsis-h:before {
    content:"\f141"
}

.fa-ellipsis-v:before {
    content:"\f142"
}

.fa-rss-square:before {
    content:"\f143"
}

.fa-play-circle:before {
    content:"\f144"
}

.fa-ticket:before {
    content:"\f145"
}

.fa-minus-square:before {
    content:"\f146"
}

.fa-minus-square-o:before {
    content:"\f147"
}

.fa-level-up:before {
    content:"\f148"
}

.fa-level-down:before {
    content:"\f149"
}

.fa-check-square:before {
    content:"\f14a"
}

.fa-pencil-square:before {
    content:"\f14b"
}

.fa-external-link-square:before {
    content:"\f14c"
}

.fa-share-square:before {
    content:"\f14d"
}

.fa-compass:before {
    content:"\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content:"\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content:"\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content:"\f152"
}

.fa-euro:before,.fa-eur:before {
    content:"\f153"
}

.fa-gbp:before {
    content:"\f154"
}

.fa-dollar:before,.fa-usd:before {
    content:"\f155"
}

.fa-rupee:before,.fa-inr:before {
    content:"\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content:"\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content:"\f158"
}

.fa-won:before,.fa-krw:before {
    content:"\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content:"\f15a"
}

.fa-file:before {
    content:"\f15b"
}

.fa-file-text:before {
    content:"\f15c"
}

.fa-sort-alpha-asc:before {
    content:"\f15d"
}

.fa-sort-alpha-desc:before {
    content:"\f15e"
}

.fa-sort-amount-asc:before {
    content:"\f160"
}

.fa-sort-amount-desc:before {
    content:"\f161"
}

.fa-sort-numeric-asc:before {
    content:"\f162"
}

.fa-sort-numeric-desc:before {
    content:"\f163"
}

.fa-thumbs-up:before {
    content:"\f164"
}

.fa-thumbs-down:before {
    content:"\f165"
}

.fa-youtube-square:before {
    content:"\f166"
}

.fa-youtube:before {
    content:"\f167"
}

.fa-xing:before {
    content:"\f168"
}

.fa-xing-square:before {
    content:"\f169"
}

.fa-youtube-play:before {
    content:"\f16a"
}

.fa-dropbox:before {
    content:"\f16b"
}

.fa-stack-overflow:before {
    content:"\f16c"
}

.fa-instagram:before {
    content:"\f16d"
}

.fa-flickr:before {
    content:"\f16e"
}

.fa-adn:before {
    content:"\f170"
}

.fa-bitbucket:before {
    content:"\f171"
}

.fa-bitbucket-square:before {
    content:"\f172"
}

.fa-tumblr:before {
    content:"\f173"
}

.fa-tumblr-square:before {
    content:"\f174"
}

.fa-long-arrow-down:before {
    content:"\f175"
}

.fa-long-arrow-up:before {
    content:"\f176"
}

.fa-long-arrow-left:before {
    content:"\f177"
}

.fa-long-arrow-right:before {
    content:"\f178"
}

.fa-apple:before {
    content:"\f179"
}

.fa-windows:before {
    content:"\f17a"
}

.fa-android:before {
    content:"\f17b"
}

.fa-linux:before {
    content:"\f17c"
}

.fa-dribbble:before {
    content:"\f17d"
}

.fa-skype:before {
    content:"\f17e"
}

.fa-foursquare:before {
    content:"\f180"
}

.fa-trello:before {
    content:"\f181"
}

.fa-female:before {
    content:"\f182"
}

.fa-male:before {
    content:"\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content:"\f184"
}

.fa-sun-o:before {
    content:"\f185"
}

.fa-moon-o:before {
    content:"\f186"
}

.fa-archive:before {
    content:"\f187"
}

.fa-bug:before {
    content:"\f188"
}

.fa-vk:before {
    content:"\f189"
}

.fa-weibo:before {
    content:"\f18a"
}

.fa-renren:before {
    content:"\f18b"
}

.fa-pagelines:before {
    content:"\f18c"
}

.fa-stack-exchange:before {
    content:"\f18d"
}

.fa-arrow-circle-o-right:before {
    content:"\f18e"
}

.fa-arrow-circle-o-left:before {
    content:"\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content:"\f191"
}

.fa-dot-circle-o:before {
    content:"\f192"
}

.fa-wheelchair:before {
    content:"\f193"
}

.fa-vimeo-square:before {
    content:"\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content:"\f195"
}

.fa-plus-square-o:before {
    content:"\f196"
}

.fa-space-shuttle:before {
    content:"\f197"
}

.fa-slack:before {
    content:"\f198"
}

.fa-envelope-square:before {
    content:"\f199"
}

.fa-wordpress:before {
    content:"\f19a"
}

.fa-openid:before {
    content:"\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content:"\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content:"\f19d"
}

.fa-yahoo:before {
    content:"\f19e"
}

.fa-google:before {
    content:"\f1a0"
}

.fa-reddit:before {
    content:"\f1a1"
}

.fa-reddit-square:before {
    content:"\f1a2"
}

.fa-stumbleupon-circle:before {
    content:"\f1a3"
}

.fa-stumbleupon:before {
    content:"\f1a4"
}

.fa-delicious:before {
    content:"\f1a5"
}

.fa-digg:before {
    content:"\f1a6"
}

.fa-pied-piper-pp:before {
    content:"\f1a7"
}

.fa-pied-piper-alt:before {
    content:"\f1a8"
}

.fa-drupal:before {
    content:"\f1a9"
}

.fa-joomla:before {
    content:"\f1aa"
}

.fa-language:before {
    content:"\f1ab"
}

.fa-fax:before {
    content:"\f1ac"
}

.fa-building:before {
    content:"\f1ad"
}

.fa-child:before {
    content:"\f1ae"
}

.fa-paw:before {
    content:"\f1b0"
}

.fa-spoon:before {
    content:"\f1b1"
}

.fa-cube:before {
    content:"\f1b2"
}

.fa-cubes:before {
    content:"\f1b3"
}

.fa-behance:before {
    content:"\f1b4"
}

.fa-behance-square:before {
    content:"\f1b5"
}

.fa-steam:before {
    content:"\f1b6"
}

.fa-steam-square:before {
    content:"\f1b7"
}

.fa-recycle:before {
    content:"\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content:"\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content:"\f1ba"
}

.fa-tree:before {
    content:"\f1bb"
}

.fa-spotify:before {
    content:"\f1bc"
}

.fa-deviantart:before {
    content:"\f1bd"
}

.fa-soundcloud:before {
    content:"\f1be"
}

.fa-database:before {
    content:"\f1c0"
}

.fa-file-pdf-o:before {
    content:"\f1c1"
}

.fa-file-word-o:before {
    content:"\f1c2"
}

.fa-file-excel-o:before {
    content:"\f1c3"
}

.fa-file-powerpoint-o:before {
    content:"\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content:"\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content:"\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content:"\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content:"\f1c8"
}

.fa-file-code-o:before {
    content:"\f1c9"
}

.fa-vine:before {
    content:"\f1ca"
}

.fa-codepen:before {
    content:"\f1cb"
}

.fa-jsfiddle:before {
    content:"\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content:"\f1cd"
}

.fa-circle-o-notch:before {
    content:"\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content:"\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content:"\f1d1"
}

.fa-git-square:before {
    content:"\f1d2"
}

.fa-git:before {
    content:"\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content:"\f1d4"
}

.fa-tencent-weibo:before {
    content:"\f1d5"
}

.fa-qq:before {
    content:"\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content:"\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content:"\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content:"\f1d9"
}

.fa-history:before {
    content:"\f1da"
}

.fa-circle-thin:before {
    content:"\f1db"
}

.fa-header:before {
    content:"\f1dc"
}

.fa-paragraph:before {
    content:"\f1dd"
}

.fa-sliders:before {
    content:"\f1de"
}

.fa-share-alt:before {
    content:"\f1e0"
}

.fa-share-alt-square:before {
    content:"\f1e1"
}

.fa-bomb:before {
    content:"\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content:"\f1e3"
}

.fa-tty:before {
    content:"\f1e4"
}

.fa-binoculars:before {
    content:"\f1e5"
}

.fa-plug:before {
    content:"\f1e6"
}

.fa-slideshare:before {
    content:"\f1e7"
}

.fa-twitch:before {
    content:"\f1e8"
}

.fa-yelp:before {
    content:"\f1e9"
}

.fa-newspaper-o:before {
    content:"\f1ea"
}

.fa-wifi:before {
    content:"\f1eb"
}

.fa-calculator:before {
    content:"\f1ec"
}

.fa-paypal:before {
    content:"\f1ed"
}

.fa-google-wallet:before {
    content:"\f1ee"
}

.fa-cc-visa:before {
    content:"\f1f0"
}

.fa-cc-mastercard:before {
    content:"\f1f1"
}

.fa-cc-discover:before {
    content:"\f1f2"
}

.fa-cc-amex:before {
    content:"\f1f3"
}

.fa-cc-paypal:before {
    content:"\f1f4"
}

.fa-cc-stripe:before {
    content:"\f1f5"
}

.fa-bell-slash:before {
    content:"\f1f6"
}

.fa-bell-slash-o:before {
    content:"\f1f7"
}

.fa-trash:before {
    content:"\f1f8"
}

.fa-copyright:before {
    content:"\f1f9"
}

.fa-at:before {
    content:"\f1fa"
}

.fa-eyedropper:before {
    content:"\f1fb"
}

.fa-paint-brush:before {
    content:"\f1fc"
}

.fa-birthday-cake:before {
    content:"\f1fd"
}

.fa-area-chart:before {
    content:"\f1fe"
}

.fa-pie-chart:before {
    content:"\f200"
}

.fa-line-chart:before {
    content:"\f201"
}

.fa-lastfm:before {
    content:"\f202"
}

.fa-lastfm-square:before {
    content:"\f203"
}

.fa-toggle-off:before {
    content:"\f204"
}

.fa-toggle-on:before {
    content:"\f205"
}

.fa-bicycle:before {
    content:"\f206"
}

.fa-bus:before {
    content:"\f207"
}

.fa-ioxhost:before {
    content:"\f208"
}

.fa-angellist:before {
    content:"\f209"
}

.fa-cc:before {
    content:"\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content:"\f20b"
}

.fa-meanpath:before {
    content:"\f20c"
}

.fa-buysellads:before {
    content:"\f20d"
}

.fa-connectdevelop:before {
    content:"\f20e"
}

.fa-dashcube:before {
    content:"\f210"
}

.fa-forumbee:before {
    content:"\f211"
}

.fa-leanpub:before {
    content:"\f212"
}

.fa-sellsy:before {
    content:"\f213"
}

.fa-shirtsinbulk:before {
    content:"\f214"
}

.fa-simplybuilt:before {
    content:"\f215"
}

.fa-skyatlas:before {
    content:"\f216"
}

.fa-cart-plus:before {
    content:"\f217"
}

.fa-cart-arrow-down:before {
    content:"\f218"
}

.fa-diamond:before {
    content:"\f219"
}

.fa-ship:before {
    content:"\f21a"
}

.fa-user-secret:before {
    content:"\f21b"
}

.fa-motorcycle:before {
    content:"\f21c"
}

.fa-street-view:before {
    content:"\f21d"
}

.fa-heartbeat:before {
    content:"\f21e"
}

.fa-venus:before {
    content:"\f221"
}

.fa-mars:before {
    content:"\f222"
}

.fa-mercury:before {
    content:"\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content:"\f224"
}

.fa-transgender-alt:before {
    content:"\f225"
}

.fa-venus-double:before {
    content:"\f226"
}

.fa-mars-double:before {
    content:"\f227"
}

.fa-venus-mars:before {
    content:"\f228"
}

.fa-mars-stroke:before {
    content:"\f229"
}

.fa-mars-stroke-v:before {
    content:"\f22a"
}

.fa-mars-stroke-h:before {
    content:"\f22b"
}

.fa-neuter:before {
    content:"\f22c"
}

.fa-genderless:before {
    content:"\f22d"
}

.fa-facebook-official:before {
    content:"\f230"
}

.fa-pinterest-p:before {
    content:"\f231"
}

.fa-whatsapp:before {
    content:"\f232"
}

.fa-server:before {
    content:"\f233"
}

.fa-user-plus:before {
    content:"\f234"
}

.fa-user-times:before {
    content:"\f235"
}

.fa-hotel:before,.fa-bed:before {
    content:"\f236"
}

.fa-viacoin:before {
    content:"\f237"
}

.fa-train:before {
    content:"\f238"
}

.fa-subway:before {
    content:"\f239"
}

.fa-medium:before {
    content:"\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content:"\f23b"
}

.fa-optin-monster:before {
    content:"\f23c"
}

.fa-opencart:before {
    content:"\f23d"
}

.fa-expeditedssl:before {
    content:"\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content:"\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content:"\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content:"\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content:"\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content:"\f244"
}

.fa-mouse-pointer:before {
    content:"\f245"
}

.fa-i-cursor:before {
    content:"\f246"
}

.fa-object-group:before {
    content:"\f247"
}

.fa-object-ungroup:before {
    content:"\f248"
}

.fa-sticky-note:before {
    content:"\f249"
}

.fa-sticky-note-o:before {
    content:"\f24a"
}

.fa-cc-jcb:before {
    content:"\f24b"
}

.fa-cc-diners-club:before {
    content:"\f24c"
}

.fa-clone:before {
    content:"\f24d"
}

.fa-balance-scale:before {
    content:"\f24e"
}

.fa-hourglass-o:before {
    content:"\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content:"\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content:"\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content:"\f253"
}

.fa-hourglass:before {
    content:"\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content:"\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content:"\f256"
}

.fa-hand-scissors-o:before {
    content:"\f257"
}

.fa-hand-lizard-o:before {
    content:"\f258"
}

.fa-hand-spock-o:before {
    content:"\f259"
}

.fa-hand-pointer-o:before {
    content:"\f25a"
}

.fa-hand-peace-o:before {
    content:"\f25b"
}

.fa-trademark:before {
    content:"\f25c"
}

.fa-registered:before {
    content:"\f25d"
}

.fa-creative-commons:before {
    content:"\f25e"
}

.fa-gg:before {
    content:"\f260"
}

.fa-gg-circle:before {
    content:"\f261"
}

.fa-tripadvisor:before {
    content:"\f262"
}

.fa-odnoklassniki:before {
    content:"\f263"
}

.fa-odnoklassniki-square:before {
    content:"\f264"
}

.fa-get-pocket:before {
    content:"\f265"
}

.fa-wikipedia-w:before {
    content:"\f266"
}

.fa-safari:before {
    content:"\f267"
}

.fa-chrome:before {
    content:"\f268"
}

.fa-firefox:before {
    content:"\f269"
}

.fa-opera:before {
    content:"\f26a"
}

.fa-internet-explorer:before {
    content:"\f26b"
}

.fa-tv:before,.fa-television:before {
    content:"\f26c"
}

.fa-contao:before {
    content:"\f26d"
}

.fa-500px:before {
    content:"\f26e"
}

.fa-amazon:before {
    content:"\f270"
}

.fa-calendar-plus-o:before {
    content:"\f271"
}

.fa-calendar-minus-o:before {
    content:"\f272"
}

.fa-calendar-times-o:before {
    content:"\f273"
}

.fa-calendar-check-o:before {
    content:"\f274"
}

.fa-industry:before {
    content:"\f275"
}

.fa-map-pin:before {
    content:"\f276"
}

.fa-map-signs:before {
    content:"\f277"
}

.fa-map-o:before {
    content:"\f278"
}

.fa-map:before {
    content:"\f279"
}

.fa-commenting:before {
    content:"\f27a"
}

.fa-commenting-o:before {
    content:"\f27b"
}

.fa-houzz:before {
    content:"\f27c"
}

.fa-vimeo:before {
    content:"\f27d"
}

.fa-black-tie:before {
    content:"\f27e"
}

.fa-fonticons:before {
    content:"\f280"
}

.fa-reddit-alien:before {
    content:"\f281"
}

.fa-edge:before {
    content:"\f282"
}

.fa-credit-card-alt:before {
    content:"\f283"
}

.fa-codiepie:before {
    content:"\f284"
}

.fa-modx:before {
    content:"\f285"
}

.fa-fort-awesome:before {
    content:"\f286"
}

.fa-usb:before {
    content:"\f287"
}

.fa-product-hunt:before {
    content:"\f288"
}

.fa-mixcloud:before {
    content:"\f289"
}

.fa-scribd:before {
    content:"\f28a"
}

.fa-pause-circle:before {
    content:"\f28b"
}

.fa-pause-circle-o:before {
    content:"\f28c"
}

.fa-stop-circle:before {
    content:"\f28d"
}

.fa-stop-circle-o:before {
    content:"\f28e"
}

.fa-shopping-bag:before {
    content:"\f290"
}

.fa-shopping-basket:before {
    content:"\f291"
}

.fa-hashtag:before {
    content:"\f292"
}

.fa-bluetooth:before {
    content:"\f293"
}

.fa-bluetooth-b:before {
    content:"\f294"
}

.fa-percent:before {
    content:"\f295"
}

.fa-gitlab:before {
    content:"\f296"
}

.fa-wpbeginner:before {
    content:"\f297"
}

.fa-wpforms:before {
    content:"\f298"
}

.fa-envira:before {
    content:"\f299"
}

.fa-universal-access:before {
    content:"\f29a"
}

.fa-wheelchair-alt:before {
    content:"\f29b"
}

.fa-question-circle-o:before {
    content:"\f29c"
}

.fa-blind:before {
    content:"\f29d"
}

.fa-audio-description:before {
    content:"\f29e"
}

.fa-volume-control-phone:before {
    content:"\f2a0"
}

.fa-braille:before {
    content:"\f2a1"
}

.fa-assistive-listening-systems:before {
    content:"\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content:"\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content:"\f2a4"
}

.fa-glide:before {
    content:"\f2a5"
}

.fa-glide-g:before {
    content:"\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content:"\f2a7"
}

.fa-low-vision:before {
    content:"\f2a8"
}

.fa-viadeo:before {
    content:"\f2a9"
}

.fa-viadeo-square:before {
    content:"\f2aa"
}

.fa-snapchat:before {
    content:"\f2ab"
}

.fa-snapchat-ghost:before {
    content:"\f2ac"
}

.fa-snapchat-square:before {
    content:"\f2ad"
}

.fa-pied-piper:before {
    content:"\f2ae"
}

.fa-first-order:before {
    content:"\f2b0"
}

.fa-yoast:before {
    content:"\f2b1"
}

.fa-themeisle:before {
    content:"\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content:"\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content:"\f2b4"
}

.fa-handshake-o:before {
    content:"\f2b5"
}

.fa-envelope-open:before {
    content:"\f2b6"
}

.fa-envelope-open-o:before {
    content:"\f2b7"
}

.fa-linode:before {
    content:"\f2b8"
}

.fa-address-book:before {
    content:"\f2b9"
}

.fa-address-book-o:before {
    content:"\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content:"\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content:"\f2bc"
}

.fa-user-circle:before {
    content:"\f2bd"
}

.fa-user-circle-o:before {
    content:"\f2be"
}

.fa-user-o:before {
    content:"\f2c0"
}

.fa-id-badge:before {
    content:"\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content:"\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content:"\f2c3"
}

.fa-quora:before {
    content:"\f2c4"
}

.fa-free-code-camp:before {
    content:"\f2c5"
}

.fa-telegram:before {
    content:"\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content:"\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content:"\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content:"\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content:"\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content:"\f2cb"
}

.fa-shower:before {
    content:"\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content:"\f2cd"
}

.fa-podcast:before {
    content:"\f2ce"
}

.fa-window-maximize:before {
    content:"\f2d0"
}

.fa-window-minimize:before {
    content:"\f2d1"
}

.fa-window-restore:before {
    content:"\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content:"\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content:"\f2d4"
}

.fa-bandcamp:before {
    content:"\f2d5"
}

.fa-grav:before {
    content:"\f2d6"
}

.fa-etsy:before {
    content:"\f2d7"
}

.fa-imdb:before {
    content:"\f2d8"
}

.fa-ravelry:before {
    content:"\f2d9"
}

.fa-eercast:before {
    content:"\f2da"
}

.fa-microchip:before {
    content:"\f2db"
}

.fa-snowflake-o:before {
    content:"\f2dc"
}

.fa-superpowers:before {
    content:"\f2dd"
}

.fa-wpexplorer:before {
    content:"\f2de"
}

.fa-meetup:before {
    content:"\f2e0"
}

.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    margin:0;
    padding:0
}

.cms .new-contenido-extra-icon p {
    margin:10px 0
}

iframe body {
    background-image:none;
    background-color:#fff
}

iframe[name="google_conversion_frame"] {
    display:none
}

body {
    font-size:12px;
    background-position:50% 0;
    background-image:none
}

ol,ul {
    list-style:none
}

table {
    border-collapse:separate;
    border-spacing:0
}

caption,th,td {
    text-align:left;
    font-weight:400
}

blockquote:before,blockquote:after,q:before,q:after {
    content:""
}

em {
    font-style:italic
}

p {
    text-align:left;
    line-height:18px
}

:focus {
    outline:0
}

a {
    color:#2d5c94;
    text-decoration:none
}

div.wrapper {
    width:1031px;
    overflow:hidden;
    margin:0 auto
}

div.wrapper_top {
    background-color:#eee;
    font-size:11px;
    clear:both;
    height:18px;
    text-align:center;
    border-bottom:1px solid #ccc
}

.sb_wrapper {
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    display:none
}

.sb_wrapper_love {
    width:80%;
    height:80%;
    max-width:928px;
    margin:0 auto;
    z-index:9999999
}

.sb_wrapper_love a {
    display:block;
    margin:25% 0
}

a.menuDestacadoNivel0,a.menuDestacado2L {
    line-height:30px;
    background-color:#f1f1f1
}

a.menuDestacado_1774,a.menuDestacadoNivel0.menuDestacado_1501,a.menuDestacadoNivel0.menuDestacado_1609,a.menuDestacadoNivel0.menuDestacado_1538,a.menuDestacadoNivel0.menuDestacado_1269,a.menuDestacadoNivel0.menuDestacado_1208,a.menuDestacadoNivel0.menuDestacado_1088,a.menuDestacadoNivel0.menuDestacado_27,a.menuDestacadoNivel0.menuDestacado1L,a.menuDestacadoNivel0.menuDestacado_723,a.menuDestacadoNivel0.menuDestacado_33,a.menuDestacadoNivel0.menuDestacado_181,a.menuDestacadoNivel0.menuDestacado_447,a.menuDestacadoNivel0.menuDestacadoSpecial-40,a.menuDestacadoNivel0.menuDestacadoSpecial-27,a.menuDestacadoNivel0.menuDestacadoSpecial-34,a.menuDestacadoNivel0.menuDestacadoSpecial-36 {
    line-height:17px
}

a.menuDestacadoSimple {
    height:auto;
    line-height:32px;
    background-color:#f1f1f1
}

span.menuDestacadoIcon {
    display:block;
    float:left;
    margin:2px 8px 2px 0;
    height:30px;
    width:32px;
    background-position:-967px -192px
}

span.menuDestacadoIcon_1774 {
    background-position:-511px -371px;
    width:30px
}

span.menuDestacadoIcon_1737 {
    background-position:-416px -370px;
    width:43px
}

span.menuDestacadoIcon_934 {
    background-position:-498px -278px;
    width:43px
}

span.menuDestacadoIcon_1269 {
    background-position:-437px -300px
}

span.menuDestacadoIcon_963 {
    background-position:-599px -305px;
    width:35px
}

span.menuDestacadoIcon_772 {
    background-position:-373px -115px;
    width:43px
}

span.menuDestacadoIcon_181 {
    background-position:-1035px -192px;
    width:45px
}

span.menuDestacadoIcon_27 {
    background-position:-852px -192px;
    width:40px;
    margin-left:6px
}

span.menuDestacadoIcon_1208 {
    background-position:0 -339px;
    width:46px
}

span.menuDestacadoIcon_1840 {
    width:48px;
    background-position:-976px -192px
}

span.menuDestacadoIcon_1093 {
    background-position:-437px -299px;
    width:31px;
    margin-left:6px
}

span.menuDestacadoIcon_435 {
    background-position:-1044px -192px;
    width:40px;
    margin-left:6px
}

span.menuDestacadoIcon_32 {
    background-position:-711px -192px;
    width:64px
}

span.menuDestacadoIcon_33 {
    background-position:-775px -192px;
    width:55px;
    margin-left:-10px
}

span.menuDestacadoIcon_447 {
    background-position:-291px -116px;
    width:40px
}

span.menuDestacadoIcon_86 {
    background-position:-903px -192px;
    width:64px
}

span.menuDestacadoIcon_723 {
    background-position:-440px -274px;
    width:44px
}

span.menuDestacadoSpecialIcon_27,span.menuDestacadoSpecialIcon_45,span.menuDestacadoSpecialIcon_48,span.menuDestacadoIcon.menuDestacadoInformacion {
    background-position:-96px -32px;
    width:32px;
    margin:2px 14px 2px 10px
}

span.menuDestacadoSpecialIcon_34,span.menuDestacadoSpecialIcon_47,span.menuDestacadoSpecialIcon_49,span.menuDestacadoIcon.menuDestacadoMedios {
    background-position:-64px -32px;
    width:31px;
    margin:2px 14px 2px 8px
}

span.menuDestacadoSpecialIcon_36,span.menuDestacadoIcon.menuDestacadoBuscar {
    background-position:-32px -32px;
    width:32px;
    margin:2px 10px 2px 6px
}

span.menuDestacadoSpecialIcon_40,span.menuDestacadoIcon.menuDestacadoAsesor {
    background-position:0 -32px;
    margin:2px 13px 2px 6px
}

span.menuDestacadoIcon_1088 {
    background-position:-180px -110px;
    height:25px;
    width:22px;
    margin-right:14px;
    margin-left:17px
}

span.menuDestacadoIcon.menuDestacadoTrofeo {
    background-position:-260px -272px;
    margin:2px 13px 2px 6px
}

span.menuDestacadoIcon_1607 {
    background-position:-1px -340px;
    width:46px;
    height:25px
}

span.menuDestacadoIcon_1608 {
    background-position:-205px -371px;
    width:40px
}

span.menuDestacadoIcon_1609 {
    background-position:-128px -32px;
    width:37px
}

div.wrapper_top p {
    text-align:center
}

div.wrapper_body {
    background-color:#FFF;
    float:left;
    overflow:hidden;
    padding:0;
    width:1031px;
    margin:0 auto
}

div.wrapper_top a,div.wrapper_top h1,div.wrapper_top h2 {
    color:#666;
    font-weight:400;
    line-height:18px;
    margin:0;
    display:inline;
    background-image:none;
    padding:0;
    height:auto;
    font-size:11px
}

.sInterface-intermon {
    background-image:url(/resources/images/sprites/interface-intermon.png);
    background-repeat:no-repeat
}

.sInterface-apiecalle {
    background-image:url(/resources/images/sprites/Tag-apiedecalle.png);
    background-repeat:no-repeat
}

.sInterface-subidadomicilio-incluida {
    background-image:url(/resources/images/sprites/tagsubidadomicilio.png);
    background-repeat:no-repeat
}

.tagsubidadomicilioincluida {
    display:block;
    float:left;
    margin-left:7px;
    height:98px;
    width:100px;
    background-position:2px 0
}

.new_item_tagsubidadomicilioincluida {
    display:block;
    float:left;
    margin-left:25px;
    height:52px;
    width:148px;
    background-position:0 -104px
}

.tagapiecalle {
    display:block;
    float:left;
    margin-left:7px;
    height:106px;
    width:85px;
    background-position:2px 0
}

.tagsubidadomicilio {
    display:block;
    float:left;
    margin-left:7px;
    height:128px;
    width:108px;
    background-position:2px -106px
}

.new_item_tagapiecalle {
    display:block;
    float:left;
    margin-left:25px;
    height:52px;
    width:137px;
    background-position:-82px 0
}

.new_item_tagsubidadomicilio {
    display:block;
    float:left;
    margin-left:25px;
    height:52px;
    width:148px;
    background-position:-82px -53px
}

.sInterface-entrega24a48 {
    background-image:url(/resources/images/sprites/Tag-24-48.png);
    background-repeat:no-repeat
}

.entrega_super_urgente24a48 {
    background-image:url(/resources/images/sprites/Tag-24-48-antiguo.png);
    background-repeat:no-repeat;
    display:block;
    float:left;
    height:33px;
    width:199px;
    margin-bottom:2px;
    background-position:0 0
}

.tagentrega24a48 {
    display:block;
    height:120px;
    width:118px;
    background-position:6px -28px
}

.new_item_tagentrega24a48 {
    display:block;
    float:left;
    height:33px;
    width:199px;
    margin-bottom:2px;
    background-position:0 0
}

.sInterface-losbu3anos {
    background-image:url(/resources/images/icons/listadosofa3anosgarantia.png);
    background-repeat:no-repeat
}

.taglosbu3anos {
    display:block;
    height:120px;
    width:118px;
    background-position:6px -28px
}

.new_item_losbu3anos,.new_item_tag_losbu3anos {
    display:block;
    float:left;
    height:33px;
    width:199px;
    margin-bottom:2px;
    background-position:0 0
}

a.logo-intermon {
    display:block;
    height:52px;
    width:114px;
    float:left;
    background-position:0 0;
    margin-top:21px;
    margin-left:20px
}

.blinked_off {
    display:none
}

div.body {
    clear:both;
    overflow:hidden;
    float:left;
    width:100%;
    min-height:200px;
    padding:0 24px;
    margin:0
}

div.path {
    clear:both;
    overflow:hidden;
    float:left;
    width:100%;
    padding:0 24px 10px
}

div.path ul {
    overflow:hidden;
    border-bottom:1px solid #eee;
    margin:0;
    padding:0
}

div.path li:last-child {
    border-right:0
}

div.path li {
    border-right:1px solid #eee;
    float:left;
    list-style:none;
    margin:2px 7px 2px 0;
    padding:1px 7px 1px 0
}

div.path a {
    color:#666;
    display:block
}

html,body {
    margin:0;
    padding:0
}

.aviso_temporal {
    color:#FFF;
    font-size:13px;
    height:50px;
    width:778px;
    line-height:18px;
    margin-bottom:20px;
    padding:8px 23px;
    width:100%;
    height:100%;
    border:1px solid #d8d8d8;
    border-radius:5px;
    background-color:#5bbe49
}

.aviso_temporal a {
    color:#305d00
}

.btnFinalizarPedido {
    display:block;
    background-repeat:no-repeat;
    background-position:0 0;
    height:auto;
    margin:10px auto;
    padding:5px;
    background-color:#1bb290;
    text-align:center;
    color:#fff;
    text-decoration:none
}

.paso .confirmar {
    text-align:center;
    clear:both;
    margin:1em auto;
    padding:0
}

.paso .condiciones {
    width:100%;
    text-align:center;
    clear:both;
    margin:1.5em auto;
    padding:0
}

.sCarrito {
    background-image:url(/resources/images/sprites/carrito.jpg)
}

.subopcion p {
    margin:8px
}

.presupuesto .nota {
    margin-top:1em;
    text-align:left;
    line-height:18px
}

.como-comprar {
    float:right;
    font-size:13px;
    vertical-align:bottom;
    line-height:42px;
    height:34px;
    color:#666;
    border-bottom:1px solid #d8d8d8
}

.oculto {
    display:none
}

.cRight.portada {
    width:980px;
    float:left
}

.cRight {
    float:right;
    width:780px;
    position:relative
}

.cLeft {
    float:left;
    width:180px
}

.colorWater {
    color:#369!important
}

.colorWaterGris {
    color:#666!important
}

.ver_compra {
    background-position:-797px -827px;
    display:block;
    float:left;
    height:27px;
    width:95px
}

.btn_contactar {
    background-position:-797px -935px;
    display:block;
    float:left;
    height:27px;
    width:80px
}

.acceso {
    float:left;
    width:175px;
    margin-top:12px
}

.acceso a {
    color:#999;
    font-size:11px;
    font-weight:700
}

.accesoMenu {
    background-position:-803px -790px;
    display:block;
    float:left;
    height:27px;
    width:82px
}

.acceso .acceso_usuario {
    border-right:1px solid #D8D8D8;
    float:right;
    padding-right:5px;
    text-align:right;
    width:100px
}

li.menu-lateral-li {
    list-style:none
}

ul.menu-lateral-union li.menu-lateral-li:first-child > a,.menuProducto {
    border-radius:0
}

li.menu-lateral-li:first-child > a,.menuProducto {
    border-top:1px solid #d8d8d8;
    border-top-left-radius:5px;
    border-top-right-radius:5px
}

.menu-lateral-union li.meu-lateral-li:first-child > a,li.menu-lateral-li:first-child li > a,.menuProducto {
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-top:0
}

li.menu-lateral-li > a,.menuProducto {
    display:block;
    padding:5px 10px;
    background-position:-422px -64px;
    font-weight:700;
    border-bottom:1px solid #d8d8d8;
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
    overflow:hidden;
    color:#3f3f3f
}

.menu_admin {
    width:180px;
    font-size:13px;
    margin-bottom:20px
}

.menu_admin ul {
    list-style:none;
    list-style-type:none;
    background-color:#fff;
    border:1px solid #d8d8d8
}

.menu_admin ul li a {
    font-weight:700;
    display:block;
    padding:3px 3px 3px 10px
}

.pastilla {
    width:180px;
    margin-top:18px;
    overflow:hidden
}

.pastilla-razones {
    width:180px;
    height:175px;
    background-position:-588px -950px;
    display:block
}

.pastilla-intermon {
    width:176px;
    height:228px;
    background-position:-164px 0;
    display:block
}

#pastilla-ekomi {
    padding-left:4px
}

.listado_header .banner-lider {
    margin:20px 20px 25px
}

.listado_header p {
    font-size:13px;
    color:#666;
    line-height:18px;
    overflow:auto;
    margin:10px 0
}

.listado_header p img {
    float:right;
    margin-left:15px
}

.listado_header p img.sm {
    float:left;
    margin-left:0;
    margin-bottom:10px
}

.listado_medida {
    float:left;
    padding-left:5px;
    color:#bb0130;
    clear:both;
    font-weight:700
}

.listado_opciones a {
    color:#666;
    font-size:11px;
    font-weight:400
}

.listado_item_left {
    float:left;
    width:275px
}

.listado_item_right {
    float:right;
    width:500px;
    margin:3px 0 0 3px;
    padding:0 10px
}

.listado_item_body .listado_item_right a {
    position:absolute;
    top:0;
    left:10px;
    float:left;
    clear:both;
    color:#666
}

.listado_item_body .listado_item_right a.popup,.listado_item_body .listado_item_right a.tooltip {
    clear:none;
    float:none;
    left:0;
    position:relative
}

.listado_item_body .listado_item_right a.tooltip {
    background-image:url(/resources/images/icons/mastooltip.png);
    background-position:right center;
    background-repeat:no-repeat;
    clear:none;
    float:none;
    left:0;
    padding-right:25px;
    position:relative
}

.listado_item_body .listado_item_right {
    position:relative;
    padding-top:30px;
    padding-bottom:50px
}

.listado_item_body .listado_item_left {
    border-right:1px solid #d8d8d8;
    position:relative;
    padding:0 10px 30px
}

.listado_item_head {
    background-position:-192px -38px;
    width:780px;
    height:4px;
    float:left;
    line-height:0;
    font-size:1px
}

.listado_item_body {
    background-image:url(/resources/images/fondos/listado_producto.png);
    background-repeat:repeat-y;
    overflow:hidden;
    float:left;
    width:780px;
    padding-top:10px;
    padding-bottom:10px
}

.listado_item_body h2 {
    font-weight:700;
    font-size:16px;
    color:#666;
    line-height:20px;
    margin:0 0 10px;
    padding:0
}

.listado_item_body p {
    color:#666;
    font-size:13px;
    line-height:20px;
    font-weight:400
}

.listado_item_body li {
    float:left;
    width:220px;
    margin-left:12px;
    list-style-type:disc;
    line-height:18px;
    font-size:13px;
    font-weight:400;
    color:#666;
    list-style-image:url(/resources/images/icons/listado_lista.png);
    height:auto;
    margin-bottom:3px
}

.listado_item_body .plazo_entrega {
    bottom:0;
    color:#666;
    float:left;
    font-size:13px;
    font-weight:400;
    position:absolute;
    line-height:30px;
    text-align:center;
    width:250px;
    clear:both
}

.listado_item_body .listado_mensaje_no_pasa_medida,.listado_items .listado_item_body .listado_mensaje_no_disponible {
    font-size:15px;
    font-weight:700;
    line-height:30px;
    width:485px;
    text-align:center;
    clear:both
}

.listado_item_footer {
    background-position:-192px -45px;
    height:40px;
    width:780px;
    float:left;
    padding-top:5px;
    font-size:13px;
    line-height:34px;
    font-weight:400;
    color:#888;
    margin-bottom:1em
}

.listado_item_footer a {
    color:#888;
    font-size:11px
}

.listado_item_footer b {
    font-size:15px;
    font-weight:700;
    color:#666
}

.listado_item_info {
    float:left;
    width:485px
}

.listado_item_info_antes,.listado_item_info_dto,.listado_item_info_precio {
    font-size:15px;
    line-height:30px;
    color:#888;
    float:left;
    font-weight:700
}

.listado_item_info_dto {
    text-align:right;
    width:100px
}

.listado_item_info_precio {
    float:right;
    font-size:24px;
    text-align:right;
    width:230px
}

span.dato_plazo {
    color:#bb0130;
    font-size:13px
}

span.no_disponible {
    clear:both;
    color:#BB0130;
    display:block;
    float:left;
    font-size:13px;
    font-weight:700;
    margin-top:15px;
    text-align:center;
    width:100%
}

.listado_opciones {
    border-top:1px solid #d8d8d8;
    padding-bottom:3px;
    padding-top:5px;
    float:left;
    width:100%
}

.listado_opciones .zona_entrega {
    background-position:0 -327px;
    height:32px;
    line-height:32px;
    margin-top:10px;
    padding-left:20px;
    padding-right:20px;
    vertical-align:middle;
    width:780px;
    text-align:center;
    font-size:13px;
    color:#666;
    float:left;
    margin-bottom:10px
}

.listado_blf {
    border-left:1px solid #d8d8d8
}

.listado_accesos {
    float:left;
    text-align:left;
    color:#666;
    font-size:11px
}

.listado_accesos a {
    margin-left:5px;
    border-right:1px solid #D8D8D8;
    padding-right:5px;
    line-height:18px
}

.listado_ordenaciones {
    text-align:right;
    color:#666;
    font-size:11px;
    font-weight:400;
    float:right
}

.listado_ordenar {
    background-image:url(/resources/images/icons/listado_ordenar.png);
    background-position:right;
    padding-right:20px;
    background-repeat:no-repeat;
    padding-left:5px;
    font-size:11px;
    color:#666;
    line-height:18px
}

.listado_outlet {
    position:absolute;
    right:0;
    bottom:5px;
    background-image:url(/resources/images/icons/listado_outlet.png);
    width:83px;
    height:83px
}

.listado_recomendado {
    position:absolute;
    right:0;
    bottom:5px;
    background-image:url(/resources/images/icons/LeRecomendamos85.png);
    width:85px;
    height:42px
}

.listado_ocu {
    background-image:url(/resources/images/icons/tagOCU.png);
    width:95px;
    height:90px;
    display:block;
    background-position:0 0;
    background-repeat:no-repeat;
    margin:0 auto
}

.listado_enviogratuito {
    background-image:url(/resources/images/icons/tag-eviogratuito.png);
    width:202px;
    height:35px;
    display:block;
    background-position:0 0;
    background-repeat:no-repeat;
    margin:0 auto
}

.sInterface-solidario {
    background-image:url(/resources/images/sprites/tag-corazon-pikolin.png);
    background-repeat:no-repeat
}

.tagsolidario {
    display:block;
    background-position:0 0;
    width:196px;
    height:188px;
    position:absolute;
    right:22px;
    top:36px
}

.listado_solidario {
    background-position:-200px 0;
    width:120px;
    height:115px;
    position:absolute;
    right:22px;
    top:27px
}

a.listado_discount {
    position:absolute;
    left:5px;
    bottom:5px;
    background-image:url(/resources/images/icons/listado-discount.png);
    width:111px;
    height:24px
}

a.listado_discount_sofas {
    background-image:url(/resources/images/icons/listado-discount-sofas.png);
    bottom:0;
    height:39px;
    position:absolute;
    right:0;
    width:138px
}

a.ficha_discount {
    display:block;
    background-image:url(/resources/images/icons/ficha-discount.png);
    width:173px;
    height:38px;
    margin-bottom:10px;
    margin-left:10px
}

.listado_recomendado_sofas {
    background-image:url(/resources/images/icons/stick-recomendado-sofas.png);
    bottom:0;
    height:54px;
    left:0;
    position:absolute;
    width:135px
}

.listado_unidades_limitadas {
    position:absolute;
    right:0;
    bottom:0;
    background-image:url(/resources/images/icons/uds-limitadas.png);
    width:83px;
    height:83px
}

.listado_regalo {
    position:absolute;
    left:0;
    top:0;
    background-image:url(/resources/images/icons/llavero-home2.png);
    width:148px;
    height:49px
}

.paso_head {
    float:left;
    width:100%;
    border-top:1px dashed #d8d8d8
}

.paso_head_primera {
    background-image:url(/resources/images/fondos/carrito_paso_head_disabled.png);
    border:0;
    height:20px
}

.paso_body {
    float:left;
    width:100%;
    background-image:url(/resources/images/fondos/carrito_paso.png);
    background-repeat:repeat-y;
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
    min-height:5em
}

.paso_footer_ultima {
    background-repeat:repeat-y;
    background-image:url(/resources/images/fondos/carrito_paso_footer.png)
}

.paso_body_disabled {
    background-image:url(/resources/images/fondos/carrito_paso_disabled.png)
}

.paso_footer_disabled {
    background-image:url(/resources/images/fondos/carrito_paso_footer_disabled.png);
    float:left;
    height:20px
}

.paso_body .paso_left {
    float:left;
    width:179px;
    border-right:1px solid #d8d8d8;
    position:relative
}

.paso_body .paso_right {
    float:right;
    width:590px
}

.MsgInfo p,.MsgOk p,.MsgAlerta p,.MsgError p,.MsgProhibido p {
    color:#666;
    font-size:13px;
    line-height:18px
}

.MsgInfo,.MsgOk,.MsgAlerta,.MsgError,.MsgProhibido {
    background-position:8px 8px;
    background-repeat:no-repeat;
    border:1px solid #D8D8D8;
    width:100%;
    border-radius:3px;
    background-color:#fff;
    float:left;
    min-height:68px;
    height:auto;
    margin:10px auto 20px;
    padding:8px 15px 15px 67px
}

.MsgInfo {
    background-image:url(/resources/images/mensajes/info.png)
}

.MsgOk {
    background-image:url(/resources/images/mensajes/exito.png)
}

.MsgAlerta {
    background-image:url(/resources/images/mensajes/alerta.png)
}

.MsgError {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAIAAADY27xgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACrxJREFUeNrEWA1wVcUV3rO79973XvISgoRIgASDyl8YqoIgBQQUMEQUsAq2/qAi1mqr1UGpLW3HqU5rLRbaGWyn/62t09pxdLSMY/GnKgxadIrYUahV28FRxyhJ3st777579/Tsz/tLILZOS2928vbuvbv77Xe+c/bsBUSMenqzDz3T/53fRq8fYgzYsbiQp+uS685pWH9ucOI4Jjg1Qf7AP3pu+G5hx3OMeYzxmvfBwMKPBQ/tCLaOR3mpyI9vbtp+c7p7LnhSXLNfFR5/BljK9aPpqXBwlUqdM2HqH1mY7cUqdWCuMvgSKtObe3RPsOhUr61Fhk/uAUi7tzUS04HXEgOswgx8FBO8lgk0rCpbrW60gyUw03v47t8Ek9okgA8SqmatmhtqAbk6r2mpJh9VLSysVGynKiio3FPAROGPLxVeeFWSkSrTl9EMmo8PBWTquQJZDXxf9WUhmWA0VBlcGZW9JZSWntJTEOAw0VzZnOrplVa9JYvykjiG0mP+o2unf5jLB/Omy8njZVtL/tmXw70HMZtjUurJqIgqVnSLtRGaW6XXpqzNSBFooAFBEWbd3JkDqqRn53XqqUGG2ULd1Ssab7tMNjdSU+MtLPPgUx9ec4+eVQo9pXJ8oINCNkJHEnJG1iEyUJVa9CPpegIHKJEhyqIBAwmqJGItHssxI9PXryIcGMf25fpVC/OP7c09/CxwoZculKaA6Dc/DpkzlhFKGZO2l4UiBBgoFQTcEsJr/LAsFyL0/Uz97Vd67WNQxTboaNdA1bBxTX7HHm1xuo2506l5RJNWoCjURkF9GaqARUXDO7mPJ5hHUKgudSGT+Z5ppCLBF7pIQQLXGo/iYG5nMH8G0WnIt66hp5MdrQ0b17JCBJJTFzeCL2k03d0MroFKU2g6U3QLWJ3qe2mKKL0n9UvSTK/72BEJir4FzpMXL/ZPGo9x5FSo6TdLBJ5YMUeMbtTKc92Fmc+M4KanlipAnAYkyoVlRZqe3HGg+4N2BLMmwwS10LI8asRC5J8xJblstlIK3fyIzMlTxRFvba6/9WLsHwBiwisRI93CtLfrYhgiQNzNYlkxWgGrDKZRW/cRNrQY2XIrIx0SeFNDYuU80TJShaFxaKjEOOOS3JPB3OkUyIsvHWC+DxZjFDn3tmpVWsxaMXSrjPi4lpKxFjfUedLVCbixl1GJtDIyZIKY1p44f35MXmOiAQMsBw4NlcYvRrytJeiaxWJl6DQmNoxWxKGNog1nx9SDG58wcYWTpLk2mN35iCbOy3sh2ODL9c5dt6GbBT4WQub27Er8LUVRBFTBwlPDp/eFz78KSZ/WDUDNHGOl/UVHVzKuYjE1k9RLO67Wip5YMKtZXgHuFuFkpGHLGRPFKSdhWCgFTRs9qzYaG87CSIwb7Z91ikin9DKEET4tyYjUFmd0o1kNoORBwoRaTYPeF4T1aqMyWyw4hXXXryS3LE1tBOsiljL2Z+U/VQwT583jk8brEGecyC5Vz+oACYdGuKkNFG7Rcee32kYGnLWi7ixwoBBcsADGjja7mt44zMRQDivMxVSwElaxwoSfuHCBdiLuoogxvaFHVCbVaCQwt/9JG2fATg/cGshUzH9asxjXHJw7B9IJjJQOWQlPi9qGUV0QbVwnSEFAhSbGfOgvOs2fM9VkCMYKdnlgF2mm59yK0QZ6jpl8iYzydshcPgYm+GTywYq5YkKrxlGMo2f3FR54Uh16Fz2JzosNO7SA/tzAPfdnv30fHnqfJX0K9olLlkEUgzWBqGxzusVmBEQ5rSUf6pTuC5lmvfpEYKOZi5LCViTEyDuODz61AMYcB9l8+LMd+Yd3Ffe/WXzhVW9yG285jvABRQnaKHr6snfdX3z+NfXGO+rgP0VHKzSPwGSAPb3q4CGTFTFHttvWKG1QmM3H73yIfdm61WfqABq9+S681weNKU6+ZwkEo2qOmCsmu2byaRMpphV++Vjux48wFCbbwPjaLXXf+qycOZkMo958O/PlHxb//DdaEjEUvvYWNtYH162G5gava3bu1zsZhSIFzsVI5THt7hHhYJmcdnJm44oleWAAB7JqcKqalyd0iOWnh7kBYij30HPhy68xVc57Vdj1ev3PbxOtx2W+uLXw1C7O0uiyt2K4+xV56RI2IgUdrd7SWdltP+BsVCn7rU6SK5GJVz3ggwqIVHLzpWxSOysUKVqkNq5hKjKKt8VX73/Qv2pz/yV3hk/t4WyEkZh+hGzAWzqTDMTyIY5sEN2zZftEoqJ2fBiUsvOj5+/KO/M0sXIe9vZrWotF/snp6W23IstUveNhGBZfOQAsXV4xQn/qc5d767u1ron83oycP8PvXsygUMvK4OvoUDgm77hCmZhmY5mKInlFV/r7mxCyVWk0MeFX4cgl1l+U/Oa1GHh6f9ApbKxoK9uwXE6ZQob7GFAGkjddjCeNZcWolAPQgZYil5KXd9V/bxM0iSo05cHi5DUXprZ8PmbaP9H5OaOEnk2bQNzgsKfMI0IJ5dST+WVLMRHofQtdXmLkGGEyIZfOEp1TkIWDVE7BzVswQ1FEoEQTWSmX1KmByub9G1aLlhbGov8Eisx7163mHWOIYb3vYzlpRxMnPhy47d7iM8/Twa62G9BxJLP+zvgPu1kyqQ+EyiXROv8vxqptdOKWNcPIhQ85a2blsiW8e3asw7kbzAR3poSgWJS78u7wgR1Gp0dYhBrIZdZ9XT2ym1GA4dauurfZsYuwaoFoGXU0NIOgRKJxpLd2EY4djbmQmQ3XsaIVWcivuyt89AlgjVXDKVPKZ+Ak68tnr/qqeuJF8Dy9QZasS96kGlPBluvI1f8NKBDB4ll81Xw83F9OAVxeJKX6/dPR47vMN4eKur3z59VtvwkSFCrDUl6ZxMOFwtd+qt56h6KMSfAMFn0MAzxlonf6aYzlh4eiYMzYYNOnVRihKp/bwB5y9G9PX8n4NiRmvGULg63Xw9XLEz+6BVJeFRqh3u4hiyBC5ayq/SFibcd7pJgR/lAzVUOJWeCpzgk6Hrjd1qTONiuJYz6vk48iSxfMwD3y3LODe2+MG1JxT4ZftCix/UsQEDc5veKgGGxaC+NG06GpnOm5Qxgp5hMn+uecbd6sFVqNfegvFyqdJri4hjqt10dsCCM1c3Kw/YZo64PRX/b7V6zzblwTN9XTnqD5/KAf1ixMeCL6xWOQC2HJTHbBQvQ4bRc2GVdmJLMkhamANaWHhqVqKBI/6GM797Lu2SqT01ka2NOs/QFiSyydJU9o5e8dFp0dKp1gOp6C+bqA2JuFFWfI6RMop2GtzUgM5UNmT6Qm6ChrI0q79r+hdr7IWDAMFMC+3uId9/ktTWraBMoWsHRiL1s1piPF5HbonKD1FEV07jKu5VJ+RVkSpSmU0RcjnRUEvrVLdYzlAwW156/RwVcYaxjOQAxlvO9A/rzNwYbl2DUbU77m0xgOmfvBqh0eSx8Nj1ApHUywcjIBQbnS43vDb/yEYcNQD4K/swVH/HZoCv63v5GCWbw/9EHzr74ij9LHM+UYXmi+e7D/+2VOx3yYrfJYXSGf2i47T+CsLj18RvM/vogIXr9hRTClnTfeezOrT5gYqo49HySPxFXnNaw9iw4lsmntWXJUY9+23xX/tI9lC8cOhhB88sl167sbP7PUo4ScsX8JMABnEBAcc91u6gAAAABJRU5ErkJggg==')
}

.MsgProhibido {
    background-image:url(/resources/images/mensajes/prohibido.png)
}

.campo {
    background-color:#fff;
    border:1px solid #d8d8d8;
    padding:2px;
    width:100%
}

.marcado {
    border:1px solid #0083c4;
    padding:2px
}

.jhomevalidation_error {
    border:1px solid #bb0130;
    padding:2px
}

.cRight .ui-tabs .ui-tabs-panel {
    overflow:hidden;
    border:1px solid #D8D8D8;
    padding:2em 3em
}

.cRight .ui-widget-header {
    border:0;
    background:0
}

.cRight .menu input[type=text],.cRight .menu input[type=password] {
    width:230px
}

.ui-dialog .ui-dialog-title {
    color:#666;
    float:left;
    font-size:13px;
    margin:.1em 0 .2em
}

.cRight .menu h2 {
    color:#666;
    font-size:13px;
    font-weight:700;
    clear:both
}

.cRight .menu hr {
    float:left;
    height:1px;
    width:100%;
    border-color:#D8D8D8 #000 #000;
    border-style:dashed none none;
    border-width:1px 0 0
}

.cRight .menu {
    float:left;
    overflow:hidden;
    width:100%;
    color:#333;
    line-height:18px
}

.cRight .menu h3 {
    color:#333;
    font-size:13px;
    font-weight:400;
    border-bottom:1px solid #d8d8d8
}

.cRight .menu .correos {
    float:left;
    width:100%;
    padding:15px 15px 5px
}

.cRight .menu .nota {
    font-size:11px;
    color:#666;
    margin-bottom:10px;
    margin-top:10px
}



table.actual {
    border:1px solid #666
}

.cRight .menu .pedidos .row .td,.cRight .menu .pedidos td {
    font-size:13px;
    font-weight:700;
    color:#666;
    padding:4px
}

.cRight .menu .aviso {
    font-size:12px;
    color:#666;
    font-weight:400;
    float:left;
    overflow:hidden;
    margin-top:10px
}

.cRight .menu label {
    font-size:12px;
    width:180px;
    float:left
}

.cRight .menu .direcciones {
    float:left;
    overflow:hidden;
    padding:15px 15px 5px
}

.cRight .menu .direccion {
    float:left;
    width:330px;
    margin-top:10px;
    margin-bottom:10px;
    font-size:12px;
    color:#666
}

.cRight .menu .direccion a.accion {
    margin-top:5px;
    margin-right:5px;
    font-size:12px;
    color:#369;
    padding:3px
}

.cRight .procesar {
    float:right;
    margin-top:20px;
    text-align:right
}

.cRight .menu p {
    margin-top:10px;
    margin-bottom:10px;
    color:#666
}

.cRight .menu .pedido h3 {
    border:0;
    color:#333;
    font-size:13px;
    font-weight:700
}

.cRight .menu .pedido p.opcionesProducto {
    color:#666;
    font-size:11px;
    margin:0 0 0 1.5em
}

.cRight .menu .pedido td.unidades {
    width:100px;
    text-align:center;
    font-size:15px;
    font-weight:700;
    color:#666
}

.cRight .menu .pedido td.precio {
    width:200px;
    text-align:right;
    font-size:15px;
    font-weight:700;
    color:#666
}

.content-conveyor .item {
    width:77px;
    float:left;
    display:block
}

.superpuesta {
    position:absolute;
    bottom:20px;
    left:5px
}

.superpuesta4 {
    position:absolute;
    bottom:20px;
    left:130px
}

.superpuesta3 {
    position:absolute;
    top:70px;
    left:10px
}

.superpuesta5 {
    position:absolute;
    bottom:20px;
    left:0
}

.superpuesta6 {
    position:absolute;
    bottom:2px;
    right:3px;
    margin-bottom:1vw;
    opacity:.8
}

.superpuesta8 {
    position:absolute;
    bottom:20px;
    left:294px
}

.superpuesta9 {
    position:absolute;
    bottom:20px;
    left:80px
}

.superpuesta10 {
    position:absolute;
    bottom:30px;
    right:3px
}

.superpuesta11 {
    position:absolute;
    top:0;
    right:7px
}

.superpuesta12 {
    position:absolute;
    bottom:45px;
    right:0;
    z-index:1
}

.superpuesta-promo {
    position:absolute;
    top:0;
    right:5px;
    z-index:1000
}

.ficha {
    float:left;
    overflow:hidden;
    width:780px
}

.breadcrumb a span {
    color:#666;
    font-size:14px;
    height:36px;
    line-height:35px
}

h1.h1_ficha {
    background-image:none;
    color:#666;
    float:left;
    font-size:14px;
    height:36px;
    line-height:35px;
    margin:0;
    padding:0
}

.h1_img {
    background-image:url(/resources/images/icons/listado_head.png);
    background-repeat:no-repeat;
    float:left;
    height:34px;
    width:34px;
    margin:3px 10px 0 0
}

.ficha .inferior {
    float:left;
    overflow:hidden;
    margin-top:18px;
    width:100%
}

.ficha h1 a {
    font-size:14px;
    color:#666
}

.ficha .fLeft {
    float:left;
    width:570px;
    overflow:hidden
}

.ficha .fRight {
    float:right;
    width:199px;
    margin-left:9px;
    overflow:hidden
}

.carrusel {
    float:left;
    width:570px;
    position:relative;
    font-size:10px;
    margin-top:9px
}

.carrusel #sliderContent {
    width:570px;
    float:left;
    overflow:auto;
    margin:0;
    padding:0
}

.carrusel .viewer {
    height:55px;
    overflow:hidden;
    position:relative;
    width:570px;
    margin:0
}

.carrusel .content-conveyor {
    height:55px;
    position:relative;
    width:2000px;
    overflow:hidden
}

.carrusel .item {
    float:left;
    text-align:center;
    margin-left:2px;
    margin-right:2px;
    border:1px solid #d8d8d8
}

.carrusel .ui-slider {
    overflow:auto
}

.carrusel .ui-widget-content {
    background:#fff url(/resources/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%
}

.carrusel .ui-state-default {
    background:#fff url(/resources/images/fondos/boton-slider.png) repeat scroll 0 0
}

.carrusel .ui-slider .ui-slider-handle {
    height:20px;
    width:60px
}

.ficha .descripciones {
    float:inherit;
    width:199px;
    top:0;
    bottom:0;
    right:0;
    position:absolute
}

.descripciones-head {
    float:left;
    width:199px;
    height:10px;
    background-position:-1px -60px
}

.descripciones-body {
    padding:5px 0;
    position:relative;
    background:linear-gradient(to right,#fbfbfb 0%,#f2f2f2 100%);
    float:left;
    overflow:hidden;
    width:199px;
    height:100%
}

.mini-propiedades {
    bottom:0;
    left:0;
    position:absolute;
    width:100%
}

.mini-propiedades ul {
    list-style:none;
    list-style-type:none;
    margin:0;
    padding:0
}

.mini-propiedades ul li {
    background-repeat:no-repeat;
    margin-top:1px;
    overflow:hidden;
    padding-left:32px;
    height:37px;
    line-height:14px
}

#dialogo-popup .ficha .descripciones .descripciones-body .mini-propiedades p,.ficha .descripciones .descripciones-body .mini-propiedades p {
    background-repeat:no-repeat;
    line-height:18px;
    margin:2px;
    padding:10px 2px 2px 30px
}

.mini-propiedades p.ahorra {
    background-image:url(/resources/images/icons/ficha_ahorra.png);
    margin-top:8px
}

p.imprimir a {
    color:#666;
    float:left;
    font-size:12px;
    font-weight:400
}

.mini-propiedades p.pdf {
    background-image:url(/resources/images/icons/ficha_pdf.png)
}

.mini-propiedades p.entrega_urgente {
    background-image:url(/resources/images/icons/ficha_entrega_urgente.png)
}

.mini-propiedades p a {
    font-size:12px;
    color:#666;
    font-weight:400
}

.ficha .descripciones .descripciones-foot {
    float:left;
    width:199px;
    height:10px;
    background-position:-1px -85px
}

.info-head {
    background-position:-1px -7px;
    float:left;
    height:5px;
    width:570px
}

.info-body {
    float:left;
    font-size:12px;
    color:#666;
    width:569px
}

.info-body option,.ficha .info .info-body select {
    font-size:12px;
    line-height:16px;
    height:20px
}

.info-body .opciones_obligatorias {
    margin-bottom:5px;
    font-weight:700;
    font-size:100%;
    color:#666
}

.info-body .financiado {
    clear:both;
    float:left;
    margin-top:1px;
    width:100%;
    color:#bb0130;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    border-top:1px solid #CCC
}

.info-body .financiado div {
    line-height:18px
}

.info-body .financiado .coste-dto {
    float:left;
    font-size:13px;
    font-weight:700;
    width:96px;
    margin:0 auto
}

.info-body .financiado .coste-dia {
    float:left;
    font-size:16px;
    font-weight:700;
    width:96px
}

.info-body .financiado .coste-mes {
    float:left;
    font-weight:700;
    font-size:13px;
    width:96px
}

.info-body .financiado .coste-total {
    float:left;
    font-size:13px;
    font-weight:700;
    width:96px
}

.info-body .no_disponible {
    background-position:70px -244px;
    background-repeat:no-repeat;
    color:#fff;
    font-size:13px;
    font-weight:700;
    height:22px;
    line-height:22px
}

.info-body .texto_impuestos {
    font-size:11px;
    line-height:18px;
    margin-top:10px;
    clear:both;
    float:left;
    text-align:left;
    width:100%
}

.info-body .info-opciones {
    border-bottom:1px solid #d8d8d8;
    width:568px;
    margin-top:0;
    padding:0 10px 10px
}

.info-body .info-opciones .opcion {
    float:left;
    margin-top:5px;
    margin-right:15px
}

.info-body .info-metodo-pago {
    width:548px;
    margin-left:0;
    text-align:left;
    padding:10px
}

.info-body .info-precios {
    margin-left:10px;
    margin-right:10px;
    overflow:hidden
}

.info-body .info-precios .precios {
    float:left;
    font-size:13px;
    margin-top:15px;
    width:550px
}

.info-body .info-precios .precios .listado_mensaje_no_pasa_medida,.ficha .info .info-body .info-precios .precios .financiado {
    float:left;
    width:100%;
    text-align:center;
    clear:both;
    color:#bb0130;
    margin:0 auto
}

.info-body .info-precios .precios .ficha_item_info_antes {
    float:left;
    margin-right:10px;
    width:15%;
    padding:5px 0
}

.info-body .info-precios .precios .ficha_item_info_dto {
    float:left;
    margin-right:5px;
    width:30%;
    text-align:center;
    padding:5px 0
}

.info-body .info-precios .precios .ficha_item_info_dto span#dto {
    font-size:16px;
    font-weight:700;
    color:#bb0130
}

.info-body .info-precios .precios .ficha_item_info_precio {
    float:right;
    margin-right:5px;
    width:50%;
    text-align:right
}

.ficha_item_info_precio span {
    color:#bb0130;
    font-size:20px;
    font-weight:700
}

.info-foot {
    background-position:-1px -43px;
    float:left;
    height:5px;
    width:570px
}

.ficha .others {
    width:199px;
    float:right;
    position:relative;
    min-height:165px;
    overflow:hidden
}

.ficha .others .zona-entrega {
    width:199px;
    float:right
}

.ficha .others .zona-entrega .zona-entrega-head {
    background-position:-581px -7px;
    float:right;
    height:5px;
    width:197px
}

.ficha .others .zona-entrega .zona-entrega-body {
    float:right;
    overflow:hidden;
    width:197px;
    padding:5px 10px
}

.ficha .others .zona-entrega .zona-entrega-foot {
    background-position:-581px -33px;
    float:right;
    height:5px;
    width:197px;
    margin-bottom:5px
}

.ficha .others .carrito {
    width:199px;
    float:right;
    bottom:0
}

.pestanyas {
    width:780px;
    float:left;
    margin-top:20px
}

.pestanyas-head {
    float:left;
    width:778px;
    clear:both;
    border-bottom:1px solid #d8d8d8
}

.pestanyas-head ul {
    overflow:hidden;
    list-style:none;
    list-style-type:none;
    color:#000;
    font-size:12px;
    padding:0
}

.pestanyas-head ul li {
    float:left;
    line-height:24px;
    font-weight:700;
    border:1px solid #5f5f5f;
    margin:5px 10px 5px 0
}

.pestanyas-body .pestanya-content {
    float:left;
    margin:2% 4%;
    width:92%
}

.pestanya-content hr {
    display:none
}

.pestanya-content-columns-3 {
    -webkit-column-count:3;
    -webkit-column-gap:25px;
    -moz-column-count:3;
    column-count:3
}

.pestanya-content-columns-2 {
    -webkit-column-count:2;
    -webkit-column-gap:25px;
    -moz-column-count:2;
    column-count:2;
    -moz-column-gap:25px
}

.pestanya-content iframe {
    width:100%
}

.pestanyas-body #pestanya-9999 {
    float:left
}

.pestanyas-body {
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
    overflow:hidden;
    width:778px;
    color:#666;
    line-height:18px;
    float:left;
    border-bottom:1px solid #d8d8d8
}

.pestanyas-body .h5 {
    font-size:12px;
    color:#333;
    font-weight:700;
    margin:5px 4px 5px auto
}

.pestanyas-body h4 {
    font-size:12px;
    color:#333;
    font-weight:700;
    width:100%;
    margin-top:10px;
    margin-bottom:5px
}

.pestanyas-body h3 {
    font-size:14px;
    font-weight:700;
    margin-top:5px;
    margin-bottom:5px;
    color:#333;
    width:100%;
    padding-bottom:10px;
    border-bottom:1px dotted #a5a5a5
}

.pestanyas-body ul {
    margin:0 0 5px 10px;
    padding:5px 0 0 10px;
    display:inline-block;
    font-size:12px
}

.pestanyas-body ul li ul {
    display:block
}

.pestanyas-body ul li {
    line-height:18px;
    list-style-type: circle;
}

.pestanyas-body p img {
    float:left;
    margin-right:10px;
    margin-bottom:5px
}

#dialogo-popup .pestanyas-body p img {
    margin-right:10px;
    margin-left:0;
    float:none!important
}

.pestanyas-body p {
    line-height:18px;
    font-size:12px;
    overflow:hidden;
    width:100%;
    margin:5px 0;
    display:inline-block
}

.pestanyas-body div#muy_importante p {
    display:block;
    overflow:inherit
}

.pestanyas-body .left {
    float:left;
    width:340px;
    border:0;
    padding:0
}

.pestanyas-body .right {
    float:right;
    width:340px;
    border:0;
    padding:0
}

.pestanyas-body .parrafos {
    float:right;
    width:720px;
    margin-right:10px
}

.pestanyas a.sBotones {
    margin-top:20px;
    float:right
}

.separador {
    clear:both;
    height:30px;
    width:100%
}

#dialogo-popup {
    font-size:13px;
    font-weight:400;
    color:#666;
    line-height:18px;
    z-index:5000
}

#dialogo-popup img {
    margin-left:1em;
    margin-right:1em
}

#dialogo-popup .wrapper_ajax img {
    margin-left:0;
    margin-right:0
}

#dialogo-popup p {
    float:left;
    width:100%;
    margin:0;
    padding:0
}

#dialogo-popup .cms p {
    float:none;
    width:auto
}

.proceso_compra .ui-widget-header {
    background:#fff url(/resources/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50%;
    border:1px solid #aaa
}

.proceso_compra {
    float:left;
    width:100%;
    border:1px solid #d8d8d8
}

.proceso_compra .proceso_wrapper .paso {
    float:left;
    width:100%;
    display:block;
    height:auto;
    clear:both;
    border-bottom:1px dashed #d8d8d8
}

.paso .left {
    float:left;
    width:179px;
    border-right:1px solid #d8d8d8;
    width:20%
}

.paso .right {
    float:right;
    width:80%;
    padding:10px;
    color:#666;
    line-height:18px;
    font-size:13px
}

.paso .right label {
    margin-right:5px;
    font-weight:700;
    color:#666;
    font-size:12px
}

.paso .right div.campo {
    border:0;
    float:left;
    width:48%
}

.paso .right .campos {
    margin-top:10px;
    margin-bottom:10px;
    float:left;
    clear:both;
    width:100%
}

.paso .left h2 {
    font-size:15px;
    font-weight:700;
    margin:5px 5px 2px;
    padding:2px
}

.paso .left h4 {
    font-size:11px;
    font-weight:700;
    margin:0 5px 5px;
    padding:2px
}

.paso .paso_resume,.proceso_compra .proceso_wrapper .paso .paso_content {
    width:100%;
    float:left;
    clear:both;
    display:flex
}

.proceso_wrapper .disabled .paso_resume {
    background-color:#f4f4f4
}

.proceso_wrapper .disabled .paso_resume .carrito {
    margin-top:5px
}

.proceso_wrapper .disabled .paso_resume .carrito table {
    width:100%
}

.proceso_wrapper .enabled .left {
    color:#fff;
    background-color:#60ae24
}

.proceso_compra .direccion {
    float:left;
    width:48%;
    font-size:12px
}

.proceso_compra .direccion h4 {
    font-weight:700;
    color:#333;
    margin-top:0;
    margin-bottom:0;
    font-size:12px
}

.proceso_compra .direccion p {
    color:#666;
    font-weight:400;
    line-height:18px;
    margin-left:2px;
    margin-top:15px
}

a.botones {
    display:block;
    background-repeat:no-repeat;
    background-image:url(/resources/images/sprites/botones.png)
}

.proceso_compra .entrega {
    color:#666
}

.proceso_compra .entrega h4,.proceso_compra .pago h4 {
    font-size:13px;
    border-bottom:1px solid #d8d8d8;
    margin-bottom:10px
}

.proceso_compra .entrega h5 {
    font-size:13px;
    margin-bottom:10px;
    font-weight:400
}

.proceso_compra .entrega h6 {
    font-size:13px;
    font-weight:700;
    margin-bottom:10px;
    color:#bb0130
}

.proceso_compra .entrega .opcion {
    line-height:18px;
    margin-bottom:2px;
    font-size:12px
}

.proceso_compra .pago .opcion,.proceso_compra .tipos-envio .opcion {
    line-height:30px;
    margin-bottom:2px;
    font-size:12px;
    background-color:#f1f1f1;
    border-bottom:1px solid #d8d8d8;
    padding:3px 5px
}

.proceso_compra .pago .opcion input,.proceso_compra .entrega .opcion input {
    margin:3px 5px
}

.proceso_compra .pago .opcion .subopcion,.proceso_compra .tipos-envio .opcion .subopcion,.proceso_compra #entrega-tipos-envio .opcion .subopcion {
    background-color:#fff;
    margin:2px;
    padding:10px
}

.proceso_compra .entrega .opcion .subopcion2 {
    margin:1em
}

.proceso_compra .entrega .opcion .subopcion {
    background-color:#efefef;
    margin:.5em;
    padding:.5em
}

p.ahorra .ahorras_texto,p.ahorra .ahorras_simbolo {
    margin-right:1px
}

.pedido_ok {
    float:left;
    background-image:url(/resources/images/icons/pedido_ok.jpg);
    background-repeat:no-repeat;
    background-position:0;
    height:100px;
    margin-top:20px;
    padding:1em
}

.pedido_ok p {
    margin-left:100px;
    line-height:18px;
    color:#666;
    font-size:13px;
    margin-top:20px
}

.pedido_ok .pedido {
    color:#000;
    font-weight:700;
    font-size:15px
}

.pedido_ok span a {
    font-weight:700;
    color:#bb0130
}

.jhometip {
    position:absolute;
    width:296px;
    height:56px;
    text-align:left;
    z-index:2000;
    margin:0
}

.jhometip-righttop div,div.jhometip-rightbottom div {
    padding:8px 10px 0 25px
}

.jhometip-lefttop div,div.jhometip-leftbottom div {
    padding:8px 15px 0 10px
}

.jhometip-flat {
    margin-top:8px;
    border-top:3px solid #d9d9d9;
    background-color:#5c5c5c;
    padding:8px 8px 0
}

.jhometip-righttop {
    background:transparent url(/resources/images/forms/jhometip-righttop.png) no-repeat left top
}

.jhometip-rightbottom {
    background:transparent url(/resources/images/forms/jhometip-rightbottom.png) no-repeat left top
}

.jhometip-lefttop {
    background:transparent url(/resources/images/forms/jhometip-lefttop.png) no-repeat left top
}

.jhometip-leftbottom {
    background:transparent url(/resources/images/forms/jhometip-leftbottom.png) no-repeat left top
}

.jhometip p.jhometip-info {
    font-size:12px;
    color:#FFF;
    text-align:left;
    padding:4px 0
}

.ahorras_texto {
    color:#06c;
    font-size:13px;
    margin-right:5px
}

.ahorras_simbolo {
    font-size:13px;
    margin-right:5px;
    color:#693
}

.carrito,.carrito_head,.carrito_body,.carrito_footer {
    float:left;
    clear:both;
    width:779px;
    line-height:16px
}

.carrito {
    margin-top:1em
}

.carrito_head {
    background-image:url(/resources/images/proceso_compra/fondo-compra.png);
    background-repeat:no-repeat;
    background-position:0 0;
    height:3px
}

.carrito_footer {
    background-image:url(/resources/images/proceso_compra/fondo-compra.png);
    background-repeat:no-repeat;
    background-position:0 -19px;
    height:3px
}

.carrito_body {
    background-image:url(/resources/images/proceso_compra/fondo-compra-bgr.png);
    background-repeat:repeat-y;
    border-radius:5px;
    border:1px solid #d8d8d8;
    position:relative
}

.carrito_body .left {
    float:left;
    width:180px;
    padding-left:10px;
    padding-top:5px;
    position:absolute;
    top:0;
    bottom:0
}

.carrito_body .left h2 {
    font-size:15px;
    color:#666;
    font-weight:700
}

.carrito_body .left ul {
    list-style:none;
    list-style-type:none;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:0 15px
}

.carrito_body .right {
    float:right;
    width:598px
}

.carrito .productos {
    width:99%;
    border:0;
    margin:0
}

.carrito .productos td.columna_eliminar {
    width:20px;
    text-align:right;
    padding-left:5px
}

.carrito .productos td.columna_imagen {
    width:180px;
    text-align:center
}

a.producto_imagen {
    display:block;
    width:150px
}

.producto_ajax a.producto_imagen {
    border:1px solid #d8d8d8;
    border-radius:5px
}

a.producto_imagen img {
    border-radius:5px;
    width:148px
}

.productos td.columna_unidades {
    width:80px;
    text-align:center
}

.carrito .productos td.columna_precio {
    width:100px;
    text-align:right;
    padding-right:5px;
    font-size:15px;
    color:#666;
    font-weight:700
}

.carrito .productos td.columna_precio_disabled {
    width:100px;
    text-align:right;
    padding-right:5px;
    font-size:15px;
    color:#bbb;
    font-weight:700
}

.carrito .producto_delete {
    display:block;
    width:18px;
    height:20px;
    background-image:url(/resources/images/icons/producto_delete.png);
    background-repeat:no-repeat
}

.carrito .producto.agotado {
    background-image:url(/resources/images/icons/carrito_error.png);
    background-repeat:no-repeat;
    background-position:right bottom
}

.sBancos {
    background-image:url(/resources/images/sprites/bancos.png);
    background-repeat:no-repeat
}

.bancos {
    overflow:hidden;
    margin-top:10px;
    margin-bottom:10px
}

.bancos .banco {
    float:left;
    margin-right:1px
}

.bancos a {
    display:block;
    height:67px;
    width:107px
}

.banco-bbva {
    background-position:0 -1px
}

.banco-lacaixa {
    background-position:-112px -1px
}

.banco-banesto {
    background-position:-226px -1px
}

.banco-bsch {
    background-position:-337px -1px
}

.banco-cajamadrid {
    background-position:-452px -1px
}

.banco p a {
    float:left;
    margin:0 10px 10px
}

.carrito a.masinfo_off {
    background-image:url(/resources/images/icons/masinfo_off.png);
    background-repeat:no-repeat;
    display:block;
    width:37px;
    height:20px;
    float:left;
    background-position:0 -4px;
    margin-left:5px
}

.carrito a.masinfo,.tipos-envio a.masinfo {
    background-image:url(/resources/images/icons/masinfo.png);
    background-repeat:no-repeat;
    display:block;
    width:37px;
    height:20px;
    float:left;
    background-position:0 -4px;
    margin-left:5px
}

.carrito tr.producto td {
    color:#666;
    font-size:13px;
    padding-bottom:10px;
    padding-top:10px;
    line-height:18px
}

.carrito tr.opcion_fila td {
    border-bottom:1px solid #d8d8d8;
    color:#666;
    font-size:13px;
    padding-bottom:10px;
    line-height:18px
}

.carrito tr.opcion td {
    color:#666;
    font-size:13px;
    padding-top:5px;
    line-height:18px;
    padding-bottom:5px
}

.carrito .producto ul {
    list-style-type:none;
    list-style:none;
    margin:0;
    padding:0
}

.carrito .producto li {
    font-size:11px;
    color:#666
}

.carrito .producto li.rojo {
    color:#bb0130;
    font-weight:700
}

.carrito .producto .producto_spin,.producto_spin {
    width:30px;
    text-align:center;
    font-size:12px;
    height:21px;
    border-radius:0
}

.carrito .producto .producto_precio {
    font-size:13px;
    font-weight:700;
    color:#666
}

tr.producto_totales .carrito_antes {
    text-align:left;
    width:200px
}

tr.producto_totales .carrito_antes span {
    font-size:20px;
    font-weight:700;
    color:#666;
    text-align:left
}

tr.producto_totales .carrito_ahora {
    text-align:right;
    width:200px;
    padding-right:5px
}

tr.producto_totales .carrito_ahora span {
    font-size:16px;
    font-weight:700;
    color:#bb0130;
    text-align:right
}

tr.producto_totales .carrito_dto {
    width:200px;
    text-align:center
}

tr.producto_totales .carrito_dto span#carrito_dto {
    font-size:20px;
    font-weight:700;
    color:#bb0130;
    text-align:right
}

tr.producto_totales td,tr.producto_totales div {
    font-weight:700;
    color:#666;
    font-size:13px;
    height:30px;
    vertical-align:bottom!important
}

.carrito a.comprar {
    display:block;
    background-repeat:no-repeat;
    background-position:0 0;
    height:auto;
    margin:10px auto;
    padding:5px;
    width:450px;
    background-color:#1bb290;
    text-align:center;
    color:#fff;
    text-decoration:none
}

.paypal-shopping-cart {
    width:450px;
    margin:10px auto;
    text-align:center
}

.opciones_carrito li {
    background:none!important
}

.opciones_carrito li a {
    background-repeat:no-repeat;
    display:block;
    height:20px;
    font-size:12px;
    color:#666
}

.carrito .entrega {
    border-top:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:5px;
    position:absolute;
    font-size:12px;
    font-weight:400;
    color:#666;
    margin-right:10px;
    top:30%
}

.carrito .entrega h4 {
    font-weight:700;
    color:#333;
    font-size:12px
}

.carrito .entrega h5 a {
    font-size:11px;
    color:#333
}

.carrito .entrega p {
    margin-top:5px;
    margin-bottom:5px;
    line-height:18px
}

.carrito .entrega p img {
    float:left;
    margin-right:2px
}

.listado_estatico {
    background-color:#fff;
    line-height:18px;
    color:#666;
    font-size:13px;
    float:left
}

.listado_estatico_header {
    float:left;
    width:100%;
    margin-top:20px
}

.listado_estatico_header p {
    line-height:18px;
    color:#666;
    font-size:13px
}

.listado_estatico_header p img {
    float:right;
    margin-left:1em
}

.listado_banner p {
    padding-left:180px;
    padding-right:15px;
    padding-top:10px
}

.listado_estatico_eleccion_rapida {
    font-size:12px;
    height:14px;
    padding-left:23px;
    width:19px
}

.listado_estatico_medidas {
    border-left:3px solid #d91a06;
    padding-left:10px;
    float:left;
    margin-top:35px
}

.listado_estatico_productos {
    width:100%;
    float:left
}

.listado_producto_3c_head {
    background-image:url(/resources/images/listados_estaticos/producto_3c_head.png);
    background-repeat:no-repeat;
    height:3px;
    float:left;
    width:100%;
    font-size:1px;
    line-height:0
}

.listado_producto_4c_head {
    background-image:url(/resources/images/listados_estaticos/producto_4c_head.png);
    background-repeat:no-repeat;
    height:3px;
    float:left;
    width:100%;
    font-size:1px;
    line-height:0
}

.listado_producto_2c_head {
    background-image:url(/resources/images/listados_estaticos/producto_2c_head.png);
    background-repeat:no-repeat;
    height:3px;
    float:left;
    width:100%;
    font-size:1px;
    line-height:0
}

.listado_producto_3c_foot {
    background-image:url(/resources/images/listados_estaticos/producto_3c_foot.png);
    background-repeat:no-repeat;
    height:7px;
    float:left;
    width:100%;
    font-size:1px;
    line-height:0
}

.listado_producto_4c_foot {
    background-image:url(/resources/images/listados_estaticos/producto_4c_foot.png);
    background-repeat:no-repeat;
    height:7px;
    float:left;
    width:100%;
    font-size:1px;
    line-height:0
}

.listado_producto_2c_foot {
    background-image:url(/resources/images/listados_estaticos/producto_2c_foot.png);
    background-repeat:no-repeat;
    height:7px;
    float:left;
    width:100%;
    font-size:1px;
    line-height:0
}

.listado_producto_3c_body h2,.listado_producto_3c_body h2 a,.listado_producto_4c_body h2,.listado_producto_4c_body h2 a,.listado_producto_2c_body h2,.listado_producto_2c_body h2 a {
    font-size:15px;
    font-weight:700;
    color:#666;
    margin-top:2px;
    margin-left:3px;
    float:left
}

.listado_producto_2c_body h2,.listado_producto_2c_body h2 a {
    margin-top:3px;
    margin-left:6px
}

.listado_producto_4c .producto_imagen {
    width:180px;
    height:210px;
    background-position:0 0;
    margin-left:1px;
    margin-right:1px
}

.listado_producto_3c .producto_imagen {
    width:248px;
    height:200px;
    background-position:0 0;
    margin-left:1px;
    margin-right:1px
}

.listado_producto_2c .producto_imagen {
    width:380px;
    height:210px;
    background-position:0 0;
    margin-left:1px;
    margin-right:1px
}

.producto_imagen a {
    display:block;
    width:100%;
    height:175px;
    float:left;
    position:relative
}

.producto_imagen a span.verde {
    display:inline;
    color:#8DC63F
}

h1 span.verde {
    color:#8DC63F
}

.producto_imagen div.producto_precio {
    position:absolute;
    bottom:5px;
    right:5px
}

.listado_producto_2c .producto_imagen a {
    height:180px
}

.listado_producto_4c .producto_imagen a {
    height:166px
}

.listado_producto_3c .producto_imagen h2 a {
    float:left;
    height:auto;
    width:220px;
    display:block;
    text-align:center
}

.listado_producto_4c .producto_imagen h2 a {
    float:left;
    height:auto;
    width:110px;
    display:block;
    text-align:left
}

.listado_producto_2c .producto_imagen h2 a {
    float:left;
    height:auto;
    width:320px;
    display:block;
    text-align:center
}

.producto_precio {
    float:left;
    width:100%;
    text-align:right;
    font-weight:700;
    color:#666;
    padding-right:5px
}

.producto_precio span {
    color:#bb0130;
    font-size:24px;
    font-weight:700
}

.listado_producto_4c .producto_descripcion h4 {
    background-image:url(/resources/images/listados_estaticos/producto_4c_item.png);
    font-size:13px;
    font-weight:700;
    height:21px;
    line-height:21px;
    text-align:center
}

.producto_descripcion ul li {
    background-image:url(/resources/images/listados_estaticos/punto.png);
    background-position:7px 11px;
    background-repeat:no-repeat;
    height:50px;
    line-height:21px;
    margin:1px;
    padding:5px 5px 0 14px
}

.listado_producto_4c .producto_descripcion ul li {
    height:60px;
    line-height:18px
}

.producto_descripcion ul li.void {
    list-style-type:none;
    background:0
}

.producto_descripcion ul li.boton {
    background:0;
    list-style-type:none;
    text-align:center;
    height:42px;
    margin:10px 1px 0;
    padding:0
}

.listado_recomendados_banner {
    background-position:0 0;
    height:34px
}

.listado_eleccion_banner {
    background-position:0 -36px;
    height:34px;
    margin-left:7px
}

.h1_eleccion_rapida {
    background-image:url(/resources/images/titles/eleccionrapida.jpg);
    display:block;
    height:90px;
    width:750px;
    margin-bottom:1em
}

p.eleccion {
    font-size:1em;
    color:#333;
    overflow:hidden;
    float:left;
    margin:1em 0
}

p.avisos {
    font-size:13px;
    font-weight:700;
    color:#666;
    float:left;
    margin-top:5px
}

.categoria,.categoria ul {
    list-style:none;
    list-style-type:none
}

.categoria {
    float:left;
    overflow:hidden;
    width:252px;
    line-height:20px
}

.faqs {
    float:left;
    overflow:hidden;
    line-height:20px;
    padding-left:1em;
    margin:0
}

.categoria li {
    margin-left:5px;
    font-size:14px;
    font-weight:700;
    color:#333
}

.categoria li li a {
    display:block;
    font-weight:400;
    font-size:13px;
    color:#666
}

div.preguntas-frecuentes div.header {
    background-image:url(/resources/images/preguntas-frecuentes/cabecera-preguntas.jpg);
    float:left;
    width:779px;
    height:245px;
    margin-bottom:1em;
    background-position:-34px -52px
}

div.preguntas-frecuentes div.head {
    background-image:url(/resources/images/preguntas-frecuentes/frecuentes-head.png);
    background-repeat:no-repeat;
    height:13px;
    line-height:1px;
    font-size:1px;
    float:left;
    width:779px
}

div.preguntas-frecuentes div.foot {
    background-image:url(/resources/images/preguntas-frecuentes/frecuentes-foot.png);
    background-repeat:no-repeat;
    height:13px;
    line-height:1px;
    font-size:1px;
    float:left;
    width:779px;
    margin-bottom:25px
}

div.preguntas-frecuentes a.faqsVolver {
    float:right;
    background-image:url(/resources/images/preguntas-frecuentes/boton-volver-preguntas.png);
    width:342px;
    height:29px
}

div.preguntas-frecuentes a.faqsVolverDown {
    background-position:-343px -2px
}

div.preguntas-frecuentes div.body {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    float:left;
    width:779px;
    border:1px solid #d8d8d8;
    padding:10px 0
}

div.preguntas-frecuentes div.pregunta-frecuente {
    float:left;
    line-height:18px;
    padding:.5em
}

div.subidor {
    margin-bottom:1em;
    border-bottom:1px dashed #d8d8d8;
    padding-bottom:3px;
    font-size:12px
}

div.subidor a {
    background-image:url(/resources/images/preguntas-frecuentes/arrow.png);
    background-position:0 1px;
    background-repeat:no-repeat;
    color:#BB0130;
    padding-left:20px
}

div.preguntas-frecuentes div.pregunta-frecuente a {
    color:#369;
    font-size:13px
}

div.preguntas-frecuentes a.volver {
    padding-left:23px;
    padding-right:5px;
    background-image:url(/resources/images/preguntas-frecuentes/arrow2.png);
    background-position:0 2px;
    background-repeat:no-repeat;
    clear:both;
    color:#666;
    float:right;
    line-height:18px;
    margin-top:2em
}

div.preguntas-frecuentes div.pregunta-frecuente .answer {
    color:#666;
    font-size:12px;
    font-weight:400;
    margin-left:20px
}

div.preguntas-frecuentes div.pregunta-frecuente .answer ul {
    list-style-type:disc;
    margin:.2em 1em;
    padding:.2em 1em
}

div.preguntas-frecuentes div.pregunta-frecuente h3 {
    font-size:14px;
    font-weight:700;
    color:#666
}

div.preguntas-frecuentes .fLeft {
    float:left;
    width:25%
}

div.preguntas-frecuentes .fRight {
    float:right;
    width:75%
}

div.preguntas-frecuentes .eLeft {
    float:left;
    width:30%;
    text-align:center
}

div.preguntas-frecuentes .eRight {
    float:left;
    margin-left:1em;
    width:68%
}

div.preguntas-frecuentes .eRightNoimg {
    float:right;
    margin-left:1em;
    width:785px
}

.carrito .boton.botonSeleccionar {
    background-position:0 -118px
}

.carrito .boton {
    height:56px;
    background-position:0 0;
    display:block;
    background-color:#1bb290;
    text-align:center;
    color:#fff!important;
    padding:10px 30px;
    border-radius:2px;
    font-size:18px;
    font-weight:700;
    line-height:36px
}

.carrito-2018-boton-icon {
    background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'%0AviewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E%0A.st0%7Bfill:none;%7D%0A.st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M28.2,9.9c-0.2-0.2-0.5-0.5-1-0.5H10.6L9.9,7.7C9.8,7.5,9.8,7.4,9.7,7.3c0-0.1-0.1-0.2-0.2-0.2%0AC9.4,7,9.3,7,9.2,6.9H9.2c0-0.1-0.1-0.1-0.2-0.2l0,0c-0.1,0-0.2,0-0.2-0.1H8.7c-0.1,0-0.1,0-0.2,0H5.2c-0.9,0-1.6,0.7-1.6,1.6%0As0.7,1.6,1.6,1.6h2.2l0.9,1.9c0.2,0.7,0.6,1.2,0.6,1.2l2.2,4.9c0,0.1,0.1,0.1,0.1,0.2l0.4,0.8c0.2,0.6,0.6,0.9,1.1,1.1L13,20h9.6%0Ah0.8l0.6-0.1c0.5-0.2,0.9-0.6,1.1-1.1l2.7-5.9C27.8,12.6,28.8,10.9,28.2,9.9z M14.8,20.9c-1.2,0-2.1,1-2.1,2.1%0Ac0,1.2,1,2.1,2.1,2.1c1.2,0,2.1-1,2.1-2.1C17,22,16,20.9,14.8,20.9z M22.4,20.9c-1.2,0-2.1,1-2.1,2.1c0,1.2,1,2.1,2.1,2.1%0Ac1.2,0,2.1-1,2.1-2.1C24.6,22,23.7,20.9,22.4,20.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M28.2,9.9c-0.2-0.2-0.5-0.5-1-0.5H10.6L9.9,7.7C9.8,7.5,9.8,7.4,9.7,7.3c0-0.1-0.1-0.2-0.2-0.2%0AC9.4,7,9.3,7,9.2,6.9H9.2c0-0.1-0.1-0.1-0.2-0.2l0,0c-0.1,0-0.2,0-0.2-0.1H8.7c-0.1,0-0.1,0-0.2,0H5.2c-0.9,0-1.6,0.7-1.6,1.6%0As0.7,1.6,1.6,1.6h2.2l0.9,1.9c0.2,0.7,0.6,1.2,0.6,1.2l2.2,4.9c0,0.1,0.1,0.1,0.1,0.2l0.4,0.8c0.2,0.6,0.6,0.9,1.1,1.1L13,20h9.6%0Ah0.8l0.6-0.1c0.5-0.2,0.9-0.6,1.1-1.1l2.7-5.9C27.8,12.6,28.8,10.9,28.2,9.9z M14.8,20.9c-1.2,0-2.1,1-2.1,2.1%0Ac0,1.2,1,2.1,2.1,2.1c1.2,0,2.1-1,2.1-2.1C17,22,16,20.9,14.8,20.9z M22.4,20.9c-1.2,0-2.1,1-2.1,2.1c0,1.2,1,2.1,2.1,2.1%0Ac1.2,0,2.1-1,2.1-2.1C24.6,22,23.7,20.9,22.4,20.9z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width:32px;
    height:32px
}

.carrito-2018-boton-text {
    vertical-align:top;
    line-height:35px
}

div.entrega {
    padding-bottom:5px;
    position:relative
}

span.texto-entrega {
    color:#666;
    font-size:14px;
    font-weight:700
}

.zona-entrega-body div.campo {
    font-size:12px;
    margin-bottom:1px;
    border:none;
    line-height:16px;
    padding-top:0;
    padding-bottom:0
}

.zona-entrega-body .cambiar {
    font-size:10px
}

a#boton-codigo-postal {
    background-image:url(/resources/images/icons/serie-verde.png);
    background-position:-25px 0;
    background-repeat:no-repeat;
    width:15px;
    height:19px;
    display:inline-block;
    vertical-align:-4px;
    cursor:pointer;
    margin:0;
    padding:0
}

#input_codigo_postal {
    border:1px solid #d5d5d5;
    width:99px;
    height:19px;
    margin-bottom:2px
}

.no-cp .nota {
    clear:both;
    color:#999;
    float:left;
    font-size:12px;
    font-weight:700;
    line-height:16px
}

#zona-codigo-postal {
    float:left;
    margin-right:2px;
    margin-bottom:5px
}

.info-body > div {
    margin:5px auto
}

.menu #pestanyas #desconectar {
    border:1px solid #fff;
    background-color:#1BB290;
    background-image:none
}

.menu #pestanyas #desconectar a {
    color:#fff!important
}

#slider {
    height:10px;
    overflow:hidden
}

.info-body .info-precios .opcion_obligatoria {
    margin-top:5px;
    margin-bottom:5px
}

table.pedidos {
    font-weight:700;
    color:#666;
    font-size:14px;
    clear:both
}

.orders {
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:5px;
    margin-bottom:5px;
    border-bottom:1px dotted #d8d8d8;
    float:left
}

.orders h2 {
    color:#333;
    font-size:13px;
    font-weight:700;
    margin-bottom:5px
}

.orders p.direccion {
    color:#666;
    font-size:13px;
    margin:1px;
    padding:0
}

table.pedido {
    margin-top:10px;
    clear:both;
    width:100%
}

table.pedido tfoot td.subtotal {
    font-size:13px;
    color:#666;
    text-align:right;
    padding-right:2em;
    height:2em;
    line-height:2em
}

table.pedido tbody tr td {
    border-top:1px solid #d8d8d8;
    padding-top:5px;
    padding-bottom:5px
}

table.pedido h3 {
    font-size:13px;
    color:#666
}

table.pedido > tfoot > tr:first-child > td {
    border-top:2px solid #D8D8D8;
    padding-top:5px
}

.contactar {
    float:left;
    width:780px;
    overflow:hidden;
    margin-bottom:25px
}

.formulario input,.formulario textarea,.formulario select {
    line-height:18px;
    font-size:12px
}

.ficha .sofas {
    float:left;
    width:779px;
    margin-bottom:10px
}

.sofas_body {
    float:left;
    width:779px;
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8
}

.ficha .sofas #formas {
    padding-bottom:10px;
    float:left;
    width:305px;
    border-right:1px solid #d8d8d8;
    margin-top:5px;
    margin-left:5px
}

.ficha .sofas.sofas_extendido #formas,.ficha .sofas.sofas_extendido #acabados,.ficha .sofas.sofas_extendido #grupos {
    padding-bottom:10px;
    float:left;
    border-right:1px solid #d8d8d8;
    margin-top:5px;
    margin-left:5px;
    width:772px
}

.ficha .sofas.sofas_extendido .ficha_sofas_opciones {
    float:left;
    margin:5px 10px 20px 0
}

.ficha .ficha_sofas_opciones .title-header {
    color:#666;
    font-weight:700;
    font-size:16px;
    text-align:center;
    text-transform:uppercase
}

.ficha .sofas.sofas_extendido .ficha_sofas_opciones p {
    clear:both;
    color:#333;
    float:left;
    font-size:11px;
    line-height:15px;
    padding:10px
}

.ficha .sofas.sofas_extendido .ficha_sofas_opciones_brazo,.ficha .sofas.sofas_extendido .ficha_sofas_opciones_chaiselongue,.ficha .sofas.sofas_extendido .ficha_sofas_opciones_medida_colchon,.ficha .sofas.sofas_extendido .ficha_sofas_opciones_colchon {
    width:45%
}

.ficha #hilos {
    border-top:1px solid #d8d8d8;
    height:auto;
    float:left;
    width:100%;
    padding:10px 20px
}

#formas {
    margin-top:0;
    clear:both;
    float:left;
    width:100%
}

#infoHilos {
    border-bottom:1px solid #CCC;
    margin-bottom:10px;
    padding-bottom:15px;
    padding-top:5px;
    width:779px;
    font-weight:700;
    float:left
}

ul.opciones,ul.lista_opciones {
    list-style:none;
    list-style-type:none;
    clear:both;
    margin:0 0 0 10px;
    padding:0
}

ul.opciones li {
    float:left;
    height:80px;
    min-height:80px;
    width:105px!important;
    margin-top:10px;
    position:relative
}

a.acabado,a.colchon,a.brazo,a.chaiselongue,a.medida_colchon,a.tela,a.formato,a.hilo {
    display:block;
    position:relative;
    width:100px
}

ul.opciones li.forma {
    height:auto;
    min-height:75px
}

html > body div.estrella {
    background-image:url(/resources/images/ajax/ok.png)
}

html > body div.lupa {
    background-image:url(/resources/images/ajax/lupa.png)
}

h4.version {
    background-image:url(/resources/images/sofas/version_sofa.png);
    height:35px;
    width:266px;
    margin-bottom:5px;
    float:left;
    display:block;
    margin-left:9px
}

h4.cabezal {
    background-image:url(/resources/images/sofas/version-cabezal.png);
    height:26px;
    width:266px
}

h4.altura {
    background-image:url(/resources/images/sofas/altura-cabezal.png);
    height:27px;
    width:135px
}

h4.cabecero {
    background-image:url(/resources/images/ficha/titulo-elijacabecero.png);
    height:25px;
    width:281px
}

h4.color_colchon {
    background-image:url(/resources/images/sofas/tipo_colchon.png);
    height:35px;
    width:237px;
    margin-bottom:5px;
    clear:both
}

h4.tipo_brazo {
    background-image:url(/resources/images/sofas/version_brazo.png);
    height:27px;
    width:238px;
    margin-bottom:5px;
    clear:both;
    margin-top:7px
}

h4.tipo_medida_colchon {
    background-image:url(/resources/images/sofas/version_medida_colchon.png);
    height:27px;
    width:276px;
    margin-bottom:5px;
    clear:both;
    margin-top:7px
}

h4.tipo_chaiselongue {
    background-image:url(/resources/images/sofas/version_chaiselongue.png);
    height:27px;
    width:212px;
    margin-bottom:5px;
    clear:both;
    margin-top:7px
}

h4.color_piel {
    background-image:url(/resources/images/sofas/color_piel.png);
    height:35px;
    width:266px;
    margin-bottom:5px;
    clear:both
}

h4.color_piel.color_piel_7 {
    background-image:url(/resources/images/sofas/TituloElijaColorEcopiel.png);
    height:25px
}

h4.color_tela {
    background-image:url(/resources/images/sofas/color_tela.png);
    height:35px;
    width:266px;
    margin-bottom:5px;
    clear:both
}

h4.grupo_tela {
    background-image:url(/resources/images/sofas/tipo_tela.png);
    height:35px;
    width:215px;
    margin-bottom:5px
}

h4.grupo_piel {
    background-image:url(/resources/images/sofas/tipo_piel.png);
    height:35px;
    width:215px;
    margin-bottom:5px
}

h4.color_pespunte {
    background-image:url(/resources/images/sofas/color_pespunte.png);
    height:35px;
    width:266px;
    margin-bottom:5px
}

h4.respaldo {
    background-image:url(/resources/images/sofas/tituloelijarespaldo.png);
    height:25px;
    width:160px;
    margin-bottom:5px
}

h4.asiento {
    background-image:url(/resources/images/sofas/tituloelijaasiento.png);
    height:25px;
    width:145px;
    margin-bottom:5px
}

.stock {
    display:block;
    width:170px;
    height:50px;
    border:1px solid #FFF;
    float:right
}

.infoStock ul {
    list-style:none;
    margin:0;
    padding:0 0 15px
}

.infoStock li {
    float:left;
    padding:2px
}

.infoStock li a {
    display:block;
    height:23px;
    width:268px;
    position:relative;
    margin:1px
}

.ver_solo_stock {
    background-image:url(/resources/images/ficha_sofas/ver_solo_stock.png)
}

.ver_todos {
    background-image:url(/resources/images/ficha_sofas/ver_todos.png)
}

.sofas .info-precios {
    float:none;
    width:570px;
    background-image:url(/resources/images/sofas/fondo-precios-sofas.jpg);
    background-repeat:repeat-y
}

.sofas .info-precios.cabecera {
    float:none;
    background-image:url(/resources/images/sofas/cabecera-precios-sofas.jpg);
    height:5px;
    width:570px;
    background-repeat:repeat-y;
    margin:0
}

.sofas .info-precios .ficha_item_info_antes {
    width:183px;
    float:left
}

.sofas .precios {
    border-top:1px solid #d8d8d8;
    width:569px;
    height:40px;
    line-height:20px;
    padding:10px
}

.sofas .forma {
    width:569px;
    padding:10px
}

.sofas .forma a {
    width:140px;
    padding:0
}

.sofas .info-precios .ficha_item_info_dto {
    width:183px;
    float:left;
    text-align:center
}

.sofas .info-precios .ficha_item_info_dto .dto {
    font-size:16px;
    color:#bb0130;
    font-weight:700
}

.sofas .info-precios .ficha_item_info_precio {
    width:183px;
    float:right;
    text-align:right
}

.sofas .info-precios .ficha_item_info_precio .precio_ahora {
    font-size:20px;
    color:#bb0130;
    font-weight:700
}

.sofas .info-precios.pie {
    background-image:url(/resources/images/sofas/pie-precios-sofas.jpg);
    height:5px;
    width:570px
}

.sofas .info .financiado {
    color:#bb0130;
    width:569px;
    border-top:1px solid #ccc;
    padding:10px
}

.sofas .info .financiado .coste-dto {
    float:left;
    font-size:13px;
    margin-left:90px;
    font-weight:700
}

.sofas .info .financiado .coste-dia {
    float:right;
    font-weight:700
}

.sofas .info .financiado .coste-mes {
    float:right;
    line-height:20px;
    font-weight:700;
    margin-left:5px
}

.sofas .info .texto_impuestos {
    clear:both;
    float:left;
    width:548px;
    text-align:center;
    margin-top:10px;
    line-height:18px;
    font-size:11px
}

.sofas .lista_opciones li {
    width:110px;
    float:left;
    padding:10px
}

div.sofas_head {
    background-image:url(/resources/images/sofas/cabecera-opciones-sofas.png);
    height:4px;
    width:779px;
    float:left
}

div.sofas_footer {
    background-image:url(/resources/images/sofas/pie-opciones-sofas.png);
    height:4px;
    width:779px;
    float:left
}

.relacionado {
    border-bottom:1px solid #d8d8d8;
    padding-bottom:10px;
    float:left;
    margin-bottom:10px;
    width:100%;
    margin-top:20px
}

.relacionado img {
    border:0;
    float:left;
    clear:both
}

.block {
    float:right;
    width:450px
}

.relacionado .verproducto a {
    background-image:url(/resources//resources/img_listados/ver-producto.gif);
    background-repeat:no-repeat;
    display:block;
    float:right;
    width:105px;
    height:20px
}

.sUrgente {
    background-image:url(/resources/images/sprites/entrega_urgente.jpg);
    background-repeat:no-repeat
}

span.mini {
    color:#666;
    font-size:10px
}

.formulario-contacto {
    float:left;
    margin-top:2em;
    margin-bottom:2em
}

.formulario-line,.formulario-content {
    float:left
}

#cms .formulario-line p,.formulario-line p {
    font-size:13px;
    color:#666;
    padding-left:60px;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA0CAMAAAAHWGBpAAADAFBMVEWwTlDN0NKtLi7W2Nng4eKmFhX26up3AADJVVSiLy/MztHVpaTUiorS1NbWLS3HhYWTBAOGkZeZGBbx3d709fbHr6+CjZJyfYN8hoymMDDj29yhMjHXlpXJmJbGOjnjxcW5LS3YBAPb3N36+vqjBgTV1tfQ0tTY2tu1NDJbZWu6vL26ZGPqUlPj5OWzIiPEaWrq0NFrdXzy8/T29ve5BgX68/LOLS3d3t9wGBX19vfEXF3z9PXVt7fKzM5hbHKbISDEJCO/iYeVnKC9LS3kysrm5+jhubjExMTNenu2LS3s2troycnNzc3dxMSrHh6yLS7KLSzm6OnU1tfZ2tvR0tLl5ueoLi/Ydnbf4OHx5ub09PXOcnLi4+TP0dTKCwrc3t+8IyKyHByeKyqrNzX57u7r7O3GyMqZoaetJibJycmHBge2ubry8vOOlprCwsLo6ero6OqJJSTNwsPOZmX4+PmjISHazc3Y2drk5ebGERGDFhPs7e7HLS2WODXU1NTALS7Lzc+8ExHq6+zx8vN9iI7ILCvv8PHc3d68LSvw8PCyEhDv6urf39/CdnVseH7p6uvU1dbY2NjIysy9GhnUwMDu7u+6Kip5g4mkOzqjKCd3gYjW1tb7+/q2KCe4Ly/Aw8Tk5OW9Jyh1f4WBi5DBxMbMKSrHKivJJSXr7O3n6Onm5udncni/MC/PLC3HLStlb3aTJSL8/Pzu7/D39/jt7u/3+Pj7/Pzw8fL8/Pv+/f3//v7KKiv7/Pu9v8Dy7u/c3Ny+nZy1fHrNYF+yQD/a29xwJyXlwMHu19fc3NueEA6mq632u7r74ODn4uO6GRfIKyzELzDjwL/MLSxPFhPPx8lcJiJqIB7nPz+5Dg2qbm3Y0NG1c2+8KCu0JiaQHx68KSdpc3nc2dnQy8z7+/v5+vr7+Pj6+vnFQEK+UFHprq38+/ufion30M/Fe3vRJymXcHBveoDW1NXW1da8t7eTKifU09Ssjo+yLSnJn5+1LCvNv7/ldXTCKyz9/f3+/v7////d5THAAAAHC0lEQVQY09WPf1wT5x3HCQmKkVS0N0DAipGEAktWLsU0PX4oGKsWkRKiZzxUrC8FqcYWaW6NE0wwcTQlaWuloTRM0HnRZfbyE2ux28zq2Frr3I+yHzq3dNW5jWWvzdVuPpc9d0kK9I91r/7Xd7jnnjue930+35TYFyXly2qWL56Xt/1TXi2du3LH/2Wee2ies3r7HJa8PLhsd1bP+evi8s83/1jxavX2vLgHWcjunNXOFy59nvnmT52dXNScha0tLfJrGxYu3AAvZ2fK4v9hMpBzc8fHO53wbOvlLZBDvZ3QZOl88n4mAYAXPA2mTBqAj+iHFmSOj6e1tvZuWQLZMjFenbqB+3V+rTypQi9uJ01Aw+cdj2YWFkJ3YsmSD776wZaHM6+nxtnQuTbZj41j6GmZt9ki52at6kgrLOz9+n9+8u6Od/+Sf706YaZ2vpM4OkrT9MzMUQBTAQPKH89/sOVP5efYXrNKP16fuj6V/at/Z2pQmMlEprVloEdH4Bdvz7pEsyy9f/X6T2mNv6PpCIhE4nrSjH2IvyQVdYt4CYTP3L0oX5MU5bd+nnhfKeIJif3M4JQZFCsDABJ/8eamVen115LeGlf9ouRROFIgTATBlMmIQiiCIAosgKgCm1Y9Wl+/xrUmgetY9VGdSqXCEPhPFaoLSZNlOVOImo2YCvGhSGDtarn8E1dcLChwFRxL+0YupvJZAiqzCkO9T5lFzLQ5gdSLWkwWxKxA1t269rrLVcDhctX+Vp6WeTcEA30o/LLfC881gxmZ5pDZS1p8lpU3r3HSkSNHar/TdXxby3jhC/vgHD7Uh6n8lN+LenkzzGZjyOu1CKhNt+QFtawGvXvbXr7c+3BaxiYEgTUVKGYm/H54Tjq9LSMM+Y1mSm9bLWclSNe9bZcPHZqY6Fh5AYEmGkBVXo3R7zVajLyZc1Jei91uXlz7u1qOruOs9/IPVj2PcCgwzCLxUyav8RUTj5netpsy2o1G9+ptXVe6WI61TBy6svHxC0hCRFB/nZEymSi9iZrRNtbsNpn0JmvK7jT58XtXDlxp7X0gYy2qQnQIhvgQFMHsldQTesr4Y7WeksZAMAYAYBjW5Lntdrdp369mz569ezxN/nHr5ks6ne8p1KdCVajZh+iFFKWmtKboHsLeHQSDgAH0WyBu6vVuu/7u9d2sm+nMv4AhGLofCWE6nQrxEY/hhJ7UG9UDu3KEIoZm6KUMDWjOVLvdan3uynkpTzrTCjNLnzerEFgW8aE+VKcSD8nsTwhIrRIfrtmVVfMWQwcZJkjH22rVp3Pnbu7oSE/fXJFxscKMIAgasPh0ChiNn9CS2jMjPVkjI/MhNTWKURABo0lTu65jOeTU+Zv5uc+WSNCAT4FBXYFhhjGlVk3emJ/Fulk987P2ZDXSAABmkDPJdQ8s//YBSMOp5RmkdExkxBBU4UMxzFEidZMCwdmc/pyegZyBnp6RnvkjO6EZBKwpzE1fznqHDx9uONVQQWhLhuwhKKLU0JiWkBBq/EZ2T/9wf39PdjRneCBr+ARzm2HbMs35rNhwmDVPTmaY/EVj7ZVWYutL7WPhkNFahFurhvui2dHsvuhAdrSvbChCRxguk5f+/oED32W9q1c9Jzfm6inBzpKS9pL2IatJr7UrDeIbZWV9UWiezY6WRcnIKEPHTelNTmy4umzZMs/kxveMJhPJK2kfq9yqttvtbpNYWlxcVVVVfLas70zVHmQQAAaq8czz0Gu46vGwZsZ7MplardXKCC1c1W5S5rYJGx3NkqLis2eqdgEAgvACNGdmnGqIB3o8kycXfYskCYFMv09NykgSfoXUy5RNNqVVA0NPVLJFwSAN2EyG98yDk5zm8dw3+cldm0yAkzKcEAgIgpDJSAHc4HesSmVxv8TWyARHmRigAeBMx99a74vjeT3vKIGTWqUS2lDBbQKCxAXwQyKxuMYqtnbDNAbAXzxT849f/LPg/WWe88ecC0p/b8VtVhxXKsW4wGZVwp0VF+NbBTyx0iEu6oYTMpBYDJq0UHLwzz/75dNPv/HG9QUXn1UmsdlscLVauZvSKuYZwgaNlLNYoAmkYcPf//XDRx557rkFpUf5hiR8PrvXaAzcqjHwNRJJuJKGIiwLTbh2ix2iO//+3vd/s6Li15opwuGwZjp8yR2HphLEE2PsnLHKxiaR5A9fWbFi0dHXJBIJP4GDJfEMbw6HweBwiGASwwAYmrJ0PxIWhcMifiOfq1dUlHTjhaHFbYuKDkr4IqlyaXxMaL79YlPdTh6ku7kZrkKhsJmF9xmEQp6UfSn5EfEK+hHrpnzoQ78ZosjTNtuLrx1sqqtra3uMY+/eveytra2tjtfkMLxtE5xWm0KKgI+Oh8bgnABC0zHms8QSJJ9pQAMGJEXW/IJ8ucz/Al3/E4Vm2EhaAAAAAElFTkSuQmCC');
    background-repeat:no-repeat;
    line-height:18px;
    padding-top:13px
}

.formulario-content table th {
    padding-top:8px;
    vertical-align:top
}

.formulario-content table td {
    padding-top:8px;
    vertical-align:top
}

.formulario-content input[type=text],.formulario-content textarea {
    font-size:13px;
    color:#666
}

table.conborde td {
    border:1px solid #d8d8d8;
    padding:5px
}

.presupuesto .presupuesto_head {
    background-image:url(/resources/images/presupuesto/cabecera.jpg);
    width:670px;
    height:71px;
    margin:auto
}

.presupuesto .presupuesto_body {
    background-color:#fff;
    text-align:center;
    padding:0 20px 20px;
    margin:0 auto
}

.presupuesto .datos {
    width:530px;
    clear:both;
    font-size:10px;
    margin:25px auto auto
}

.presupuesto .datos .nota {
    width:253px;
    float:left;
    clear:right;
    text-align:left;
    margin-left:117px;
    line-height:18px;
    font-size:12px;
    color:#666;
    margin-top:20px
}

.presupuesto .datos .entrega {
    border-top:#ccc 1px solid;
    border-bottom:#ccc 1px solid;
    float:left;
    font-size:12px;
    color:#666;
    line-height:18px;
    margin-top:0;
    font-weight:400
}

.presupuesto .datos .etiqueta_datos {
    font-weight:700;
    color:#000
}

.presupuesto .desglose_body {
    clear:both;
    border:1px solid #d8d8d8;
    margin:20px auto;
    padding:10px 17px 20px
}

.presupuesto .desglose_body .producto,.presupuesto .desglose_body .carrito-pack {
    width:100%;
    margin:10px 0
}

.presupuesto .desglose_body .producto .columna_producto {
    width:45%
}

.presupuesto .desglose_body .conceptos {
    width:100%;
    padding-right:20px
}

.presupuesto .presupuesto_body p {
    margin-top:2em
}

.presupuesto .entrega {
    text-align:left;
    margin-bottom:30px;
    margin-top:25px;
    font-size:12px
}

.presupuesto .entrega .etiqueta_datos {
    font-weight:700;
    font-size:12px;
    color:#666
}

.presupuesto .presupuesto_body h1 {
    padding-top:28px;
    padding-bottom:28px;
    height:45px;
    background-position:0 28px;
    text-align:left;
    color:#666;
    margin:0 auto 10px 22px
}

.presupuesto .presupuesto_datos_tienda {
    clear:both;
    text-align:center;
    width:670px;
    background-color:#fff;
    border-top:1px solid #a1a1a1;
    border-left:1px solid #a1a1a1;
    border-right:1px solid #a1a1a1;
    font-size:12px;
    color:#666;
    line-height:18px;
    margin:auto;
    padding:11px
}

.presupuesto .presupuesto_footer {
    background-image:url(/resources/images/presupuesto/pie.png);
    width:670px;
    height:4px;
    clear:left;
    line-height:0;
    font-size:0;
    margin:auto
}

.presupuesto tr.producto td {
    border-bottom:1px solid #d9d9d9;
    text-align:left;
    padding-bottom:5px;
    padding-top:10px;
    font-size:12px;
    vertical-align:middle
}

.presupuesto tr#retirada_generica.producto td,.presupuesto tr#retirada_sofas.producto td {
    border-bottom:none;
    padding-top:0;
    text-align:left
}

.presupuesto table.productos {
    width:586px;
    color:#666;
    margin:5px
}

.presupuesto td.columna_precio {
    width:135px
}

.presupuesto td.columna_precio .producto_price {
    text-align:right;
    font-weight:700
}

.presupuesto .columna_producto li {
    font-size:11px;
    font-weight:400;
    color:#666
}

.presupuesto .columna_producto h5 a {
    font-size:14px;
    font-weight:700;
    color:#666
}

.presupuesto .productos td {
    padding-top:20px;
    margin-bottom:11px
}

.presupuesto .opcion td,.presupuesto .opcion_fila td {
    padding-bottom:5px;
    padding-top:5px
}

.presupuesto .producto td.columna_unidades {
    text-align:center;
    width:100px;
    font-size:16px;
    font-weight:700
}

.presupuesto .productos .opcion .columna_precio,.presupuesto .productos .opcion_fila .columna_precio {
    text-align:right;
    font-size:14px
}

.presupuesto table.productos .columna_precio {
    font-weight:700;
    width:80px
}

.presupuesto .opcion td.columna_precio {
    font-size:14px;
    font-weight:700
}

.presupuesto .telefono {
    background:transparent url(/resources/images/presupuesto/telefono.png) repeat scroll 0 0;
    float:right;
    height:20px;
    margin-right:20px;
    margin-top:14px;
    right:20px;
    top:14px;
    width:126px
}

.sLogin {
    background-repeat:no-repeat;
    background-image:url(/resources/images/sprites/login.jpg)
}

.mu_titulo {
    background-position:0 0;
    height:37px;
    width:478px;
    float:left;
    clear:both;
    margin:0;
    padding:0
}

.mu_login p {
    float:left;
    width:100%;
    margin-top:2em;
    line-height:20px
}

.mu_login p img {
    float:right;
    margin-left:2em
}

.mu_box {
    margin-top:2em;
    margin-bottom:2em
}

.mu_box_body {
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
    background-color:#f9f9f9;
    width:780px;
    float:left;
    padding:10px
}

.p404_cabecera {
    width:778px;
    height:217px
}

.p404_cabecera .imagen {
    width:255px;
    height:217px;
    float:left;
    margin-right:20px;
    background-image:url(/resources/images/404/404_header.jpg)
}

.p404_cabecera .texto {
    float:left;
    width:500px
}

.p404_cabecera .texto p {
    font-size:13px;
    font-weight:400;
    line-height:20px;
    color:#676767;
    margin-top:0
}

.mi_head {
    display:none
}

.mi_footer {
    display:none
}

.mi_body {
    overflow:hidden;
    border:1px solid #d8d8d8;
    background-color:#f1f1f1;
    border-radius:5px;
    padding:5px 10px
}

div.preguntas {
    font-size:14px;
    line-height:24px;
    font-weight:400;
    color:#888;
    text-align:left;
    margin-bottom:1px;
    float:right;
    clear:both;
    padding-right:10px;
    width:70%
}

div.condicionadas {
    clear:both;
    margin-left:10px
}

.revisar {
    border:1px solid #F30
}

.input-buscador {
    text-align:right;
    float:right;
    padding-right:10px;
    margin-top:5px
}

.sRegistro {
    background-image:url(/resources/images/registro/titulo-registro.jpg)
}

h1.sRegistro {
    background-position:0 0;
    margin:0;
    padding:0
}

.registro-ok .ayuda {
    background:url(/resources/images/registro/linea-exito-registro.jpg) no-repeat 0 25px;
    padding-top:12px;
    float:right;
    height:34px
}

.registro-ok p img {
    float:left;
    margin-right:30px;
    margin-bottom:20px
}

.registro-ok div#texto {
    background:url(/resources/images/icons/pedido_ok.jpg) no-repeat;
    padding-top:10px;
    clear:both;
    padding-left:104px;
    min-height:106px;
    float:left;
    line-height:18px
}


#dialog-faltan-opciones .error {
    color:#bb0130;
    clear:both;
    margin:.5em 5px 5px
}

#dialog-faltan-opciones .zona-opciones{
    margin-top:1em
}
#dialog-faltan-opciones p {
    padding-top:0;
    margin-bottom:0;
    padding-bottom:0;
}

#dialog-faltan-opciones .opcionSinMarcarA{
    margin-bottom:10px;
}
#dialog-faltan-opciones label{
    font-size: 1em;
    line-height: 2em;
    font-weight:400;
}

.retirada p {
    font-size:12px;
    line-height:18px;
    color:#666;
    overflow:hidden
}

.retirada p img {
    float:left;
    margin-right:1em
}

.retirada label {
    color:#666;
    float:left;
    margin:15px 1em 1em
}

.sprite-cms_countdown {
    background-image:url(/resources/images/fondos/jours-plana.png)
}

.sprite-cms_countdown_1xx {
    background-image:url(/portada-nuevo/actual/resources/images/fondos/jours-plana-1.png)
}

.sprite-cms_countdown_1 {
    background-image:url(/portada-nuevo/actual/resources/images/fondos/jours-plana-1.png)
}

.sprite-cms_countdown_2 {
    background-image:url(/resources/images/fondos/jours-plana-2.png)
}

.sprite-countdown {
    background-image:url(/resources/images/fondos/countdown.png)
}

.countdown {
    position:relative;
    background-position:0 0;
    width:780px;
    height:24px
}

.number {
    float:right;
    background-position:0 0;
    width:15px;
    height:16px;
    display:block;
    max-height:16px;
    line-height:1px;
    font-size:1px
}

.countdown-anchor {
    display:block;
    width:20px;
    height:18px;
    position:absolute;
    right:0;
    top:0
}

.countdown-anchor-cms_countdown {
    top:inherit;
    bottom:7px
}

.countdown-anchor-countdown-new-listado {
    right:inherit;
    left:0;
    width:40px;
    height:30px
}

.countdown .days {
    left:294px
}

.countdown .hours {
    left:403px
}

.countdown .mins {
    left:516px
}

.countdown .secs {
    left:643px
}

a.countdown-anchor-countdown-sofas-201209 {
    display:block;
    position:absolute;
    width:40px;
    height:40px;
    left:0;
    top:0
}

.sprite-countdown-sofas-201209 {
    background-image:url(/resources/images/listados_estaticos/cabecera-sofas.png)
}

.countdown-sofas-201209 {
    position:relative;
    background-position:0 -122px;
    width:780px;
    height:37px
}

.countdown-sofas-201209 .item {
    position:absolute;
    top:14px;
    width:34px;
    text-align:right
}

.sprite-countdown-portada {
    background-image:url(/resources/images/fondos/countdown-portada.png)
}

.countdown-portada {
    width:100%;
    height:26px;
    position:relative
}

.countdown-portada .item {
    height:20px;
    position:absolute;
    top:3px;
    width:34px
}

.countdown-anchor-countdown-portada {
    right:10px
}

.countdown-portada .days {
    left:484px
}

.countdown-portada .hours {
    left:573px
}

.countdown-portada .mins {
    left:681px
}

.countdown-portada .secs {
    left:804px
}

.countdown-listado-86 {
    background-image:url(/resources/images/contadores/contador-86.png)
}

.countdown-listado-1 {
    background-image:url(/resources/images/contadores/contador-1.png)
}

.countdown-listado-30 {
    background-image:url(/resources/images/contadores/contador-30.png)
}

.countdown-listado-32 {
    background-image:url(/resources/images/contadores/contador-32.png)
}

.countdown-listado-33 {
    background-image:url(/resources/images/contadores/contador-33.png)
}

.countdown-listado-126 {
    background-image:url(/resources/images/contadores/contador-126.png)
}

.countdown-listado-26 {
    background-image:url(/resources/images/contadores/contador-26.png)
}

.countdown-listado-24 {
    background-image:url(/resources/images/contadores/contador-24.png)
}

.countdown-listado-103 {
    background-image:url(/resources/images/contadores/contador-103.png)
}

.countdown-listado-27 {
    background-image:url(/resources/images/contadores/contador-27.png)
}

.countdown-listado-182 {
    background-image:url(/resources/images/contadores/contador-182.png)
}

.countdown-listado-186 {
    background-image:url(/resources/images/contadores/contador-186.png)
}

.countdown-listado-158 {
    background-image:url(/resources/images/contadores/contador-158.png)
}

.countdown-listado-221 {
    background-image:url(/resources/images/contadores/contador-221.png)
}

.countdown-listado-177 {
    background-image:url(/resources/images/contadores/contador-177.png)
}

.cms {
    line-height:18px;
    color:#666;
    float:left;
    clear:both;
    width:100%
}

.cms td,.cms p {
    line-height:18px;
    color:#666
}

.cms p {
    margin:0 10px 12px;
    padding:0
}

.cms td {
    vertical-align:top
}

.cms h1 {
    font-size:20px;
    font-weight:700;
    color:#666;
    margin-bottom:18px
}

.cms h2 {
    font-size:14px;
    color:#666;
    font-weight:700;
    line-height:20px;
    margin-bottom:6px;
    overflow:hidden
}

.cms a {
    font-size:13px;
    line-height:18px;
    color:#bb0130;
    font-weight:700
}

.cms .cmsBloque {
    border:1px solid #eee;
    width:720px;
    margin-left:15px;
    clear:both;
    padding:0
}

.cms table {
    width:100%;
    clear:both;
    border-width:0;
    padding:1px
}

.cms .imgIzq {
    float:left;
    margin-right:22px;
    margin-bottom:5px
}

.cms .imgDer {
    float:right;
    margin-left:22px;
    margin-bottom:5px
}

.cms .imgLeft {
    margin-right:10px;
    float:right;
    margin-left:10px
}

.cms ul {
    list-style:none;
    margin:0
}

.cms ul.puntos {
    list-style:disc outside none;
    margin:20px
}

ul.puntos li {
    margin:0;
    padding:5px 10px
}

.cms li {
    list-style-type: circle;
    padding-left:20px
}

.cms .separador1 {
    clear:both;
    height:5px;
    line-height:1px
}

.cms .separador2 {
    clear:both;
    height:10px;
    line-height:1px
}

.cms .separador3 {
    clear:both;
    height:15px;
    line-height:1px
}

.cms .separador4 {
    clear:both;
    height:20px;
    line-height:1px
}

.cms .floatLeft {
    float:left;
    margin-right:8px
}

.cms .floatRight {
    float:right;
    margin-left:8px
}

.cms .paddingRight {
    padding-right:12px
}

.cms .bloque {
    clear:both;
    padding:0
}

.cms .puntitos {
    border:1px dotted #cbcbcb;
    float:left;
    width:100%;
    padding:10px
}

.cms .sep {
    border:1px dotted #666;
    margin-top:5px;
    margin-bottom:5px
}

.cms .mini {
    font-size:10px;
    color:#535353
}

.cms .cms_left_2cols {
    float:left;
    width:360px
}

.cms .cms_right_2cols {
    float:left;
    margin-left:20px;
    width:380px
}

.ui-helper-hidden-accessible {
    position:absolute;
    left:-99999999px
}

.ui-helper-reset {
    border:0;
    outline:0;
    line-height:1.3;
    font-size:100%;
    list-style:none;
    margin:0;
    padding:0
}

.ui-helper-clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}

* html .ui-helper-clearfix {
    height:1%
}

.ui-helper-zfix {
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    opacity:0;
    filter:Alpha(Opacity=0)
}

.ui-state-disabled {
    cursor:default!important
}

.ui-icon {
    display:block;
    text-indent:-99999px;
    overflow:hidden;
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    background-image:url(/resources/css/smoothness/images/ui-icons_222222_256x240.png)
}

.ui-widget-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#aaa url(/resources/css/smoothness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity:.3;
    filter:Alpha(Opacity=30)
}

.ui-widget {
    font-size:1.1em
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-size:1em
}

.ui-widget-content {
    border:1px solid #aaa;
    color:#222
}

.ui-widget-header {
    border:1px solid #aaa;
    background:#ccc url(/resources/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color:#222;
    font-weight:700
}

.ui-state-default,.ui-widget-content .ui-state-default {
    border:1px solid #d3d3d3;
    background:#e6e6e6 url(/resources/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight:400;
    color:#555;
    outline:none
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
    color:#555;
    outline:none
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus {
    border:1px solid #999;
    background:#dadada url(/resources/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight:400;
    color:#212121;
    outline:none
}

.ui-state-active,.ui-widget-content .ui-state-active {
    border:1px solid #aaa;
    background:#fff url(/resources/css/smoothness/images/ui-bg_glass_65_fff_1x400.png) 50% 50% repeat-x;
    font-weight:400;
    color:#212121;
    outline:none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight {
    border:1px solid #fcefa1;
    background:#fbf9ee url(/resources/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color:#363636
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a {
    color:#363636
}

.ui-state-error,.ui-widget-content .ui-state-error {
    border:1px solid #cd0a0a;
    background:#fef1ec url(/resources/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color:#cd0a0a
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled {
    opacity:.35;
    filter:Alpha(Opacity=35);
    background-image:none
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary {
    opacity:.7;
    filter:Alpha(Opacity=70);
    font-weight:400
}

.ui-state-default .ui-icon {
    background-image:url(/resources/css/smoothness/images/ui-icons_888888_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image:url(/resources/css/smoothness/images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
    background-image:url(/resources/css/smoothness/images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-close {
    background-position:-80px -128px
}

.ui-icon-closethick {
    background-position:-96px -128px
}

.ui-icon-carat-2-e-w {
    background-position:-144px -4px
}

#slider .ui-icon {
    margin-left:21px;
    color:#fff
}

.ui-corner-tl {
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px
}

.ui-corner-tr {
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px
}

.ui-corner-bl {
    -moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius:4px
}

.ui-corner-br {
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px
}

.ui-corner-top {
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px
}

.ui-corner-right {
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px
}

.ui-corner-left {
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius:4px
}

.ui-corner-all {
    -moz-border-radius:4px;
    -webkit-border-radius:4px
}

.ui-slider-horizontal .ui-slider-handle {
    top:-.3em;
    margin-left:-.6em
}

.ui-slider-horizontal {
    height:.8em
}

.ui-widget-shadow {
    background:#aaa url(/resources/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity:.3;
    filter:Alpha(Opacity=30);
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    margin:-8px 0 0 -8px;
    padding:8px
}

.ui-datepicker {
    width:17em;
    padding:.2em .2em 0
}

.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 {
    line-height:1.8em;
    text-align:center;
    margin:0 2.3em
}

.ui-datepicker .ui-datepicker-title select {
    float:left;
    font-size:1em;
    margin:1px 0
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width:49%
}

.ui-datepicker table {
    width:100%;
    font-size:.9em;
    border-collapse:collapse;
    margin:0 0 .4em
}

.ui-datepicker th {
    text-align:center;
    font-weight:700;
    border:0;
    padding:.7em .3em
}

.ui-datepicker td {
    border:0;
    padding:1px
}

.ui-datepicker td span,.ui-datepicker td a {
    display:block;
    text-align:right;
    padding:.2em
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image:none;
    border-left:0;
    border-right:0;
    border-bottom:0;
    margin:.7em 0 0;
    padding:0 .2em
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float:right;
    cursor:pointer;
    width:auto;
    overflow:visible;
    margin:.5em .2em .4em;
    padding:.2em .6em .3em
}

.ui-datepicker-multi .ui-datepicker-group table {
    width:95%;
    margin:0 auto .4em
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width:33.3%
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear:left
}

.ui-datepicker-row-break {
    clear:both;
    width:100%
}

.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-buttonpane {
    clear:right
}

.ui-datepicker-cover {
    display:block;
    position:absolute;
    z-index:-1;
    filter:mask();
    top:-4px;
    left:-4px;
    width:200px;
    height:200px
}

.ui-dialog {
    position:relative;
    width:300px;
    background-color:#FFF;
    padding:.2em
}

.ui-dialog .ui-dialog-titlebar {
    position:relative;
    background:transparent none repeat scroll 0 0;
    border:0 none;
    padding:.5em .3em 0 1em
}

.ui-dialog .ui-dialog-titlebar-close {
    position:absolute;
    right:.3em;
    top:50%;
    width:19px;
    height:18px;
    margin:-10px 0 0;
    padding:1px
}

.ui-dialog .ui-dialog-titlebar-close span {
    display:block;
    margin:1px
}

.ui-dialog .ui-dialog-content {
    border:0;
    overflow:auto;
    zoom:1;
    background:none;
    padding:.5em 1em
}

.ui-dialog .ui-dialog-buttonpane {
    text-align:left;
    background-image:none;
    border-width:1px 0 0;
    margin:.5em 0 0;
    padding:.3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane button {
    font-size:13px;
    float:right;
    cursor:pointer;
    line-height:1.4em;
    width:auto;
    overflow:visible;
    margin:.5em .4em .5em 0;
    padding:.2em .6em .3em
}

.ui-dialog .ui-resizable-se {
    width:14px;
    height:14px;
    right:3px;
    bottom:3px
}

.ui-draggable .ui-dialog-titlebar {
    cursor:move
}

.ui-resizable-handle {
    position:absolute;
    font-size:.1px;
    z-index:99999;
    display:block
}

.ui-resizable-n {
    cursor:n-resize;
    height:7px;
    width:100%;
    top:-5px;
    left:0
}

.ui-resizable-s {
    cursor:s-resize;
    height:7px;
    width:100%;
    bottom:-5px;
    left:0
}

.ui-resizable-e {
    cursor:e-resize;
    width:7px;
    right:-5px;
    top:0;
    height:100%
}

.ui-resizable-w {
    cursor:w-resize;
    width:7px;
    left:-5px;
    top:0;
    height:100%
}

.ui-resizable-se {
    cursor:se-resize;
    width:12px;
    height:12px;
    right:1px;
    bottom:1px
}

.ui-resizable-sw {
    cursor:sw-resize;
    width:9px;
    height:9px;
    left:-5px;
    bottom:-5px
}

.ui-resizable-nw {
    cursor:nw-resize;
    width:9px;
    height:9px;
    left:-5px;
    top:-5px
}

.ui-resizable-ne {
    cursor:ne-resize;
    width:9px;
    height:9px;
    right:-5px;
    top:-5px
}

.ui-slider {
    position:relative;
    text-align:left
}

.ui-slider .ui-slider-handle {
    position:absolute;
    z-index:2;
    width:1.2em;
    height:1.2em;
    cursor:default
}

.ui-slider .ui-slider-range {
    position:absolute;
    z-index:1;
    font-size:.7em;
    display:block;
    border:0
}

.ui-tabs {
    zoom:1;
    padding:.2em
}

.ui-tabs .ui-tabs-nav {
    list-style:none;
    position:relative;
    padding:.2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    position:relative;
    float:left;
    border-bottom-width:0!important;
    margin:6px .2em -1px 0;
    padding:0
}

.ui-tabs .ui-tabs-nav li a {
    float:left;
    padding:5px 10px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom:1px;
    border-bottom-width:0
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor:text
}

.ui-tabs .ui-tabs-panel {
    display:block;
    background:none;
    border-width:0;
    padding:1em 1.4em
}

.ui-tabs .ui-tabs-hide {
    display:none!important
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error-text {
    color:#cd0a0a
}

.ui-widget-content .ui-icon,.ui-widget-header .ui-icon {
    background-image:url(/resources/css/smoothness/images/ui-icons_222222_256x240.png)
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-active .ui-icon {
    background-image:url(/resources/css/smoothness/images/ui-icons_454545_256x240.png)
}

.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-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
}

#tabla_comparativa {
    width:100%;
    border:1px solid #d8d8d8;
    border-collapse:collapse;
    float:left
}

#tabla_comparativa * {
    font-size:13px;
    line-height:18px;
    color:#666
}

#tabla_comparativa th {
    font-weight:700;
    color:#333;
    border-left:1px solid #d8d8d8
}

#tabla_comparativa td {
    font-weight:400;
    border-left:1px solid #d8d8d8
}

#tabla_comparativa td.producto {
    width:40%;
    padding:10px
}

#tabla_comparativa .propiedad {
    width:150px
}

#tabla_comparativa thead tr th {
    background-image:url(/comparativas-descanso/resources/table_bg_header.jpg);
    height:24px;
    line-height:24px;
    text-align:center
}

#tabla_comparativa tbody th {
    padding:5px
}

.comparativa p {
    line-height:18px;
    color:#666
}

#tabla_comparativa .tr-even {
    background-color:#f4f4f4
}

#comparativa div.select-medidas {
    float:left;
    font-weight:700;
    margin-bottom:10px;
    clear:right
}

#comparativa div.comparativa-header {
    margin-top:0;
    margin-bottom:25px
}

#comparativa div.comparativa-footer {
    margin-top:25px;
    float:left
}

#comparativa div.ficha-nombre {
    float:left;
    font-size:12px;
    margin-right:30px;
    margin-top:0
}

.info .financiado label {
    float:left;
    color:#666;
    font-size:12px;
    font-weight:400
}

.financiado #coste-total-antes #antes {
    font-weight:900;
    font-size:20px
}

.financiado #coste-dto {
    color:#bb0130;
    font-size:13px;
    font-weight:900
}

.financiado #coste-dto #coste_dto {
    color:#bb0130;
    font-size:16px;
    font-weight:900
}

.financiado #coste-dia {
    font-weight:900;
    width:100px
}

.financiado #coste-mes {
    font-weight:900
}

.cLeft .menu {
    width:180px
}

.listado_items .listado_item_left .listado_item_info_transferencia,.cRight #alt2_email,.listado_producto_3c_izquierda,.listado_producto_2c_izquierda,.cms .puntitos .cms_right_2cols {
    margin-left:10px;
    display:inline
}

.sofas .forma li {
    width:140px
}

.cRight .ui-state-active,.cRight .ui-widget-content .ui-state-active,.cRight .ui-state-default,.cRight .ui-widget-content .ui-state-default,table.conborde {
    border:1px solid #d8d8d8
}

.cRight .menu h1,.ficha h1 {
    background-image:url(/resources/images/icons/listado_head.png);
    background-repeat:no-repeat;
    color:#666;
    display:block;
    font-size:14px;
    height:38px;
    line-height:28px;
    margin:5px 0 10px;
    padding:0 0 0 38px
}

.cRight .menu .correos .correo_principal,.menu .correos .correos_alternativos,.procesar {
    margin-bottom:5px
}

.menu .correos .correos_alternativos {
    border-top:1px solid #D8D8D8;
    padding-top:1em
}

.ui-icon-circle-triangle-e {
    background-position:-48px -192px
}

.ui-icon-circle-triangle-w {
    background-position:-80px -192px
}

.pedidos a.ver_proforma,.pedidos a.ver_factura {
    background-image:url(/resources/images/icons/icon-proforma.gif);
    background-repeat:no-repeat
}

.cRight .menu .direcciones .libreta_direcciones {
    float:left;
    overflow:hidden;
    width:100%
}

.ficha .superior {
    float:left;
    overflow:hidden;
    width:100%;
    position:relative
}

.ficha .imagenes {
    height:560px
}

.ficha .imagenes .imagen {
    min-height:461px
}

.carrusel img {
    height:50px;
    width:75px
}

.ficha .imagenes,.ficha .imagenes .imagen,.ficha .info {
    float:left;
    width:570px
}

.ficha .pestanyas .pestanyas-body h4:first-child,div.attributes h4 {
    margin-top:0
}

table.form td,table.form th {
    text-align:left;
    color:#666;
    font-size:12px;
    font-weight:400;
    line-height:18px;
    padding:5px 3px 3px
}

.carrito .entrega h5,.presupuesto .columna_producto li b {
    font-weight:700;
    font-size:12px
}

.listado_producto_2c .producto_descripcion ul li {
    height:auto
}

ul.faqs li,ul.categoria li li {
    padding-left:18px;
    background-position:0 4px;
    background-image:url(/resources/images/preguntas-frecuentes/miniflecha.gif);
    background-repeat:no-repeat
}

table.pedido tbody td.precio,table.pedido tfoot td.precio {
    font-weight:700;
    color:#666;
    font-size:14px;
    text-align:right
}

#dialogo-cp div.error,.zona-opciones div.error {
    margin-top:20px;
    border:2px solid #f0b;
    background-color:#fcc;
    padding:5px
}

.contactar .formulario .head,.contactar .formulario .body,.contactar .formulario .foot,.contactar .contacto .head,.contactar .contacto .body,.contactar .contacto .foot {
    float:left;
    clear:both;
    width:100%
}

ul.opciones li a,a.nyroModal {
    display:block;
    position:relative
}

ul.opciones li.acabado,ul.opciones li.hilo {
    height:auto;
    min-height:85px
}

ul.opciones li.acabado {
    margin-left:25px;
    width:108px;
    padding:0
}

div.estrella,div.lupa {
    position:absolute;
    display:none;
    width:22px;
    height:22px;
    background-color:transparent
}

div.lupa.busq {
    display:block;
    float:right;
    position:absolute;
    right:5px;
    top:4px
}

.presupuesto .datos .entrega img,.cms .parrafo {
    margin-right:5px
}

.presupuesto .productos td.columna_imagen img,#form-direcciones input#privacidad {
    vertical-align:middle
}

.presupuesto td.columna_imagen,.presupuesto td.carrito_antes {
    width:218px
}

label input,label {
    margin-right:3px
}

#form-direcciones th.privacidad,#form-direcciones th.boletin {
    vertical-align:text-top;
    line-height:12px
}

#comparativa div.select-a,#comparativa div.select-b {
    float:left;
    font-weight:700
}

#comparativa div.select-a select,#comparativa div.select-b select {
    font-size:11px;
    margin-right:25px
}

#listado .zona_entrega {
    color:#666;
    float:right;
    line-height:18px
}

a.btnEnviar {
    float:right;
    width:80px;
    height:30px;
    display:block
}

a.sBotones span {
    text-align:center;
    font-size:15px;
    font-weight:700
}

a#pasar-paso-3 span,a#pasar-paso-4 span,a#pasar-paso-5 span,a#confirmar-pedido span {
    padding:0 50px;
    background-repeat:inherit;
    background-position:inherit;
    background-image:inherit
}

a#pasar-paso-3.animating span,a#pasar-paso-4.animating span,a#pasar-paso-5.animating span,a#confirmar-pedido.animating span {
    background-repeat:no-repeat;
    background-position:center right;
    background-image:url(https://www.latiendahome.com/resources/images/icons/ajax-loader.svg)
}

a.sBotonesT span {
    display:none
}

a.sBotonesT {
    display:block;
    background-image:url(/resources/images/sprites/botonesT.png);
    margin-left:2px;
    margin-right:2px;
    float:right
}

a.btnTEditar {
    background-position:-416px 0;
    width:132px;
    height:21px;
    display:block;
    float:left;
    margin-bottom:1em;
    margin-top:.5em
}

a.btnTSeleccionarOtraEntidad {
    background-position:0 0;
    width:207px;
    height:21px;
    display:block
}

a.btnVerProductoLupaRecorte {
    width:171px;
    height:28px;
    background-position:-4482px 0
}

a.sBotones {
    display:block;
    background-image:none;
    margin-left:2px;
    margin-right:2px;
    float:right;
    background-color:#1bb290;
    text-align:center;
    color:#fff!important;
    padding:12px 30px;
    border-radius:2px
}

a.btnEnviarFlecha {
    width:120px;
    height:42px;
    background-position:-274px 0
}

a.btnAccederFlecha {
    width:134px;
    height:42px;
    background-position:-514px 0
}

a.btnContinuarFlecha {
    float:left;
    margin:0
}

a.btnVerFlecha {
    width:102px;
    height:42px;
    background-position:-1370px 0
}

a.btnPrivacidadFlecha {
    width:147px;
    height:42px;
    background-position:-1574px 0
}

a.btnContinuarVerify {
    width:131px;
    height:42px;
    background-position:-1868px 0
}

a.btnVolverVolver {
    float:left
}

a.btnAtrasVolver {
    width:111px;
    height:42px;
    background-position:-2368px 0
}

a.btnNuevaDireccionFlecha {
    width:182px;
    height:42px;
    background-position:-2590px 0
}

a.btnVerLupa {
    width:109px;
    height:42px;
    background-position:-2954px 0
}

a.btnNuevaDireccionLupa {
    width:189px;
    height:42px;
    background-position:-3172px 0
}

a.btnEditarLupa {
    width:125px;
    height:42px;
    background-position:-3550px 0
}

a.btnSeleccionarLupa {
    width:163px;
    height:42px;
    background-position:-3800px 0
}

a.btnVerProductosLupa {
    width:178px;
    height:42px;
    background-position:-4126px 0
}

a.btnVerProductoLupa {
    width:171px;
    height:42px;
    background-position:-4482px 0
}

a.btnBorrarSimpleRojo {
    width:94px;
    height:42px;
    background-position:-4824px 0
}

a.btnEliminarSimpleRojo {
    width:107px;
    height:42px;
    background-position:-5012px 0
}

a.btnCancelarSimpleRojo {
    width:110px;
    height:42px;
    background-position:-5226px 0
}

a.btnEditarSimpleGris {
    width:92px;
    height:42px;
    background-position:-5446px 0
}

a.btnSeleccionarSimpleGris {
    width:130px;
    height:42px;
    background-position:-5630px 0
}

a.btnCancelarSimpleGris {
    background-color:#d90328
}

a.btnBorrarSimpleGris {
    width:94px;
    height:42px;
    background-position:-6110px 0
}

a.btnPrivacidadSimpleGris {
    width:121px;
    height:42px;
    background-position:-6298px 0
}

a.btnInicioHome {
    width:115px;
    height:42px;
    background-position:-6540px 0
}

a.btnHomeHome {
    width:115px;
    height:42px;
    background-position:-6770px 0
}

a.btnCambiarDireccionCiclo {
    width:206px;
    height:42px;
    background-position:-7000px 0
}

a.btnEditarCiclo {
    width:128px;
    height:42px;
    background-position:-7412px 0
}

a.btnEditarSimpleGrisClaro {
    width:92px;
    height:42px;
    background-position:-7668px 0
}

a.btnSeleccionarOtraEntidad {
    width:auto;
    height:auto;
    background-position:-7852px 0;
    padding:5px 10px
}

a.btnVerProductoSimpleVerde {
    width:138px;
    height:42px;
    background-position:-8268px 0
}

a.btnVerProductosSimpleVerde {
    width:144px;
    height:42px;
    background-position:-8544px 0
}

a.btnVerProductosLupaGris {
    width:178px;
    height:42px;
    background-position:-8832px 0
}

a.btnVerProductoLupaGris {
    width:171px;
    height:42px;
    background-position:-9188px 0
}

a.btnVerFicha {
    height:42px;
    margin-right:0;
    margin-left:5px
}

a.btnComprarSinVerFicha {
    width:223px;
    height:42px;
    background-position:-9974px 0;
    margin-right:12px;
    margin-left:5px
}

a.btnEnvoyerFlecha {
    width:131px;
    height:42px;
    background-position:-10678px 0
}

a.btnCerrar {
    width:93px;
    height:42px;
    background-position:-11184px 0
}

a.btnEstatica4Columnas {
    margin-right:18px
}

a.btnEstatica3Columnas {
    margin-right:30px
}

a.btnEstatica2Columnas {
    margin-left:100px;
    float:none
}

.listado_item_footer .listado_item_right {
    width:505px;
    margin:3px 0 0;
    padding:0 3px 0 0
}

.encuesta p {
    color:#333;
    font-size:13px;
    line-height:18px
}

.pregunta_encuesta,.respuesta_encuesta,.pregunta_encuesta_boton {
    float:left;
    width:100%;
    clear:both;
    font-size:13px;
    margin:5px
}

.pregunta_encuesta {
    border-top:1px dotted #d8d8d8;
    padding-top:10px
}

.mensajeProhibido3zonas p {
    color:#666;
    font-size:13px;
    line-height:18px;
    background-color:#eee;
    padding:.5em;
    text-align:right
}

.mensajeProhibido p {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin-top:1em;
    border:1px dashed #bb0130;
    padding:.5em
}

span.ficha2013_aviso3colores {
    float:left;
    display:block;
    background-position:-43px -106px;
    height:42px;
    width:75px;
    margin-top:-22px;
    margin-left:-11px
}

#dialog-faltan-opciones .mensajeProhibido p {
    margin:1em 0 0;
    padding:.5em
}

div.capsula {
    background-image:url(/resources/images/listados_estaticos/barra-inferior.jpg);
    background-position:right center;
    width:475px;
    color:#fff;
    float:right;
    font-weight:900;
    height:40px;
    line-height:40px;
    text-align:center;
    margin:5px 0;
    padding:0
}

div.capsula-335 {
    background-image:none;
    background-position:none;
    color:#5B2B6E
}

div.capsula-335 div.cap a {
    color:#5B2B6E
}

.capsula-new {
    margin-top:10px;
    float:left;
    width:100%;
    border:1px solid #d8d8d8;
    background-color:#fafafa
}

.capsula-new .capLeft {
    color:#fff;
    float:left;
    font-weight:700;
    height:35px;
    line-height:34px;
    padding:0 15px;
    background-color:#369
}

.capsula-new .cap .cap-element {
    float:left;
    height:35px;
    line-height:34px;
    margin:0
}

.capsula-new .cap .cap-element a {
    display:block;
    height:35px;
    line-height:34px;
    color:#656465;
    font-weight:700;
    padding:0 9px
}

.capsula-new .cap .cap-element-18 a {
    background-position:-648px -14px;
    padding-right:140px
}

.capsula-new .cap .cap-element-158 a {
    background-position:-369px -14px;
    padding-right:90px
}

.capsula .capLeft {
    float:left;
    background-image:url(/resources/images/listados_estaticos/barra-inferior.jpg);
    background-position:0 0;
    width:5px;
    height:40px
}

.capsula .cap {
    background-image:url(/resources/images/listados_estaticos/barra-inferior-1.jpg);
    background-position:right center;
    height:40px;
    width:auto
}

div.capsula a.super-rebajas {
    display:block;
    float:right;
    height:40px;
    width:165px
}

.aviso_impuestos {
    line-height:18px;
    font-size:12px;
    display:block;
    text-align:center;
    width:100%;
    margin-top:10px;
    color:#666;
    float:left
}

#remember-email {
    width:300px
}

#dialogo-cp {
    color:#666;
    font-size:13px;
    line-height:18px;
    width:420px;
    clear:both
}

.editar_paso {
    float:left!important;
    margin-left:5px!important
}

.buscador .listado_item_rleft {
    position:absolute
}

.buscador ul.paginacion li {
    display:inline-block;
    float:left;
    width:15px;
    color:#666;
    font-size:13px
}

.buscador ul.paginacion li a {
    min-width:15px;
    display:inline-block;
    text-align:center
}

#busqueda div.caja-buscador {
    width:520px;
    margin-left:100px;
    margin-top:40px;
    float:left
}

#busqueda div.caja-buscador label {
    font-weight:700;
    font-size:12px;
    color:#666
}

#busqueda div.caja-buscador input {
    border:1px solid #D8D8D8;
    margin-left:10px;
    font-weight:700;
    width:200px
}

div.buscador div.sin_resultados {
    clear:both;
    font-size:14px;
    font-weight:700;
    margin-left:69px;
    width:621px;
    margin-top:20px;
    float:left
}

div.buscador div.sin_resultados p {
    float:right;
    margin-top:60px;
    text-align:center;
    width:471px
}

div.buscador div.doble_hr {
    border-bottom:1px solid #D8D8D8;
    border-top:1px solid #D8D8D8;
    float:left;
    height:5px;
    width:778px
}

.buscador .listado_item_body {
    border-top:1px solid #d9d9d9
}

#link_correos {
    float:left;
    margin-top:10px;
    margin-bottom:10px
}

div.info_cofidis {
    float:left;
    font-size:10px;
    color:#666;
    width:548px;
    margin:5px 0 0;
    padding:0
}

.columna_producto div {
    height:20px;
    line-height:20px
}

.boletin {
    float:left;
    width:523px;
    overflow:hidden
}

.masinfo_listado {
    background-position:-16px 0;
    width:18px;
    height:19px;
    display:block;
    float:left;
    margin-left:5px
}

#form-direcciones .boletin input {
    vertical-align:text-bottom
}

#registro img.fondo_regisro {
    position:absolute;
    right:0;
    top:180px
}

a.mas_direcciones_action {
    background-image:url(/resources/images/icons/address.png);
    clear:none;
    display:block;
    float:left;
    height:30px;
    width:16px;
    margin:3px 1px;
    line-height:30px;
    background-repeat:no-repeat;
    background-position:center
}

a.mas_direcciones_action span {
    padding-left:20px;
    color:#369;
    font-weight:700
}

#titulo_registro {
    margin-bottom:20px
}

.confirmacion h4 {
    font-size:14px;
    font-weight:700;
    border-bottom:1px solid #d8d8d8;
    clear:both;
    margin-top:1em
}

.confirmacion label.comercial {
    float:left;
    width:150px;
    font-weight:400!important;
    font-size:12px;
    color:#666!important
}

div.aviso_asterisco {
    float:left;
    margin-top:34px
}

#mensajes-paso-5 {
    clear:right;
    margin-right:10px
}

#direccion-solitaria {
    clear:both;
    float:left;
    display:inline-block
}

#paso-4 .MsgInfo {
    background-image:url(/resources/images/icons/info.jpg)
}

.precios_financiacion {
    float:left;
    padding-left:15px;
    width:291px;
    display:inline-block;
    text-align:right
}

#cofidis_detalles > div {
    float:left;
    width:180px;
    display:block
}

.btnTextoPlano {
    color:#369!important;
    font-size:12px;
    margin-right:5px;
    float:left;
    font-weight:700;
    padding:3px
}

.buscador ul.paginacion li a b {
    font-size:14px
}

#form-direcciones p.nota {
    float:right;
    line-height:18px;
    display:block;
    height:18px
}

#form-direcciones p.texto {
    line-height:18px;
    font-size:12px;
    padding-left:0;
    height:18px;
    float:left
}

#form-direcciones td.pre-separador {
    padding-bottom:20px
}

#form-direcciones td.post-separador {
    border-top:1px solid #d8d8d8;
    padding-top:15px
}

#form-direcciones #pasaporte {
    width:174px
}

#form-direcciones .MsgError {
    width:410px
}

#form-direcciones .telefono {
    width:134px;
    margin-right:3px
}

.compra-directa #mensajes {
    height:auto;
    width:100%;
    min-height:40px
}

.compra-directa #mensajes p {
    float:none;
    width:auto
}

.cr-pregunta {
    float:left;
    margin-left:10px;
    margin-bottom:5px;
    width:250px
}

.cr-preguntas-box {
    background-image:url(/resources/images/fondos/eleccion-rapida.jpg);
    background-repeat:no-repeat;
    clear:both;
    float:left;
    height:70px;
    line-height:18px;
    margin-bottom:1em;
    width:780px;
    padding:10px 10px 10px 90px
}

.cr-pregunta .respuesta {
    line-height:18px;
    vertical-align:middle
}

.cr-pregunta label {
    margin-top:2px;
    margin-bottom:2px;
    float:left;
    width:70px
}

.cr-pregunta select {
    width:170px
}

#piel .producto_imagen {
    background:url(/resources/images/listados_estaticos/productos-sofas.jpg) 0 0
}

#relax .producto_imagen {
    background:url(/resources/images/listados_estaticos/productos-sofas.jpg) -540px 0
}

#sofas .listado_producto_4c .producto_imagen h2 a {
    width:169px
}

#sofas .listado_producto_4c .producto_descripcion ul.ventajas li {
    margin-bottom:5px;
    overflow:hidden
}

#sofas .producto_imagen > a {
    height:185px
}

#sofas a.btnEstatica4Columnas {
    margin-top:19px
}

#sofas .producto_descripcion ul li.boton {
    margin-bottom:0!important
}

.listado_casillas h2,.listado_casillas h2 a {
    float:left;
    clear:both;
    font-size:13px;
    color:#333
}

h2.portada {
    line-height:36px;
    font-weight:700
}

#muy_importante {
    overflow:hidden;
    clear:both;
    display:inline-block;
    border:1px solid #d8d8d8;
    background-color:#fff;
    padding:5px;
    width:100%
}

.ecommerce {
    background-position:-583px -1724px;
    width:180px;
    height:192px;
    display:block;
    margin-bottom:20px
}

.superpuesta2 {
    position:absolute;
    top:75px;
    left:10px
}

.cms .lider {
    border-radius:5px;
    border:1px solid #d8d8d8;
    width:100%;
    line-height:18px;
    border-width:none;
    padding:0
}

.cms .lider p {
    line-height:18px;
    margin:0
}

.cms .lider th {
    font-weight:700;
    font-size:12px;
    background-image:url(/resources/images/fondos/tabla-lider.jpg);
    height:20px;
    text-align:left;
    padding:12px 8px 8px
}

.cms .lider th.a {
    background-image:url(/resources/images/fondos/tabla-lider-ii.jpg)
}

.cms .lider td {
    font-size:12px;
    color:#666;
    padding:8px
}

div.lider_nosotros {
    border-left:10px solid #9df152;
    padding:10px;
    background-color:#EFFBF2
}

div.lider_competencia {
    border-left:10px solid #ffd200;
    padding:10px;
    background-color:#F5F6CE
}

div.lider_desconfia {
    border-left:10px solid #e5000b;
    padding:10px;
    background-color:#FBEFF2
}

div.row-lider .row {
    margin-top:0;
    margin-bottom:0;
    border-bottom:1px solid #d8d8d8;
    display:flex
}

div.row-header {
    background-color:#fafafa;
    border-top:1px solid #d8d8d8
}

div.row-lider {
    border-right:1px solid #d8d8d8
}

div.row-header p {
    margin:5px 0;
    line-height:16px
}

.cms .lider th.lider_nosotros,.lider td.lider_nosotros {
    border-left:10px solid #9df152;
    width:35%
}

.cms .lider .lider_nosotros,.cms .lider .lider_nosotros p {
    color:#326b00
}

.cms .lider th.lider_competencia,.lider td.lider_competencia {
    border-left:10px solid #ffd200;
    width:35%
}

.cms .lider .lider_competencia,.cms .lider .lider_competencia p {
    color:#c57900
}

.cms .lider th.lider_desconfia,.lider td.lider_desconfia {
    border-left:10px solid #e5000b;
    width:30%
}

.cms .lider .lider_desconfia,.cms .lider .lider_desconfia p {
    color:#a60008
}

.cms .lider tr.separacion td,.lider tr.separacion {
    height:30px;
    line-height:0;
    font-size:0;
    padding:0
}

.cms .lider div.subidor {
    border-bottom:0 none;
    margin-bottom:0;
    padding-bottom:0;
    padding-right:5px;
    text-align:right;
    margin-top:6px
}

.banner-lider {
    position:relative;
    clear:both;
    width:730px;
    height:110px;
    display:block;
    float:left;
    margin:20px;
    padding:0
}

.listado-estatico-append-image-27 {
    width:778px;
    height:500px;
    background-position:-116px -200px;
    float:left;
    background-image:url(/resources/images/listados_estaticos/listados-estaticos-fondos.jpg);
    margin-top:20px
}

.banner-lider .liderBtn {
    background-image:url(/resources/images/lider/lider-botones.jpg)
}

.banner-lider a.info {
    width:730px;
    height:110px;
    display:block;
    background-position:0 0;
    background-image:url(/resources/images/lider/lider.jpg?10102018);
    padding:0
}

.banner-lider a.ampliar {
    position:absolute;
    bottom:19px;
    right:12px;
    width:129px;
    height:18px;
    display:block;
    background-position:0 0
}

.carrito-codigo-promocional-wrapper,.caja-formas-pago-wrapper {
    background-color:#e8e8e8;
    float:left;
    width:560px;
    margin:5px;
    padding:5px 20px
}

.carrito-codigo-promocional,.caja-formas-pago {
    float:left;
    width:572px;
    font-size:13px;
    color:#666;
    line-height:26px;
    clear:both;
    border:1px solid #d8d8d8;
    border-radius:5px;
    margin:10px
}

.carrito-codigo-promocional span.icon {
    background-image:url(/resources/images/icons/serie-verde.png);
    background-position:0 0;
    width:20px;
    height:20px;
    margin-top:4px
}

.carrito-codigo-promocional input {
    width:100px;
    text-align:center;
    float:left
}

.carrito-codigo-promocional a {
    background-image:url(/resources/images/icons/serie-verde.png);
    background-position:-25px 0;
    float:left;
    height:20px;
    margin-left:3px;
    margin-top:2px;
    text-transform:uppercase;
    width:15px
}

.carrito .productos .producto_comprar td {
    padding:1em 0
}

.aviso_impuestos .body {
    border:1px solid #ccc;
    width:780px;
    float:left;
    min-height:0;
    border-radius:5px
}

.aviso_impuestos hr {
    height:1px;
    color:#ccc;
    width:742px;
    margin-left:19px;
    border:none;
    border-top:1px solid #ccc;
    margin-top:2px;
    margin-bottom:2px;
    clear:both;
    width:100%
}

.aviso_impuestos p {
    margin-left:19px;
    line-height:27px;
    text-align:right
}

.producto_dto {
    font-weight:700;
    font-size:14px
}

.mu_login .btnRegistrarseFlecha {
    position:relative;
    top:0
}

.listado-estatico {
    float:left;
    clear:both;
    color:#666;
    font-size:13px;
    width:100%
}

.listado-estatico-p {
    overflow:hidden;
    margin:10px 0
}

.listado-estatico-p > p img {
    float:right;
    margin-left:10px
}

.listado-estatico-h1 {
    height:40px;
    margin-bottom:5px;
    width:700px;
    background-repeat:no-repeat
}

.listado-estatico-medidas #medida,.listado_medida #medida {
    width:130px
}

.listado-estatico-medidas {
    float:left;
    color:#bb0130;
    font-weight:700;
    margin:15px 0
}

.listado-estatico-hr {
    background-color:none;
    border:0 none;
    clear:both;
    color:#D8D8D8;
    float:left;
    height:1px;
    margin-top:10px;
    width:100%;
    margin-bottom:20px
}

.listado-estatico-sublistados {
    float:right;
    clear:both;
    width:100%
}

.listado-estatico-tipo1 {
    background-repeat:no-repeat;
    float:left;
    width:382px;
    margin-bottom:5px;
    margin-top:15px;
    position:relative;
    border:1px solid #d8d8d8;
    border-radius:5px
}

.listado-estatico-tipo1 p {
    clear:none;
    font-size:13px;
    margin:10px
}

.listado-estatico-tipo1-h2 {
    padding:0
}

.listado-estatico-tipo1-h2 a {
    clear:both;
    font-size:14px;
    font-weight:700;
    color:#666;
    margin:10px 10px 5px;
    padding:0
}

.listado-estatico-tipo1-imagen {
    background-repeat:no-repeat;
    clear:both;
    display:block;
    margin:15px auto;
    padding:0
}

.listado-estatico-tipo1.listado-estaico-tipo1-derecha {
    background-image:url(/resources/images/listados_estaticos/somieres-bases.jpg);
    background-position:-307px -157px;
    height:156px;
    width:300px
}

.listado-estatico-tipo1-precios {
    bottom:20px;
    font-size:14px;
    font-weight:700;
    height:25px;
    line-height:24px;
    position:absolute;
    right:15px;
    text-align:right
}

.listado-estatico-tipo1-precio {
    color:#BB0130;
    font-size:24px;
    margin-left:5px;
    width:100%
}

.listado-estatico-tipo1 .btnVerProductosSimpleVerde {
    bottom:1px;
    left:15px;
    margin-left:0;
    position:absolute
}

.listado-estatico-tipo2-head {
    background-image:url(/resources/images/listados_estaticos/producto_4c_head.png);
    background-repeat:no-repeat;
    float:left;
    font-size:1px;
    height:3px;
    line-height:0;
    width:100%
}

.listado-estatico-tipo2-foot {
    background-image:url(/resources/images/listados_estaticos/producto_4c_foot.png);
    background-repeat:no-repeat;
    float:left;
    font-size:1px;
    height:7px;
    line-height:0;
    width:100%
}

.listado-estatico-tipo2-imagen {
    background:none!important;
    overflow:hidden;
    position:relative
}

.listado-estatico-tipo2-imagen img {
    width:100%
}

.listado-estatico-tipo6.listado-estatico-tipo4 {
    width:100%
}

.listado-estatico-tipo4-centro.listado-estatico-tipo6-centro {
    margin-left:0;
    margin-right:0
}

.listado-estatico-tipo6-centro .listado-estatico-tipo4-imagen {
    height:inherit
}

.listado-estatico-tipo2-h2 {
    position:absolute;
    width:100%;
    line-height:16px;
    padding:3px 3px 5px;
    margin-top:0;
    margin-bottom:0;
    background:rgba(255,255,255,0.9)
}

.listado-estatico-tipo2-h2 a {
    display:block;
    text-align:center;
    height:35px;
    color:#666;
    font-size:13px;
    font-weight:700;
    margin-top:2px
}

.listado-estatico-tipo2-imagen a {
    display:block;
    float:left;
    position:relative;
    width:100%;
    height:auto
}

.listado-estatico-tipo2-descripcion li {
    background-image:url(/resources/images/listados_estaticos/punto.png);
    background-position:7px 11px;
    background-repeat:no-repeat;
    height:60px;
    line-height:18px;
    margin:1px;
    padding:5px 5px 0 14px
}

.listado-estatico-tipo2 .btnVerProductosSimpleVerde {
    float:left;
    margin-left:20px;
    margin-top:10px;
    height:21px
}

.listado-estatico-tipo3-head {
    background-image:url(/resources/images/listados_estaticos/producto_3c_head.png);
    background-repeat:no-repeat;
    float:left;
    font-size:1px;
    height:3px;
    line-height:0;
    width:100%
}

.listado-estatico-tipo3-foot {
    background-image:url(/resources/images/listados_estaticos/producto_3c_foot.png);
    background-repeat:no-repeat;
    float:left;
    font-size:1px;
    height:7px;
    line-height:0;
    width:100%
}

.listado-estatico-tipo3-imagen {
    background:none!important;
    overflow:hidden;
    position:relative
}

.listado-estatico-tipo3-imagen img,.listado-estatico-tipo4-imagen img {
    width:100%
}

.listado-estatico-tipo3-h2 {
    float:left;
    padding:0;
    position:absolute;
    width:100%;
    padding-bottom:5px;
    line-height:16px;
    padding-top:3px;
    margin-top:0;
    margin-bottom:0;
    background:rgba(255,255,255,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFFF,endColorstr=#E6FFFFFFF)
}

.listado-estatico-tipo3-h2 a {
    display:block;
    float:left;
    height:auto;
    text-align:center;
    width:235px;
    color:#666;
    font-size:14px;
    font-weight:700
}

.listado-estatico-tipo3-imagen a {
    display:block;
    float:left;
    position:relative;
    width:100%
}

.listado-estatico-tipo3 .btnVerProductosSimpleVerde {
    float:left;
    margin-left:55px;
    margin-top:20px
}

.listado-estatico-tipo4-head {
    background-image:url(/resources/images/listados_estaticos/producto_2c_head.png);
    background-repeat:no-repeat;
    float:left;
    font-size:1px;
    height:3px;
    line-height:0;
    width:100%
}

.listado-estatico-tipo4-foot {
    background-image:url(/resources/images/listados_estaticos/producto_2c_foot.png);
    background-repeat:no-repeat;
    float:left;
    font-size:1px;
    height:7px;
    line-height:0;
    width:100%
}

.listado-estatico-tipo4-imagen {
    background:none!important;
    overflow:hidden;
    position:relative
}

.listado-estatico-tipo4-h2 {
    float:left;
    margin:0;
    padding:0;
    position:absolute;
    width:100%;
    padding-bottom:8px;
    padding-top:3px;
    background:rgba(255,255,255,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFFF,endColorstr=#E6FFFFFFF)
}

.listado-estatico-tipo4-h2 a {
    display:block;
    float:left;
    height:auto;
    text-align:center;
    width:380px;
    color:#666;
    font-size:15px;
    font-weight:700;
    margin-top:4px
}

.listado-estatico-tipo4-imagen a {
    display:block;
    float:left;
    position:relative;
    width:100%
}

.listado-estatico-tipo4 .btnVerProductosSimpleVerde {
    float:left;
    margin-left:120px;
    margin-top:20px
}

.ficha .sofas .acabadoCompleto li.acabado {
    width:auto;
    padding:10px 12px
}

.listado_item {
    float:left;
    margin-bottom:30px
}

.barra_superior_medidas {
    float:left;
    width:100%;
    padding:0 0 24px
}

.btnAcceder {
    background-position:-514px 0;
    height:37px;
    width:134px;
    margin-top:9px
}

div.conceptos {
    width:570px
}

.paso_disabled .carrito .item {
    paddin-right:30px
}

.codigo_promocional {
    background-image:url(/resources/images/icons/serie-verde.png);
    background-position:0 0;
    display:block;
    float:left;
    height:20px;
    margin-left:10px;
    margin-right:5px;
    width:20px
}

.item .item_3c {
    float:left;
    text-align:left
}

.item .item_unidades {
    float:right;
    width:80px
}

.item .item_precio {
    font-size:15px;
    font-weight:700;
    text-align:right;
    float:right
}

.item_precio .columna_precio_disabled {
    color:#999
}

div.columna_eliminar,div.columna_imagen,div.columna_producto,div.columna_unidades,div.columna_precio {
    line-height:20px
}

.carrito div.columna_producto {
    float:left;
    width:230px
}

.carrito div.carrito-pack div.producto {
    border:0 none;
    clear:none;
    float:left;
    width:100%;
    margin:10px 0;
    padding:0
}

div.conceptos-ajax {
    width:745px
}

.header-pack h5 {
    float:left;
    margin-left:10px;
    color:#333
}

.incluyePack {
    line-height:20px;
    font-weight:700;
    background-color:#f0f0f0;
    color:#000;
    margin:10px 0;
    padding:5px
}

.acceso .info_carrito,.cms .parrafo2 {
    float:right;
    margin-left:5px
}

.listado_item_right .listado_item_rright a,.listado_item_right .listado_item_rleft a {
    margin-top:4px
}

.listado_item_rebajas,.listado_item_liquidacion,.listado_item_promocion {
    text-align:center;
    color:#fff;
    font-size:16px;
    float:right;
    margin-right:10px;
    width:235px;
    height:28px;
    font-weight:700;
    background-image:url(/resources/images/fondos/en-liquidacion.png)
}

span.dato_precio_antes {
    color:#888
}

.listado_nuevo,.listado_en_promocion {
    position:absolute;
    right:0;
    bottom:0;
    background-image:url(/resources/images/icons/nuevo.gif);
    width:112px;
    height:49px
}

.cRight .menu .direccion .nota,.ficha .descripciones .descripciones-body .mini-descripciones .icono {
    margin-bottom:8px
}

.pedidos td.fecha,.pedidos td.icon {
    text-align:center;
    width:100px
}

.ficha_item_info_rebajas,.ficha_item_info_promocion,.ficha_item_info_liquidacion {
    background-color:#C20B11;
    -moz-border-radius:5px;
    border-radius:5px;
    text-align:center;
    color:#fff;
    font-size:16px;
    float:right;
    font-weight:700;
    padding:5px 10px;
    line-height:25px;
    width:100%
}

.ficha_item_info_rebajas span,.ficha_item_info_promocion span,.ficha_item_info_liquidacion span {
    color:#fff;
    font-size:16px
}

.cms .lider th strong,.black {
    color:#000
}

.carrito h5,.carrito h5 a,.presupuesto h5,.presupuesto h5 a {
    font-size:13px;
    font-weight:700;
    color:#666;
    margin:2px 2px 2px 0;
    padding:2px 2px 2px 0
}

.carrito tr.producto_totales .carrito_antes,.carrito tr.producto_totales .carrito_ahora {
    line-height:20px;
    height:20px
}

.cms .opciones_carrito li,.cRight .ui-tabs .ui-tabs-nav,.ui-dialog .ui-dialog-titlebar-close:focus {
    padding:0
}

a.btnListadoEstatico {
    display:block
}

a.btnListadoEstatico span.btnListadoEstaticoSpan {
    margin:0 auto;
    border-bottom:0;
    font-size:14px;
    color:#fff;
    background-color:#1bb290;
    padding:7px 20px;
    display:block;
    text-decoration:none!important;
    text-align:center
}

.listado_estatico_hr,.listado_estatico .listado_estatico_hr {
    background-color:none;
    border:0 none;
    clear:both;
    color:#D8D8D8;
    float:left;
    height:1px;
    width:100%;
    margin-top:0;
    margin-bottom:20px
}

.listado_producto_4c,.listado-estatico-tipo2 {
    float:left;
    width:182px;
    margin:15px 0
}

#cofidis_plazos {
    float:left;
    width:250px;
    margin-top:15px
}

.listado_producto_3c,.listado-estatico-tipo3 {
    float:left;
    width:250px;
    margin-top:8px;
    margin-bottom:8px
}

.listado_producto_2c,.listado_casillas,.listado-estatico-tipo4 {
    float:left;
    width:382px;
    margin-top:15px
}

.listado_producto_4c_centro {
    margin-left:8px;
    margin-right:8px
}

.listado-estatico-tipo2-centro {
    margin-right:8px
}

.listado_producto_3c_body,.listado-estatico-tipo3-body {
    background-repeat:repeat-y;
    width:100%;
    overflow:hidden
}

.listado_producto_4c_body,.listado-estatico-tipo2-body {
    background-repeat:repeat-y;
    width:100%;
    overflow:hidden
}

.listado_producto_2c_body,.listado-estatico-tipo4-body {
    background-repeat:repeat-y;
    width:100%;
    overflow:hidden;
    border:1px solid #d8d8d8;
    border-radius:5px
}

.listado_producto_3c .producto_descripcion h4,.listado-estatico-tipo2-descripcion h4,.listado-estatico-tipo3-descripcion h4 {
    background-image:url(/resources/images/listados_estaticos/producto_3c_item.png);
    font-size:13px;
    font-weight:700;
    height:21px;
    line-height:21px;
    text-align:center
}

.listado_producto_2c .producto_descripcion h4,.listado-estatico-tipo4-descripcion h4 {
    background-image:url(/resources/images/listados_estaticos/producto_2c_item.png);
    font-size:13px;
    font-weight:700;
    height:21px;
    line-height:21px;
    text-align:center
}

.producto_descripcion ul,.listado-estatico-tipo2-descripcion ul,.listado-estatico-tipo3-descripcion ul,.listado-estatico-tipo4-descripcion ul {
    list-style-type:none;
    overflow:hidden;
    margin:0;
    padding:0;
    width:100%;
    float:left
}

.info-body .info-precios .opciones_obligatorias,.block p {
    margin-top:10px;
    margin-bottom:10px
}

.sContactar,.sBoletin {
    background-image:url(/resources/images/sprites/contacto.jpg);
    background-repeat:no-repeat
}

.contactar h1,.boletin h1 {
    background-position:-5px 0;
    clear:both;
    height:45px;
    width:366px;
    margin:0 0 15px;
    padding:0
}

.contactar .head p,.boletin .head p {
    font-size:13px;
    color:#666;
    line-height:21px;
    margin-left:10px
}

.contactar .formulario,.boletin .formulario {
    float:left;
    width:508px
}

.contactar .contacto,.contactar .imagen,.boletin .contacto,.contactar .imagen {
    float:left;
    width:100%;
    margin:0
}

.contactar .formulario .body,.boletin .formulario .body {
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
    background-color:#fcfcfc;
    padding:1em 1em 0
}

.contactar .formulario .head,.boletin .formulario .head {
    background-color:#e9e9e9;
    padding:3px 0;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border:1px solid #d8d8d8
}

.contactar .formulario .foot,.boletin .formulario .foot {
    background-color:#e9e9e9;
    border-bottom:1px solid #d8d8d8
}

.contactar .contacto .body,.boletin .contacto .body {
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
    background-color:#fcfcfc;
    padding:0 1em
}

.contactar .contacto .head,.boletin .contacto .head {
    background-color:#e9e9e9;
    padding:3px 0;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border:1px solid #d8d8d8
}

.contactar .contacto .foot,.boletin .contacto .foot {
    background-color:#e9e9e9;
    border-bottom:1px solid #d8d8d8
}

.contactar .body table,.boletin .body table {
    border:0;
    width:100%
}

.contactar .body tr.separacion hr,.boletin .body tr.separacion hr {
    background-color:#D8D8D8;
    border:0 none;
    color:#D8D8D8;
    height:1px;
    width:100%
}

.contactar .body tr td,.contactar .body tr th,.boletin .body tr td,.contactar .body tr th {
    font-size:12px;
    color:#666;
    height:20px;
    padding-bottom:5px;
    vertical-align:middle
}

.contactar p.intro,.boletin p.intro {
    float:left;
    width:508px;
    line-height:18px;
    color:#666;
    font-size:13px;
    margin-bottom:20px;
    margin-top:7px
}

.contactar td label,.boletin td label {
    margin-right:20px;
    margin-left:10px
}

#contactar textarea.campo,#contactar input.campo {
    width:90%
}

.contactar th label,.boletin th label {
    margin-right:20px;
    float:left
}

.contacto .body p,.boletin .body p {
    margin-top:10px;
    margin-bottom:10px;
    line-height:18px;
    color:#666;
    font-size:12px
}

.contactar .imagen,.boletin .imagen {
    background-position:-257px -84px;
    width:251px;
    height:204px
}

.atras_listado > img,.carrito-codigo-promocional span,.item_desc img {
    float:left;
    margin-right:5px
}

.presupuesto .producto_totales td.carrito_dto #carrito_dto,.presupuesto .carrito_ahora #carrito_ahora {
    color:#bb0130;
    font-size:20px
}

.presupuesto .producto td.columna_precio,.ficha .info .info-body .financiado .coste-dto span,.sofas .info .financiado #coste_dto {
    font-size:16px
}

.mu_box,.mu_box .mu_boxpart,.mu_box .mu_boxpart,.mu_box .mu_boxpart {
    width:780px;
    clear:both;
    float:left
}

.mu_login * {
    font-size:12px;
    font-weight:400
}

.mu_box_head {
    height:22px;
    background-position:0 -41px;
    padding-left:1em;
    padding-right:1em
}

.mu_head {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border:1px solid #d8d8d8;
    background-color:#e9e9e9;
    background-image:none
}

.mu_footer {
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border:1px solid #d8d8d8;
    border-top:0;
    background-color:#f9f9f9;
    background-image:none
}

.mu_box_footer {
    background-position:0 -90px;
    height:8px;
    line-height:0;
    font-size:1px
}

.mu_login_box {
    width:370px;
    padding-right:10px;
    float:left
}

.mu_box_head .mu_login_box,.mu_box_head .mu_register_box,.mu_box_head .mu_register_box,.mu_box_head .mu_register_box {
    font-size:13px;
    color:#666;
    line-height:20px
}

.mu_box_body p {
    line-height:18px;
    margin:0;
    padding:0
}

.mu_box_body .mu_login_box {
    border-right:1px solid #d8d8d8
}

.mu_register_box {
    width:370px;
    float:right
}

.campoClear {
    clear:both;
    margin-bottom:5px;
    margin-top:5px
}

.campoClearSP {
    clear:both;
    margin-bottom:5px;
    margin-top:15px
}

.campoClear label {
    float:left;
    line-height:18px;
    padding-right:1em;
    text-align:right;
    width:160px
}

.ficha .sofas .acabadoCompleto h4.color_tela {
    margin-left:20px
}

.financiado #meses,.encuesta h1 {
    margin-bottom:1em
}

.financiado #coste-total-antes,.financiado #coste-total {
    color:#666;
    font-size:13px;
    font-weight:900
}

.financiado #coste-total #coste_total,.financiado #coste-dia #coste_dia {
    color:#bb0130;
    font-size:20px;
    font-weight:900
}

ul.opciones > li:last-child,ul.opciones li.forma:last-child,#form-direcciones #telefono_4 {
    margin-right:0
}

.listado_items .listado_item_right .listado_info,#plazo_entrega,.buscador .listado_info {
    position:absolute;
    bottom:0
}

.paso,.mu_login,.mu_login {
    float:left;
    width:780px
}

.listado_producto_3c_derecha,.listado_producto_2c_derecha,.listado-estatico-tipo3-derecha {
    margin-right:10px
}

.listado_producto_4c_derecha,.cms .marginRight,.listado-estatico-tipo2-derecha,.listado-estatico-tipo4-derecha {
    margin-right:8px
}

.listado_item_right .btnComprarSinVerFicha,.listado_item_right .btnVerFicha {
    height:30px
}

#dir_calle,#dir_calle[size=45] {
    width:305px!important
}

.listado-estatico-tipo1-izquierda {
    margin-left:7px
}

.listado-estatico-p > p {
    clear:both;
    margin:0
}

.listado-estatico-tipo1-descripcion p,.listado-estatico-tipo2-descripcion p,.listado-estatico-tipo3-descripcion p,.listado-estatico-tipo4-descripcion p {
    margin:10px 15px
}

.listado-estatico-tipo3-precios,.listado-estatico-tipo4-precios,.listado-estatico-tipo5-precios {
    bottom:-5px;
    position:absolute;
    right:0;
    color:#666;
    float:left;
    font-weight:700;
    text-align:right;
    line-height:16px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    padding:2%;
    background-color:#fff;
    opacity:.7
}

.listado-estatico-tipo2-precios {
    bottom:-5px;
    position:absolute;
    right:0;
    color:#666;
    float:left;
    font-weight:700;
    text-align:right;
    line-height:16px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    padding:4px 2px 0;
    background-color:#fff;
    opacity:.7;
    margin-bottom:20px
}

.listado-estatico-tipo3-precios,.listado-estatico-tipo4-precios {
    bottom:15px
}

.listado-estatico-tipo3-imagen span.listado-estatico-tipo3-precio,span.listado-estatico-tipo5-precio,.listado-estatico-tipo4-imagen span.listado-estatico-tipo4-precio {
    color:#BB0130;
    font-size:24px;
    margin-left:3px;
    display:inline
}

.listado-estatico-tipo2-imagen span.listado-estatico-tipo2-precio {
    color:#BB0130;
    font-size:17px;
    margin-left:3px;
    display:inline
}

.listado-estatico-tipo2-descripcion li.boton,.listado-estatico-tipo3-descripcion li.boton,.listado-estatico-tipo4-descripcion li.boton {
    background:none;
    height:40px;
    margin:0;
    padding:0
}

.listado-estatico-tipo3-descripcion li,.listado-estatico-tipo4-descripcion li {
    background-image:url(/resources/images/listados_estaticos/punto.png);
    background-position:7px 11px;
    background-repeat:no-repeat;
    height:45px;
    line-height:18px;
    margin:1px;
    padding:5px 5px 0 14px
}

.carrito .item,.presupuesto .item {
    float:left;
    width:100%;
    padding-right:10px;
    margin:10px
}

li.void {
    background-image:none
}

.carrito .item_desc,.presupuesto .item_desc {
    float:left;
    line-height:18px
}

.carrito div.columna_eliminar,.presupuesto div.columna_eliminar,.reconfirmacion div.columna_eliminar {
    float:left;
    width:25px;
    padding-top:20px
}

.carrito div.columna_imagen,.presupuesto div.columna_imagen,.reconfirmacion div.columna_imagen {
    float:left;
    width:156px
}

.paso.disabled .columna_imagen {
    display:none
}

.paso.disabled .carrito div.columna_producto {
    width:540px
}

.paso.disabled .carrito .producto li {
    float:left;
    height:auto;
    width:50%
}

.paso.disabled .carrito .producto li:nth-child(odd) {
    clear:both
}

.carrito div.columna_unidades,.presupuesto div.columna_unidades,.reconfirmacion div.columna_unidades {
    float:right;
    width:74px;
    margin:5px 0 0 10px;
    font-weight:700;
    text-align:center
}

.carrito div.columna_precio,.presupuesto div.columna_precio,.reconfirmacion div.columna_precio {
    float:right;
    width:80px;
    text-align:right;
    font-weight:700;
    font-size:15px
}

.carrito div.subtotal .totalizar,.presupuesto div.subtotal .totalizar,.reconfirmacion div.subtotal .totalizar {
    float:right;
    font-weight:700;
    width:100%;
    margin-top:10px
}

.carrito div.subtotal,.presupuesto div.subtotal,.reconfirmacion div.subtotal {
    float:left;
    width:100%;
    border-top:1px solid #d8d8d8
}

.carrito div.producto,.carrito div.carrito-pack,.presupuesto div.producto,.presupuesto div.carrito-pack,.reconfirmacion div.producto,.presupuesto div.carrito-pack {
    background-color:#fff;
    border:1px solid #D8D8D8;
    clear:both;
    float:left;
    width:570px;
    border-radius:5px;
    margin:10px;
    padding:10px
}

.carrito .note,.presupuesto .note,.reconfirmacion .note {
    color:#666;
    font-size:10px
}

.presupuesto div.columna_producto,.reconfirmacion div.columna_producto {
    float:left;
    width:230px;
    text-align:left
}

.presupuesto div.carrito-pack div.producto,.reconfirmacion div.carrito-pack div.producto {
    border:0 none;
    clear:none;
    float:left;
    width:550px;
    margin:10px 0;
    padding:0
}

#dialogo-popup .zona-entrega-body .entrega_urgente p,.zona-entrega-body .entrega_urgente p {
    background:url(/resources/images/icons/reloj-arena.gif);
    background-repeat:no-repeat;
    color:#666;
    padding-left:24px;
    min-height:37px
}

.zona-entrega-body .entrega_urgente {
    width:180px;
    margin-top:5px
}

.zona-entrega-body hr {
    background-color:#ccc;
    border:none;
    height:1px;
    width:175px;
    clear:both;
    margin-top:5px;
    display:inline-block
}

.carrito div.producto_ajax,.carrito div.carrito-pack-ajax,.paso_resume .carrito div.carrito-pack-ajax {
    width:745px;
    background-color:#f4f4f4
}

.capsula.larga {
    width:780px!important
}

.verde,a span.verde,h2 span.verde {
    color:#88BB40
}

.cms .ofertas {
    float:left
}

.cms.cms-carrito .ofertas-header .ofertas-contador {
    margin:0 auto;
    width:525px;
    float:inherit
}

.cms.cms-carrito .ofertas-header .ofertas-texto {
    width:100%;
    padding:2%
}

.cms .ofertas-header {
    clear:both;
    margin-bottom:10px;
    overflow:hidden
}

.cms .ofertas-header .ofertas-texto {
    width:45%;
    clear:both;
    position:relative;
    text-align:justify;
    float:right
}

.cms .ofertas-header .ofertas-contador {
    float:left
}

.cms .oferta {
    float:left;
    margin:0 0 10px
}

.cms .oferta-boton {
    display:block;
    height:40px;
    float:left;
    line-height:40px;
    padding:0 5px
}

.cms .oferta-boton.selected {
    color:#FFFc00
}

.cms .oferta_image,.oferta_voir {
    clear:both;
    display:block;
    float:left;
    text-align:center
}

.ficha_item_info_bultex,.listado_item_bultex {
    background-image:url(/resources/images/fondos/bloque-precio.png)
}

img.bultex_sin_iva {
    margin:5px 35px
}

.listado_item_bultex .dato_precio {
    float:right;
    margin-right:5px
}

.ficha_item_info_bultex .precio_ahora {
    float:right;
    margin-right:5px;
    margin-top:1px
}

p.aviso_formas_pago {
    font-size:11px;
    line-height:18px;
    margin-top:5px;
    text-align:left
}

@media (max-width: 1400px) {
    .float_chat.hasCookie {
        bottom:40px!important
    }
}

.float_chat {
    bottom:80px;
    position:fixed;
    right:0;
    z-index:1031
}

.chat_trigger {
    width:193px;
    height:49px;
    display:block
}

.star_account {
    background-image:url(/resources/images/icons/account.jpg);
    background-repeat:no-repeat;
    float:left;
    text-align:center;
    padding-top:43px;
    color:#333;
    background-position:center top;
    margin-right:8px
}

.mini-propiedades p .star_rating_num a {
    float:right;
    font-size:11px;
    text-align:right
}

.ficha .descripciones .descripciones-body .mini-propiedades .star_rating_p {
    float:left;
    clear:both;
    color:#666;
    font-weight:700;
    font-size:12px;
    line-height:18px;
    border-top:1px solid #D8D8D8;
    margin:5px 0;
    padding:5px 10px;
    border-bottom:1px solid #D8D8D8
}

.mini-propiedades .fabricado {
    float:left;
    clear:both;
    width:100%;
    padding:3px
}

.star_rating_p .destacado {
    font-size:14px;
    color:#333
}

.star_rating {
    background-image:url(/resources/images/icons/star.png);
    height:16px;
    background-repeat:repeat-x;
    float:left;
    margin:0 10px 0 0
}

.star_rating_1 {
    width:16px
}

.star_rating_2 {
    width:32px
}

.star_rating_3 {
    width:48px
}

.star_rating_4 {
    width:64px
}

.pestanya-opinion {
    border-bottom:1px solid #d8d8d8;
    float:left;
    padding:15px 0
}

.pestanyas-opinion-content {
    float:left;
    font-size:13px;
    color:#333;
    font-weight:700;
    width:660px
}

.pestanyas-opinion-content p {
    font-size:12px;
    line-height:18px;
    font-weight:400
}

#lip-9998,.ver-opiniones {
    background-color:#1bb290!important;
    border-color:#1bb290!important
}

.ver-opiniones {
    border-radius:5px;
    padding:10px;
    margin-top:10px;
    text-align:center
}

.ver-opiniones a:hover {
    text-decoration:none!important;
    color:#fff!important
}

.ver-opiniones a {
    color:#fff!important;
    font-size:15px;
    display:block
}

.ver-opiniones-star {
    background-image:url(/resources/images/sprites/listado-item-2017.png?v=20191108);
    background-position:0 0;
    display:inline-block;
    width:16px;
    margin-right:5px
}

#lip-9998:hover,.ver-opiniones:hover,#lip-9998.selected,#lip-9998.selected a {
    text-decoration:none!important;
    background-color:#189e7f!important
}

#lip-9998 a {
    color:#fff
}

#lip-9998 span {
    position:absolute;
    border:1px solid red;
    background-color:#eee;
    color:#333;
    top:-10px;
    right:-10px
}

.pestanya-opinion-paginacion {
    color:#BB0130;
    font-size:12px;
    margin:10px 0 0;
    text-align:center;
    width:100%;
    display:inline-block
}

ul.zone_list {
    border-radius:5px;
    border:1px solid #d8d8d8;
    float:left;
    background:0;
    width:350px;
    margin:10px;
    padding:10px
}

ul.zone_list li {
    margin:2px;
    padding:2px
}

ul.zone_list a {
    display:block;
    color:#333;
    font-size:12px
}

.tablita td .btnVerFicha {
    height:21px
}

.tablita {
    margin-top:20px;
    border-radius:5px;
    border:1px solid #d8d8d8;
    width:100%
}

.tablita td {
    color:#333;
    font-size:13px;
    vertical-align:middle;
    line-height:25px;
    font-weight:700;
    padding:5px 10px
}

.tablita tr.even td {
    background-color:#e8e8e8
}

.tablita tr.odd td {
    background-color:#fff
}

.listado_comprar {
    float:left;
    clear:both;
    width:100%;
    margin-bottom:20px
}

.listado_comprar .productos {
    margin:20px 5px
}

.listado_comprar .productos a {
    display:block;
    text-align:center;
    float:left;
    color:#333;
    font-weight:700;
    margin:5px
}

.listado_comprar .productos img {
    margin:10px 0 5px
}

.listado_comprar .productos li {
    float:left;
    width:25%;
    height:150px;
    margin:5px 0;
    padding:5px
}

.carrito_financiado .izquierda {
    float:left;
    width:40%
}

.carrito_financiado .derecha {
    float:right;
    width:60%;
    text-align:right
}

.euros_mes {
    color:#bb0130;
    font-size:18px;
    font-weight:700
}

#subopcion-cofidis div.precios {
    width:100%;
    clear:both;
    margin-top:10px;
    float:left
}

#subopcion-cofidis .precios > span {
    width:33%;
    display:inline-block;
    font-weight:700;
    color:#666;
    font-size:13px
}

#subopcion-cofidis .precios span.dto {
    text-align:center;
    width:180px
}

#subopcion-cofidis .precios_financiacion span.destacado {
    width:330px;
    font-size:18px;
    font-weight:700
}

#subopcion-cofidis #cofidis_plazos {
    width:211px
}

#subopcion-cofidis .intereses {
    line-height:18px
}

#subopcion-cofidis .aviso_cofidis_mismo_titular {
    font-weight:700;
    text-align:center;
    line-height:16px;
    font-size:11px;
    margin-top:4px
}

.presupuesto div.presupuesto_footer,.presupuesto div.presupuesto_datos_tienda {
    width:670px
}

.carrito_body .intereses {
    border-bottom:0;
    padding-right:10px;
    padding-top:0;
    padding-bottom:10px;
    text-align:right
}

.selector_medida {
    padding-left:25px;
    padding-right:5px;
    color:#333;
    font-weight:700;
    background-image:url(/resources/images/icons/medida.png);
    line-height:18px;
    background-position:0 0;
    background-repeat:no-repeat
}

.banner_visco {
    width:779px;
    float:left;
    margin:10px 0
}

.boton_fabricado {
    background-position:0 0;
    width:125px
}

.boton_5garantia {
    background-position:-125px 0;
    width:126px
}

.boton_30dias {
    background-position:-251px 0;
    width:137px
}

.boton_densidad {
    background-position:-388px 0;
    width:125px
}

.boton_durabilidad {
    background-position:-513px 0;
    width:133px
}

.boton_ventajas {
    background-position:-647px 0;
    width:133px
}

.banner_visco a {
    display:block;
    height:42px;
    background-image:url(/resources/images/fondos/sprite-colchones-visco.png);
    background-repeat:no-repeat
}

.banner_visco li {
    float:left;
    height:42px
}

.listado-pre {
    clear:both;
    overflow:hidden;
    margin:0;
    padding:0;
    width:100%;
    float:left
}

.intercambios {
    float:left;
    clear:both;
    margin:20px 0
}

.sIntercambios {
    background-image:url(/resources/images/sprites/sprite-consejo-matelas.png);
    background-repeat:no-repeat;
    width:100%
}

.intercambio {
    float:left;
    position:relative;
    height:200px;
    width:100%;
    padding:20px
}

.intercambio p {
    color:#111;
    font-size:13px;
    line-height:20px;
    width:625px;
    margin:0 0 10px
}

.intercambio ul {
    margin:0 0 5px
}

.intercambio-close {
    background-position:-497px -256px;
    position:absolute;
    width:25px;
    height:25px;
    top:-11px;
    left:6px
}

.intercambio-recomendado {
    background-position:-659px -248px;
    position:absolute;
    top:-21px;
    right:-12px;
    width:120px;
    height:64px
}

.intercambios-c1 {
    float:left;
    width:35%
}

.intercambios-c2 {
    float:right;
    width:60%;
    font-size:14px;
    font-weight:700;
    color:#111;
    line-height:18px
}

.intercambios-c2 ul li {
    background:url(/resources/images/sprites/sprite-consejo-matelas.png);
    background-position:0 -210px;
    height:25px;
    line-height:20px;
    padding-left:33px;
    margin-bottom:0
}

.intercambios-boton {
    float:left;
    width:208px;
    height:40px;
    position:absolute;
    bottom:5px
}

.intercambios-ver-ficha {
    background-position:0 -250px;
    right:260px
}

.intercambios-cambiar {
    background-position:-241px -250px;
    margin-left:20px;
    right:32px
}

.slider-wrapper {
    position:relative;
    clear:both;
    float:left
}

.nivoSlider {
    position:relative;
    width:980px;
    height:auto;
    overflow:hidden
}

.nivo-main-image {
    display:block!important;
    position:relative!important;
    width:100%!important
}

.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
    z-index:6;
    display:none;
    margin:0;
    padding:0
}

.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0
}

.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden
}

.nivo-caption {
    position:absolute;
    left:0;
    bottom:0;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    opacity:.8;
    overflow:hidden;
    display:none;
    -moz-opacity:.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:5px 10px
}

.nivo-caption p {
    margin:0;
    padding:5px
}

.nivo-caption a {
    display:inline!important
}

.nivo-directionNav a {
    cursor:pointer
}

.nivo-controlNav {
    text-align:center;
    padding:15px 0
}

.theme-default .nivoSlider {
    position:relative;
    background:#fff url(loading.gif) no-repeat 50% 50%
}

.theme-default .nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    display:none
}

.theme-default .nivoSlider a {
    border:0;
    display:block
}

.theme-default .nivo-controlNav {
    text-align:center;
    position:absolute;
    bottom:0;
    z-index:500;
    padding:0 0 0 5px;
    left:0;
    right:0
}

.theme-default .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(/resources/js/nivo-slider/themes/default/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin:0 3px
}

.theme-default .nivo-controlNav a.active {
    background-position:0 -22px
}

.theme-default .nivo-directionNav a {
    display:block;
    width:32px;
    height:30px;
    background:url(/resources/js/nivo-slider/themes/default/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0
}

.theme-default a.nivo-nextNav {
    background-position:-32px 0;
    right:15px;
    float:right
}

.theme-default a.nivo-prevNav {
    left:15px;
    float:left
}

.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width:auto;
    height:auto;
    background:none;
    margin-bottom:5px
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display:block;
    width:120px;
    height:auto
}

#tooltip {
    background-color:#fcfca1;
    border:1px solid #dbd8db;
    position:absolute;
    z-index:3000;
    border-radius:15px;
    -webkit-box-shadow:1px 1px 10px #ccc;
    -moz-box-shadow:1px 1px 10px #ccc;
    box-shadow:1px 1px 10px #ccc;
    padding:8px 15px
}

#tooltip h3 {
    color:#6d6d6d;
    font-size:12px;
    font-weight:700;
    margin-bottom:0
}

a.tooltip {
    background-image:url(lupa.png);
    background-repeat:no-repeat;
    background-position:right;
    padding-right:15px
}

.new_item {
    float:left;
    width:780px;
    border:1px solid #d8d8d8;
    border-radius:5px;
    position:relative;
    margin:0 0 10px
}

.new_item_entrega {
    margin-bottom:5px;
    float:left;
    border:1px solid #693;
    border-radius:5px;
    width:200px;
    padding:0 3px
}

.new_item_entrega p {
    color:#666;
    font-size:11px;
    line-height:16px;
    font-weight:700;
    text-align:center;
    padding:3px 0;
    margin:0
}

.new_item_entrega_stock p.plazo_entrega {
    margin-right:0;
    padding-right:5px;
    text-align:left;
    border-right:1px solid #693;
    float:left
}

.new_item_entrega_stock p.unidades {
    width:32px;
    color:#693;
    float:right
}

.new_item_entrega_stock p.unidades_big {
    color:#693;
    font-size:26px;
    line-height:32px;
    text-align:center;
    width:auto
}

p.plazo_entrega span.plazo_corto {
    color:red!important
}

.new_item_botones {
    bottom:0;
    position:absolute;
    right:0;
    width:220px;
    padding:0 0 2px 10px
}

.new_item_left {
    float:left;
    width:303px;
    border-right:1px solid #d8d8d8
}

.new_item_left .listado_foto img {
    border-top-left-radius:5px
}

.new_item_right {
    margin-left:5px;
    float:left;
    width:468px;
    padding:10px 5px
}

.new_item_right_descripcion {
    float:left;
    width:250px;
    clear:both;
    color:#666;
    line-height:18px;
    font-size:12px
}

.new_item_right_descripcion ul {
    margin-left:18px;
    padding:0
}

.new_item_right_descripcion li {
    list-style-type:circle
}

.new_item_right_iconos {
    float:right;
    width:180px;
    font-weight:700;
    color:#666
}

a.new_item_title h2 {
    font-size:16px;
    line-height:20px;
    color:#666;
    font-weight:700;
    margin:0
}

a.new_item_title {
    font-size:16px;
    line-height:20px;
    color:#666;
    font-weight:700;
    margin-bottom:10px;
    float:left
}

a.btnVerProductoSofas {
    float:left;
    background-image:url(/resources/images/filtros/sprite-sofas.png);
    background-position:-649px -5px;
    display:block;
    width:200px;
    height:42px
}

.new_item_precios,.new_item_medidas {
    color:#666;
    font-size:11px;
    font-weight:700;
    float:left;
    padding:8px
}

.new_item_precios_left {
    float:left;
    width:75px
}

.new_item_precios_right {
    float:right;
    width:210px
}

.new_item_precio_ahora {
    border-radius:5px;
    color:#fff;
    font-size:13px;
    background-color:#b41f23;
    float:right;
    position:relative;
    padding:5px
}

.new_item_precio_ahora_span {
    font-size:17px
}

.new_item_precio_ahora_link {
    color:#fff
}

.new_item_precio_dto {
    clear:both;
    float:left;
    font-size:12px
}

.new_item_precio_dto_span {
    color:red;
    font-size:16px;
    font-weight:700
}

.new_item_precio_dto_span2 {
    font-size:12px;
    color:red;
    font-weight:700
}

.new_item_iconos li {
    background-image:url(/resources/images/filtros/sprite-sofas.png);
    height:46px;
    float:left
}

li.icon_dimension_1 {
    background-position:-74px -161px;
    width:50px
}

li.icon_dimension_2 {
    background-position:-235px -161px;
    width:77px
}

li.icon_dimension_3 {
    background-position:-127px -161px;
    width:51px
}

li.icon_dimension_4 {
    background-position:-17px -161px;
    width:28px
}

li.icon_dimension_6 {
    background-position:-480px -162px;
    width:33px
}

li.icon_dimension_7 {
    background-position:-400px -162px;
    width:79px
}

li.icon_dimension_9 {
    background-position:-44px -161px;
    width:30px
}

li.icon_dimension_8 {
    background-position:-179px -161px;
    width:51px
}

li.icon_color {
    width:32px;
    height:32px
}

li.icon_color_8,li.icon_color_803 {
    background-position:-16px -41px
}

li.icon_color_9,li.icon_color_802 {
    background-position:-49px -41px
}

li.icon_color_10,li.icon_color_1193 {
    background-position:-81px -41px
}

li.icon_color_11,li.icon_color_1204 {
    background-position:-114px -41px
}

li.icon_color_12,li.icon_color_1202 {
    background-position:-148px -41px
}

li.icon_color_13,li.icon_color_1195 {
    background-position:-187px -41px
}

li.icon_color_14,li.icon_color_943 {
    background-position:-219px -41px
}

li.icon_color_15,li.icon_color_938 {
    background-position:-251px -41px
}

li.icon_color_16,li.icon_color_942 {
    background-position:-285px -41px
}

li.icon_color_17,li.icon_color_940 {
    background-position:-318px -41px
}

li.icon_color_18,li.icon_color_855 {
    background-position:-354px -41px
}

li.icon_color_19,li.icon_color_857 {
    background-position:-387px -41px
}

li.icon_color_24,li.icon_color_852 {
    background-position:-16px -77px
}

li.icon_color_25,li.icon_color_947 {
    background-position:-49px -77px
}

li.icon_color_26,li.icon_color_854 {
    background-position:-81px -77px
}

li.icon_color_27,li.icon_color_946 {
    background-position:-114px -77px
}

li.icon_color_28,li.icon_color_988,li.icon_color_1075 {
    background-position:-148px -77px
}

li.icon_color_29,li.icon_color_986 {
    background-position:-187px -77px
}

li.icon_color_30,li.icon_color_1080,li.icon_color_1068 {
    background-position:-219px -77px
}

li.icon_color_31,li.icon_color_990,li.icon_color_1081 {
    background-position:-251px -77px
}

li.icon_color_32,li.icon_color_985,li.icon_color_1000 {
    background-position:-285px -77px
}

li.icon_color_33,li.icon_color_1076,li.icon_color_1031 {
    background-position:-318px -77px
}

li.icon_color_34,li.icon_color_1003,li.icon_color_1032 {
    background-position:-354px -77px
}

li.icon_color_35,li.icon_color_1033 {
    background-position:-387px -77px
}

li.icon_color_36,li.icon_color_1002 {
    background-position:-423px -77px
}

li.icon_color_1,li.icon_color_1065,li.icon_color_1029,li.icon_color_1001 {
    background-position:-187px -5px
}

li.icon_color_2,li.icon_color_1069,li.icon_color_1030 {
    background-position:-219px -5px
}

li.icon_color_3,li.icon_color_1077,li.icon_color_989 {
    background-position:-251px -5px
}

li.icon_color_4,li.icon_color_1079,li.icon_color_984 {
    background-position:-285px -5px
}

li.icon_color_5,li.icon_color_1078,li.icon_color_987 {
    background-position:-318px -5px
}

li.icon_color_6,li.icon_color_848 {
    background-position:-354px -5px
}

li.icon_color_7,li.icon_color_850 {
    background-position:-387px -5px
}

li.icon_color_20,li.icon_color_1182,li.icon_color_22,li.icon_color_859 {
    background-position:-423px -5px
}

li.icon_color_21,li.icon_color_1187,li.icon_color_23,li.icon_color_941 {
    background-position:-455px -5px
}

li.icon_color_1348,li.icon_color_1269 {
    background-position:841px -7px
}

li.icon_color_1347,li.icon_color_1268 {
    background-position:810px -7px
}

li.icon_color_1346,li.icon_color_1267 {
    background-position:779px -7px
}

li.icon_color_1345,li.icon_color_1266 {
    background-position:748px -7px
}

li.icon_color_1344,li.icon_color_1265 {
    background-position:717px -7px
}

li.icon_color_1362 {
    background-position:373px -46px
}

li.icon_color_1364 {
    background-position:342px -46px
}

li.icon_color_1363 {
    background-position:310px -46px
}

li.icon_color_1196 {
    background-position:244px -45px
}

li.icon_color_1201 {
    background-position:275px -45px
}

li.icon_color_1491 {
    background-position:376px -78px
}

li.icon_color_1492 {
    background-position:345px -78px
}

li.icon_color_1493 {
    background-position:314px -78px
}

li.icon_color_1494 {
    background-position:283px -78px
}

li.icon_color_1349,li.icon_color_1160 {
    background-position:843px -109px
}

li.icon_color_1350,li.icon_color_1161 {
    background-position:812px -109px
}

li.icon_color_1355,li.icon_color_1380 {
    background-position:781px -109px
}

li.icon_color_1353,li.icon_color_1264 {
    background-position:750px -109px
}

li.icon_color_1354,li.icon_color_1381 {
    background-position:719px -109px
}

li.icon_color_1352,li.icon_color_1263 {
    background-position:688px -109px
}

li.icon_color_1351,li.icon_color_1262 {
    background-position:656px -109px
}

li.icon_color_1342,li.icon_color_1378 {
    background-position:622px -109px
}

li.icon_color_1343,li.icon_color_1379 {
    background-position:591px -109px
}

li.icon_color_1341,li.icon_color_1377 {
    background-position:560px -109px
}

li.icon_color_1340,li.icon_color_1171 {
    background-position:529px -109px
}

li.icon_color_1339,li.icon_color_1270 {
    background-position:498px -109px
}

li.icon_color_1487 {
    background-position:466px -109px
}

li.icon_color_1490 {
    background-position:435px -109px
}

li.icon_color_1489 {
    background-position:404px -109px
}

li.icon_color_1488 {
    background-position:373px -109px
}

li.icon_color_1498 {
    background-position:341px -109px
}

li.icon_color_1497 {
    background-position:309px -109px
}

li.icon_color_1496 {
    background-position:278px -109px
}

li.icon_color_1495 {
    background-position:247px -109px
}

li.icon_color_1243 {
    background-position:211px -96px
}

li.icon_color_1249 {
    background-position:118px -96px
}

li.icon_color_961 {
    background-position:55px -128px
}

li.icon_color_958 {
    background-position:87px -159px
}

li.icon_color_963 {
    background-position:118px -159px
}

li.icon_color_957 {
    background-position:180px -159px
}

li.icon_color_953 {
    background-position:118px -192px
}

li.icon_color_911 {
    background-position:55px -192px
}

li.icon_color_853 {
    background-position:148px -226px
}

li.icon_color_944 {
    background-position:179px -226px
}

li.icon_color_1158 {
    background-position:275px -213px
}

li.icon_color_1197 {
    background-position:371px -7px
}

li.icon_color_1198 {
    background-position:307px -7px
}

li.icon_color_1199 {
    background-position:276px -7px
}

li.icon_color_1203 {
    background-position:340px -7px
}

li.icon_color_1200 {
    background-position:244px -7px
}

.new_item .entrega p {
    text-align:center;
    color:#333
}

.new_item .entrega {
    width:200px;
    height:40px;
    border:1px solid #693;
    border-radius:5px;
    line-height:13px;
    font-size:12px;
    font-weight:700;
    margin-bottom:8px;
    position:absolute;
    bottom:40px
}

#menu-filtro-sofas {
    border-left:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7
}

#menu-filtro-sofas .menu-filtro-sofas-prix-sub {
    margin-left:10px;
    line-height:12px;
    height:16px
}

#menu-filtro-sofas .menu-filtro-sofas-prix-sub-min,#menu-filtro-sofas .menu-filtro-sofas-prix-sub-max {
    margin-right:5px;
    float:left
}

#menu-filtro-sofas .menu-filtro-sofas-prix-sub-min-value,#menu-filtro-sofas .menu-filtro-sofas-prix-sub-max-value {
    text-align:center;
    float:left;
    width:45px;
    font-size:11px;
    border:1px solid #d8d8d8;
    background-color:#fff;
    padding:1px 3px
}

#menu-filtro-sofas li.menu-filtro-sofas-ul-option {
    float:left
}

#menu-filtro-sofas .menu-filtro-sofas-li {
    padding-bottom:10px;
    overflow:hidden
}

#menu-filtro-sofas .menu-filtro-sofas-li h4 {
    position:relative;
    font-size:12px;
    line-height:18px;
    color:#0B3E66;
    font-weight:700;
    border-bottom:1px solid #0B3E66;
    margin:0 0 0 5px;
    padding:0
}

#menu-filtro-sofas ul.menu-filtro-sofas-ul {
    margin:5px 0
}

a.menu-filtro-sofas-tootip {
    display:block;
    background-image:url(/resources/images/sprites/sofas-filtro.png);
    width:15px;
    height:15px;
    position:absolute;
    top:2px;
    right:4px;
    background-position:-192px -30px;
    padding:0
}

#menu-filtro-sofas a.menu-filtro-sofas-a-option {
    color:#333;
    display:block;
    font-size:11px;
    height:60px;
    line-height:16px;
    text-align:center;
    padding:45px 0 0
}

#menu-filtro-sofas .menu-filtro-sofas-li-header {
    background-color:#F9FAFA;
    color:#ce2424;
    font-size:12px;
    font-weight:700;
    height:21px;
    line-height:18px
}

#menu-filtro-sofas .menu-filtro-sofas-li-header a {
    float:right;
    display:inline;
    background-position:0 2px;
    color:#ce2424;
    text-align:right;
    background-image:url(/resources/images/icons/delete.png);
    background-repeat:no-repeat;
    padding-left:17px
}

#menu-filtro-sofas li.menu-filtro-sofas-li-dimension .filtro-medida {
    max-width:165px;
    width:165px;
    margin:3px 5px
}

#menu-filtro-sofas div.menu-filtro-sofas-prix {
    background-image:url(/resources/images/sprites/sofas-filtro.png);
    background-position:-9px -43px;
    float:left;
    height:18px;
    width:170px;
    margin:5px 3px
}

div#menu-filtro-sofas-prix-widget {
    float:left;
    width:155px;
    height:15px;
    background:none
}

div#menu-filtro-sofas-prix-widget .ui-slider-handle {
    background:url(/resources/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) repeat-x scroll 50% 50% #DADADA;
    border:1px solid #999;
    color:#212121;
    font-weight:400;
    outline:medium none;
    cursor:pointer
}

div#menu-filtro-sofas-prix-widget .ui-slider-range {
    float:left;
    height:5px;
    top:5px;
    background:#1f3f5a
}

div#menu-filtro-sofas-prix .ui-slider-handle {
    border-radius:10px;
    height:15px;
    width:15px
}

#menu-filtro-sofas ul.menu-filtro-sofas,#menu-filtro-sofas ul.menu-filtro-sofas ul {
    background-color:#f9fafa
}

#menu-filtro-sofas li.menu-filtro-sofas-li-largo {
    padding-top:5px
}

#menu-filtro-sofas li.menu-filtro-sofas-li-largo select {
    margin-left:5px;
    margin-top:5px
}

.sProcesoCompra {
    background-image:url(/resources/images/sprites/sprite-proceso-compra.png);
    background-repeat:no-repeat
}

.proceso_compra_destacado_verde {
    font-size:12px;
    font-weight:700;
    color:#693;
    text-align:center;
    overflow:hidden;
    width:100%;
    float:left;
    margin:10px 0 25px
}

h4.proceso_compra_conocio_h4 {
    font-size:12px;
    font-weight:700;
    color:#000;
    border:0
}

ul.proceso_compra_conocio {
    float:left;
    width:100%;
    clear:both;
    padding:10px 0
}

a.proceso_compra_conocio {
    float:left;
    height:50px;
    border:1px solid #D8D8D8;
    border-radius:5px;
    background-color:#FAFAFA;
    margin:0 5px 10px;
    padding:0
}

a.proceso_compra_conocio_active {
    border:1px solid #693
}

a.proceso_compra_conocio_google {
    background-position:0 -187px;
    width:131px
}

a.proceso_compra_conocio_bing {
    background-position:-131px -187px;
    width:131px
}

a.proceso_compra_conocio_ciao {
    background-position:-259px -187px;
    width:107px
}

a.proceso_compra_conocio_otros {
    background-position:-390px -187px;
    width:151px
}

a.proceso_compra_conocio_recomendacion {
    background-position:-24px -244px;
    width:215px
}

a.proceso_compra_conocio_cliente {
    background-position:-326px -245px;
    width:153px
}

a.proceso_compra_conocio_tienda {
    background-position:-504px -245px;
    width:161px
}

a.proceso_compra_conocio_lasprovincias {
    background-position:0 -363px;
    width:147px
}

h1.new-listado-header-h1 {
    background-repeat:no-repeat;
    background-position:0 0;
    color:#333;
    font-size:16px;
    font-weight:700;
    margin:0;
    padding:10px 20px 0;
    height:33px;
    background-image:inherit
}

h1.new-listado-header-h1-18,div.new-listado-header-text.new-listado-header-text-18 {
    background-color:#144a7d!important
}

h1.new-listado-header-h1-80,h1.new-listado-header-h1-335,h1.new-listado-header-h1-512,h1.new-listado-header-h1-1178,h1.new-listado-header-h1-1352,h1.new-listado-header-h1-1854,div.new-listado-header-text.new-listado-header-text-80,div.new-listado-header-text.new-listado-header-text-335,div.new-listado-header-text.new-listado-header-text-512,div.new-listado-header-text.new-listado-header-text-1178,div.new-listado-header-text.new-listado-header-text-1352,div.new-listado-header-text.new-listado-header-text-1854 {
    background-color:#d90328!important
}

div.new-listado-header-text {
    height:125px;
    min-height:125px;
    max-height:125px;
    background-position:center right;
    float:left;
    width:100%;
    clear:both;
    margin:0;
    padding:0 20px;
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-color:#b90023
}

div.new-listado-header-text p {
    border-top:1px solid #333;
    color:#333;
    font-size:11px;
    font-weight:700;
    height:90px;
    padding-top:10px;
    width:300px;
    margin:6px 0 0
}

.countdown-new-listado {
    position:relative;
    background-position:0 -133px;
    width:780px;
    height:26px
}

div.new_item.new_item_ropa_cama,div.new_item.new_item_ropa_cama .new_item_precios {
    width:242px;
    padding:8px 0
}

div.new_item.new_item_buscador {
    width:230px;
    padding:8px 0
}

div.new_item.new_item_buscador .new_item_precios {
    width:100%;
    padding:8px 0
}

div.new_item_left.new_item_left_ropa_cama {
    border:0;
    width:100%
}

.new_item_buscador_index_2,.new_item_buscador_index_3 {
    margin:0 15px 10px
}

.new_item_ropa_cama_index_2 {
    margin:0 25px 10px
}

a.btnVerProductoRopaCama {
    background-image:url(/resources/images/fondos/boton-ver-ropa-cama.png);
    width:54px;
    height:28px;
    float:right;
    margin-left:5px
}

a.btnVerProductoBuscador {
    background-image:url(/resources/images/fondos/boton-ver-ropa-cama.png);
    width:54px;
    height:28px;
    float:right;
    margin:0 5px
}

.new_item_buscador .new_item_precios_right {
    width:195px
}

.new_item_buscador .new_item_precios_left {
    width:45px;
    margin-left:5px
}

.new-listado-cabecera {
    float:left;
    overflow:hidden;
    background-color:#f5f5f5;
    border-top:1px solid;
    border-bottom:1px solid;
    margin-bottom:10px
}

.new-listado-cabecera ul {
    float:left;
    margin:0;
    padding:10px 40px
}

.new-listado-cabecera li {
    float:left;
    width:400px;
    font-size:11px;
    line-height:18px;
    list-style-type:circle;
    color:#333;
    margin:0;
    padding:0
}

.new-listado-cabecera li:nth-child(even) {
    width:250px;
    margin-left:40px
}

.new-listado-cabecera h4 {
    font-size:15px
}

.video-flash-play a,.video-flash-play a:link,.video-flash-play a:visited,.video-flash-play a:hover,.video-flash-play a:active {
    display:block;
    width:100%;
    padding:15px;
    color:#fff!important;
    border:4px solid #fff;
    font-size:20px;
    text-align:center;
    line-height:35px;
    font-weight:700;
    text-decoration:none!important
}

.ver_compra_active {
    background-position:-797px -827px
}

.btn_contactar_active {
    background-position:-797px -935px
}

.listado_item_body ul.lista1,.listado_items .listado_item_body ul.lista2,ul.zone_list_width_3 {
    width:240px
}

#video-flash {
    float:left;
    padding:15px 0 10px;
    width:100%
}

.pestanyas-head ul li a,#dialogo-popup .pestanyas-head ul li a {
    color:#000;
    font-size:12px;
    display:block;
    padding:0 10px;
    text-transform:uppercase;
    text-align:center
}

.pestanyas-head ul li.selected a,.ficha .pestanyas .pestanyas-head ul li.selected,#dialogo-popup .pestanyas-head ul li.selected a,#dialogo-popup .ficha .pestanyas .pestanyas-head ul li.selected {
    background-color:#5f5f5f;
    color:#fff;
    font-weight:700
}

#dialogo-popup .cms ul,.cRight .menu .direccion img,.contactar .contacto,.boletin .contacto {
    margin-top:20px
}

.carrito .productos td,div#fancy_title table td {
    vertical-align:middle;
    padding:0
}

.carrito .carrito_body .left ul li a.carrito_continuar,.new_item_entrega_span {
    color:#1bb290
}

span.resaltado-entrega,.zona-entrega-body .entrega_urgente a {
    color:#666;
    font-weight:700
}

.ficha .sofas #acabados,.ficha .sofas #grupos {
    float:left;
    padding-bottom:10px;
    width:450px;
    margin-top:5px;
    margin-left:6px;
    overflow:hidden
}

.estrella #ecabados,.estrella #egrupos {
    position:relative;
    left:108px;
    bottom:22px
}

.sofas ul.lista_opciones li.forma,.sofas ul.lista_opciones li.grupo {
    width:140px;
    position:relative
}

#dialog-faltan-opciones .opcionSinMarcarA p,.new_item_precio_antes_span {
    font-size:12px
}

.countdown .item,.countdown-new-listado .item {
    position:absolute;
    top:3px;
    width:34px;
    text-align:right
}

.countdown-sofas-201209 .days,.countdown-new-listado .days {
    left:124px
}

.countdown-sofas-201209 .hours,.countdown-new-listado .hours {
    left:199px
}

.countdown-sofas-201209 .mins,.countdown-new-listado .mins {
    left:234px
}

.countdown-sofas-201209 .secs,.countdown-new-listado .secs {
    left:270px
}

.countdown-sofas-201209 .number,.countdown-new-listado .number {
    float:right;
    width:13px;
    height:16px
}

.ui-datepicker.ui-datepicker-multi {
    width:auto
}

#menu-filtro-sofas .menu-filtro-sofas-li.menu-filtro-sofas-li-largo h4,#menu-filtro-sofas .menu-filtro-sofas-li.menu-filtro-sofas-li-dimension h4,#menu-filtro-sofas .menu-filtro-sofas-li.menu-filtro-sofas-li-prix h4 {
    border-bottom:0
}

a#enlace_imagen_grande,.new_item_body {
    position:relative;
    float:left
}

div.capsula-335 div.capLeft,div.capsula-335 div.cap {
    background-image:none;
    background-position:none
}

.capsula-new .cap .cap-element-165 a,.capsula-new .cap .cap-element-167 a {
    background-position:-355px -14px;
    padding-right:90px
}

.campito,.star_rating_5 {
    width:80px
}

.buscador ul.paginacion li.texto,#subopcion-cofidis div.precios_financiacion {
    width:330px
}

#tela .producto_imagen {
    background:url(/resources/images/listados_estaticos/productos-sofas.jpg) -180px 0
}

.listado_foto,.cRight .menu .direcciones .direccion_principal,.imagen,.ui-resizable,.listado_item {
    position:relative
}

.listado_opciones a.bold,#pestanyas li.ui-state-default a,.negrita,strong,.ficha .info .info-body .info-precios .precios .ficha_item_info_antes span.antes,div.preguntas-frecuentes strong,.sofas .info-precios .ficha_item_info_antes .antes,.presupuesto .producto_totales td,.cms strong,.cms b,.ui-priority-primary,.ui-widget-content .ui-priority-primary,.listado_item_info_transferencia,.nivo-controlNav a.active {
    font-weight:700
}

.logos li.primero,.listado-estatico-tipo3-izquierda,#menu-filtro-sofas .menu-filtro-sofas-prix-sub-max {
    margin-left:10px
}

.carrito tr.producto_totales .carrito_ahora span,.carrito tr.producto_totales .carrito_dto span,.sofas .info .financiado #coste_dia,#subopcion-cofidis .precios > span .cantidad {
    font-size:20px
}

.listado_producto_4c_izquierda,.cms .marginLeft,.listado-estatico-tipo2-izquierda,.listado-estatico-tipo4-izquierda {
    margin-left:8px
}

ul.categoria li ul,.p404_cabecera .texto p.content,#sofas .producto_descripcion ul li.boton a,#menu-filtro-sofas li.menu-filtro-sofas-li-dimension {
    margin-top:5px
}

.listado-estatico-tipo1-derecha {
    margin-right:7px
}

.cms .oferta.lefted {
    margin-right:9px
}

a.listado-gamas-pk-exclusiva-on,a.listado-gamas-pk-exclusiva-off {
    display:block;
    float:left;
    width:390px;
    height:50px
}

a.listado-gamas-pk-general-on,a.listado-gamas-pk-general-off {
    display:block;
    float:left;
    width:388px;
    height:50px
}

div.new-listado-header {
    width:100%
}

ul.proceso_compra_conocio li {
    float:left;
    margin-bottom:10px
}

div.new-listado-header {
    float:left
}

li#elem-127,li#elem-96,li#elem-97,li.elem-destacado {
    background-color:#c8ddf6
}

#financiacion_gratuita.financiacion_gratuita {
    font-size:12px;
    position:relative
}

#portes_gratis.portes_gratis {
    font-size:16px;
    position:relative;
    margin-left:5px
}

a.financiacion_gratuita_estrella {
    position:absolute;
    width:24px;
    height:23px;
    top:-22px;
    right:-5px;
    background-image:url(/resources/images/icons/finan-star.png);
    background-repeat:no-repeat
}

.new_item_colchones .listado_stock {
    top:160px;
    right:0;
    border-bottom-right-radius:0;
    border-top-left-radius:5px
}

.new_item_ropa_cama .listado_stock {
    top:25px;
    right:0;
    border-bottom-right-radius:0;
    border-top-left-radius:5px
}

.listado-estatico-tipo3 .listado_stock,.listado-estatico-tipo4 .listado_stock {
    top:inherit;
    right:inherit;
    border-bottom-left-radius:0;
    border-top-right-radius:5px;
    z-index:99;
    left:0;
    bottom:44px
}

.listado-estatico-tipo2 .listado_stock {
    top:0;
    right:inherit;
    border-bottom-left-radius:0;
    border-top-right-radius:5px;
    z-index:99;
    left:0;
    bottom:inherit
}

.new_item_colchones .new_item_iconos {
    float:right;
    width:203px;
    font-weight:700
}

.new_item_colchones .new_item_iconos .firmeza_txt {
    float:left;
    width:201px
}

.new_item_iconos .firmeza_barra {
    background-image:url(/resources/images/fondos/firmeza-listado.png);
    background-repeat:no-repeat;
    width:100%;
    height:14px;
    float:left
}

.firmeza_adaptabilidad {
    float:left;
    font-weight:700;
    padding:0 5px 10px;
    width:100%
}

.firmeza_adaptabilidad .firmeza_barra {
    background-image:url(/resources/images/fondos/firmeza-listado.png);
    background-repeat:no-repeat;
    width:100%;
    height:14px;
    float:left
}

div.new-contenido-extra {
    float:left;
    margin:0
}

.new_item_iconos_canape .colores {
    float:left;
    width:32px;
    height:32px;
    background-image:url(/resources/images/icons/colores-canapes.png);
    background-position:0 0;
    background-repeat:no-repeat
}

.new_item_iconos_canape .colores_562,.new_item_iconos_canape .colores_563 {
    background-position:-99px 0
}

.new_item_iconos_canape .colores_775,.new_item_iconos_canape .colores_558 {
    background-position:-1px 0
}

.new_item_iconos_canape .colores_1190,.new_item_iconos_canape .colores_561 {
    background-position:-133px 0
}

.new_item_iconos_canape .colores_560 {
    background-position:-164px 0
}

.new_item_iconos_canape .colores_776 {
    background-position:-197px 0
}

.new_item_iconos_bases .colores {
    float:left;
    width:32px;
    height:32px;
    background-image:url(/resources/images/icons/colores-bases.png);
    background-position:0 0;
    background-repeat:no-repeat
}

.new_item_iconos_bases .colores_1190 {
    background-position:-2px 0
}

.new_item_iconos_bases .colores_815 {
    background-position:-100px 0
}

div.listado_stock {
    top:0;
    position:absolute;
    right:40px;
    background-color:#60ae24;
    color:#fff;
    font-size:14px;
    font-weight:700;
    padding:4px 6px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px
}

div.listado_liquidacion {
    background-image:url(/resources/images/icons/en-liquidacion.png);
    bottom:0;
    height:42px;
    position:absolute;
    left:0;
    width:135px
}

div.listado_blackfriday {
    background-image:url(/resources/images/icons/tagPikolinBlackListado.png);
    bottom:0;
    height:42px;
    position:absolute;
    left:0;
    width:97px
}

div.listado_pikolinblack {
    background-image:url(/resources/images/icons/tagPikolinBlackListado.png);
    top:0;
    height:131px;
    position:absolute;
    right:17px;
    width:83px;
    background-image:url(/resources/images/icons/tagPikolinBlackListado.png);
    top:0;
    height:131px;
    position:absolute;
    right:17px;
    width:83px
}

div.listado_pikotazo {
    background-image:url(/resources/images/icons/tagPikolinRebajasListado.png);
    top:30px;
    height:88px;
    position:absolute;
    left:171px;
    width:130px
}

div.imagen-superpuesta.pikotazo {
    top:57px;
    left:324px
}

div.listado_rebajas {
    background-image:url(/resources/images/icons/tag-rebajas.png);
    bottom:0;
    height:34px;
    position:absolute;
    left:0;
    width:135px
}

div.listado_novedad {
    top:0;
    height:62px;
    position:absolute;
    right:0;
    width:82px
}

div.listado_outlet {
    background-image:url(/resources/images/icons/en-outlet.png);
    bottom:0;
    height:42px;
    position:absolute;
    left:0;
    width:135px
}

div.listado_classic_blanc {
    background-image:url(/resources/images/icons/listado-classicblanc.jpg);
    bottom:12px;
    height:31px;
    position:absolute;
    right:12px;
    width:83px
}

.new_item.new_item_ropa_cama .new_item_left .listado_foto img {
    border-top-left-radius:0;
    border:1px solid #e0e0e0
}

.new_item.new_item_ropa_cama .new_item_precio_ahora {
    float:right;
    background:none;
    color:#273c52;
    font-weight:400;
    padding:5px 0 0
}

.new_item.new_item_ropa_cama .btnVerProductoRopaCama {
    clear:both;
    color:#539002;
    background:none;
    width:100px;
    line-height:18px;
    font-size:13px;
    text-align:right;
    height:18px;
    font-weight:400
}

.new_item.new_item_ropa_cama .new_item_precio_dto {
    clear:both;
    float:left;
    font-size:13px;
    color:#273c52;
    font-weight:400;
    padding:6px 0
}

div.new_item_ropa_cama .new_item_precios_left,div.new_item_ropa_cama .new_item_precios_right {
    float:right;
    width:auto;
    margin-left:10px
}

.new_item.new_item_ropa_cama .new_item_precio_ahora .new_item_precio_ahora_span {
    color:red;
    font-weight:700
}

ul.menu-filtro-sofas-ul-tapizado li:first-child {
    clear:both
}

#menu-filtro-sofas a.menu-filtro-sofas-option-sprite {
    background-image:url(/resources/images/sprites/sofas-icons.png);
    background-repeat:no-repeat
}

#menu-filtro-sofas li.menu-filtro-sofas-ul-option.menu-filtro-sofas-ul-option-image {
    width:89px;
    display:block;
    float:left;
    margin-bottom:10px
}

#menu-filtro-sofas li.menu-filtro-sofas-ul-option.menu-filtro-sofas-ul-option-color {
    width:50px;
    display:block;
    float:left;
    margin:0 4px
}

#menu-filtro-sofas li.menu-filtro-sofas-ul-option-color a.menu-filtro-sofas-a-option {
    height:40px;
    padding-top:0
}

#menu-filtro-sofas a.menu-filtro-sofas-option-piel.menu-filtro-sofas-check-unchecked {
    background-position:-85px 0
}

#menu-filtro-sofas a.menu-filtro-sofas-option-ecopiel.menu-filtro-sofas-check-unchecked {
    background-position:-85px -120px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-sofa.menu-filtro-sofas-check-unchecked {
    background-position:-261px 0
}

#menu-filtro-sofas a.menu-filtro-sofas-option-chaise.menu-filtro-sofas-check-unchecked {
    background-position:-174px 0
}

#menu-filtro-sofas a.menu-filtro-sofas-option-altasprestaciones.menu-filtro-sofas-check-unchecked {
    background-position:-83px -241px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-economico.menu-filtro-sofas-check-unchecked {
    background-position:3px -241px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-media.menu-filtro-sofas-check-unchecked {
    background-position:3px -365px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-sofa-relax.menu-filtro-sofas-check-unchecked {
    background-position:-351px -125px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-sillon-relax.menu-filtro-sofas-check-unchecked {
    background-position:-441px -125px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-rinconera.menu-filtro-sofas-check-unchecked {
    background-position:-173px -125px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-disponibilidad-todos.ver-unchecked {
    background-position:-175px -242px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-disponibilidad-todos.ver-checked {
    background-position:-175px -301px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-disponibilidad-stock.ver-unchecked {
    background-position:-261px -242px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-disponibilidad-stock.ver-checked {
    background-position:-261px -301px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-conjunto.menu-filtro-sofas-check-unchecked {
    background-position:-264px -125px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-cama.menu-filtro-sofas-check-unchecked {
    background-position:-351px 0
}

#menu-filtro-sofas a.menu-filtro-sofas-option-sillon.menu-filtro-sofas-check-unchecked {
    background-position:-440px 0
}

#menu-filtro-sofas a.menu-filtro-sofas-option-negro.menu-filtro-sofas-check-unchecked {
    background-position:-537px -10px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-chocolate.menu-filtro-sofas-check-unchecked {
    background-position:-593px -10px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-rojo.menu-filtro-sofas-check-unchecked {
    background-position:-648px -10px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-blanco.menu-filtro-sofas-check-unchecked {
    background-position:-537px -50px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-morado.menu-filtro-sofas-check-unchecked {
    background-position:-537px -91px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-gris.menu-filtro-sofas-check-unchecked {
    background-position:-592px -51px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-piel {
    background-position:-85px -60px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-ecopiel {
    background-position:-85px -180px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-sofa {
    background-position:-261px -66px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-chaise {
    background-position:-174px -66px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-altasprestaciones {
    background-position:-83px -301px;
    line-height:12px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-economico {
    background-position:3px -301px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-media {
    background-position:-83px -365px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-sofa-relax {
    background-position:-351px -190px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-sillon-relax {
    background-position:-441px -190px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-rinconera {
    background-position:-173px -190px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-conjunto {
    background-position:-264px -190px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-cama {
    background-position:-351px -66px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-sillon {
    background-position:-440px -66px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-beis {
    background-position:-815px -50px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-negro {
    background-position:-705px -10px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-chocolate {
    background-position:-760px -10px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-rojo {
    background-position:-814px -10px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-blanco {
    background-position:-704px -50px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-morado {
    background-position:-704px -91px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-gris {
    background-position:-760px -51px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-otros {
    color:#0B3E66;
    font-weight:700;
    height:28px;
    line-height:19px;
    text-align:right;
    padding:5px 10px
}

.boton_continuacion_combinar_otros {
    height:101px;
    width:253px;
    background-position:-3px -243px;
    display:block
}

.boton_continuacion_ahorra {
    height:103px;
    width:141px;
    background-position:-260px -243px;
    display:block
}

.boton_continuacion_ahorra.boton_continuacion_ahorra_1652,.boton_continuacion_ahorra.boton_continuacion_ahorra_1600 {
    display:none
}

.boton_continuacion_combinar.boton_continuacion_combinar_1652,.boton_continuacion_combinar.boton_continuacion_combinar_1600 {
    background-position:-3px -243px;
    height:101px;
    width:270px
}

.boton_continuacion_combinar {
    height:101px;
    width:253px;
    background-position:-3px -137px;
    display:block
}

.boton_continuacion_carrito {
    height:103px;
    width:141px;
    background-position:-518px -134px;
    display:block
}

.fixed {
    right:465px;
    position:fixed;
    top:0
}

#fancybox-loading {
    position:fixed;
    top:50%;
    left:50%;
    width:40px;
    height:40px;
    margin-top:-20px;
    margin-left:-20px;
    cursor:pointer;
    overflow:hidden;
    z-index:1104;
    display:none
}

#fancybox-loading div {
    position:absolute;
    top:0;
    left:0;
    width:40px;
    height:480px;
    background-image:url(/resources/images/fancybox/fancybox.png)
}

#fancybox-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:1100;
    display:none
}

* html #fancybox-overlay {
    position:absolute;
    height:expression(document.body.scrollHeight > document.body.offsetHeight ?
document.body.scrollHeight:document.body.offsetHeight + 'px')
}

#fancybox-tmp {
    border:0;
    overflow:auto;
    display:none;
    margin:0;
    padding:0
}

#fancybox-wrap {
    position:absolute;
    top:0;
    left:0;
    z-index:1101;
    outline:none;
    display:none;
    padding:20px
}

#fancybox-outer {
    position:relative;
    width:100%;
    height:100%;
    background:#fff
}

#fancybox-content {
    width:0;
    height:0;
    outline:none;
    position:relative;
    overflow:hidden;
    z-index:1102;
    border:0 solid #fff;
    padding:0
}

#fancybox-hide-sel-frame {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:transparent;
    z-index:1101
}

#fancybox-close {
    position:absolute;
    top:-15px;
    right:-15px;
    width:30px;
    height:30px;
    background:transparent url(/resources/images/fancybox/fancybox.png) -40px 0;
    cursor:pointer;
    z-index:1103;
    display:none
}

#fancybox-error {
    color:#444;
    font:normal 12px/20px Arial;
    margin:0;
    padding:14px
}

#fancybox-img {
    width:100%;
    height:100%;
    border:none;
    outline:none;
    line-height:0;
    vertical-align:top;
    margin:0;
    padding:0
}

#fancybox-frame {
    width:100%;
    height:100%;
    border:none;
    display:block
}

#fancybox-left,#fancybox-right {
    position:absolute;
    bottom:0;
    height:100%;
    width:35%;
    cursor:pointer;
    outline:none;
    background:transparent url(/resources/images/fancybox/blank.gif);
    z-index:1102;
    display:none
}

#fancybox-left-ico,#fancybox-right-ico {
    position:absolute;
    top:50%;
    left:-9999px;
    width:30px;
    height:30px;
    margin-top:-15px;
    cursor:pointer;
    z-index:1102;
    display:block
}

#fancybox-left-ico {
    background-image:url(/resources/images/fancybox/fancybox.png);
    background-position:-40px -30px
}

#fancybox-right-ico {
    background-image:url(/resources/images/fancybox/fancybox.png);
    background-position:-40px -60px
}

.fancybox-bg {
    position:absolute;
    border:0;
    width:20px;
    height:20px;
    z-index:1001;
    margin:0;
    padding:0
}

#fancybox-bg-n {
    top:-20px;
    left:0;
    width:100%;
    background-image:url(/resources/images/fancybox/fancybox-x.png)
}

#fancybox-bg-ne {
    top:-20px;
    right:-20px;
    background-image:url(/resources/images/fancybox/fancybox.png);
    background-position:-40px -162px
}

#fancybox-bg-e {
    top:0;
    right:-20px;
    height:100%;
    background-image:url(/resources/images/fancybox/fancybox-y.png);
    background-position:-20px 0
}

#fancybox-bg-se {
    bottom:-20px;
    right:-20px;
    background-image:url(/resources/images/fancybox/fancybox.png);
    background-position:-40px -182px
}

#fancybox-bg-s {
    bottom:-20px;
    left:0;
    width:100%;
    background-image:url(/resources/images/fancybox/fancybox-x.png);
    background-position:0 -20px
}

#fancybox-bg-sw {
    bottom:-20px;
    left:-20px;
    background-image:url(/resources/images/fancybox/fancybox.png);
    background-position:-40px -142px
}

#fancybox-bg-w {
    top:0;
    left:-20px;
    height:100%;
    background-image:url(/resources/images/fancybox/fancybox-y.png)
}

#fancybox-bg-nw {
    top:-20px;
    left:-20px;
    background-image:url(/resources/images/fancybox/fancybox.png);
    background-position:-40px -122px
}

#fancybox-title {
    font-size:12px;
    z-index:1102
}

.fancybox-title-inside {
    padding-bottom:10px;
    text-align:center;
    color:#333;
    background:#fff;
    position:relative
}

.fancybox-title-outside {
    padding-top:10px;
    color:#fff
}

.fancybox-title-over {
    position:absolute;
    bottom:0;
    left:0;
    color:#FFF;
    text-align:left
}

#fancybox-title-over {
    background-image:url(/resources/images/fancybox/fancy_title_over.png);
    display:block;
    padding:10px
}

.fancybox-title-float {
    position:absolute;
    left:0;
    bottom:-20px;
    height:32px
}

#fancybox-title-float-wrap {
    border:none;
    border-collapse:collapse;
    width:auto
}

#fancybox-title-float-wrap td {
    border:none;
    white-space:nowrap
}

#fancybox-title-float-left {
    background:url(/resources/images/fancybox/fancybox.png) -40px -90px no-repeat;
    padding:0 0 0 15px
}

#fancybox-title-float-main {
    color:#FFF;
    line-height:29px;
    font-weight:700;
    background:url(/resources/images/fancybox/fancybox-x.png) 0 -40px;
    padding:0 0 3px
}

#fancybox-title-float-right {
    background:url(/resources/images/fancybox/fancybox.png) -55px -90px no-repeat;
    padding:0 0 0 15px
}

.fancybox-ie6 #fancybox-close {
    background:transparent
}

.fancybox-ie6 #fancybox-left-ico {
    background:transparent
}

.fancybox-ie6 #fancybox-right-ico {
    background:transparent
}

.fancybox-ie6 #fancybox-title-over {
    background:transparent;
    zoom:1
}

.fancybox-ie6 #fancybox-title-float-left {
    background:transparent
}

.fancybox-ie6 #fancybox-title-float-main {
    background:transparent
}

.fancybox-ie6 #fancybox-title-float-right {
    background:transparent
}

.fancybox-ie6 #fancybox-bg-w,.fancybox-ie6 #fancybox-bg-e,.fancybox-ie6 #fancybox-left,.fancybox-ie6 #fancybox-right,#fancybox-hide-sel-frame {
    height:expression(this.parentNode.clientHeight + "px")
}

.fancybox-ie .fancybox-bg {
    background:transparent!important
}

div.marcako_opcion {
    left:0;
    height:21px;
    width:21px;
    background-repeat:no-repeat;
    background-image:url(/resources/images/ajax/ko.png);
    position:absolute
}

div.marcaok_opcion {
    height:21px;
    width:21px;
    background-repeat:no-repeat;
    background-image:url(/resources/images/ajax/ok.png);
    position:absolute
}

div.marca_opcion_precio {
    position:absolute;
    top:10px;
    right:0
}

div.marca_opcion_precio span {
    display:block;
    overflow:hidden;
    color:#fff;
    background-color:#bb0130;
    font-weight:700;
    border-radius:5px;
    text-align:center;
    padding:2px 5px
}

li#lista_opcion {
    float:left;
    position:relative;
    padding:8px 2px
}

li#menu-sofas-opciones {
    margin-bottom:20px
}

li#menu-sofas-opciones div.menu-sofas-opciones-selec {
    float:none;
    width:100%;
    overflow:hidden
}

li#menu-sofas-solicitar span.solicitar-muestrario {
    color:#FFF;
    font-weight:700;
    font-size:10px;
    float:left;
    width:65%;
    line-height:15px;
    padding:5px 5px 5px 10px
}

.ficha2013muestrario {
    width:47px;
    height:31px;
    background-position:0 -9px;
    margin-top:15px;
    margin-left:5px;
    float:left
}

li#menu-sofas-solicitar div.menu-sofas-solicitar-muestrario {
    position:relative;
    float:none;
    width:100%;
    border:1px solid #d8d8d8;
    overflow:hidden;
    background-color:#2d5c94
}

li#menu-sofas-opciones li.opciones_item {
    float:left;
    position:relative;
    padding:0
}

li#menu-sofas-opciones li.opciones_item_menu {
    width:50%!important
}

li#menu-sofas-opciones a.lupaAmpliar {
    display:block;
    padding:5px 5px 0
}

.lupa {
    float:right;
    right:3px;
    top:0
}

li#menu-sofas-opciones a.opciones_item_img {
    display:block
}

li#menu-sofas-opciones a.opciones_item_img_menu {
    padding:4px 5px
}

div.option_1.ficha_sofas_opciones.ficha_sofas_opciones_grupo,.option_78.ficha_sofas_opciones.ficha_sofas_opciones_grupo {
    width:100%
}

div.option_89.ficha_sofas_opciones.ficha_sofas_opciones_grupo {
    width:100%
}

div.ficha_sofas_opciones_grupo {
    float:left;
    padding-bottom:19px;
    border:0 solid #d8d8d8;
    padding-left:10px;
    width:50%
}

li#menu-sofas-opciones .menu-sofas-opciones-selec .ficha_sofas_opciones_grupo_menu:first-child .menu_option {
    border-top-left-radius:5px;
    border-top-right-radius:5px
}

li#menu-sofas-opciones .menu-sofas-opciones-selec .ficha_sofas_opciones_grupo_menu:last-child {
    border-bottom:1px solid #e7e7e7
}

div.menu_option {
    background-color:#666;
    color:#FFF;
    font-weight:700;
    font-size:11px;
    line-height:18px;
    overflow:hidden;
    border:1px solid #e7e7e7
}

li#menu-sofas-opciones span.menu_option_title {
    display:block;
    padding-left:5px;
    float:left
}

li#menu-sofas-opciones div.series_detalle {
    border-left:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7
}

li#menu-sofas-opciones li.serie_item {
    float:none;
    width:100%
}

li#menu-sofas-opciones li.lista_serie_item {
    float:none;
    width:100%!important
}

li#menu-sofas-opciones .series {
    overflow:hidden;
    border:1px solid #e7e7e7;
    border-top:0
}

li#menu-sofas-opciones a.serie_item_link,li#menu-sofas-opciones a.opcion_serie_item {
    color:#333;
    background-color:#eee;
    display:block;
    text-align:center;
    padding:8px 0;
    font-size:11px
}

li#menu-sofas-opciones a.serie_item_link.seleccionado,li#menu-sofas-opciones a.opcion_serie_item.seleccionado {
    color:#fff;
    background-color:#1bb290
}

li#menu-sofas-opciones a.opciones_item_img img.seleccionado {
    border:3px solid #1bb290
}

p.opcion_observaciones {
    clear:both;
    color:#333;
    float:left;
    font-size:11px;
    line-height:15px;
    padding:10px
}

li#menu-sofas-opciones ul.lista_opciones {
    color:#666;
    font-weight:700;
    font-size:11px;
    margin:0;
    line-height:14px;
    text-transform:uppercase;
    padding-top:5px;
    padding-left:5px;
    border-left:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7
}

.ficha2013 {
    background-image:url(/resources/images/sprites/sprite-fichasofas2013.png);
    background-repeat:no-repeat
}

li#menu-sofas-opciones span.ficha2013_opcion_menu {
    width:19px;
    height:9px;
    background-position:0 0;
    margin-top:6px;
    margin-left:4px
}

li#menu-sofas-opciones span.ficha2013_opcion_pespunte {
    width:19px;
    height:8px;
    background-position:-21px -1px;
    margin-top:6px;
    margin-left:4px
}

li#menu-sofas-opciones a.ficha2013_serie_elegir {
    background-position:-56px -6px;
    height:50px;
    width:51px;
    margin:0 auto;
    display:block
}

li#menu-sofas-opciones li.serie_elegir_item {
    width:50%!important;
    float:left;
    cursor:pointer
}

li#menu-sofas-opciones a.ficha2013_serie_elegir_inicial_34 {
    background-position:-119px -127px;
    height:50px;
    width:76px;
    margin:0 auto;
    display:block
}

li#menu-sofas-opciones a.ficha2013_serie_elegir_inicial_68 {
    background-position:-197px 0;
    height:50px;
    width:76px;
    margin:0 auto;
    display:block
}

li#menu-sofas-opciones a.ficha2013_serie_elegir_inicial_69 {
    background-position:-56px -6px;
    height:50px;
    width:76px;
    margin:0 auto;
    display:block
}

li#menu-sofas-opciones a.ficha2013_serie_elegir_inicial_70 {
    background-position:-119px 0;
    height:50px;
    width:76px;
    margin:0 auto;
    display:block
}

li#menu-sofas-opciones a.ficha2013_serie_elegir_inicial_70_hover {
    background-position:-119px -66px
}

li#menu-sofas-opciones a.ficha2013_serie_elegir_inicial_68_hover {
    background-position:-197px -66px
}

li#menu-sofas-opciones a.ficha2013_serie_elegir_inicial_34_hover {
    background-position:-198px -127px
}

li#menu-sofas-opciones a.ficha2013_serie_elegir_inicial {
    background-position:0 -107px;
    height:50px;
    width:51px;
    margin:0 auto;
    display:block
}

li#menu-sofas-opciones a.ficha2013_serie_elegir_inicial_hover {
    background-position:0 -58px
}

li#menu-sofas-opciones span.ficha2013_serie_elegir_texto {
    display:block;
    text-align:center;
    font-size:11px;
    color:#333;
    margin-top:-4px
}

li#menu-sofas-opciones span.ficha2013_serie_elegir_texto_hover {
    color:#2d5c94
}

li#menu-sofas-opciones div.series_elegir_inicial {
    border-left:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7;
    background-color:#fff
}

li#menu-sofas-opciones div.series_elegir {
    border-left:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7;
    background-color:#fff
}

li#menu-sofas-opciones div.menu_agrupacion {
    background-color:#2d5c94;
    color:#FFF;
    font-weight:700;
    font-size:11px;
    line-height:18px;
    overflow:hidden;
    border:1px solid #e7e7e7
}

li#menu-sofas-opciones span.menu_agrupacion_title {
    display:block;
    padding-left:5px;
    float:left
}

li#menu-sofas-opciones .series_agrupacion {
    overflow:hidden;
    border:1px solid #e7e7e7;
    border-top:0;
    margin-bottom:15px
}

li#menu-sofas-opciones li.series_agrupacion {
    float:left;
    width:50%
}

li#menu-sofas-opciones a.serie_agrupacion_link {
    color:#333;
    background-color:#eee;
    display:block;
    text-align:center;
    padding:8px 0;
    font-size:11px
}

li#menu-sofas-opciones a.serie_agrupacion_link.seleccionado {
    color:#fff;
    background-color:#4e7fb9
}

li#menu-sofas-opciones li.serie_agrupacion {
    float:left;
    width:50%
}

li#menu-sofas-opciones span.ficha2013_opcion_agrupacion_2 {
    width:14px;
    height:14px;
    background-position:0 -38px;
    margin-top:2px;
    margin-left:7px;
    margin-right:-15px
}

li#menu-sofas-opciones a.serie_agrupacion_link.seleccionado span.ficha2013_opcion_agrupacion_2 {
    width:14px;
    height:12px;
    background-position:-15px -40px;
    margin-top:2px;
    margin-left:7px;
    margin-right:-15px
}

div.grupo_opciones_espera {
    display:none;
    border:1px solid #e7e7e7;
    background-color:#fff;
    position:absolute;
    opacity:.7;
    z-index:2
}

.superpuesta_observaciones {
    position:absolute;
    bottom:0;
    right:0
}

.opciones_item_detalle {
    float:none;
    width:100%
}

.opciones_item_detalle .subtitle {
    color:#1bb290;
    font-weight:700;
    font-size:11px;
    clear:both;
    float:left
}

.opciones_item_detalle .title {
    color:#666;
    font-weight:700;
    font-size:11px;
    clear:both;
    float:left
}

.hide,span.hide,div.listado-pre span,div.preguntas-frecuentes a.faqsVolver span,a.btnVerProductoBuscador span,a.financiacion_gratuita_estrella span,div.listado_liquidacion span,.menu-filtro-sofas-a-option span,.new_item_entrega_no_stock .unidades {
    display:none
}

div.header_logo_intermon,.listado_item_body ul {
    overflow:hidden;
    float:left
}

div.header_logo {
    overflow:hidden;
    float:left;
    width:180px
}

div.header_utils_middle {
    float:right;
    margin-top:13px;
    margin-left:26px
}

div.header_utils_top {
    margin-bottom:15px
}

div.header_utils_top,.listado_item_right .listado_item_rright,.proceso_compra a.continuar,.carrito tr.producto td div.producto_price,.si-cp img,div.respuestas,.registro-ok a#continuar,.ui-datepicker .ui-datepicker-title select.ui-datepicker-year,.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group,div.spin {
    float:right
}

div.header_menu li:last-child,#dialogo-popup img.titulo,#tooltip h3,#tooltip div {
    margin:0
}

a.menu_carrito_activo {
    background-position:-424px -37px;
    color:#fff
}

a.menu_outlet,a.menu_ofertas {
    color:#fff;
    font-weight:700
}

table.actual td {
    background-color:#d8d8d8
}

#dialogo-popup a,.rojo a,.rojo,#dialog-faltan-opciones .opcionSinMarcarA a,#pestanyas li#desconectar,#pestanyas li#desconectar a,h1 span,span.dato_dto,span.dato_precio,.listado_accesos a.seleccionado,.resaltado,.proceso_compra .pago .opcion span.destacado,.proceso_compra .entrega .opcion span.destacado,.presupuesto .producto_dto,.pestanya-opinion-paginacion a,#subopcion-cofidis .precios .dto span.cantidad {
    color:#bb0130
}

.mini-descripciones,.listado_producto_3c_centro,.listado-estatico-tipo3-centro {
    margin-left:5px;
    margin-right:5px
}

.pestanyas-body a,.p404_cabecera .texto p a,#pestanyas li.ui-state-active a,#tabla_comparativa .rojo,.direcciones a,.cRight .menu .aviso span,.ficha .info .info-body .opciones_obligatorias span,.input-buscador a {
    color:#2d5c94;
    font-weight:700
}

.carrito_body .left ul li a,#presupuesto {
    color:#666;
    font-size:12px
}

.banco p,.listado_header,.cRight .menu .pedidos,.cRight .menu .pedido,.ui-datepicker select.ui-datepicker-month-year,.ficha .sofas .acabadoCompleto #acabados,.carrito_financiado select#pedido_plazo_financiacion,#pedido_plazo_financiacion,.theme-default .nivo-controlNav.nivo-thumbs-enabled,div.confirmacion {
    width:100%
}

div.preguntas-frecuentes a.subir,.financiado #coste-mes #coste_mes {
    color:#bb0130;
    font-size:13px
}

.cms_countdown,.cms_countdown_1xx,.cms_countdown_2 {
    background-position:0 0;
    height:114px;
    position:relative;
    width:316px
}

.cms_countdown_1 {
    background-position:0 0;
    height:208px;
    position:relative;
    width:499px
}

.cms_countdown .item,.cms_countdown_1xx .item,.cms_countdown_2 .item {
    position:absolute;
    text-align:right;
    top:94px;
    width:30px
}

.cms_countdown_1 .item {
    position:absolute;
    text-align:right;
    top:187px;
    width:30px
}

.cms_countdown .days,.cms_countdown_1 .days,.cms_countdown_2 .days {
    left:236px
}

.cms_countdown .hours,.cms_countdown_1 .hours,.cms_countdown_2 .hours {
    left:302px
}

.cms_countdown .mins,.cms_countdown_1 .mins,.cms_countdown_2 .mins {
    left:358px
}

.cms_countdown .secs,.cms_countdown_1 .secs,.cms_countdown_2 .secs {
    left:416px
}

.cms_countdown .number,.cms_countdown_1 .number,.cms_countdown_2 .number {
    float:right;
    width:11px;
    height:16px
}

.cms .triCol {
    width:33%
}

.ui-state-hover a,.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color:#212121;
    outline:none
}

.producto_imagen a div span,.ui-accordion .ui-accordion-li-fix,.new_item_iconos .adaptabilidad_txt span,.firmeza_adaptabilidad .adaptabilidad_txt span {
    display:inline
}

.ul-opciones-parent {
    float:left;
    width:50%
}

.cms
.biCol,.ui-datepicker-multi-2
.ui-datepicker-group, {
    width:50%
}

.cms .quadCol,.ui-datepicker-multi-4 .ui-datepicker-group {
    width:25%
}

.reembolso,div.new-contenido-extra-hidden {
    margin-top:10px
}

input,select,textarea,.paso_resume tr.producto_totales .carrito_dto span#carrito_dto,.proceso_compra .proceso_wrapper .disabled .left,.proceso_compra .carrito tr.producto_totales td.carrito_dto span,.proceso_compra .carrito tr.producto_totales td.carrito_ahora span,.proceso_compra .ahorras_texto,.proceso_compra .ahorras_simbolo,.zona-entrega-body,.texto_impuestos,.sofas .info,.disabled .rojo,.registro-ok,.disabled .rojo,.disabled .carrito_dto .rojo,#registro p,.area_clickable h2,.item_precio .columna_precio,a.portada {
    color:#666
}

.cms .alignCenter,#cofidis_detalles .dto,.new_item_iconos .firmeza_media,.firmeza_adaptabilidad .firmeza_media {
    text-align:center
}

tr.producto_totales .carrito_dto span#carrito_dtoCantidad,.presupuesto .columna_producto h5,.presupuesto .opcion td,.presupuesto .opcion_fila .opcion_fila td {
    font-size:13px
}

.info-body .info-precios .ficha_mensaje_no_pasa_medida .no_disponible {
    margin-bottom:15px
}

.ficha div.hilos,.orders_products,.paso .paso_footer,.proceso_compra .proceso_wrapper .paso .right .MsgError,.formulario-content table,.carrito div.subproducto,.presupuesto div.subproducto,.reconfirmacion div.subproducto,.firmeza_adaptabilidad .firmeza_txt {
    float:left;
    width:100%
}

#comparativa .comparativa-header h1,pre,div#hilos,.cms .clear,#registro .botones,.buscador ul.paginacion {
    clear:both
}

#menu-filtro-sofas a.menu-filtro-sofas-option-tela {
    background-position:0 -60px
}

#menu-filtro-sofas a.menu-filtro-sofas-option-microfibra {
    background-position:0 -180px
}

.nivoSlider img,.superpuesta_nombre {
    position:absolute;
    top:0;
    left:0
}

.new_item_ropa_cama_index_1,.new_item_ropa_cama_index_3,.new_item_buscador_index_1,.new_item_buscador_index_4 {
    margin:0 0 11px
}

.video-flash-play {
    border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    border:1px solid #d8d8d8;
    width:100%;
    float:left;
    background-color:#86b8b9;
    padding:6px;
    margin-top:10px;
    border:none;
    border-radius:0;
    line-height:35px;
    text-decoration:none
}

.breadcrumb,.capsula-new .cap,.listado_header,.ficha .info .info-body .financiado select,.ficha .info .info-body .info-precios .precios .financiado .coste-dia,.ficha .info .info-body .info-precios .precios .financiado .coste-mes,.no-cp img,.sofas .info .financiado #meses,a.btnLeft,div.pregunta,.conocio .mas-info .conocio-referers,.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button,.listado_items .listado_item_right .listado_item_rleft,.listado_items .listado_item_footer .listado_item_finan,td.columna_producto img,.zona-opciones img,.confirmacion,#select-cofidis > img,.span_pack,.header-pack a,.new_item_entrega_stock p,.new_item_iconos_canape li,.new_item_iconos_bases li {
    float:left
}

.listado_foto a,.ui-helper-clearfix,.ui-accordion .ui-accordion-content-active,.nivo-box img,a.btnVerProductoRopaCama span {
    display:block
}

a,.buscar,.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a,.nivo-controlNav a {
    cursor:pointer
}

a.cambiar_direccion,.ui-icon-carat-1-n,#menu-filtro-sofas a.menu-filtro-sofas-option-tela.menu-filtro-sofas-check-unchecked {
    background-position:0 0
}

#menu-filtro-sofas a.menu-filtro-sofas-option-microfibra.menu-filtro-sofas-check-unchecked {
    background-position:0 -120px
}

a#fancy_left,.nivo-prevNav,#fancybox-left {
    left:0
}

a#fancy_right,.nivo-nextNav,#fancybox-right {
    right:0
}

.cRight .ui-widget-content,.ficha .imagenes .carrusel a img,table.form,.cms img,.presupuesto .producto_spin,#menu-filtro-sofas div.menu-filtro-sofas-prix .ui-widget-content,.new_item.new_item_ropa_cama {
    border:0
}

.carrito .productos td.columna_producto,div.metodo_pago,#sofas .listado_producto_3c .producto_imagen h2 a,#cofidis_detalles,div#fancy_wrap,#subopcion-cofidis .precios span.antes,.new_item_iconos .firmeza_suave,.firmeza_adaptabilidad .firmeza_suave {
    text-align:left
}

.carrito tr.opcion td.columna_imagen,.carrito tr.opcion_fila td.columna_imagen,.presupuesto .producto_totales td.carrito_ahora,.presupuesto .producto .columna_precio_disabled,#cofidis_detalles .ahora,#subopcion-cofidis .precios span.ahora,.new_item_iconos .firmeza_maxima,.firmeza_adaptabilidad .firmeza_maxima {
    text-align:right
}

#producto_formas_pago td,#producto_totales_meses_finan td,.new_item_iconos.new_item_iconos_canape,.new_item_iconos.new_item_iconos_bases {
    padding-left:10px
}

h1.new-listado-header-h1-772,div.new-listado-header-text-772,#countdown-new-listado-contador-772 {
    background-image:url(/portada-nuevo/actual/resources/images/fondos/cabecera-sofas.png)
}

.new_item_colchones .new_item_iconos p.firmeza,.firmeza_adaptabilidad p.firmeza {
    font-size:12px;
    color:#333;
    text-align:left;
    margin-bottom:0
}

.new_item_colchones .new_item_iconos p.adaptabilidad,.firmeza_adaptabilidad p.adaptabilidad {
    font-size:12px;
    color:#333;
    text-align:left;
    margin-bottom:0
}

.new_item_iconos .firmeza_txt span,.firmeza_adaptabilidad .firmeza_txt span {
    width:33%;
    float:left;
    font-size:10px;
    color:#666;
    display:block
}

.firmeza_barra_161 {
    background-position:0 -116px
}

.firmeza_barra_157 {
    background-position:0 -101px
}

.firmeza_barra_120 {
    background-position:0 -87px
}

.firmeza_barra_119 {
    background-position:0 -72px
}

.firmeza_barra_118 {
    background-position:0 -57px
}

.firmeza_barra_117 {
    background-position:0 -42px
}

.firmeza_barra_116 {
    background-position:0 -27px
}

.firmeza_barra_156 {
    background-position:0 -12px
}

.firmeza_barra_169 {
    background-position:0 -131px
}

.firmeza_barra_170 {
    background-position:0 -146px
}

.firmeza_barra_171 {
    background-position:0 -161px
}

.firmeza_barra_172 {
    background-position:0 -176px
}

.new_item_iconos .adaptabilidad_txt,.firmeza_adaptabilidad .adaptabilidad_txt {
    text-align:center;
    margin-top:15px;
    float:left;
    width:100%;
    color:#333
}

.new_item_iconos .adaptabilidad_grado,.firmeza_adaptabilidad .adaptabilidad_grado {
    background-image:url(/resources/images/fondos/firmeza-listado.png);
    background-repeat:no-repeat;
    width:100%;
    height:14px;
    float:left
}

.adaptabilidad_grado_160 {
    background-position:0 -116px
}

.adaptabilidad_grado_126 {
    background-position:0 -12px
}

.adaptabilidad_grado_125 {
    background-position:0 -27px
}

.adaptabilidad_grado_124 {
    background-position:0 -42px
}

.adaptabilidad_grado_129 {
    background-position:0 -57px
}

.adaptabilidad_grado_123 {
    background-position:0 -72px
}

.adaptabilidad_grado_122 {
    background-position:0 -87px
}

.adaptabilidad_grado_121 {
    background-position:0 -101px
}

.adaptabilidad_grado_176 {
    background-position:0 -131px
}

.adaptabilidad_grado_175 {
    background-position:0 -146px
}

.adaptabilidad_grado_174 {
    background-position:0 -161px
}

.adaptabilidad_grado_173 {
    background-position:0 -176px
}

.new_item_iconos_canape .disponible,.new_item_iconos_bases .disponible {
    font-size:12px;
    color:#333;
    text-align:left;
    margin-bottom:3px
}

.new_item_iconos_canape .colores_1177,.new_item_iconos_bases .colores_775 {
    background-position:-67px 0
}

.new_item_iconos_canape .colores_815,.new_item_iconos_canape .colores_559,.new_item_iconos_bases .colores_562 {
    background-position:-34px 0
}

#menu-filtro-sofas a.menu-filtro-sofas-option-beis.menu-filtro-sofas-check-unchecked,#menu-filtro-sofas a.menu-filtro-sofas-option-all.menu-filtro-sofas-check-unchecked,#menu-filtro-sofas a.menu-filtro-sofas-option-all {
    background-position:-648px -50px
}

div.new_item.hasContador {
    -webkit-border-top-right-radius:0;
    -moz-border-radius-topright:0;
    border-top-right-radius:0
}

a.countdown-anchor-countdown-listado-201308 {
    display:block;
    height:20px;
    position:absolute;
    right:0;
    top:0;
    width:16px
}

.sprite-countdown-listado-201308 {
    background-image:url(/resources/images/fondos/countdown2013-listado.png)
}

.countdown-listado-201308 {
    position:relative;
    background-position:0 0;
    width:390px;
    height:25px;
    border-top:1px solid #d8d8d8;
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px
}

.countdown-listado-201308 .item {
    position:absolute;
    top:2px;
    width:34px;
    text-align:right
}

.countdown-listado-201308 .days {
    left:152px
}

.countdown-listado-201308 .hours {
    left:201px
}

.countdown-listado-201308 .mins {
    left:248px
}

.countdown-listado-201308 .secs {
    left:296px
}

.countdown-listado-201308 .number {
    float:right;
    width:8px;
    height:16px
}

a.sofas-liquidacion-listado {
    display:block;
    width:312px;
    height:64px;
    background-image:url(/resources/images/fondos/sofas-urgentes.png);
    background-position:0 0;
    float:right
}

.cookie_validation {
    line-height:18px;
    font-size:85%;
    padding:2px 10px;
    text-align:center;
    color:#333;
    display:block;
    position:fixed;
    width:1000px;
    bottom:0;
    padding:5px;
    margin:0 auto;
    border:1px solid #333;
    background-color:rgba(255,255,255,0.7);
    z-index:99999999999;
    opacity:.95;
    overflow:hidden;
    left:0;
    right:0;
    border-top-left-radius:5px;
    border-top-right-radius:5px
}

.cookie_validation p {
    margin:0 auto;
    overflow:hidden;
    text-align:justify
}

.cookie_validation a {
    color:#333
}

a#cookie_validate {
    padding:5px 10px;
    font-weight:700;
    float:right;
    display:block;
    margin:0 0 0 10px;
    color:#337ab7
}

div.infoMenuStock {
    background-color:red;
    color:#fff;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:5px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    position:absolute;
    width:45px;
    bottom:33px;
    padding:3px;
    text-align:center
}

.listado-86-elements {
    margin-top:0!important
}

.listado-estatico-new-h1-listado86 {
    background-image:none;
    background-color:#eceded;
    padding:5px 10px;
    clear:both;
    width:100%;
    border-bottom:1px solid #d6d6d4;
    padding:5px 10px;
    font-size:17px;
    font-weight:700;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-bottom:10px
}

a.sofas_entrega_urgente {
    background-image:url(/resources/images/sprites/botones-comprar.png);
    display:block;
    width:199px;
    height:33px;
    float:left;
    margin:5px 0 0;
    background-position:-408px -292px
}

div.popup_home {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:.5;
    background-color:#666;
    z-index:1050
}

div.popup_home_container {
    position:absolute;
    left:50%;
    top:50%;
    width:600px;
    height:300px;
    margin-left:-300px;
    margin-top:-150px;
    z-index:1060
}

div#popup_home div.popup_home {
    z-index:1070
}

div#popup_home div.popup_home_container {
    z-index:1080
}

div.popup_home_decorator {
    border:none;
    background-color:#fff;
    -webkit-border-radius:0;
    position:relative
}

div.popup_home_decarator_top {
    position:absolute;
    left:0;
    top:-36px;
    width:100%
}

a.popup_home_logo {
    left:35px;
    position:absolute;
    border:4px solid #fff;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    margin:0;
    width:183px;
    height:68px;
    background-position:-2px -116px
}

a.popup_home_close span {
    display:none
}

a.popup_home_close {
    display:block;
    width:48px;
    height:48px;
    background-image:url(/resources/images/icons/close_popup.png);
    background-position:0 0;
    background-repeat:no-repeat;
    position:absolute;
    right:-25px;
    top:10px
}

div.popup_home_body {
    background-color:#fff;
    color:inherit;
    overflow:hidden;
    margin-top:10px;
    padding:20px
}

div.popup_home_footer {
    background-color:#fff;
    color:inherit;
    overflow:hidden;
    padding:0 10px 10px
}

div.popup_home_body form {
    margin:0;
    padding:0;
    overflow:hidden
}

div.popup_home_body > h1 {
    font-weight:700;
    text-align:center;
    font-size:15px;
    border-bottom:2px solid #fff;
    padding:5px 0;
    margin:10px 0;
    height:auto;
    line-height:auto;
    background-image:none;
    background-color:inherit
}

div.popup_home_body a,div.popup_home_body a:hover {
    color:inherit
}

div.popup_home_body p {
    line-height:18px;
    font-size:12px
}

select.popup_home_select,input.popup_home_input_text {
    border-radius:5px;
    color:#333;
    padding:6px 3px;
    width:100%;
    border:1px solid #d8d8d8;
    margin:3px 0
}

input.popup_home_button_right {
    float:right
}

input.popup_home_button {
    border:0;
    padding:8px 50px;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    color:#fff;
    background-image:url(/resources/images/sprites/interface.png);
    background-position:-423px -31px;
    font-size:14px;
    font-weight:700;
    cursor:pointer
}

div.popup_home_body a {
    text-decoration:underline
}

.circle {
    position:relative;
    display:inline-block;
    background-color:transparent;
    color:#fff;
    text-align:center;
    width:64px;
    height:64px;
    margin-top:4px
}

.circle:after {
    display:block;
    padding-bottom:100%;
    width:100%;
    height:0;
    border-radius:50%;
    background-color:#d90328;
    content:""
}

.circle__inner {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%
}

.circle__wrapper {
    display:table;
    width:100%;
    height:100%
}

.circle__content {
    display:table-cell;
    vertical-align:middle;
    font-size:3em
}

div.popup_home {
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:fixed
}

div.canape_no_incluido {
    font-size:11px
}

.new_item.new_item_ropa_cama .new_item_precios_no_disponible span {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#fff;
    font-size:13px;
    background-color:#b41f23;
    float:right;
    position:relative;
    padding:5px;
    border-radius:5px;
    text-align:center
}

.listado_item_orden_ropacama {
    float:left;
    position:relative
}

.c33p {
    margin:0 5px;
    width:30%;
    min-width:26%;
    float:left
}

.c50p {
    margin:0 5px;
    width:51%;
    min-width:51%;
    float:left
}

.c90p {
    margin:0 5px;
    width:79%;
    min-width:79%;
    float:left
}

.logo_logistica {
    float:left;
    display:block;
    height:30px;
    width:100px;
    background-repeat:no-repeat
}

.logo_pikolin {
    background-image:url(/resources/images/logos/logistica_pikolin.jpg)
}

.logo_seur {
    background-image:url(/resources/images/logos/logistica_seur.jpg)
}

.logo_halcourier {
    background-image:url(/resources/images/logos/logistica_halcourier.jpg)
}

.logo_envialia {
    background-image:url(/resources/images/logos/logistica_envialia.jpg)
}

.logo_cotramu {
    background-image:url(/resources/images/logos/logistica_cotramu.jpg)
}

.logo_naygar {
    background-image:url(/resources/images/logos/logistica_naygar.jpg)
}

.logo_abcustom {
    background-image:url(/resources/images/logos/logistica_abcustom.jpg)
}

.logo_reina {
    background-image:url(/resources/images/logos/logistica_reina.jpg)
}

.logo_zebra {
    background-image:url(/resources/images/logos/logistica_zebra.jpg)
}

.logo_suinta {
    background-image:url(/resources/images/logos/logistica_suinta.jpg)
}

.logo_losbu {
    background-image:url(/resources/images/logos/logistica_losbu.jpg)
}

.logo_intex {
    background-image:url(/resources/images/logos/logistica_intex.jpg)
}

.logo_grapablanca {
    background-image:url(/resources/images/logos/logistica_grapablanca.jpg)
}

.logo_mobelservices {
    background-image:url(/resources/images/logos/logistica_mobelservices.png)
}

.tracking_logistica h3 {
    vertical-align:middle;
    height:40px;
    margin:0;
    background-color:#fff;
    padding:5px;
    line-height:30px
}

.tracking_logistica {
    margin:10px
}

.tracking_logistica TABLE.listado th {
    font-weight:700;
    font-size:13px;
    padding:5px;
    text-align:center
}

.tracking_logistica TABLE.listado td {
    border-bottom:1px dotted #d8d8d8;
    padding:5px
}

.tracking_logistica TABLE.listado {
    border:1px solid #d8d8d8;
    border-collapse:collapse;
    width:100%
}

.cLeftHidden {
    width:100%
}

.listado-estatico-tipo5-body {
    position:relative
}

.listado-estatico-tipo5 {
    float:left;
    width:235px;
    margin-top:15px;
    border:1px solid #d8d8d8;
    border-radius:5px
}

.listado-estatico-tipo5-foot {
    background-image:url(/resources/images/listados_estaticos/producto_5c_foot.png);
    background-repeat:no-repeat;
    float:left;
    font-size:1px;
    height:7px;
    line-height:0;
    width:100%
}

.listado-estatico-tipo5-imagen {
    height:195px;
    width:100%;
    margin-top:1px
}

.listado-estatico-tipo5-h2 {
    margin:3px 0;
    padding:0;
    width:100%;
    text-align:center;
    display:block;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    right:0
}

.listado-estatico-tipo5-h2 a {
    display:block;
    text-align:center;
    color:#666;
    font-size:13px;
    font-weight:700;
    padding:0 5px;
    margin-top:2px
}

.listado-estatico-tipo5-imagen a {
    height:170px;
    display:block;
    float:left;
    position:relative;
    width:100%
}

.listado-estatico-tipo5-descripcion li {
    background-image:url(/resources/images/listados_estaticos/punto.png);
    background-position:7px 11px;
    background-repeat:no-repeat;
    height:60px;
    line-height:18px;
    margin:1px;
    padding:5px 5px 0 14px
}

.listado-estatico-tipo5 .btnVerProductosSimpleVerde {
    float:left;
    margin-left:20px;
    margin-top:10px;
    height:21px
}

.listado-estatico-tipo5-derecha {
    margin-right:9px
}

.listado-estatico-tipo5-izquierda {
    margin-left:4px
}

.listado-estatico-tipo5-centro {
    margin-left:4px;
    margin-right:9px
}

.contactar_left {
    float:left;
    width:508px
}

.contactar_right {
    float:left;
    margin-left:20px;
    width:251px
}

@font-face {
    font-family:'Glyphicons Halflings';
    font-display:auto;
    src:url(/resources/fonts/glyphicons-halflings-regular.eot);
    src:url(/resources/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(/resources/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(/resources/fonts/glyphicons-halflings-regular.woff) format("woff"),url(/resources/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(/resources/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position:relative;
    top:1px;
    display:inline-block;
    font-family:'Glyphicons Halflings';
    font-style:normal;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

.glyphicon-asterisk:before {
    content:"\2a"
}

.glyphicon-plus:before {
    content:"\2b"
}

.glyphicon-euro:before,.glyphicon-eur:before {
    content:"\20ac"
}

.glyphicon-minus:before {
    content:"\2212"
}

.glyphicon-cloud:before {
    content:"\2601"
}

.glyphicon-envelope:before {
    content:"\2709"
}

.glyphicon-pencil:before {
    content:"\270f"
}

.glyphicon-glass:before {
    content:"\e001"
}

.glyphicon-music:before {
    content:"\e002"
}

.glyphicon-search:before {
    content:"\e003"
}

.glyphicon-heart:before {
    content:"\e005"
}

.glyphicon-star:before {
    content:"\e006"
}

.glyphicon-star-empty:before {
    content:"\e007"
}

.glyphicon-user:before {
    content:"\e008"
}

.glyphicon-film:before {
    content:"\e009"
}

.glyphicon-th-large:before {
    content:"\e010"
}

.glyphicon-th:before {
    content:"\e011"
}

.glyphicon-th-list:before {
    content:"\e012"
}

.glyphicon-ok:before {
    content:"\e013"
}

.glyphicon-remove:before {
    content:"\e014"
}

.glyphicon-zoom-in:before {
    content:"\e015"
}

.glyphicon-zoom-out:before {
    content:"\e016"
}

.glyphicon-off:before {
    content:"\e017"
}

.glyphicon-signal:before {
    content:"\e018"
}

.glyphicon-cog:before {
    content:"\e019"
}

.glyphicon-trash:before {
    content:"\e020"
}

.glyphicon-home:before {
    content:"\e021"
}

.glyphicon-file:before {
    content:"\e022"
}

.glyphicon-time:before {
    content:"\e023"
}

.glyphicon-road:before {
    content:"\e024"
}

.glyphicon-download-alt:before {
    content:"\e025"
}

.glyphicon-download:before {
    content:"\e026"
}

.glyphicon-upload:before {
    content:"\e027"
}

.glyphicon-inbox:before {
    content:"\e028"
}

.glyphicon-play-circle:before {
    content:"\e029"
}

.glyphicon-repeat:before {
    content:"\e030"
}

.glyphicon-refresh:before {
    content:"\e031"
}

.glyphicon-list-alt:before {
    content:"\e032"
}

.glyphicon-lock:before {
    content:"\e033"
}

.glyphicon-flag:before {
    content:"\e034"
}

.glyphicon-headphones:before {
    content:"\e035"
}

.glyphicon-volume-off:before {
    content:"\e036"
}

.glyphicon-volume-down:before {
    content:"\e037"
}

.glyphicon-volume-up:before {
    content:"\e038"
}

.glyphicon-qrcode:before {
    content:"\e039"
}

.glyphicon-barcode:before {
    content:"\e040"
}

.glyphicon-tag:before {
    content:"\e041"
}

.glyphicon-tags:before {
    content:"\e042"
}

.glyphicon-book:before {
    content:"\e043"
}

.glyphicon-bookmark:before {
    content:"\e044"
}

.glyphicon-print:before {
    content:"\e045"
}

.glyphicon-camera:before {
    content:"\e046"
}

.glyphicon-font:before {
    content:"\e047"
}

.glyphicon-bold:before {
    content:"\e048"
}

.glyphicon-italic:before {
    content:"\e049"
}

.glyphicon-text-height:before {
    content:"\e050"
}

.glyphicon-text-width:before {
    content:"\e051"
}

.glyphicon-align-left:before {
    content:"\e052"
}

.glyphicon-align-center:before {
    content:"\e053"
}

.glyphicon-align-right:before {
    content:"\e054"
}

.glyphicon-align-justify:before {
    content:"\e055"
}

.glyphicon-list:before {
    content:"\e056"
}

.glyphicon-indent-left:before {
    content:"\e057"
}

.glyphicon-indent-right:before {
    content:"\e058"
}

.glyphicon-facetime-video:before {
    content:"\e059"
}

.glyphicon-picture:before {
    content:"\e060"
}

.glyphicon-map-marker:before {
    content:"\e062"
}

.glyphicon-adjust:before {
    content:"\e063"
}

.glyphicon-tint:before {
    content:"\e064"
}

.glyphicon-edit:before {
    content:"\e065"
}

.glyphicon-share:before {
    content:"\e066"
}

.glyphicon-check:before {
    content:"\e067"
}

.glyphicon-move:before {
    content:"\e068"
}

.glyphicon-step-backward:before {
    content:"\e069"
}

.glyphicon-fast-backward:before {
    content:"\e070"
}

.glyphicon-backward:before {
    content:"\e071"
}

.glyphicon-play:before {
    content:"\e072"
}

.glyphicon-pause:before {
    content:"\e073"
}

.glyphicon-stop:before {
    content:"\e074"
}

.glyphicon-forward:before {
    content:"\e075"
}

.glyphicon-fast-forward:before {
    content:"\e076"
}

.glyphicon-step-forward:before {
    content:"\e077"
}

.glyphicon-eject:before {
    content:"\e078"
}

.glyphicon-chevron-left:before {
    content:"\e079"
}

.glyphicon-chevron-right:before {
    content:"\e080"
}

.glyphicon-plus-sign:before {
    content:"\e081"
}

.glyphicon-minus-sign:before {
    content:"\e082"
}

.glyphicon-remove-sign:before {
    content:"\e083"
}

.glyphicon-ok-sign:before {
    content:"\e084"
}

.glyphicon-question-sign:before {
    content:"\e085"
}

.glyphicon-info-sign:before {
    content:"\e086"
}

.glyphicon-screenshot:before {
    content:"\e087"
}

.glyphicon-remove-circle:before {
    content:"\e088"
}

.glyphicon-ok-circle:before {
    content:"\e089"
}

.glyphicon-ban-circle:before {
    content:"\e090"
}

.glyphicon-arrow-left:before {
    content:"\e091"
}

.glyphicon-arrow-right:before {
    content:"\e092"
}

.glyphicon-arrow-up:before {
    content:"\e093"
}

.glyphicon-arrow-down:before {
    content:"\e094"
}

.glyphicon-share-alt:before {
    content:"\e095"
}

.glyphicon-resize-full:before {
    content:"\e096"
}

.glyphicon-resize-small:before {
    content:"\e097"
}

.glyphicon-exclamation-sign:before {
    content:"\e101"
}

.glyphicon-gift:before {
    content:"\e102"
}

.glyphicon-leaf:before {
    content:"\e103"
}

.glyphicon-fire:before {
    content:"\e104"
}

.glyphicon-eye-open:before {
    content:"\e105"
}

.glyphicon-eye-close:before {
    content:"\e106"
}

.glyphicon-warning-sign:before {
    content:"\e107"
}

.glyphicon-plane:before {
    content:"\e108"
}

.glyphicon-calendar:before {
    content:"\e109"
}

.glyphicon-random:before {
    content:"\e110"
}

.glyphicon-comment:before {
    content:"\e111"
}

.glyphicon-magnet:before {
    content:"\e112"
}

.glyphicon-chevron-up:before {
    content:"\e113"
}

.glyphicon-chevron-down:before {
    content:"\e114"
}

.glyphicon-retweet:before {
    content:"\e115"
}

.glyphicon-shopping-cart:before {
    content:"\e116"
}

.glyphicon-folder-close:before {
    content:"\e117"
}

.glyphicon-folder-open:before {
    content:"\e118"
}

.glyphicon-resize-vertical:before {
    content:"\e119"
}

.glyphicon-resize-horizontal:before {
    content:"\e120"
}

.glyphicon-hdd:before {
    content:"\e121"
}

.glyphicon-bullhorn:before {
    content:"\e122"
}

.glyphicon-bell:before {
    content:"\e123"
}

.glyphicon-certificate:before {
    content:"\e124"
}

.glyphicon-thumbs-up:before {
    content:"\e125"
}

.glyphicon-thumbs-down:before {
    content:"\e126"
}

.glyphicon-hand-right:before {
    content:"\e127"
}

.glyphicon-hand-left:before {
    content:"\e128"
}

.glyphicon-hand-up:before {
    content:"\e129"
}

.glyphicon-hand-down:before {
    content:"\e130"
}

.glyphicon-circle-arrow-right:before {
    content:"\e131"
}

.glyphicon-circle-arrow-left:before {
    content:"\e132"
}

.glyphicon-circle-arrow-up:before {
    content:"\e133"
}

.glyphicon-circle-arrow-down:before {
    content:"\e134"
}

.glyphicon-globe:before {
    content:"\e135"
}

.glyphicon-wrench:before {
    content:"\e136"
}

.glyphicon-tasks:before {
    content:"\e137"
}

.glyphicon-filter:before {
    content:"\e138"
}

.glyphicon-briefcase:before {
    content:"\e139"
}

.glyphicon-fullscreen:before {
    content:"\e140"
}

.glyphicon-dashboard:before {
    content:"\e141"
}

.glyphicon-paperclip:before {
    content:"\e142"
}

.glyphicon-heart-empty:before {
    content:"\e143"
}

.glyphicon-link:before {
    content:"\e144"
}

.glyphicon-phone:before {
    content:"\e145"
}

.glyphicon-pushpin:before {
    content:"\e146"
}

.glyphicon-usd:before {
    content:"\e148"
}

.glyphicon-gbp:before {
    content:"\e149"
}

.glyphicon-sort:before {
    content:"\e150"
}

.glyphicon-sort-by-alphabet:before {
    content:"\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content:"\e152"
}

.glyphicon-sort-by-order:before {
    content:"\e153"
}

.glyphicon-sort-by-order-alt:before {
    content:"\e154"
}

.glyphicon-sort-by-attributes:before {
    content:"\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content:"\e156"
}

.glyphicon-unchecked:before {
    content:"\e157"
}

.glyphicon-expand:before {
    content:"\e158"
}

.glyphicon-collapse-down:before {
    content:"\e159"
}

.glyphicon-collapse-up:before {
    content:"\e160"
}

.glyphicon-log-in:before {
    content:"\e161"
}

.glyphicon-flash:before {
    content:"\e162"
}

.glyphicon-log-out:before {
    content:"\e163"
}

.glyphicon-new-window:before {
    content:"\e164"
}

.glyphicon-record:before {
    content:"\e165"
}

.glyphicon-save:before {
    content:"\e166"
}

.glyphicon-open:before {
    content:"\e167"
}

.glyphicon-saved:before {
    content:"\e168"
}

.glyphicon-import:before {
    content:"\e169"
}

.glyphicon-export:before {
    content:"\e170"
}

.glyphicon-send:before {
    content:"\e171"
}

.glyphicon-floppy-disk:before {
    content:"\e172"
}

.glyphicon-floppy-saved:before {
    content:"\e173"
}

.glyphicon-floppy-remove:before {
    content:"\e174"
}

.glyphicon-floppy-save:before {
    content:"\e175"
}

.glyphicon-floppy-open:before {
    content:"\e176"
}

.glyphicon-credit-card:before {
    content:"\e177"
}

.glyphicon-transfer:before {
    content:"\e178"
}

.glyphicon-cutlery:before {
    content:"\e179"
}

.glyphicon-header:before {
    content:"\e180"
}

.glyphicon-compressed:before {
    content:"\e181"
}

.glyphicon-earphone:before {
    content:"\e182"
}

.glyphicon-phone-alt:before {
    content:"\e183"
}

.glyphicon-tower:before {
    content:"\e184"
}

.glyphicon-stats:before {
    content:"\e185"
}

.glyphicon-sd-video:before {
    content:"\e186"
}

.glyphicon-hd-video:before {
    content:"\e187"
}

.glyphicon-subtitles:before {
    content:"\e188"
}

.glyphicon-sound-stereo:before {
    content:"\e189"
}

.glyphicon-sound-dolby:before {
    content:"\e190"
}

.glyphicon-sound-5-1:before {
    content:"\e191"
}

.glyphicon-sound-6-1:before {
    content:"\e192"
}

.glyphicon-sound-7-1:before {
    content:"\e193"
}

.glyphicon-copyright-mark:before {
    content:"\e194"
}

.glyphicon-registration-mark:before {
    content:"\e195"
}

.glyphicon-cloud-download:before {
    content:"\e197"
}

.glyphicon-cloud-upload:before {
    content:"\e198"
}

.glyphicon-tree-conifer:before {
    content:"\e199"
}

.glyphicon-tree-deciduous:before {
    content:"\e200"
}

.glyphicon-cd:before {
    content:"\e201"
}

.glyphicon-save-file:before {
    content:"\e202"
}

.glyphicon-open-file:before {
    content:"\e203"
}

.glyphicon-level-up:before {
    content:"\e204"
}

.glyphicon-copy:before {
    content:"\e205"
}

.glyphicon-paste:before {
    content:"\e206"
}

.glyphicon-alert:before {
    content:"\e209"
}

.glyphicon-equalizer:before {
    content:"\e210"
}

.glyphicon-king:before {
    content:"\e211"
}

.glyphicon-queen:before {
    content:"\e212"
}

.glyphicon-pawn:before {
    content:"\e213"
}

.glyphicon-bishop:before {
    content:"\e214"
}

.glyphicon-knight:before {
    content:"\e215"
}

.glyphicon-baby-formula:before {
    content:"\e216"
}

.glyphicon-tent:before {
    content:"\26fa"
}

.glyphicon-blackboard:before {
    content:"\e218"
}

.glyphicon-bed:before {
    content:"\e219"
}

.glyphicon-apple:before {
    content:"\f8ff"
}

.glyphicon-erase:before {
    content:"\e221"
}

.glyphicon-hourglass:before {
    content:"\231b"
}

.glyphicon-lamp:before {
    content:"\e223"
}

.glyphicon-duplicate:before {
    content:"\e224"
}

.glyphicon-piggy-bank:before {
    content:"\e225"
}

.glyphicon-scissors:before {
    content:"\e226"
}

.glyphicon-bitcoin:before {
    content:"\e227"
}

.glyphicon-btc:before {
    content:"\e227"
}

.glyphicon-xbt:before {
    content:"\e227"
}

.glyphicon-yen:before {
    content:"\00a5"
}

.glyphicon-jpy:before {
    content:"\00a5"
}

.glyphicon-ruble:before {
    content:"\20bd"
}

.glyphicon-rub:before {
    content:"\20bd"
}

.glyphicon-scale:before {
    content:"\e230"
}

.glyphicon-ice-lolly:before {
    content:"\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content:"\e232"
}

.glyphicon-education:before {
    content:"\e233"
}

.glyphicon-option-horizontal:before {
    content:"\e234"
}

.glyphicon-option-vertical:before {
    content:"\e235"
}

.glyphicon-menu-hamburger:before {
    content:"\e236"
}

.glyphicon-modal-window:before {
    content:"\e237"
}

.glyphicon-oil:before {
    content:"\e238"
}

.glyphicon-grain:before {
    content:"\e239"
}

.glyphicon-sunglasses:before {
    content:"\e240"
}

.glyphicon-text-size:before {
    content:"\e241"
}

.glyphicon-text-color:before {
    content:"\e242"
}

.glyphicon-text-background:before {
    content:"\e243"
}

.glyphicon-object-align-top:before {
    content:"\e244"
}

.glyphicon-object-align-bottom:before {
    content:"\e245"
}

.glyphicon-object-align-horizontal:before {
    content:"\e246"
}

.glyphicon-object-align-left:before {
    content:"\e247"
}

.glyphicon-object-align-vertical:before {
    content:"\e248"
}

.glyphicon-object-align-right:before {
    content:"\e249"
}

.glyphicon-triangle-right:before {
    content:"\e250"
}

.glyphicon-triangle-left:before {
    content:"\e251"
}

.glyphicon-triangle-bottom:before {
    content:"\e252"
}

.glyphicon-triangle-top:before {
    content:"\e253"
}

.glyphicon-console:before {
    content:"\e254"
}

.glyphicon-superscript:before {
    content:"\e255"
}

.glyphicon-subscript:before {
    content:"\e256"
}

.glyphicon-menu-left:before {
    content:"\e257"
}

.glyphicon-menu-right:before {
    content:"\e258"
}

.glyphicon-menu-down:before {
    content:"\e259"
}

.glyphicon-menu-up:before {
    content:"\e260"
}

.glyphicon-glyphicon-chevron-down {
    content:"\e114"
}

.btn {
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}

.btn:hover,.btn:focus,.btn.focus {
    color:#333;
    text-decoration:none
}

.btn:active,.btn.active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor:not-allowed;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none;
    opacity:.65
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events:none
}

.btn-default {
    color:#333;
    background-color:#fff;
    border-color:#ccc
}

.btn-default:focus,.btn-default.focus {
    color:#333;
    background-color:#e6e6e6;
    border-color:#8c8c8c
}

.btn-default:hover {
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}

.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}

.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus {
    color:#333;
    background-color:#d4d4d4;
    border-color:#8c8c8c
}

.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
    background-image:none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color:#fff;
    border-color:#ccc
}

.btn-default .badge {
    color:#fff;
    background-color:#333
}

.btn-primary {
    color:#fff;
    background-color:#337ab7;
    border-color:#2e6da4
}

.btn-primary:focus,.btn-primary.focus {
    color:#fff;
    background-color:#286090;
    border-color:#122b40
}

.btn-primary:hover {
    color:#fff;
    background-color:#286090;
    border-color:#204d74
}

.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
    color:#fff;
    background-color:#286090;
    border-color:#204d74
}

.btn-primary:active:hover,.btn-primary.active:hover,.open > .dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open > .dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open > .dropdown-toggle.btn-primary.focus {
    color:#fff;
    background-color:#204d74;
    border-color:#122b40
}

.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
    background-image:none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color:#337ab7;
    border-color:#2e6da4
}

.btn-primary .badge {
    color:#337ab7;
    background-color:#fff
}

.btn-success {
    color:#fff;
    background-color:#1bb290
}

.btn-success:focus,.btn-success.focus {
    color:#fff;
    background-color:#449d44;
    border-color:#255625
}

.btn-success:hover {
    background-color:#189e7f;
    color:#fff!important
}

.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success {
    color:#fff;
    background-color:#1bb290;
    border-color:#398439
}

.btn-success:active:hover,.btn-success.active:hover,.open > .dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open > .dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open > .dropdown-toggle.btn-success.focus {
    color:#fff;
    background-color:#398439;
    border-color:#255625
}

.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success {
    background-image:none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color:#5cb85c;
    border-color:#4cae4c
}

.btn-success .badge {
    color:#5cb85c;
    background-color:#fff
}

.btn-info {
    color:#fff;
    background-color:#5bc0de;
    border-color:#46b8da
}

.btn-info:focus,.btn-info.focus {
    color:#fff;
    background-color:#31b0d5;
    border-color:#1b6d85
}

.btn-info:hover {
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}

.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info {
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}

.btn-info:active:hover,.btn-info.active:hover,.open > .dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open > .dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open > .dropdown-toggle.btn-info.focus {
    color:#fff;
    background-color:#269abc;
    border-color:#1b6d85
}

.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info {
    background-image:none
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color:#5bc0de;
    border-color:#46b8da
}

.btn-info .badge {
    color:#5bc0de;
    background-color:#fff
}

.btn-warning {
    color:#fff;
    background-color:#f0ad4e;
    border-color:#eea236
}

.btn-warning:focus,.btn-warning.focus {
    color:#fff;
    background-color:#ec971f;
    border-color:#985f0d
}

.btn-warning:hover {
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}

.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}

.btn-warning:active:hover,.btn-warning.active:hover,.open > .dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open > .dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open > .dropdown-toggle.btn-warning.focus {
    color:#fff;
    background-color:#d58512;
    border-color:#985f0d
}

.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {
    background-image:none
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color:#f0ad4e;
    border-color:#eea236
}

.btn-warning .badge {
    color:#f0ad4e;
    background-color:#fff
}

.btn-danger {
    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a
}

.btn-danger:focus,.btn-danger.focus {
    color:#fff;
    background-color:#c9302c;
    border-color:#761c19
}

.btn-danger:hover {
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}

.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger {
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}

.btn-danger:active:hover,.btn-danger.active:hover,.open > .dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open > .dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open > .dropdown-toggle.btn-danger.focus {
    color:#fff;
    background-color:#ac2925;
    border-color:#761c19
}

.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger {
    background-image:none
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color:#d9534f;
    border-color:#d43f3a
}

.btn-danger .badge {
    color:#d9534f;
    background-color:#fff
}

.btn-link {
    font-weight:400;
    color:#337ab7;
    border-radius:0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color:transparent
}

.btn-link:hover,.btn-link:focus {
    color:#23527c;
    text-decoration:underline;
    background-color:transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color:#777;
    text-decoration:none
}

.btn-lg,.btn-group-lg > .btn {
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}

.btn-sm,.btn-group-sm > .btn {
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:1px
}

.btn-xs,.btn-group-xs > .btn {
    padding:1px 5px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}

.btn-block {
    display:block;
    width:100%
}

.btn-block + .btn-block {
    margin-top:5px
}

.text-center {
    text-align:center
}

.row {
    clear:both;
    overflow:hidden;
    margin:10px 0
}

* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

:before,:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

html {
    font-size:10px;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

body {
    font-family:'Montserrat', Helvetica,Arial,sans-serif;
    line-height:1.42857143;
    color:#333
}

input,button,select,textarea {
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}

a {
    color:#337ab7;
    text-decoration:none
}

a:hover,a:focus {
    color:#23527c;
    text-decoration:underline
}

figure {
    margin:0
}

img {
    vertical-align:middle
}

.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
    display:block;
    max-width:100%;
    height:auto
}

.img-rounded {
    border-radius:6px
}

.img-thumbnail {
    display:inline-block;
    max-width:100%;
    height:auto;
    padding:4px;
    line-height:1.42857143;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

.img-circle {
    border-radius:50%
}

hr {
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top:1px solid #eee
}

.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}

[role="button"] {
    cursor:pointer
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family:inherit;
    font-weight:500;
    line-height:1.1;
    color:inherit
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight:400;
    line-height:1;
    color:#777
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top:20px;
    margin-bottom:10px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size:65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top:10px;
    margin-bottom:10px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size:75%
}

h1,.h1 {
    font-size:36px
}

h2,.h2 {
    font-size:30px
}

h3,.h3 {
    font-size:24px
}

h4,.h4 {
    font-size:18px
}

h5,.h5 {
    font-size:14px
}

h6,.h6 {
    font-size:12px
}

p {
    margin:0 0 10px
}

.lead {
    margin-bottom:20px;
    font-size:16px;
    font-weight:300;
    line-height:1.4
}

@media (min-width: 768px) {
    .lead {
        font-size:21px
    }
}

small,.small {
    font-size:85%
}

mark,.mark {
    padding:.2em;
    background-color:#fcf8e3
}

.text-left {
    text-align:left
}

.text-right {
    text-align:right
}

.text-center {
    text-align:center
}

.text-justify {
    text-align:justify
}

.text-nowrap {
    white-space:nowrap
}

.text-lowercase {
    text-transform:lowercase
}

.text-uppercase {
    text-transform:uppercase
}

.text-capitalize {
    text-transform:capitalize
}

.text-muted {
    color:#777
}

.text-primary {
    color:#337ab7
}

a.text-primary:hover,a.text-primary:focus {
    color:#286090
}

.text-success {
    color:#3c763d
}

a.text-success:hover,a.text-success:focus {
    color:#2b542c
}

.text-info {
    color:#31708f
}

a.text-info:hover,a.text-info:focus {
    color:#245269
}

.text-warning {
    color:#8a6d3b
}

a.text-warning:hover,a.text-warning:focus {
    color:#66512c
}

.text-danger {
    color:#a94442
}

a.text-danger:hover,a.text-danger:focus {
    color:#843534
}

.bg-primary {
    color:#fff;
    background-color:#337ab7
}

a.bg-primary:hover,a.bg-primary:focus {
    background-color:#286090
}

.bg-success {
    background-color:#dff0d8
}

a.bg-success:hover,a.bg-success:focus {
    background-color:#c1e2b3
}

.bg-info {
    background-color:#d9edf7
}

a.bg-info:hover,a.bg-info:focus {
    background-color:#afd9ee
}

.bg-warning {
    background-color:#fcf8e3
}

a.bg-warning:hover,a.bg-warning:focus {
    background-color:#f7ecb5
}

.bg-danger {
    background-color:#f2dede
}

a.bg-danger:hover,a.bg-danger:focus {
    background-color:#e4b9b9
}

.page-header {
    padding-bottom:9px;
    margin:40px 0 20px;
    border-bottom:1px solid #eee
}

ul,ol {
    margin-top:0;
    margin-bottom:10px
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom:0
}

.list-unstyled {
    padding-left:0;
    list-style:none
}

.list-inline {
    padding-left:0;
    margin-left:-5px;
    list-style:none
}

.list-inline > li {
    display:inline-block;
    padding-right:5px;
    padding-left:5px
}

dl {
    margin-top:0;
    margin-bottom:20px
}

dt,dd {
    line-height:1.42857143
}

dt {
    font-weight:700
}

dd {
    margin-left:0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width:160px;
        overflow:hidden;
        clear:left;
        text-align:right;
        text-overflow:ellipsis;
        white-space:nowrap
    }

    .dl-horizontal dd {
        margin-left:180px
    }
}

abbr[title],abbr[data-original-title] {
    cursor:help;
    border-bottom:1px dotted #777
}

.initialism {
    font-size:90%;
    text-transform:uppercase
}

blockquote {
    padding:10px 20px;
    margin:0 0 20px;
    font-size:17.5px;
    border-left:5px solid #eee
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom:0
}

blockquote footer,blockquote small,blockquote .small {
    display:block;
    font-size:80%;
    line-height:1.42857143;
    color:#777
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content:'\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
    padding-right:15px;
    padding-left:0;
    text-align:right;
    border-right:5px solid #eee;
    border-left:0
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
    content:''
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
    content:'\00A0 \2014'
}

address {
    margin-bottom:20px;
    font-style:normal;
    line-height:1.42857143
}

code,kbd,pre,samp {
    font-family:Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding:2px 4px;
    font-size:90%;
    color:#c7254e;
    background-color:#f9f2f4;
    border-radius:4px
}

kbd {
    padding:2px 4px;
    font-size:90%;
    color:#fff;
    background-color:#333;
    border-radius:3px;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding:0;
    font-size:100%;
    font-weight:700;
    -webkit-box-shadow:none;
    box-shadow:none
}

pre {
    display:block;
    padding:9.5px;
    margin:0 0 10px;
    font-size:13px;
    line-height:1.42857143;
    color:#333;
    word-break:break-all;
    word-wrap:break-word;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    border-radius:4px;
    overflow:auto
}

pre code {
    padding:0;
    font-size:inherit;
    color:inherit;
    white-space:pre-wrap;
    background-color:transparent;
    border-radius:0
}

.pre-scrollable {
    max-height:340px;
    overflow-y:scroll
}

.container {
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}

.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
}

.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
    }
}

table {
    background-color:transparent
}

caption {
    padding-top:8px;
    padding-bottom:8px;
    color:#777;
    text-align:left
}

th {
    text-align:left
}

.table {
    width:100%;
    max-width:100%;
    margin-bottom:20px
}

.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
    padding:8px;
    line-height:1.42857143;
    vertical-align:top;
    border-top:1px solid #ddd
}

.table > thead > tr > th {
    vertical-align:bottom;
    border-bottom:2px solid #ddd
}

.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td {
    border-top:0
}

.table > tbody + tbody {
    border-top:2px solid #ddd
}

.table .table {
    background-color:#fff
}

.table-condensed > thead > tr > th,.table-condensed > tbody > tr > th,.table-condensed > tfoot > tr > th,.table-condensed > thead > tr > td,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > td {
    padding:5px
}

.table-bordered {
    border:1px solid #ddd
}

.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td {
    border:1px solid #ddd
}

.table-bordered > thead > tr > th,.table-bordered > thead > tr > td {
    border-bottom-width:2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color:#f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color:#f5f5f5
}

table col[class*="col-"] {
    position:static;
    display:table-column;
    float:none
}

table td[class*="col-"],table th[class*="col-"] {
    position:static;
    display:table-cell;
    float:none
}

.table > thead > tr > td.active,.table > tbody > tr > td.active,.table > tfoot > tr > td.active,.table > thead > tr > th.active,.table > tbody > tr > th.active,.table > tfoot > tr > th.active,.table > thead > tr.active > td,.table > tbody > tr.active > td,.table > tfoot > tr.active > td,.table > thead > tr.active > th,.table > tbody > tr.active > th,.table > tfoot > tr.active > th {
    background-color:#f5f5f5
}

.table-hover > tbody > tr > td.active:hover,.table-hover > tbody > tr > th.active:hover,.table-hover > tbody > tr.active:hover > td,.table-hover > tbody > tr:hover > .active,.table-hover > tbody > tr.active:hover > th {
    background-color:#e8e8e8
}

.table > thead > tr > td.success,.table > tbody > tr > td.success,.table > tfoot > tr > td.success,.table > thead > tr > th.success,.table > tbody > tr > th.success,.table > tfoot > tr > th.success,.table > thead > tr.success > td,.table > tbody > tr.success > td,.table > tfoot > tr.success > td,.table > thead > tr.success > th,.table > tbody > tr.success > th,.table > tfoot > tr.success > th {
    background-color:#dff0d8
}

.table-hover > tbody > tr > td.success:hover,.table-hover > tbody > tr > th.success:hover,.table-hover > tbody > tr.success:hover > td,.table-hover > tbody > tr:hover > .success,.table-hover > tbody > tr.success:hover > th {
    background-color:#d0e9c6
}

.table > thead > tr > td.info,.table > tbody > tr > td.info,.table > tfoot > tr > td.info,.table > thead > tr > th.info,.table > tbody > tr > th.info,.table > tfoot > tr > th.info,.table > thead > tr.info > td,.table > tbody > tr.info > td,.table > tfoot > tr.info > td,.table > thead > tr.info > th,.table > tbody > tr.info > th,.table > tfoot > tr.info > th {
    background-color:#d9edf7
}

.table-hover > tbody > tr > td.info:hover,.table-hover > tbody > tr > th.info:hover,.table-hover > tbody > tr.info:hover > td,.table-hover > tbody > tr:hover > .info,.table-hover > tbody > tr.info:hover > th {
    background-color:#c4e3f3
}

.table > thead > tr > td.warning,.table > tbody > tr > td.warning,.table > tfoot > tr > td.warning,.table > thead > tr > th.warning,.table > tbody > tr > th.warning,.table > tfoot > tr > th.warning,.table > thead > tr.warning > td,.table > tbody > tr.warning > td,.table > tfoot > tr.warning > td,.table > thead > tr.warning > th,.table > tbody > tr.warning > th,.table > tfoot > tr.warning > th {
    background-color:#fcf8e3
}

.table-hover > tbody > tr > td.warning:hover,.table-hover > tbody > tr > th.warning:hover,.table-hover > tbody > tr.warning:hover > td,.table-hover > tbody > tr:hover > .warning,.table-hover > tbody > tr.warning:hover > th {
    background-color:#faf2cc
}

.table > thead > tr > td.danger,.table > tbody > tr > td.danger,.table > tfoot > tr > td.danger,.table > thead > tr > th.danger,.table > tbody > tr > th.danger,.table > tfoot > tr > th.danger,.table > thead > tr.danger > td,.table > tbody > tr.danger > td,.table > tfoot > tr.danger > td,.table > thead > tr.danger > th,.table > tbody > tr.danger > th,.table > tfoot > tr.danger > th {
    background-color:#f2dede
}

.table-hover > tbody > tr > td.danger:hover,.table-hover > tbody > tr > th.danger:hover,.table-hover > tbody > tr.danger:hover > td,.table-hover > tbody > tr:hover > .danger,.table-hover > tbody > tr.danger:hover > th {
    background-color:#ebcccc
}

.table-responsive {
    min-height:.01%;
    overflow-x:auto
}

@media screen and (max-width: 767px) {
    .pestanyas-head ul li {
        margin:5px 2% 5px 0;
        width:48%
    }

    .table-responsive {
        width:100%;
        margin-bottom:15px;
        overflow-y:hidden;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        border:1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom:0
    }

    .table-responsive > .table > thead > tr > th,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > td {
        white-space:nowrap
    }

    .table-responsive > .table-bordered {
        border:0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left:0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,.table-responsive > .table-bordered > tbody > tr > th:last-child,.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right:0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom:0
    }
}

fieldset {
    min-width:0;
    padding:0;
    margin:0;
    border:0
}

legend {
    display:block;
    width:100%;
    padding:0;
    margin-bottom:20px;
    font-size:21px;
    line-height:inherit;
    color:#333;
    border:0;
    border-bottom:1px solid #e5e5e5
}

label {
    display:inline-block;
    max-width:100%;
    margin-bottom:5px;
    font-weight:700
}

input[type="search"] {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

input[type="radio"],input[type="checkbox"] {
    margin:4px 0 0;
    margin-top:1px \9;
    line-height:normal
}

input[type="file"] {
    display:block
}

input[type="range"] {
    display:block;
    width:100%
}

select[multiple],select[size] {
    height:auto
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}

output {
    display:block;
    padding-top:7px;
    font-size:14px;
    line-height:1.42857143;
    color:#555
}

.form-control {
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color:#999;
    opacity:1
}

.form-control:-ms-input-placeholder {
    color:#999
}

.form-control::-webkit-input-placeholder {
    color:#999
}

.form-control::-ms-expand {
    background-color:transparent;
    border:0
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color:#eee;
    opacity:1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor:not-allowed
}

textarea.form-control {
    height:auto
}

input[type="search"] {
    -webkit-appearance:none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
        line-height:34px
    }

    input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"] {
        line-height:30px
    }

    input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"] {
        line-height:46px
    }
}

.form-group {
    margin-bottom:15px
}

.radio,.checkbox {
    position:relative;
    display:block;
    margin-top:10px;
    margin-bottom:10px
}

.radio label,.checkbox label {
    min-height:20px;
    padding-left:20px;
    margin-bottom:0;
    font-weight:400;
    cursor:pointer
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    position:absolute;
    margin-top:4px \9;
    margin-left:-20px
}

.radio + .radio,.checkbox + .checkbox {
    margin-top:-5px
}

.radio-inline,.checkbox-inline {
    position:relative;
    display:inline-block;
    padding-left:20px;
    margin-bottom:0;
    font-weight:400;
    vertical-align:middle;
    cursor:pointer
}

.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline {
    margin-top:0;
    margin-left:10px
}

input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"] {
    cursor:not-allowed
}

.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
    cursor:not-allowed
}

.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label {
    cursor:not-allowed
}

.form-control-static {
    min-height:34px;
    padding-top:7px;
    padding-bottom:7px;
    margin-bottom:0
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-right:0;
    padding-left:0
}

.input-sm {
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}

select.input-sm {
    height:30px;
    line-height:30px
}

textarea.input-sm,select[multiple].input-sm {
    height:auto
}

.form-group-sm .form-control {
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}

.form-group-sm select.form-control {
    height:30px;
    line-height:30px
}

.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control {
    height:auto
}

.form-group-sm .form-control-static {
    height:30px;
    min-height:32px;
    padding:6px 10px;
    font-size:12px;
    line-height:1.5
}

.input-lg {
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}

select.input-lg {
    height:46px;
    line-height:46px
}

textarea.input-lg,select[multiple].input-lg {
    height:auto
}

.form-group-lg .form-control {
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}

.form-group-lg select.form-control {
    height:46px;
    line-height:46px
}

.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control {
    height:auto
}

.form-group-lg .form-control-static {
    height:46px;
    min-height:38px;
    padding:11px 16px;
    font-size:18px;
    line-height:1.3333333
}

.has-feedback {
    position:relative
}

.has-feedback .form-control {
    padding-right:42.5px
}

.form-control-feedback {
    position:absolute;
    top:0;
    right:0;
    z-index:2;
    display:block;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    pointer-events:none
}

.input-lg + .form-control-feedback,.input-group-lg + .form-control-feedback,.form-group-lg .form-control + .form-control-feedback {
    width:46px;
    height:46px;
    line-height:46px
}

.input-sm + .form-control-feedback,.input-group-sm + .form-control-feedback,.form-group-sm .form-control + .form-control-feedback {
    width:30px;
    height:30px;
    line-height:30px
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
    color:#3c763d
}

.has-success .form-control {
    border-color:#3c763d;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color:#2b542c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#3c763d
}

.has-success .form-control-feedback {
    color:#3c763d
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
    color:#8a6d3b
}

.has-warning .form-control {
    border-color:#8a6d3b;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color:#66512c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#8a6d3b
}

.has-warning .form-control-feedback {
    color:#8a6d3b
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
    color:#a94442
}

.has-error .form-control {
    border-color:#a94442;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color:#843534;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color:#a94442;
    background-color:#f2dede;
    border-color:#a94442
}

.has-error .form-control-feedback {
    color:#a94442
}

.has-feedback label ~ .form-control-feedback {
    top:25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top:0
}

.help-block {
    display:block;
    margin-top:5px;
    margin-bottom:10px;
    color:#737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom:0;
        vertical-align:middle
    }

    .form-inline .form-control {
        display:inline-block;
        width:auto;
        vertical-align:middle
    }

    .form-inline .form-control-static {
        display:inline-block
    }

    .form-inline .input-group {
        display:inline-table;
        vertical-align:middle
    }

    .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
        width:auto
    }

    .form-inline .input-group > .form-control {
        width:100%
    }

    .form-inline .control-label {
        margin-bottom:0;
        vertical-align:middle
    }

    .form-inline .radio,.form-inline .checkbox {
        display:inline-block;
        margin-top:0;
        margin-bottom:0;
        vertical-align:middle
    }

    .form-inline .radio label,.form-inline .checkbox label {
        padding-left:0
    }

    .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
        position:relative;
        margin-left:0
    }

    .form-inline .has-feedback .form-control-feedback {
        top:0
    }

    div.ficha_stock_title_mg {
        margin-top:20px
    }
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    padding-top:7px;
    margin-top:0;
    margin-bottom:0
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height:27px
}

.form-horizontal .form-group {
    margin-right:-15px;
    margin-left:-15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px;
        margin-bottom:0;
        text-align:right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right:15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size:18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size:12px
    }
}

.btn {
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}

.btn:hover,.btn:focus,.btn.focus {
    color:#333;
    text-decoration:none
}

.btn:active,.btn.active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor:not-allowed;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none;
    opacity:.65
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events:none
}

.btn-default {
    color:#333;
    background-color:#fff;
    border-color:#ccc
}

.btn-default:focus,.btn-default.focus {
    color:#333;
    background-color:#e6e6e6;
    border-color:#8c8c8c
}

.btn-default:hover {
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}

.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}

.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus {
    color:#333;
    background-color:#d4d4d4;
    border-color:#8c8c8c
}

.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
    background-image:none
}

.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus {
    background-color:#fff;
    border-color:#ccc
}

.btn-default .badge {
    color:#fff;
    background-color:#333
}

.btn-primary {
    color:#fff;
    background-color:#337ab7;
    border-color:#2e6da4
}

.btn-primary:focus,.btn-primary.focus {
    color:#fff;
    background-color:#286090;
    border-color:#122b40
}

.btn-primary:hover {
    color:#fff;
    background-color:#286090;
    border-color:#204d74
}

.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
    color:#fff;
    background-color:#286090;
    border-color:#204d74
}

.btn-primary:active:hover,.btn-primary.active:hover,.open > .dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open > .dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open > .dropdown-toggle.btn-primary.focus {
    color:#fff;
    background-color:#204d74;
    border-color:#122b40
}

.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
    background-image:none
}

.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus {
    background-color:#337ab7;
    border-color:#2e6da4
}

.btn-primary .badge {
    color:#337ab7;
    background-color:#fff
}

.btn-success {
    color:#fff;
    background-color:#1bb290
}

.btn-success:focus,.btn-success.focus {
    color:#fff;
    background-color:#449d44;
    border-color:#255625
}

.btn-success:hover {
    background-color:#189e7f;
    color:#fff!important
}

.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success {
    color:#fff;
    background-color:#1bb290;
    border-color:#398439
}

.btn-success:active:hover,.btn-success.active:hover,.open > .dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open > .dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open > .dropdown-toggle.btn-success.focus {
    color:#fff;
    background-color:#19a182
}

.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success {
    background-image:none
}

.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus {
    background-color:#5cb85c;
    border-color:#4cae4c
}

.btn-success .badge {
    color:#5cb85c;
    background-color:#fff
}

.btn-info {
    color:#fff;
    background-color:#5bc0de;
    border-color:#46b8da
}

.btn-info:focus,.btn-info.focus {
    color:#fff;
    background-color:#31b0d5;
    border-color:#1b6d85
}

.btn-info:hover {
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}

.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info {
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}

.btn-info:active:hover,.btn-info.active:hover,.open > .dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open > .dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open > .dropdown-toggle.btn-info.focus {
    color:#fff;
    background-color:#269abc;
    border-color:#1b6d85
}

.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info {
    background-image:none
}

.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus {
    background-color:#5bc0de;
    border-color:#46b8da
}

.btn-info .badge {
    color:#5bc0de;
    background-color:#fff
}

.btn-warning {
    color:#fff;
    background-color:#f0ad4e;
    border-color:#eea236
}

.btn-warning:focus,.btn-warning.focus {
    color:#fff;
    background-color:#ec971f;
    border-color:#985f0d
}

.btn-warning:hover {
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}

.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}

.btn-warning:active:hover,.btn-warning.active:hover,.open > .dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open > .dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open > .dropdown-toggle.btn-warning.focus {
    color:#fff;
    background-color:#d58512;
    border-color:#985f0d
}

.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {
    background-image:none
}

.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus {
    background-color:#f0ad4e;
    border-color:#eea236
}

.btn-warning .badge {
    color:#f0ad4e;
    background-color:#fff
}

.btn-danger {
    color:#fff;
    background-color:#d90328;
    border-color:#d90328
}

.btn-danger:focus,.btn-danger.focus {
    color:#fff;
    background-color:#c9302c;
    border-color:#761c19
}

.btn-danger:hover {
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}

.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger {
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}

.btn-danger:active:hover,.btn-danger.active:hover,.open > .dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open > .dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open > .dropdown-toggle.btn-danger.focus {
    color:#fff;
    background-color:#ac2925;
    border-color:#761c19
}

.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger {
    background-image:none
}

.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus {
    background-color:#d9534f;
    border-color:#d43f3a
}

.btn-danger .badge {
    color:#d9534f;
    background-color:#fff
}

.btn-link {
    font-weight:400;
    color:#337ab7;
    border-radius:0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color:transparent
}

.btn-link:hover,.btn-link:focus {
    color:#23527c;
    text-decoration:underline;
    background-color:transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color:#777;
    text-decoration:none
}

.btn-lg,.btn-group-lg > .btn {
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}

.btn-sm,.btn-group-sm > .btn {
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}

.btn-xs,.btn-group-xs > .btn {
    padding:1px 5px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}

.btn-block {
    display:block;
    width:100%
}

.btn-block + .btn-block {
    margin-top:5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width:100%
}

.fade {
    opacity:0;
    -webkit-transition:opacity .15s linear;
    -o-transition:opacity .15s linear;
    transition:opacity .15s linear
}

.fade.in {
    opacity:1
}

.collapse {
    display:none
}

.collapse.in {
    display:block
}

tr.collapse.in {
    display:table-row
}

tbody.collapse.in {
    display:table-row-group
}

.collapsing {
    position:relative;
    height:0;
    overflow:hidden;
    -webkit-transition-timing-function:ease;
    -o-transition-timing-function:ease;
    transition-timing-function:ease;
    -webkit-transition-duration:.35s;
    -o-transition-duration:.35s;
    transition-duration:.35s;
    -webkit-transition-property:height,visibility;
    -o-transition-property:height,visibility;
    transition-property:height,visibility
}

.caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px dashed;
    border-top:4px solid \9;
    border-right:4px solid transparent;
    border-left:4px solid transparent
}

.dropup,.dropdown {
    position:relative
}

.dropdown-toggle:focus {
    outline:0
}

.dropdown-menu {
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    font-size:14px;
    text-align:left;
    list-style:none;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.15);
    border-radius:4px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
    right:0;
    left:auto
}

.dropdown-menu .divider {
    height:1px;
    margin:9px 0;
    overflow:hidden;
    background-color:#e5e5e5
}

.dropdown-menu > li > a {
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
    color:#262626;
    text-decoration:none;
    background-color:#f5f5f5
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
    color:#fff;
    text-decoration:none;
    background-color:#337ab7;
    outline:0
}

.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    color:#777
}

.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    text-decoration:none;
    cursor:not-allowed;
    background-color:transparent;
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display:block
}

.open > a {
    outline:0
}

.dropdown-menu-right {
    right:0;
    left:auto
}

.dropdown-menu-left {
    right:auto;
    left:0
}

.dropdown-header {
    display:block;
    padding:3px 20px;
    font-size:12px;
    line-height:1.42857143;
    color:#777;
    white-space:nowrap
}

.dropdown-backdrop {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:990
}

.pull-right > .dropdown-menu {
    right:0;
    left:auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content:"";
    border-top:0;
    border-bottom:4px dashed;
    border-bottom:4px solid \9
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top:auto;
    bottom:100%;
    margin-bottom:2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:0;
        left:auto
    }

    .navbar-right .dropdown-menu-left {
        right:auto;
        left:0
    }
}

.btn-group,.btn-group-vertical {
    position:relative;
    display:inline-block;
    vertical-align:middle
}

.btn-group > .btn,.btn-group-vertical > .btn {
    position:relative;
    float:left
}

.btn-group > .btn:hover,.btn-group-vertical > .btn:hover,.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active {
    z-index:2
}

.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group {
    margin-left:-1px
}

.btn-toolbar {
    margin-left:-5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float:left
}

.btn-toolbar > .btn,.btn-toolbar > .btn-group,.btn-toolbar > .input-group {
    margin-left:5px
}

.btn-group
>
.btn:not
(:first-child):not
(:last-child):not
(.dropdown-toggle) {
    border-radius:0
}

.btn-group > .btn:first-child {
    margin-left:0
}

.btn-group
>
.btn:first-child:not
(:last-child):not
(.dropdown-toggle) {
    border-top-right-radius:0;
    border-bottom-right-radius:0
}

.btn-group
>
.btn:last-child:not
(:first-child),.btn-group
>
.dropdown-toggle:not
(:first-child) {
    border-top-left-radius:0;
    border-bottom-left-radius:0
}

.btn-group > .btn-group {
    float:left
}

.btn-group > .btn-group:not (:first-child):not (:last-child) > .btn {
    border-radius:0
}

.btn-group > .btn-group:first-child:not (:last-child) > .btn:last-child,.btn-group > .btn-group:first-child:not (:last-child) > .dropdown-toggle {
    border-top-right-radius:0;
    border-bottom-right-radius:0
}

.btn-group > .btn-group:last-child:not (:first-child) > .btn:first-child {
    border-top-left-radius:0;
    border-bottom-left-radius:0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline:0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right:8px;
    padding-left:8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right:12px;
    padding-left:12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow:none;
    box-shadow:none
}

.btn .caret {
    margin-left:0
}

.btn-lg .caret {
    border-width:5px 5px 0;
    border-bottom-width:0
}

.dropup .btn-lg .caret {
    border-width:0 5px 5px
}

.btn-group-vertical > .btn,.btn-group-vertical > .btn-group,.btn-group-vertical > .btn-group > .btn {
    display:block;
    float:none;
    width:100%;
    max-width:100%
}

.btn-group-vertical > .btn-group > .btn {
    float:none
}

.btn-group-vertical > .btn + .btn,.btn-group-vertical > .btn + .btn-group,.btn-group-vertical > .btn-group + .btn,.btn-group-vertical > .btn-group + .btn-group {
    margin-top:-1px;
    margin-left:0
}

.btn-group-vertical
>
.btn:not
(:first-child):not
(:last-child) {
    border-radius:0
}

.btn-group-vertical
>
.btn:first-child:not
(:last-child) {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}

.btn-group-vertical
>
.btn:last-child:not
(:first-child) {
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}

.btn-group-vertical > .btn-group:not (:first-child):not (:last-child) > .btn {
    border-radius:0
}

.btn-group-vertical > .btn-group:first-child:not (:last-child) > .btn:last-child,.btn-group-vertical > .btn-group:first-child:not (:last-child) > .dropdown-toggle {
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}

.btn-group-vertical > .btn-group:last-child:not (:first-child) > .btn:first-child {
    border-top-left-radius:0;
    border-top-right-radius:0
}

.btn-group-justified {
    display:table;
    width:100%;
    table-layout:fixed;
    border-collapse:separate
}

.btn-group-justified > .btn,.btn-group-justified > .btn-group {
    display:table-cell;
    float:none;
    width:1%
}

.btn-group-justified > .btn-group .btn {
    width:100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left:auto
}

[data-toggle="buttons"] > .btn input[type="radio"],[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],[data-toggle="buttons"] > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position:absolute;
    clip:rect(0,0,0,0);
    pointer-events:none
}

.input-group {
    position:relative;
    display:table;
    border-collapse:separate
}

.input-group[class*="col-"] {
    float:none;
    padding-right:0;
    padding-left:0
}

.input-group .form-control {
    position:relative;
    z-index:2;
    float:left;
    width:100%;
    margin-bottom:0
}

.input-group .form-control:focus {
    z-index:3
}

.input-group-lg > .form-control,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .btn {
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}

select.input-group-lg > .form-control,select.input-group-lg > .input-group-addon,select.input-group-lg > .input-group-btn > .btn {
    height:46px;
    line-height:46px
}

textarea.input-group-lg > .form-control,textarea.input-group-lg > .input-group-addon,textarea.input-group-lg > .input-group-btn > .btn,select[multiple].input-group-lg > .form-control,select[multiple].input-group-lg > .input-group-addon,select[multiple].input-group-lg > .input-group-btn > .btn {
    height:auto
}

.input-group-sm > .form-control,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .btn {
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}

select.input-group-sm > .form-control,select.input-group-sm > .input-group-addon,select.input-group-sm > .input-group-btn > .btn {
    height:30px;
    line-height:30px
}

textarea.input-group-sm > .form-control,textarea.input-group-sm > .input-group-addon,textarea.input-group-sm > .input-group-btn > .btn,select[multiple].input-group-sm > .form-control,select[multiple].input-group-sm > .input-group-addon,select[multiple].input-group-sm > .input-group-btn > .btn {
    height:auto
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display:table-cell
}

.input-group-addon:not
(:first-child):not
(:last-child),.input-group-btn:not
(:first-child):not
(:last-child),.input-group
.form-control:not
(:first-child):not
(:last-child) {
    border-radius:0
}

.input-group-addon,.input-group-btn {
    width:1%;
    white-space:nowrap;
    vertical-align:middle
}

.input-group-addon {
    padding:6px 12px;
    font-size:14px;
    font-weight:400;
    line-height:1;
    color:#555;
    text-align:center;
    background-color:#eee;
    border:1px solid #ccc;
    border-radius:4px
}

.input-group-addon.input-sm {
    padding:5px 10px;
    font-size:12px;
    border-radius:3px
}

.input-group-addon.input-lg {
    padding:10px 16px;
    font-size:18px;
    border-radius:6px
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
    margin-top:0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not
(:last-child):not (.dropdown-toggle),.input-group-btn:last-child > .btn-group:not
(:last-child) > .btn {
    border-top-right-radius:0;
    border-bottom-right-radius:0
}

.input-group-addon:first-child {
    border-right:0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not
(:first-child),.input-group-btn:first-child > .btn-group:not (:first-child) > .btn {
    border-top-left-radius:0;
    border-bottom-left-radius:0
}

.input-group-addon:last-child {
    border-left:0
}

.input-group-btn {
    position:relative;
    font-size:0;
    white-space:nowrap
}

.input-group-btn > .btn {
    position:relative
}

.input-group-btn > .btn + .btn {
    margin-left:-1px
}

.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active {
    z-index:2
}

.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group {
    margin-right:-1px
}

.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group {
    z-index:2;
    margin-left:-1px
}

.nav {
    padding-left:0;
    margin-bottom:0;
    list-style:none
}

.nav > li {
    position:relative;
    display:block
}

.nav > li > a {
    position:relative;
    display:block;
    padding:10px 15px
}

.nav > li > a:hover,.nav > li > a:focus {
    text-decoration:none;
    background-color:#eee
}

.nav > li.disabled > a {
    color:#777
}

.nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
    color:#777;
    text-decoration:none;
    cursor:not-allowed;
    background-color:transparent
}

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
    background-color:#eee;
    border-color:#337ab7
}

.nav .nav-divider {
    height:1px;
    margin:9px 0;
    overflow:hidden;
    background-color:#e5e5e5
}

.nav > li > a > img {
    max-width:none
}

.nav-tabs {
    border-bottom:1px solid #ddd
}

.nav-tabs > li {
    float:left;
    margin-bottom:-1px
}

.nav-tabs > li > a {
    margin-right:2px;
    line-height:1.42857143;
    border:1px solid transparent;
    border-radius:4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color:#eee #eee #ddd
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    color:#555;
    cursor:default;
    background-color:#fff;
    border:1px solid #ddd;
    border-bottom-color:transparent
}

.nav-tabs.nav-justified {
    width:100%;
    border-bottom:0
}

.nav-tabs.nav-justified > li {
    float:none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom:5px;
    text-align:center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top:auto;
    left:auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display:table-cell;
        width:1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom:0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right:0;
    border-radius:4px
}

.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus {
    border:1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom:1px solid #ddd;
        border-radius:4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color:#fff
    }
}

.nav-pills > li {
    float:left
}

.nav-pills > li > a {
    border-radius:4px
}

.nav-pills > li + li {
    margin-left:2px
}

.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus {
    color:#fff;
    background-color:#337ab7
}

.nav-stacked > li {
    float:none
}

.nav-stacked > li + li {
    margin-top:2px;
    margin-left:0
}

.nav-justified {
    width:100%
}

.nav-justified > li {
    float:none
}

.nav-justified > li > a {
    margin-bottom:5px;
    text-align:center
}

.nav-justified > .dropdown .dropdown-menu {
    top:auto;
    left:auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display:table-cell;
        width:1%
    }

    .nav-justified > li > a {
        margin-bottom:0
    }
}

.nav-tabs-justified {
    border-bottom:0
}

.nav-tabs-justified > li > a {
    margin-right:0;
    border-radius:4px
}

.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus {
    border:1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom:1px solid #ddd;
        border-radius:4px 4px 0 0
    }

    .nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus {
        border-bottom-color:#fff
    }
}

.tab-content > .tab-pane {
    display:none
}

.tab-content > .active {
    display:block
}

.nav-tabs .dropdown-menu {
    margin-top:-1px;
    border-top-left-radius:0;
    border-top-right-radius:0
}

.navbar {
    position:relative;
    min-height:50px;
    margin-bottom:20px;
    border:1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    padding-right:15px;
    padding-left:15px;
    overflow-x:visible;
    -webkit-overflow-scrolling:touch;
    border-top:1px solid transparent;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1)
}

.navbar-collapse.in {
    overflow-y:auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top:0;
        -webkit-box-shadow:none;
        box-shadow:none
    }

    .navbar-collapse.collapse {
        display:block!important;
        height:auto!important;
        padding-bottom:0;
        overflow:visible!important
    }

    .navbar-collapse.in {
        overflow-y:visible
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-right:0;
        padding-left:0
    }
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
    max-height:340px
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        max-height:200px
    }
}

.container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {
    margin-right:-15px;
    margin-left:-15px
}

@media (min-width: 768px) {
    .container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {
        margin-right:0;
        margin-left:0
    }
}

.navbar-static-top {
    z-index:1000;
    border-width:0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position:fixed;
    right:0;
    left:0;
    z-index:1030
}

@media (min-width: 768px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius:0
    }
}

.navbar-fixed-top {
    top:0;
    border-width:0 0 1px
}

.navbar-fixed-bottom {
    bottom:0;
    margin-bottom:0;
    border-width:1px 0 0
}

.navbar-brand {
    float:left;
    height:50px;
    padding:15px;
    font-size:18px;
    line-height:20px
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration:none
}

.navbar-brand > img {
    display:block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position:relative;
    float:right;
    padding:9px 10px;
    margin-top:8px;
    margin-right:15px;
    margin-bottom:8px;
    background-color:transparent;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}

.navbar-toggle:focus {
    outline:0
}

.navbar-toggle .icon-bar {
    display:block;
    width:22px;
    height:2px;
    border-radius:1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top:4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin:7.5px -15px
}

.navbar-nav > li > a {
    padding-top:10px;
    padding-bottom:10px;
    line-height:20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float:none;
        width:auto;
        margin-top:0;
        background-color:transparent;
        border:0;
        -webkit-box-shadow:none;
        box-shadow:none
    }

    .navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding:5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height:20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {
        background-image:none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float:left;
        margin:0
    }

    .navbar-nav > li {
        float:left
    }

    .navbar-nav > li > a {
        padding-top:15px;
        padding-bottom:15px
    }
}

.navbar-form {
    padding:10px 15px;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin:8px -15px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom:0;
        vertical-align:middle
    }

    .navbar-form .form-control {
        display:inline-block;
        width:auto;
        vertical-align:middle
    }

    .navbar-form .form-control-static {
        display:inline-block
    }

    .navbar-form .input-group {
        display:inline-table;
        vertical-align:middle
    }

    .navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
        width:auto
    }

    .navbar-form .input-group > .form-control {
        width:100%
    }

    .navbar-form .control-label {
        margin-bottom:0;
        vertical-align:middle
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display:inline-block;
        margin-top:0;
        margin-bottom:0;
        vertical-align:middle
    }

    .navbar-form .radio label,.navbar-form .checkbox label {
        padding-left:0
    }

    .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
        position:relative;
        margin-left:0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top:0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom:0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width:auto;
        padding-top:0;
        padding-bottom:0;
        margin-right:0;
        margin-left:0;
        border:0;
        -webkit-box-shadow:none;
        box-shadow:none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top:0;
    border-top-left-radius:0;
    border-top-right-radius:0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom:0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}

.navbar-btn {
    margin-top:8px;
    margin-bottom:8px
}

.navbar-btn.btn-sm {
    margin-top:10px;
    margin-bottom:10px
}

.navbar-btn.btn-xs {
    margin-top:14px;
    margin-bottom:14px
}

.navbar-text {
    margin-top:15px;
    margin-bottom:15px
}

@media (min-width: 768px) {
    .navbar-text {
        float:left;
        margin-right:15px;
        margin-left:15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float:left!important
    }

    .navbar-right {
        float:right!important;
        margin-right:-15px
    }

    .navbar-right ~ .navbar-right {
        margin-right:0
    }
}

.navbar-default {
    background-color:#f8f8f8;
    border-color:#e7e7e7
}

.navbar-default .navbar-brand {
    color:#777
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color:#5e5e5e;
    background-color:transparent
}

.navbar-default .navbar-text {
    color:#777
}

.navbar-default .navbar-nav > li > a {
    color:#777
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
    color:#333;
    background-color:transparent
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
    color:#555;
    background-color:#e7e7e7
}

.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus {
    color:#ccc;
    background-color:transparent
}

.navbar-default .navbar-toggle {
    border-color:#ddd
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color:#ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color:#888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color:#e7e7e7
}

.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {
    color:#555;
    background-color:#e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color:#333;
        background-color:transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color:#555;
        background-color:#e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color:#ccc;
        background-color:transparent
    }
}

.navbar-default .navbar-link {
    color:#777
}

.navbar-default .navbar-link:hover {
    color:#333
}

.navbar-default .btn-link {
    color:#777
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
    color:#333
}

.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
    color:#ccc
}

.navbar-inverse {
    background-color:#222;
    border-color:#080808
}

.navbar-inverse .navbar-brand {
    color:#9d9d9d
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color:#fff;
    background-color:transparent
}

.navbar-inverse .navbar-text {
    color:#9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color:#9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {
    color:#fff;
    background-color:transparent
}

.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus {
    color:#fff;
    background-color:#080808
}

.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus {
    color:#444;
    background-color:transparent
}

.navbar-inverse .navbar-toggle {
    border-color:#333
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color:#333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color:#fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color:#101010
}

.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus {
    color:#fff;
    background-color:#080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color:#9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color:#fff;
        background-color:transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color:#fff;
        background-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color:#444;
        background-color:transparent
    }
}

.navbar-inverse .navbar-link {
    color:#9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color:#fff
}

.navbar-inverse .btn-link {
    color:#9d9d9d
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
    color:#fff
}

.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {
    color:#444
}

.breadcrumb {
    padding:8px 15px;
    margin-bottom:20px;
    list-style:none;
    background-color:#f5f5f5;
    border-radius:4px
}

.breadcrumb > li {
    display:inline-block
}

.breadcrumb > li + li:before {
    padding:0 5px;
    color:#ccc;
    content:"/\00a0"
}

.breadcrumb > .active {
    color:#777
}

.pagination {
    display:inline-block;
    padding-left:0;
    margin:20px 0;
    border-radius:4px
}

.pagination > li {
    display:inline
}

.pagination > li > a,.pagination > li > span {
    position:relative;
    float:left;
    padding:6px 12px;
    margin-left:-1px;
    line-height:1.42857143;
    color:#337ab7;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left:0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-top-right-radius:4px;
    border-bottom-right-radius:4px
}

.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
    z-index:2;
    color:#23527c;
    background-color:#eee;
    border-color:#ddd
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index:3;
    color:#fff;
    cursor:default;
    background-color:#337ab7;
    border-color:#337ab7
}

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
    color:#777;
    cursor:not-allowed;
    background-color:#fff;
    border-color:#ddd
}

.pagination-lg > li > a,.pagination-lg > li > span {
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333
}

.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
    border-top-left-radius:6px;
    border-bottom-left-radius:6px
}

.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
    border-top-right-radius:6px;
    border-bottom-right-radius:6px
}

.pagination-sm > li > a,.pagination-sm > li > span {
    padding:5px 10px;
    font-size:12px;
    line-height:1.5
}

.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
    border-top-left-radius:3px;
    border-bottom-left-radius:3px
}

.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
    border-top-right-radius:3px;
    border-bottom-right-radius:3px
}

.pager {
    padding-left:0;
    margin:20px 0;
    text-align:center;
    list-style:none
}

.pager li {
    display:inline
}

.pager li > a,.pager li > span {
    display:inline-block;
    padding:5px 14px;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:15px
}

.pager li > a:hover,.pager li > a:focus {
    text-decoration:none;
    background-color:#eee
}

.pager .next > a,.pager .next > span {
    float:right
}

.pager .previous > a,.pager .previous > span {
    float:left
}

.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span {
    color:#777;
    cursor:not-allowed;
    background-color:#fff
}

.label {
    display:inline;
    padding:.2em .6em .3em;
    font-size:75%;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:.25em
}

a.label:hover,a.label:focus {
    color:#fff;
    text-decoration:none;
    cursor:pointer
}

.label:empty {
    display:none
}

.btn .label {
    position:relative;
    top:-1px
}

.label-default {
    background-color:#777
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color:#5e5e5e
}

.label-primary {
    background-color:#337ab7
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color:#286090
}

.label-success {
    background-color:#5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color:#449d44
}

.label-info {
    background-color:#5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color:#31b0d5
}

.label-warning {
    background-color:#f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color:#ec971f
}

.label-danger {
    background-color:#d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color:#c9302c
}

.badge {
    display:inline-block;
    min-width:10px;
    padding:3px 7px;
    font-size:12px;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    background-color:#777;
    border-radius:10px
}

.badge:empty {
    display:none
}

.btn .badge {
    position:relative;
    top:-1px
}

.btn-xs .badge,.btn-group-xs > .btn .badge {
    top:0;
    padding:1px 5px
}

a.badge:hover,a.badge:focus {
    color:#fff;
    text-decoration:none;
    cursor:pointer
}

.list-group-item.active > .badge,.nav-pills > .active > a > .badge {
    color:#337ab7;
    background-color:#fff
}

.list-group-item > .badge {
    float:right
}

.list-group-item > .badge + .badge {
    margin-right:5px
}

.nav-pills > li > a > .badge {
    margin-left:3px
}

.jumbotron {
    padding-top:30px;
    padding-bottom:30px;
    margin-bottom:30px;
    color:inherit;
    background-color:#eee
}

.jumbotron h1,.jumbotron .h1 {
    color:inherit
}

.jumbotron p {
    margin-bottom:15px;
    font-size:21px;
    font-weight:200
}

.jumbotron > hr {
    border-top-color:#d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    padding-right:15px;
    padding-left:15px;
    border-radius:6px
}

.jumbotron .container {
    max-width:100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom:48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-right:60px;
        padding-left:60px
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size:63px
    }
}

.thumbnail {
    display:block;
    padding:4px;
    margin-bottom:20px;
    line-height:1.42857143;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition:border .2s ease-in-out;
    -o-transition:border .2s ease-in-out;
    transition:border .2s ease-in-out
}

.thumbnail > img,.thumbnail a > img {
    margin-right:auto;
    margin-left:auto
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color:#337ab7
}

.thumbnail .caption {
    padding:9px;
    color:#333
}

.alert {
    padding:15px;
    margin-bottom:20px;
    border:1px solid transparent;
    border-radius:4px
}

.alert h4 {
    margin-top:0;
    color:inherit
}

.alert .alert-link {
    font-weight:700
}

.alert > p,.alert > ul {
    margin-bottom:0
}

.alert > p + p {
    margin-top:5px
}

.alert-dismissable,.alert-dismissible {
    padding-right:35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position:relative;
    top:-2px;
    right:-21px;
    color:inherit
}

.alert-success {
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6
}

.alert-success hr {
    border-top-color:#c9e2b3
}

.alert-success .alert-link {
    color:#2b542c
}

.alert-info {
    color:#31708f;
    background-color:#d9edf7;
    border-color:#bce8f1
}

.alert-info hr {
    border-top-color:#a6e1ec
}

.alert-info .alert-link {
    color:#245269
}

.alert-warning {
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#faebcc
}

.alert-warning hr {
    border-top-color:#f7e1b5
}

.alert-warning .alert-link {
    color:#66512c
}

.alert-danger {
    color:#a94442;
    background-color:#f2dede;
    border-color:#ebccd1
}

.alert-danger hr {
    border-top-color:#e4b9c0
}

.alert-danger .alert-link {
    color:#843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position:40px px0
    }

    to {
        background-position:0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position:40px px0
    }

    to {
        background-position:0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position:40px px0
    }

    to {
        background-position:0 0
    }
}

.progress {
    height:20px;
    margin-bottom:20px;
    overflow:hidden;
    background-color:#f5f5f5;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    line-height:20px;
    color:#fff;
    text-align:center;
    background-color:#337ab7;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition:width .6s ease;
    -o-transition:width .6s ease;
    transition:width .6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size:40px 40px;
    background-size:40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    -o-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color:#5cb85c
}

.progress-striped .progress-bar-success {
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color:#5bc0de
}

.progress-striped .progress-bar-info {
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color:#f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color:#d9534f
}

.progress-striped .progress-bar-danger {
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top:15px
}

.media:first-child {
    margin-top:0
}

.media,.media-body {
    overflow:hidden;
    zoom:1
}

.media-body {
    width:10000px
}

.media-object {
    display:block
}

.media-object.img-thumbnail {
    max-width:none
}

.media-right,.media > .pull-right {
    padding-left:10px
}

.media-left,.media > .pull-left {
    padding-right:10px
}

.media-left,.media-right,.media-body {
    display:table-cell;
    vertical-align:top
}

.media-middle {
    vertical-align:middle
}

.media-bottom {
    vertical-align:bottom
}

.media-heading {
    margin-top:0;
    margin-bottom:5px
}

.media-list {
    padding-left:0;
    list-style:none
}

.list-group {
    padding-left:0;
    margin-bottom:20px
}

.list-group-item {
    position:relative;
    display:block;
    padding:10px 15px;
    margin-bottom:-1px;
    background-color:#fff;
    border:1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius:4px;
    border-top-right-radius:4px
}

.list-group-item:last-child {
    margin-bottom:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}

a.list-group-item,button.list-group-item {
    color:#555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color:#333
}

a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus {
    color:#555;
    text-decoration:none;
    background-color:#f5f5f5
}

button.list-group-item {
    width:100%;
    text-align:left
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    color:#777;
    cursor:not-allowed;
    background-color:#eee
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
    color:inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
    color:#777
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index:2;
    color:#fff;
    background-color:#337ab7;
    border-color:#337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading > small,.list-group-item.active:hover .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading > small,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active:hover .list-group-item-heading > .small,.list-group-item.active:focus .list-group-item-heading > .small {
    color:inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color:#c7ddef
}

.list-group-item-success {
    color:#3c763d;
    background-color:#dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color:#3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color:inherit
}

a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus {
    color:#3c763d;
    background-color:#d0e9c6
}

a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus {
    color:#fff;
    background-color:#3c763d;
    border-color:#3c763d
}

.list-group-item-info {
    color:#31708f;
    background-color:#d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color:#31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color:inherit
}

a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus {
    color:#31708f;
    background-color:#c4e3f3
}

a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus {
    color:#fff;
    background-color:#31708f;
    border-color:#31708f
}

.list-group-item-warning {
    color:#8a6d3b;
    background-color:#fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color:#8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color:inherit
}

a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus {
    color:#8a6d3b;
    background-color:#faf2cc
}

a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus {
    color:#fff;
    background-color:#8a6d3b;
    border-color:#8a6d3b
}

.list-group-item-danger {
    color:#a94442;
    background-color:#f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color:#a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color:inherit
}

a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus {
    color:#a94442;
    background-color:#ebcccc
}

a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus {
    color:#fff;
    background-color:#a94442;
    border-color:#a94442
}

.list-group-item-heading {
    margin-top:0;
    margin-bottom:5px
}

.list-group-item-text {
    margin-bottom:0;
    line-height:1.3
}

.panel {
    margin-bottom:20px;
    background-color:#fff;
    border:1px solid transparent;
    border-radius:4px;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
    box-shadow:0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding:15px
}

.panel-heading {
    padding:10px 15px;
    border-bottom:1px solid transparent;
    border-top-left-radius:3px;
    border-top-right-radius:3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color:inherit
}

.panel-title {
    margin-top:0;
    margin-bottom:0;
    font-size:16px;
    color:inherit
}

.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a {
    color:inherit
}

.panel-footer {
    padding:10px 15px;
    background-color:#f5f5f5;
    border-top:1px solid #ddd;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}

.panel > .list-group,.panel > .panel-collapse > .list-group {
    margin-bottom:0
}

.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item {
    border-width:1px 0;
    border-radius:0
}

.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top:0;
    border-top-left-radius:3px;
    border-top-right-radius:3px
}

.panel > .list-group:last-child .list-group-item:last-child,.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom:0;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius:0;
    border-top-right-radius:0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width:0
}

.list-group + .panel-footer {
    border-top-width:0
}

.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table {
    margin-bottom:0
}

.panel > .table caption,.panel > .table-responsive > .table caption,.panel > .panel-collapse > .table caption {
    padding-right:15px;
    padding-left:15px
}

.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius:3px;
    border-top-right-radius:3px
}

.panel > .table:first-child > thead:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius:3px;
    border-top-right-radius:3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius:3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius:3px
}

.panel > .table:last-child,.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius:3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius:3px
}

.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body {
    border-top:1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td {
    border-top:0
}

.panel > .table-bordered,.panel > .table-responsive > .table-bordered {
    border:0
}

.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left:0
}

.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right:0
}

.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom:0
}

.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom:0
}

.panel > .table-responsive {
    margin-bottom:0;
    border:0
}

.panel-group {
    margin-bottom:20px
}

.panel-group .panel {
    margin-bottom:0;
    border-radius:4px
}

.panel-group .panel + .panel {
    margin-top:5px
}

.panel-group .panel-heading {
    border-bottom:0
}

.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top:1px solid #ddd
}

.panel-group .panel-footer {
    border-top:0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom:1px solid #ddd
}

.panel-default {
    border-color:#ddd
}

.panel-default > .panel-heading {
    color:#333;
    background-color:#f5f5f5;
    border-color:#ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#ddd
}

.panel-default > .panel-heading .badge {
    color:#f5f5f5;
    background-color:#333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#ddd
}

.panel-primary {
    border-color:#337ab7
}

.panel-primary > .panel-heading {
    color:#fff;
    background-color:#337ab7;
    border-color:#337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#337ab7
}

.panel-primary > .panel-heading .badge {
    color:#337ab7;
    background-color:#fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#337ab7
}

.panel-success {
    border-color:#d6e9c6
}

.panel-success > .panel-heading {
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#d6e9c6
}

.panel-success > .panel-heading .badge {
    color:#dff0d8;
    background-color:#3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#d6e9c6
}

.panel-info {
    border-color:#bce8f1
}

.panel-info > .panel-heading {
    color:#31708f;
    background-color:#d9edf7;
    border-color:#bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#bce8f1
}

.panel-info > .panel-heading .badge {
    color:#d9edf7;
    background-color:#31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#bce8f1
}

.panel-warning {
    border-color:#faebcc
}

.panel-warning > .panel-heading {
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#faebcc
}

.panel-warning > .panel-heading .badge {
    color:#fcf8e3;
    background-color:#8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#faebcc
}

.panel-danger {
    border-color:#ebccd1
}

.panel-danger > .panel-heading {
    color:#a94442;
    background-color:#f2dede;
    border-color:#ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#ebccd1
}

.panel-danger > .panel-heading .badge {
    color:#f2dede;
    background-color:#a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#ebccd1
}

.embed-responsive {
    position:relative;
    display:block;
    height:0;
    padding:0;
    overflow:hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    border:0
}

.embed-responsive-16by9 {
    padding-bottom:56.25%
}

.embed-responsive-4by3 {
    padding-bottom:75%
}

.well {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#f5f5f5;
    border:1px solid #e3e3e3;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color:#ddd;
    border-color:rgba(0,0,0,.15)
}

.well-lg {
    padding:24px;
    border-radius:6px
}

.well-sm {
    padding:9px;
    border-radius:3px
}

.close {
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    filter:alpha(opacity=20);
    opacity:.2
}

.close:hover,.close:focus {
    color:#000;
    text-decoration:none;
    cursor:pointer;
    filter:alpha(opacity=50);
    opacity:.5
}

button.close {
    -webkit-appearance:none;
    padding:0;
    cursor:pointer;
    background:transparent;
    border:0
}

.modal-open {
    overflow:hidden
}

.modal {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    display:none;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    outline:0
}

.modal.fade .modal-dialog {
    -webkit-transition:-webkit-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:transform .3s ease-out;
    -webkit-transform:translate(0,-25%);
    -ms-transform:translate(0,-25%);
    -o-transform:translate(0,-25%);
    transform:translate(0,-25%)
}

.modal.in .modal-dialog {
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);
    transform:translate(0,0)
}

.modal-open .modal {
    overflow-x:hidden;
    overflow-y:auto
}

.modal-dialog {
    position:relative;
    width:auto;
    margin:10px
}

.modal-content {
    position:relative;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    outline:0;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}

.modal-backdrop.fade {
    filter:alpha(opacity=0);
    opacity:0
}

.modal-backdrop.in {
    filter:alpha(opacity=50);
    opacity:.5
}

.modal-header {
    padding:15px;
    border-bottom:1px solid #e5e5e5
}

.modal-header .close {
    margin-top:-2px
}

.modal-title {
    margin:0;
    line-height:1.42857143
}

.modal-body {
    position:relative;
    padding:15px
}

.modal-footer {
    padding:15px;
    text-align:right;
    border-top:1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom:0;
    margin-left:5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left:-1px
}

.modal-footer .btn-block + .btn-block {
    margin-left:0
}

.modal-scrollbar-measure {
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin:30px auto
    }

    .modal-content {
        -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
        box-shadow:0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width:300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position:absolute;
    z-index:1070;
    display:block;
    font-size:12px;
    font-style:normal;
    font-weight:400;
    line-height:1.42857143;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    white-space:normal;
    filter:alpha(opacity=0);
    opacity:0;
    line-break:auto
}

.tooltip.in {
    filter:alpha(opacity=90);
    opacity:.9
}

.tooltip.top {
    padding:5px 0;
    margin-top:-3px
}

.tooltip.right {
    padding:0 5px;
    margin-left:3px
}

.tooltip.bottom {
    padding:5px 0;
    margin-top:3px
}

.tooltip.left {
    padding:0 5px;
    margin-left:-3px
}

.tooltip-inner {
    max-width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    background-color:#000;
    border-radius:4px
}

.tooltip-arrow {
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}

.tooltip.top .tooltip-arrow {
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}

.tooltip.top-left .tooltip-arrow {
    right:5px;
    bottom:0;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}

.tooltip.top-right .tooltip-arrow {
    bottom:0;
    left:5px;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}

.tooltip.right .tooltip-arrow {
    top:50%;
    left:0;
    margin-top:-5px;
    border-width:5px 5px 5px 0;
    border-right-color:#000
}

.tooltip.left .tooltip-arrow {
    top:50%;
    right:0;
    margin-top:-5px;
    border-width:5px 0 5px 5px;
    border-left-color:#000
}

.tooltip.bottom .tooltip-arrow {
    top:0;
    left:50%;
    margin-left:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}

.tooltip.bottom-left .tooltip-arrow {
    top:0;
    right:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}

.tooltip.bottom-right .tooltip-arrow {
    top:0;
    left:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}

.popover {
    position:absolute;
    top:0;
    left:0;
    z-index:1060;
    display:none;
    max-width:276px;
    padding:1px;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    line-height:1.42857143;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    white-space:normal;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
    box-shadow:0 5px 10px rgba(0,0,0,.2);
    line-break:auto
}

.popover.top {
    margin-top:-10px
}

.popover.right {
    margin-left:10px
}

.popover.bottom {
    margin-top:10px
}

.popover.left {
    margin-left:-10px
}

.popover-title {
    padding:8px 14px;
    margin:0;
    font-size:14px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    border-radius:5px 5px 0 0
}

.popover-content {
    padding:9px 14px
}

.popover > .arrow,.popover > .arrow:after {
    position:absolute;
    display:block;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}

.popover > .arrow {
    border-width:11px
}

.popover > .arrow:after {
    content:"";
    border-width:10px
}

.popover.top > .arrow {
    bottom:-11px;
    left:50%;
    margin-left:-11px;
    border-top-color:#999;
    border-top-color:rgba(0,0,0,.25);
    border-bottom-width:0
}

.popover.top > .arrow:after {
    bottom:1px;
    margin-left:-10px;
    content:" ";
    border-top-color:#fff;
    border-bottom-width:0
}

.popover.right > .arrow {
    top:50%;
    left:-11px;
    margin-top:-11px;
    border-right-color:#999;
    border-right-color:rgba(0,0,0,.25);
    border-left-width:0
}

.popover.right > .arrow:after {
    bottom:-10px;
    left:1px;
    content:" ";
    border-right-color:#fff;
    border-left-width:0
}

.popover.bottom > .arrow {
    top:-11px;
    left:50%;
    margin-left:-11px;
    border-top-width:0;
    border-bottom-color:#999;
    border-bottom-color:rgba(0,0,0,.25)
}

.popover.bottom > .arrow:after {
    top:1px;
    margin-left:-10px;
    content:" ";
    border-top-width:0;
    border-bottom-color:#fff
}

.popover.left > .arrow {
    top:50%;
    right:-11px;
    margin-top:-11px;
    border-right-width:0;
    border-left-color:#999;
    border-left-color:rgba(0,0,0,.25)
}

.popover.left > .arrow:after {
    right:1px;
    bottom:-10px;
    content:" ";
    border-right-width:0;
    border-left-color:#fff
}

.carousel {
    position:relative
}

.carousel-inner {
    position:relative;
    width:100%;
    overflow:hidden
}

.carousel-inner > .item {
    position:relative;
    display:none;
    -webkit-transition:.6s ease-in-out left;
    -o-transition:.6s ease-in-out left;
    transition:.6s ease-in-out left
}

.carousel-inner > .item > img,.carousel-inner > .item > a > img {
    line-height:1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition:-webkit-transform .6s ease-in-out;
        -o-transition:-o-transform .6s ease-in-out;
        transition:transform .6s ease-in-out;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        -webkit-perspective:1000px;
        perspective:1000px
    }

    .carousel-inner > .item.next,.carousel-inner > .item.active.right {
        left:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    .carousel-inner > .item.prev,.carousel-inner > .item.active.left {
        left:0;
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }

    .carousel-inner > .item.next.left,.carousel-inner > .item.prev.right,.carousel-inner > .item.active {
        left:0;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}

.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev {
    display:block
}

.carousel-inner > .active {
    left:0
}

.carousel-inner > .next,.carousel-inner > .prev {
    position:absolute;
    top:0;
    width:100%
}

.carousel-inner > .next {
    left:100%
}

.carousel-inner > .prev {
    left:-100%
}

.carousel-inner > .next.left,.carousel-inner > .prev.right {
    left:0
}

.carousel-inner > .active.left {
    left:-100%
}

.carousel-inner > .active.right {
    left:100%
}

.carousel-control {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:15%;
    font-size:20px;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.6);
    background-color:rgba(0,0,0,0);
    filter:alpha(opacity=50);
    opacity:.5
}

.carousel-control.left {
    background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    background-repeat:repeat-x
}

.carousel-control.right {
    right:0;
    left:auto;
    background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat:repeat-x
}

.carousel-control:hover,.carousel-control:focus {
    color:#fff;
    text-decoration:none;
    filter:alpha(opacity=90);
    outline:0;
    opacity:.9
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position:absolute;
    top:50%;
    z-index:5;
    display:inline-block;
    margin-top:-10px
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left:50%;
    margin-left:-10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right:50%;
    margin-right:-10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width:20px;
    height:20px;
    line-height:1
}

.carousel-control .icon-prev:before {
    content:'\2039'
}

.carousel-control .icon-next:before {
    content:'\203a'
}

.carousel-indicators {
    position:absolute;
    bottom:10px;
    left:50%;
    z-index:15;
    width:60%;
    padding-left:0;
    margin-left:-30%;
    text-align:center;
    list-style:none
}

.carousel-indicators li {
    display:inline-block;
    width:10px;
    height:10px;
    margin:1px;
    text-indent:-999px;
    cursor:pointer;
    background-color:#000 \9;
    background-color:rgba(0,0,0,0);
    border:1px solid #fff;
    border-radius:10px
}

.carousel-indicators .active {
    width:12px;
    height:12px;
    margin:0;
    background-color:#fff
}

.carousel-caption {
    position:absolute;
    right:15%;
    bottom:20px;
    left:15%;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow:none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height:30px;
        margin-top:-10px;
        font-size:30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left:-10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right:-10px
    }

    .carousel-caption {
        right:20%;
        left:20%;
        padding-bottom:30px
    }

    .carousel-indicators {
        bottom:20px
    }
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {
    display:table;
    content:" "
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after {
    clear:both
}

.center-block {
    display:block;
    margin-right:auto;
    margin-left:auto
}

.pull-right {
    float:right!important
}

.pull-left {
    float:left!important
}

.hide {
    display:none!important
}

.show {
    display:block!important
}

.invisible {
    visibility:hidden
}

.text-hide {
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0
}

.hidden {
    display:none!important
}

.affix {
    position:fixed
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display:none!important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display:none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display:table!important
    }

    tr.visible-xs {
        display:table-row!important
    }

    th.visible-xs,td.visible-xs {
        display:table-cell!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display:table!important
    }

    tr.visible-sm {
        display:table-row!important
    }

    th.visible-sm,td.visible-sm {
        display:table-cell!important
    }

    .visible-sm-block {
        display:block!important
    }

    .visible-sm-inline {
        display:inline!important
    }

    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display:table!important
    }

    tr.visible-md {
        display:table-row!important
    }

    th.visible-md,td.visible-md {
        display:table-cell!important
    }

    .visible-md-block {
        display:block!important
    }

    .visible-md-inline {
        display:inline!important
    }

    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display:table!important
    }

    tr.visible-lg {
        display:table-row!important
    }

    th.visible-lg,td.visible-lg {
        display:table-cell!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display:none!important
}

@media print {
    .visible-print {
        display:block!important
    }

    table.visible-print {
        display:table!important
    }

    tr.visible-print {
        display:table-row!important
    }

    th.visible-print,td.visible-print {
        display:table-cell!important
    }
}

.visible-print-block {
    display:none!important
}

@media print {
    .visible-print-block {
        display:block!important
    }
}

.visible-print-inline {
    display:none!important
}

@media print {
    .visible-print-inline {
        display:inline!important
    }
}

.visible-print-inline-block {
    display:none!important
}

@media print {
    .visible-print-inline-block {
        display:inline-block!important
    }
}

@media print {
    .hidden-print {
        display:none!important
    }
}

div.ficha_stock_list_controls {
    float:right;
    height:inherit
}

div.ficha_stock {
    margin:10px 0;
    clear:both;
    overflow:hidden;
    position:relative
}

div.ficha_stock_title_mg {
    display:inline-block;
    font-size:18px;
    margin-bottom:4px;
    float:left;
    background-color:#bb0130;
    height:auto;
    width:100%;
    text-align:center;
    line-height:24px;
    color:#666;
    font-weight:700
}

div.ficha_stock_title_mg span,div.ficha_stock_title_mg a {
    background-color:#fff;
    display:inline-block
}

div.ficha_stock_title {
    float:left;
    background-color:#bb0130;
    height:auto;
    width:100%;
    text-align:center;
    line-height:24px;
    color:#fff;
    font-size:16px;
    padding:0 18px
}

div.ficha_stock_list {
    overflow:hidden;
    width:90%;
    float:left;
    height:inherit;
    margin:0 5%
}

ul.ficha_stock_opciones {
    overflow:hidden;
    margin-top:3px
}

div.ficha_stock_item {
    float:left;
    width:75px!important;
    margin:0 3px 0 4px;
    padding:5px 0;
    height:inherit
}

div.ficha_stock_item a {
    display:block
}

ul.ficha_stock_opciones li {
    text-align:center;
    height:11px;
    color:#666;
    font-size:10px;
    overflow:hidden
}

span.ficha_stock_price {
    color:#bb0130;
    font-size:14px;
    font-weight:700;
    margin:5px auto;
    text-align:center;
    clear:both;
    display:block
}

div.ficha_stock #carousel {
    height:inherit!important
}

div.mu_box_n {
    width:50%;
    overflow:hidden;
    display:block;
    clear:none
}

div.mu_box_n .mu_head,div.mu_box_n div.mu_box_body,div.mu_box_n div.mu_footer,div.mu_box_n div.mu_register_box {
    width:100%
}

div.mu_box_n div.mu_login_box {
    width:100%;
    border:none
}

div.mu_box_n.mu_box_r {
    width:49%;
    padding-left:10px
}

.listado-item-2017-images .swiper-button-next {
    right:3px
}

.listado-item-2017-images .swiper-button-prev {
    left:3px
}

.listado-item-2017-images .swiper-button-next,.listado-item-2017-images .swiper-button-prev {
    background-color:#535353;
    margin-top:0;
    height:27px;
    background-image:inherit;
    width:27px;
    padding:2px 3px 3px;
    border-radius:15px;
    opacity:.8;
    color:#fff;
    font-size:20px
}

#swiper-ficha-imagenes {
    width:100%;
    height:72px;
    margin:10px auto 0;
    float:left
}

#swiper-ficha-imagenes .swiper-slide {
    float:left;
    width:75px;
    margin-right:3px
}

#swiper-ficha-imagenes .swiper-pagination-bullet-active {
    background-color:#7e7e7e
}

.new_item.new_item_oferta_destacada {
    background-color:#fcf9f4
}

.new_item.new_item_oferta_destacada .new_item_left {
    float:right;
    margin-right:0;
    border-left:1px solid #d8d8d8;
    border-right:0
}

.new_item.new_item_oferta_destacada .new_item_body {
    width:100%
}

.new_item.new_item_oferta_destacada .new_item_botones {
    right:inherit;
    left:255px
}

.menu #pestanyas #tracking div.table-header > div {
    height:29px;
    text-align:center;
    padding-top:4px;
    font-weight:700
}

.menu #pestanyas #tracking div.table-rows > div {
    height:29px;
    padding-top:4px;
    border-bottom:1px solid lightgray
}

#boletin .head.sBoletin {
    background-image:none;
    float:left;
    clear:both;
    width:100%
}

#boletin .head.sBoletin p {
    margin-bottom:0
}

#boletin .foot.sContactar {
    clear:both
}

#boletin .content_form {
    float:left;
    width:450px
}

.solo-movil,.show-xs-only {
    display:none
}

.formulario-content.te-llamamos-gratis input:not ([type=checkbox]),.formulario-content.te-llamamos-gratis textarea {
    width:100%
}

div.texto_impuestos a.masinfo_listado {
    float:none;
    display:inline-block;
    margin-left:2px;
    margin-bottom:-5px
}

div.footer_bar_icon_container {
    float:left
}

div.section-selector {
    float:left
}

.section-selector-title span.listado_nombre,.section-selector-title span.listado_short {
    display:inline
}

.section-selector-item {
    border:1px solid #d8d8d8;
    position:relative
}

.section-selector-item-active,.section-selector-item-selected {
    border:1px solid #2d5b96
}

a.section-selector-link {
    color:#666!important;
    display:block
}

.section-selector-item-active a.section-selector-link,.section-selector-item-selected a.section-selector-link {
    color:#2d5b96!important
}

img.section-selector-image {
    width:100%
}

.section-selector-title {
    font-size:14px;
    text-align:center;
    margin:0;
    padding:5px;
    position:absolute;
    top:0;
    line-height:16px;
    background-color:#fff;
    opacity:.8
}

.section-selector-item-active .section-selector-prices .section-selector-dto,.section-selector-item-active .section-selector-prices .section-selector-price {
    color:#bb0130
}

.section-selector-prices .section-selector-dto,.section-selector-prices .section-selector-price {
    font-size:24px;
    display:inline
}

.section-selector-prices .section-selector-desde {
    display:inline-block
}

.section-selector-prices {
    position:absolute;
    bottom:10px;
    right:0;
    color:#666;
    font-weight:700;
    text-align:center;
    line-height:25px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    padding:2px 4px;
    font-size:13px
}

.section-selector .section-selector-item-arrow-down,.section-selector .section-selector-item-arrow-up {
    display:none
}

.section-selector-active .section-selector-item-arrow-down {
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #2d5b96;
    display:block
}

.section-selector-active .section-selector-item-arrow-up {
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #2d5b96;
    display:block
}

.formulario-content #tabla .campoTextarea_pst {
    clear:both;
    margin-bottom:5px;
    margin-top:5px;
    float:left
}

.formulario-content #tabla .campoTextarea_pst label {
    float:left;
    line-height:18px;
    clear:both;
    text-align:left
}

.formulario-content #tabla .campoTextarea_pst textarea {
    float:left;
    line-height:18px;
    text-align:left
}

.formulario-content #tabla .campoClear_pst {
    clear:both;
    margin-bottom:5px;
    margin-top:5px;
    overflow:hidden
}

.formulario-content #tabla .campoClear_pst label {
    float:left;
    line-height:18px;
    text-align:left
}

video {
    width:100%
}

div#video {
    background-color:#000
}

.logo_pikolin_tab_derecha {
    background-image:url(/resources/images/listados_estaticos/tab_logo_pikolin_small.png);
    background-repeat:no-repeat;
    width:61px;
    height:21px;
    position:relative;
    display:inline-block
}

div.listado-estatico-viejo .section-selector-title {
    width:100%
}

table.tabla_borde_simple td {
    border:1px solid #000
}

table.tabla_borde_simple tr:nth-child(1) {
    background-color:#000
}

table.tabla_borde_simple tr:nth-child(even) {
    background-color:#eee
}

div.boton-cambio-calidad {
    margin-top:20px
}

.sInterface.crespon {
    display:block;
    height:50px;
    width:38px;
    float:left;
    background-position:-390px -316px;
    margin-left:-50px;
    margin-right:10px
}

#iPagaMasTarde {
    height:180px
}

div.carrito_boton_crop {
    position:relative;
    width:199px;
    height:56px;
    overflow:hidden
}

div.ficha_stock_title_first_line_container {
    display:inline
}

div.menu-brothers {
    margin-bottom:10px;
    overflow:hidden;
    border:1px solid #d8d8d8;
    background-color:#c8ddf6
}

div.menu-brothers h4 {
    position:relative;
    font-size:12px;
    line-height:18px;
    color:#0B3E66;
    font-weight:700;
    border-bottom:1px solid #0B3E66;
    margin:5px 0 5px 5px;
    padding:0
}

li.menu-brothers-element {
    float:left;
    width:50%
}

li.menu-lateral-li > a.menu-brothers-element {
    border-bottom:0;
    border-left:0;
    border-top:0;
    border-right:0;
    color:#333;
    display:block;
    font-size:11px;
    line-height:20px;
    text-align:center;
    font-weight:400;
    padding:0
}

div.ofertas2017 .cms .oferta.lefted {
    margin-right:16px
}

div.ofertas2017 .cms .oferta {
    float:left
}

div.ofertas2017 .cms h2 {
    font-size:xx-large;
    line-height:25px;
    padding-bottom:6px
}

div.ofertas2017 .cms .ofertas .row {
    margin:8px auto
}

div.ofertas2017 .ofertas .separador-desktop {
    clear:both;
    overflow:hidden;
    margin:6px auto
}

div.ofertas2017 a.oferta_image img {
    margin:0 8px
}

div.ofertas2017 .cms .ofertas-header .ofertas-texto {
    float:none;
    width:90%;
    margin:0 auto
}

div.ofertas2017 .cms .ofertas-header .ofertas-texto p {
    text-align:center
}

div.ofertas2017 .cms .texto-titulo-ofertas {
    text-align:center
}

div.ofertas2017 .cms div.texto-titulo-ofertas h1 {
    background:none;
    text-align:center
}

div.ofertas2017 .cms h1 {
    margin-bottom:8px
}

div.ofertas2017 .cms .ofertas-header .ofertas-contador {
    text-align:center;
    width:100%;
    display:inline-block
}

div.ofertas2017 .cms .ofertas-header .ofertas-contador-container {
    display:inline-block;
    margin:10px auto 20px
}

div.ofertas2017 .contador2017 .sprite-cms_countdown_nuevo {
    background-image:url(/portada-nuevo/actual/resources/images/fondos/nuevo-contador-portada.png)
}

div.ofertas2017 .cms .ofertas-header #contador {
    display:block!important
}

.contador2017 .number {
    float:right;
    background-position:0 0;
    width:16px;
    height:16px;
    display:block;
    max-height:16px;
    line-height:1px;
    font-size:1px
}

div.ofertas2017 .cms_countdown_nuevo {
    background-position:0 0;
    height:36px;
    position:relative;
    width:550px
}

div.ofertas2017 .cms_countdown_nuevo .item {
    position:absolute;
    text-align:right;
    top:13px;
    width:30px
}

div.ofertas2017 .cms_countdown_nuevo .days {
    left:171px
}

div.ofertas2017 .cms_countdown_nuevo .hours {
    left:240px
}

div.ofertas2017 .cms_countdown_nuevo .mins {
    left:325px
}

div.ofertas2017 .cms_countdown_nuevo .secs {
    left:429px
}

div.ofertas2017 .cms_countdown_nuevo .number {
    width:11px;
    height:14px
}

div.imagen-titulo-ofertas img {
    padding-right:8px
}

div.cms-carrito div.imagen-titulo-ofertas img {
    padding-right:0
}

div.cms-carrito div.ofertas2017 a.oferta_image img {
    height:249px
}

.portada-movil #contador {
    display:none
}

.portada-movil .ofertas-contador {
    text-align:center;
    width:100%;
    display:none
}

.portada-movil .ofertas-contador-container {
    display:inline-block;
    margin:10px auto 20px
}

.portada-movil .contador2017 .sprite-cms_countdown_nuevo {
    background-image:url(/portada-nuevo/actual/resources/images/fondos/nuevo-contador-portada.png)
}

.portada-movil .contador2017 .number {
    float:right;
    background-position:0 0;
    width:16px;
    height:16px;
    display:block;
    max-height:16px;
    line-height:1px;
    font-size:1px
}

.portada-movil .contador2017 .cms_countdown_nuevo {
    background-position:0 0;
    height:36px;
    position:relative;
    width:550px
}

.portada-movil .contador2017 .cms_countdown_nuevo .item {
    position:absolute;
    text-align:right;
    top:13px;
    width:30px
}

.portada-movil .contador2017 .cms_countdown_nuevo .days {
    left:171px
}

.portada-movil .contador2017 .cms_countdown_nuevo .hours {
    left:240px
}

.portada-movil .contador2017 .cms_countdown_nuevo .mins {
    left:325px
}

.portada-movil .contador2017 .cms_countdown_nuevo .secs {
    left:429px
}

.portada-movil .contador2017 .cms_countdown_nuevo .number {
    width:11px;
    height:14px
}

a.sofas-muestras {
    background-size:100%;
    background-image:url(/resources/images/icons/enviotapizado.jpg);
    height:70px;
    width:100%;
    display:block;
    margin-bottom:20px
}

.tag-garantia-satisfaccion-100-dias {
    margin-left:9px
}

#swiper-licencias {
    width:100%;
    margin:10px 0
}

#swiper-licencias .swiper-slide a {
    display:block;
    height:75px;
    background-repeat:no-repeat;
    background-position:center center
}

#swiper-licencias .swiper-slide {
    float:left;
    height:inherit;
    display:block
}

#swiper-licencias a.marcas_fijas {
    background-image:url(/resources/images/logos/nuevo-carrusel.jpg);
    width:100%;
    height:75px;
    display:block
}

#swiper-licencias div.marcas_fijas img {
    width:100%
}

h1 {
    font-size:20px;
    padding-left:40px;
    line-height:28px;
    height:34px;
    color:#4e4e4e;
    background-image:url(/resources/images/icons/listado_head.png);
    background-repeat:no-repeat;
    margin:3px 10px 0 0
}

div#flotador.flotadorFixed {
    bottom:140px;
    right:0
}

div#flotador {
    visibility:visible;
    z-index:1000;
    bottom:-200px;
    position:fixed;
    right:-200px;
    width:40px;
    height:40px;
    background-color:#bfbfbf;
    opacity:.9;
    color:#404040
}

#flotador a {
    display:block;
    padding:10px;
    font-size:20px;
    line-height:1.5;
    color:#404040;
    text-align:center
}

@media only screen and (min-width: 992px) {
    a.pastilla1_portada:hover {
        background-position:0 -89px
    }

    a.pastilla4_portada:hover {
        background-position:-738px -89px
    }

    a.pastilla2_portada:hover {
        background-position:-246px -89px
    }

    a.pastilla3_portada:hover {
        background-position:-493px -89px
    }

    div.header_utils_bottom a:hover {
        text-decoration:underline
    }

    a:hover span.wrapper_header_icon_status {
        background-position:-220px -172px
    }

    a:hover span.menu_util_icon_contacto {
        background-position:-180px -166px
    }

    a:hover span.menu_util_icon_micuenta {
        background-position:-359px -171px
    }

    a.menu_item:hover span.menu_home {
        background-position:-211px -38px
    }

    a.menu_carrito:hover span.header_carrito_icon {
        background-position:-455px -134px
    }

    a.menu_carrito_activo:hover span.header_carrito_icon {
        background-position:-455px -134px
    }

    a.menu_te_llamamos_gratis:hover span.header_te_llamamos_gratis_icon {
        background-position:-479px -136px
    }

    a.menu_item:hover span.menu_icon_home {
        background-position:-180px -133px
    }

    a.menu_item:hover span.menu_icon_ofertas {
        background-position:-120px -252px
    }

    a.menu_item:hover span.menu_icon_outlet {
        background-position:-292px -167px
    }

    a.menu_item:hover span.menu_icon_colchones {
        background-position:-201px -144px
    }

    a.menu_item:hover span.menu_icon_somieres {
        background-position:-246px -144px
    }

    a.menu_item:hover span.menu_icon_almohadas {
        background-position:-291px -144px
    }

    a.menu_item:hover span.menu_icon_ropacama {
        background-position:-415px -144px
    }

    a.menu_item:hover span.menu_icon_puff {
        background-position:-539px -278px
    }

    a.menu_item:hover span.menu_icon_bebe {
        background-position:-632px -305px
    }

    a.menu_item:hover span.menu_icon_toalla {
        background-position:-468px -300px
    }

    a.menu_item:hover span.menu_icon_jacuzzi,div.header_menu_extend a.menu_item_extend:hover span.menu_icon.menu_icon_jacuzzi {
        background-position:-46px -340px
    }

    a.menu_item:hover span.menu_icon_sofas {
        background-position:-330px -144px
    }

    a.menu_item:hover span.menu_icon_fundas {
        background-position:-373px -144px
    }

    .pastilla-intermon:hover {
        background-position:-343px 0
    }

    .banco-bbva:hover {
        background-position:0 -69px
    }

    .banco-lacaixa:hover {
        background-position:-112px -69px
    }

    .banco-banesto:hover {
        background-position:-226px -69px
    }

    .banco-bsch:hover {
        background-position:-337px -69px
    }

    .banco-cajamadrid:hover {
        background-position:-452px -69px
    }

    .listado_producto_3c_body h2 a:hover,.listado_producto_4c_body h2 a:hover,.listado_producto_2c_body h2 a:hover {
        font-size:15px;
        font-weight:700;
        color:#666;
        margin-top:2px;
        margin-left:3px;
        float:left
    }

    .listado_producto_2c_body h2,.listado_producto_2c_body h2 a {
        margin-top:3px;
        margin-left:6px
    }

    .listado_recomendados_banner:hover {
        background-position:-391px 0
    }

    .listado_eleccion_banner:hover {
        background-position:-391px -36px
    }

    div.preguntas-frecuentes a.faqsVolverUp:hover {
        background-position:0 -31px
    }

    div.preguntas-frecuentes a.faqsVolverDown:hover {
        background-position:-343px -33px
    }

    .carrito .boton.botonSeleccionar:hover {
        background-position:-206px -118px
    }

    .menu #pestanyas li:hover#desconectar {
        background-color:#8c8c8c;
        color:#fff!important;
        text-decoration:none!important
    }

    .stock:hover {
        border:1px solid #BB0130
    }

    .cms a:hover {
        font-size:13px;
        line-height:18px;
        color:#AAA
    }

    .cms .cmsBloque:hover {
        border:1px solid #d00
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right:1px;
        left:auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left:1px;
        right:auto
    }

    a.btnTEditar:hover {
        background-position:-547px 0
    }

    a.btnTSeleccionarOtraEntidad:hover {
        background-position:-208px 0
    }

    a.btnVerProductoLupaRecorte:hover {
        background-position:-4482px 0
    }

    a.btnGuardarFlecha:hover {
        background-position:-142px 0
    }

    a.btnEnviarFlecha:hover {
        background-position:-394px 0
    }

    a.btnRegistrarseFlecha:hover {
        background-position:-934px 0
    }

    a.btnContinuarFlecha:hover {
        color:#fff!important;
        text-decoration:none!important;
        background-color:#189e7f
    }

    a.btnVerFlecha:hover {
        background-position:-1472px 0
    }

    a.btnPrivacidadFlecha:hover {
        background-position:-1721px 0
    }

    a.btnContinuarVerify:hover {
        background-position:-1999px 0
    }

    a.btnVolverVolver:hover {
        background-position:-2249px 0
    }

    a.btnAtrasVolver:hover {
        background-position:-2479px 0
    }

    a.btnNuevaDireccionFlecha:hover {
        background-position:-2772px 0
    }

    a.btnVerLupa:hover {
        background-position:-3063px 0
    }

    a.btnNuevaDireccionLupa:hover {
        background-position:-3361px 0
    }

    a.btnEditarLupa:hover {
        background-position:-3675px 0
    }

    a.btnSeleccionarLupa:hover {
        background-position:-3963px 0
    }

    a.btnVerProductosLupa:hover {
        background-position:-4304px 0
    }

    a.btnVerProductoLupa:hover {
        background-position:-4653px 0
    }

    a.btnBorrarSimpleRojo:hover {
        background-position:-4918px 0
    }

    a.btnEliminarSimpleRojo:hover {
        background-position:-5119px 0
    }

    a.btnCancelarSimpleRojo:hover {
        background-position:-5336px 0
    }

    a.btnEditarSimpleGris:hover {
        background-position:-5538px 0
    }

    a.btnSeleccionarSimpleGris:hover {
        background-position:-5760px 0
    }

    a.btnCancelarSimpleGris:hover {
        background-position:-6000px 0
    }

    a.btnBorrarSimpleGris:hover {
        background-position:-6204px 0
    }

    a.btnPrivacidadSimpleGris:hover {
        background-position:-6419px 0
    }

    a.btnInicioHome:hover {
        background-position:-6655px 0
    }

    a.btnHomeHome:hover {
        background-position:-6885px 0
    }

    a.btnCambiarDireccionCiclo:hover {
        background-position:-7206px 0
    }

    a.btnEditarCiclo:hover {
        background-position:-7540px 0
    }

    a.btnEditarSimpleGrisClaro:hover {
        background-position:-7760px 0
    }

    a.btnSeleccionarOtraEntidad:hover {
        background-position:-8060px 0
    }

    a.btnVerProductoSimpleVerde:hover {
        background-position:-8406px 0
    }

    a.btnVerProductosSimpleVerde:hover {
        background-position:-8688px 0
    }

    a.btnVerProductosLupaGris:hover {
        background-position:-9010px 0
    }

    a.btnVerProductoLupaGris:hover {
        background-position:-9359px 0
    }

    a.btnImprimir:hover {
        background-position:-9638px 0
    }

    a.btnVerFicha:hover {
        background-position:-9860px 0
    }

    a.btnComprarSinVerFicha:hover {
        background-position:-10197px 0
    }

    a.btnEnvoyerFlecha:hover {
        background-position:-10809px 0
    }

    a.btnCerrar:hover {
        background-position:-11277px 0
    }

    .capsula-new .cap .cap-element a:hover {
        background-position:-216px -59px
    }

    .capsula-new .cap .cap-element-18 a:hover {
        background-position:-648px -59px
    }

    .capsula-new .cap .cap-element-158 a:hover {
        background-position:-369px -60px
    }

    .masinfo_listado:hover {
        background-position:0 0;
        width:16px
    }

    .carrito .boton:hover {
        background-position:-206px 0;
        background-color:#189e7f;
        text-decoration:none!important
    }

    .carrito a.comprar:hover {
        color:#fff!important;
        text-decoration:none!important;
        background-color:#189e7f
    }

    .btnFinalizarPedido:hover {
        background-position:-737px 0
    }

    .ecommerce:hover {
        background-position:-393px -1724px
    }

    .banner-lider a.ampliar:hover {
        background-position:0 -21px
    }

    .ficha .pestanyas .pestanyas-head ul li:hover a:hover {
        color:#000
    }

    .ui-dialog .ui-dialog-titlebar-close:hover {
        padding:0
    }

    a.btnListadoEstatico:hover {
        text-decoration:none!important
    }

    a.btnListadoEstatico:hover span {
        text-decoration:none!important
    }

    a.btnAccederFlecha:hover,.btnAcceder:hover {
        background-position:-648px 0
    }

    .cms .oferta-boton:hover {
        line-height:40px;
        height:40px;
        color:#FFFc00
    }

    .boton_5garantia:hover {
        background-position:-125px -60px
    }

    .boton_30dias:hover {
        background-position:-251px -60px
    }

    .boton_densidad:hover {
        background-position:-388px -60px
    }

    .boton_durabilidad:hover {
        background-position:-513px -60px
    }

    .boton_ventajas:hover {
        background-position:-647px -60px
    }

    .intercambio-close:hover {
        background-position:-497px -306px
    }

    .intercambios-ver-ficha:hover {
        background-position:0 -300px
    }

    .intercambios-cambiar:hover {
        background-position:-241px -300px
    }

    .new_item_precio_ahora_link:hover {
        color:#fff!important;
        text-decoration:none!important
    }

    #menu-filtro-sofas a.menu-filtro-sofas-tootip:hover {
        background-color:transparent
    }

    #menu-filtro-sofas a.menu-filtro-sofas-a-option:hover {
        background-color:transparent;
        text-decoration:underline
    }

    #menu-filtro-sofas .menu-filtro-sofas-li-header a:hover {
        background-color:#F9FAFA
    }

    a.financiacion:hover,a.financiacion_active:hover,a.formasdepago:hover,a.formasdepago_active:hover {
        background-position:-199px -198px
    }

    .ver_compra:hover {
        background-position:-797px -827px
    }

    .btn_contactar:hover {
        background-position:-797px -935px
    }

    .capsula-new .cap .cap-element-165 a:hover,.capsula-new .cap .cap-element-167 a:hover {
        background-position:-355px -60px
    }

    a.btnVerProductoSofas:hover {
        background-position:-649px -51px
    }

    .boton_continuacion_combinar_otros:hover {
        background-position:-3px -243px
    }

    .boton_continuacion_ahorra:hover {
        background-position:-260px -243px
    }

    .boton_continuacion_ahorra.boton_continuacion_ahorra_1652:hover,.boton_continuacion_ahorra.boton_continuacion_ahorra_1600:hover {
        display:none
    }

    .boton_continuacion_combinar.boton_continuacion_combinar_1652:hover,.boton_continuacion_combinar.boton_continuacion_combinar_1600:hover {
        background-position:-3px -243px
    }

    .boton_continuacion_combinar:hover {
        background-position:-260px -137px
    }

    .boton_continuacion_carrito:hover {
        background-position:-663px -134px
    }

    #fancybox-left:hover span {
        left:20px
    }

    #fancybox-right:hover span {
        left:auto;
        right:20px
    }

    li#menu-sofas-opciones a.serie_item_link:hover {
        color:#2d5c94!important
    }

    li#menu-sofas-opciones a.serie_item_link.seleccionado:hover,li#menu-sofas-opciones a.opcion_serie_item.seleccionado:hover {
        color:#fff!important
    }

    li#menu-sofas-opciones a.ficha2013_serie_elegir:hover {
        background-position:-56px -67px
    }

    li#menu-sofas-opciones a.serie_agrupacion_link:hover {
        color:#2d5c94!important
    }

    li#menu-sofas-opciones a.serie_agrupacion_link.seleccionado:hover {
        color:#fff!important
    }

    a.menu_item:hover,a.menu_carrito:hover,a.menu_te_llamamos_gratis:hover {
        background-position:-211px -75px;
        color:#fff!important;
        text-decoration:none!important
    }

    a.menu_item.menu_item_gray:hover {
        background-color:#888!important;
        color:#fff!important;
        text-decoration:none!important
    }

    .menu #pestanyas #desconectar a:hover {
        color:#fff;
        font-weight:700
    }

    .menu_admin ul li a:hover {
        background-color:#d8d8d8
    }

    a#cambiar-cp:hover,.listado_opciones a:hover,.listado_items .listado_item_footer a:hover,.ficha h1 a:hover,.carrito .carrito_body .left ul li a:hover,.carrito h5 a:hover,.carrito .entrega h5 a:hover,ul.faqs a:hover,ul.categoria li li a:hover,ul.zone_list a:hover,.tablita a:hover {
        color:#189e7f!important
    }

    .pestanyas-head ul li a:hover,.ficha .pestanyas .pestanyas-head ul li.selected a:hover,.menu_realzados a.activo:hover,.theme-default .nivo-caption a:hover {
        color:#fff!important;
        background-color:#000
    }

    #pestanya-link-9998:hover {
        text-decoration:none!important;
        background-color:#189e7f
    }

    .direcciones a:hover {
        color:#2d5c94;
        font-weight:700
    }

    .ui-state-hover a:hover {
        color:#212121;
        outline:none
    }

    div.capsula a:hover {
        color:#666
    }

    a#fancy_left:hover,a#fancy_right:hover,#fancybox-left:hover,#fancybox-right:hover {
        visibility:visible
    }

    .boton_fabricado:hover {
        background-position:0 -60px
    }

    .ficha .imagenes .carrusel .ui-slider .ui-slider-handle:hover,a,div.lupa a:hover {
        cursor:pointer
    }

    a.cambiar_direccion:hover {
        background-position:0 0
    }

    a.sofas-liquidacion-listado:hover {
        background-position:-312px 0
    }

    a.sofas_entrega_urgente:hover {
        background-position:-609px -292px
    }

    .wrapper_header_icon_shopping:hover {
        background-color:#60ae24;
        text-decoration:none!important
    }

    div.header_menu_extend a:hover {
        text-decoration:none
    }

    .header_info a:hover,.header_info a:hover span {
        text-decoration:none!important
    }

    a.section-selector-link:hover {
        text-decoration:none!important;
        color:#2d5b96!important;
        cursor:hand
    }

    .section-selector-item-active:hover .section-selector-prices {
        display:block
    }

    div.header_menu_extend a.menu_item_extend:hover {
        color:#fff!important;
        background-color:#888!important
    }

    div.header_menu_extend a.menu_item_extend:hover span.menu_icon_bebe {
        background-position:-632px -305px
    }

    div.header_menu_extend a.menu_item_extend:hover span.menu_icon_puff {
        background-position:-242px -371px
    }

    div.header_menu_extend a.menu_item_extend:hover span.menu_icon_cabezal {
        background-position:-378px -370px
    }

    a.menu_item_extend:hover span.menu_icon_cabezal,a.menu_item:hover span.menu_icon_cabezal {
        background-position:-378px -370px
    }

    a.menu_item_extend:hover span.menu_icon_alfombras,a.menu_item:hover span.menu_icon_alfombras {
        background-position:-465px -370px
    }

    div.header_menu_extend a.menu_item_extend:hover span.menu_icon_contract {
        background-position:-544px -371px
    }

    #btnLogin {
        margin-left:10px
    }
}

@media only screen and (max-width: 767px) {
    .portada {
        margin-top:0
    }

    ul.footer_bar {
        padding:0
    }

    .cookie_validation {
        width:100%
    }

    a.sofas_entrega_urgente span {
        display:block!important;
        color:#fff
    }

    a.sofas_entrega_urgente {
        margin:10px 5%;
        text-align:center;
        width:90%;
        background-image:initial;
        background-color:#bb0130;
        border-radius:5px;
        background-color:#C20B11;
        -moz-border-radius:5px;
        border-radius:5px;
        -webkit-border-radius:5px;
        text-align:center;
        color:#fff;
        font-size:16px;
        font-weight:700;
        padding:5px 10px;
        line-height:18px;
        height:auto
    }

    #proceso-compra-lanzadera .sBotones {
        float:left;
        margin:0 10px
    }

    div.body {
        min-height:inherit;
        padding:0 5px
    }

    .slider-wrapper,.nivoSlider {
        width:100%
    }

    .hide-xs {
        display:none
    }

    #dialog-faltan-opciones .opcionSinMarcarA {
        width:100%
    }

    #dialog-faltan-opciones p {
        padding-left:0
    }

    a.sBotones {
        text-align:center;
        margin:0;
        float:none
    }

    a.sBotones,a.sBotones * {
        color:#fff;
        font-size:15px;
        line-height:20px;
        font-weight:700
    }

    .botones #boton-cancelar-registro {
        margin-top:5px
    }

    a.sBotonesT {
        border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        padding:10px 20px;
        background-color:#666;
        border:1px solid #d8d8d8;
        background-image:none;
        text-align:center;
        margin:5px
    }

    a.sBotonesT.editar_paso,a.sBotonesT.editar_paso * {
        font-size:10px;
        line-height:16px;
        padding:2px;
        height:auto!important;
        font-weight:400;
        color:silver
    }

    a.sBotonesT,a.sBotonesT * {
        color:#fff;
        font-size:14px;
        line-height:20px;
        font-weight:700;
        width:auto!important
    }

    a.sBotones span {
        display:block
    }

    a.sBotonesT span {
        display:block
    }

    a.sBotones span.hide {
        display:block!important
    }

    a.sBotonesT span.hide {
        display:block!important
    }

    input[type=email],input[type=tel],input[type=password],input[type=text].campo,input[type=input].campo,input[type=number].campo,textarea.campo,select.campo {
        display:inline-block;
        height:34px!important;
        padding:6px 12px;
        margin:0!important;
        font-size:14px;
        line-height:1.42857143;
        color:#555;
        background-color:#fff;
        background-image:none;
        border:1px solid #ccc;
        border-radius:4px;
        -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
    }

    textarea.campo {
        height:80px!important
    }

    input.marcado {
        border:1px solid #369!important
    }

    input.jhomevalidation_error {
        border:1px solid #bb0130!important
    }

    #banner-lider {
        display:none
    }

    div.path {
        display:none
    }

    #dialogo-popup img {
        margin-left:0;
        margin-right:0
    }

    div.wrapper {
        width:100%
    }

    div.wrapper_body {
        margin:0;
        width:100%
    }

    div.row-lider .row {
        display:block
    }

    a.menu_item {
        width:100%;
        height:auto;
        border-top-left-radius:0;
        border-top-right-radius:0;
        border-bottom-left-radius:0;
        border-bottom-right-radius:0;
        line-height:35px;
        text-align:left;
        font-size:12px;
        height:35px;
        padding:0 2px;
        background-image:none;
        background:#f1f1f1;
        background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(50%,rgba(241,241,241,1)),color-stop(51%,rgba(225,225,225,1)),color-stop(100%,rgba(246,246,246,1)));
        background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=0)
    }

    .menu-lateral {
        display:none
    }

    div.pastilla {
        display:none
    }

    div.float_chat {
        right:-9px;
        bottom:80px
    }

    .hideMobile {
        display:none
    }

    input.buscador {
        width:100%
    }

    .wrapper_header_icon_cart {
        margin:5px 3px 0
    }

    .aviso_impuestos {
        width:100%;
        clear:both;
        float:left
    }

    .aviso_impuestos .body {
        width:100%
    }

    .aviso_impuestos p {
        padding:0;
        line-height:15px;
        margin:0;
        text-align:left
    }

    .listado-pre,#listado .zona_entrega,.new_item .new_item_lupa a,.new_item_medidas {
        display:none!important
    }

    #listado {
        width:100%
    }

    .cRight,.listado_items,.new_item_left,.new_item_right,.new_item_left .listado_foto img {
        width:100%
    }

    .new_item_left {
        border-right:0;
        margin-top:35px
    }

    .new_item_precios {
        width:100%
    }

    .new_item_right {
        margin:0;
        float:none
    }

    a.new_item_title {
        position:absolute;
        top:-20px;
        text-align:center;
        font-size:10px;
        height:20px;
        line-height:20px;
        left:5px;
        right:5px;
        margin-bottom:0;
        overflow:hidden;
        color:#aaa
    }

    .new_item_tagentrega24a48 {
        display:none
    }

    .new_item_right_descripcion {
        width:100%;
        font-size:3vw;
        line-height:5vw
    }

    div.new_item.hasContador {
        -webkit-border-top-right-radius:5px;
        -moz-border-radius-topright:5px;
        border-top-right-radius:5px
    }

    .new_item_colchones .new_item_iconos {
        width:100%;
        margin:20px px auto 0
    }

    .new_item_botones {
        position:inherit;
        float:left;
        width:100%;
        margin:0 auto;
        padding:0;
        display:none
    }

    .new_item_colchones .new_item_iconos a {
        display:none
    }

    a.btnVerProductoSofas {
        margin:1% 25% -1px
    }

    .new_item_precios_left {
        width:auto;
        border:1px solid #ccc;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        border-radius:5px;
        background-color:#D8D8D8;
        padding:5px;
        font-size:3vw
    }

    .new_item_precio_dto {
        font-size:3vw;
        float:none;
        margin-left:2vw
    }

    .listado_contador {
        display:none!important
    }

    .capsula-new .capLeft {
        display:none
    }

    .capsula-new .cap .cap-element {
        float:left;
        width:100%
    }

    .cap-element a.atras_listado > span {
        padding-left:16px
    }

    .cap-element a.atras_listado {
        background-repeat:no-repeat;
        background-position:4px center!important
    }

    .cap-element .cap-entrega {
        background-image:url(/resources/images/icons/plazos-entrega.png)
    }

    .cap-element .cap-opiniones {
        background-image:url(/resources/images/icons/opiniones.png)
    }

    .cap-element .cap-back {
        background-image:url(/resources/images/icons/arrow-back.png)
    }

    .cap-element .cap-medidas {
        background-image:url(/resources/images/icons/medidas.png)
    }

    .cap-element .cap-custom {
        background-image:url(/resources/images/icons/colchones-medida.png)
    }

    .new_item_precios_right {
        width:auto
    }

    .new_item_colchones .new_item_iconos p.firmeza,.firmeza_adaptabilidad p.firmeza,.new_item_colchones .new_item_iconos p.adaptabilidad,.firmeza_adaptabilidad p.adaptabilidad {
        font-size:10px
    }

    div.firmeza_container,div.adaptabilidad_container {
        width:100%;
        float:left
    }

    .listado_foto .listado_recomendado {
        display:none
    }

    .new_item_entrega {
        display:none!important
    }

    .new_item_right_descripcion {
        display:none
    }

    .new_item_colchones .new_item_iconos {
        width:100%
    }

    .new_item_iconos,.new_item_right_iconos {
        display:none
    }

    .new_item_colchones .new_item_iconos,.new_item_colchones .new_item_right_iconos {
        display:block
    }

    .new_item_left {
        margin-top:0
    }

    .new_item {
        width:49%;
        margin:25px 1% 0 0
    }

    div.divisor_gamas {
        margin:10px 0
    }

    .new_item_container .new_item {
        width:100%
    }

    .new_item_body {
        width:100%
    }

    ul.zone_list {
        width:100%;
        margin:2% 0;
        padding:2%
    }

    .new_item_precios_left {
        display:none
    }

    .new_item_precio_ahora {
        width:100%;
        text-align:center;
        height:37px;
        padding:2px 0;
        line-height:16px
    }

    a.new_item_title h2 {
        font-size:10px
    }

    .new_item_precios_no_disponible .new_item_precio_ahora {
        font-size:11px;
        padding-top:8px
    }

    .new_item_precios_right {
        width:100%
    }

    a.btnVerProductoSofas {
        background-color:green;
        background-image:none;
        width:90%;
        border-radius:5px;
        margin:0 5% 3%;
        height:auto;
        color:#fff;
        font-size:3vw;
        text-align:center;
        padding:2vw
    }

    a.btnVerProductoSofas .hide {
        display:block
    }

    div.listado_rebajas,div.listado_liquidacion {
        display:none
    }

    div.listado_stock {
        display:block;
        right:3px;
        font-size:12px
    }

    #cms .como-comprar {
        display:none
    }

    #cms .suggest {
        display:none
    }

    #carrito,.carrito,.carrito_head,.carrito_body,.carrito_footer {
        width:100%
    }

    #carrito .carrito_body {
        background-image:none
    }

    #carrito .carrito_body .left {
        padding-left:0;
        width:100%;
        position:initial;
        top:initial;
        bottom:initial;
        clear:both
    }

    #carrito .carrito_body .left .entrega {
        position:initial;
        top:initial
    }

    #carrito .carrito_body .left .entrega .entrega_zona img {
        display:none
    }

    #carrito .carrito_body .left #opciones_carrito {
        display:none
    }

    #carrito .carrito_body .left #aviso_varios_pedidos {
        background-image:none!important;
        background:#008a00
    }

    #carrito .carrito_body .right {
        width:100%;
        margin-right:0
    }

    .carrito .producto.agotado {
        padding-bottom:50px
    }

    #carrito .carrito_body .carrito-pack,#carrito .carrito_body div.producto {
        width:94%;
        margin-left:3%;
        margin-right:3%
    }

    #carrito .carrito_body .columna_imagen {
        width:100%
    }

    #carrito .carrito_body .columna_producto {
        width:80%
    }

    #carrito .carrito_body .columna_precio {
        width:20%;
        padding:2% 0
    }

    #carrito .carrito_body .columna_precio.totalizar {
        width:100%
    }

    #carrito div.conceptos {
        width:94%;
        margin-left:3%;
        margin-right:3%;
        float:left
    }

    #carrito div.conceptos .item {
        padding-right:0;
        margin:10px 0;
        width:100%;
        float:left
    }

    #carrito div.conceptos .item .item_precio {
        margin:0
    }

    #carrito div.conceptos .item .item_unidades {
        display:none
    }

    #carrito a.producto_imagen {
        width:90%;
        margin:0 5%
    }

    #carrito a.producto_imagen img {
        width:100%;
        margin:10px auto
    }

    #producto_totales .carrito_antes {
        display:none
    }

    #producto_totales .carrito_dto {
        width:50%
    }

    #prodcuto_totales .carrito_ahora {
        width:50%
    }

    #carrito .carrito-codigo-promocional {
        width:90%;
        margin:10px 5%
    }

    #carrito .carrito-codigo-promocional-wrapper {
        width:98%;
        margin:1%
    }

    #carrito #codigo-promocional span.icon {
        display:none
    }

    #carrito #btnComprar span.hide {
        display:block!important;
        width:100%;
        height:100%;
        font-size:23px;
        text-align:center;
        line-height:43px
    }

    #carrito.carrito a.comprar {
        height:auto;
        border-radius:2px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        padding:5px;
        background-color:#1bb290;
        background-image:none;
        text-align:center;
        margin:5px;
        color:#fff;
        line-height:20px;
        font-weight:700;
        width:auto!important
    }

    .paypal-shopping-cart {
        width:auto;
        padding:5px
    }

    h1 span,.cms h1 span {
        color:#666
    }

    .cms h2 {
        margin-left:10px
    }

    h1,.cms h1 {
        background-image:none;
        background-color:#eceded;
        padding:5px 10px;
        clear:both;
        width:100%;
        border-bottom:1px solid #d6d6d4;
        padding:5px 10px;
        font-size:17px;
        font-weight:700;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        color:#666;
        height:auto
    }

    .cms .cms_left_2cols {
        width:100%
    }

    .cms .cms_right_2cols {
        width:100%;
        margin-left:0
    }

    .cms .oferta.lefted {
        margin-right:0
    }

    .cms .oferta_image {
        width:100%
    }

    .cms .oferta {
        width:100%
    }

    .boton_continuacion_carrito span.hide,.boton_continuacion_combinar span.hide {
        display:block!important
    }

    .ul-opciones-parent {
        width:100%
    }

    .boton_continuacion_carrito {
        width:100%;
        height:auto;
        padding:5%;
        background-image:none;
        background-position:none;
        text-align:center;
        color:#fff;
        border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        font-size:100%;
        width:90%;
        margin:10px 5%;
        background-image:none;
        background:#bfd255;
        background:-moz-linear-gradient(top,rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
        background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(191,210,85,1)),color-stop(50%,rgba(142,185,42,1)),color-stop(51%,rgba(114,170,0,1)),color-stop(100%,rgba(158,203,45,1)));
        background:-webkit-linear-gradient(top,rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
        background:-o-linear-gradient(top,rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
        background:-ms-linear-gradient(top,rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
        background:linear-gradient(to bottom,rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255',endColorstr='#9ecb2d',GradientType=0)
    }

    .boton_continuacion_combinar {
        width:100%;
        height:auto;
        text-align:center;
        padding:5%;
        background-image:none;
        background-position:none;
        color:#fff;
        border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        font-size:100%;
        width:90%;
        margin:10px 5%;
        background-image:none;
        background:#bfd255;
        background:-moz-linear-gradient(top,rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
        background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(191,210,85,1)),color-stop(50%,rgba(142,185,42,1)),color-stop(51%,rgba(114,170,0,1)),color-stop(100%,rgba(158,203,45,1)));
        background:-webkit-linear-gradient(top,rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
        background:-o-linear-gradient(top,rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
        background:-ms-linear-gradient(top,rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
        background:linear-gradient(to bottom,rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255',endColorstr='#9ecb2d',GradientType=0)
    }

    .ul-opciones.ul-opciones-opcion-77 li {
        width:30%;
        margin:1.5%
    }

    .ul-opciones.ul-opciones-opcion-77 li .opciones_item_detalle a {
        display:block
    }

    .ul-opciones.ul-opciones-opcion-77 li .opciones_item_detalle a img {
        width:100%
    }

    .listado-estatico,.listado-estatico-sublistados {
        width:100%
    }

    div.new_item.new_item_ropa_cama {
        width:49%;
        margin:0
    }

    .new_item_container {
        float:left;
        margin:0;
        width:49%
    }

    .new_item_container:nth-child(2n) {
        margin-right:1%
    }

    .new_item_container:nth-child(2n+1) {
        margin-left:1%
    }

    div.new_item.new_item_ropa_cama .btnVerProductoRopaCama {
        display:none
    }

    div.new_item.new_item_ropa_cama .new_item_precios {
        width:100%
    }

    div.new_item.new_item_ropa_cama:nth-child(2n) {
        margin-right:1%
    }

    div.new_item.new_item_ropa_cama:nth-child(2n+1) {
        margin-left:1%
    }

    .new_item_body .new_item_apiecalle {
        display:none
    }

    .fb-like {
        display:none
    }

    .new-listado-header {
        width:100%
    }

    h1.new-listado-header-h1 {
        background-image:none;
        background-color:#eceded;
        padding:5px 10px;
        clear:both;
        width:100%;
        border-bottom:1px solid #d6d6d4;
        padding:5px 10px;
        font-size:17px;
        font-weight:700;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        color:#666
    }

    .listado-estatico-tipo2-precios {
        margin-bottom:0;
        bottom:4%
    }

    .listado-estatico-tipo2-precios,.listado-estatico-tipo3-precios,.listado-estatico-tipo4-precios,.listado-estatico-tipo5-precios {
        text-align:center;
        font-size:13px;
        line-height:14px
    }

    .listado-estatico-tipo4,.listado-estatico-tipo3,.listado-estatico-tipo2 {
        width:48%;
        margin-right:1%;
        margin-left:1%
    }

    .listado-estatico-tipo2-imagen span.listado-estatico-tipo2-precio,.listado-estatico-tipo3-imagen span.listado-estatico-tipo3-precio,span.listado-estatico-tipo5-precio,.listado-estatico-tipo4-imagen span.listado-estatico-tipo4-precio {
        font-size:4vw
    }

    .listado-estatico-tipo4-imagen,.listado-estatico-tipo2-imagen,.listado-estatico-tipo3-imagen {
        width:100%
    }

    .listado-estatico-tipo4-h2,.listado-estatico-tipo3-h2,.listado-estatico-tipo2-h2 {
        background-color:rgba(255,255,255,0.75);
        padding:3%
    }

    .listado-estatico-tipo4-h2 a,.listado-estatico-tipo3-h2 a,.listado-estatico-tipo2-h2 a {
        width:100%;
        font-size:4vw;
        line-height:4vw;
        padding:0 4%
    }

    .listado-estatico-tipo4-imagen a img,.listado-estatico-tipo3-imagen a img,.listado-estatico-tipo2-imagen a img {
        width:100%
    }

    .listado-estatico-tipo2_2-precios,.listado-estatico-tipo3_2-precios,.listado-estatico-tipo4_2-precios {
        bottom:4%
    }

    .ficha {
        width:100%
    }

    .info-body .no_disponible {
        background-image:none;
        background-color:#bb0130;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px
    }

    .ficha .imagenes {
        width:100%;
        height:auto!important
    }

    .ficha .descripciones,.ficha .descripciones-head,.ficha .descripciones-body,.ficha .descripciones-foot {
        width:100%!important;
        background-size:100% auto
    }

    .mini-descripciones {
        display:none
    }

    .ficha .descripciones-head,.ficha .descripciones-foot {
        display:none
    }

    .ficha .descripciones {
        float:inherit;
        top:inherit;
        bottom:inherit;
        right:inherit;
        position:inherit;
        margin-left:0
    }

    .descripciones-body {
        height:auto!important;
        border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        background-image:initial
    }

    .mini-eventos {
        display:none
    }

    .mini-propiedades {
        position:inherit
    }

    .mini-propiedades .fabricado {
        text-align:center
    }

    .star_rating_p {
        width:100%
    }

    .star_rating_p a {
        clear:both!important
    }

    .star_rating_num {
        float:right
    }

    .new_item_iconos .firmeza_barra {
        background-size:100%
    }

    .firmeza-container,.adaptabilidad-container {
        width:50%;
        float:left
    }

    .firmeza_adaptabilidad .firmeza_barra,.firmeza_adaptabilidad .adaptabilidad_grado {
        background-image:none;
        background-repeat:no-repeat;
        background-position:0 0;
        background-size:98% auto
    }

    .adaptabilidad_grado.adaptabilidad_grado_126,.firmeza_barra.firmeza_barra_156 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-00.png);
        background-position:0 0
    }

    .adaptabilidad_grado.adaptabilidad_grado_160,.firmeza_barra.firmeza_barra_161 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-05.png);
        background-position:0 0
    }

    .adaptabilidad_grado.adaptabilidad_grado_125,.firmeza_barra.firmeza_barra_116 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-10.png);
        background-position:0 0
    }

    .adaptabilidad_grado.adaptabilidad_grado_176,.firmeza_barra.firmeza_barra_169 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-15.png);
        background-position:0 0
    }

    .adaptabilidad_grado.adaptabilidad_grado_124,.firmeza_barra.firmeza_barra_117 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-20.png);
        background-position:0 0
    }

    .adaptabilidad_grado.adaptabilidad_grado_175,.firmeza_barra.firmeza_barra_170 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-25.png);
        background-position:0 0
    }

    .adaptabilidad_grado.adaptabilidad_grado_129,.firmeza_barra.firmeza_barra_118 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-30.png);
        background-position:0 0
    }

    .adaptabilidad_grado.adaptabilidad_grado_174,.firmeza_barra.firmeza_barra_171 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-35.png);
        background-position:0 0
    }

    .adaptabilidad_grado.adaptabilidad_grado_123,.firmeza_barra.firmeza_barra_119 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-40.png);
        background-position:0 0
    }

    .adaptabilidad_grado.adaptabilidad_grado_173,.firmeza_barra.firmeza_barra_172 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-45.png);
        background-position:0 0
    }

    .adaptabilidad_grado.adaptabilidad_grado_122,.firmeza_barra.firmeza_barra_120 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-50.png);
        background-position:0 0
    }

    .adaptabilidad_grado.adaptabilidad_grado_121,.firmeza_barra.firmeza_barra_157 {
        background-image:url(/resources/images/barras_niveles/barra-firmeza-nivel-50-plus.png);
        background-position:0 0
    }

    .new_item_iconos .adaptabilidad_grado,.firmeza_adaptabilidad .adaptabilidad_grado {
        background-size:100%
    }

    .firmeza_adaptabilidad {
        padding:5px 10px
    }

    .ficha .imagenes div.imagen {
        width:100%
    }

    .ficha div.carrusel {
        width:100%
    }

    li#lip-9999 {
        display:none
    }

    .pestanyas-head {
        position:relative;
        width:100%;
        background-image:none;
        background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=0);
        border-bottom:1px solid #d8d8d8;
        padding-bottom:10px
    }

    .pestanyas-head ul li.selected a {
        background:-moz-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        background:-o-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        background:-ms-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c',endColorstr='#131313',GradientType=0)
    }

    .ficha .pestanyas .pestanyas-head ul li:gt(3) {
        display:none
    }

    .pestanyas-head ul {
        margin:0
    }

    .pestanyas {
        width:100%;
        margin-top:0
    }

    .ficha .others {
        width:100%;
        float:right;
        position:relative;
        overflow:hidden;
        margin:0;
        margin-top:10px;
        min-height:initial;
        border-top:1px solid #d8d8d8;
        padding-top:10px
    }

    .ficha .others .zona-entrega .zona-entrega-body {
        float:right;
        overflow:hidden;
        width:100%;
        padding:5px 10px
    }

    .ficha .others .carrito {
        width:100%;
        position:relative;
        margin:10px 0
    }

    .carrito .boton.botonSeleccionar {
        margin:0 auto
    }

    .ficha .others .zona-entrega {
        width:100%
    }

    .zona-entrega-head,.zona-entrega-foot {
        display:none
    }

    .ficha .info {
        width:100%
    }

    .ficha .info .info-head {
        display:none
    }

    .info-body .info-opciones {
        width:100%
    }

    .info-body .info-precios .precios {
        width:100%
    }

    .info-body .info-precios .precios .ficha_item_info_precio {
        float:right;
        margin:3%;
        width:94%;
        text-align:center
    }

    .ficha_item_info_rebajas,.ficha_item_info_promocion,.ficha_item_info_liquidacion {
        width:100%
    }

    .info-body .info-precios .precios .ficha_item_info_antes {
        width:42%;
        margin-right:0;
        margin-left:2%
    }

    .info-body .info-precios .precios .ficha_item_info_dto {
        width:54%;
        margin-right:2%;
        text-align:right
    }

    .pestanyas-foot {
        float:left;
        width:100%;
        height:20px;
        background-image:initial;
        border-top:1px solid #d8d8d8
    }

    .ficha .info .info-body {
        width:100%
    }

    .pestanyas-body .pestanya-content {
        margin:10px 3%;
        width:94%
    }

    .pestanya-content-columns-3 {
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1
    }

    .pestanya-content-columns-2 {
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1
    }

    .pestanyas-body {
        margin:0;
        width:100%
    }

    .pestanyas-body .left {
        width:100%
    }

    .pestanyas-body .right {
        width:100%
    }

    .imagenes .imagen a img#imagen_grande,.imagenes .imagen img#imagen_grande {
        width:100%
    }

    .ficha .imagenes .imagen {
        min-height:50px!important
    }

    .ficha .imagenes .imagen .superpuesta,.ficha .imagenes .imagen .imagen-superpuesta {
        display:none
    }

    .ficha .imagenes .imagen .imagen-superpuesta-promocion-357,.ficha .imagenes .imagen .imagen-superpuesta-promocion-358,.ficha .imagenes .imagen .imagen-superpuesta-promocion-359,.ficha .imagenes .imagen .imagen-superpuesta-promocion-360,.ficha .imagenes .imagen .imagen-superpuesta-promocion-361,.ficha .imagenes .imagen .imagen-superpuesta-promocion-362,.ficha .imagenes .imagen .imagen-superpuesta-promocion-422,.ficha .imagenes .imagen .imagen-superpuesta-promocion-423,.ficha .imagenes .imagen .imagen-superpuesta-promocion-424,.ficha .imagenes .imagen .imagen-superpuesta-promocion-425,.ficha .imagenes .imagen .imagen-superpuesta-promocion-426,.ficha .imagenes .imagen .imagen-superpuesta-promocion-427,.ficha .imagenes .imagen .imagen-superpuesta-promocion-428,.ficha .imagenes .imagen .imagen-superpuesta-promocion-429,.ficha .imagenes .imagen .imagen-superpuesta-promocion-430,.ficha .imagenes .imagen .imagen-superpuesta-promocion-431 {
        display:block;
        right:0
    }

    .ficha .imagenes .imagen .imagen-superpuesta.pikolinblack {
        display:inherit
    }

    .ficha .imagenes .imagen .imagen-superpuesta.instalacion_incluida {
        display:inherit;
        bottom:0;
        left:0
    }

    div.ficha_sofas_opciones_grupo {
        width:100%
    }

    .carrusel #sliderContent {
        width:100%
    }

    .carrusel .item {
        margin-top:5px
    }

    .carrusel .viewer {
        height:auto!important;
        width:100%
    }

    .carrusel .content-conveyor {
        width:100%;
        height:auto!important
    }

    #muy_importante {
        width:100%
    }

    #muy_importante .mi_head,#muy_importante .mi_footer {
        display:none
    }

    #muy_importante .mi_body {
        border:1px solid #ccc;
        padding:5%;
        background-image:none;
        width:100%;
        background:#fefefe;
        background:-moz-linear-gradient(left,rgba(254,254,254,1) 3%,rgba(226,226,226,1) 100%);
        background:-webkit-gradient(linear,left top,right top,color-stop(3%,rgba(254,254,254,1)),color-stop(100%,rgba(226,226,226,1)));
        background:-webkit-linear-gradient(left,rgba(254,254,254,1) 3%,rgba(226,226,226,1) 100%);
        background:-o-linear-gradient(left,rgba(254,254,254,1) 3%,rgba(226,226,226,1) 100%);
        background:-ms-linear-gradient(left,rgba(254,254,254,1) 3%,rgba(226,226,226,1) 100%);
        background:linear-gradient(to right,rgba(254,254,254,1) 3%,rgba(226,226,226,1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#e2e2e2',GradientType=1)
    }

    #muy_importante .mi_body ul {
        margin:0;
        padding:0
    }

    .listado-item-2017-delivery-box-text {
        font-size:12px
    }

    #muy_importante .mi_body li {
        margin:5px 10px;
        padding:0
    }

    .info-foot {
        display:none
    }

    .ficha .carrito .boton {
        margin:0 auto;
        width:100%
    }

    .ficha_sofas_opciones.ficha_sofas_opciones_grupo {
        padding:2% 1%
    }

    .ficha_sofas_opciones.ficha_sofas_opciones_grupo li.opciones_item {
        width:50%
    }

    .preguntas-frecuentes .header {
        display:none
    }

    div.preguntas-frecuentes div.body {
        width:100%;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        -o-border-radius:5px
    }

    div.preguntas-frecuentes .categoria {
        width:100%;
        clear:both;
        height:auto!important;
        margin:10px 0;
        border:0!important
    }

    div.preguntas-frecuentes .eLeft {
        display:none
    }

    div.preguntas-frecuentes .eRightNoimg {
        display:none
    }

    div.preguntas-frecuentes .eRight {
        width:100%;
        margin:0 0 20px
    }

    div.preguntas-frecuentes .faqs {
        padding:0
    }

    div.preguntas-frecuentes a {
        color:#666
    }

    div.preguntas-frecuentes div.pregunta-frecuente h3 {
        font-size:16px
    }

    div.preguntas-frecuentes a.faqsVolver {
        display:none
    }

    div.pregunta-frecuente div.fLeft {
        width:100%;
        clear:both;
        margin:10px 5px
    }

    div.pregunta-frecuente div.fRight {
        width:100%;
        clear:both
    }

    div.preguntas-frecuentes div.body {
        padding:0
    }

    div.preguntas-frecuentes div.pregunta-frecuente .answer {
        margin:0 5px;
        font-size:12px
    }

    div.preguntas-frecuentes div.pregunta-frecuente .answer ul {
        list-style-type:none
    }

    div.preguntas-frecuentes .categoria li li a {
        font-size:14px
    }

    .cms img {
        width:100%;
        clear:both;
        margin:10px 0;
        height:auto!important
    }

    .proceso_compra {
        width:100%
    }

    .proceso_wrapper .disabled .paso_resume {
        background-image:none
    }

    .paso .left {
        width:100%;
        background-image:none;
        background:#f1f1f1;
        background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(50%,rgba(241,241,241,1)),color-stop(51%,rgba(225,225,225,1)),color-stop(100%,rgba(246,246,246,1)));
        background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=0);
        border-bottom:1px solid #d8d8d8
    }

    .paso .left h2,.paso .left h4 {
        float:left;
        line-height:18px;
        margin:5px
    }

    .paso .left h4 {
        display:none
    }

    .paso .left a.btnTEditar.editar_paso {
        float:right!important;
        margin-bottom:5px;
        margin-top:5px
    }

    .paso .right {
        width:100%;
        padding:10px
    }

    .paso_resume .right {
        background-color:#f4f4f4;
        padding:10px
    }

    .paso_resume .right .producto {
        width:96%;
        padding:10px;
        margin:0 2%
    }

    div.conceptos-ajax {
        width:100%;
        clear:both;
        margin:1% 0;
        padding:10px;
        overflow:hidden
    }

    div.popup_home_container {
        position:absolute;
        left:50%;
        top:30%;
        width:80%;
        height:300px;
        margin-left:-40%;
        margin-top:0
    }

    .carrito div.spin img {
        width:16px
    }

    .carrito div.columna_imagen,.presupuesto div.columna_imagen,.reconfirmacion div.columna_imagen {
        width:100%
    }

    .carrito .columna_imagen,.carrito .columna_imagen a.producto_imagen,.carrito .columna_imagen a.producto_imagen img {
        width:100%
    }

    .paso.disabled .carrito div.columna_producto {
        width:96%
    }

    .paso.disabled .carrito .producto li {
        width:100%;
        height:auto
    }

    .carrito div.columna_producto {
        width:96%;
        margin-bottom:10px;
        padding:2%
    }

    .carrito div.columna_unidades,.presupuesto div.columna_unidades,.reconfirmacion div.columna_unidades {
        margin-right:0;
        width:100%
    }

    .carrito div.spin.input-group {
        float:right
    }

    .input-group-addon,.input-group-btn {
        width:auto
    }

    .carrito .item,.presupuesto .item {
        margin:10px 0;
        padding:0
    }

    .item .item_unidades {
        display:none
    }

    .carrito div.producto_ajax,.carrito div.carrito-pack-ajax,.paso_resume .carrito div.carrito-pack-ajax {
        width:100%;
        width:100%;
        float:left;
        margin:0;
        padding:10px
    }

    .proceso_wrapper .enabled .paso_content {
        background-image:none;
        background-color:#fff;
        color:#666;
        display:block
    }

    .paso .paso_resume,.proceso_compra .proceso_wrapper .paso .paso_content {
        display:block
    }

    .proceso_wrapper .enabled .left {
        background-image:none;
        background:#9dd53a;
        background:-moz-linear-gradient(top,rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
        background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(157,213,58,1)),color-stop(50%,rgba(161,213,79,1)),color-stop(51%,rgba(128,194,23,1)),color-stop(100%,rgba(124,188,10,1)));
        background:-webkit-linear-gradient(top,rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
        background:-o-linear-gradient(top,rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
        background:-ms-linear-gradient(top,rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
        background:linear-gradient(to bottom,rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a',endColorstr='#7cbc0a',GradientType=0)
    }

    div.paso2-home div.campos div.campo {
        width:50%
    }

    div.paso2-home div.campos div.campo input {
        width:100%
    }

    div.paso2-home a.sBotones {
        margin-top:10px
    }

    .sBotones.btnSeleccionarOtraEntidad {
        float:left
    }

    .proceso_compra .direccion {
        width:100%;
        margin-top:20px
    }

    .bancos .banco {
        margin:0 2px 5px
    }

    .subopcion p {
        margin:8px 0
    }

    #subopcion-cofidis div.precios_financiacion {
        width:100%;
        margin-top:20px
    }

    #subopcion-cofidis .precios span.dto {
        width:33%
    }

    #subopcion-cofidis .aviso_cofidis_mismo_titular {
        margin-top:10px
    }

    #div#proceso_compra div.paso.disabled div.right {
        display:none!important
    }

    .proceso_compra .pago .opcion,.proceso_compra .tipos-envio .opcion {
        line-height:20px;
        background-image:none;
        background-color:#f0f0f0;
        border-bottom:1px solid #d8d8d8;
        border-top:1px solid #d8d8d8;
        margin-bottom:5px
    }

    .paso .confirmar {
        width:100%
    }

    a.btnFinalizarPedido span.hide {
        display:block!important
    }

    .proceso_wrapper .enabled .left {
        position:inherit;
        top:initial;
        bottom:initial
    }

    .intermon-head {
        background-image:none;
        background:#9dd53a;
        background:-moz-linear-gradient(top,rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
        background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(157,213,58,1)),color-stop(50%,rgba(161,213,79,1)),color-stop(51%,rgba(128,194,23,1)),color-stop(100%,rgba(124,188,10,1)));
        background:-webkit-linear-gradient(top,rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
        background:-o-linear-gradient(top,rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
        background:-ms-linear-gradient(top,rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
        background:linear-gradient(to bottom,rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a',endColorstr='#7cbc0a',GradientType=0)
    }

    .ficha .inferior {
        margin-top:0
    }

    div.ficha_stock {
        height:auto;
        margin:0 0 10px;
        padding-bottom:10px
    }

    div.ficha_stock_title {
        width:100%;
        -webkit-border-top-left-radius:5px;
        -webkit-border-top-right-radius:5px;
        -moz-border-radius-topright:5px;
        -moz-border-radius-topleft:5px;
        border-top-right-radius:5px;
        bordertop-left-radius:5px;
        -webkit-border-bottom-left-radius:0;
        -moz-border-radius-bottomleft:0;
        border-bottom-left-radius:0
    }

    div.ficha_stock_title span {
        width:100%;
        text-align:center;
        display:block
    }

    div.ficha_stock_list {
        width:100%;
        clear:both;
        height:105px
    }

    li#menu-sofas-opciones .series_agrupacion {
        margin-bottom:0
    }

    li#menu-sofas-opciones div.series_detalle {
        overflow:hidden;
        background-color:#fff;
        z-index:999;
        border-left:0;
        border-right:0
    }

    .series_detalle.swiper-container-horizontal > .swiper-scrollbar {
        bottom:inherit;
        top:-6px;
        opacity:1
    }

    .swiper-scrollbar-pestanyas {
        position:absolute;
        left:1%;
        top:-8px;
        z-index:50;
        height:5px;
        width:100%
    }

    .menu_ficha_2013 {
        position:fixed;
        left:100%;
        right:0;
        bottom:40px;
        width:100%;
        margin:0 auto;
        z-index:1032;
        background-color:#fff
    }

    a#menu_ficha_options {
        color:#555;
        background-color:rgba(255,255,255,0.8);
        padding:10px;
        font-size:14px;
        line-height:24px;
        width:100%;
        display:inline-block;
        text-align:center;
        margin-bottom:2px;
        border-top:1px solid #ccc
    }

    div.menu_ficha_options {
        position:fixed;
        bottom:40px;
        right:0;
        left:0;
        z-index:1
    }

    a.menu_ficha_2013_close {
        color:#fff;
        font-weight:400;
        padding-right:5px
    }

    li#menu-sofas-opciones li.serie_item {
        float:left;
        width:50%
    }

    li#menu-sofas-opciones li.lista_serie_item.opciones_item_menu {
        float:left;
        width:50%!important
    }

    .menu_ficha_2013 .menu-sofas-opciones,li#menu-sofas-opciones {
        margin-bottom:0
    }

    li#menu-sofas-opciones li.opciones_item_menu {
        float:left;
        width:80px!important
    }

    li#menu-sofas-opciones li.opciones_item_menu img {
        height:auto;
        width:100%
    }

    li#menu-sofas-opciones a.opciones_item_img_menu {
        padding:4px 0
    }

    li#menu-sofas-opciones a.opcion_serie_item.opciones_item_img_menu {
        padding:8px 0
    }

    #contactar.contactar {
        width:100%
    }

    #contactar h1 span.hide {
        display:block;
        color:#666
    }

    #contactar h1 {
        background-image:none;
        background-color:#eceded;
        padding:5px 10px;
        clear:both;
        width:100%;
        border-bottom:1px solid #d6d6d4;
        padding:5px 10px;
        font-size:17px;
        font-weight:700;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        color:#666;
        height:auto
    }

    #contactar .contactar_left,#contactar .contactar_right {
        width:100%;
        float:left
    }

    #contactar .contactar_right {
        margin-left:0
    }

    #contactar p.intro {
        width:100%
    }

    #contactar .formulario {
        width:100%
    }

    #contactar .imagen {
        display:none
    }

    #contactar .aviso_asterisco {
        float:none
    }

    #contactar #enviar {
        margin:10px
    }

    div.new_item_lupa {
        display:none!important
    }

    a.btnVerProducto {
        display:none
    }

    div#lupaBig {
        display:none
    }

    a#enlace_imagen_grande {
        width:100%
    }

    .pestanya-opinion {
        border-bottom:1px solid #d8d8d8;
        padding:15px 0;
        margin:10px 0;
        overflow:hidden
    }

    .star_account {
        display:none
    }

    .pestanya-opinion-paginacion {
        color:#BB0130;
        font-size:12px;
        margin:10px 0 0;
        text-align:center;
        padding:5%;
        text-align:center;
        width:100%
    }

    .pestanyas-opinion-content {
        width:100%
    }

    div.mu_login {
        width:100%
    }

    div.mu_login div.mu_box_n {
        width:100%;
        margin-bottom:0
    }

    div.mu_box_n div.campoClear label,div.mu_box_n div.campoClear input,div#recordar_clave label {
        width:100%;
        text-align:left
    }

    div.mu_box_n.mu_box_r {
        padding-left:0
    }

    div.mu_box_n div.campoClearSP a#btnLogin {
        margin:12px auto;
        text-align:center;
        float:none
    }

    div.sLogin.mu_titulo {
        background-image:none;
        background-color:#eceded;
        padding:5px 10px;
        clear:both;
        width:100%;
        border-bottom:1px solid #d6d6d4;
        padding:5px 10px;
        font-size:17px;
        font-weight:700;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        color:#666;
        height:auto
    }

    div.mu_box_n div.mu_login_box {
        padding:0
    }

    div.sLogin.mu_titulo span {
        display:block;
        font-size:17px;
        text-align:center;
        font-weight:700
    }

    div.mu_box_r div.campoClearSP.btn {
        padding-top:5px
    }

    div.mu_box_r a.sBotones.btnRegistrarseFlecha {
        margin:12px auto;
        text-align:center;
        float:none
    }

    div#recordar_clave .MsgInfo {
        display:block;
        height:100%
    }

    .ui-dialog {
        width:100%!important;
        left:0!important;
        z-index:1100!important
    }

    #form-direcciones .MsgError {
        width:100%
    }

    #busqueda div.caja-buscador {
        width:100%;
        margin:0 auto;
        border-radius:5px;
        border:1px solid #d8d8d8;
        padding:10px 10px 0;
        margin-top:10px
    }

    #busqueda div.caja-buscador input {
        width:100%;
        margin:0 auto;
        margin-top:5px;
        margin-bottom:10px;
        border-radius:5px;
        padding:4px
    }

    div.new_item.new_item_buscador {
        width:48%;
        margin:0 1% 1vw;
        padding:0
    }

    .new_item_buscador .new_item_precios_right {
        width:100%
    }

    #busqueda div.caja-buscador .sBotones {
        float:none;
        margin:0 auto
    }

    a.btnVerProductoBuscador,div.lupa.busq {
        display:none
    }

    div.new_item.new_item_buscador .new_item_precios {
        padding:8px
    }

    .cms .ofertas {
        width:100%
    }

    div.ofertas div.oferta {
        width:49%;
        margin-bottom:0
    }

    div.cms.cms-carrito div.oferta {
        width:49%
    }

    div.ofertas div.oferta:nth-child(2n) {
        margin-left:1%
    }

    div.ofertas div.oferta:nth-child(2n+1) {
        margin-right:1%
    }

    .carrito .item_desc,.presupuesto .item_desc {
        float:left;
        line-height:22px;
        vertical-align:middle;
        padding:0;
        font-size:14px;
        margin:0
    }

    .carrito .item_desc.note {
        font-size:9px
    }

    .columna_producto_servicios_carrito_deleted {
        float:left!important;
        width:inherit!important
    }

    .columna_producto_servicios_carrito_deleted span {
        display:block!important;
        padding-left:20px;
        line-height:20px
    }

    .carrito .item_3c a.masinfo {
        margin-left:0;
        padding:10px 0 10px 5px
    }

    .cms .ofertas-header .ofertas-texto {
        width:100%;
        padding:2%
    }

    .p404_cabecera {
        width:100%;
        height:auto
    }

    .p404_cabecera .texto {
        width:100%;
        padding:2%
    }

    div#cms img.imgDer,img.imgDer {
        width:48%!important;
        margin:0 1%
    }

    .swiper-container-menu {
        width:100%!important
    }

    .swiper-wrapper::-webkit-scrollbar {
        display:none
    }

    .swiper-container-menu li.swiper-slide {
        width:160px!important
    }

    .swiper-container-menu li.swiper-slide a,.swiper-container-menu li.swiper-slide a:active {
        text-decoration:none!important
    }

    .cRight .ui-tabs .ui-tabs-panel {
        padding:1%
    }

    .cRight .menu h2,.cRight .menu h3 {
        padding-left:1%
    }

    .cRight .menu .correos {
        padding:1%
    }

    .cRight .menu h1,.ficha h1 {
        background-image:none;
        padding:1.4% 0 0 2%
    }

    .pedidos .row div.icon a {
        color:#bb0130;
        text-align:left;
        padding-left:25px
    }

    .cRight .menu .pedidos .row .td {
        font-size:13px;
        font-weight:700;
        color:#666;
        padding:4px
    }

    div.table-menu.pedidos {
        margin-bottom:1.2%;
        border-bottom:solid 1px #d3d3d3
    }

    .cRight .menu div.orders {
        padding:1%;
        width:100%;
        display:block
    }

    .menu #pestanyas ul li.swiper-slide {
        width:auto!important
    }

    div#pestanyas .procesar {
        float:none
    }

    .cRight .menu .direcciones {
        float:none;
        padding:1%
    }

    .direccion_principal div.direccion,.libreta_direcciones div.direccion {
        float:none!important;
        width:100%!important
    }

    .libreta_direcciones div {
        float:none!important
    }

    .tracking_logistica {
        margin:1%
    }

    .menu #pestanyas #tracking div.table-header > div {
        display:none
    }

    .menu #pestanyas #tracking div.table-rows > div {
        height:auto;
        text-align:inherit
    }

    .pestanyas-ul {
        overflow:hidden
    }

    .trk-fecha {
        border-bottom:0 none!important
    }

    .trk-estado {
        margin-bottom:4%
    }

    #registro h1.sRegistro span.hide {
        display:block;
        text-align:center
    }

    .ff-overflow-hidden-fix {
        overflow:hidden
    }

    .campoClear {
        overflow:hidden
    }

    #boletin,#boletin .content_form,#boletin .formulario {
        width:100%
    }

    #img_boletin {
        display:none
    }

    #boletin .lbl_privacidad {
        margin-bottom:5px
    }

    #boletin #btnEnviar {
        overflow:hidden;
        margin-bottom:10px
    }

    #boletin th label {
        margin-right:0
    }

    #boletin .lbl_idenf {
        width:30%;
        vertical-align:middle
    }

    .formulario-content {
        width:100%!important
    }

    .formulario-content #formulario_enviar {
        margin-top:8px
    }

    .formulario-content .sBotones span {
        display:inline
    }

    .formulario-content input.campo,.formulario-content textarea.campo {
        width:inherit
    }

    .formulario-content #tabla > div {
        font-size:16px!important
    }

    .solo-movil,.show-xs-only {
        display:block
    }

    .pre_cabecera {
        width:100%;
        margin-bottom:8px;
        margin-top:8px
    }

    .pre_cabecera img {
        width:100%
    }

    .menu_icon_home,.menu_home_collapsed_mobile {
        margin-top:4px!important;
        background-position:-618px -355px!important
    }

    a.menu_item.menu_active span.menu_icon_home,a.menu_item.menu_active_gray span.menu_icon_home,a.menu_item.menu_active span.menu_icon_home.menu_home_collapsed_mobile,a.menu_item.menu_active_gray span.menu_icon_home.menu_home_collapsed_mobile {
        margin-top:4px!important;
        background-position:-639px -355px!important
    }

    div#opcion-intermon.opcion {
        display:none
    }

    li#lista_opcion {
        width:50%
    }

    li#lista_opcion div.marcaok_opcion {
        margin-right:18px
    }

    .configurador img#imagen-ambientada {
        width:100%
    }

    .configurador .configurador-graficos {
        width:100%
    }

    .configurador .configurador-grafico {
        width:100%;
        border-bottom:1px solid lightgray;
        height:inherit
    }

    .configurador-grafico-seccion-1 {
        float:left;
        width:62%
    }

    .configurador-grafico-seccion-2 {
        float:left;
        width:38%
    }

    .configurador-grafico-seccion-2 .configurador-grafico-imagen {
        margin-top:30px;
        float:right;
        clear:both
    }

    .configurador-grafico-seccion-2 .configurador-precios {
        margin-top:21px;
        float:right;
        clear:both
    }

    .configurador .configurador-medidas {
        width:100%
    }

    .configurador .configurador-medidas label {
        margin-right:0;
        padding-right:5px;
        float:left;
        width:50%
    }

    .configurador .configurador-medidas select {
        float:left;
        width:50%
    }

    .configurador .configurador-pie {
        width:100%
    }

    .configurador .configurador-pie div.configurador-precios-antes,.configurador .configurador-pie div.configurador-precios-dto {
        display:none
    }

    .configurador .configurador-pie a.add_cart {
        float:right;
        margin-bottom:16px
    }

    .new-listado-header .new-listado-header-h1 {
        background-color:#2D5C94;
        color:#fff;
        border-bottom:0!important;
        font-size:4vw;
        text-align:center
    }

    .sprite-countdown-new-listado {
        background-image:url(/resources/images/fondos/cabecera-contador.png)!important;
        background-position:0 -132px;
        background-repeat:repeat-y;
        background-color:#2E5C92
    }

    div.new_item_precios a.new_item_precio_ahora_link span a.financiacion_gratuita_estrella {
        display:none!important
    }

    .descripcion_producto_mobile {
        position:absolute;
        width:24px;
        height:23px;
        top:-22px;
        right:-5px;
        background-image:url(/resources/images/icons/finan-star.png);
        background-repeat:no-repeat
    }

    .listado-estatico-tipo2 .listado_stock,.listado-estatico-tipo3 .listado_stock,.listado-estatico-tipo4 .listado_stock,.new_item_colchones .listado_stock {
        display:none!important
    }

    div.listado_item_orden.listado_item_orden_ropacama.new_item_ropa_cama_index_1,div.listado_item_orden.listado_item_orden_ropacama.new_item_ropa_cama_index_2,div.listado_item_orden.listado_item_orden_ropacama.new_item_ropa_cama_index_3 {
        margin:0
    }

    div.listado_item_orden.listado_item_orden_ropacama div.new_item.new_item_ropa_cama {
        width:100%
    }

    div.listado_item_orden.listado_item_orden_ropacama {
        width:49%
    }

    div.listado_item_orden.listado_item_orden_ropacama div.new_item.new_item_ropa_cama:nth-child(2n),div.listado_item_orden.listado_item_orden_ropacama div.new_item.new_item_ropa_cama:nth-child(2n+1) {
        margin:0
    }

    div.listado_items div.new_item.new_item_ropa_cama:nth-child(2n+1) {
        margin-right:1%;
        margin-left:0
    }

    div.listado_items div.new_item.new_item_ropa_cama:nth-child(2n) {
        margin-left:1%;
        margin-right:0
    }

    div.listado_item_orden.listado_item_orden_ropacama:nth-child(2n) {
        margin-right:1%;
        margin-left:0
    }

    div.listado_item_orden.listado_item_orden_ropacama:nth-child(2n+1) {
        margin-right:0;
        margin-left:1%
    }

    .l_lnk_chat {
        float:right
    }

    .wrapper_header {
        padding:0
    }

    .wrapper_header .header_te_llamamos {
        width:32%!important
    }

    .wrapper_header.hide .wrapper_header_link_shopping,.wrapper_header_link_chat_active {
        padding:6px 6px 8px 3px
    }

    .wrapper_header .wrapper_header_link_shopping_active,.wrapper_header .wrapper_header_link_chat_active {
        background-color:#61af00
    }

    .wrapper_header_link_chat {
        font-size:10px;
        width:35px!important
    }

    .wrapper_header_icon_chat {
        background-position:-25px -373px;
        display:block;
        width:28px;
        height:18px;
        float:left;
        margin:0 4px;
        float:right
    }

    .listado-pre {
        display:block!important
    }

    div.imagen-superpuesta img {
        width:100%
    }

    div.section-selector-item {
        padding:3px 12px 0;
        border:2px solid #d8d8d8
    }

    div.section-selector-item-active {
        border:2px solid #2d5b96
    }

    .section-selector-prices .section-selector-dto,.section-selector-prices .section-selector-price {
        font-size:18px!important
    }

    .section-selector-prices .section-selector-desde {
        display:inline-block!important;
        font-size:16px!important;
        font-weight:400!important;
        text-align:left
    }

    div.section-selector-item a h4 br {
        display:none
    }

    a.section-selector-link span {
        display:block!important;
        text-align:right;
        background-color:transparent
    }

    img.section-selector-image {
        display:none
    }

    .section-selector-item-arrow-down,.section-selector-active .section-selector-item-arrow-down {
        display:none
    }

    .section-selector-item-active .section-selector-prices {
        display:block
    }

    .section-selector-prices {
        position:relative;
        bottom:-4px!important;
        right:inherit;
        text-align:right
    }

    div.section-selector {
        width:100%
    }

    .section-selector-title {
        position:inherit
    }

    div.section-selector-item[data-item_id="962"] {
        background-image:url(/resources/images/filtros/colchon-visco-alta.png);
        background-repeat:no-repeat;
        background-position:0 26px;
        background-size:40%;
        padding-left:4px
    }

    div.section-selector-item[data-item_id="71"] {
        background-image:url(/resources/images/filtros/colchon-visco-media.png);
        background-repeat:no-repeat;
        background-position:0 26px;
        background-size:40%;
        padding-left:4px
    }

    div.section-selector-item[data-item_id="1664"] {
        background-image:url(/resources/images/filtros/colchon-visco-media-1664.png);
        background-repeat:no-repeat;
        background-position:0 26px;
        background-size:40%;
        padding-left:4px
    }

    div.section-selector-item[data-item_id="1322"] {
        background-image:url(/resources/images/filtros/colchon-visco-baja.png);
        background-repeat:no-repeat;
        background-position:0 26px;
        background-size:40%;
        padding-left:4px
    }

    h4.section-selector-title span {
        font-size:18px;
        margin-top:2px;
        margin-bottom:8px;
        text-shadow:-2px -2px 0 white,2px -2px 0 white,-2px 2px 0 white,2px 2px 0 #fff
    }

    h4.section-selector-title,h4.section-selector-title span {
        background-color:transparent
    }

    .listado-pre .section-selector-item,.listado-pre .section-selector-item-active {
        min-height:79px
    }

    .video-container {
        position:relative;
        padding-bottom:56.25%;
        padding-top:30px;
        height:0;
        overflow:hidden
    }

    .video-container iframe,.video-container object,.video-container embed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%
    }

    .contacto_container input.campo,.contacto_container textarea.campo {
        width:100%!important
    }

    .cms .new-contenido-extra-icon p {
        margin:0
    }

    div#cmmt_facebook {
        display:none
    }

    div.boton-cambio-calidad {
        background-color:#3265a0;
        color:#fff;
        border-radius:5px;
        padding:6px 16px;
        margin-top:20px
    }

    div.boton-cambio-calidad > div.solo-movil a {
        color:#cbdf66
    }

    div.boton-cambio-calidad > div.solo-movil a span {
        color:#fff
    }

    div.boton-cambio-calidad > div.solo-movil a {
        margin-left:16px
    }

    div.boton-cambio-calidad > div.solo-movil,div.boton-cambio-calidad > div.solo-movil img,div.boton-cambio-calidad > div.solo-movil a {
        display:inline;
        vertical-align:middle
    }

    div.boton-cambio-calidad {
        margin-top:10px!important
    }

    div.boton-cambio-calidad-container {
        margin-bottom:0!important
    }

    .navbar-custom-value {
        font-size:13px!important
    }
}

@media (min-width: 250px) {
    .iconos_continuacion {
        float:right;
        margin:-24px 8%;
        width:32px;
        height:32px
    }

    .boton_continuacion_carrito span,.boton_continuacion_combinar span {
        margin-left:-20px
    }

    .icono_continuacion_carrito {
        background-image:url(/resources/images/icons/shopping-cart-white.png);
        background-repeat:no-repeat;
        background-position:0 0
    }

    .icono_continuacion_pack {
        background-image:url(/resources/images/icons/arrow-down-thick-white.png);
        background-repeat:no-repeat;
        background-position:0 0
    }
}

@media (max-width: 380px) {
    div.pedidos div.icon a span {
        display:none
    }

    div.pedidos div.id_pedido span {
        display:none
    }

    span.nomobile {
        display:none
    }

    div#contrasenyas img,div.direccion img {
        width:50%;
        height:50%
    }

    div#boletin img {
        width:30%;
        height:30%
    }
}

@media (max-width: 349px) {
    .sprite-countdown-new-listado {
        background-image:url(/resources/images/fondos/cabecera-contador-320.png);
        background-position:0 -132px;
        background-repeat:repeat-y;
        background-color:#2E5C92
    }
}

@media only screen and (max-width: 767px) {
    .contactar-2018-subtittle-box {
        border:1px solid silver
    }

    div.section-selector-item {
        background-repeat:no-repeat;
        background-position:0 26px;
        background-size:40%;
        padding-left:4px
    }

    div.section-selector-item[data-item_id="1365"] {
        background-image:url(/resources/images/listados_estaticos/filtro/listado_1365-filtro.jpg)
    }

    div.section-selector-item[data-item_id="1366"] {
        background-image:url(/resources/images/listados_estaticos/filtro/listado_1366-filtro.jpg)
    }

    div.section-selector-item[data-item_id="1367"] {
        background-image:url(/resources/images/listados_estaticos/filtro/listado_1367-filtro.jpg)
    }

    div.section-selector-item[data-item_id="1369"] {
        background-image:url(/resources/images/listados_estaticos/filtro/listado_1369-filtro.jpg)
    }

    div.section-selector-item[data-item_id="1370"] {
        background-image:url(/resources/images/listados_estaticos/filtro/listado_1370-filtro.jpg)
    }

    div.section-selector-item[data-item_id="1371"] {
        background-image:url(/resources/images/listados_estaticos/filtro/listado_1371-filtro.jpg)
    }

    h4.section-selector-title span {
        font-size:18px;
        margin-top:2px;
        margin-bottom:8px;
        text-shadow:-2px -2px 0 white,2px -2px 0 white,-2px 2px 0 white,2px 2px 0 #fff
    }

    a.section-selector-link span {
        display:block!important;
        text-align:right;
        background-color:transparent
    }

    a.seleccionar_direccion {
        margin-bottom:3px
    }

    #iPagaMasTarde {
        height:230px
    }

    div.header_menu_extend a.menu_item_extend.menu_jacuzzi,div.header_menu_extend a.menu_item_extend.menu_puff,div.header_menu_extend a.menu_item_extend.menu_bebe {
        width:inherit;
        line-height:33px;
        border-top:1px solid #ccc;
        border-bottom:0
    }

    div.header_menu_extend a.menu_item_extend {
        width:100%;
        height:auto;
        border-top-left-radius:0;
        border-top-right-radius:0;
        -webkit-border-top-left-radius:0;
        -webkit-border-top-right-radius:0;
        -moz-border-top-left-radius:0;
        -moz-border-top-right-radius:0;
        border-bottom-left-radius:0;
        border-bottom-right-radius:0;
        -webkit-border-bottom-left-radius:0;
        -webkit-border-bottom-right-radius:0;
        -moz-border-bottom-left-radius:0;
        -moz-border-bottom-right-radius:0
    }

    div.header_menu_extend a.menu_item_extend.menu_extend_1,div.header_menu_extend a.menu_item_extend.menu_extend_2,div.header_menu_extend a.menu_item_extend.menu_extend_3,div.header_menu_extend a.menu_item_extend.menu_extend_4 {
        width:inherit;
        display:none
    }

    div.header_menu_extend a.menu_item_extend.menu_extend_1 {
        padding-left:20%;
        padding-right:20%;
        display:inherit;
        -webkit-border-bottom-left-radius:8px;
        -webkit-border-bottom-right-radius:8px;
        -moz-border-radius-bottomleft:8px;
        -moz-border-radius-bottomright:8px;
        border-bottom-left-radius:8px;
        border-bottom-right-radius:8px
    }

    div.ficha_stock_title_mg {
        background-color:inherit;
        margin-top:10px
    }

    div.ficha_stock_title_first_line_container {
        width:100%;
        background-color:#bb0130;
        display:inline-block
    }

    div.aviso_cuadricula {
        display:none
    }

    div.ofertas2017 .cms div.ofertas div.oferta:nth-child(2n) {
        margin-left:auto
    }

    div.ofertas2017 .cms div.ofertas div.oferta:nth-child(2n+1) {
        margin-right:auto
    }

    div.ofertas2017 .cms div.ofertas a.oferta_image img {
        margin:0
    }

    div.ofertas2017 .cms h2 {
        font-size:large;
        line-height:20px
    }

    div.ofertas2017 .cms div.ofertas .row {
        margin:0
    }

    div.ofertas2017 .cms .ofertas-header {
        margin-bottom:0
    }

    div.ofertas2017 .cms div.ofertas .separador-desktop {
        display:none
    }

    div.ofertas2017 .cms div.ofertas .separador-mobile {
        clear:both;
        overflow:hidden;
        margin:2px auto
    }

    div.ofertas2017 .cms div.texto-titulo-ofertas,div.ofertas2017 .cms div.texto-titulo-ofertas h1,div.ofertas2017 .cms div.texto-titulo-ofertas p {
        background:none;
        text-align:center!important
    }

    div.ofertas2017 .cms div.ofertas .oferta {
        margin:0 0 0 2px !important;
        padding:0 0 4px 2px
    }

    div.ofertas2017 .cms .ofertas-texto {
        float:none;
        width:auto;
        margin:auto;
        text-align:center
    }

    div.ofertas2017 .cms div.ofertas #contador {
        display:block!important
    }

    div.ofertas2017 .cms .ofertas-header .ofertas-contador-container {
        margin:10px auto
    }

    div.ofertas2017 .cms_countdown_nuevo {
        background-position:0 -97px;
        height:18px;
        position:relative;
        width:100%;
        min-width:320px
    }

    div.ofertas2017 .cms_countdown_nuevo .item {
        top:3px;
        width:16px
    }

    div.ofertas2017 .cms_countdown_nuevo .number {
        width:9px;
        height:12px
    }

    div.ofertas2017 .cms_countdown_nuevo .days {
        left:98px
    }

    div.ofertas2017 .cms_countdown_nuevo .hours {
        left:137px
    }

    div.ofertas2017 .cms_countdown_nuevo .mins {
        left:184px
    }

    div.ofertas2017 .cms_countdown_nuevo .secs {
        left:241px
    }

    div.ofertas2017 .cms_countdown_nuevo .number {
        width:7px!important;
        height:14px!important
    }

    .portada-movil .promo .oferta {
        margin:0 0 6px
    }

    .portada-movil .promo div.oferta:nth-child(2n) {
        padding-left:3px
    }

    .portada-movil .promo div.oferta:nth-child(2n+1) {
        padding-right:3px
    }

    .portada-movil .promo .oferta img {
        display:inline;
        width:100%
    }

    .portada-movil .imagen-titulo-ofertas {
        margin-bottom:6px
    }

    .portada-movil .imagen-titulo-ofertas img {
        width:100%
    }

    .portada-movil #contador {
        display:block!important
    }

    .portada-movil .ofertas-contador {
        display:block!important
    }

    .portada-movil .ofertas-contador-container {
        margin:0 auto 10px
    }

    .portada-movil .contador2017 {
        clear:both;
        float:none!important
    }

    .portada-movil .contador2017 .sprite-cms_countdown_nuevo {
        background-image:url(/portada-nuevo/actual/resources/images/fondos/nuevo-contador-portada.png)
    }

    .portada-movil .contador2017 .cms_countdown_nuevo {
        background-position:0 -97px;
        height:18px;
        position:relative;
        width:100%;
        min-width:320px
    }

    .portada-movil .contador2017 .number {
        float:right;
        background-position:0 0;
        width:16px;
        height:16px;
        display:block;
        max-height:16px;
        line-height:1px;
        font-size:1px
    }

    .portada-movil .contador2017 .cms_countdown_nuevo .item {
        top:3px;
        width:16px
    }

    .portada-movil .contador2017 .cms_countdown_nuevo .number {
        width:9px;
        height:12px
    }

    .portada-movil .contador2017 .cms_countdown_nuevo .days {
        left:98px
    }

    .portada-movil .contador2017 .cms_countdown_nuevo .hours {
        left:137px
    }

    .portada-movil .contador2017 .cms_countdown_nuevo .mins {
        left:184px
    }

    .portada-movil .contador2017 .cms_countdown_nuevo .secs {
        left:241px
    }

    .portada-movil .contador2017 .cms_countdown_nuevo .number {
        width:7px!important;
        height:14px!important
    }

    div.cLeft ul.menu-lateral.filtrado_sofa {
        position:fixed;
        left:0;
        right:0;
        top:0;
        z-index:1099
    }

    div.cLeft ul.menu-lateral.filtrado_sofa ul.menu-filtro-sofas {
        height:93%;
        position:fixed;
        overflow-y:auto;
        width:100%
    }

    div.cLeft ul.menu-lateral.filtrado_sofa ul.menu-filtro {
        min-height:50%;
        max-height:90%;
        position:fixed;
        overflow-y:auto;
        width:100%;
        box-shadow:0 0 10px 2px rgba(163,163,163,1)
    }

    div.cLeft ul.menu-lateral.filtrado_sofa ul.menu-filtro div.menu-filtro-scroll li.menu-filtro-li:last-child {
        margin-bottom:20px
    }

    div.cLeft ul.menu-lateral.filtrado_sofa li.menu-lateral-li:first-child > a {
        background:transparent linear-gradient(to right,#e2e2e2 0%,#d1d1d1 0%,#dbdbdb 0%,#fefefe 100%) repeat scroll 0 0
    }

    div.cLeft ul.menu-lateral.filtrado_sofa,div.cLeft ul.menu-lateral.filtrado_sofa a.menu-filtro-sofas-tootip,div.cLeft ul.menu-lateral.filtrado_sofa.menu-lateral-union,div.cLeft ul.menu-lateral.filtrado_sofa li.menu-filtro-sofas-li-largo,div.cLeft ul.menu-lateral.filtrado_sofa li.menu-filtro-sofas-li-prix {
        display:none
    }

    div#flotador_menu {
        bottom:20px;
        position:fixed;
        left:0;
        z-index:1099;
        right:0
    }

    div#flotador_menu a {
        width:110px;
        display:block;
        margin:0 auto;
        background-color:#fff;
        padding:5px;
        text-align:center;
        border-radius:5px;
        box-shadow:0 0 10px 2px rgba(163,163,163,1);
        border:1px solid #d8d8d8;
        color:#777;
        background-position:15px 0;
        padding-left:27px;
        background-repeat:no-repeat;
        background-image:url(/resources/images/icons/filtro_setting.png)
    }

    div.cLeft ul.menu-lateral.filtrado_sofa a#close_filtro {
        top:10px;
        position:fixed;
        right:10px!important;
        z-index:999999;
        background-image:url(/resources/images/sprites/botones-filtro-sofas.png);
        background-position:60px 15px;
        width:22px;
        height:15px;
        display:block;
        float:right
    }

    div.cLeft ul.menu-lateral.filtrado_sofa #menu-filtro-sofas li.menu-filtro-sofas-ul-option.menu-filtro-sofas-ul-option-image {
        width:33%;
        max-width:92px
    }

    div.cLeft ul.menu-lateral.filtrado_sofa #menu-filtro-sofas ul.menu-filtro-sofas ul {
        overflow:hidden;
        max-width:368px;
        margin:0 auto
    }

    a.sofas-muestras {
        background-size:100%;
        background-image:url(/resources/images/icons/enviotapizado-movil.jpg);
        height:30px;
        width:100%;
        display:block;
        margin-bottom:5px;
        background-repeat:no-repeat
    }
}

.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    z-index:1
}

.swiper-container-no-flexbox .swiper-slide {
    float:left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column
}

.swiper-wrapper {
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -ms-transition-property:-ms-transform;
    transition-property:transform;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -ms-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    margin:0 auto
}

.swiper-slide {
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d;
    -webkit-flex-shrink:0;
    -ms-flex:0 0 auto;
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative
}

.swiper-container .swiper-notification {
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
}

.swiper-wp8-horizontal {
    -ms-touch-action:pan-y;
    touch-action:pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action:pan-x;
    touch-action:pan-x
}

.swiper-button-next,.swiper-button-prev {
    position:absolute;
    top:50%;
    width:27px;
    height:44px;
    margin-top:-22px;
    z-index:10;
    cursor:pointer;
    -moz-background-size:27px 44px;
    -webkit-background-size:27px 44px;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity:.35;
    cursor:auto;
    pointer-events:none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left:10px;
    right:auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right:10px;
    left:auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E)
}

.swiper-pagination {
    position:absolute;
    text-align:center;
    -webkit-transition:300ms;
    -moz-transition:300ms;
    -o-transition:300ms;
    transition:300ms;
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    z-index:10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity:0
}

.swiper-pagination-bullet {
    width:8px;
    height:8px;
    display:inline-block;
    border-radius:100%;
    background:#000;
    opacity:.2
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor:pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background:#fff
}

.swiper-pagination-bullet-active {
    opacity:1;
    background:#007aff
}

.listado-item-2017-images .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity:1;
    background:#007aff
}

.listado-item-2017-images .swiper-pagination-bullet {
    background:#fff;
    opacity:.6;
    box-shadow:1px 1px 3px 1px #333
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background:#fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background:#000
}

.swiper-container-vertical > .swiper-pagination {
    right:10px;
    top:50%;
    -webkit-transform:translate3d(0,-50%,0);
    -moz-transform:translate3d(0,-50%,0);
    -o-transform:translate(0,-50%);
    -ms-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0)
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin:5px 0;
    display:block
}

.swiper-container-horizontal > .swiper-pagination {
    bottom:10px;
    left:0;
    width:100%
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin:0 5px
}

.swiper-container-3d {
    -webkit-perspective:1200px;
    -moz-perspective:1200px;
    -o-perspective:1200px;
    perspective:1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective:1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -ms-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events:none
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events:none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}

.swiper-container-cube {
    overflow:visible
}

.swiper-container-cube .swiper-slide {
    pointer-events:none;
    visibility:hidden;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden;
    width:100%;
    height:100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    transform-origin:100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next + .swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events:auto;
    visibility:visible
}

.swiper-container-cube .swiper-cube-shadow {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    -webkit-filter:blur(50px);
    filter:blur(50px)
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index:0
}

.swiper-scrollbar {
    border-radius:10px;
    position:relative;
    -ms-touch-action:none;
    background:rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position:absolute;
    left:1%;
    bottom:3px;
    z-index:50;
    height:5px;
    width:98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position:absolute;
    right:3px;
    top:1%;
    z-index:50;
    width:5px;
    height:98%
}

.swiper-scrollbar-drag {
    height:100%;
    width:100%;
    position:relative;
    background:rgba(0,0,0,.5);
    border-radius:10px;
    left:0;
    top:0
}

.swiper-scrollbar-cursor-drag {
    cursor:move
}

.swiper-lazy-preloader {
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    -webkit-transform-origin:50%;
    -moz-transform-origin:50%;
    transform-origin:50%;
    -webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    animation:swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display:block;
    content:"";
    width:100%;
    height:100%;
    background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-position:50%;
    -webkit-background-size:100%;
    background-size:100%;
    background-repeat:no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform:rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform:rotate(360deg)
    }
}

.listado-item-2017-info-iconos {
    margin:10px 0 0
}

.listado-item-2017-info-iconos-listado {
    background-image:url(/resources/images/fondos/listado-item-2017-info-iconos-listado.png?v=07052018);
    height:56px;
    display:block;
    margin:0 auto
}

span.listado-item-2017-info-barras {
    width:60px;
    margin:0 auto;
    display:block;
    float:none
}

.listado-item-2017-info-largo-medida {
    color:#b81733;
    padding-right:5px
}

.listado-item-2017-info-uds {
    font-size:14px;
    font-weight:700;
    color:#337ab7
}

#listado-2017-actions a {
    color:#666
}

#listado-2017-actions a:hover {
    text-decoration:none!important
}

#listado-2017-actions a.btn.active,#listado-2017-actions a.btn:active {
    color:#d90328;
    box-shadow:none;
    font-weight:700
}

.listado-item-2017.listado-item-2017-square {
    width:31%;
    float:left;
    clear:none;
    margin:0 1% 10px
}

div#listado-2017-actions-row p {
    margin-bottom:0
}

@media only screen and (max-width: 767px) {
    div.listado-item-2017-decorator img {
        width:80%!important
    }

    div.listado-item-2018-decorator-width-100 img {
        width:100%!important
    }

    div#listado-2017-actions a {
        padding:5px
    }

    div#listado-2017-actions-row {
        position:fixed;
        left:0;
        right:0;
        bottom:20px;
        margin:0;
        z-index:999;
        padding:10px 0
    }

    div#listado-2017-actions-row #listado-2018-asesor-link{
        position: relative;
        bottom: 0px;
        padding: 0px;
    }

    div#listado-2017-actions {
        background-color:#fff;
        min-width:200px;
        margin:0 auto;
        text-align:center;
        border-radius:5px;
        border:1px solid #d8d8d8;
        box-shadow:0 0 10px 2px rgba(163,163,163,1);
        max-width:250px
    }

    .listado-item-2017.listado-item-2017-square {
        width:48%;
        min-height:380px
    }

    .listado-item-2017.listado-item-2017-square .listado-item-2017-prices-precio-value,.listado-item-2017.listado-item-2017-square .listado-item-2017-prices-ahorro-value {
        font-size:14px
    }
}

.listado-item-2017.listado-item-2017-square .listado-item-2017-images {
    border-right:0
}

.listado-item-2017.listado-item-2017-square a.listado-item-2017-title-anchor h2 {
    font-size:12px;
    line-height:14px
}

.listado-item-2017.listado-item-2017-square .listado-item-2017-body {
    display:block
}

.listado-item-2017.listado-item-2017-square .listado-item-2017-heading {
    height:48px
}

.listado-item-2017.listado-item-2017-square .listado-item-2017-title {
    width:100%;
    min-height:38px;
    padding:5px
}

.listado-item-2017.listado-item-2017-square .listado-item-2017-top,.listado-item-2017.listado-item-2017-square .listado-item-2017-info,.listado-item-2017.listado-item-2017-square .listado-item-2017-opiniones,.listado-item-2017.listado-item-2017-square .listado-item-2017-other-line,.listado-item-2017.listado-item-2017-square .listado-item-2017-sofas-options-right-box,.listado-item-2017.listado-item-2017-square .listado-item-2017-delivery-units {
    display:none
}

.listado-item-2017.listado-item-2017-square .listado-item-2017-opiniones,.listado-item-2017.listado-item-2017-square .listado-item-2017-others,.listado-item-2017.listado-item-2017-square .listado-item-2017-images {
    width:100%
}

.listado-item-2017.listado-item-2017-square .listado-item-2017-action {
    position:inherit;
    bottom:inherit;
    left:inherit;
    right:inherit;
    width:inherit
}

.listado-item-2017 {
    margin:20px 0
}

.listado-item-2017-others-icon-gama-economico-media,.listado-item-2017-others-icon-gama-media-economico {
    background-position:-32px -16px
}

.listado-item-2017-others-icon-gama-media-altasprestaciones,.listado-item-2017-others-icon-gama-altasprestaciones-media {
    background-position:-512px -16px
}

.listado-item-2017-others-icon-gama-media {
    background-position:-544px -16px
}

.listado-item-2017-others-icon-gama-altasprestaciones {
    background-position:-384px -16px
}

.listado-item-2017-others-icon-gama-economico {
    background-position:-352px -16px
}

.listado-item-2017-sprite {
    background-image:url(/resources/images/sprites/listado-item-2017.png?v=20191108)
}

.listado-item-2017-other-line {
    line-height:32px
}

.listado-item-2017-others-icon {
    display:block;
    width:32px;
    height:32px;
    float:left
}

.listado-item-2017-others-icon-subidadomicilio {
    background-position:-576px -16px
}

.listado-item-2017-others-icon-satisfaccion {
    background-position:-32px -17px
}

.listado-item-2017-others-icon-garantia2anos {
    background-position:-64px -17px
}

.listado-item-2017-others-icon-garantia3anos {
    background-position:-96px -17px
}

.listado-item-2017-others-icon-garantia5anos {
    background-position:-128px -17px
}

.listado-item-2017-others-icon-garantia8anos {
    background-position:-160px -17px
}

.listado-item-2017-others-icon-garantia10anos {
    background-position:-192px -17px
}

.listado-item-2017-others-icon-madeinspain {
    background-position:0 -17px
}

.listado-item-2017-others-icon-madeineurope {
    background-position:-608px -17px
}

.listado-item-2017-others-icon-enviogratis {
    background-position:-224px -17px
}

.listado-item-2017-others-icon-servicioexpress {
    background-position:-704px -17px
}

.listado-item-2017-others-icon-color {
    display:block;
    height:32px;
    width:32px;
    float:left;
    margin:0 1px 0 0
}

.listado-item-2017-others-icon-color-775 {
    background-position:-256px -17px
}

.listado-item-2017-others-icon-color-562 {
    background-position:-288px -17px
}

.listado-item-2017-others-icon-color-1190 {
    background-position:-320px -17px
}

.listado-item-2017-others-icon-color-560 {
    background-position:-352px -17px
}

.listado-item-2017-others-icon-color-776 {
    background-position:-384px -17px
}

.listado-item-2017-others-icon-color-815 {
    background-position:-416px -17px
}

.listado-item-2017-others-icon-color-3698 {
    background-position:-449px -17px
}

.listado-item-2017-others-icon-color-1177 {
    background-position:-480px -17px
}

.listado-item-2017-others-icon-color-8045 {
    background-position:-730px -17px
}

.listado-item-2017-others-icon-color-98 {
    background-position:-991px -17px
}

.listado-item-2017-others-icon-color-1859 {
    background-position:-959px -17px
}

.listado-item-2017-others-icon-color-1860 {
    background-position:-927px -17px
}

.listado-item-2017-others-icon-color-7252 {
    background-position:-840px -17px
}

.listado-item-2017-others-icon-color-7253 {
    background-position:-873px -17px
}

.listado-item-2017-others-icon-color-7276 {
    background-position:-809px -17px
}

.listado-item-2017-heading {
    margin:0;
    border-top:1px solid #e8e8e8;
    padding:4px;
    line-height:28px;
    color:#555!important;
    padding-top:10px;
    padding-bottom:10px
}

.listado-item-2017-body {
    margin:0;
    border-bottom:1px solid #e8e8e8;
    color:#555!important;
    border-radius:5px;
    display:flex;
    font-size:12px
}

span.listado-item-2017-prices-gama-value {
    font-size:15px;
    font-weight:700
}

span.listado-item-2017-prices-gama-value-435,span.listado-item-2017-prices-gama-value-436 {
    color:#13629e
}

span.listado-item-2017-prices-gama-value-437 {
    color:#000
}

span.listado-item-2017-prices-gama-value-438 {
    color:#dfbd01
}

span.listado-item-2017-prices-gama-value-439 {
    color:#1bb290
}

span.listado-item-2017-prices-antes,span.listado-item-2017-prices-ahorro,span.listado-item-2017-prices-gama {
    font-weight:700
}

.listado-item-2017-title {
    font-size:16px;
    font-weight:700
}

a.listado-item-2017-title-anchor {
    color:#555!important
}

a.listado-item-2017-title-anchor h2 {
    margin-top:0;
    margin-bottom:0;
    font-size:16px;
    font-weight:700;
    line-height:28px
}

a.listado-item-2017-title-anchor:hover {
    text-decoration:none
}

.listado-item-2017-opiniones-avg {
    border:1px solid #efcc50;
    border-radius:5px;
    background-color:#fff;
    overflow:hidden
}

.listado-item-2017-opiniones-avg-number {
    background-color:#efcc50;
    display:block;
    width:20%;
    text-align:center;
    color:#fff;
    font-weight:700;
    text-align:center;
    float:left
}

.listado-item-2017-opiniones-avg-stars {
    display:block;
    width:60%;
    float:left;
    height:26px;
    padding:5px 7px
}

.listado-item-2017-opiniones-avg-star {
    display:block;
    width:16px;
    height:16px;
    float:left
}

.listado-item-2017-opiniones-avg-stars-full {
    background-position:0 0
}

.listado-item-2017-opiniones-avg-stars-middle {
    background-position:-16px 0
}

.listado-item-2017-opiniones-avg-stars-void {
    background-position:-32px 0
}

.listado-item-2017-opiniones-count {
    text-align:center;
    text-transform:uppercase;
    font-size:16px;
    font-weight:700;
    width:20%;
    float:right;
    display:block
}

.listado-item-2017-opiniones-count-text {
    font-size:12px
}

.listado-item-2017-others {
    background-color:#f3f3f3;
    padding:10px;
    display:flex;
    flex-direction:column
}

.listado-item-2017-delivery-box-danger {
    border:1px solid #b81733!important
}

.listado-item-2017-delivery-box-danger-text {
    color:#b81733!important
}

.listado-item-2017-delivery-units {
    border:1px solid #d90328;
    padding:10px 5px;
    border-radius:3px;
    text-align:center;
    font-size:13px;
    line-height:20px;
    margin:0 0 10px;
    background-color:#d90328
}

.listado-item-2017-delivery-box {
    border:1px solid #1bb290;
    padding:5px 10px;
    border-radius:3px;
    text-align:center;
    font-size:14px;
    line-height:20px;
    margin:0 0 10px;
    background-color:#fff;
    min-height:55px
}

.listado-item-2017-square .listado-item-2017-delivery-box-text {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.listado-item-2017-delivery-box-text {
    color:#1bb290;
    font-weight:700;
    font-size:13px
}

.listado-item-2017-images {
    border-right:1px solid #d8d8d8;
    padding-bottom:10px
}

.listado-item-2017-image {
    width:100%;
    max-height:195px
}

.listado-item-2017-image-container {
    position:relative
}

.listado-item-2017-prices {
    line-height:18px;
    font-size:14px;
    text-align:center;
    position:relative;
    display:flex;
    min-height:45px;
    max-height:45px
}

div.listado-item-2017-prices-gama {
    border-right:2px solid #f1f1f1
}

div.listado-item-2017-prices-gama,div.listado-item-2017-prices-antes {
    padding:2px;
    font-size:12px
}

.listado-item-2017-prices-antes-value {
    font-weight:700;
    font-size:12px
}

.listado-item-2017-prices-ahorro-value {
    color:#b81733;
    font-weight:700
}

div.listado-item-2017-prices-ahorro {
    background-color:#fff;
    padding:2px;
    font-size:12px
}

.listado-item-2017-prices-ahorro-value {
    font-size:18px
}

div.listado-item-2017-prices-precio {
    padding:2px;
    background-color:#b81733;
    color:#fff;
    font-weight:700
}

.listado-item-2017-prices-precio-value {
    font-size:20px
}

.listado-item-2017-prices-finan {
    font-size:10px;
    text-align:center;
    padding:5px
}

.listado-item-2017-prices-finan-value {
    font-size:12px;
    font-weight:400
}

.listado-item-2017-options {
    padding:5px
}

.listado-item-2017-options-label {
    font-size:12px
}

.listado-item-2017-info {
    padding:10px
}

.listado-item-2017-info-graph {
    color:#555
}

.listado-item-2017-info-title {
    font-weight:700;
    font-size:12px;
    margin-top:0
}

.listado-item-2017-info-row1-title {
    font-weight:700;
    margin-bottom:5px;
    text-align:center
}

.descripciones-body .listado-item-2017-info-row1-title {
    margin-bottom:2px;
    margin-top:5px
}

.listado-item-2017-info-benefits {
    margin:10px 0 0;
    overflow:hidden
}

.listado-item-2017-info-benefits ul {
    margin:10px 0 0;
    padding:0 0 0 20px;
    list-style:circle
}

.listado-item-2017-info-benefits li {
    padding:0;
    line-height:20px
}

.listado-item-2017-info-specs {
    overflow:hidden;
    margin:10px 0 0
}

.listado-item-2017-info-specs-text ul {
    margin:0;
    padding:0;
    list-style:none
}

.listado-item-2017-info-specs-text li {
    padding:0;
    line-height:18px
}

.listado-item-2017-action {
    margin-top:auto
}

.listado-item-2017 a.btn-success {
    padding:12px 0;
    font-size:16px;
    border-radius:2px;
    border-color:#1bb290;
    box-shadow:none
}

.listado-item-2017 a.btn-success:hover {
    color:#fff!important;
    text-decoration:none!important
}

.listado-item-2017-info-specs-image {
    display:block;
    height:84px
}

.listado-item-2017-info-dot-image {
    display:block;
    width:16px;
    height:16px;
    float:left
}

.listado-item-2017-top {
    line-height:20px;
    padding:0;
    margin:0
}

span.listado-item-2017-indicador-stock-bullet {
    background-color:#1bb290;
    border-radius:20px;
    display:block;
    line-height:20px;
    height:10px;
    width:10px;
    float:left;
    margin:9px 6px
}

.listado-item-2017-indicador-stock {
    color:#1bb290;
    fonts-size:12px;
    font-weight:700;
    float:right;
    font-weight:700
}

.listado-item-2017-decorator {
    position:absolute;
    display:block;
    z-index:999
}

.listado-item-2017-decorator-bottom {
    bottom:0
}

.listado-item-2017-decorator-right {
    right:0
}

.listado-item-2017-decorator-left {
    left:0
}

.listado-item-2017-decorator-top {
    top:0
}

.listado-item-2017-barra {
    width:8px;
    height:24px;
    display:block;
    float:left;
    margin:0 2px
}

.listado-item-2017-info-barra-full-star {
    background-position:-916px 0
}

.listado-item-2017-info-barra-full {
    background-position:-658px 0
}

.listado-item-2017-info-barra-middle {
    background-position:-676px 0
}

.listado-item-2017-info-barra-void {
    background-position:-694px 0
}

.listado-item-2017-decorator-right {
    right:0
}

.listado-item-2017-info-dot-image-0 {
    background-position:0 0
}

.listado-item-2017-info-dot-image-1 {
    background-position:-16px 0
}

.listado-item-2017-info-dot-image-2 {
    background-position:-32px 0
}

.listado-item-2017-info-dot-image-3 {
    background-position:-48px 0
}

.listado-item-2017-info-dot-image-4 {
    background-position:-64px 0
}

.listado-item-2017-info-dot-image-5 {
    background-position:-80px 0
}

.listado-item-2017-info-dot-image-6 {
    background-position:-96px 0
}

.listado-item-2017-info-dot-image-7 {
    background-position:-112px 0
}

.listado-item-2017-info-dot-image-8 {
    background-position:-128px 0
}

.listado-item-2017-info-dot-image-9 {
    background-position:-144px 0
}

.listado-item-2017-info-dot-image-10 {
    background-position:-160px 0
}

.listado-item-2017-info-dot-image-11 {
    background-position:-176px 0
}

.listado-item-2017-info-dot-image-12 {
    background-position:-192px 0
}

.listado-item-2017-info-dot-image-13 {
    background-position:-208px 0
}

.listado-item-2017-info-dot-image-14 {
    background-position:-224px 0
}

.listado-item-2017-info-dot-image-15 {
    background-position:-240px 0
}

.listado-item-2017-info-dot-image-16 {
    background-position:-256px 0
}

.listado-item-2017-info-dot-image-17 {
    background-position:-272px 0
}

.listado-item-2017-info-dot-image-18 {
    background-position:-288px 0
}

.listado-item-2017-info-dot-image-19 {
    background-position:-304px 0
}

.listado-item-2017-info-dot-image-20 {
    background-position:-320px 0
}

.listado-item-2017-info-dot-image-21 {
    background-position:-336px 0
}

.listado-item-2017-info-dot-image-22 {
    background-position:-352px 0
}

.listado-item-2017-info-dot-image-23 {
    background-position:-368px 0
}

.listado-item-2017-info-dot-image-24 {
    background-position:-384px 0
}

.listado-item-2017-info-dot-image-25 {
    background-position:-400px 0
}

.listado-item-2017-info-dot-image-26 {
    background-position:-416px 0
}

.listado-item-2017-info-dot-image-27 {
    background-position:-432px 0
}

.listado-item-2017-info-dot-image-28 {
    background-position:-448px 0
}

.listado-item-2017-info-dot-image-29 {
    background-position:-464px 0
}

.listado-item-2017-info-dot-image-30 {
    background-position:-480px 0
}

.listado-item-2017-info-dot-image-31 {
    background-position:-496px 0
}

.listado-item-2017-info-dot-image-32 {
    background-position:-512px 0
}

.listado-item-2017-info-dot-image-33 {
    background-position:-528px 0
}

.listado-item-2017-info-dot-image-34 {
    background-position:-544px 0
}

.listado-item-2017-info-dot-image-35 {
    background-position:-560px 0
}

.listado-item-2017-info-dot-image-36 {
    background-position:-576px 0
}

.listado-item-2017-info-dot-image-37 {
    background-position:-592px 0
}

.listado-item-2017-info-dot-image-38 {
    background-position:-608px 0
}

.listado-item-2017-info-dot-image-39 {
    background-position:-624px 0
}

.listado-item-2017-info-dot-image-40 {
    background-position:-640px 0
}

.listado-item-2017-info-dot-image-41 {
    background-position:-656px 0
}

.listado-item-2017-info-dot-image-42 {
    background-position:-672px 0
}

.listado-item-2017-info-dot-image-43 {
    background-position:-688px 0
}

.listado-item-2017-info-dot-image-44 {
    background-position:-704px 0
}

.listado-item-2017-info-dot-image-45 {
    background-position:-720px 0
}

.listado-item-2017-info-dot-image-46 {
    background-position:-736px 0
}

.listado-item-2017-info-dot-image-47 {
    background-position:-752px 0
}

.listado-item-2017-info-dot-image-48 {
    background-position:-768px 0
}

.listado-item-2017-info-dot-image-49 {
    background-position:-784px 0
}

.listado-item-2017-info-dot-image-50 {
    background-position:-800px 0
}

.listado-item-2017-info-dot-image-51 {
    background-position:-816px 0
}

.listado-item-2017-info-dot-image-52 {
    background-position:-832px 0
}

.listado-item-2017-info-dot-image-53 {
    background-position:-848px 0
}

.listado-item-2017-info-dot-image-54 {
    background-position:-864px 0
}

.listado-item-2017-info-dot-image-55 {
    background-position:-880px 0
}

.listado-item-2017-info-dot-image-56 {
    background-position:-896px 0
}

.listado-item-2017-info-dot-image-57 {
    background-position:-912px 0
}

.listado-item-2017-info-dot-image-58 {
    background-position:-928px 0
}

.listado-item-2017-info-dot-image-59 {
    background-position:-944px 0
}

.listado-item-2017-info-dot-image-60 {
    background-position:-960px 0
}

.listado-item-2017-info-dot-image-61 {
    background-position:-976px 0
}

.listado-item-2017-info-dot-image-62 {
    background-position:-992px 0
}

.listado-item-2017-info-dot-image-63 {
    background-position:-1008px 0
}

.listado-item-2017-info-dot-image-64 {
    background-position:-1024px 0
}

.listado-item-2017-info-dot-image-65 {
    background-position:-1040px 0
}

.listado-item-2017-info-dot-image-66 {
    background-position:-1056px 0
}

.listado-item-2017-info-dot-image-67 {
    background-position:-1072px 0
}

.listado-item-2017-info-dot-image-68 {
    background-position:-1088px 0
}

.listado-item-2017-info-dot-image-69 {
    background-position:-1104px 0
}

.listado-item-2017-info-dot-image-70 {
    background-position:-1120px 0
}

.listado-item-2017-decorator-liquidacion {
    background-image:url(/resources/images/icons/en-liquidacion.png);
    height:42px;
    width:135px
}

.listado-item-2017-decorator-promo-358 {
    background-image:url(/resources/images/icons/taglistado-358.png?v=20181106);
    height:39px;
    width:181px;
    background-repeat:no-repeat
}

.listado-item-2017-decorator-pikolinblack {
    background-image:url(/resources/images/icons/tagPikolinBlackListado.png);
    top:0;
    height:100px;
    position:absolute;
    right:0;
    width:87px;
    left:auto
}

.listado-item-2017-decorator-dia-sin-iva {
    background:url(/resources/images/icons/tags-dia-sin-iva-listados.png) no-repeat;
    top:0;
    height:100px;
    position:absolute;
    right:0;
    width:86px;
    left:auto
}

.listado-item-2017-decorator-359 {
    top:0;
    height:100px;
    position:absolute;
    right:0;
    left:auto
}

.listado-item-2017-decorator-rebajas {
    background-image:url(/resources/images/icons/tag-rebajas.png);
    height:34px;
    width:135px
}

div.imagen-superpuesta.instalacion_incluida {
    bottom:5px
}

.listado-item-2017-decorator-instalacion_incluida {
    background-image:url(/resources/images/icons/tag-instalacion-incluida-listado.png);
    height:31px;
    width:99px;
    right:5px;
    bottom:5px
}

a.listado-item-2017-countdown-anchor {
    display:block;
    height:20px;
    position:absolute;
    right:0;
    top:0;
    width:16px
}

.sprite-listado-item-2017-countdown {
    background-image:url(/resources/images/sprites/contador-listado-item-2017.png)
}

.listado-item-2017-countdown {
    position:relative;
    background-position:4px 18px;
    width:440px;
    height:20px
}

.listado-item-2017-countdown .item {
    position:absolute;
    top:2px;
    width:32px;
    text-align:right
}

.listado-item-2017-countdown .days {
    left:104px
}

.listado-item-2017-countdown .hours {
    left:163px
}

.listado-item-2017-countdown .mins {
    left:231px
}

.listado-item-2017-countdown .secs {
    left:321px
}

.listado-item-2017-countdown .number {
    float:right;
    width:10px;
    height:16px
}

@media only screen and (max-width: 767px) {
    a.btnListadoEstatico span.btnListadoEstaticoSpan {
        font-size:4vw
    }

    .listado-item-2017-indicador-stock {
        margin-top:6px
    }

    .listado-item-2017-image {
        max-height:inherit
    }

    .listado-item-2017-info {
        padding:5px 10px 10px
    }

    .listado-item-2017-info-benefits {
        margin:5px 0 0
    }

    .listado-item-2017-body {
        display:block
    }

    .listado-item-2017-action {
        position:inherit;
        bottom:inherit;
        top:inherit;
        left:inherit;
        right:inherit;
        width:100%
    }

    div.listado-item-2017-prices-precio {
        border-bottom-left-radius:inherit;
        padding:5px
    }

    a.listado-item-2017-title-anchor h2 {
        font-size:12px
    }

    .listado-item-2017-opiniones {
        background-color:#fff;
        margin:5px 0
    }

    .listado-item-2017-heading {
        padding:0;
        background-color:#fff;
        border-left:0;
        border-right:0;
        border-top:0
    }

    .listado-item-2017-body {
        border-left:0;
        border-right:0;
        border-bottom:0
    }
}

#buscador-box {
    border-top-right-radius:0;
    border-bottom-right-radius:0
}

#buscador-action {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    height:34px
}

button#header-2017-action-buscar {
    border-radius:50px;
    padding:6px
}

div.header-2017-buscador-mobile {
    position:fixed;
    top:80px;
    right:5px;
    z-index:999
}

div.header-2017-fixed {
    position:fixed;
    margin:0;
    z-index:1099;
    box-shadow:0 -25px 100px;
    max-width:1031px
}

div#header-2017-menubar {
    width:100%
}

div.header-2017-fixed-top {
    top:0
}

div#buscador.header-2017-fixed-top {
    top:60px;
    box-shadow:none;
    background-color:transparent
}

div#header-2017-promo a {
    color:#555;
    display:block
}

div#header-2017-promo a:hover {
    text-decoration:none!important
}

div#header-2017-promo {
    padding:0;
    background-color:#fff;
    font-size:29px;
    font-weight:700;
    text-align:center;
    margin:0;
    height:35px;
    line-height:35px
}

div#header-2017-promo span {
    background-color:#d90328;
    color:#fff;
    padding:0 20px 0 40px;
    margin:0;
    border-radius:25px;
    height:60px;
    line-height:60px;
    float:right;
    border-top-left-radius:500px
}

div#header-2017-toggle {
    position:fixed;
    z-index:99999999999999;
    top:0;
    bottom:0;
    left:0;
    background-color:#fff;
    border-right:7px solid #999
}

div#header-2017 {
    margin-bottom:10px
}

a#header-2017-menu {
    display:inline-block;
    width:32px;
    height:32px
}

@media only screen and (max-width: 767px) {
    a#header-2017-menu {
        position:relative;
        top:-7px
    }

    span#header-2017-menu-title {
        font-size:10px;
        color:#5f5f5f;
        padding-top:27px;
        float:left;
        width:100%
    }
}

div#header-2017 .row-nomargin {
    margin:0
}

div#header-2017-shopping {
    text-align:center
}

ul#header-2017-shopping {
    display:flex;
    margin-bottom:0
}

li.header-2017-shopping-item {
    float:left;
    margin:auto 10px;
    margin-right:0
}

a.header-2017-shopping-item {
    display:block;
    width:32px;
    height:32px;
    position:relative
}

div#header-2017-util div#header-2017-claim{
    padding-right: 6%;
}

div#header-2017-util div#header-2017-claim a#header-2017-shopping-item-tienda{
    text-align: right;
    padding-top: 6px;
    font-weight: 700;
}

span.header-2017-shopping-item-shop-budget {
    background-color:#1bb290;
    color:#fff;
    font-size:8px;
    border-radius:20px;
    padding:1px 4px;
    position:absolute;
    right:0;
    top:4px;
    line-height:10px
}

span.header-2017-claim-green {
    color:#1bb290;
    font-weight:700
}

div#header-2017-claim {
    display: block;
    padding: 20px 12px 0px 12px;
    font-size:14px;
    color:#555;
    text-align:center
}

div#header-2017-claim a {
    color:#555;
    text-align:center;
    display:block;
    margin:auto 0;
    width:100%
}

div#header-2017-claim a:hover {
    text-decoraction:none
}

a#header-2017-logo-mobile {
    display:inline-block;
    width:96px;
    height:32px;
    float:left
}

a#header-2017-logo {
    display:block
}

span#header-2017-logo-claim {
    background-position:-1334px -1px;
    display:block;
    width:235px;
    height:23px;
    margin:0 auto
}

ul#header-2017-menu {
    overflow:hidden;
    background-color:#f1f1f1;
    margin-bottom:0
}

span.header-2017-menu-item-icon {
    display:block;
    background-repeat:no-repeat;
    margin:0 auto 5px;
    background-position:center;
    width:48px;
    height:32px
}

li.header-2017-menu-item {
    display:inline-block
}

li.header-2017-menu-item:hover,li.header-2017-menu-item:hover a,li.header-2017-menu-item-active,li.header-2017-submenu-item:hover,li.header-2017-submenu-item:hover a,li.header-2017-submenu-item-active {
    background-color:#666;
    color:#fff!important
}

li.header-2017-menu-item a:hover,li.header-2017-menu-item-active a,li.header-2017-submenu-item a:hover,li.header-2017-submenu-item-active a {
    color:#fff!important;
    text-decoration:none!important
}

li.header-2017-menu-item a,li.header-2017-submenu-item a {
    padding:7px 4px;
    display:block;
    text-transform:uppercase;
    font-size:10px;
    height:100%;
    text-align:center;
    color:#666;
    vertical-align:middle;
    width:100%
}

div.header-2017-icon {
    text-align:center;
    margin-top:20px;
    line-height:14px
}

div.header-2017-icon a:hover {
    text-decoration:none
}

div.header-2017-icon a {
    display:block;
    color:#666
}

span.header-2017-icon {
    display:block;
    height:32px;
    width:32px;
    margin:0 auto 6px
}

div#header-2017-util {
    padding:20px 0 10px;
    border-top:1px solid #d8d8d8;
    margin:0;
    background-color:#fff;
    display:flex
}

div#header-2017-main-bar.row-nomargin {
    margin:16px 0
}

li#menubar-outlet {
    background-color:#d90328;
    width:90px
}

a#menubar-link-outlet {
    color:#fff
}

li#menubar-sigue-tu-pedido {
    background-color:#666;
    width:112px
}

li#menubar-sigue-tu-pedido:hover,li#menubar-sigue-tu-pedido:hover a {
    background-color:#f2f2f2;
    color:#666!important
}

a#menubar-link-sigue-tu-pedido {
    color:#fff
}

a#menubar-link-ofertas-colchones {
    display:block
}

li#menubar-ofertas-colchones {
    background-repeat:no-repeat;
    background-position:center center;
    width:92.5px;
    float:right
}

a#menubar-link-ofertas-colchones {
    display:block;
    width:100%
}

@media only screen and (max-width: 767px) {
    li#menubar-inicio,li#menubar-1857 {
        display:none
    }

    div#header-2017-menubar {
        margin:0
    }

    #header-2017-access {
        padding:5px;
        background-color:#d90328;
        color:#fff;
        text-align:center;
        font-size:11px
    }

    #header-2017-access ul {
        display:-webkit-flex;
        display:flex;
        margin-bottom:0
    }

    #header-2017-access li {
        display:-webkit-flex;
        display:flex;
        margin:0 auto
    }

    #header-2017-access a {
        color:#fff
    }

    .header-2017-fixed-top #header-2017-mobile {
        box-shadow:0 -25px 100px
    }

    #header-2017-mobile {
        float:left;
        display:block;
        width:100%
    }

    .header-2017-fixed-top #header-2017-menu,.header-2017-fixed-top #header-2017-logo,.header-2017-fixed-top #header-2017-shopping {
        margin-top:0;
        margin-bottom:0
    }

    .header-2017-fixed-top {
        left:0;
        right:0;
        background-color:#fff
    }

    div#header-2017-promo {
        font-size:9px;
        height:30px;
        line-height:30px
    }

    div#header-2017-promo span {
        padding:0 10px 0 20px;
        height:30px;
        line-height:30px
    }

    div#header-2017-main-bar.row-nomargin {
        margin:0
    }

    div.jCountdown-row {
        margin:10px 0
    }

    .portada .jCountdown-row {
        margin:0 0 10px
    }

    div#header-2017-util {
        border-bottom:0;
        margin-bottom:10px;
        padding-bottom:0;
        padding-top:5px;
        display:block
    }

    div.header-2017-fixed-top div#buscador-mobile {
        margin-bottom:10px
    }

    div#buscador-mobile {
        margin-top:10px;
        padding:0 10px
    }

    div#buscador-mobile .input-group-btn {
        width:1%
    }

    div#header-2017-shopping {
        text-align:right
    }

    div#header-2017-menu {
        padding-left:12px
    }

    div#header-2017-shopping {
        padding-right:0
    }

    li.header-2017-shopping-item {
        margin-left:0
    }

    div#header-2017-menu,div#header-2017-logo,div#header-2017-shopping {
        margin:5px 0;
        padding-top:5px;
        padding-bottom:5px
    }

    ul#header-2017-menu {
        text-align:center;
        position:fixed;
        top:0;
        bottom:0;
        display:none;
        margin:0;
        background-color:#f1f1f1;
        z-index:1101;
        border-right:2px solid #666;
        left:0;
        box-shadow:3px 9px 65px -12px rgba(0,0,0,0.41);
        right:10%;
        overflow:scroll
    }

    a#header-2017-toogle-invisible {
        position:fixed;
        top:0;
        right:0;
        left:0;
        bottom:0;
        z-index:1100
    }

    li#menubar-ofertas-colchones {
        max-width:inherit
    }

    span.header-2017-menu-item-text {
        margin-left:5px
    }

    li.header-2017-menu-item {
        display:block;
        width:100%!important;
        min-width:inherit;
        max-width:inherit
    }

    li#header-2017-menu-item-red.li.header-2017-menu-item {
        background-color:#d90328
    }

    li.header-2017-menu-item a {
        text-align:left;
        padding:4px 20px;
        height:auto
    }

    h2.header-2017-menu-title {
        font-size:16px;
        line-height:24px;
        text-align:left;
        padding:0 10px;
        margin-bottom:5px;
        margin-top:10px
    }

    div#header-2017-claim {
        background-color:#f1f1f1;
        padding:0;
        line-height:34px;
        text-align:center
    }

    ul#header-2017-shopping {
        width:100%
    }

    ul#header-2017-shopping li {
        width:25%
    }

    li.header-2017-menu-item a {
        font-size:14px;
        line-height:32px
    }

    div#header-2017 {
        margin-bottom:0
    }

    span.header-2017-menu-item-icon {
        float:left;
        margin:0
    }
}

.footer-201706 {
    overflow:hidden;
    float:left;
    margin-top:20px;
    border-top:1px solid #d8d8d8;
}

.footer-201706 .row {
    margin:0
}

.footer-201706-destacados a {
    overflow:hidden;
    margin:0;
    line-height:60px;
    color:#777
}

.footer-201706-destacados {
    background-color:#f1f1f1;
    padding:10px;
    margin:0
}

.footer-201706-destacados-icon {
    display:block;
    margin:0 5px 0 0;
    width:64px;
    height:64px;
    float:left;
    background-position:-869px -64px
}

.footer-201706-social-icon {
    display:block;
    margin:0;
    width:64px;
    height:64px;
    float:left;
    background-position:-869px -64px
}

.footer-201706-terms {
    background-color:#4a4a4a;
    color:#fff;
    font-size:10px;
    padding:5px
}

.footer-201706-terms a {
    color:#fff
}

.footer-201706-terms a:hover {
    text-decoration:underline;
    color:#fff!important
}

.footer-201706-terms-links {
    text-align:right
}

.footer-201706-terms-brand {
    text-align:left
}

.footer-201706-colaboradores-icon {
    display:block;
    margin:0 5px 0 0;
    width:64px;
    height:64px;
    float:left;
    background-position:-869px -64px
}

@media only screen and (max-width: 767px) {
    .listado-item-2017-decorator-promo-358 {
        zoom:80%
    }

    span.footer-201706-logo {
        margin:16px 8px
    }

    .footer-201706-terms-links,.footer-201706-terms-brand {
        text-align:center
    }

    div.footer-201706-logos {
        padding:24px 0 0
    }

    .footer-201706-destacados a {
        overflow:hidden;
        margin:0;
        line-height:20px;
        color:#777;
        display:block;
        text-align:center
    }

    .footer-201706-destacados-icon {
        display:block;
        margin:0 auto;
        width:64px;
        height:64px;
        float:inherit
    }

    .footer-201706-list-colaboradores li {
        float:left;
        width:50%
    }

    .footer-201706-colaboradores-icon {
        float:none;
        margin:0 auto
    }
}

.footer-201706-destacados-icon-check {
    background-position:-997px -64px
}

.footer-201706-destacados-icon-star {
    background-position:-869px -64px
}

.footer-201706-destacados-icon-book {
    background-position:-1061px -64px
}

.footer-201706-destacados-icon-shop {
    background-position:-1061px -64px
}

.footer-201706-destacados-icon-user {
    background-position:-933px -64px
}

.footer-201706-social-icon-facebook {
    background-position:-837px -128px
}

.footer-201706-social-icon-twitter {
    background-position:-965px -128px
}

.footer-201706-social-icon-google {
    background-position:-901px -128px
}

.footer-201706-social-icon-blog {
    background-position:-775px -128px
}

.footer-201706-social-icon-youtube {
    background-position:-1029px -128px
}

.footer-201706-social-icon-instagram {
    background-position:-1093px -128px
}

.footer-201706-colaboradores-icon-visa {
    background-position:-1319px -32px;
    width:128px;
    height:32px
}

.footer-201706-colaboradores-icon-paypal {
    background-position:-1092px -32px;
    height:32px;
    width:96px
}

.footer-201706-colaboradores-icon-confianza {
    background-position:-711px -128px
}

.footer-201706-colaboradores-icon-cofidis {
    background-position:-1159px -128px;
    width:128px;
    height:64px
}

.footer-201706-lists h4 {
    line-height:20px;
    font-size:14px;
    color:#c94052;
    font-weight:700
}

.footer-201706-lists {
    padding:0 25px
}

.footer-201706-lists .nav-pills > li {
    display:inline-block;
    overflow:hidden;
    float:inherit
}

.footer-201706-lists .nav-pills > li > a {
    overflow:hidden;
    padding:10px 5px
}

.footer-201706-lists .nav > li > a:hover {
    background-color:transparent
}

.footer-201706-list-colaboradores ul {
    overflow:hidden
}

.footer-201706-list-colaboradores li {
    margin:0 0 10px;
    padding:0 10px
}

.footer-201706-list ul {
    padding:0 15px;
    list-style:circle
}

.footer-201706-list a {
    color:#777;
    font-size:12px
}

.footer-201706-logos {
    background-color:#f1f1f1;
    padding:24px;
    margin:0
}

.footer-201706-logo-promo {
    background-color:#d90328;
    color:#fff
}

.footer-201706-logo-div a {
    overflow:hidden;
    display:block
}

.footer-201706-logo {
    background-position:-712px -64px;
    width:96px;
    height:32px;
    display:block;
    margin:16px 16px 0
}

.footer-201706-logo-a {
    width:64px;
    height:64px;
    margin-top:0;
    background-position:-712px -64px
}

.footer-201706-logo-b {
    background-position:-779px -64px;
    height:64px;
    margin-top:0
}

.footer-201706-logo-c {
    background-position:-806px -32px
}

.footer-201706-logo-d {
    background-position:-903px -32px
}

.footer-201706-logo-e {
    background-position:-1479px -77px
}

.footer-201706-logo-promo {
    line-height:initial;
    margin-top:2px
}

.footer-201706-logo-f {
    padding:8px 0;
    display:block;
    color:#fff;
    text-align:center;
    margin-top:2px
}

.footer-201706-logo-f-line-2 {
    display:block
}

.footer-201706-logo-f-chevron {
    float:right;
    right:20px;
    top:-21px
}

@media only screen and (max-width: 767px) {
    .footer-201706-logo-f-line-2 {
        display:inline
    }

    .footer-201706-logo-f-chevron {
        float:inherit;
        top:1px;
        right:inherit;
        margin-left:4px
    }
}

.footer-201706-logo-f:hover {
    color:#fff!important
}

.panel.panel-nomargin {
    margin-bottom:0
}

@media only screen and (max-width: 767px) {
    div.solo-movil a.link-cambio-calidad img {
        max-width:100%
    }
}

div.privacidad .bloque {
    display:inline
}

.columna_unidades .spin span.input-group-btn {
    width:auto
}

.btn-spin2 {
    vertical-align:middle;
    padding:0;
    margin:0;
    width:21px;
    height:21px;
    text-align:center
}

.btn-spin2.btn-spin2-down {
    border-radius:4px 0 0 4px
}

.btn-spin2.btn-spin2-up {
    border-radius:0 4px 4px 0
}

@media only screen and (max-width: 767px) {
    .btn-spin2 {
        width:28px;
        height:28px
    }

    .carrito .producto .producto_spin,.producto_spin {
        width:36px;
        height:28px
    }

    .spin input.producto_spin {
        width:36px;
        height:28px;
        border-radius:0
    }
}

.jCountdownInlineListado .jCountdown-row {
    padding:0;
    margin:0;
    background-color:transparent
}

.jCountdownInlineListado .jCountdown-panel {
    float:left;
    padding:0 6px;
    font-weight:700
}

.jCountdownInlineListado .jCountdown-label {
    font-size:13px;
    color:#da0526;
    float:left
}

.jCountdownInlineListado .jCountdown-title {
    font-size:13px;
    color:#da0526;
    float:left;
    margin-right:12px
}

.jCountdownInlineListado .jCountdown-number {
    width:auto;
    float:left;
    margin-right:10px;
    min-width:50px;
    font-size:13px;
    color:#da0526
}

.jCountdownInlineListado .jCountdown-value {
    font-size:13px;
    color:#da0526;
    float:left;
    margin-right:6px;
    height:20px;
    line-height:20px
}

.jCountdown-row {
    background-color:#f2f2f2;
    padding:2px;
    margin:24px 0;
    width:100%
}

.jCountdown-panel {
    padding:0
}

.jCountdown-number {
    padding:0
}

.jCountdown-value {
    font-size:30px;
    color:#da0526;
    height:30px;
    line-height:30px
}

.jCountdown-label,.jCountdown-title {
    font-size:12px;
    color:#636363;
    margin-bottom:1px
}

@media only screen and (max-width: 767px) {
    .jCountdown-label,.jCountdown-title {
        font-size:10px
    }
}

.aviso_impuestos_2017 hr {
    margin:10px auto
}

.aviso_impuestos_2017 p {
    margin:0
}

.aviso_impuestos_2017 .panel-body {
    padding:10px 15px
}

@media only screen and (max-width: 767px) {
    div.new-listado-header-text {
        height:145px;
        min-height:145px;
        max-height:145px;
        background-position:center center
    }

    div.new-listado-header-text p {
        display:none
    }

    .aviso_impuestos_2017 hr {
        margin:6px auto
    }

    .aviso_impuestos_2017 p {
        margin:0
    }

    .aviso_impuestos_2017 .panel-body {
        padding:6px
    }
}

.precios .field-cetelem {
    width:100%;
    float:left;
    text-align:center;
    font-size:14px;
    padding:5px
}

.precios .field-cetelem .info-cetelem {
    background-color:#f2f2f2
}

.precios .field-cetelem .info-cetelem #upto-months {
    color:#1bb290
}

.precios .field-cetelem .info-cetelem a {
    color:inherit
}

.precios .field-cetelem .info-cetelem a:hover {
    color:inherit!important
}

#shoppingHelpBanner {
    background-color:#86b8b9;
    padding:6px;
    margin-top:10px;
    float:left;
    width:100%;
    margin-bottom:20px
}

#shoppingHelpBanner a {
    background-image:url(/resources/images/fondos/fondoayuda.png);
    border:4px solid #fff;
    text-align:center;
    padding:15px;
    max-width:100%;
    display:block;
    color:#fff;
    font-size:25px;
    text-align:center;
    line-height:35px
}

#shoppingHelpBanner a:hover {
    text-decoration:none!important;
    color:#fff!important
}

@media only screen and (max-width: 767px) {
    .listado-item-2017-show-product {
        margin-left:3%
    }

    .listado-item-2017-show-product-button {
        padding-top:14px!important;
        padding-bottom:14px!important
    }

    .listado-item-2017-delivery-box {
        margin-bottom:5px!important
    }
}

.listado-item-2017.listado-item-2017-square .listado-item-2017-show-product-holder {
    width:100%!important;
    margin:0!important
}

.listado-item-2017.listado-item-2017-square .listado-item-2017-show-product {
    margin:0!important
}

.listado-item-2017.listado-item-2017-square .listado-item-2017-delivery-holder {
    width:100%
}

div#pagination-scroll {
    background-image:url(/resources/images/fondos/paginacion.gif);
    display:block;
    height:15px;
    width:100%;
    margin:0 0 10px;
    float:left;
    background-repeat:no-repeat;
    background-position:center center
}

.navbar-custom-holder {
    background:#13629e;
    min-height:40px
}

.navbar-custom-column {
    min-height: 20px;
    margin: 5px 0;
    padding: 2px 0;
    line-height: 30px;
}

.navbar-custom-column-button {}
.navbar-custom-btn:hover {
    color: #fff;
    background-color: #189e7f;
}
.navbar-custom-btn {
    background-color: #1bb290;
    color: #fff;
    line-height: 24px;
    padding: 3px 32px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-custom-info {
    color:#fff
}

.navbar-custom-value {
    font-weight:700;
    font-size:18px;
    color:#fff
}

.navbar-custom-button-icon {
    display:block;
    float:right;
    width:24px;
    height:24px;
    position:relative;
    background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'%0AviewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E%0A.st0%7Bfill:none;%7D%0A.st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M28.2,9.9c-0.2-0.2-0.5-0.5-1-0.5H10.6L9.9,7.7C9.8,7.5,9.8,7.4,9.7,7.3c0-0.1-0.1-0.2-0.2-0.2%0AC9.4,7,9.3,7,9.2,6.9H9.2c0-0.1-0.1-0.1-0.2-0.2l0,0c-0.1,0-0.2,0-0.2-0.1H8.7c-0.1,0-0.1,0-0.2,0H5.2c-0.9,0-1.6,0.7-1.6,1.6%0As0.7,1.6,1.6,1.6h2.2l0.9,1.9c0.2,0.7,0.6,1.2,0.6,1.2l2.2,4.9c0,0.1,0.1,0.1,0.1,0.2l0.4,0.8c0.2,0.6,0.6,0.9,1.1,1.1L13,20h9.6%0Ah0.8l0.6-0.1c0.5-0.2,0.9-0.6,1.1-1.1l2.7-5.9C27.8,12.6,28.8,10.9,28.2,9.9z M14.8,20.9c-1.2,0-2.1,1-2.1,2.1%0Ac0,1.2,1,2.1,2.1,2.1c1.2,0,2.1-1,2.1-2.1C17,22,16,20.9,14.8,20.9z M22.4,20.9c-1.2,0-2.1,1-2.1,2.1c0,1.2,1,2.1,2.1,2.1%0Ac1.2,0,2.1-1,2.1-2.1C24.6,22,23.7,20.9,22.4,20.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M28.2,9.9c-0.2-0.2-0.5-0.5-1-0.5H10.6L9.9,7.7C9.8,7.5,9.8,7.4,9.7,7.3c0-0.1-0.1-0.2-0.2-0.2%0AC9.4,7,9.3,7,9.2,6.9H9.2c0-0.1-0.1-0.1-0.2-0.2l0,0c-0.1,0-0.2,0-0.2-0.1H8.7c-0.1,0-0.1,0-0.2,0H5.2c-0.9,0-1.6,0.7-1.6,1.6%0As0.7,1.6,1.6,1.6h2.2l0.9,1.9c0.2,0.7,0.6,1.2,0.6,1.2l2.2,4.9c0,0.1,0.1,0.1,0.1,0.2l0.4,0.8c0.2,0.6,0.6,0.9,1.1,1.1L13,20h9.6%0Ah0.8l0.6-0.1c0.5-0.2,0.9-0.6,1.1-1.1l2.7-5.9C27.8,12.6,28.8,10.9,28.2,9.9z M14.8,20.9c-1.2,0-2.1,1-2.1,2.1%0Ac0,1.2,1,2.1,2.1,2.1c1.2,0,2.1-1,2.1-2.1C17,22,16,20.9,14.8,20.9z M22.4,20.9c-1.2,0-2.1,1-2.1,2.1c0,1.2,1,2.1,2.1,2.1%0Ac1.2,0,2.1-1,2.1-2.1C24.6,22,23.7,20.9,22.4,20.9z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.navbar-custom-row {
    padding:0 5px
}

.navbar-custom-button-label {
    float:left
}

.menu_ficha_options {
    bottom:60px!important
}

.menu_ficha_2013 {
    bottom:60px!important
}

.float_chat {
    bottom:100px!important
}

.btn-2018-back-to-product {
    border:3px solid #1bb290;
    text-align:center;
    padding:5px;
    display:block;
    color:#1bb290!important;
    font-size:15px!important;
    line-height:25px!important;
    font-weight:700!important
}

@media only screen and (max-width: 767px) {
    .btn-2018-back-to-product {
        font-size:13px!important
    }
}

.columna_producto_servicios_carrito {
    float:left;
    width:100%;
    overflow:hidden;
    border:1px solid #D8D8D8;
    padding:5px 10px;
    margin-top:5px;
    border-radius:5px
}

.columna_producto_servicios_carrito.esconder {
    display:none
}

.columna_producto_servicios_carrito_nombre {
    overflow:hidden
}

.columna_producto_servicios_carrito_nombre h5 {
    float:left;
    line-height:18px
}

.columna_producto_servicios_carrito_nombre span.producto_servicio_precio {
    float:right;
    font-weight:700;
    font-size:13px;
    font-family:Arial;
    padding:2px;
    margin:2px
}

.columna_producto_servicios_carrito_nombre a.masinfo {
    background-position:0 0;
    margin-left:2px
}

.columna_producto_servicios_carrito_deleted .btnremoveservicio {
    display:block;
    width:18px;
    height:20px;
    background-image:url(/resources/images/icons/producto_delete.png);
    background-repeat:no-repeat
}

.columna_producto_servicios_carrito .btnremoveservicio span {
    color:red;
    font-weight:700
}

.columna_producto_servicios_carrito_deleted {
    overflow:hidden;
    float:none
}

.columna_producto_servicios_carrito_dependiente {
    overflow:hidden;
    float:left;
    width:100%;
    text-align:center;
    font-weight:700;
    padding:5px;
    border:1px dotted #d8d8d8;
    border-radius:5px;
    background-color:#f8f8d8;
    margin-bottom:5px
}

.btnaddservicio {
    float:right;
    background-color:#fff;
    color:#bb0130!important;
    padding:5px 25px;
    border-radius:5px
}

.btaddservicio:hover {
    color:#fff
}

.producto_servicio_portes_label {
    float:right;
    font-weight:700;
    font-size:13px;
    font-family:Arial;
    padding:2px;
    margin:2px;
    margin-right:15px
}

.btnaddservicio_2018 {
    float:right;
    color:#fff!important;
    background-color:#337ab7;
    border-color:#2e6da4;
    padding:5px 10px;
    margin-right:15px
}

.columna_producto_portes {
    float:left;
    width:100%;
    overflow:hidden;
    padding:5px 10px;
    margin-top:5px
}

.btnComprar-text {
    font-size:23px;
    text-align:center;
    line-height:43px
}

.listado_2017_menu_close_filtro {
    width: 15px;
    height: 15px;
    z-index: 999999;
    background-image: url(/resources/images/sprites/botones-filtro-sofas.png);
    background-position: 60px 15px;
    width: 22px;
    height: 15px;
    display: block;
    float: right;
    margin-top: 3px;
    margin-right: 5px;
}

.contactar-2018-row {
    margin-bottom:20px
}

.contactar-2018-tittle {
    background:none!important;
    margin:0!important;
    padding:0!important;
    font-weight:700;
    border:none!important
}

.contactar-2018-subtittle-box {
    border-radius:3px;
    font-size:14px;
    padding:10px 0
}

.contactar-2018-tittle span {
    color:#1bb290;
    font-weight:inherit
}

.condiciones-2018 {
    font-size:10px
}

.color-2018 {
    color:#1bb290
}

.contactar-2018-form-element {
    margin-right:10px;
    margin-bottom:10px
}

.contactar-2018-form-file {
    margin-bottom:10px;
    margin-top:5px
}

.contactar-2018-form {
    font-size:13px!important;
    padding:5px!important
}

.glyphicon-play-circle-blue {
    color:#fff;
    font-size:21px;
    top:4px
}

#listado-2018-asesor-link {
    position:fixed;
    left:0;
    right:0;
    bottom:20px;
    margin:0;
    z-index:999;
    padding:10px 0
}

#listado-2018-asesor {
    background-color:#13629e;
    min-width:200px;
    margin:0 auto;
    text-align:center;
    border-radius:5px;
    border:1px solid #d8d8d8;
    box-shadow:0 0 10px 2px rgba(163,163,163,1)
}

#listado-2018-asesor-filtro {
    background-color:#fff;
    margin:0 auto;
    text-align:center;
    border-radius:5px;
    border:1px solid #d8d8d8;
    box-shadow:0 0 10px 2px rgba(163,163,163,1)
}

#listado-2018-asesor-filtro #listado-2017-action-show-filter {
    font-size:16px;
    padding:4px
}

#listado-2018-launch-asesor {
    color:#fff;
    padding:4px;
    font-size:16px
}

#listado-2018-launch-asesor:hover {
    color:#fff!important
}

@media only screen and (max-width: 767px) {
    div#header-2017-menubar .header-2017-menu-item span.header-2017-menu-item-icon-next {
        float:right;
        vertical-align:middle;
        line-height:inherit;
        top:50%;
        right:-12px
    }

    div#header-2017-submenubar {
        margin:0
    }

    span.header-2017-menu-item-text {
        margin-left:0
    }

    ul#header-2017-submenu {
        text-align:center;
        position:fixed;
        top:0;
        bottom:0;
        display:none;
        margin:0;
        background-color:#fff;
        z-index:1101;
        border-right:2px solid #666;
        left:10%;
        box-shadow:3px 9px 65px -12px rgba(0,0,0,0.41);
        right:0;
        overflow:scroll
    }

    div.header-2017-submenu-title-container {
        display:block;
        z-index:100
    }

    div.header-2017-submenu-items-container {
        z-index:-10
    }

    h2.header-2017-submenu-title {
        font-size:16px;
        line-height:24px;
        text-align:left;
        padding:8px 10px;
        background-color:#aaa;
        margin:0
    }

    h2.header-2017-submenu-title span.header-2017-submenu-title-text {
        padding-left:39px;
        text-transform:uppercase
    }

    div#header-2017-submenu-toggle {
        position:fixed;
        top:0;
        right:0;
        left:0;
        bottom:0;
        z-index:1500
    }

    li.header-2017-submenu-item a {
        font-size:14px;
        line-height:32px;
        text-align:left;
        padding:4px 20px;
        height:auto;
        text-decoration:none
    }

    a#header-2017-submenu-item-close {
        position:absolute;
        right:10px;
        top:8px;
        display:table-cell
    }

    a#header-2017-submenu-item-back {
        position:absolute;
        left:10px;
        top:8px;
        display:table-cell;
        line-height:inherit;
        color:#fff;
        margin-left:8px;
        padding-top:3px;
        font-size:14px
    }

    li.header-2017-submenu-item span.header-2017-submenu-item-icon,li.header-2017-submenu-item span.header-2017-submenu-item-text {
        display:table-cell
    }

    ul#header-2017-submenu[data-base_listado_id="1352"] {
        background-image:url(/resources/images/menu_dinamico/mobile/outlet.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-base_listado_id="86"] {
        background-image:url(/resources/images/menu_dinamico/mobile/sofas.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-base_listado_id="32"] {
        background-image:url(/resources/images/menu_dinamico/mobile/colchones.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-base_listado_id="33"] {
        background-image:url(/resources/images/menu_dinamico/mobile/somieres.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-base_listado_id="27"] {
        background-image:url(/resources/images/menu_dinamico/mobile/almohadas.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-base_listado_id="435"] {
        background-image:url(/resources/images/menu_dinamico/mobile/th.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-base_listado_id="772"] {
        background-image:url(/resources/images/menu_dinamico/mobile/fundas-sofa.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-base_listado_id="1737"] {
        background-image:url(/resources/images/menu_dinamico/mobile/alfombras.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-base_listado_id="1860"] {
        background-image:url(/resources/images/menu_dinamico/mobile/mesas.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-base_listado_id="1883"] {
        background-image:url(/resources/images/menu_dinamico/mobile/sillas.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-base_listado_id="1609"] {
        background-image:url(/resources/images/menu_dinamico/mobile/muebles.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-base_listado_id="1857"] {
        background-image:url(/resources/images/menu_dinamico/mobile/hosteleria.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    ul#header-2017-submenu[data-promo="1"] {
        background-image:url(/resources/images/menu_dinamico/mobile/promo.jpg);
        background-position:bottom;
        background-repeat:no-repeat
    }

    .noScroll {
        overflow:hidden
    }
}

.custom-listado-2018-text {
    font-size:20px;
    color:#858585;
    font-weight:700;
    cursor:pointer
}

.custom-listado-2018-text .green,.custom-listado-2018-list-text .green {
    color:#1bb291
}

.custom-listado-2018-relaunch-asesor {
    width:auto;
    font-size:15px;
    font-weight:700;
    margin:auto
}

.custom-listado-2018-seleccion {
    border:#c6c6c6 1px solid;
    padding:15px
}

.custom-listado-2018-list-text {
    font-size:15px;
    color:#858585;
    font-weight:700
}

.custom-listado-2018-no-products-text {
    font-size:14px;
    color:#858585;
    font-weight:700
}

.mapaVarios h3 {
    text-transform:uppercase;
    text-align:center;
    font-size:18px;
    font-weight:700
}

.mapaVariosListado {
    display:block;
    margin:5px
}

.mapaVariosListado a {
    position:relative;
    display:block;
    color:#fff
}

.mapaVariosListado a:hover {
    color:#fff!important
}

.mapaVariosListado a img {
    width:100%
}

.mapaVariosListado a span {
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    height:auto;
    background-color:rgba(27,178,144,0.8);
    opacity:1;
    font-size:15px;
    text-align:center;
    display:unset;
    width:auto;
    padding:5px;
    text-transform:uppercase
}

.filter-actions a.filter-image {
    color:#333;
    display:block;
    font-size:11px;
    height:60px;
    line-height:16px;
    text-align:center;
    padding:45px 0 0;
    background-image:url(/resources/images/sprites/sofas-icons.png);
    background-repeat:no-repeat
}

.filter-actions li.filter-color {
    width:48px;
    display:block;
    float:left;
    margin:0 2px!important
}

.filter-actions a.filter-color {
    height:40px;
    padding-top:0
}

.filter-actions a.filter-color-beis-unchecked {
    background-position:-648px -50px
}

.filter-actions a.filter-color-negro-unchecked {
    background-position:-537px -10px
}

.filter-actions a.filter-color-marron-unchecked {
    background-position:-593px -10px
}

.filter-actions a.filter-color-rojo-unchecked {
    background-position:-648px -10px
}

.filter-actions a.filter-color-blanco-unchecked {
    background-position:-537px -50px
}

.filter-actions a.filter-color-morado-unchecked {
    background-position:-537px -91px
}

.filter-actions a.filter-color-gris-unchecked {
    background-position:-592px -51px
}

.filter-actions a.filter-color-beis-checked {
    background-position:-815px -50px
}

.filter-actions a.filter-color-negro-checked {
    background-position:-705px -10px
}

.filter-actions a.filter-color-marron-checked {
    background-position:-760px -10px
}

.filter-actions a.filter-color-rojo-checked {
    background-position:-814px -10px
}

.filter-actions a.filter-color-blanco-checked {
    background-position:-704px -50px
}

.filter-actions a.filter-color-morado-checked {
    background-position:-704px -91px
}

.filter-actions a.filter-color-gris-checked {
    background-position:-760px -51px
}

.filter-actions a.filter-color-otros {
    color:#0B3E66;
    font-weight:700;
    height:28px;
    line-height:19px;
    text-align:right;
    padding:5px 10px
}

.filter-actions li.filter-icon {
    width:75px;
    display:block;
    float:left;
    margin:0 2px 4px!important
}

.filter-actions a.filter-icon {
    height:60px
}

.filter-actions a.filter-icon-altasprestaciones-unchecked {
    background-position:-83px -241px
}

.filter-actions a.filter-icon-economico-unchecked {
    background-position:3px -241px
}

.filter-actions a.filter-icon-media-unchecked {
    background-position:3px -365px
}

.filter-actions a.filter-icon-todos-unchecked {
    background-position:-175px -242px
}

.filter-actions a.filter-icon-stock-unchecked {
    background-position:-261px -242px
}

.filter-actions a.filter-icon-altasprestaciones-checked {
    background-position:-83px -301px;
    line-height:12px
}

.filter-actions a.filter-icon-economico-checked {
    background-position:3px -301px
}

.filter-actions a.filter-icon-media-checked {
    background-position:-83px -365px
}

.filter-actions a.filter-icon-todos-checked {
    background-position:-175px -301px
}

.filter-actions a.filter-icon-stock-checked {
    background-position:-261px -301px
}

ul.sugerencia-servicios-productos-carrito span.sugerencia-servicios-lista-productos-title {
    border-bottom:2px solid #ccc;
    padding-bottom:4px;
    display:flex;
    margin:0 8px 4px 0
}

.botones #boton-cancelar-registro {
    background-color:#d90328!important
}

.header-2017-buscador-desktop {
    position:fixed;
    top:80px;
    z-index:999;
    max-width:1031px;
    width:100%;
    display:none
}

button#header-2017-action-buscar-desktop {
    border-radius:50px;
    padding:6px;
    float:right;
    margin-right:10px
}

.llama-dto-adicional {
    color:#000
}

.llama-dto-adicional:hover {
    text-decoration:none!important;
    color:#000!important
}

#form-direcciones input,#form-direcciones select,#form-direcciones span.campo {
    border-radius:5px;
    padding:7px 5px
}

#form-direcciones h2.sectionHeader {
    border-bottom:1px solid #d8d8d8;
    text-transform:uppercase;
    font-size:14px;
    margin:0 0 10px;
    padding:3px 0;
    color:#1bb290;
    font-weight:700
}

.MsgError2019 {
    margin-top:10px
}

.whatsapp-icon-holder {
    display:block;
    position:fixed;
    bottom:90px;
    right:0;
    width:40px;
    height:40px;
    z-index:11
}

div.listadosBloques{
    margin-top:20px;
}
div.listadosBloques ul{
    margin:10px 0 20px 0;
    float:left;
    width:100%;
}
div.listadosBloques ul li{
    margin: 5px 0;
    overflow: hidden;
}
.listadosBloquesContent{
    padding: 10px;
    font-size: 12px;
    color: #111;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}
.listadosBloquesContent p{
    margin:0;
    line-height:20px;
}
.listadosBloquesHeader a:hover{
    text-decoration:none;
}
.listadosBloques h2{
    font-size:16px;
    font-weight:700;
    color:#333;
    margin-top:5px;
    padding-bottom:5px;
    margin-bottom:0;
    border-bottom:2px dotted #d8d8d8;
}
.listadosBloquesHeader h3{
    font-size:14px;
    color:#333;
    margin-top:5px;
    margin-bottom:5px;
}

.cms.cms-carrito a.btn{
    color:#000
}
.cms.cms-carrito a.btn:hover{
    text-decoration: none !important;
}
.cms.cms-carrito a.btn.btn-primary,.cms.cms-carrito a.btn.btn-primary:hover{
    color:#fff !important;
}
.carrito2019.carrito {
    margin-top: 1em;
    color: #1e1e1e;
    float: inherit;
    clear: inherit;
    width: 100%;
    line-height: inherit;
}

.carrito2019 .carrito_body {
    background-image: none;
    font-size: 12px;
    background: inherit;
    border: inherit;
    border-radius: inherit;
    position: relative;
    float: inherit;
    clear: inherit;
    width: 100%;
    line-height: inherit;
    min-height: 510px;
}

.carrito2019 a.producto_imagen img {
    border-radius: 0px;
    height: 100px;

}

.carrito2019 a.producto_imagen img, .carrito2019.carrito div.columna_unidades {
    max-width: 133px;
}

.carrito2019.carrito .producto_delete {
    background: none;
    display: table-cell;
    width: inherit;
    height: inherit;
    text-align: right;
    text-decoration: none !important;
}

.carrito2019.carrito .producto li {
    font-size: 12px;
    color: #1e1e1e;
    background: none;
    padding-left: 0px;
    list-style-type: none;
}

.carrito2019 .producto_dto {
    font: inherit;
}

.carrito2019 div.columna_precio {
    line-height: 0px;
}

.carrito2019.carrito div.producto, .carrito2019.carrito div.carrito-pack, .carrito2019 .presupuesto div.producto,
.carrito2019 .presupuesto div.carrito-pack, .carrito2019 .reconfirmacion div.producto,
.carrito2019 .presupuesto div.carrito-pack {
    background: inherit;
    border: none;
    clear: inherit;
    float: inherit;
    width: 100%;
    border-radius: inherit;
    margin: inherit;
    padding: 0px 0px;
    border-bottom: 1px solid #ebeced;
    margin-top: 10px;
    padding-bottom: 10px;
}

.carrito2019.carrito div.producto {
    border-bottom: 1px solid #ebeced;
    margin-top: 15px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    position: relative;
}

.carrito2019.carrito div.carrito-pack div.producto, .carrito2019 .removeservicio {
    margin-bottom: 0px;
    padding-left: 0px;
}


.carrito2019#carrito .subtotal_carrito {
    padding-top: 10px;
}

.carrito2019 .columna_producto_servicios_carrito {
    float: inherit;
    width: 100%;
    overflow: inherit;
    border: none;
    padding: 10px 5px;
    margin: 0px;
    border-radius: inherit;
    background-color: #ebeced;
}

.carrito2019 .columna_producto_servicios_carrito_nombre {
    overflow: hidden;
    text-align: right;
}

.carrito2019 .columna_producto_servicios_carrito_nombre span.producto_servicio_precio {
    float: none;
    font: inherit;
    padding: inherit;
    margin: inherit;
}

.carrito2019 .producto_price_info_service_recomendado_header{
    border:1px solid #1bb290;
    color:#fff;
    background-color: #1bb290;
    padding: 3px 5px;
    float:left;
    text-transform: uppercase;
}
.carrito2019 .columna_producto_servicios_carrito_theme_recomendado{
    border:1px solid #1bb290;
}
/*
.carrito2019 .columna_producto_servicios_carrito_deleted a.btnremoveservicio {
    display: block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 4px solid #1bb890;
    background-color: white;
    padding: 0px;
    margin: 0px;
    background-image: none;
    margin-left: 3px;
    margin-right: 3px
 }*/

.carrito2019 .columna_producto_servicios_carrito_deleted {
    overflow: hidden;
    float: inherit;
}

.carrito2019 .btnaddservicio_2018 {
    display: block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 2px solid #a0a0a0;
    background-color: white;
    padding: 0px;
    margin: 0px;
    margin-left: 3px;
}

.carrito2019.head_cart {
    border: 1px solid #1bb290;
    border-top-width: 7px;
    border-bottom-width: 2px;
    display: block;
    overflow: hidden;
    border-right: 0px;
    border-left: 0px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1e;
    margin-top: 5px;
    position: relative;
}

.carrito2019.head_cart span {
    font-size: 18px;
    /*padding-left: 25%;*/
}

.carrito2019#entrega {
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #D8D8D8;
    color: #1e1e1e;
    font-size: 13px;
    line-height: 29px;
}

.carrito2019.carrito .input-group-btn .btn-primary {
    background-color: #ebeced;
    color: #1e1e1e;
    border: none;
}

.carrito2019.carrito .input-group-btn .btn-primary .glyphicon-minus,
.carrito2019.carrito .input-group-btn .btn-primary .glyphicon-plus {
    font-family: inherit;
}

.carrito2019.carrito .producto_spin {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #ebeced;
    margin: 1px;
    border: none;
    color: #1e1e1e;
    width: 30px;
    text-align: center;
    font-size: 12px;
    height: 21px;
    border-radius: 0px;
    margin: 0px 4px;
}

.carrito2019 .carrito-codigo-promocional, .carrito2019 .carrito-codigo-promocional-wrapper {
    width: auto;
    font-size: 13px;
    line-height: inherit;
    border: none;
    border-radius: inherit;
    margin: 0px;
    clear: inherit;
    background: none;
    float: none;
    color: #1bb290;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

.carrito2019 .carrito-codigo-promocional a {
    background-color: #1bb290;
    width: auto;
    padding: 5px 15px;
    height: auto;
    color: #fff;
    margin: 0px;
    background-image: none;
}

.carrito2019 .carrito-codigo-promocional input {
    width: 100px;
    text-align: center;
    float: left;
    height: 28px;
    margin-right: 3px;
    border: 1px solid #707070;
}

.carrito2019 .carrito-codigo-promocional span {
    /* margin-bottom: 10px;*/
    float: left;
    margin: initial;
}

.carrito2019.carrito tr.producto_totales td, .carrito2019.static_carrito tr.producto_totales td {
    font: inherit;
    font-size: 13px;
    color: inherit;
    font-weight: inherit;
    vertical-align: middle !important;
    padding-bottom: 10px;
}

.carrito2019.carrito #tb_totales tr.producto_totales td, .carrito2019.static_carrito #tb_totales_static tr.producto_totales td {
    padding-bottom: 0px;
    font-size: 17px;
}

.carrito2019.static_carrito {
    margin-left: 0%;
    width: 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #13629e;
}

.carrito2019 tr.producto_totales .carrito_ahora span {
    font: inherit;
    color: inherit;
    font-weight: inherit;
}

.carrito2019 tr.producto_totales .carrito_antes span {
    font: inherit;
    color: inherit;
    text-align: inherit;
}

.carrito2019.carrito tr.producto_totales .carrito_antes, .carrito2019.carrito tr.producto_totales .carrito_ahora {
    line-height: initial;
    height: initial;
    padding-right: 0px;
}

.carrito2019 tr.producto_totales .carrito_antes {
    text-align: initial;
    width: initial;
}

.carrito2019.carrito #tb_totales, .carrito2019.static_carrito #tb_totales_static {
    color: #1e1e1e;
    background-color: #ebeced;
    margin-top: 10px;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 10px;
    float: left;
    margin-bottom: 10px;
}

.carrito2019.static_carrito #tb_totales_static {
    background-color: #13629e;
    color: white;
    margin-top: 0px;
    font-weight: 400;
    padding: 5px 5px;
    font-size: 12px;
    width: 40%;
    margin: 0 auto;
    float: none;
}

.carrito2019.static_carrito #tb_totales_static tr.producto_totales td {
    height: 15px;
    padding: 0px 10px;
}

.carrito2019.static_carrito #tb_totales_static .btnComprar-text {
    line-height: initial;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 35px;
    background-color: #1bb290;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
}


.carrito2019.static_carrito #tb_totales_static tr.producto_totales .carrito_ahora {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 50%;
}

.carrito2019.static_carrito #tb_totales_static tr.producto_totales .carrito_ahora #carrito_ahora_static {
    font-weight: 700;
}


.carrito2019.static_carrito #tb_totales_static tr.producto_totales div {
    margin: 0px;
    height: auto;
}

.carrito2019.carrito a.comprar {
    margin: initial;
    width: inherit;
}

.carrito2019.carrito #aviso_varios_pedidos {
    color: inherit;
    font-size: 10px;
    text-align: center;
    margin-top: -5px;
    line-height: initial;
}

.carrito2019.carrito div.conceptos {
    width: auto;
    background-color: #ebeced;
    overflow: hidden;
    padding: 0px 10px;
    font-size: 12px;
    padding-bottom: 5px;
    margin-top: -5px;
}

.carrito2019.carrito .item .item_precio {
    font: inherit;
}

.carrito2019.carrito .item, .carrito2019.presupuesto .item {
    padding-right: 0px;
    margin: 3px 3px 3px 0px;
}


.carrito2019.carrito #tb_totales_articulos {
    color: #1e1e1e;
    background-color: #ebeced;
    font-size: 13px;
    padding: 0px 10px;
    padding-top: 10px;
}



.carrito2019 .item_precio .columna_precio {
    color: #1e1e1e;
}

.carrito2019 #importe_retirada_genericos {
    font-weight: 700;
    color: #1e1e1e;
}

.carrito2019.head_cart a.sBotones {
    margin: 5px 0px;
    padding: 5px 10px;
    /*float: left;*/
    border-radius: 0px;
    font-size: 12px;
    position: absolute;
    right: 0;
}

.carrito2019.carrito .productos_carrito {
    border-right: 1px solid #ebeced;
    padding-right: 3%;
}

.carrito2019.carrito .noproductoscarrito {
    position: absolute;
    right: 0%;
    top: 0;
    padding-left: 3%;
}

.carrito2019.carrito .columna_producto_servicios_carrito_dependiente {
    /*width: 75%;*/
}

.carrito2019.carrito .producto_servicios_dependiente {
    padding-left: 0px;
    float: right;
}

.carrito2019.carrito a.masinfo {
    background: none;
    color: inherit;
    font: inherit;
    font-weight: 700;
    float: left;
    padding: 0px 0px 0px 3px;
}

.carrito2019.carrito a.masinfo span {
    display: inherit !important;
}

.carrito2019 .products_price, .carrito2019 .producto_servicio_precio, .carrito2019 .producto_price {
    font-weight: 700 !important;
}

.carrito2019.no_carrito {
    border-right: 1px solid #ebeced;
    padding-right: 3%;
}

.carrito2019.head_cart a.sBotones:hover, .carrito2019 #aplicarCodigoPromocional:hover, .carrito2019.static_carrito #btnComprar:hover, .carrito2019.static_carrito #tb_totales_static .btnComprar-text:hover {
    color: white !important;
    text-decoration: none !important;
    background-color: #189e7f;
}

.carrito2019 .carrito-codigo-promocional-error {
    color: #b81733;
    font-size: 10px;
}

.carrito2019 static_carrito {
    bottom: 0;
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.carrito2019#carrito .carrito-codigo-promocional-wrapper {
    margin: 0 auto;
    display: inline-block;
    width: auto;
}

.carrito2019 .columna_producto_servicios_carrito_dependiente {
    border: none;
    border-radius: initial;
}

.carrito2019.carrito div.columna_unidades {
    display: block;
    float: none;
    margin: 0 auto;
    /*width: 100%;*/
}

.carrito2019.carrito .carrito_pastillas {
    margin-top: 15px;
    text-align: center;
}

.carrito2019.carrito .carrito_financiacion img {
    width: 100%;
}

.carrito2019#carrito .carrito_ekomi .pastilla {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-left: 0px !important;
    text-align: center;
}

.carrito2019#carrito .carrito_imprimir {
    text-align: center;
}

.carrito2019#carrito .carrito_imprimir a {
    text-decoration: none;
    color: #1e1e1e;
    font-size: 11px;
}

.carrito2019#carrito .carrito_imprimir a:hover {
    text-decoration: none !important;
    color: #1e1e1e !important;
}

.carrito2019#carrito .carrito_ekomi {
    padding-top: 20px;
}

.carrito2019#carrito .carrito_ekomi div {
    display: inline-block;
    width: auto;
}

.carrito2019#carrito #shopping-tag-promo_5 {
    color: #d90328;
    font-size: 12px;
    line-height: 1.4;
    border: 3px solid #d90328;
    padding: 15px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0px;
}

.carrito2019#carrito #aviso_varios_pedidos_carrito {
    color: inherit;
    font-size: 10px;
    text-align: center;
    margin-top: -5px;
    line-height: initial;
}

.carrito2019#carrito .retirada_pk .item .item_unidades {
    margin-right: 2%;
}

.carrito2019#carrito .carrito_ekomi {
    pointer-events: none;
}

.carrito2019.static_carrito #shopping-tag-promo_5 {
    display: none;
}

.carrito2019#carrito .carrito_title {
    font-size: 13px;
    font-weight: 700;
}

.carrito2019#carrito div.spin.input-group {
    margin: 0 auto;
    float: initial;
}

/* nuevo check */

.carrito2019 .columna_producto_servicios_carrito_deleted a.btnremoveservicio {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 19px;
    width: 19px;
    background-image: none;
    background-color: #1bb890;
    border-color: #1bb890;
    margin-left: 3px;
    margin-right: 3px;
    display: block;
}

.carrito2019 .columna_producto_servicios_carrito_deleted a.btnremoveservicio:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
    opacity: 1;
}

/* fin nuevo check */

.carrito2019.carrito .carrito_product_name, .carrito2019.carrito .plazo_producto_txt {
    font-size: 13px;
    color: #1e1e1e;
}

.carrito2019#entrega #entrega_zona p {
    font-size: 13px;
    color: #1e1e1e;
    font-weight: 700;
    margin: 0px;
}

.carrito2019.carrito .producto_price_info {
    padding: 10px 5px 0px 5px;
    float: right;
}

.carrito2019.carrito .producto_price_info_service {
    margin-top: 10px;
    float:right;
}

.carrito2019#carrito a.producto_imagen {
    width: auto;
    margin: 0px;
}

.carrito2019#carrito .producto_imagen_content {
    /*width: auto;*/
    margin-bottom: -20px;
}

.carrito2019 .removeservicio, .carrito2019 .addservicio_2018 {
    /*padding-right: 5px;*/
}

@media only screen and (max-width: 1024px) {


    .carrito2019#carrito .carrito_imprimir {
        display: none;
    }

    .carrito2019.carrito .producto_spin, .carrito2019.carrito .btn-spin2 {
        height: 28px;
    }

    .carrito2019#carrito .producto_servicios_dependiente .columna_producto_servicios_carrito_dependiente_margen {
        background-color: #f8f8d8;
    }

    .carrito2019.carrito .producto_delete {
        text-align: center;
    }

    .carrito2019.static_carrito #tb_totales_static tr.producto_totales .carrito_ahora, .carrito2019.static_carrito #tb_totales_static .btnComprar-text {
        font-size: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 5px;
    }

    .carrito2019.carrito .carrito_product_name {
        font-size: 16px;
    }

    .carrito2019.carrito .producto li, .carrito2019 .carrito_body, .carrito2019#carrito .item_desc,
    .presupuesto .item_desc, .carrito2019 tr.producto_totales td, .carrito2019 tr.producto_totales div,
    .carrito2019.carrito tr.producto_totales td, .carrito2019.static_carrito tr.producto_totales td, .carrito2019#carrito #shopping-tag-promo_5,
    .carrito2019 .carrito-codigo-promocional, .carrito2019 .carrito-codigo-promocional-wrapper, .carrito2019#entrega #entrega_zona p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {

    .carrito2019 .producto_price_info_service_recomendado_header{
        float:none;
    }
    .carrito2019.carrito .noproductoscarrito {
        position: relative;
        padding: 0px;
    }

    .carrito2019.carrito .producto_delete {
        text-align: right !important;
    }

    .carrito2019.carrito .carrito_product_name, .carrito2019.carrito .plazo_producto_txt, .carrito2019.carrito #tb_totales td {
        font-size: 13px;
    }

    .carrito2019 .columna_producto_servicios_carrito_deleted span {
        padding-left: 3px;
    }


    .carrito2019.carrito .producto li, .carrito2019 .carrito_body, .carrito2019#carrito .item_desc,
    .presupuesto .item_desc, .carrito2019 tr.producto_totales td, .carrito2019 tr.producto_totales div,
    .carrito2019.carrito tr.producto_totales td, .carrito2019.static_carrito tr.producto_totales td, .carrito2019#carrito #shopping-tag-promo_5,
    .carrito2019 .carrito-codigo-promocional, .carrito2019 .carrito-codigo-promocional-wrapper, .carrito2019#entrega #entrega_zona p {
        font-size: 12px;
    }

    .carrito2019.static_carrito #tb_totales_static tr.producto_totales .carrito_ahora, .carrito2019.static_carrito #tb_totales_static .btnComprar-text {
        font-size: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin: 2px;
    }

    .carrito2019.carrito .productos_carrito {
        border: none;
        padding: 0px;
    }

    .carrito2019#carrito a.producto_imagen img {
        width: 100%;
        margin: 0 auto;
    }

    .carrito2019#carrito .producto_imagen_content {
        width: min-content;
        margin-bottom: 0px;
    }

    .carrito2019 #producto_totales .carrito_antes {
        display: table-cell;
    }

    .carrito2019#carrito div.conceptos .item {
        margin: 5px 0px 5px 0px;
    }

    .carrito2019.carrito .producto_price_info {
        padding: 10px 2px 5px 0px;
        float: left;
    }

    .carrito2019#carrito .carrito_ekomi img {
        width: initial;
        clear: initial;
        margin: 0px;
    }

    .carrito2019.head_cart span {
        text-align: left;
        padding-left: 10%;
    }

    .carrito2019#carrito a.comprar {
        margin: 5px 0px;
    }


    .carrito2019#carrito .carrito_body div.producto, .carrito2019#carrito .carrito_title, .carrito2019.carrito .carrito-pack .producto_price_info_service, .carrito2019.carrito .carrito-pack .subtotal_carrito, .carrito2019.carrito .carrito_enviar_correo, .carrito2019.carrito .noproductoscarrito, .carrito2019.carrito .producto_servicios_dependiente {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }

    #carrito .carrito_body .carrito-pack, .carrito2019.carrito .carrito-pack div.producto .producto_price_info_service, .carrito2019#carrito div.conceptos.retirada_pk, .carrito2019#carrito div.conceptos {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .carrito2019#carrito .carrito-codigo-promocional {
        width: 100%;
        margin: 10px 0px;
    }

    .carrito2019 .columna_producto_servicios_carrito_deleted {
        width: 83% !important;
    }



}
