﻿@font-face {
    font-family: 'soho';
    src: url('http://www.soho.co/fonts/soho.eot');
    src: url('http://www.soho.co/fonts/soho.ttf') format('truetype'), url('http://www.soho.co/fonts/soho.woff') format('woff'), url('http://www.soho.co/fonts/soho.svg#svgSemana') format('svg'), url('http://www.soho.co/fonts/soho.eot?#iefix') format('embedded-opentype');
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'soho';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.panel.callout.widget.suscripciones h3 {
    font-family: 'Roboto Condensed', sans-serif !important;
}
/* history*/
.sidebar .panel.widget {
    margin-top: 1.25rem;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: transparent;
}
#contentHistory {
    width: 100%;
    margin: 0 auto;
}


#history {
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    column-count: 4;
    column-gap: 0px;
    width: 100%;
    list-style-type: none;
}

ul#history {
    margin-left: 0rem;
}

#history img {
    border: 1px solid #fff;
}

#history img {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
}

@media only screen and (max-width : 2200px), only screen and (max-device-width : 2200px) {
    #history {
        -moz-column-count: 4;
        -moz-column-gap: 0px;
        -webkit-column-count: 4;
        -webkit-column-gap: 0px;
        column-count: 4;
        column-gap: 0px;
        width: 100%;
    }

    #contentHistory {
        width: 100%;
    }
}

@media only screen and (max-width : 999px), only screen and (max-device-width : 999px) {
    #history {
        -moz-column-count: 4;
        -moz-column-gap: 0px;
        -webkit-column-count: 4;
        -webkit-column-gap: 0px;
        column-count: 4;
        column-gap: 0px;
        width: 100%;
    }

    #contentHistory {
        width: 100%;
    }
}

@media only screen and (max-width : 799px), only screen and (max-device-width : 799px) {
    #history {
        -moz-column-count: 3;
        -moz-column-gap: 0px;
        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        column-count: 3;
        column-gap: 0px;
        width: 100%;
    }

    #contentHistory {
        width: 100%;
    }
}

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 20px 80px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    font-family: 'Lato', 'Helvetica Neue';
}

    .btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    /* Pseudo elements for icons */
    .btn:before,
    .icon-heart:after,
    .icon-star:after,
    .icon-plus:after,
    .icon-file:before {
        font-family: 'soho';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

.blackHeader.scroll nav.tab-bar {
    height: 49px !important;
}

.blackHeader.scroll .tab-bar.tab-bar-SN {
    background: #000;
}

/* Button 3 */
.btn-3 {
    background: #000;
    color: #fff;
    font-family: 'Lato', 'Helvetica Neue';
}


button.btn.btn-3.btn-3e.icon-lock-open {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
}

.btn-3:hover {
    background: #5d5d5d;
}

button:focus {
    background: #616161;
}

.btn-3:active {
    background: #000;
    top: 2px;
}

.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

/* Button 3e */
.btn-3e {
    padding: 20px 80px 20px 15px;
    overflow: hidden;
}

    .btn-3e:before {
        left: auto;
        right: 10px;
        z-index: 2;
        top: -5px;
    }

    .btn-3e:after {
        width: 30%;
        height: 200%;
        background: rgba(255,255,255,0.1);
        z-index: 1;
        right: 0;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
    }

    .btn-3e:hover:after {
        width: 40%;
    }


@media only screen and (max-width : 599px), only screen and (max-device-width : 599px) {
    #history {
        -moz-column-count: 2;
        -moz-column-gap: 0px;
        -webkit-column-count: 2;
        -webkit-column-gap: 0px;
        column-count: 2;
        column-gap: 0px;
        width: 100%;
    }

    #contentHistory {
        width: 100%;
    }
}

.icon-shopBag:before {
    content: "\e900";
}

.icon-phone:before {
    content: "\e601";
}

.icon-mobile:before {
    content: "\e602";
}

.icon-mouse:before {
    content: "\e603";
}

.icon-directions:before {
    content: "\e604";
}

.icon-mail:before {
    content: "\e605";
}

.icon-paperplane:before {
    content: "\e606";
}

.icon-pencil:before {
    content: "\e607";
}

.icon-feather:before {
    content: "\e608";
}

.icon-paperclip:before {
    content: "\e609";
}

.icon-heart:before {
    content: "\e60a";
}

.icon-heart2:before {
    content: "\e60b";
}

.icon-star:before {
    content: "\e60c";
}

.icon-star2:before {
    content: "\e60d";
}

.icon-thumbs-up:before {
    content: "\e60e";
}

.icon-thumbs-down:before {
    content: "\e60f";
}

.icon-chat:before {
    content: "\e610";
}

.icon-comment:before {
    content: "\e611";
}

.icon-quote:before {
    content: "\e612";
}

.icon-leaf:before {
    content: "\e613";
}

.icon-music:before {
    content: "\e614";
}

.icon-music2:before {
    content: "\e615";
}

.icon-new:before {
    content: "\e616";
}

.icon-graduation:before {
    content: "\e617";
}

.icon-book:before {
    content: "\e618";
}

.icon-newspaper:before {
    content: "\e619";
}

.icon-bag:before {
    content: "\e61a";
}

.icon-airplane:before {
    content: "\e61b";
}

.icon-battery:before {
    content: "\e61c";
}

.icon-bucket:before {
    content: "\e61d";
}

.icon-magnet:before {
    content: "\e61e";
}

.icon-drive:before {
    content: "\e61f";
}

.icon-cup:before {
    content: "\e620";
}

.icon-rocket:before {
    content: "\e621";
}

.icon-brush:before {
    content: "\e622";
}

.icon-suitcase:before {
    content: "\e623";
}

.icon-cone:before {
    content: "\e624";
}

.icon-database:before {
    content: "\e625";
}

.icon-voicemail:before {
    content: "\e626";
}

.icon-clipboard:before {
    content: "\e627";
}

.icon-cart:before {
    content: "\e628";
}

.icon-box:before {
    content: "\e629";
}

.icon-ticket:before {
    content: "\e62a";
}

.icon-rss:before {
    content: "\e62b";
}

.icon-signal:before {
    content: "\e62c";
}

.icon-thermometer:before {
    content: "\e62d";
}

.icon-plus:before {
    content: "\e62e";
}

.icon-cross:before {
    content: "\e62f";
}

.icon-minus:before {
    content: "\e630";
}

.icon-plus2:before {
    content: "\e631";
}

.icon-erase:before {
    content: "\e632";
}

.icon-blocked:before {
    content: "\e633";
}

.icon-info:before {
    content: "\e634";
}

.icon-info2:before {
    content: "\e635";
}

.icon-question:before {
    content: "\e636";
}

.icon-list:before {
    content: "\e637";
}

.icon-text:before {
    content: "\e638";
}

.icon-text2:before {
    content: "\e639";
}

.icon-document:before {
    content: "\e63a";
}

.icon-docs:before {
    content: "\e63b";
}

.icon-landscape:before {
    content: "\e63c";
}

.icon-pictures:before {
    content: "\e63d";
}

.icon-video:before {
    content: "\e63e";
}

.icon-music3:before {
    content: "\e63f";
}

.icon-next:before {
    content: "\e640";
}

.icon-previous:before {
    content: "\e641";
}

.icon-first:before {
    content: "\e642";
}

.icon-last:before {
    content: "\e643";
}

.icon-resize-enlarge:before {
    content: "\e644";
}

.icon-resize-shrink:before {
    content: "\e645";
}

.icon-volume:before {
    content: "\e646";
}

.icon-sound:before {
    content: "\e647";
}

.icon-mute:before {
    content: "\e648";
}

.icon-arrow-right:before {
    content: "\e649";
}

.icon-arrow-left:before {
    content: "\e64a";
}

.icon-arrow-down:before {
    content: "\e64b";
}

.icon-arrow-up:before {
    content: "\e64c";
}

.icon-arrow-right2:before {
    content: "\e64d";
}

.icon-arrow-left2:before {
    content: "\e64e";
}

.icon-arrow-down2:before {
    content: "\e64f";
}

.icon-arrow-up2:before {
    content: "\e650";
}

.icon-arrow-right3:before {
    content: "\e651";
}

.icon-cc-by:before {
    content: "\e653";
}

.icon-cc-nc:before {
    content: "\e654";
}

.icon-cc-zero:before {
    content: "\e65a";
}

.icon-googleplus:before {
    content: "\e65b";
}

.icon-pinterest:before {
    content: "\e65c";
}

.icon-pinterest2:before {
    content: "\e65d";
}

.icon-tumblr:before {
    content: "\e65e";
}

.icon-tumblr2:before {
    content: "\e65f";
}

.icon-linkedin:before {
    content: "\e660";
}

.icon-linkedin2:before {
    content: "\e661";
}

.icon-dribbble:before {
    content: "\e662";
}

.icon-sina-weibo:before {
    content: "\e663";
}

.icon-paypal:before {
    content: "\e664";
}

.icon-picasa:before {
    content: "\e665";
}

.icon-soundcloud:before {
    content: "\e666";
}

.icon-mixi:before {
    content: "\e667";
}

.icon-behance:before {
    content: "\e668";
}

.icon-circles:before {
    content: "\e669";
}

.icon-vk:before {
    content: "\e66a";
}

.icon-smashing:before {
    content: "\e66b";
}

.icon-stumbleupon:before {
    content: "\e66c";
}

.icon-stumbleupon2:before {
    content: "\e66d";
}

.icon-lastfm:before {
    content: "\e66e";
}

.icon-lastfm2:before {
    content: "\e66f";
}

.icon-rdio:before {
    content: "\e670";
}

.icon-rdio2:before {
    content: "\e671";
}

.icon-spotify:before {
    content: "\e672";
}

.icon-spotify2:before {
    content: "\e673";
}

.icon-qq:before {
    content: "\e674";
}

.icon-instagram:before {
    content: "\e675";
}

.icon-dropbox:before {
    content: "\e676";
}

.icon-evernote:before {
    content: "\e677";
}

.icon-flattr:before {
    content: "\e678";
}

.icon-skype:before {
    content: "\e679";
}

.icon-skype2:before {
    content: "\e67a";
}

.icon-renren:before {
    content: "\e67b";
}

.icon-sharable:before {
    content: "\e67c";
}

.icon-palette:before {
    content: "\e67d";
}

.icon-key:before {
    content: "\e67e";
}

.icon-credit-card:before {
    content: "\e67f";
}

.icon-minus2:before {
    content: "\e680";
}

.icon-layout:before {
    content: "\e681";
}

.icon-stop:before {
    content: "\e682";
}

.icon-arrow-up3:before {
    content: "\e683";
}

.icon-dot:before {
    content: "\e684";
}

.icon-googleplus2:before {
    content: "\e685";
}

.icon-drawer:before {
    content: "\e686";
}

.icon-house:before {
    content: "\e687";
}

.icon-popup:before {
    content: "\e688";
}

.icon-search:before {
    content: "\e689";
}

.icon-flashlight:before {
    content: "\e68a";
}

.icon-printer:before {
    content: "\e68b";
}

.icon-bell:before {
    content: "\e68c";
}

.icon-link:before {
    content: "\e68d";
}

.icon-flag:before {
    content: "\e68e";
}

.icon-cog:before {
    content: "\e68f";
}

.icon-tools:before {
    content: "\e690";
}

.icon-trophy:before {
    content: "\e691";
}

.icon-tag:before {
    content: "\e692";
}

.icon-camera:before {
    content: "\e693";
}

.icon-megaphone:before {
    content: "\e694";
}

.icon-moon:before {
    content: "\e695";
}

.icon-lifebuoy:before {
    content: "\e696";
}

.icon-eye:before {
    content: "\e697";
}

.icon-clock:before {
    content: "\e698";
}

.icon-microphone:before {
    content: "\e699";
}

.icon-calendar:before {
    content: "\e69a";
}

.icon-bolt:before {
    content: "\e69b";
}

.icon-thunder:before {
    content: "\e69c";
}

.icon-droplet:before {
    content: "\e69d";
}

.icon-cd:before {
    content: "\e69e";
}

.icon-briefcase:before {
    content: "\e69f";
}

.icon-air:before {
    content: "\e6a0";
}

.icon-hourglass:before {
    content: "\e6a1";
}

.icon-gauge:before {
    content: "\e6a2";
}

.icon-language:before {
    content: "\e6a3";
}

.icon-network:before {
    content: "\e6a4";
}

.icon-earth:before {
    content: "\e6a5";
}

.icon-keyboard:before {
    content: "\e6a6";
}

.icon-browser:before {
    content: "\e6a7";
}

.icon-publish:before {
    content: "\e6a8";
}

.icon-progress-3:before {
    content: "\e6a9";
}

.icon-progress-2:before {
    content: "\e6aa";
}

.icon-brogress-1:before {
    content: "\e6ab";
}

.icon-progress-0:before {
    content: "\e6ac";
}

.icon-sun:before {
    content: "\e6ad";
}

.icon-sun2:before {
    content: "\e6ae";
}

.icon-adjust:before {
    content: "\e6af";
}

.icon-code:before {
    content: "\e6b0";
}

.icon-screen:before {
    content: "\e6b1";
}

.icon-infinity:before {
    content: "\e6b2";
}

.icon-light-bulb:before {
    content: "\e6b3";
}

.icon-droplets:before {
    content: "\e6b4";
}

.icon-uniE6B5:before {
    content: "\e6b5";
}

.icon-statistics:before {
    content: "\e6b6";
}

.icon-pie:before {
    content: "\e6b7";
}

.icon-bars:before {
    content: "\e6b8";
}

.icon-graph:before {
    content: "\e6b9";
}

.icon-lock:before {
    content: "\e6ba";
}

.icon-lock-open:before {
    content: "\e6bb";
}

.icon-logout:before {
    content: "\e6bc";
}

.icon-login:before {
    content: "\e6bd";
}

.icon-checkmark:before {
    content: "\e6be";
}

.icon-cross2:before {
    content: "\e6bf";
}

.icon-minus3:before {
    content: "\e6c0";
}

.icon-plus3:before {
    content: "\e6c1";
}

.icon-cross3:before {
    content: "\e6c2";
}

.icon-help:before {
    content: "\e6c3";
}

.icon-warning:before {
    content: "\e6c4";
}

.icon-cycle:before {
    content: "\e6c5";
}

.icon-cw:before {
    content: "\e6c6";
}

.icon-ccw:before {
    content: "\e6c7";
}

.icon-shuffle:before {
    content: "\e6c8";
}

.icon-arrow:before {
    content: "\e6c9";
}

.icon-arrow2:before {
    content: "\e6ca";
}

.icon-retweet:before {
    content: "\e6cb";
}

.icon-loop:before {
    content: "\e6cc";
}

.icon-history:before {
    content: "\e6cd";
}

.icon-back:before {
    content: "\e6ce";
}

.icon-switch:before {
    content: "\e6cf";
}

.icon-list2:before {
    content: "\e6d0";
}

.icon-add-to-list:before {
    content: "\e6d1";
}

.icon-folder:before {
    content: "\e6d2";
}

.icon-archive:before {
    content: "\e6d3";
}

.icon-trash:before {
    content: "\e6d4";
}

.icon-upload:before {
    content: "\e6d5";
}

.icon-download:before {
    content: "\e6d6";
}

.icon-disk:before {
    content: "\e6d7";
}

.icon-install:before {
    content: "\e6d8";
}

.icon-cloud:before {
    content: "\e6d9";
}

.icon-upload2:before {
    content: "\e6da";
}

.icon-bookmark:before {
    content: "\e6db";
}

.icon-bookmarks:before {
    content: "\e6dc";
}

.icon-book2:before {
    content: "\e6dd";
}

.icon-play:before {
    content: "\e6de";
}

.icon-pause:before {
    content: "\e6df";
}

.icon-record:before {
    content: "\e6e0";
}

.icon-flow-cascade:before {
    content: "\e6e1";
}

.icon-flow-branch:before {
    content: "\e6e2";
}

.icon-flow-tree:before {
    content: "\e6e3";
}

.icon-flow-line:before {
    content: "\e6e4";
}

.icon-flow-parallel:before {
    content: "\e6e5";
}

.icon-arrow-left3:before {
    content: "\e6e6";
}

.icon-arrow-down3:before {
    content: "\e6e7";
}

.icon-arrow-up--upload:before {
    content: "\e6e8";
}

.icon-arrow-right4:before {
    content: "\e6e9";
}

.icon-arrow-left4:before {
    content: "\e6ea";
}

.icon-arrow-down4:before {
    content: "\e6eb";
}

.icon-arrow-up4:before {
    content: "\e6ec";
}

.icon-arrow-right5:before {
    content: "\e6ed";
}

.icon-arrow-left5:before {
    content: "\e6ee";
}

.icon-arrow-down5:before {
    content: "\e6ef";
}

.icon-arrow-left6:before {
    content: "\e6f0";
}

.icon-arrow-down6:before {
    content: "\e6f1";
}

.icon-arrow-up5:before {
    content: "\e6f2";
}

.icon-arrow-right6:before {
    content: "\e6f3";
}

.icon-arrow-left7:before {
    content: "\e6f4";
}

.icon-arrow-down7:before {
    content: "\e6f5";
}

.icon-arrow-up6:before {
    content: "\e6f6";
}

.icon-uniE6F7:before {
    content: "\e6f7";
}

.icon-arrow-left8:before {
    content: "\e6f8";
}

.icon-arrow-down8:before {
    content: "\e6f9";
}

.icon-arrow-up7:before {
    content: "\e6fa";
}

.icon-arrow-right7:before {
    content: "\e6fb";
}

.icon-menu:before {
    content: "\e6fc";
}

.icon-ellipsis:before {
    content: "\e6fd";
}

.icon-dots:before {
    content: "\e6fe";
}

.icon-cc-share:before {
    content: "\e6ff";
}

.icon-daniel-bruce:before {
    content: "\e701";
}

.icon-daniel-bruce2:before {
    content: "\e702";
}

.icon-github:before {
    content: "\e703";
}

.icon-github2:before {
    content: "\e704";
}

.icon-flickr:before {
    content: "\e705";
}

.icon-flickr2:before {
    content: "\e706";
}

.icon-vimeo:before {
    content: "\e707";
}

.icon-vimeo2:before {
    content: "\e708";
}

.icon-twitter:before {
    content: "\e709";
}

.icon-twitter2:before {
    content: "\e70a";
}

.icon-facebook:before {
    content: "\e70b";
}

.icon-facebook2:before {
    content: "\e70c";
}

.icon-facebook3:before {
    content: "\e70d";
}

.icon-dribbble2:before {
    content: "\e70e";
}

.icon-reply:before {
    content: "\e70f";
}

.icon-reply-all:before {
    content: "\e710";
}

.icon-forward:before {
    content: "\e711";
}

.icon-user:before {
    content: "\e712";
}

.icon-users:before {
    content: "\e713";
}

.icon-user-add:before {
    content: "\e714";
}

.icon-vcard:before {
    content: "\e715";
}

.icon-export:before {
    content: "\e716";
}

.icon-location:before {
    content: "\e717";
}

.icon-map:before {
    content: "\e718";
}

.icon-compass:before {
    content: "\e719";
}

.icon-location2:before {
    content: "\e71a";
}

.icon-target:before {
    content: "\e71b";
}

.icon-share:before {
    content: "\e71c";
}

.icon-cc-nc-eu:before {
    content: "\e655";
}

.icon-cc-nc-jp:before {
    content: "\e656";
}

.icon-cc-nd:before {
    content: "\e658";
}

.icon-youtube:before {
    content: "\e600";
}

html {
    /* background: url(../img/bg-w.png); */
    background-size: 9px;
}

body {
    /* background: url(../img/bg-b.png); */
    background-repeat: repeat-x;
    background-size: 9px;
    min-height: 510px;
}

body, .side-nav, .sub-nav dt, .sub-nav dd, .sub-nav li, .tabs dd > a, .tabs .tab-title > a {
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

    h1.panel-h.text-left.revistaSoho {
        font-weight: 900;
    }

a, .breadcrumbs > * a {
    color: #000;
}

    a:hover, a:focus {
        color: #5d5d5d;
    }

.law-18 {
    font-size: 0.875rem;
    line-height: 1.3;
    color: #5d5d5d;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.button {
    background: #000;
}

    .button:hover {
        background: #FFB73E;
    }

.panel h2 {
    line-height: 1;
    margin-bottom: 10px;
}

.article .article-h.second {
    font-size: 1.5rem;
    line-height: 1.2;
}

.th:hover, .th:focus {
    box-shadow: none;
    outline: none;
}

.breadcrumbs .current {
    max-width: 60%;
    white-space: nowrap;
}

.breadcrumbs > *.current a {
    cursor: default;
    color: #aaa;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.breadcrumbs > *.current a {
    cursor: default;
    color: #aaa;
}

hr {
    border: solid #ededed;
    border-width: 1px 0 0;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    box-shadow: none;
    border-radius: 0;
}

.callout input[type="text"], .callout input[type="password"], .callout input[type="date"], .callout input[type="datetime"], .callout input[type="datetime-local"], .callout input[type="month"], .callout input[type="week"], .callout input[type="email"], .callout input[type="number"], .callout input[type="search"], .callout input[type="tel"], .callout input[type="time"], .callout input[type="url"], .callout textarea, .callout select {
    border: 1px solid #111;
}

.row.display {
    background: #eeeeee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/*.home-slider-wrapper .hero-caption span.section-tag {
    background-color: #000;
    padding: 0.5rem 1rem;
    }*/

.nav-main-sections-container.fixed .main-sections a.button.tiny {
    color: #fff;
    padding: 0.5rem 1.5rem;
}

.main-sections a.button.tiny {
    color: #000;
    width: 100%;
}

    .main-sections a.button.tiny:hover {
        color: #fff;
    }

.row.display .columns:nth-child(2), .row.display .columns.small-centered, .row.display .columns.large-centered {
    background: #e1e1e1;
}

.columns.cover {
    padding-right: 0;
}

pre {
    margin-bottom: 15px;
}

    pre code {
        display: block;
        padding: 0.5em;
        background: #fafafa;
        color: #333333;
    }

        pre code .code-container {
            margin: 10px 0px;
            padding: 5px;
            overflow-x: auto;
            line-height: 1.3rem;
            font-weight: normal;
        }

    pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula {
        color: #dd1144;
    }

    pre .tag, pre .tag .title, pre .rules .property, pre .django .tag .keyword {
        color: navy;
        font-weight: normal;
    }

    pre .attribute, pre .variable, pre .lisp .body {
        color: teal;
    }

button, .button {
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
        background-color: #ccc;
    }

.h1-small {
    vertical-align: sub;
}

.sidebar.fixed, [data-magellan-expedition] {
    left: 0 !important;
    width: auto;
}

[data-magellan-expedition] {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    background: #fafafa;
    margin-bottom: 1.1875rem;
}

.sub-nav dt, .sub-nav dd, .sub-nav li {
    margin-left: 0.5rem;
}

    .sub-nav dt a, .sub-nav dd a, .sub-nav li a {
        padding: 0.1875rem 0.5rem;
    }

ul.pagination li.current a, ul.pagination li.current button {
    background: #000;
}

[data-magellan-expedition] .sub-nav {
    margin: 0 auto;
    max-width: 60.5em;
}

.top-bar {
    padding: 0 0.9375rem;
}

    .top-bar .toggle-topbar.menu-icon a::after {
        content: "";
        position: absolute;
        right: 0;
        display: block;
        width: 16px;
        top: 0;
        height: 0;
        -webkit-box-shadow: 0 6px 0 1px #ccc, 0 12px 0 1px #ccc, 0 18px 0 1px #ccc;
        box-shadow: 0 6px 0 1px #ccc, 0 12px 0 1px #ccc, 0 18px 0 1px #ccc;
    }

.top-bar-container, nav.tab-bar {
    background: rgba(26, 26, 26, 0.9);
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    border-bottom: 1px solid #000;
}
/*.main-section {
	padding-top: 2.75rem;
	}*/
section.left-small {
    border-right: transparent;
}

.tab-bar .menu-icon span::after {
    box-shadow: 0 0px 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.top-bar, .top-bar-section ul, .top-bar-section li a:not(.button), .top-bar-section ul li > a, .top-bar.expanded .title-area {
    background: transparent;
    color: #DDD;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.top-bar {
    height: 30px;
    line-height: 30px;
}

.top-bar-section ul li {
    background: transparent;
}
    /*
.top-bar, .top-bar-section li a:not(.button), .top-bar-section ul li > a, .top-bar .title-area {
	height: 30px;
	line-height: 30px;
	}*/
    .top-bar-section ul li > a, .top-bar-section li a:not(.button) {
        line-height: 10px;
        padding: 0 3px;
        font-size: 9px;
    }

.top-bar-section .dropdown {
    background: rgba(26, 26, 26, 0.9);
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    border-bottom: 1px solid #000;
}

.top-bar-section li a:not(.button) {
}

.top-bar-section ul li a.subscribe-link, .top-bar-section ul li:not(.has-form) a.subscribe-link {
    text-transform: uppercase;
    background: #000;
    display: inline-block;
    color: #fff;
    line-height: 20px;
}

.top-bar-section ul li > .button.secondary, .top-bar-section ul li > a.button.secondary {
    line-height: 18px;
    padding: 0 1em;
    font-size: 0.6875em;
    height: 18px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 0 rgba(0,0,0,0.3);
    color: #DDD;
}

.top-bar-section ul li.has-dropdown > .button.secondary {
    margin: 0 0 1.25em;
}

.top-bar-section ul li > a {
    font-size: 0.6875em;
}

.top-bar-section li a:not(.button):hover .icon-facebook, .share-item .icon-facebook2 {
    color: #3B5998;
}

.top-bar-section li a:not(.button):hover .icon-twitter, .share-item .icon-twitter2 {
    color: #00ACED;
}

.top-bar-section li a:not(.button):hover .icon-googleplus2, .share-item .icon-googleplus {
    color: #DD4B39;
}

.top-bar-section li a:not(.button):hover .icon-youtube {
    color: #BB0000;
}

.top-bar-section li a:not(.button):hover .icon-linkedin, .share-item .icon-linkedin2 {
    color: #007bb6;
}

.top-bar-section li a:not(.button):hover .icon-mail {
    color: #aad450;
}

.top-bar-section li a:not(.button):hover .icon-mobile {
    color: #FFAD00;
}

.top-bar-section li a:not(.button):hover .icon-instagram {
    color: #3F729B;
}

/*.left-off-canvas-menu {
    background: rgba(30, 30, 30, 1) url(../img/bg-t.png);
}*/

ul.off-canvas-list li label {
    background: #2d2d2d;
}

.off-canvas-list li a:hover {
    background: #fff;
}
/* Hotfix menu fijo */
body, html, .off-canvas-wrap.move-right, .off-canvas-wrap .inner-wrap {
    height: 100%;
    width: 100%;
}

.off-canvas-wrap.move-right, .inner-wrap {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

    .off-canvas-wrap.move-right .off-canvas-list {
        overflow-y: auto;
        height: 100%;
    }
/* Fin Hotfix */
.fb-like.fb_iframe_widget {
    display: block;
    width: 300px;
    background: #EEE;
    padding: 13px;
}

iframe#twitter-widget-0 {
    width: 220px !important;
}

.top-bar-section .logout.has-dropdown > a:after {
    left: auto;
    top: 10px;
    right: -8px;
}

.share-item .icon-pinterest2 {
    color: #ce1d1f;
}

.share-item {
    text-align: center;
}

.hero-caption .share-item {
    margin: 1.5rem 0 0;
}

.share-item [class^="icon"] {
    font-size: 2.5rem;
}

.social-links i[class^="icon"] {
    font-size: 1.5em;
    line-height: 10px;
}

.social-links .logout i[class^="icon"] {
    font-size: 0.8em;
    line-height: 18px;
}

.share-count {
    background: #eee;
    color: #888;
    font-size: 0.875rem;
    padding: 0.25em 0.75em;
    border-radius: 2px;
    vertical-align: super;
    position: relative;
    z-index: 1;
    text-align: center;
    display: inline-block;
    margin: 5px auto;
}

    .share-count:before {
        content: " ";
        display: block;
        position: absolute;
        height: 10px;
        width: 10px;
        background: #eee;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        left: 50%;
        top: -2px;
        z-index: -1;
        margin-left: -5px;
    }

    .share-count.unactive {
        display: none;
    }

.breadcrumbs {
    padding: 0.75rem 0.875rem 0.75rem;
}

.logo {
    padding-top: 1rem;
    margin: 0;
    text-align: center;
    margin-bottom: 0.75rem;
}

.logo-img {
    vertical-align: text-top;
    margin-bottom: 0.375em;
}

.top-bar .logo-img, .tab-bar .logo-img {
    height: 20px;
}

.top-bar .name h1 {
    line-height: 20px;
}

.top-bar .name {
    height: 32px;
    display: none;
}

.light-top-bar .name {
    height: 32px;
    display: block;
}

.top-bar .dropdown.social-share .opciones-light li {
    width: auto;
    margin: 0;
    position: relative;
}

.site-header .logo-img {
    width: 150px;
}

.main-sections .button, .main-sections .button.tiny {
    background: transparent;
    margin: 0;
    padding: 10px 6px;
    font-size: 0.65em;
    transition: 0.2s ease;
    /* font-weight: bold; */
}

.clearing-thumbs li, [data-clearing] li {
    margin-right: 0px;
}

.main-sections.button-group > * > button, .main-sections.button-group > * .button {
    border: transparent;
    text-transform: uppercase;
}

.main-sections.button-group > li:first-child > button, .main-sections.button-group > li:first-child .button {
    border-left: none;
}

.main-sections.button-group > li:last-child > button, .main-sections.button-group > li:last-child .button {
    border-right: none;
}

.main-sections.button-group > .active > button, .main-sections.button-group > .active .button {
    background: #000;
    color: #fff;
    box-shadow: none;
}

.main-sections .button:hover {
    background: rgb(251, 151, 0);
    box-shadow: none;
    color: white;
}

.site-header {
    transition: 0.3s ease;
    clear: both;
}

.news-tags {
    margin: 0;
    position: relative;
    height: 31px;
}

span.panel-h.left {
    margin-right: 0.5rem;
}

.news-tags > li {
    margin-left: 0.875rem;
}

.news-tags li:first-child {
    margin: 0;
}

.news-tags .ver-mas {
    padding: 5px;
    text-transform: uppercase;
    position: absolute;
    z-index: 0;
    background: url(../img/bg-checkered.png);
    background-size: 2px;
    top: 0;
    right: 0;
    width: auto;
    box-shadow: none;
    border: none;
}

    .news-tags .ver-mas:hover {
        color: #e6e6e6;
        background: url(../img/bg-checkered.png);
    }

    .news-tags .ver-mas .show-for-small {
        font-size: 20px;
    }

.news-tags .related-h {
    padding: 9px 6px;
    margin: 0;
    font-size: 10px;
    color: #aaa;
    text-transform: capitalize;
}


.panel.widget.articulo .panel.hero-caption {
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

.panel.widget.especiales.cartelera .widget-header img {
    width: 20px;
    float: right !important;
}


.panel.callout.widget.galerias .panel.hero-caption {
    padding-left: 0px;
}

.panel.callout.side-nav.mas-galerias {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .panel.callout.side-nav.mas-galerias > :first-child {
        margin-top: 1rem;
    }

.row.content .panel.item {
    padding-left: 0px;
    padding-top: 1rem;
}

.nav-main-sections-container li.line-right {
    border-right: 1px solid #E3E3E3;
}

.galeria-slider img.img-nano {
    width: 100%;
}

.img-nano {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='8'%20/></filter></svg>#blur");
    -webkit-filter: blur(8px);
}

.nav-main-sections-container {
    /* background: url(../img/bg-checkered.png) #252525; */
    /* background-size: 2px; */
    /* border: 1px solid #000; */
    box-shadow: none;
    border-bottom: none;
    margin-top: 0;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    /* border-bottom: 1px solid #ccc; */
    /* box-shadow: -3px -3px 3px 0 rgba(0,0,0,0.19) , 3px 0 3px 0 rgba(0,0,0,0.19) , 0 3px 3px 0 rgba(0,0,0,0.23); */
}

    .nav-main-sections-container.fixed {
        background: rgba(26, 26, 26, 0.9);
        border-left: none;
        border-right: none;
        transition: 0.3s ease-in;
        top: 31px;
        z-index: 10;
        border-top: 0px;
        border-bottom: none;
    }

.fixed .main-sections {
    max-width: 60.625rem;
    margin: 0 auto;
}

.fixed-logo-l, .fixed-li {
    display: none;
}

.nav-main-sections-container.fixed .fixed-logo-l, .nav-main-sections-container.fixed .fixed-li {
    display: block;
}

.nav-main-sections-container.fixed .main-sections .button {
    font-size: 0.8125em;
}

.nav-main-sections-container.fixed .main-sections .fixed-loginbutton {
    font-size: 0.625rem;
    line-height: 1.6875em;
}

.fixed-logo {
    width: 90px;
    padding: 0 0.875rem 0 0;
}

.news-tags-container {
    background: url(../img/bg-checkered.png) #252525;
    background-size: 2px;
    border: 1px solid #000;
    margin: 0 0 1rem;
}

.news-tags .related-h.news-tags-h {
    padding: 8px 2px 0 0;
    position: relative;
    text-transform: uppercase;
    margin-left: 0.9375em;
    color: #fff;
}

.news-tags-h .icon-tag {
    color: #000;
}

.destacados-header {
    margin: 0;
    background: #fdfdfd;
    border: 1px solid #e9e9e9;
    margin-bottom: 1.875em;
}

    .destacados-header li {
        padding: 0.625em;
    }

    .destacados-header .related-link {
        color: #555;
    }

.panel.widget.especiales {
    margin-bottom: 0.5rem;
}

.destacados-header .meta {
    padding-top: 0;
}

.panel-h {
    text-transform: uppercase;

}

.panel .panel-h, .panel.callout .panel-h, .panel-h {
    font-size: 1.5rem;
    margin: 0;
}

.panel .panel-h, .panel.callout .panel-h {
    color: #000;
    font-weight: normal;
    line-height: 1.2;
}

.callout.panel .panel-h {
    color: #000;
    font-weight: bold;
}

    .callout.panel .panel-h a {
        font-weight: bold;
    }

        .callout.panel .panel-h a:hover {
            color: #5d5d5d;
        }

.historia .widget-header .panel-h span {
    color: #000;
}

.relacionados .widget-header .panel-h {
    color: #555;
}

.home-slider-wrapper .orbit-container .orbit-prev, .home-slider-wrapper .orbit-container .orbit-next {
    top: 35%;
}

.slideshow-wrapper .orbit-container .orbit-prev, .slideshow-wrapper .orbit-container .orbit-next {
    background: rgba(200, 200, 200, 0.1) url(../img/bg-t.png);
    height: 60px;
}

.home-slider-wrapper .orbit-container .orbit-next > span {
    margin-left: -4px;
}

.home-slider-wrapper .orbit-container .orbit-prev > span {
    margin-left: 2px;
}

.galeria-destacada.slideshow-wrapper .orbit-container .orbit-prev, .galeria-destacada.slideshow-wrapper .orbit-container .orbit-next {
    top: 50%;
    margin-top: -45px;
}

.home-slider-wrapper .orbit-container .orbit-prev {
    left: 0px;
}

.home-slider-wrapper .orbit-container .orbit-next {
    right: 0;
}

.home-slider-wrapper {
    margin: 0;
}

    .home-slider-wrapper .orbit-timer {
        right: 10px;
        top: 30px;
        display: none;
    }



.slideshow-wrapper .orbit-slide-number {
    left: auto;
    right: 10px;
    z-index: 0;
}

.galeria-destacada.slideshow-wrapper .orbit-slide-number {
    right: auto;
    left: 10px;
}

.slideshow-wrapper .orbit-container .orbit-prev:hover, .slideshow-wrapper .orbit-container .orbit-next:hover {
    background: rgba(0, 0, 0, 0.5) url(../img/bg-t.png);
}

.thumbs-row {
    position: relative;
}

.home-slider-thumbs {
    margin: -1.875rem 0 1.875rem;
    padding: 0.5rem 0.25rem;
    z-index: 5;
    top: 0;
    background: rgba(150, 150, 150, 0.6) url(../img/bg-t.png);
    border-top: 3px solid #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

    .home-slider-thumbs .home-slider-th {
        position: relative;
        border: 1px solid #ddd;
        transition: 0.3s ease;
        padding-bottom: 40%;
        border: 2px solid transparent;
    }

.home-slider-th .panel-h, .th .panel-h {
    transform: translateY(100%);
    transition: transform .3s ease;
    position: absolute;
    bottom: 0;
    padding: 0.125rem;
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 0.625rem;
    line-height: 0.625rem;
}

.home-slider-th.active {
    border: 2px solid #000;
    box-shadow: none;
    margin: -0.625rem 0 0;
    overflow: visible;
    max-height: none;
    padding-bottom: 0;
}

    .home-slider-th.active .panel-h {
        display: none;
    }

    .home-slider-th.active:after {
        position: absolute;
        border: 10px solid transparent;
        border-bottom: 10px solid #000;
        top: -1.25rem;
        content: ' ';
        left: 50%;
        margin-left: -10px;
    }

.home-slider-thumbs > li {
    padding: 0 0.375rem;
}

.home-slider-th:hover .panel-h, .th:hover .panel-h {
    transform: translateY(0);
}

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav h3.active a, .sub-nav li.active a {
    background: #000;
    color: #fff;
}

    .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav h3.active a:hover, .sub-nav li.active a:hover {
        background: #FFBD51;
    }

button.tiny, .button.tiny {
    padding-top: 0rem;
}

span.postfix, label.postfix {
    background: #000;
    border-left: none;
    color: #ffffff;
    border-color: #000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

    span.postfix:hover, label.postfix:hover {
        background: #000;
        color: #ffffff;
        border-color: #000;
    }

.button.search-button {
    margin-left: -2px;
    font-size: 22px;
    background: #FFF;
    border: 1px solid #cccccc;
    padding: 6px 0px;
    border-left: transparent;
    color: #aaa;
    line-height: 22px;
    height: 37px;
}

.h1-small {
    vertical-align: sub;
}

.panel {
    background: transparent;
    border: none;
    margin-bottom: 0rem;
    position: relative;
}

    .panel.article, .article {
        background: #fff;
        box-shadow: 0 -1px 0 #d9d9d9 inset;
    }

    .panel.galerias {
        background: #1a1a1a;
    }

.home-slider-wrapper .panel.hero-caption {
    /* box-shadow: 0 -3px 0 #000; */
    z-index: 1;
    position: absolute;
    bottom: 43px;
    padding: 0 3rem;
}

.panel.widget {
    padding: 0;
    margin-top: 0rem;
}

.sidebar .panel.widget {
    padding: 1rem 0 0;
}

.panel.callout {
    background: #fff;
    color: #fff;
    margin-bottom: 1.875rem;
    border: transparent;
    /* border-top: 1px solid #d7d7d7;*/
}

.apertura-container .panel.articulo {
    box-shadow: none;
}

.article-aside .widget:last-child {
    margin-bottom: 0;
}

.tiendasoho .tienda-h {
    color: #fff;
}

    .tiendasoho .tienda-h img {
        max-width: 200px;
    }

.tiny-text {
    font-size: 0.75em;
}

.panel.callout p {
    color: #000;
}

.panel.callout .button {
    color: #3f3f3f;
}

.widget-header {
    padding: 0rem 0rem 0.875rem;
    background: #fff;
    border-bottom: none;
}

.callout .widget-header {
    background: #fff;
}

.panel .widget .widget-header {
    padding: 1.25rem 0 0.875rem;
}

.side-nav.related {
    padding: 0.75em 0 0.75em 1.5em;
    list-style: disc;
    color: #000;
    margin: 0;
    background: #fafafa;
}

.tabs .tab-title.active a {
    background: white;
    border-bottom: 3px solid #000;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.tabs .tab-title > a:hover {
    background: #fff;
    border-bottom: 3px solid #7d7d7d;
    color: #7d7d7d;
}

.tabs .widget-header, .tabs .tab-title > .widget-header {
    background: #fff;
    padding: 1rem 0.75rem 0.75rem;
    font-size: 0.875rem;
    border-bottom: 3px solid #eee;
}

.side-nav.related + .article-tags {
    border-top: 1px solid #ececec;
}

.home-slider .panel.hero-caption-articulo .meta .section-tag {
    color: #000;
    display: inline;
    font-size: 0.75rem;
    line-height: 43px;
    padding: 6px 2px 6px;
    text-transform: uppercase;
    background-color: #000;
    box-shadow: 16px 0 0 #000,-16px 0 0 #000;
}

.side-nav.related li {
    font-size: 0.75em;
    line-height: 100%;
    display: list-item;
    padding: 0;
    list-style: disc;
}

.side-nav li a:not(.button) {
    color: #000;
    padding: 0;
}

.side-nav li .panel-th.th {
    padding: 0 0 50%;
}

.side-nav li {
    margin: 0rem 0rem 0.75rem;
}

    .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: transparent;
        color: #AAAAAA;
    }

.relacionados .widget-header {
    padding: 0.5rem 0 0.625em;
    border-color: transparent;
    border-bottom-color: #dedede;
}

.relacionados .side-nav {
    padding: 0;
}

    .relacionados .side-nav li {
        line-height: 130%;
        clear: both;
        margin: 0 0 0.75rem 0;
    }

        .relacionados .side-nav li img {
            width: 100%;
        }

.relacionados .relacionados-body [class^="icon-"], .relacionados .relacionados-body [class*=" icon-"] {
    margin: 2px 5px 10px 0;
    font-size: 1.25em;
}

.relacionados .clearing-caption {
    color: #cccccc;
}

.relacionados-imgs {
    border: 1px solid #ccc;
    margin: 0;
    padding-top: 0.5em;
    border-top: transparent;
}

.widget-body.collapse {
    padding: 0.9375rem 0;
}

.widget-body li h3.related-h {
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.2;
    color: #5d5d5d;
}

.callout .widget-body {
}

.suscripciones .widget-body {
    display: table;
    width: 100%;
    margin-bottom: 0.5rem;
}

.widget-body.suscriptores {
    margin: 0;
}

.facebook-widget-body {
    background: white;
    overflow: hidden;
    width: 100%;
}

.historia .widget-body {
    padding: 0.9375rem 0.9375rem 0;
}

.widget-header .icon-facebook3 {
    color: #4e6fb6;
}

.tweet-body:after {
    content: " ";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #252525;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(120deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    bottom: -10px;
    left: 30px;
}

.pregunta-dia, .panel .pregunta-dia, .panel.callout .pregunta-dia {
    font-size: 1.25em;
    line-height: 1.25em;
}

.panel.callout .pregunta-dia {
    color: #fff;
}

.suscripciones .widget-body .panel-h {
    margin: 0.175em 0 0;
    font-size: 1.25em;
}

.suscripciones .related-news-th.left {
    margin: 0 0.75em 0 0;
}

.nav-main-sections-container.fixed .button-group > li {
    margin: 0;
    float: left;
    /* width: 14.2%; */
    width: auto;
    text-align: center;
}

    .nav-main-sections-container.fixed .button-group > li.line-right {
        border-right: 0px solid #f3f3f3;
    }

.suscripciones .cover .related-news-th {
    padding-bottom: 126%;
}

.portada-li .related-news-th {
    padding-bottom: 10.75rem;
}

    .portada-li .related-news-th:hover {
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
    }

.confidenciales .widget-body {
    display: table;
    width: 100%;
}

div#sendComment a.tiny.button.right.secondary {
    padding-top: 0.65rem;
}
#slider-1 div.slick-slide img {

    position: relative;
   
}
#slider-2 .slick-slider {
    padding: 0px 0rem;
}

.especiales-body, .galerias-body, .videos-body {
    padding: 0.9375rem 0;
}

.versus-body {
    padding: 0;
    position: relative;
}

.mas-versus {
    background: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.video-destacado {
}

.destacado {
    /*border-bottom: 1px solid #000;*/
}

    .destacado .galeria-h .meta {
        padding: 0;
    }

.mas-contenido {
    padding: 0.375em 0.925em;
    /* background: #efefef; */
}

.sociales .mas-contenido {
    box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 1px 0 0 rgba(255,255,255,0.1) inset;
    border-left: 1px solid #000;
}

.mas-contenido .side-nav {
    padding: 0;
}

.especiales .mas-contenido .related-news-th, .videos .mas-contenido .related-news-th {
    box-shadow: none;
    border: none;
}

.mas-videos {
    padding-top: 1.25em;
}

    .mas-videos.volcado {
        padding-top: 0;
    }

    .mas-galerias.volcado, .mas-videos.volcado {
    }

.galerias .destacado {
    padding-top: 0.875rem;
}

.mas-galerias .side-nav {
    margin: 0;
    padding: 0.5rem 0;
}

.mas-contenido .side-nav li {
    margin: 0;
    display: table;
    padding: 0.75em 0;
}

.galeria-thumbs {
    margin: 0 0 0.75em;
    box-shadow: 0 5px #4aa248, 0 6px #111, 0 7px 0 rgba(255,255,255,0.2);
}

.galeria-thumbs-grid {
    padding: 0;
    background: #151515;
    box-shadow: 0 1px 0 rgba(0,0,0,1) inset;
}

    .galeria-thumbs-grid > li {
        padding: 0.25rem;
    }

.panel.galerias .meta {
    margin-bottom: 10px;
}

.dark-wrap {
    background: #151515;
}

    .dark-wrap .orbit-container {
    }

    .dark-wrap .galeria-thumbs .orbit-container {
        border: none;
    }

.widget-body [class*="block-grid-"] > li {
}

.mas-contenido li {
    padding: 0.625rem;
}

.videos .destacado {
}

.sociales .destacado {
    padding-top: 1em;
    box-shadow: none;
    border-bottom: transparent;
}

.videos .destacado .video {
    box-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-bottom: 1px solid #1f1f1f;
}

.callout .video-wrap.related-news-th {
    box-shadow: none;
    border: none;
}

h4.meta.author {
    color: #5c5c5c !important;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    margin-bottom: 13px;
}

span.author-link {
    color: #000;
}

.video-wrap .flex-video {
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 56%;
    padding-top: 0;
}

.widget-body.indicadores-list {
    padding: 0;
}

.indicadores-list > li {
    padding: 0.5em 0.75em;
    margin: 0;
}

    .indicadores-list > li:nth-child(even) {
        background: rgba(150,150,150,0.1);
    }

.indicadores-list > li {
    padding: 0.5em 0.75em 0.35em;
    margin: 0;
}

    .indicadores-list > li:last-child {
        border-bottom: transparent;
    }

.indicadores .side-nav small {
}

.relacionados-imgs.widget-body {
    padding: 0;
    border: transparent;
    border-bottom: 1px solid #ddd;
}

    .relacionados-imgs.widget-body > li {
        padding: 0.625rem 0.375em;
    }

.article {
    margin-bottom: 1.875rem;
}

    .article.long {
        margin: 0;
    }

    .row.apertura-container article.article.short.panel.widget .short .article-h, .article .article-h {
        font-size: 2rem;
    }

.volcado .article {
    padding-top: 1rem;
}

.article-h {
    line-height: 100%;
    margin-bottom: 20px;
    color: #2f2f2f;
    text-transform: inherit;
    font-weight: 500;
}

/*.panel.hero-caption .article-h {
    text-transform: uppercase;
    }*/
.article-h-link {
    color: #000000;
    transition: 0.3s ease;
}

.panel.callout .article-h-link, .panel.callout a:not(.button) {
    color: #000;
}

.panel.callout .f-dropdown a:not(.button), .callout.panel .f-dropdown .panel-h {
    color: #000;
}

h3 {
    margin: 0;
}

.panel.callout .hero-caption a:not(.button) {
    color: #000;
}

h3.panel-h.destacado {
    color: #000;
    font-weight: bold;
}

.panel.callout .article-h-link:hover {
    color: #5d5d5d;
}

.panel.callout .hero-caption .article-h-link, .panel.callout .hero-caption a.article-h-link {
    color: #2f2f2f;
}

    .panel.callout .hero-caption .article-h-link:hover, .panel.callout .hero-caption a:not(.button):hover {
        color: #fff;
    }

.panel.callout h2 {
    line-height: 1.2;
}

.panel.callout .hero-caption p {
    color: #222222;
}

.article.short {
}

.panel.apertura .article:last-child {
    margin-bottom: 0;
}

.short.featured {
    box-shadow: none;
}

    .short.featured .meta {
        padding-top: 0;
    }

.short .meta:first-child, .apertura .article.short .meta {
    padding-top: 0;
}

.articleroll {
    margin: 0rem -0.9375rem;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
    .articleroll.medium-block-grid-2 > li:nth-of-type(3n+1) {
        width: 50%;
    }

    .articleroll.small-block-grid-1 > li:nth-of-type(2n+1) {
        clear: none;
    }

    .articleroll > li {
        padding: 0 0.9375rem;
    }

.versus.short .article-h {
    font-size: 1em;
    margin-bottom: 1.25em;
}

.article-imgwrap {
    margin-right: 1.25em;
}

.article-image {
    display: block;
    width: 100%;
}


.volcado-articles .article-image {
    box-shadow: none;
}

.related-news-th.article-image {
    border: none;
}

.article.long .article-image {
}

.featured .th, .volcado .short .th {
    margin-bottom: 0.625em;
}

.confidenciales {
    background: #fdfdfd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0.625em;
    margin: 0 0 1.875em;
}

    .confidenciales > li:first-child {
        margin-left: 0;
    }

.confidenciales-tag {
    background: #000;
    color: #fff;
    padding: 0.5em 0.15em 0.5em 0.675em;
    border: 1px solid #92000e;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
    position: relative;
    z-index: 1;
    margin: 0 0 0.375em;
}

    .confidenciales-tag:after {
        content: " ";
        height: 25px;
        width: 25px;
        position: absolute;
        bottom: 4px;
        right: -13px;
        border-top: 1px solid #92000e;
        border-right: 1px solid #92000e;
        background: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(120deg);
        z-index: -1;
    }

.confidenciales .article-h {
    margin: 0.375em 0.75em;
    font-size: 1.375em;
    line-height: 25px;
}

.confidenciales .article-link {
    color: #000;
}

    .confidenciales .article-link:hover {
        color: #555;
    }

.confidenciales.inline-list .ver-mas {
    background: transparent;
    border: none;
    line-height: 24px;
}

a.panel-th, .panel-th {
    box-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-top: transparent;
    border: transparent;
    position: relative;
}

.especiales .panel-th {
    margin: 0;
}

.viejadeldia .panel-th {
    border-bottom: 3px solid #000;
    padding-bottom: 120%;
}

.confidenciales-body .side-nav {
    padding: 0.375em 0 0;
}

.section-tag, .side-nav li .section-tag, .panel.callout .section-tag, .panel.callout a.section-tag, .panel.callout .f-dropdown a.section-tag {
    display: inline-block;
    color: #5c5c5c;
    font-size: 16px;
    text-transform: initial;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.article-img-caption {
    margin: 0 0 15px 0;
    display: inline-block;
}

span.article-img-caption {
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    width: 100%;
}

#divResultItems .article .article-h {
    font-size: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
}

.article.long .article-h {
    font-size: 30px;
}

.article-aside {
    line-height: 150%;
    margin-right: 1.875rem;
}

    .article-aside .article-quote {
        margin-bottom: 1.875rem;
        font-style: italic;
        font-weight: 400;
    }

.article-vermas {
    font-weight: 700;
    margin-left: 0.375em;
}

.article-header {
    margin: 0;
}

.article-footer {
    padding: 0 0 0.5rem;
    background: #fff;
}

    .article-footer.related-news {
        margin: 0 0 1.5em;
    }

    .article-footer .panel-h {
        text-transform: uppercase;
    }

.item .article-footer {
    margin-bottom: 1.25rem;
}

.article-tags {
    margin: 0;
    font-size: 0.6875em;
    padding: 0.75em 0.75em 0.75em 0em;
    max-height: 2rem;
}

    .article-tags li a {
        color: #999;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }

        .article-tags li a:hover {
            color: #5c5c5c;
        }

.article-tags-icon {
    font-size: 1.25em;
    color: #000;
}

.inline-list > .article-tags-icon {
    margin-left: 0;
    color: #000;
}

.news-grid {
    margin-bottom: 0.675em;
}

    .news-grid .relacionados {
        margin-bottom: 0;
    }

.relacionados-body {
    padding: 0;
}

    .relacionados-body li {
        padding: 0.5em 0.75em 0.75em;
        margin: 0;
    }

        .relacionados-body li:first-child {
            background: #fff;
            border-bottom: 1px solid #ddd;
        }

.article-aside .relacionados-body li:first-child {
    background: transparent;
    border-bottom: transparent;
}

.relacionados .ver-mas {
    border: transparent;
    border-bottom: 1px solid #ddd;
}

.related-news > .panel-h {
    margin-right: 0.75em;
    padding: 0.5em 0.25em;
}

.related-news-th, .side-nav li a.related-news-th, .th {
    border: none;
    box-shadow: none;
    padding: 0;
    position: relative;
    max-height: 0;
    padding-bottom: 45%;
}

.articulo .panel-th {
    padding-bottom: 40%;
}

.galeria-slider .galeria-thumbs-grid .th {
    padding-bottom: 50%;
}

.galeria-thumbs-grid .related-news-th.active {
    box-shadow: 0 0 0 2px #000;
}

.articulo .panel-th img {
    width: 100%;
}

.articulo .clearing-feature li.clearing-featured-img.visible {
    position: relative;
    width: 100%;
}

.slider-img-wrap {
    height: auto;
    display: block;
}

.historia .related-news-th {
    padding-bottom: 120%;
}

.related-news-th.small-5, .side-nav li a.related-news-th.small-5 {
    padding-bottom: 25%;
}

.related-news-th.small-4, .side-nav li a.related-news-th.small-4 {
    padding-bottom: 25%;
    width: 45%;
}

.related-news-th.small-3, .side-nav li .related-news-th.small-3 {
    padding-bottom: 23%;
}

.th {
    display: block;
    overflow: hidden;
}

.callout .related-news-th {
}

.article .related-news-th {
    box-shadow: none;
}

    .article .related-news-th:hover, .article .related-news-th:focus, .related-news-th:hover, .related-news-th:focus, .side-nav li .related-news-th:hover, .side-nav li .related-news-th:focus {
    }

.related-news-img {
    width: 100%;
}

.related-news-th.right, .side-nav li .related-news-th.right {
    margin: 0 0 0.5em 0.9375rem;
}

.related-news-th.left, .side-nav li .related-news-th.left {
    margin: 0 0.9375rem 0em 0;
}

.article .related-news-th.left {
    margin: 0.375em 1.25em 0.625em 0;
}

.article .related-news-th.right {
    margin: 0.375em 0 0.625em 1.25em;
}

.search.right {
    position: absolute;
    right: 10px;
    top: 0;
}

.servicios .related-news-th {
    border-radius: 50%;
    margin: 0 0.75em 3.5em 0;
    overflow: hidden;
}

.comentarios .related-news-th {
    padding-bottom: 18%;
}

div#boton_responder .button.tiny {
    padding-top: 0.75rem;
}

.th .over-icon, .galeria-slider-th .over-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 5px;
    font-size: 1.25rem;
    color: #fff;
}

.th .versus-icon.over-icon {
    left: 50%;
    margin-left: -15px;
}

.galeria-slider-th .over-icon {
    bottom: auto;
    top: 10px;
    left: auto;
    right: 10px;
    background: rgba(100, 100, 100, 0.5) url(../img/bg-t.png);
}

.portada-th {
    padding-bottom: 0;
    max-height: none;
}
/* Comentarios */
.widget.comentarios {
    margin: 0;
}

.comentar2160 {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.callout .comentar2160 {
    border: 1px solid #111;
    background: #444;
}

.comentarios-body.column {
}

.callout hr {
    border: solid #111;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    border-width: 1px 0 0;
}

.comentarios hr {
    margin-top: 0;
}

.comentarios p {
    font-size: 0.875rem;
    color: #000;
    line-height: 1.25;
}

.comentario .votacion_dis {
    margin: -0.375rem 0 0.375rem;
    line-height: 1;
}

.comentarios .opciones_blogueros {
    float: left;
}

    .comentarios .opciones_blogueros p {
        font-size: 0.675em;
    }

.opciones_blogueros .respuestas {
    float: none;
    display: block;
    margin: 0 0 10px;
}

.comentarios .pagination {
    margin: 0.5rem 0 0;
}
/*Servicios y Asociados*/
.panel.servicios, .panel.asociados {
    background: #fff;
}

.servicios-list {
    background: #FDFDFD;
    margin: -0.75em -0.75em 1.75em;
    border-bottom: 1px solid #ddd;
}

    .servicios-list > li {
        font-size: 0.75em;
        font-weight: 400;
        line-height: 100%;
    }

    .servicios-list .related-link {
        color: #aaa;
    }

    .servicios-list [class^="icon-"], .servicios-list [class*=" icon-"] {
        font-size: 1.875em;
        vertical-align: middle;
        color: #ccc;
    }

    .servicios-list i.left {
        margin: 0 0.25em 0.5em 0;
    }

.servicios .th {
    border: 1px solid #ddd;
    padding: 2px;
    box-shadow: none;
}

.servicios .ver-mas {
    border: 1px solid #ddd;
    border-top: transparent;
}

.logo-th {
    border: none;
    box-shadow: none;
}

.asociados .widget-body {
    padding: 0 0.75em;
}

/*Fin Servicios y Asociados*/

/* Compartir en Redes Sociales */
.opciones {
    clear: both;
    border-top: 1px solid #ededed;
    padding: 0.5em 0.875em 0.25em;
    border-bottom: 1px solid #ededed;
    margin-bottom: 1.5em;
}

.callout .opciones {
    border-top: 1px solid #222;
    border-bottom: 1px solid #111;
    margin-bottom: 0;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 0 rgba(255,255,255,0.1);
}

.opciones .inline-list {
    margin: 0 0 0 -1em;
}

.opciones .social-buttons {
    overflow: visible;
}

.opciones .inline-list > li {
    margin-left: 1em;
    padding: 5px 0;
}

.opciones .sub-nav li.active a {
    background: #eee;
    color: #000;
}

.opciones .sub-nav li a {
    color: #d22224;
}

.opciones .small_font_icon {
    font-size: 0.8em;
    line-height: 1.75rem;
}

.opciones .medium_font_icon {
    font-size: 1em;
    line-height: 1.625rem;
}

.opciones .large_font_icon {
    font-size: 1.2em;
    line-height: 1.5rem;
}

.SocialNetworks.inline-list > li:first-child {
    margin-left: 0;
}

.twitterbtn {
    max-width: 80px;
}

.gplus {
    max-width: 70px;
}

.opciones .shareaholic-canvas {
    clear: none;
}

.opciones .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
    margin: 0 !important;
    padding: 0 !important;
}
/* Fin Compartir en Redes Sociales */
.relacionados-imgs .related-news-th {
    width: 100%;
    margin: 0;
}

.related-h, .panel.callout .related-h {
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 120%;
}

.side-nav li .related-h, .panel .side-nav li .related-h {
    font-size: 1em;
    text-transform: inherit;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.side-nav.mas-galerias {
    margin: 0;
}

.mas-galerias.side-nav li .related-h {
    font-size: 0.875em;
}

.mas-galerias.side-nav li .meta {
    font-size: 0.625rem;
    overflow: hidden;
}

.relacionados .side-nav li .related-h {
    font-size: 0.875em;
}

.relacionados li.featured .related-h {
    font-size: 1em;
}

.especiales .mas-contenido .related-h, .videos .mas-contenido .related-h {
    background: #FFFFFF;
    padding: 1em 0rem;
    min-height: 50px;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

.volcado .related-h {
    background: #fff;
    padding: 0.75em;
    box-shadow: 0 3px 0 #000 inset, 0 1px 0 #d9d9d9;
    min-height: 50px;
    margin: 0;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 150%;
}

.panel.widget.galeria .panel.hero-caption {
    padding-left: 0px;
}

.comentarios .related-h {
    background: none;
    box-shadow: none;
    min-height: 0;
    padding: 0;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.comentarios .widget-header + hr {
    border-color: transparent;
}

.volcado-tv .tabs-content, .volcado .widget-body {
    padding-bottom: 0;
}

.tabs-content widget-body .side-nav li .related-link, .side-nav li a.related-link {
    color: #000;
    font-size: 0.9rem;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.related-link {
    color: #000;
    font-size: 1rem;
    line-height: 1.2;
}

    .side-nav li .related-link:hover, .related-link:hover, .side-nav li a.related-link:hover {
        color: #5c5c5c;
        transition: all .4s ease;
    }

article.article.short.panel.widget.homeArticle {
    height: 368px;
}

.homeArticle footer {
    position: absolute;
    bottom: 0;
}

.versus-h {
    padding: 0.625em;
    margin: 0;
}

.panel.callout .related-link {
    color: #fff;
}

    .panel.callout .related-link:hover {
        color: #5c5c5c;
        transition: all .4s ease;
    }

.relacionados.finanzas .panel-h .section-link {
    color: #3d8dbf;
}

.relacionados.finanzas .widget-header {
    box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 -5px #3d8dbf inset, 0 -6px #093753 inset, 0 1px 0 rgba(255, 255, 255, 0.2);
}

.relacionados.finanzas .related-news-th {
    box-shadow: 0 0 0 1px #093753;
}

    .relacionados.finanzas .related-news-th:hover, .relacionados.finanzas .related-news-th:focus {
        -webkit-box-shadow: 0 0 6px 1px rgba(32, 98, 138, 0.5);
        box-shadow: 0 0 6px 1px rgba(32, 98, 138, 0.5);
    }

.intro {
    font-size: 0.875em;
    line-height: 20px;
    position: relative;
}

.panel .intro {
    padding-bottom: 0rem;
}
i.icon-tag {
    color: #999;
}
.panel .intro, .apertura-container .short.panel .intro {
    font-size: 15px;
    color: #000;
}

.apertura-container .panel .intro {
    font-size: 1rem;
    font-weight: 100;
    margin-top: 1.5rem;
    margin-bottom: 0;
    color: #000;
}
.home-slider.home-slider-wrapper.panel.hero-caption-articulo{
    padding-left:0px;
}
.gradientMasContentSoho.home {
    margin-top: 2rem;
}
.volcado .panel .intro, .volcado .panel p {
    font-size: 0.875rem;
}

.panel .article-h {
    font-size: 1.5rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.destacado .article-h {
    font-size: 23px;
}

.panel.callout.widget.galerias .hero-caption a.article-h-link {
    text-shadow: none;
    color: #000;
    line-height: 1.3;
    text-transform: inherit;
}

.panel.widget.articulo .hero-caption .article-h {
    line-height: 1.2;
}

.suscripciones .widget-body .article-h a {
    font-size: 1.75rem;
    line-height: 1.3;
}

.button-group > li {
    margin: 0;
    float: left;
    /* width: 14.2%; */
    width: 14.25%;
    text-align: center;
}

li.line-right {
    border-right: 1px solid #f3f3f3;
}

.search.right {
    position: absolute;
    right: 13px;
    top: 2rem;
    font-size: 1.25rem;
}

.panel.callout .article-h {
    color: #000;
}

.panel.versus .article-h {
    margin: 1.5rem 0;
}

.versus-body > .article-h {
    font-weight: 400;
}

.short .article-h, .article .article-h {
    font-size: 23px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
}

.panel.versus .versus-h {
    margin: 0;
    font-size: 1.125rem;
    box-shadow: 0 3px #000 inset;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-slider .article-h, .hero-caption .article-h, .panel.callout .hero-caption .article-h {
    font-size: 2.125rem;
    margin: 0 0 0.875rem;
    color: #2f2f2f;
}

.home-slider .panel.hero-caption .meta .section-tag {
    color: #000;
    display: inline;
    font-size: 0.75rem;
    line-height: 43px;
    padding: 6px 2px 6px;
    text-transform: uppercase;
    background-color: #000;
    box-shadow: 16px 0 0 #000,-16px 0 0 #000;
}

.home-slider .hero-caption .meta {
    padding: 0;
    font-size: 0.875rem;
    margin-bottom: 0rem;
}

.meta, .panel .meta {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #999;
    padding-top: 1em;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 4px;
}

.hero-caption .meta {
    padding: 0;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.meta, .panel .meta {
    padding-top: 0;
}

.suscripciones .side-nav {
    margin-bottom: 7px;
}

.panel .edicion-seccion .meta {
    margin: 0;
}

.panel-h .meta {
    padding-top: 0;
    color: #eee;
}

.callout .panel-h .meta {
    padding-top: 0;
    color: #ddd;
}

.article.long .meta {
    padding-top: 0;
}

.panel .alianza {
    margin: 1rem;
}

.antetituloPatrocinado {
    color: #00adef;
    font-size: .75rem;
    margin-bottom: 1rem;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica';
}

.side-nav .meta {
    padding: 0;
    margin: 0;
    font-size: 0.65rem;
}

.mas-visto .meta, .columnas .meta {
    padding: 0;
    margin: 0;
}

.confidenciales .meta {
}

.meta.author {
    color: #555;
    margin: 0 0 0.75em;
    padding: 0;
    text-transform: lowercase;
}

.especiales .orbit-caption .meta {
    padding: 0;
}

.orbit-container .orbit-next > span {
    margin-top: -8px;
}

.slideshow-wrapper .orbit-container .orbit-prev, .slideshow-wrapper .orbit-container .orbit-next {
    background: rgba(0, 0, 0, 0.5);
}

.especiales .orbit-container .orbit-prev, .especiales .orbit-container .orbit-next {
    top: 105px;
    width: 20px;
    height: 50px;
    margin: -70px 0 0;
}

.orbit-container .orbit-prev > span {
    height: 15px;
    width: 15px;
    transform: rotate(-135deg);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-width: 2px 2px 0px 0px;
}

.author-link, .side-nav li a.author-link {
    text-transform: capitalize;
    display: inline-block;
    color: #000
}

.panel.widget .side-nav small {
    font-size: 70%;
}

.recomendados .side-nav li, .mas-visto .side-nav li, .columnas .side-nav li, .side-nav li {
    display: table;
    width: 100%;
}

.columnas .widget-body {
    padding: 0rem;
}

.recomendados .related-h {
}

.widget-body.caricatura-link {
    padding: 0;
    border: none;
    display: block;
}

.widget-body.pregunta-img {
    padding: 0 0 1px;
    display: block;
}

.caricatura-img {
    box-shadow: 0 1px 0 rgba(255,255,255,0.2);
    transition: 0.3s ease;
}

.caricatura-link:hover .caricatura-img {
    box-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border: 1px solid #3F503E;
    border-top: none;
}

.widget-footer {
    padding: 0;
}

.item .widget-footer {
    margin: 0 -1.25rem 0.875rem;
}

.ver-mas {
    padding: 0.875rem;
    display: block;
    font-size: 0.8125rem;
    line-height: 18px;
    transition: 0.3s ease;
    text-transform: uppercase;
    width: 100%;
}

    .ver-mas a, .panel.callout .ver-mas a {
        color: #000000;
    }

.panel.callout .ver-mas, .panel.callout a.ver-mas {
    background: #Fff;
    color: #000000;
    border: 1px solid #ccc;
    font-weight: 600;
    -webkit-transition: 0.5s;
    font-size: 1rem;
}


    .panel.callout a.ver-mas:hover, .panel.callout .button-group.ver-mas:hover {
        color: #000;
        border: 1px solid #fff;
        box-shadow: 0px 3px 0px #000;
        -webkit-transition: 0.5s;
        /*letter-spacing: 3px;*/
        font-weight: 700;
        line-height: 1.4;
    }

.callout .f-dropdown li a {
    color: #555;
}

.widget-body .widget-body-icon {
    font-size: 4rem;
    color: #000;
}

.ver-mas [class^="icon-"], .ver-mas [class*=" icon-"] {
    color: #000;
    vertical-align: text-bottom;
}


.panel.callout .button-group.ver-mas:hover li a {
    color: #000;
}

header.callout.panel.widget-header.revista {
    margin-bottom: 0;
    padding: 1rem 0rem;
}

.button-group.ver-mas .ver-mas {
    margin: 0;
    border: none;
    box-shadow: none;
    padding: 0;
}

.slider .logo-img {
    width: 70px;
    vertical-align: bottom;
    margin: 0;
}

.panel.slider .slider-h {
    font-size: 1.15em;
    font-weight: 400;
    margin: 0.5em 0 1.25em;
    max-height: 30px;
    overflow: hidden;
}

.home-slider .hero-caption .medium-9.columns {
    /* background: rgba(0,0,0, 0.8); */
    padding: 2rem 1.5rem;
}

.panel.slider .slider-link {
    color: #FFF;
}

    .panel.slider .slider-link:hover {
        color: #ddd;
    }

.slider .orbit-bullets {
    margin: 0 auto 20px;
}

.slider .orbit-container .orbit-prev, .slider .orbit-container .orbit-next {
    top: auto;
    width: 20px;
    height: 69px;
    bottom: 0;
}

    .slider .orbit-container .orbit-prev span, .slider .orbit-container .orbit-next span {
        border: inset 6px;
    }

    .slider .orbit-container .orbit-prev > span {
        border-right-style: solid;
        border-color: transparent;
        border-right-color: white;
    }

    .slider .orbit-container .orbit-next > span {
        border-left-style: solid;
        border-color: transparent;
        border-left-color: white;
        margin-left: -2px;
    }

.panel-th .caption, .slider .orbit-slides-container > * .orbit-caption, .galeria-destacada .orbit-slides-container > * .orbit-caption, .especiales .orbit-slides-container > * .orbit-caption {
    padding: 0.9375rem 0.25rem;
    border-top: 1px solid #111;
    background: rgba(150, 150, 150, 0.3) url(../img/bg-t.png);
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 1.5;
    font-size: 0.875rem;
}

.panel-th .caption {
    min-width: 50%;
    margin-bottom: 3px;
}

.especiales .orbit-slides-container > * .orbit-caption {
    position: relative;
    background: #FFFFFF;
    border: transparent;
}

.especiales .logo-img {
    width: 80px;
    vertical-align: middle;
}

.galeria-destacada .orbit-slides-container > * .orbit-caption {
    top: auto;
    position: relative;
}

.galeria-slider img {
    margin: 0 auto;
    max-height: 550px;
}

.slider-slider {
    border: none;
}

.callout .widget-body.slider-slider {
    border: transparent;
}

.slider-th {
    display: block;
}

.slider .orbit-container, .caricatura .orbit-container {
    padding-bottom: 70px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: transparent;
}

.slider-img {
}

.site-header .search-box {
    padding-top: 0px;
}

    .site-header .search-box input, .site-header .search-box .button.search-button {
        border: 0;
        color: #555;
    }

.search.right .button.secondary:hover {
    color: #000;
    background-color: #fff;
}


.dropdown.button, button.dropdown {
    position: relative;
    padding-right: 2.5625rem;
}

button.search-button.dropdown {
    padding: 37px 4px 0px 4px;
    color: #cccccc;
    background-color: #fff;
    font-size: 1.25rem;
    padding-top: 37px;
}

.f-dropdown li:hover, .f-dropdown li:focus {
    background: transparent;
}

.button.tiny {
    padding-top: 10px;
}

.f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: -205px;
    width: 300px;
    max-height: none;
    height: auto;
    background: white;
    border: none;
    font-size: 0.875rem;
    z-index: 99;
    /* margin-top: -20px; */
    max-width: 200px;
    padding: 0px;
    height: 37px;
    top: -11px !important;
}

i.icon-search {
    color: #ccc;
}

ul#results-types-count li {
    margin: 0;
    float: left;
    width: auto;
    text-align: center;
}

input[type="search"] {
    padding-bottom: 0px;
    margin: 0px;
    padding: 0px 0.5rem;
}

.search-box input:focus {
    position: relative;
    z-index: 1;
}

.site-header .search-box .button.search-button {
    border-left: transparent;
}

.search-box {
    padding-top: 0;
}

.off-canvas-list .search-box {
    padding-top: 1rem;
}
/*Publicidad*/

.publicidad.Layer {
    position: fixed !important;
    z-index: 100;
    left: 50%;
    text-align: center;
    top: 13.5%;
    width: 800px;
    margin-left: -400px;
}

#soho-616x300 ul.adm-products li a div.adm-product-wrapper {
    height: 90px !important;
}

div#Banner_Mobile.mujeresSoho {
    margin-top: 1rem;
}

.videos div#Robapagina_Mobile {
    margin: 1rem 0rem;
}

div#Layer_Mobile {
    width: 100%;
    bottom: 50px;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.68);
    z-index: 100;
    height: auto;
}

.publicidad_lateral_derecho {
    display: block;
    position: fixed;
    left: 50%;
    margin-left: 500px;
    overflow: hidden;
    z-index: 2;
    transition: 0.5s ease;
    width: 130px;
    height: 600px;
    top: 160px;
}

.publicidad_lateral_izquierdo {
    display: block;
    position: fixed;
    left: 50%;
    margin-left: -630px;
    overflow: hidden;
    z-index: 2;
    transition: 0.5s ease;
    width: 130px;
    height: 600px;
    top: 160px;
}

.publicidad.TopBanner {
    z-index: 2;
    text-align: center;
    position: relative;
    margin: 0.75rem auto -0.5rem auto;
    z-index: 10;
    width: 1000px;
}

.publicidad.Banner_Flotante_1 {
    position: fixed;
    bottom: 0;
    z-index: 80;
    width: 974px;
    left: 50%;
    margin-left: -500px;
}

.publicidad.robapagina {
    overflow: visible;
    position: relative;
    z-index: 2;
    text-align: center;
}

.panel.publicidad {
    overflow: hidden;
    text-align: center;
    padding: 0rem;
}

    .panel.publicidad.RobaPagina iframe {
        max-width: 100%;
        width: 100%;
        height: auto;
        min-height: 250px;
    }

.publicidad-label {
    color: #aaa;
    margin-bottom: 0.5em;
    padding: 0 5px;
    text-transform: uppercase;
    display: block;
}

publicidad-toma {
    display: none;
}

.publicidad-toma img {
    max-width: 1260px;
    overflow: hidden;
}

.publicidad-toma {
    display: block;
    position: fixed;
    top: 40px;
    left: 50%;
    /*Arreglo temporal mientras la pauta sea de 1260, para 1280 queda -640px*/
    margin-left: -630px;
    overflow: hidden;
}

.publicidad.TopBanner {
    text-align: center;
    margin: 0.75rem auto -1rem auto;
    position: relative;
    z-index: 10;
    width: 1000px;
}

.publicidad.Lite.TopBanner {
    text-align: center;
    position: relative;
    margin: 0px auto !important;
    z-index: 10;
    width: 1000px;
    margin: auto;
}

.publicidad.PatrocinioL_Superior {
    text-align: right;
    position: relative;
    margin: 2.56rem 0 20px;
    width: 1000px !important;
    left: 50%;
    margin-left: -500px;
}

.publicidad.TopBanner img, .publicidad.TopBanner object, .publicidad.TopBanner embed {
    max-height: 90px;
}

.publicidad.Cabezote {
    width: 220px;
}

.publicidad.Toma_Banner_Desplegable {
    text-align: center;
    position: relative;
    margin: 1.75rem 0 0rem;
    z-index: 2;
}



.publicidad.Banner_Desplegable974x30 {
    /* margin: 0.5rem 0 0 0; */
    position: relative;
    width: 100% !important;
    overflow: hidden;
    height: auto;
    z-index: 1 !important;
}

.publicidad.Banner_Desplegable, .publicidad.Banner_Desplegable * {
    max-width: 100%;
}

.publicidad.Banner_Flotante_1 {
    position: fixed;
    bottom: 0;
    z-index: 80;
    max-width: 970px;
}

.publicidad.tomaMultiplesPartes {
    position: fixed;
    margin-left: 500px;
    top: 40px;
    left: 50%;
}

.publicidad.Cabezote {
    max-width: 220px;
    margin: 1rem 0 0;
}

    .publicidad.Cabezote embed {
        max-height: 90px;
    }

.publicidad.Disclaimer, .publicidad.Disclaimer * {
    width: 970px;
    z-index: 999;
    position: fixed;
    left: 50%;
    margin-left: -485px;
    top: 2.5rem;
}

    .publicidad.Disclaimer.visibility, .publicidad.Disclaimer.visibility * {
        display: none;
        z-index: 0;
    }

.publicidad.Takeover {
    position: absolute !important;
    top: 0;
    z-index: 9;
}

.publicidad.Layer {
    position: fixed;
}

.embedded .Banner_Mobile, .embedded .RobaPagina_mobile {
    text-align: center;
}

div[id^=adLayer], #eyeDiv {
    z-index: 98 !important;
    display: none !important;
}

div[style*="left: 150px;"] {
    right: 150px;
    margin: 0 auto;
    width: 600px;
}

.pautefacil_vertical {
    width: 100%;
    margin-bottom: 0rem;
    background: #fff;
}

    .pautefacil_vertical iframe {
        width: 100% !important;
        height: 344px !important;
    }

.publicidad-aside, .pautefacil_horizontal {
    padding: 10px;
    margin: 15px 0 1.875rem;
    border: 1px solid #ededed;
    width: 100%;
    overflow: hidden;
}

    .pautefacil_horizontal.recommended-pautefacil {
        padding: 0;
        border: none;
    }

.publicidad.Banner_Mobile.show-for-small {
    max-width: 320px;
    margin: 0 auto 1.5rem;
    text-align: center;
}
/*Fin publicidad*/

.smaller {
    font-size: 0.75em;
}

.recomendados .orbit-bullets-container {
    background: #f0f0f0;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
    border-top: transparent;
    height: 40px;
}

.recomendados .orbit-slides-container {
    height: 269px;
}

.recomendados .orbit-bullets {
    margin: 0 auto 20px;
    top: 3px;
}

.recomendados .orbit-container .orbit-prev, .recomendados .orbit-container .orbit-next {
    bottom: 0px;
    height: 34px;
    top: initial;
    line-height: 28px;
}

.recomendados .orbit-container .orbit-next {
    right: 1px;
}

.tabs {
    background: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
}

.mas-visto .tabs dd > a, .opinion .tabs dd > a {
    background: transparent;
    padding: 0;
    line-height: 1;
}

.tabs .widget-header, .tabs .tab-title > .widget-header {
    background: #fff;
    padding: 1rem 0.75rem 0.75rem;
    font-size: 0.875rem;
}

    /*.video-wrap.panel-th {
    margin-top: 1rem;
}*/

    .tabs .widget-header .panel-h, .opinion .tabs .widget-header .panel-h {
        color: #aaa;
    }

.volcado-tv .tab-title > .widget-header {
    font-size: 0.625rem;
}

.volcado-tv ul.tabs li a {
    text-align: center;
    padding: 0;
}

.volcado-tv [class*="block-grid-"] > li {
    padding: initial;
}

.tabs .widget-header:hover {
    background: #DEDEDE;
}

.tabs .widget-header.active {
    background: #FFFFFF;
    z-index: 1;
}

    .tabs .widget-header.active .panel-h {
        color: #000;
    }

.tabs .widget-header:first-child {
    margin-left: 0;
    color: #ccc;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.tabs-content > .content {
    padding: 0;
}
/*.tabs-content.widget-body {
	padding: 0 0.9375em;
	}*/
.volcado .tabs-content.widget-body {
    padding: 0.9375rem 0.9375rem 0;
    min-height: 14rem;
}

.panel.columnista {
    padding: 0;
    margin: 0;
    border: 1px solid #000;
}

    .panel.columnista .related-news-th {
        box-shadow: none;
        margin: -1px 0.5em 0 -1px;
    }

    .panel.columnista .section-tag {
        color: #FFF;
        max-width: 42%;
        line-height: 1.25em;
    }

    .panel.columnista hr {
        border: solid #000;
        border-width: 2px 0 0;
        box-shadow: 0 1px 0 #000, 0 -1px 0 #000;
        margin: 0;
    }

    .panel.columnista .related-h {
        padding: 0.625em 0.625em 1.25em;
        margin: 0;
        font-size: 0.8125em;
    }

.sondeo-pregunta {
    margin: 0.25em 0 1em;
    cursor: default;
}

.sondeo_form {
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #dedede;
    display: none;
}

    .sondeo_form.active {
        display: block;
    }

.result_bar {
    background: #bf1029;
    height: 3px;
    margin: 3px 0 15px;
}

.result_text {
    font-size: 0.75em;
}

.comentarios-box p {
    font-size: 0.875em;
}
/* Autocomplete */
.k-autocomplete, .k-autocomplete .k-input {
    width: 100%;
    border-radius: 0;
    height: 30px;
}

    .k-autocomplete .k-input {
        height: 28px;
    }

    .k-list-container.k-state-border-up, .k-autocomplete.k-state-border-down .k-input {
        border-radius: 0;
    }

.indicadores [class^="icon-"] {
    line-height: 20px;
    vertical-align: bottom;
    display: inline-block;
    height: 18px;
    width: 16px;
    text-align: center;
    padding: 0 2px;
}

.panel.versus .vs-tag {
    background: #faa60a;
    color: #000;
    line-height: 2em;
    border-radius: 2em;
    height: 2em;
    width: 2em;
    margin-left: -24px;
    font-size: 1.5em;
    z-index: 1;
    padding: 0;
    font-weight: 900;
    position: absolute;
    left: 50%;
    bottom: 1em;
}

.versus-th, .callout .versus-th {
    box-shadow: none;
    border: transparent;
    padding-bottom: 120%;
}

.versus-opt-a {
    padding-right: 0.5rem;
}

.versus-opt-b {
    padding-left: 0.5rem;
}

.versus-img {
    width: 100%;
}

.finanzas-article, .cincomil-empresas {
    padding: 0;
}
/* Internas */

/* Internas Fotos y Videos */
.opciones_articulo li a {
    color: #aaa;
    font-size: 1.5rem;
    transition: 0.3s ease;
}

    .opciones_articulo li a:hover {
        color: #000;
    }

.opciones_articulo.sub-nav li.active a {
    background: #000;
    color: #fff;
}

.opciones_articulo.sub-nav li a {
    min-height: 2rem;
    display: block;
}

.opciones_articulo .small_font_icon a {
    font-size: 1em;
    line-height: 1.75rem;
}

.opciones_articulo .medium_font_icon a {
    font-size: 1.25em;
    line-height: 1.625rem;
}

.opciones_articulo .large_font_icon a {
    font-size: 1.375em;
    line-height: 1.5rem;
}

.item-content {
}

.panel.callout .meta.author {
    color: #aaa;
}

.relacionados.callout .widget-header .panel-h {
    color: #aaa;
}

.small-size-text p, .small-size-text {
    font-size: 1rem;
}

.medium-size-text p, .medium-size-text {
    font-size: 1.125rem;
}

.large-size-text p, .large-size-text {
    font-size: 1.25rem;
}

/* Fin Internas Fotos y Videos */

/* Contactos */
.callout label {
    color: #aaa;
}

fieldset legend {
    background: transparent;
    font-weight: 400;
}

.callout fieldset {
    border: solid 1px #111;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1) inset;
}

.vcard .widget-body {
    box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1) inset;
}

.vcard.info {
    padding: 0;
    border: none;
    width: 100%;
}

.breadcrumbs {
    margin: 0;
    background: #ffffff;
    border: none;
}

.articles-row-header {
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 0.25em 0;
}

.mas-versus .articles-row-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 1.875em 0 1.375em;
}

.mas-versus .panel-h {
    color: #555;
}

.versus .article-h {
    margin-bottom: 0.875em;
}

.versus .widget-footer {
}

.versus-body .mas-versus .vs-tag {
    margin: 0.375em auto 0;
    font-size: 1.5em;
}

.articles-row-header .pagination {
    margin: 3px 0 0;
}

.articles-row-header .panel-h, .panel .articles-row-header .panel-h {
    padding: 0.25em;
    line-height: 1.4;
}

.panel.callout .articles-row-header {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1) inset;
    margin: 1.875em 0 1.375em;
}

    .panel.callout .articles-row-header.bottom, .articles-row-header.bottom {
        margin: 0;
        border-bottom: none;
    }

ul.pagination li a {
    padding: 0.0625rem 0.375rem 0rem;
    border-radius: 2px;
    font-size: 0.875em;
}

.footer {
    background: #222;
    border-top: 1px solid #000;
}

    .footer .inline-list a:hover {
        text-shadow: 0 1px 0px rgba(0,0,0,0.3);
    }

.panel.otras-publicaciones {
    /* border: 1px solid #000; */
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
}

    .panel.otras-publicaciones > .panel-h {
        font-size: 1.125em;
        margin-bottom: 0.625em;
    }

    .panel.otras-publicaciones .panel-h.section-tag {
        padding: 0.75em 0.75em 1.105em;
        margin: 0 0 0.875em;
        font-size: 0.75em;
        display: block;
        position: relative;
        background: #151515;
        border: 1px solid #000;
    }

    .panel.otras-publicaciones .panel-h.post-title {
        font-size: 0.875rem;
    }

/*Estilos ArtÃ­culo Impreso*/

.imprimir {
    width: 620px;
    padding: 10px;
    margin: 0 auto;
}

    .imprimir .cabezote {
        width: 630px;
        padding-left: 0px;
        padding-bottom: 10px;
        margin-bottom: 5px;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #000;
    }

    .imprimir .logo-img {
        width: 225px;
    }

    .imprimir h1 {
        line-height: 100%;
        color: #333;
    }

    .imprimir .subheader {
        line-height: 150%;
        margin: 1em 0;
        font-size: 1.3em;
    }

.tags-alphabet .tabs dd a {
    padding: 0.5rem 0.75rem;
}

.tags-alphabet .tabs-content {
    padding: 1rem 0;
}

.tags-alphabet .tabs {
    box-shadow: none;
}
/* Fin Internas */

.section-tag.planb {
    box-shadow: 0 -3px 0 #ff9900 inset;
}

.section-tag.arcadia {
    box-shadow: 0 -3px 0 #074ebc inset;
}

.section-tag.jetset {
    box-shadow: 0 -3px 0 #d20605 inset;
}

.section-tag.semana {
    box-shadow: 0 -3px 0 #d22224 inset;
}

.section-tag.soho {
    box-shadow: 0 -3px 0 #f7a01a inset;
}

.section-tag.fucsia {
    box-shadow: 0 -3px 0 #e90089 inset;
}

.section-tag.dinero {
    box-shadow: 0 -3px 0 #3F832C inset;
}

.section-tag.finanzaspersonales {
    box-shadow: 0 -3px 0 #0D71B1 inset;
}

.section-tag.cuatropatas {
    box-shadow: 0 -3px 0 #E84A39 inset;
}

.panel.otras-publicaciones .related-news-th {
    border: 1px solid #151515;
    box-shadow: none;
}

.portada-li {
    margin-left: 2.25em;
    margin-top: 6px;
}

.link-portada {
    box-shadow: 0 0 0 5px #252525, 0 0 0 6px #000;
    border: 1px solid #FFF;
    margin-bottom: 1em;
}

.portada {
    max-width: 130px;
}


.footer-top .inline-list {
    margin-left: -0.375em;
}

.footer-med {
    background: #f6f6f6;
    border: 1px solid;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2);
    padding: 10px 0;
    margin-bottom: 1.875em;
}


.legal {
    padding-bottom: 1em;
}

.footer-top .panel-h {
    color: #fff;
}

.footer .related-link {
    color: #FDFDFD;
}

.footer .panel-h {
    font-size: 0.75em;
    margin-left: 1rem;
}

.footer-top .panel-h {
    margin-left: 0.75rem;
}

.footer-top .portada-li {
}

.inline-list.publicaciones {
    margin: 0;
    margin-left: -1.075em;
}

.footer-p {
    color: #999;
    font-size: 0.625em;
    margin-bottom: 0.5em;
}

    .footer-p.related-link {
        color: #fff;
    }

.semana a {
    color: #d22224;
}

.soho a {
    color: #f7a01a;
}

.dinero a {
    color: #3f812c;
}

.jetset a {
    color: #e92a2f;
}

.planb a {
    color: #f58d1e;
}

.finanzas a {
    color: #3c8bbe;
}

.fucsia a {
    color: #e90089;
}

.arcadia a {
    color: #0a41a3;
}

.semanajr a {
    color: #d5182a;
}

.cocina a {
    color: #0098d4;
}

.empresas a {
    color: #116AA9;
}

.sostenibilidad a {
    color: #93b509;
}

.foros a {
    color: #d5182a;
}

.fundacion a {
    color: #d5182a;
}

.facildigital a {
    color: #7dc042;
}

.publicacionessemana a {
    color: #d5182a;
}

.publicaciones .panel-h span {
    color: #000;
}

/*Buscador*/

.search-options {
    background: #fafafa;
    padding: 1.5em 0 0.5em;
    border: 1px solid #eaeaea;
    border-bottom: none;
}

.search-filters {
    background: #F3F3F3;
    border-top: 1px solid #eaeaea;
    width: 100%;
}

    .search-filters hr.show-for-small {
        margin: 0;
        border: solid #dedede;
        border-width: 1px 0 0;
    }

    .search-filters .results-count {
        margin: 1.375em;
        color: #6f6f6f;
        font-size: 0.875em;
    }

        .search-filters .results-count .total-results {
            font-size: 1.375em;
            color: #000;
        }

.results-type.button-group li a.button {
    border: transparent;
    padding: 1.25em 0.875em 0.625em;
    margin: 0;
    background: transparent;
    color: #AAAAAA;
    font-size: 0.875em;
    min-height: 62px;
}

.results-type.button-group li.active a.button {
    color: #000;
    border-bottom: 3px solid #000;
    background: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.results-type.button-group li a.button .counter {
    font-size: 10px;
    display: block;
    margin: 0;
}

.search-pagination.top {
    clear: both;
    border: 1px solid #EEEEEE;
    border-top: 1px solid #dedede;
    width: 100%;
    margin: -1px 0 1.25em;
    background: #FAFAFA;
    padding: 5px 0.5rem 0;
    position: relative;
    z-index: 1;
}

.search-pagination.bottom .pagination {
    margin: .5rem 0 0;
}

.order-results {
    padding: 0;
    margin: 0.5em 0 0;
    width: 100%;
}

.search-pagination.top .pagination {
    margin: 5px 0;
}

.search-pagination hr.show-for-small {
    margin: 0 0 0.75em;
}

.order-results dt {
    font-size: 0.625em;
    line-height: 1.25rem;
}

.order-results dd {
    margin-left: 0.25rem;
    font-size: 0.75em;
}

    .order-results dd a, .order-results dd.active a {
        padding: 0.1875rem 0.25rem;
    }

.search-results .ssp {
    margin: 10px 0 0;
    font-size: 13px;
    color: #7e7e7e;
    border-bottom: 1px solid #ededed;
    padding: 0px 12px 10px;
}

.result {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    margin: 0;
}

    .result .result-content {
        font-size: 0.875em;
    }

    .result .result-intro {
        font-style: italic;
        color: #6f6f6f;
    }

    .result .excerpt {
        margin-bottom: 0;
    }

    .result .article-h {
        font-size: 1.625em;
    }

    .result .result-img {
        margin: 0 0 0.875em;
    }

        .result .result-img .type-tag {
            background: rgba(0, 0, 0, 0.5);
            color: #FFF;
            position: absolute;
            bottom: 1px;
            padding: 3px 10px;
            border: 1px solid rgba(0, 0, 0, 0.3);
            font-size: 14px;
            box-sizing: border-box;
            right: 16px;
            left: 16px;
            text-align: left;
        }

            .result .result-img .type-tag a {
                color: #FFFFFF;
            }

.result-content .esp-highlight {
    color: #8f8f8f;
}

.result-content h6 {
    font-size: 1em;
}

.side-search-filters {
    margin: 1.875em 0;
}

    .side-search-filters hr {
        margin: 0.75em 0 1em;
    }

    .side-search-filters fieldset {
        margin: 0;
        padding: 0;
        border: none;
    }

.author-filter .side-nav li {
    clear: both;
}

.side-nav li a.author-name {
    width: 85%;
    height: 22px;
    overflow: hidden;
    font-size: 12px;
}

.side-nav li a.author-count {
    font-size: 9px;
    line-height: 20px;
    width: 15%;
    text-align: right;
}

.otras-publicaciones-results .results-widget h6 {
    padding: 0.875em 0;
    margin: 0 0 10px;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.875rem;
}

    .otras-publicaciones-results .results-widget h6 .counter {
        float: right;
        width: 40px;
        font-size: 12px;
        text-align: right;
        margin: 1px 0 0;
        color: #6f6f6f;
        font-weight: 400;
    }

.results-widget.fucsia h6 {
    color: #e90088;
    border-bottom: 3px solid #e90088;
}

.results-widget.dinero h6 {
    color: #48872b;
    border-bottom: 3px solid #48872b;
}

.results-widget.soho h6 {
    color: #f98f00;
    border-bottom: 3px solid #f98f00;
}

.results-widget.semana h6 {
    color: #dd353a;
    border-bottom: 3px solid #dd353a;
}

.results-widget.jetset h6 {
    color: #d30000;
    border-bottom: 3px solid #d30000;
}

.results-widget.revistaarcadia h6 {
    color: #023da8;
    border-bottom: 3px solid #023da8;
}

.results-widget.planb h6 {
    color: #ffa100;
    border-bottom: 3px solid #ffa100;
}

.results-widget.finanzaspersonales h6 {
    color: #0d71b0;
    border-bottom: 3px solid #0d71b0;
}

.results-widget.cocina h6 {
    color: #ffad00;
    border-bottom: 3px solid #ffad00;
}

.row.result:last-child {
    margin-bottom: 20px;
}

.formulario .k-widget.k-datepicker.k-header, .k-widget.k-datepicker.k-header {
    width: 100%;
    border-radius: 0;
    margin: 0 0 1em 0;
}

.formulario .k-picker-wrap.k-state-default, .k-picker-wrap.k-state-default {
    border-radius: 0;
}

.formulario form.custom .custom.dropdown.medium {
    max-width: none;
}

.k-picker-wrap .k-icon {
    margin-top: 0;
    vertical-align: baseline;
}

.author-l li a {
    color: #555;
}

a#btnBuscar.button {
    margin: 0rem 0 0rem 0;
}

a#btnBuscar {
    padding: 5px 0.5rem 0.5rem;
}

/*Fin Buscador*/

/* Impresa */

.ultima-portada-th, .panel.callout .ver-mas.ultima-portada-th {
    background: #252525;
    padding: 20px;
    border: 1px solid #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.2) inset;
    position: relative;
}

.ultima-portada {
    border: 1px solid #000;
    box-shadow: 0 0 0px 1px rgba(255,255,255,0.1);
    width: 100%;
}

.impresa .article-h {
    font-size: 2rem;
}

.tag-edicion, .panel.callout .tag-edicion, .panel .tag-edicion {
    color: #fff;
    font-weight: 400;
    background: rgba(29, 29, 29, 0.9);
    position: absolute;
    bottom: 0.625em;
    left: 1.25em;
    right: 1.25em;
    padding: 0.5em;
    border: 1px solid #000;
    text-align: right;
}

.ediciones-anuales .tag-edicion {
    bottom: 0;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.25em;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.th:hover + .tag-edicion, .tag-edicion:hover {
    background: rgba(29, 29, 29, 0.8);
    border: 1px solid #fff;
}

.panel .edicion-seccion .panel-h {
    border-bottom: 2px solid #000;
    padding: 10px 0 8px;
    margin: 0;
    font-weight: 900;
}

#drop-content {
    padding: 0 1.25rem;
}

    #drop-content.f-dropdown.drop-right:after, #drop-content.f-dropdown.drop-right:before {
        top: 440px;
    }

.f-dropdown > li.row:hover {
    background: transparent;
}

.sumario-header, .callout .sumario-header {
    border: none;
    background: transparent;
    background: transparent;
    margin: 0 0 1em;
    padding: 1.25rem 0 0.875rem;
}

.edicion-seccion .meta {
    padding-top: 1em;
}

.ediciones-anuales .widget-header .panel-h {
    font-size: 0.875em;
    font-weight: 700;
}

.ediciones-anuales .orbit-container .orbit-prev, .ediciones-anuales .orbit-container .orbit-next {
    top: auto;
    width: 30px;
    height: 40px;
    bottom: 0;
}

.ediciones-anuales .orbit-bullets-container {
    background: rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 0.75rem 0 0;
}

    .ediciones-anuales .orbit-bullets-container .orbit-bullets {
        margin: 0 0 1em;
        top: 0.375rem;
    }

.ediciones-anuales .th {
    border: 1px solid rgba(0,0,0,0.3);
    box-shadow: none;
    padding-bottom: 130%;
}

    .ediciones-anuales .th:hover {
        border: 1px solid #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }

/*Plantillas SmartTV*/

.home-smart {
    max-width: 1280px;
    max-height: 720px;
}

.fullwidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    padding: 0 32px;
}

.main-sections .panel-h, .recomendados-smart .panel-h {
    font-size: 1.125em;
}

.side-nav li .article-h-link {
    color: #2f2f2f;
}

    .side-nav li .article-h-link:hover {
        color: #555;
    }

.main-sections .side-nav li, .recomendados-smart .side-nav li, .recomendados-smart .article-h {
    font-size: 1em;
}

.recomendados-smart .side-nav {
    padding: 1em 0.75em 0;
}

    .recomendados-smart .side-nav li {
        clear: both;
        margin: 0 0 1em;
        display: table;
    }

.home-smart .logo {
    padding-top: 50px;
    margin: 0;
}

.smarttv-close.button {
    top: 32px;
    position: absolute;
    right: 0;
    padding: 0.375rem 0.875rem 0.125em;
    font-size: 28px;
    margin: 0;
    line-height: 100%;
}

body.home-smart .main-sections .button.tiny {
    font-size: 1.25em;
    padding: 0 0.5em;
    line-height: 200%;
}
/*Fin Plantillas SmartTV*/

/*Especiales*/
iframe {
    border: none;
}

    iframe[name="google_conversion_frame"] {
        display: none !important;
    }

.opciones-light {
    width: 330px;
}

    .opciones-light li {
        width: auto;
        padding: 0;
    }

        .opciones-light li a, .top-bar-section .dropdown .opciones-light li:not(.has-form) a:not(.button) {
            background: transparent;
            margin: 0.25rem 0 0;
        }

    .opciones-light .share-item [class^="icon"] {
        font-size: 1.875rem;
        display: block;
    }

    .opciones-light .share-count {
        padding: 0.25rem 0.5rem;
        margin: 0.5rem 0 0;
        line-height: 1.25rem;
    }
/*Fin Especiales*

/*Paginas de eror*/

h1.error-icon {
    font-size: 15em;
    margin: 0.29em auto;
    text-align: center;
    text-shadow: 0 4px 0 #CCC;
    border-radius: 10em;
    width: 1em;
    border: 1px solid #bbb;
    background: #ededed;
}

    h1.error-icon.icon-search {
        color: #000;
    }

    h1.error-icon.icon-cone {
        color: #000;
    }

    h1.error-icon.icon-blocked {
        color: #000;
    }

/*Fin paginas de error*/

/*Movil*/
.movil-tabs dd > a {
    padding: 0.75em;
}

.movil-tabs-content {
    background: #fff;
    padding-top: 0.75em;
}

    .movil-tabs-content .related-news-th {
        box-shadow: none;
    }
/*Fin Movil*/

/*Recomendados Facebook*/

.fb_iframe_widget span, .fb_iframe_widget iframe {
    width: 100% !important;
}

/*Fin Recomendados Facebook*/

/*Mensaje y animaciÃ³n Cargando*/
.preloader, .slideshow-wrapper .preloader {
    border: solid 3px;
    border-color: #555555 transparent;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
}

.loading-h, .panel .loading-h {
    top: 55%;
    margin-left: -30px;
    font-size: 0.75em;
    color: #888;
    display: none;
    width: 70px;
    position: absolute;
    left: 50%;
}

.preloader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #000 white;
    border-image: none;
    border-radius: 1000px;
    border-style: solid;
    border-width: 3px;
    display: none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.loading .loading-h, .loading .preloader {
    display: block;
}

.loading-wrap {
    top: 10%;
    height: 80%;
    left: 50%;
    margin-left: -40px;
    width: 80px;
}

.loading .widget-body * {
    position: relative;
    z-index: -1;
}

.loading .loading-wrap {
    position: absolute;
    z-index: 3;
}

/*Modales*/
.intro.large {
    background: url(../img/bg-t.png) rgba(0,0,0,0.5);
    top: 0 !important;
    width: 100%;
    margin: 0 -50% 0 0;
    left: 0;
    right: 0;
    z-index: 102;
    position: fixed;
    border: 1px solid #000;
    height: 100%;
}

    .intro.large .panel {
        background: transparent;
        padding: 0;
        margin: 0 auto;
        max-width: 940px;
    }

.panel.intro .intro-h {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    margin: 1rem 0;
    color: #fff;
}

    .panel.intro .intro-h strong {
        color: #000;
        font-weight: 700;
    }

.panel.intro .intro-edad {
    font-size: 0.75rem;
    line-height: 1.25;
    color: #fff;
}

.intro-footer h3 {
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0 0 0.25rem;
}

    .intro-footer h3 strong {
        color: #000;
    }

.intro-footer a {
    color: #333;
}

.reveal-modal .row.modal .button.intro-logo {
    position: relative;
    color: #000;
    font-size: 0.875rem;
    line-height: 2em;
    padding-top: 0.25rem;
    box-shadow: 0 1px rgba(0,0,0,0.1);
    background: #444;
}

    .reveal-modal .row.modal .button.intro-logo:hover {
        background: #111;
    }

.intro-footer .no-bullet .panel-h {
    color: #fff;
    font-size: 0.75rem;
}

.portada-intro {
    position: absolute;
    top: 0;
    max-width: 15%;
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.2);
    display: block;
    transform: rotate(-10deg);
    left: 0px;
}

    .portada-intro .hidden {
        display: none !important;
    }

.banner-intro {
    border-bottom: 5px solid #000;
    width: 100%;
}

.intro-logo img {
    width: 100%;
}


.reveal-modal .close-reveal-modal {
    top: 0;
    right: 0.5rem;
}

.reveal-modal .row.modal .close-reveal-modal {
    color: #fff;
    text-decoration-color: transparent;
}

.row.modal.politicas .panel {
    max-height: 550px;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0;
}

.row.modal p, .row.modal .related-h {
    text-transform: none;
    font-size: 0.75rem;
}

.row.modal.ingreso {
    overflow: auto;
    max-height: none;
}

.widget.ingreso {
    margin: 0;
}

.row.modal ol li ul {
    list-style: disc;
}

.row.modal h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.3;
}

.row.modal h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.row.modal h4 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.row.modal .subheader {
    font-weight: 400;
}

.row.modal a {
    color: #000;
    text-decoration: underline;
}

.row.modal .button {
    color: #fff;
}

.row.modal .tiny-text {
    line-height: 1.5rem;
}

.row.modal label.tiny-text {
    clear: both;
    line-height: 1;
}

    .row.modal label.tiny-text input {
        margin-right: 0.25rem;
    }

.modal hr {
    margin: 0.75rem 0px;
}

.login-opt {
    margin: 1.25rem 0;
    border: none;
}

    .login-opt small {
        font-size: 0.675em;
    }

.social-login .no-bullet {
    padding: 1rem 0 0;
    margin: 0;
}

.button.facebook {
    background: #3B5998;
}

.button.twitter {
    background: #00ACED;
}

.button.googleplus {
    background: #DD4B39;
}

.button.facebook:hover {
    background: #4B69a8;
}

.button.twitter:hover {
    background: #10bCfD;
}

.button.googleplus:hover {
    background: #eD5B49;
}

.alert-box.hide, .ver-mas.hide {
    display: none;
}

/*Libreria Webviewer*/
.gridItem {
    position: relative;
    opacity: .8;
    transition: 0.3s ease;
}

    .gridItem:hover {
        opacity: 1;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .gridItem img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        transition: 0.3s ease;
        box-shadow: 0 1px 0 rgba(255,255,255,0.2);
        border: 1px solid #000;
        z-index: 0;
        position: relative;
    }

        .gridItem img:hover {
            cursor: pointer;
            box-shadow: 0 1px 5px rgba(0,0,0,0.2);
        }

#myModal.large {
    width: 100%;
    max-width: 1066px;
    margin-left: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

    #myModal.large .close-reveal-modal {
        top: -2.5rem;
        right: -2.5rem;
        color: #fff;
    }

#demoFrame {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 98% !important;
}

#demoFrame_wrapper {
    width: 100% !important;
}

.wa_btn_s {
    display: none !important;
}

.whatsapp {
    display: none !important;
}

.right-redes {
    float: right;
}

.button-group.ver-mas li {
    width: auto;
}

/*Contenido patrocinado*/
.cartelera .widget-header {
    background: #00adef;
    border: 1px solid #00adef;
    padding: 0.75em 0.625em 0.5em;
    overflow: auto;
}

    .cartelera .widget-header h3.panel-h {
        font-size: 0.875em;
        color: #FFFFFF;
    }

.cartelera .orbit-caption h3.article-h {
    line-height: 1.2;
}

.panel.widget.especiales.cartelera {
    border: none;
}

.cartelera .orbit-container span.section-tag {
    color: #00adef;
}

.cartelera .orbit-container a:hover, a:focus {
    color: #5d5d5d;
}

.orbit-container .orbit-prev > span {
    margin-left: 6px;
}

.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
    margin-top: -8px;
}
/*Media Queries*/
@media(min-width:640px) and (max-width:1024px) {
    .main-sections .button, .main-sections .button.tiny {
        font-size: 0.765rem;
        padding: 0.5rem 0.85rem;
    }

    .button-group > li {
        width: auto;
    }

    .nav-main-sections-container.fixed .main-sections .button {
        font-size: 0.65em;
    }

    .nav-main-sections-container.fixed .button-group > li {
        width: auto;
    }

    .nav-main-sections-container.fixed .main-sections a.button.tiny {
        color: #fff;
        padding: 0.5rem 0.85rem;
    }
}

@media(min-width:107px) and (max-width:641px) {
    article.article.short.panel.widget .columns {
        padding: 0;
    }
        article.article.short.panel.widget .columns.contentVolcado {
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }
    .publicidad.robapagina {
        z-index: 0;
        overflow: visible;
    }

    .left.habeas {
        float: none !important;
    }

    .video-wrap {
        overflow: auto;
    }

    button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
        display: none !important;
    }

    .articleroll.medium-block-grid-2 > li:nth-of-type(3n+1) {
        width: 100%;
    }

    .home-slider-wrapper .panel.hero-caption {
        position: relative;
        bottom: 0px;
    }

    .home-slider-wrapper.panel.hero-caption-articulo {
        position: relative;
        bottom: 0.5rem;
        margin-left: 0rem;
        padding: 0 0 1rem 0;
        margin-top: 1.5rem;
    }

    ul.clearing-feature.clearing-thumbs .home-slider-wrapper.panel.hero-caption-articulo {
        position: relative;
        bottom: -1.25rem;
        margin-left: 0rem;
    }

    .home-slider .article-h, .hero-caption .article-h, .panel.callout .hero-caption .article-h {
        font-size: 1.75rem;
        line-height: 1.2;
        margin: 0rem;
        color: #2f2f2f;
    }

    div#Banner_Mobile {
        margin: auto;
        text-align: center;
        margin-top: 10px;
    }

    ul.panel.callout.side-nav.mas-galerias {
        margin-top: 1rem;
    }

    .site-header {
        margin-top: 3rem;
    }

    section.main-section {
        margin-top: 1rem;
    }

    .search.right {
        display: none;
    }

    .short .article-h, .article .article-h {
        font-size: 1.75rem;
    }

    .search.right {
        display: none;
    }

    .home-slider .panel.hero-caption .meta .section-tag {
        color: #000;
        display: inline;
        font-size: 0.75rem;
        line-height: 43px;
        padding: 6px 2px 6px;
        text-transform: uppercase;
        background-color: #fff;
        box-shadow: none;
    }

    .home-slider .hero-caption .medium-9.columns {
        background: #fff;
        padding: 1rem 0rem;
    }

    .orbit-container .orbit-slides-container {
        padding: 4px;
    }

    .row.apertura-container {
        margin-top: 2rem;
    }

    .blackHeader .row.apertura-container {
        margin-top: 0;
    }

    .blackHeader .tab-bar .menu-icon span::after {
        box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    }

    .panel.hero-caption {
        z-index: 1;
        position: relative !important;
        bottom: 0;
        padding: 1rem 0rem 1rem !important;
    }


    .redes {
        position: fixed;
        bottom: 0;
        background-color: #fff;
        z-index: 100;
        width: 100%;
        border-top: 3px solid #ccc;
        padding: 0.75rem;
        left: 0;
        right: 0;
    }

    .right-redes {
        float: none;
    }

    .hero-caption .share-item {
        margin: 0;
    }

    .whatsapp {
        display: block !important;
    }

    #share-buttons li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.25rem 0rem;
    }

    #share-buttons li {
        width: 25%;
        list-style: none;
    }

    .wa_btn_s {
        display: block !important;
    }

    ul#share-buttons {
        width: 230px;
        margin: auto;
    }

    .opciones .inline-list > li {
        margin-left: 0.5em;
    }

    .share-item [class^="icon"] {
        font-size: 3.2rem;
    }

    a.wa_btn.wa_btn_s {
        font-size: 3rem;
    }

    .tabs {
        background: #f0f0f0;
        box-shadow: 0 -3px 0 #000 inset;
        position: relative;
        z-index: 0;
    }

    .publicidad.Disclaimer, .publicidad.Disclaimer * {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 0;
    }

    a.small-1.left.th.related-news-th {
        padding: 0px;
    }
}

@media only screen and (min-width: 40.063em) {
    .top-bar-section .has-dropdown > a {
        padding-right: 10px !important;
    }

        .top-bar-section .has-dropdown > a:after {
            border: solid 3px;
            border-color: #ddd transparent transparent transparent;
            top: 15px;
            left: 28px;
        }

    .top-bar-section li a:not(.button) {
        transition: 0.3s ease;
    }

        .top-bar-section li a:not(.button):hover, .top-bar-section li:not(.has-form) a:not(.button) {
            background: transparent;
        }

            .top-bar-section li:not(.has-form) a:not(.button):hover {
                background: transparent;
                color: #888;
            }

    .top-bar-section ul li > a.button.secondary {
        background: #252525;
    }

    .top-bar-section ul li.has-dropdown > .button.secondary {
        padding-right: 1.375em !important;
    }

    .top-bar-section ul li > a.button.secondary:hover {
        color: #333;
        background: #000;
    }

    .social-links i[class^="icon"], .top-bar-section ul li > a, .top-bar-section li a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
        line-height: 30px;
    }

    .top-bar-section ul li a.subscribe-link, .top-bar-section ul li:not(.has-form) a.subscribe-link {
        padding: 0px 8px;
        line-height: 22px;
        height: 20px;
        border-radius: 3px;
    }

    .top-bar-section ul li > a, .top-bar-section li a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 4px;
    }

    .main-section {
        padding-top: 0;
    }

    .portada-intro {
        top: 30%;
    }

    .footer-top .panel-h {
        width: auto;
    }

    .order-results {
        width: auto;
    }

    .news-tags .related-h.news-tags-h {
        padding: 9px 4px 0 0;
    }

    .servicios .servicios-list > li {
        padding: 0.75em;
        max-width: 20%;
        line-height: 120%;
        font-weight: 700;
    }

    .home-slider-wrapper .orbit-container .orbit-prev, .home-slider-wrapper .orbit-container .orbit-next {
        top: 30%;
    }

    .hero-caption .article-h, .panel.callout .hero-caption .article-h {
        color: #000;
        display: inline;
        font-size: 2rem;
        line-height: 38px;
        padding: 15px 2px 14px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        letter-spacing: .015em;
        font-smoothing: antialiased;
        position: relative;
    }

    .home-slider .article-h {
        color: #000;
        display: inline;
        font-size: 2.5rem;
        line-height: 38px;
        letter-spacing: .015em;
        text-transform: initial;
    }


    .TittleSlideHome .captionTittle {
        color: #000;
        display: inline;
        font-size: 2rem;
        line-height: 1.2;
        letter-spacing: 0;
        position: relative;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
    }

        .TittleSlideHome .captionTittle .article-h-link {
            line-height: 1.3;
            text-transform: initial;
            position: relative;
        }

    /*.panel.TittleSlideHome {
        position: absolute;
        bottom: 0;
        padding: 0 3rem;
        bottom: 43px;
    }*/


    ul.home-slider.orbit-slides-container .hero-caption a.article-h-link {
        color: #fff;
    }

    .hero-caption a.article-h-link {
        color: #000;
        line-height: 1.2;
        text-transform: initial;
        position: relative;
    }

        .hero-caption a.article-h-link:hover {
            color: #5c5c5c;
        }

    .panel.hero-caption-articulo h1.article-h span {
        position: relative;
    }

    .panel.hero-caption-articulo h3.meta {
        margin-bottom: 0.25rem;
    }

    .panel.hero-caption-articulo .meta .section-tag {
        color: #000;
        display: inline;
        font-size: 0.75rem;
        line-height: 43px;
        padding: 6px 2px 6px;
        text-transform: uppercase;
        background-color: #000;
        box-shadow: 16px 0 0 #000,-16px 0 0 #000;
    }

    .panel.callout.widget.videos .panel.hero-caption {
        padding-left: 0px;
        float: left;
    }

    .hero-caption #videoTitle a.article-h-link {
        text-shadow: none;
        color: #000;
        line-height: 1.3;
        text-transform: initial;
    }

    .thumbs-row {
    }

    .home-slider-thumbs {
        top: 100px;
        background: transparent;
        position: absolute;
        border-top: transparent;
        right: 0.9375rem;
        width: 100%;
        box-shadow: none;
        margin-top: 50%;
    }

    .galeria-thumbs-grid {
        padding: 0rem;
    }

    .panel.intro .intro-edad {
        line-height: 1.5;
    }

    .footer .panel-h {
        margin-left: 1.375rem;
    }

    div[id^=adLayer], #eyeDiv {
        display: inherit !important;
    }
}

@media only screen and (min-width: 48em) {
}

@media only screen and (min-width: 64.063em) {
    .home-slider-thumbs {
        top: 318px;
        margin-top: 0;
    }

    .home-slider-wrapper {
        margin-bottom: 0;
        /*padding: 1rem 0;*/
    }

        .home-slider-wrapper .orbit-container .orbit-prev, .home-slider-wrapper .orbit-container .orbit-next {
            top: 50%;
            z-index: 10 !important;
        }

    .thumbs-row {
    }

    .main-sections .button, .main-sections .button.tiny {
        font-size: 13px;
        padding: 0;
        text-align: center;
        padding: 8px 0px;
        width: 100%;
    }

    .main-sections.button-group > .active > button, .main-sections.button-group > .active .button {
        background: #000;
        color: #fff;
        box-shadow: none;
    }

    .news-tags-container {
        margin: 0 0 1.5rem;
    }

    .news-tags .related-h {
        padding: 8px 7px;
        margin: 0;
        font-size: 12px;
    }

    .news-tags > li {
        margin-left: 0.5rem;
    }

    .news-tags .ver-mas {
        padding: 6px 8px;
        color: #000;
    }

    .portada-intro {
        top: 210px;
    }

    .portada {
        max-width: 130px;
    }

    .link-portada {
        position: absolute;
    }

    .portada-li .related-link {
        min-width: 135px;
    }

    .top-bar-section ul li > a, .top-bar-section li a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 10px;
        font-size: 11px;
    }

    .servicios .servicios-list > li {
        width: auto;
        padding: 0.75em 1.875em 0;
        max-width: none;
    }

    .reveal-modal .row.modal .button.intro-logo {
        font-size: 1.25rem;
    }

    .panel.versus .vs-tag {
        line-height: 3em;
        border-radius: 2em;
        height: 3em;
        width: 3em;
        margin-left: -48px;
        font-size: 2em;
        bottom: 0;
    }

    .panel.versus .versus-h {
        font-size: 1.5rem;
    }
}
/* Fin Modificaciones Foundation */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #cccccc;
    }

        .mfp-preloader a:hover {
            color: white;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid white;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid white;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: black;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

div#moreItems {
    padding: 2.25rem;
}

#moreItems .panel.widget.mas-videos {
    padding: 1rem;
}

#moreItems a.th.related-news-th {
    margin-bottom: 0.5rem;
}

#filters h3 {
    font-size: .875rem;
}

/* Suggested related videos */
.jwp-relatedvideos-hide {
    display: none;
}

.jwp-relatedvideos-show {
    display: block;
}

#playerRelatedVideos {
    padding: 1.5rem;
    background: rgba(0,0,0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    #playerRelatedVideos .panel {
        background-color: transparent;
    }

    #playerRelatedVideos .widget-body {
        background: rgba(60,60,60,0.9);
    }

        #playerRelatedVideos .widget-body li h3 a {
            color: #FFF;
        }

    #playerRelatedVideos .related-news-th {
        margin-bottom: 0.25em;
    }


/*KALTURA CONTENT VIDEO*/
.widgetKaltura .panel {
    background-color: rgb(60, 60, 62);
}

.videoContentWrap.flex-video {
    padding-bottom: 46.70%;
}

.videoContentWrap {
    max-height: 440px;
}

.widgetKaltura .collapsePanel {
    padding: 0;
}

a.imgKalturaList {
    padding: 0;
    position: relative;
    max-height: 0;
    padding-bottom: 58px;
    overflow: hidden;
    display: block;
    width: 110px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.widgetKaltura .panel {
    line-height: 1;
}

    .widgetKaltura .panel .listItemKaltura {
        padding-bottom: .5rem;
        margin-bottom: .6125rem;
        border-bottom: 1px dotted #69696b;
        width: 100%;
        height: 71px;
        overflow: hidden;
    }

    .widgetKaltura .panel a.titleKaltura:not(.button) {
        color: rgb(185, 185, 190);
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        display: table;
    }

    .widgetKaltura .panel a.sumaryItemKaltura {
        color: rgb(132, 132, 137);
        font: 11px Arial, Helvetica, sans-serif;
    }




@media only screen and (max-width: 420px) {
    #playerRelatedVideos .widget-body li h3 a {
        color: #FFF;
        font-weight: normal;
        font-size: 70%;
    }

    .videoContentWrap.flex-video {
        padding-bottom: 70%;
    }
}

/*Estilos modal imagenes*/

/* Style the Image Used to Trigger the Modal */
.imgPrincipal {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .imgPrincipal:hover {
        opacity: 0.9;
    }

    .imgPrincipal.img-nano {
        width: 70%;
    }

/* The Modal (background) */
.lightboxSemana {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 60px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/* Fin imagen modal */
/* modales */


div#InicioSesion.reveal.large {
    width: 90%;
    max-width: 48.5rem;
}

div#InicioSesion form {
    margin-bottom: 0px;
}

div#registroModal ::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 15px;
    margin-top: 10px;
    font-style: italic;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
}

div#InicioSesion ::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 15px;
    margin-top: 10px;
    font-style: italic;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
}


.NewsletterSemana {
    background-color: #EAEAEA;
}

div#InicioSesion input#checkbox1 {
    margin-top: 3px;
}

.FormLoginModal input[type="text"], .FormLoginModal input[type="password"], .FormLoginModal input[type="email"] {
    margin-bottom: 1rem;
    color: #676767;
    height: 45px;
}

div#InicioSesion [type='text'] {
    height: 45px;
}

a.crearCuentaModal {
    font-weight: bold;
}

a.olvidoContrasena, a.crearCuentaModal {
    transition-duration: .3s, 2s;
}

    a.olvidoContrasena:hover, a.crearCuentaModal:hover {
        transition-duration: .3s, 2s;
    }

.row.InicioSesion {
    border: 1px solid #e5e5e5;
}

div#InicioSesion span {
    color: #4d4d4d;
    font-size: 0.875rem;
    font-family: 'Lato', sans-serif;
}

.contentFormModal h2, .NewsletterSemana h2 {
    font-weight: bold;
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

.contentRedesModal .button.small {
    font-size: 0.75rem;
    font-size: 0.875rem;
    font-family: 'Roboto Condensed', sans-serif;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

input {
    box-sizing: border-box;
}

    input:active, input:focus {
        outline: none;
        -moz-outline: none;
    }

    input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
        border: none;
    }

/* main style */
.inputShowPwd {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .inputShowPwd > input {
        /*width: auto; 
    height: auto;*/ /*默认input的宽高可以同时结合width\height来重写input框的宽度/高度*/
        /*line-height: 36px;*/ /*控制input框文字的高度可以同时结合height来重写input框文字的高度*/
        padding-right: 36px !important;
        padding-right: 36px;
        padding-left: 10px;
        height: 42px;
    }

    .inputShowPwd > .showEle {
        display: none;
        position: absolute;
        height: 14px;
        width: 18px;
        top: 50%;
        margin-top: -14px;
        right: 9px;
        background: url(../img/pwd.svg) 50% 50% no-repeat;
        background-size: contain;
        z-index: 1;
        cursor: pointer;
    }

    .inputShowPwd > input[type="text"] {
        display: none;
    }

div#InicioSesion input[type="text"]:focus, div#InicioSesion input[type="password"]:focus, div#InicioSesion input[type="date"]:focus, div#InicioSesion input[type="datetime"]:focus, div#InicioSesion input[type="datetime-local"]:focus, div#InicioSesion input[type="month"]:focus, div#InicioSesion input[type="week"]:focus, div#InicioSesion input[type="email"]:focus, div#InicioSesion input[type="number"]:focus, div#InicioSesion input[type="search"]:focus, div#InicioSesion input[type="tel"]:focus, div#InicioSesion input[type="time"]:focus, div#InicioSesion input[type="url"]:focus, div#InicioSesion input[type="color"]:focus, textarea:focus {
    background: #fff;
    border-color: #999;
    outline: none;
    box-shadow: none;
}

div#InicioSesion .btnModal span {
    color: #fff;
    font-family: 'Droid Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.9;
}

.btnModal {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 25px;
    display: inline-block;
    text-transform: uppercase;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .btnModal:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

button.btnModal:hover, button.btnModal:focus {
    background-color: #000;
}

/* Pseudo elements for icons */
.btnModal:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
    font-family: 'soho';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.formularioLogin {
    text-align: center;
    margin-top: 1rem;
}

.impresa span.section-tag {
    color: #999 !important;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.btn-5 {
    background: #000;
    color: #fff;
    height: 45px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .btn-5:active {
        background: rgba(210,34,36,1);
    }

    .btn-5 span {
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.3s;
        -moz-backface-visibility: hidden;
        transition: all 0.3s;
        backface-visibility: hidden;
    }

    .btn-5:before {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 2;
        font-size: 138%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-5:active:before {
        color: #fff;
    }

/* Button 5a */
.btn-5a:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn-5a:before {
    left: 0;
    top: -107%;
}

.btn-5a:hover:before {
    top: 0;
}


/**/
.contentRedesModal {
    border-bottom: 0px solid #ccc;
    margin-bottom: 0rem;
}
/**/

/**/
.formularioLogin {
    margin-top: 0rem;
    padding: 1.5rem;
}

.contentFormModal {
    padding: 0.25rem 1.5rem;
}
/**/

/**/
.FormLoginModal input[type="text"], .FormLoginModal input[type="password"], .FormLoginModal input[type="email"] {
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    margin-bottom: 14px;
    box-shadow: none;
}


.NewsletterSemana input[type="email"] {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 14px;
    box-shadow: none;
    color: #676767;
    height: 45px;
    width: 84%;
    margin: 1rem auto 0.5rem auto;
    text-align: center;
}

/**/

.textNewsletter {
    width: 220px;
    margin: auto;
    text-align: center;
}

    .textNewsletter span {
        line-height: 1;
    }

    .textNewsletter h2 {
        margin-bottom: 1rem;
    }

.NewsletterSemana {
    text-align: center;
    padding: 7.5rem 0rem;
}

#InicioSesion.reveal-modal .close-reveal-modal, #InicioSesion dialog .close-reveal-modal {
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: -0.25rem;
    right: 0.375rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}

@media (min-width:107px) and (max-width:641px) {

    .NewsletterSemana {
        text-align: center;
        padding: 1.5rem 0rem 0.5rem;
    }
    .carruselMobile .slick-slider {
        padding: 0px 0rem;
    }

    .contentFormModal {
        padding: 0.25rem 0rem;
    }

    #InicioSesion.reveal-modal, dialog {
        padding: 0.875rem;
    }

    #InicioSesion {
        top: 11px;
    }

    .FormLoginModal button {
        float: none;
    }

    .FormLoginModal button {
        float: left;
    }

    .formularioLogin {
        padding: 0.5rem 1.5rem;
    }

    .columns.redesModalLogin {
        margin-top: 0.5rem;
    }

    .redesModalLogin .button {
        margin: 0 0 .675rem;
    }

    .FormLoginModal input[type="email"] {
        margin-bottom: 9px;
    }

    .btnModal {
        margin-top: 3px;
        margin-bottom: 11px;
    }

    .textNewsletter h2 {
        margin-bottom: 0.5rem;
    }
}

button.btnModal.btn-5.btn-5a.icon-mail-envelope {
    float: none;
}

/*modal registro*/

.habeas {
    text-align: left;
    margin: 1rem auto 1rem 0rem;
}

.NewsletterSemana img {
    width: 80px;
    margin-left: 1.5rem;
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .NewsletterSemana img:hover {
        width: 80px;
        margin-left: 1.5rem;
        opacity: 0.8;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

/*input#semana:hover<img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}*/

/*Politicas*/
.Mpoliticas {
    text-align: left;
}

    .Mpoliticas h2 {
        color: #000;
        font-weight: bold;
        font-size: 32px;
        font-family: 'Roboto Slab','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
        line-height: 1;
        margin-top: 1rem;
    }

.marcas input[type="checkbox"] {
    margin: 0 0 0.5rem 0;
}

.newMarca {
    margin-bottom: 1.5rem;
}

.row.marcas .columns {
    padding-right: 0rem;
    padding-left: 0rem;
}

.btMarcasRegistro.large-12.columns {
    padding-left: 3rem;
    padding-right: 3rem;
}

.NewsletterSemana .btMarcasRegistro input[type="email"] {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 14px;
    box-shadow: none;
    color: #676767;
    height: 45px;
    width: 60%;
    margin: 1rem auto 0.5rem auto;
    text-align: center;
}

.btMarcasRegistro button.btnModal.btn-5.btn-5a.icon-mail-envelope.right {
    margin-top: 16px;
}

.NewsletterSemana .row.marcas {
    text-align: left;
    padding: 0rem 4rem;
    margin-top: 32px;
    margin-left: 1.5rem;
    transition: initial;
}

    .NewsletterSemana .row.marcas :hover {
        transition: initial;
    }

.marcas .semana, .marcas .dinero, .marcas .soho, .marcas .fucsia, .marcas .arcadia, .marcas .patas, .marcas .finanzas, .marcas .sostenible, .marcas .jetset {
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    transition: initial;
}

.marcas .semana {
    width: 80px;
    height: 18px;
    background-image: url(../img/marcas/semana.svg);
}

.habeas a {
    font-size: 13px;
    color: #4d4d4d;
    text-decoration: underline;
}

.habeas input[type="checkbox"] + label {
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
    font-size: 13px;
    margin-top: -2px;
    position: absolute;
    margin-left: 4px;
}

.Mpoliticas h6 {
    font-weight: bold;
}

.Mpoliticas p {
    color: #676767;
}


.Mpoliticas h3 {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 1.25rem;
    font-family: 'Roboto Slab','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
}

.habeas a:hover {
    color: rgba(210,34,36,1);
}

.marcas .dinero {
    width: 79px;
    height: 18px;
    background-image: url(../img/marcas/dinero.svg);
}

.marcas .soho {
    width: 71px;
    height: 20px;
    background-image: url(../img/marcas/soho.svg);
}

.marcas .fucsia {
    width: 84px;
    height: 17px;
    background-image: url(../img/marcas/fucsia.svg);
}

.marcas .arcadia {
    width: 85px;
    height: 14px;
    background-image: url(../img/marcas/arcadia.svg);
}

.marcas .patas {
    width: 75px;
    height: 28px;
    background-image: url(../img/marcas/4patas.svg);
}

.marcas .finanzas {
    width: 80px;
    height: 23px;
    background-image: url(../img/marcas/finanzas.svg);
}

.marcas .sostenible {
    width: 96px;
    height: 21px;
    background-image: url(../img/marcas/sostenible.svg);
}

.marcas .jetset {
    width: 65px;
    height: 15px;
    background-image: url(../img/marcas/jetset.svg);
}

    .marcas .semana:hover, .marcas .dinero:hover, .marcas .soho:hover, .marcas .fucsia:hover, .marcas .arcadia:hover, .marcas .patas:hover, .marcas .finanzas:hover, .marcas .sostenible:hover, .marcas .jetset:hover {
        background-position: top;
    }

@media (max-width: 641px) and (min-width: 107px) {
    .FormLoginModal button {
        float: none;
    }

    div#InicioSesion [type='text'] {
        height: 40px;
    }

    .FormLoginModal input[type="text"], .FormLoginModal input[type="password"], .FormLoginModal input[type="email"] {
        margin-bottom: 0.5em;
        height: 40px;
    }
}

#registroModal .btnModal span {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 1.9;
}

#registroModal span {
    color: #4d4d4d;
    font-size: 0.875rem;
    font-family: 'Lato', sans-serif;
}

#confirmInscription span.verificacionCorreo {
    color: #4d4d4d;
    font-size: 1rem;
    font-family: 'Droid Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
}

.userActiveVerficacion {
    color: #5d5d5d;
    font-size: 19px;
    text-align: center;
    margin: 1rem;
}

.contentFormModalActive h2 {
    font-size: 43px;
    font-weight: bold;
    color: #d12224;
    font-family: 'Droid Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
}

.contentFormModalActive {
    width: 80%;
    margin: auto;
}

.btnModal.gris.btn-5 {
    background: #797979;
    color: #fff;
    height: 45px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.formularioLogin.verificacion {
    padding: 7rem 0rem;
}

@media (max-width: 641px) and (min-width: 107px) {
    .formularioLogin.verificacion {
        padding: 1rem 0rem;
    }

    .contentFormModalActive {
        width: 90%;
        margin: auto;
    }
}

#confirmInscription .btnModal span {
    color: #fff;
    font-family: 'Droid Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.9;
}

button.btnModal {
    float: none;
}

/*div#confirmInscription, div#ajaxModal, div#registroModal, div#secondModal {
    top: 0px !important; 
}*/



div#dvValidarCuenta {
    background-color: #000;
    font-family: 'Droid Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

    div#dvValidarCuenta a, div#dvValidarCuenta {
        color: #fff;
        font-size: 14px;
        padding: 7px;
        z-index: 999;
        position: relative;
    }

p.left.comentUserValidate {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
}

span.btValidarCorreo {
    font-weight: bold;
    text-decoration: underline;
}

.alert-box.warning {
    background-color: rgba(239, 142, 22, 0.82);
    border-color: rgb(239, 142, 22);
    color: white;
    margin-top: 0.5rem;
}

.alert-box {
    padding: 0.5rem;
}

.contentFormModal form {
    margin: 0.865rem 0 0 0;
}

.ContrasenaSemana {
    text-align: center;
    padding: 3.5rem 0rem;
    background-color: #EAEAEA;
}

    .ContrasenaSemana h2 {
        font-weight: bold;
        font-size: 1rem;
        font-family: 'Droid Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
        text-align: center;
    }

.textContrasenaSemana {
    width: 270px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}


.ContrasenaSemana input.inp-txt-1 {
    width: 70%;
    margin: auto;
    margin-bottom: 1rem;
    height: 45px;
}

.textContrasenaSemana span {
    color: #4d4d4d;
    font-size: 0.875rem;
    font-family: 'Droid Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
    line-height: 1.5;
}

.ContrasenaSemana span.confirmar {
    color: #4d4d4d;
    font-size: 0.875rem;
    font-family: 'Droid Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
    line-height: 1.5;
}

#ConfirmarCorreo .textContrasenaSemana span {
    color: #4d4d4d;
    font-size: 1rem;
    font-family: 'Droid Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
    line-height: 1.5;
}

.textConfirmarCorreo {
    color: #4d4d4d;
    font-size: 1rem;
    font-family: 'Droid Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
    line-height: 1.5;
    width: 350px;
    margin: auto;
    margin-bottom: 1.25rem;
    border-bottom: 2px dotted #9E9E9E;
    padding-bottom: 1rem;
}

div#recordarContrasena .btnModal span {
    color: #fff;
    font-family: 'Droid Sans','Helvetica Neue','Helvetica',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.9;
}

#ConfirmarCorreo span.correoUser {
    color: #5d5d5d;
}

.FormLoginModal input[type="text"], .FormLoginModal input[type="password"], .FormLoginModal input[type="email"], .FormRegisterModal input[type="text"], .FormRegisterModal input[type="password"], .FormRegisterModal input[type="email"] {
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    margin-bottom: 14px;
    box-shadow: none;
}

.linkModal {
    font-size: 12px;
    margin: 0 10px;
    color: #989898;
    text-decoration: underline;
}

.tabs .tab-title a {
    background: #fff;
    border-bottom: 3px solid #ddd;
    color: #bbb;
}
/* background: #efefef; */
/*fin modal registro*/
/* fin modales */

#divTagsAds2 .publicidad.robapagina {
    padding: 0px 2px 10px;
    margin-top: 1rem;
}

div#divTagList {
    margin-top: 1rem;
}

/*widget Shopping*/
#soho-616x300 ul.adm-products li div.adm-text-content p.adm-price-2-line {
    color: #000 !important;
}

#soho-616x300 div.adm-header h2 {
    color: #000 !important;
}

#soho-616x300 ul.adm-products li div.adm-text-content p.adm-price-2-line {
    color: #000 !important;
}

#soho-616x300 ul.adm-products li a div.adm-product p.adm-cta {
    background: #000 !important;
}

#soho-616x300 {
    border-bottom: #000 2px solid !important;
}
/*Fin widget Shopping*/


/*widget video comercial*/
/*sidebar*/
.slider {
    width: 100%;
    margin: 100px auto;
}

    .slider h2 {
        font-size: 14px;
    }

.sidebar .main {
    width: 300px;
    max-width: 300px;
}

.sidebar ul#rb-grid {
    width: 300px;
}

.sidebar .rb-grid li.rb-span-1 {
    width: 100%;
}

.sidebar .rb-grid li.rb-span-2, .sidebar .rb-grid li {
    width: 49%;
}

.sidebar .titiloWG {
    height: 125px;
    position: relative;
    margin-top: -125px;
}

.sidebar .rb-grid li {
    height: 125px;
}

.sidebar .imgWidget {
    text-align: center;
    height: 125px;
}

.slick-slide .titiloWG img {
    width: 36px !important;
}

.slick-slide ul#rb-grid {
    height: 258px;
    width: 300px
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

/* fin sidebar*/
.imgWidget {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 160px;
}

.bgtitulo {
    width: 100%;
    background-image: url('../img/bgContent.png');
    position: absolute;
    bottom: 0px;
    min-height: 108px;
    background-repeat: repeat-x;
    background-size: contain;
}

#widgetVideoCommercial .slider {
    margin: 0px
}

#widgetVideoCommercial .slick-slider {
    padding: 0rem;
}

#widgetVideoCommercial .slick-dots {
    display: block !important;
    bottom: -17px !important;
}

.widgeVideoSideBar a.btWidgetVideo {
    margin-top: 15px;
}

.widgeVideoSideBar .videoGW {
    top: 0rem;
    margin-top: 0;
}

#widgetVideoCommercial h2 {
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
    padding: 10px;
    font-weight: 100;
    color: #fff;
    margin: 0px;
    line-height: 16px;
}

#widgetVideoCommercial h3 {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    color: #000;
    font-weight:bold
}

a.btWidgetVideo {
    border: 1px solid #dddddd;
    padding: 10px;
    width: 100%;
    color: #000;
    text-align: right;
    display: table;
    font-size: 13px;
    padding-bottom: 0.5rem;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
}

    a.btWidgetVideo:hover {
        background-color: #eeeeee;
    }

    a.btWidgetVideo span {
        text-align: right;
    }

.titiloWG {
    height: 160px;
    position: relative;
    margin-top: -160px;
}

    .titiloWG img {
        position: absolute !important;
        top: 10px;
        left: 0px !important;
        width: 36px;
    }

.imgWidget img {
    position: relative;
    max-width: inherit;
    display: block;
    width: 100%;
}

li.squred .imgWidget img {
    width: auto;
    position: relative;
    max-width: inherit;
    display: block;
    height: 100%;
}

.main, .container > header {
    width: 616px;
    max-width: 56em;
    margin: 0 auto;
    padding: 0px;
}

.videoWG {
    width: 100%;
    height: 100%;
    background: #000;
}

ul#rb-grid {
    position: relative;
    width: 100%;
    height: 332px;
    background: #fff;
}

.rb-grid {
    list-style: none;
    text-align: center;
    margin: 0 auto;
}

    .rb-grid li {
        width: 32.33%
    }

    .rb-grid li {
        width: 32.33% height: 15em;
        margin: 0.5%;
        color: #fff;
        display: block;
        float: left;
        padding: 0em;
        cursor: pointer;
        height: 160px;
    }

ul#rb-grid {
    position: relative;
}

.rb-grid li.rb-span-1 {
    width: 60%;
}

.rb-grid li.rb-span-2 {
    width: 38%;
}

/*.rb-grid li.rb-span-4 {
	width: 99%;
}*/
.rb-temp {
    display: block;
    font-size: 2em;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.rb-grid li:hover .rb-temp {
    opacity: 1;
}

.videoGW {
    top: 5rem;
    margin-top: 32px;
}

    .videoGW, .videoGW div {
        height: 298px;
    }

.rb-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
    pointer-events: none;
    cursor: default;
    height: 330px;
    background-color: #000;
}

.rb-close {
    position: absolute;
    top: 0.4em;
    right: 0.4em;
    width: 2em;
    height: 2em;
    text-indent: -9000px;
    cursor: pointer;
    z-index: 1000;
}

    .rb-close::before {
        content: 'x';
        font-weight: 100;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 3em;
        line-height: 0.6;
        text-align: center;
        text-indent: 0px;
        font-size: 28px;
    }


@media screen and (max-width: 63.125em) {
    .rb-grid li.rb-span-1 {
        width: 99%;
        height: 14em;
    }

    .main {
        width: 100%
    }

    .rb-overlay {
        height: 100%;
    }

    .rb-grid li.rb-span-1 .imgWidget {
        position: relative;
        overflow: hidden;
        width: 100%;
        text-align: center;
        height: 224px;
    }

    .imgWidget img {
        width: auto;
        height: 100%;
    }

    .slick-slide ul#rb-grid {
        height: 355px;
        width: 100%;
    }

    ul#rb-grid {
        width: 100%;
        height: 558px;
    }

    .rb-grid li,
    .rb-grid li.rb-span-2 {
        width: 49%;
        height: 10em;
        text-align: left;
    }

        .rb-grid li[class^="icon-"]:before,
        .rb-grid li[class*=" icon-"]:before {
            font-size: 6em;
            left: auto;
            right: 0;
            line-height: 2.5;
        }

        .rb-grid li > div {
            text-align: center;
        }
}
/*Fin widget video Comercial*/