@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.8em;
    background: #FFF;
    color: #000;
    text-align: left;
    height: 100%;
}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: relative;
    margin: 0;
    min-width: 300px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    padding-top: 15px;
}

h1 {
    font-size: 28px;
    line-height: 44px;
}

h2 {
    font-size: 22px;
    line-height: 34px;
}

h3 {
    font-size: 20px;
    line-height: 26px;
}

h4 {
    font-size: 18px;
    line-height: 23px;
}

h5 {
    font-size: 15px;
    line-height: 20px;
}

h6 {
    font-size: 13px;
    line-height: 19px;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 700;
}

div h1, div h2, div h3, div h4, div h5, div h6 {
    margin-top: 40px;
}

div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child {
    margin-top: 0;
}

a {
    text-decoration: none;
    color: #F00;
    cursor: pointer;
}

a:hover {
    color: #333;
}

p {
    margin-top: 20px;
}

#logo h1 {
    padding-top: 0;
    line-height: normal;
}

#logo span {
    display: none;
}

header {
    background: #111;
    min-height: 100px;
    margin: 0;
}

.header-inner {
    margin-left: 8%;
    width: 85%
}

#page-content {
    overflow: hidden;
    margin: 0;
    height: 100%
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

main {
    width: 100%;
    display: block;
    height: 100%
}

.cuerpo {
    margin: 0 auto;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

#titulo-pagina {
    width: 100%;
    height: 106px;
    padding: 30px 0;
    background: url(../img/fdo-titulo.jpg);
}

#titulo-pagina .titulo {
    width: 65%;
    float: left;
    padding-left: 20px;
}

#titulo-pagina h3 {
    color: #F00;
}

#titulo-pagina h1 {
    color: #F00;
    font-size: 24px;
}

.breadcrumb {
    color: #CCC;
    font-size: 12px;
}

.content {
    padding: 20px 2% 10px 2%;
    margin: 0 auto;
    max-width: 1280px;
    overflow: auto;
}

.contenidoHTP img {
    width: 100%;
    height: auto
}

.contenidoHTP {
    float: left;
    text-align: justify;
    padding-left: 3%;
    padding-right: 3%;
    width: 62%;
    padding-bottom: 25px;
    margin-right: 1%;
    margin-bottom: 15px;
}

.contenidofullHTP {
    float: none;
    text-align: justify;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.barra-lateral {
    float: left;
    width: 31%;
    min-width: 250px;
    padding-top: 8px;
}

.tit {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
    margin-top: 0;
}

.tit span {
    border-bottom: 1px solid #F00;
    margin-bottom: -1px;
    display: inline-block;
    padding-bottom: 10px;
}

ul {
    margin-top: 20px;
    list-style: disc;
}

ol, ul {
    margin-left: 30px;
}

ol li, ul li {
    margin-top: 5px;
}

.listado {
    list-style: none !important;
    margin-left: 15px !important;
}

.listado > li {
    padding-left: 20px;
    background: url(../img/arrowright-grey.png) 0 6px no-repeat;
}

.imgFull {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.imgFullW {
    width: 100%;
    height: auto;
}

.imgFullH {
    width: auto;
    height: 100%;
}

figure {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #ddd;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

figure:hover img {
    opacity: 0.7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/************/
#menu ul li.actual a {
    color: #F00;
}

#menu, #menu ul, #menu ul li, #menu ul li a, #menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu:after, #menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#menu #menu-button {
    display: none;
}

#menu {
    font-family: Montserrat, sans-serif;
    padding-top: 25px;
}

#menu > ul > li {
    float: left;
}

#menu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#menu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#menu.align-center ul ul {
    text-align: left;
}

#menu.align-right > ul > li {
    float: right;
}

#menu > ul > li > a {
    padding: 17px;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
}

#menu > ul > li:hover > a {
    color: #F00;
}

#menu > ul > li.has-sub > a {
    padding-right: 30px;
}

#menu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #FFF;
    content: '';
}

#menu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #FFF;
    content: '';
    transition: all .25s ease;
}

#menu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}

#menu ul ul {
    position: absolute;
    left: -9999px;
    border-top: 3px solid #F00;
    z-index: 9999;
}

#menu.align-right ul ul {
    text-align: right;
}

#menu ul ul li {
    height: 0;
    transition: all .25s ease;
}

#menu li:hover > ul {
    left: auto;
}

#menu.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#menu li:hover > ul > li {
    height: 35px;
}

#menu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#menu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#menu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 250px;
    font-size: 12px;
    text-decoration: none;
    color: #FFF;
    background: url(../img/trans080.png);
}

#menu ul ul li:last-child > a,
#menu ul ul li.last-item > a {
    border-bottom: 0;
}

#menu ul ul li:hover > a,
#menu ul ul li a:hover {
    color: #F00;
}

#menu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#menu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

#menu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #FFF;
    content: '';
    transition: all .25s ease;
}

#menu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#menu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

/*************/
/*REDES SOCIALES*/
.socialHTP ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 10px;
}

.socialHTP ul li {
    flex: 1 1 0;
    text-align: center;
}

.socialHTP ul li a {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-top: 10px;
}

.socialHTP ul li.fbicon a {
    background: #4862a3 url(/images/facebook.png) center no-repeat;
}

.socialHTP ul li.twicon a {
    background: #000 url(/images/twitter.png) center no-repeat;
}

.socialHTP ul li.yticon a {
    background: #cc181e url(/images/youtube.png) center no-repeat;
}

.socialHTP ul li.pticon a {
    background: #cc181e url(/images/pinterest.png) center no-repeat;
}

.socialHTP ul li.gpicon a {
    background: #da4835 url(/images/googleplus.png) center no-repeat;
}

.socialHTP ul li.waicon a {
    background: #128c7e url(/images/whatsapp.png) center no-repeat;
}

.socialHTP .fa {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

#rsHTP {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

#rsHTP li, #entries-pagination li {
    float: left;
    margin: 0;
    padding: 0;
    border-left: 1px solid #404040;
    color: #FFF;
    font-weight: bold;
}

#rsHTP li:first-child, #entries-pagination li:first-child {
    border: none;
}

#rsHTP li a, #entries-pagination li a {
    display: block;
    background: #333;
    color: #FFF;
    font-weight: bold;
}

#rsHTP li.sfb a, #entries-pagination li.sfb a {
    height: 40px;
    width: 40px;
    background: #333 url(../img/social-icons.png) 0 top no-repeat;
    text-indent: -9999px;
}

#rsHTP li.syt a, #entries-pagination li.syt a {
    height: 40px;
    width: 40px;
    background: #333 url(../img/social-icons.png) -520px top no-repeat;
    text-indent: -9999px;
}

#rsHTP li.stw a, #entries-pagination li.stw a {
    height: 40px;
    width: 40px;
    background: #333 url(../img/social-icons.png) -40px top no-repeat;
    text-indent: -9999px;
}

#rsHTP li.sgp a, #entries-pagination li.sgp a {
    height: 40px;
    width: 40px;
    background: #333 url(../img/social-icons.png) -440px top no-repeat;
    text-indent: -9999px;
}

#rsHTP li.sfb a:hover, #entries-pagination li.sfb a:hover {
    background-position: 0 bottom;
}

#rsHTP li.syt a:hover, #entries-pagination li.syt a:hover {
    background-position: -520px bottom;
}

#rsHTP li.sgp a:hover, #entries-pagination li.sgp a:hover {
    background-position: -440px bottom;
}

#rsHTP li.stw a:hover, #entries-pagination li.stw a:hover {
    background-position: -40px bottom;
}

/*REDES SOCIALES*/
.widget {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px
}

.widget:first-child {
    margin-top: 0;
}

.tags a {
    background: #F5F5F5;
    display: inline-block;
    padding: 3px 7px;
    font-size: 11px;
    border-radius: 2px;
    color: #999;
    margin-bottom: 5px;
    margin-right: 3px;
}

.tags a:hover {
    color: #FFF;
    background: #F00;
}

.tags {
    margin-top: 10px;
}

.publicidades {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

.publi-medio {
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    -webkit-box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.4);
    box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.4);
    background: #F5F5F5;
    text-align: center;
    margin-bottom: 15px;
}

.publi-medio p, .publi-costado p, .publi-centro p {
    margin-top: 0;
    text-align: center
}

.publi-medio span, .publi-costado span, .publi-centro span {
    font-size: x-small;
    text-transform: uppercase
}

.publi-costado {
    width: 95%;
    min-width: 300px;
    margin-left: 2%;
    margin-right: 2%;
    -webkit-box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.4);
    box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.4);
    background: #F5F5F5;
    text-align: center;
}

.publi-centro {
    width: 100%;
    float: none;
    margin-left: 2%;
    margin-right: 2%;
    -webkit-box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.4);
    box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.4);
    background: #F5F5F5;
    text-align: center;
    margin-bottom: 15px;
}

.publi-medio img, .publi-costado img, .publi-centro img {
    width: 100%;
    height: auto;
}

footer {
    background: #262626;
    padding: 15px 0;
    font-size: 12px;
    color: #999
}

footer a {
    color: #777
}

footer a:hover {
    color: #F00
}

a.btnvermas {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding-right: 20px;
    background: url(../img/arrowright-grey.png) right center no-repeat;
    margin-top: 20px;
}

/*toggle*/
.toggle {
    margin-top: 10px;
}

.toggle .toggle-title h3 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: normal
}

div .toggle:first-child {
    margin-top: 0;
}

.toggle .toggle-title {
    min-height: 40px;
    width: 100%;
    background: #f5f5f5;
    position: relative;
    cursor: pointer;
}

.toggle .toggle-title .toggle-icon {
    height: 100%;
    width: 40px;
    border-right: 1px solid #d9d9d9;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.toggle .toggle-title .toggle-icon span {
    display: block;
    height: 40px;
    width: 40px;
    background: url(../img/sprites.png) no-repeat -80px -60px;
}

.toggle .toggle-active .toggle-icon {
    background-color: #F00;
    border-right: 1px solid #F00;
}

.toggle .toggle-active .toggle-icon span {
    background-position: -120px -60px;
}

.toggle .toggle-title .toggle-name {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding-left: 60px;
    padding-bottom: 10px;
}

.toggle .toggle-title:hover .toggle-name, .toggle .toggle-active .toggle-name, .toggle .toggle-title h3:hover, .toggle .toggle-active .toggle-name h3 {
    color: #F00;
}

.toggle .toggle-inner {
    display: none;
    min-height: 93px;
    height: auto;
    padding: 10px 10px 10px 40px;
    overflow: hidden;
}

.toggle .toggle-inner .fila {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

.toggle .toggle-inner .fila .crop {
    float: left;
    margin: .5em 10px .5em 0;
    overflow: hidden;
    position: relative;
    border: 1px solid #F00;
    width: 60px;
    height: 60px;
    background-color: #999
}

.toggle .toggle-inner .fila .crop img {
    position: relative;
    top: 0;
    left: -10px;
    height: 60px;
}

.toggle .toggle-inner .fila .detalle {
    float: left;
    margin-top: 8px;
    font-size: 10px;
    color: #666;
    width: 115px;
    min-width: 115px;
    max-width: 100%;
}

.toggle .toggle-inner .fila .detalle h4 {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: normal;
    text-transform: none
}

/*toggle*/
#episodios[data-columns]::before {
    color: #FFFFF1;
    display: none;
    visibility: hidden;
}

/*PAGINACION*/
nav[role="paginacion"] {
    text-align: center;
    color: #333
}

.paginacionHTP {
    width: auto;
    max-width: none;
    display: inline-block;
    border-radius: 0.25em;
    margin: 2em auto 4em;
    text-align: center;
}

.paginacionHTP:after {
    content: "";
    display: table;
    clear: both;
}

.paginacionHTP li {
    margin: 0;
    float: left;
    border-right: 1px solid #e6e6e6;
    display: inline-block;
    background: #F5F5F5;
}

.paginacionHTP li:last-of-type {
    border-right: none;
}

.paginacionHTP li.button {
    display: inline-block;
}

.paginacionHTP a {
    color: #333;
}

.paginacionHTP a:hover, .paginacionHTP .button a:hover {
    background: #F00;
    color: #FFF;
}

.paginacionHTP .off, .paginacionHTP li span {
    pointer-events: none;
    color: #999
}

.paginacionHTP .actual {
    background-color: #F00;;
    color: #FFF;
    pointer-events: none;
}

.paginacionHTP a, .paginacionHTP span {
    vertical-align: middle;
    float: left;
    padding: 10px 15px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
}

.paginacionHTP .button a {
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}

.paginacionHTP a, .paginacionHTP span {
    vertical-align: middle;
}

.paginacionHTP .button:last-of-type a::after {
    content: '\00bb';
    box-sizing: border-box;
}

.paginacionHTP .button:first-of-type a::before {
    content: '\00ab';
    box-sizing: border-box;
}

/*PAGINACION*/
.colnoti {
    float: none;
    display: inline-block;
    padding-bottom: 5px;
    height: auto !important;
    min-height: auto !important;
    color: #333;
    font-size: small;
    line-height: 20px;
    width: 100%;
}

.noti-fecha, .noti-tema {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #EBEBEB;
    text-align: center;
    padding: 10px;
    text-transform: uppercase
}

.noti-fb, .noti-gp, .noti-pt, .noti-tw, .noti-wapp {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: small;
    padding: 10px;
    display: block;
    color: #FFF
}

.noti-fb {
    background: #365ab4;
}

.noti-fb:hover {
    background: #3d546f;
    color: #FFF
}

.noti-tw {
    background: #369ad5;
}

.noti-tw:hover {
    background: #2f77a1;
    color: #FFF
}

.noti-pt {
    background: #cc181e;
}

.noti-pt:hover {
    background: #900;
    color: #FFF
}

.noti-gp {
    background: #da4835;
}

.noti-gp:hover {
    background: #cc3300;
    color: #FFF;
}

.contenido-premium {
    position: relative;
    background: #000
}

.contenido-premium::before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url(/img/premium.png) no-repeat center;
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 5px;
    background-size: contain;
}

.contenido-premium .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    text-transform: uppercase;
    z-index: 9;
}

.contenido-premium .txt p {
    margin-bottom: 1em;
}

.contenido-premium .txt .btn {
    color: #FFF;
    background: #F00;
    padding: .25em 1em;
    border-radius: 6px;
    letter-spacing: 1px;
    font-weight: bold;
}

.contenido-premium .txt .btn:hover {
    color: #FFF;
    background: #F00;
}

.contenido-premium .bgfoto {
    opacity: .3;
}

.login {
    width: 100%;
    margin: 0 auto;
}

.login-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 2em;
    background: #222;
    border-radius: 8px;
}

.login-container h2 {
    color: #FFF;
    text-align: center;
}

.login-container input[type="text"], .login-container input[type="password"] {
    width: 95%;
    margin: .5em 0;
    padding: .5em;
    border-radius: 6px;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 1em;
}

.login-container button {
    text-align: center;
    padding: 5px 10px;
    margin: 10px 0;
}

.login-container .error {
    text-align: center;
    color: #F00;
    margin-bottom: 1em;
}

/* RESPONSIVE ========================================================================= /
/********************/
@media all and (max-width: 768px){
    header {
        height: auto
    }

    .header-inner {
        margin-left: 0;
        width: 100%
    }

    #menu {
        width: 100%;
    }

    #menu ul {
        width: 100%;
        display: none;
    }

    #menu.align-center > ul {
        text-align: left;
    }

    #menu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
        background: #333;
    }

    #menu ul ul li, #menu li:hover > ul > li {
        height: auto;
    }

    #menu ul li a, #menu ul ul li a {
        width: 100%;
        border-bottom: 0;
        background: none;
    }

    #menu > ul > li {
        float: none;
    }

    #menu ul ul li a {
        padding-left: 25px;
    }

    #menu ul ul ul li a {
        padding-left: 35px;
    }

    #menu ul ul li a {
        color: #FFF;
    }

    #menu ul ul li:hover > a, #menu ul ul li.active > a {
        color: #F00;
    }

    #menu ul ul, #menu ul ul ul, #menu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        border-top: 0;
    }

    #menu > ul > li.has-sub > a:after, #menu > ul > li.has-sub > a:before, #menu ul ul > li.has-sub > a:after, #menu ul ul > li.has-sub > a:before {
        display: none;
    }

    #menu #menu-button {
        display: block;
        padding: 17px;
        color: #FFF;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
    }

    #menu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
    }

    #menu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: '';
    }

    #menu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #FFF;
        transform: rotate(45deg);
    }

    #menu #menu-button.menu-opened:before {
        top: 23px;
        background: #FFF;
        width: 15px;
        transform: rotate(-45deg);
    }

    #menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

    #menu .submenu-button.submenu-opened {
        background: #333;
    }

    #menu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #menu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    #menu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #menu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }

    #menu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }

    #menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #menu .submenu-button.submenu-opened:before {
        display: none;
    }
}

/**********************/
@media (max-width: 912px) {
    .contenidoHTP {
        float: none;
        width: 94%;
        margin-right: 0;
    }

    .barra-lateral {
        float: none;
        width: 100%;
        padding: 0;
    }
}

/*Tablets en horizonal y escritorios normales*/
@media (min-width: 768px) and (max-width: 1199px) {

}

/*Móviles en horizontal o tablets en vertical*/
@media (max-width: 767px) {
    #logoHTP.left-float {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    #titulo-pagina h1 {
        font-size: 18px;
        line-height: 16px;
        padding-top: 15px;
    }

    .publi-medio {
        width: 100%;
        margin: 0 0 15px;
    }
}

/*Móviles en vertical*/
@media (max-width: 480px) {
    #logoHTP.left-float {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    #titulo-pagina h1 {
        font-size: 16px;
        line-height: 16px;
    }

    #titulo-pagina {
        padding: 15px 0;
    }

    #titulo-pagina .titulo {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        float: none;
        padding: 0;
    }

    #rsHTP {
        float: none;
        padding-left: 25%;
        margin: 0 auto;
        text-align: center
    }

    .content {
        margin: 20px 2px 60px 2px
    }

    .contenidoHTP {
        float: none;
    }

    .barra-lateral {
        float: none;
        min-width: inherit
    }

    .publi-costado {
        margin: 0;
    }

    .publi-medio {
        float: none;
        margin: 0 0 15px;
        min-width: inherit;
        min-height: inherit;
    }

    .publi-medio img {
        width: 100%;
        height: auto
    }

    main {
        width: auto;
        height: auto
    }

    .left-float, .right-float {
        float: none;
    }

    .paginacionHTP li {
        display: none;
        margin: 0 .2em;
    }
}