.border-radius {
    border-radius: 22px
}
.box-shadow {
    box-shadow: 0 0 0 1px #E7EBF7
}
.transicion {
    transition: all 400ms ease
}
.APP {
    display:none;
    width: 100%;
    padding: 10px;
    margin: auto;
    background: #ffffff;
    color: #191a1e;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.5);
    height: auto;
}
.APPcolumn1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-top: 10px;
}
.APPimagen {
    width: auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.APPcolumn2 {
    width: 100%;
    vertical-align: top;
}
.APPnombre {
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
}
.APPandroid {
    float: left;
    line-height: 20px;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    margin-top: 28px;
}
.APPversion {
    line-height: 20px;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    color: #f40794;
}
.APPautor {
    float: left;
    line-height: 20px;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    color: #9E9E9E;
}
.APPshowbuttons {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.span1 span {
    background: #97c124;
}
.APPshowbuttons span {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    margin-top: 7px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.37);
}
.APPshowbuttons2 {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.span2 span {
    background: #4086cd;
}
.APPshowbuttons span:hover{
background: #000;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
*,
*:after,
*:before {
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: table
}
.clearfix:after {
    clear: both
}
::-moz-selection {
    background: #f40794;
    color: white
}
::selection {
    background: #f40794;
    color: white
}
.contenido_notas {
    width: 100%;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
}
.contenido_notas ul{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
        text-align: justify;
}
.full {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50.25%;
    position: relative;
}
.full iframe, .full object, .full embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.contenido_notas p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
        text-align: justify;
}
.facebook_share {
    background-color: #005c9c;
}
.twitter_share {
    background-color: #00ceff;
}
.google_share {
    background-color: #f24021;
}
.btn_share_dos {
    display: inline-block;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
    color: white;
    transition: all 400ms ease;
}
/** vidoeo section **/
.module-videos>.title {
    background: #6bbb00;
    color: #FFFFFF;
}
.list-programas{
  width: 50%;
}
.list-programas ul{
list-style-type: none;
height: 250px;
overflow-x: auto;
}
.list-programas .item {
    overflow: hidden;
    margin-bottom: 5px;
}
.list-programas .item img{
  width: 100%
}
.list-programas .item figure {
    display: inline-block;
    float: left;
    width: 40%;
    vertical-align: top;
}
.list-programas .item .content {
    margin-left: 40%;
    /* padding-left: 10px; */
}
.list-programas .item span.time {
    color: #838383;
    display: inline-block;
    font-size: 13px;
}
section>h3.title {
    font-size: 1.3rem;
    margin: 0 0 10px 0;
    color: #FFFFFF;
    background: #b10b02;
    padding: 5px 10px;
}
section {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 64px;
    justify-content: space-between;
}
.top-ranking {
    width: 47%;
    background: #181b1b;
    padding: 5px;
}
.title-black {
    color: #f0f3fd;
    text-transform: uppercase;
    padding: 6px 0;
    font-size: 1.125em;
    width: 100%;
    align-items: center;
    text-align: center;
    border-bottom: 2px solid #f40794;
    margin-bottom: 5px;
    background: black;
}
.list2-ranking {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px 0px;
    border-bottom: solid 1px #464343;
}
.list2-ranking:hover{
  background: #f40794;
}
.list2-ranking p{
  color: #ccc;
}
.list2-ranking figure{
  width: 20%;
}
.list2-ranking figure img{
  width: 100%;
}
.list2-ranking span.time {
    color: #838383;
    display: inline-block;
    font-size: 13px;
}
.list2-ranking .num-rank {
    display: table-cell;
    vertical-align: middle;
    background-color: #f40794;
    width: 10%;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: white;
    padding: 6px 0px;
    justify-content: space-between;
    align-items: center;
    transition: all 400ms ease;
}
.list2-ranking .num-rank:hover {
    background-color: #fff;
    color: black;
}
.list2-ranking .content{
    width: 68%;
}
.module-videos >div .video-destacado {
    display: inline-block;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
.module-videos >div .video-destacado figure {
    width: 100%;
    position: relative;
    float: none;
}
.module-videos >div .video-destacado .title {
    font-size: 1rem;
    margin: 5px 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.module-videos >div {
    color: #333;
    font-size: 0;
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
}
.module-videos a:hover{
    color: #00acd3;
}
.module-videos >div .video-destacado .title {
    font-size: 1rem;
    margin: 5px 0;
    font-family: 'Roboto Condensed', sans-serif;
	background:none;
}
.module-videos img {
    width: 100%;
    opacity: 0.8;
}
.module-videos >div .list-videos ul .item .categoria {
    background: #f40794;
    border-radius: 10px 0px 0px 10px;
    padding: 3px 10px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    position: relative;
    left: -73px;
    top: -30px;
}
.module-videos >div .video-destacado .fa-play-circle:before {
    font-size: 2.8rem;
    color: #ffffff;
    opacity: 1;
    z-index: 1;
}
.module-videos >div .video-destacado .fa-play-circle {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    background-color: #ee0d5c;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    padding-left: 1px;
    z-index: 2;
}
.module-videos >div .list-videos {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.module-videos >div .list-videos ul {
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
    height: 210px;
    overflow-x: auto;
}
.list-items .item {
    overflow: hidden;
    margin-bottom: 5px;
}
.list-items .item figure {
    display: inline-block;
    float: left;
    width: 40%;
    vertical-align: top;
}
.list-items .item figure img {
    width: 100%;
}
.module-videos .list-videos ul .item .content {
    padding: 10px;
}
.list-items .item .content {
    margin-left: 40%;
    padding-left: 10px;
}
.module-videos .list-videos ul .item .title {
    font-size: 0.75rem;
    background: none;
}
.list-items .item .title {
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

/** cambio **/
body {
    background-image: url("../images/bg.jpg");
    background-repeat: repeat;
    box-sizing: border-box;
    background-attachment: fixed;
    height: initial !important;
    font-family: 'Roboto', sans-serif;
    color: #181b1b;
}
/** end **/
a {
    text-decoration: none;
    color: inherit
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700
}
h4 {
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    color: #788787
}
.titulo_cat {
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    font-size: 20px;
}
#page-wrapper {
    width: 100%;
    margin: 0 auto
}
#page-wrapper-error {
    background-color: white
}
#main-wrapper {
    background-color: #f0f3fd;
    padding: 16px 16px;
    max-width: 980px;
    margin: 0 auto
}
#main-wrapper-error {
    background-color: white;
    padding: 74px 16px 16px 16px;
    max-width: 980px;
    margin: 0 auto
}
.bg_preload {
    background-image: url("../images/preload-blue.gif");
    background-repeat: no-repeat;
    background-position: center center
}
.contenido_principal_inner {
    width: 630px;
    float: left
}
#content_dos {
    width: 100%;
    float: left;
}
.sidebar_home {
    width: 300px;
    float: right
}
#sidebar-dos {
    width: 300px;
    float: right
}
.title {
    color: #181B1B;
    text-transform: uppercase;
    padding: 6px 0;
    font-size: 1.125em;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    width: 100%;
    display: block
}
/** cambio **/

.title-sidebar {
    background-color: #181B1B;
    color: white;
    padding: 6px 10px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    transition: all 400ms ease
}
.title-sidebar:hover {
    background-color: #f40794;
    padding-left: 20px;
    transition: all 400ms ease
}
.subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #181B1B;
    margin: 10px 0;
    text-transform: uppercase
}
/** end **/
.telefono_sidebar {
    display: inline-block
}
.ellip {
    display: block;
    height: 100%
}
.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}
.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%
}
.wrapper-titular-principal {
    width: 980px;
    margin: 0 auto;
    position: relative
}
.wrapper-titular-principal .tag_content {
    position: absolute;
    right: 16px;
    top: 10px;
    color: white;
    text-align: right
}
.wrapper-titular-principal .tag_content span {
    display: block;
    text-transform: uppercase;
    font-size: 14px
}
.wrapper-titular-principal .tag_content a {
    display: inline-block;
    float: left;
    background-color: #fff;
    border-radius: 12px;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
    color: #f40794;
    transition: all 400ms ease
}
.wrapper-titular-principal .tag_content a:before {
    font-family: "picto-foundry-shopping-finance";
    content: "\f133";
    padding-right: 4px
}
.wrapper-titular-principal .tag_content a:hover {
    background-color: #f40794;
    color: white;
    transition: all 400ms ease
}
.titular-principal {
    padding: 16px 16px;
    width: 980px;
    display: block;
    font-size: 11px;
    margin: 0 auto;
    background-color: #f40794;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
}
.titular-principal .btn_back_history {
    display: inline-block;
    cursor: pointer
}
.titular-principal .btn_back_history i {
    transition: all 400ms ease
}
.titular-principal .btn_back_history:hover i {
    margin-right: 10px;
    transition: all 400ms ease
}
.breadcrumbs {
    border-bottom: 1px dotted #dcdcdc;
    padding: 3px 0;
    width: 100%;
    display: block;
    font-size: 13px;
    margin-bottom: 10px
}
.breadcrumbs a {
    color: #939f9f;
    transition: all 400ms ease
}
.breadcrumbs a:hover {
    text-decoration: underline;
    color: #181b1b;
    transition: all 400ms ease
}
.img_responsive {
    width: 100%;
    overflow: hidden;
    position: relative
}
.img_responsive img {
    width: 100%;
    display: block
}
.img_responsive>.slide-caption {
    padding: 0 !important
}
.altura_slider {
    height: 355px
}
.bloque-blanco {
    background-color: white;
    box-shadow: 0 0 0 1px #E7EBF7
}
.text-align-center {
    text-align: center
}
.text-align-right {
    text-align: right
}
#wrapper-content-dos {
    width: 980px;
    margin: 0 auto;
    padding: 16px;
    background-color: #f0f3fd
}
/** cambio */
.btn_primario {
    background-color: #FF3312;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    border-radius: 20px;
    transition: all 400ms ease
}
.btn_primario i {
    font-size: 10px
}
.btn_primario:hover {
    background-color: #181B1B;
    transition: all 400ms ease
}
/** end */
.btn_secundario {
    background-color: #FF3312;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    border-radius: 20px;
    transition: all 400ms ease
}
.btn_secundario:hover {
    background-color: #fff;
    color: #6bbb00;
    transition: all 400ms ease
}
.fb-page {
    width: 100%;
    overflow: hidden
}
/** cambio */
#scroll_hoy_tag {
    color: white;
    margin-bottom: 17px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 6%, rgba(107,187,0,1) 7%, rgba(107,187,0,1) 7%, rgba(107,187,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 6%,rgba(107,187,0,1) 7%,rgba(107,187,0,1) 7%,rgba(107,187,0,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 6%,rgba(107,187,0,1) 7%,rgba(107,187,0,1) 7%,rgba(107,187,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6bbb00',GradientType=1 );
}
#scroll_hoy_tag .col-md-1 {
    float: left
}
#scroll_hoy_tag span {
    text-align: center;
    padding: 7px 0
}
#scroll_hoy_tag #scrollContainer_hoy_tag {
    width: 91.66666667%;
    padding: 7px 30px;
    float: left
}
#scroll_hoy_tag #scrollContainer_hoy_tag .list_hoy_tag {
    padding: 0 15px;
    border-right: 1px solid #75afde;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 400ms ease
}
#scroll_hoy_tag #scrollContainer_hoy_tag .list_hoy_tag:hover {
    color: #0c83e5;
    transition: all 400ms ease
}
#scroll_hoy_tag #scrollContainer_hoy_tag .slick-arrow:before {
    color: #0c83e5
}
#scroll_hoy_tag:after {
    content: "";
    display: table;
    clear: both
}
/* end */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}
[dir="rtl"] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
    opacity: 1
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}
.slick-prev:before,
.slick-next:before {
    line-height: 1;
    color: black;
    font-size: 15px;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-prev {
    left: 0;
    top: 16px
}
.slick-prev[dir="rtl"] {
    left: auto;
    right: 0;
    top: 16px
}
.slick-prev:before {
    font-family: picto-foundry-arrows;
    content: '\f10e';
    color: #a6a6a6
}
.slick-prev:before[dir="rtl"] {
    font-family: picto-foundry-arrows;
    content: '\f110';
    color: #a6a6a6
}
.slick-next {
    right: 0;
    top: 16px
}
.slick-next[dir="rtl"] {
    left: 0;
    top: 16px;
    right: auto
}
.slick-next:before {
    font-family: picto-foundry-arrows;
    content: '\f110';
    color: #a6a6a6
}
.slick-next:before[dir="rtl"] {
    font-family: picto-foundry-arrows;
    content: '\f10e';
    color: #a6a6a6
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: .75
}
.col-md-1 {
    width: 8.33333333%
}
.col-md-2 {
    width: 16.66666667%
}
.col-md-3 {
    width: 25%
}
.col-md-4 {
    width: 33.33333333%
}
.col-md-5 {
    width: 41.66666667%
}
.col-md-6 {
    width: 50%
}
.col-md-7 {
    width: 58.33333333%
}
.col-md-8 {
    width: 66.66666667%
}
.col-md-9 {
    width: 75%
}
.col-md-10 {
    width: 83.33333333%
}
.col-md-11 {
    width: 91.66666667%
}
.col-md-12 {
    width: 100%
}
.col-md-12:before,
.col-md-12:after {
    content: '';
    display: table;
    clear: both
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
    float: left;
    display: inline-block
}
.col-row {
    margin-left: auto;
    margin-right: auto;
    display: block
}
.margin-all {
    margin: 16px
}
.margin-left {
    margin-left: 16px
}
.margin-right {
    margin-right: 16px
}
.margin-bottom {
    margin-bottom: 16px
}
.margin-top {
    margin-top: 16px
}
.padding-all {
    padding: 16px
}
.padding-left {
    padding-left: 16px
}
.padding-right {
    padding-right: 16px
}
.padding-bottom {
    padding-bottom: 16px
}
.padding-top {
    padding-top: 16px
}
.padding-left2 {
    padding-left: 8px
}
.padding-right2 {
    padding-right: 8px
}
.margin-menos-lr {
    margin-left: -8px;
    margin-right: -8px
}
.padding-menos-lr {
    padding-left: 8px;
    padding-right: 8px
}
.margin-menos-lr2 {
    margin-left: -1px;
    margin-right: -1px
}
.padding-menos-lr2 {
    padding-left: 1px;
    padding-right: 1px
}
.wrapper-ad {
    width: 100%;
    display: block;
    text-align: center
}
#lead {
    max-width: 980px;
    margin: 0 auto
}
#lead a {
    display: block
}
#lead a img {
    display: block;
    margin: 0 auto
}
#eplAdDivLead {
    display: block
}
#eplAdDivLead a {
    display: block
}
#eplAdDivLead a img {
    display: block;
    margin: 0 auto
}
#publish_varios {
    width: 980px;
    position: relative;
    margin: 0 auto
}
#skin {
    position: fixed;
    z-index: 1;
    left: 50%
}
#skin #eplAdDivSkin {
    position: relative;
    left: -50%
}
#push {
    max-width: 980px
}
#rectmedA,
#rectmedB,
#rectmedC,
#rectmedD {
    width: 300px;
    display: inline-block
}
#rectmedA canvas,
#rectmedB canvas,
#rectmedC canvas,
#rectmedD canvas,
#lead #lead_ad_container canvas {
    cursor: pointer
}
#cabecera,
#pie {
    max-width: 630px;
    margin: 2px 0
}
.padding-top-rectmed {
    padding-top: 0
}
#footPlayer {
    max-width: 630px;
    overflow: hidden
}
#bigPlayer {
    width: 300px;
    overflow: hidden
}
#rectmedA_ad_container,
#rectmedB_ad_container,
#rectmedC_ad_container,
#rectmedD_ad_container,
#footPlayer_ad_container,
#pie_ad_container,
#cabecera_ad_container {
    margin-bottom: 16px
}
@media screen and (max-width: 980px) {
    #publish_varios {
        width: 100%;
        position: relative
    }
}
@media screen and (max-width: 480px) {
    #rectmedA,
    #rectmedB,
    #rectmedC,
    #rectmedD,
    #lead,
    #bigPlayer {
        width: 100%;
        display: block
    }
    #lead,
    #publish_varios {
        overflow: hidden
    }
    .APP {
    display:block;
}
}

/**** cambio  ****/
#header-wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    display: table;
    position: relative;
    overflow: hidden
}
.content-header {
    width: 980px;
    margin: 0 auto;
    position: relative;
    background-repeat: repeat-x;
    background-position: left bottom;
    color: white;
    border-bottom: 4px solid #f40794;
    display: block;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(251,248,1,0) 0%, rgba(251,248,1,1) 44%, rgba(255,255,255,0.02) 99%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(251,248,1,0) 0%,rgba(251,248,1,1) 44%,rgba(255,255,255,0.02) 99%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(251,248,1,0) 0%,rgba(251,248,1,1) 44%,rgba(255,255,255,0.02) 99%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbf801', endColorstr='#00ffffff',GradientType=1 );
}
/***** end **/
.logo {
    width: 210px;
    display: inline-block;
    height: auto;
    float: left;
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.logo img {
    width: 100%
}

/** cambio **/
.parrilla_header {
    float: right;
    position: relative
}
.parrilla_header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}
.btn-radio-vivo {
    position: relative;
    z-index: 2;
    display: table
}
.btn-radio-vivo .info_parrilla {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}
.btn-radio-vivo .info_parrilla .escuchanos_vivo {
    display: block
}
.btn-radio-vivo .info_parrilla .escuchanos_vivo span {
    background-color: #f40794;
    border: 2px solid white;
    color: white;
    display: inline-block;
    padding: 0 3px;
    font-weight: 700;
    font-size: .9375em;
    transition: all 400ms ease;
}
.btn-radio-vivo .info_parrilla .titulo_parrilla {
    font-size: 1em;
    color: #FF3312;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 5px
}
.btn-radio-vivo .info_parrilla .locutores {
    font-size: .875em;
    color: #FF3312
}
.btn-radio-vivo .btn_play_parrilla {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px
}
.btn-radio-vivo .btn_play_parrilla .btn_play_uno {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.88);
    background-color: #fff;
    color: rgba(0, 0, 0, 0.88);
    text-align: center;
    line-height: 48px;
    padding-left: 4px;
    transition: all 400ms ease
}
.btn-radio-vivo .img_parrilla {
    display: table-cell;
    vertical-align: bottom
}
.btn-radio-vivo .img_parrilla img {
    display: block;
    width: 100%;
    transition: all 400ms ease
}
.btn-radio-vivo:hover .btn_play_parrilla .btn_play_uno {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 400ms ease
}
.btn-radio-vivo:hover .img_parrilla img {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    transition: all 400ms ease
}
.btn-radio-vivo:hover .info_parrilla .escuchanos_vivo span {
    background-color: #181b1b;
    transition: all 400ms ease
}

.menu_secundario {
    display: none;
    position: relative;
    z-index: 5;
    margin-top: 20px
}

.menu_secundario span {
    color: #FF3312;
    font-size: 22px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #fff
}
/* end */
.overlay-close {
    display: none !important;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    background-color: inherit;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px
}
#wrapper-menu {
    width: 100%;
    color: white
}
/** cambio */
#menu-principal {
    width: 100%;
    margin: 0 auto;
    transition: all 400ms ease
}
#menu-principal>ul.nav {
    display: table;
    width: 980px;
    margin: 0 auto;
    background: #000 url("../images/textura-black.jpg") repeat
}
#menu-principal>ul.nav>li.nivel_1 {
    list-style: none;
    display: table-cell;
    text-align: center;
    position: relative;
    border-right: 1px solid #616161;
}
#menu-principal ul.nav li.nivel_1 a {
    transition: all 400ms ease;
    color: #939f9f;
    padding: 8px 12px;
    border-bottom: 3px solid #303636;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}
#menu-principal ul.nav li.nivel_1 a:hover,
#menu-principal ul.nav li.nivel_1 a:focus,
#menu-principal ul.nav li.nivel_1 a:active {
    transition: all 400ms ease;
    border-bottom: 3px solid #f40794;
    color: white
}
#menu-principal ul.nav li.nivel_1 ul.sub_2 li.nivel_2 a:hover,
#menu-principal ul.nav li.nivel_1 ul.sub_2 li.nivel_2 a:focus,
#menu-principal ul.nav li.nivel_1 ul.sub_2 li.nivel_2 a:active {
    border-bottom: 3px solid #f40794
}
#menu-principal ul.nav li.nivel_1 a.active {
    background-color: #f40794;
    color: white;
    position: relative;
    border-bottom: 3px solid #f40794;
}
.nav li.nivel_1 {
    list-style: none
}
.nav>li.nivel_1 {
    display: table-cell;
    list-style: none;
    text-align: center
}
.nav li.nivel_1 a {
    color: #a6a6a6;
    padding: 10px 15px;
    display: block;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    transition: all 400ms ease
}
.nav li.nivel_1 ul.sub_2 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: #000 url("../images/textura-black.jpg") repeat;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    visibility: hidden;
    top: 20px
}
.nav li.nivel_1 ul.sub_2 li.nivel_2 a {
    text-align: left !important;
    font-size: 12px !important
}
.nav li.nivel_1:hover>ul.sub_2 {
    display: block;
    top: 39px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all .3s;
    visibility: visible
}
.nav li.nivel_1 ul.sub_2 li.nivel_2 {
    position: relative;
    list-style: none
}
.nav li.nivel_1 ul.sub_2 li.nivel_2 ul {
    right: -140px;
    top: 0
}
.menu-fixed-activado {
    top: 0 !important;
    transition: all 400ms ease;
    visibility: visible !important
}
.menu-fixed-secundario {
    position: fixed;
    z-index: 70;
    top: -40px
}
.menu_secun_fix {
    width: 145px
}
.home_secun_fix {
    width: 73px
}
.social_radioenvivo_menu {
    text-align: left !important;
    width: auto !important
}
.social_radioenvivo_menu a.btn_social_top {
    float: none !important
}
#menu-fixed {
    background-color: #f40794;
    position: fixed;
    top: -60px;
    visibility: hidden;
    z-index: 80;
    width: 100%;
    transition: all 400ms ease;
}
#menu-fixed .nav-fixed {
    display: table;
    width: 980px;
    margin: 0 auto;
    border-left: 1px solid rgba(0, 0, 0, 0.2)
}
.logo_fixed {
    width: 142px
}
.logo_fixed a img {
    width: 100%;
    display: block;
    height: 100%;
}
.player-vivo {
    padding: 0 10px;
    display: table-cell;
    list-style: none;
    vertical-align: middle;
    position: relative
}
.player-vivo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-player.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: .1;
    z-index: 0;
    display: inline-block;
    background-size: contain
}
.player-vivo a.player_fixed {
    display: table;
    position: relative;
    z-index: 4
}
.player-vivo a.player_fixed .circle_play {
    display: table-cell
}
.player-vivo a.player_fixed .circle_play i {
    width: 31px;
    height: 31px;
    display: inline-block;
    background-color: #f40794;
    color: white;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    font-size: 12px;
    transition: all 400ms ease
}
.player-vivo a.player_fixed .programacion {
    display: table-cell;
    text-align: left;
    padding-left: 20px
}
.player-vivo a.player_fixed .programacion span {
    display: inline-block;
    background-color: #f40794;
    border: 2px solid white;
    color: white;
    font-size: 9px;
    padding: 0 6px;
    text-transform: uppercase
}
.player-vivo a.player_fixed .programacion p {
    color: white !important;
    font-weight: 700;
    text-transform: uppercase
}
.player-vivo a.player_fixed:hover .circle_play i {
    background-color: #fff;
    color: #000000;
    transition: all 400ms ease
}
.social-fixed {
    padding: 0 10px;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    color: #fff;
    font-size: 15px
}
#menu-fixed>ul.nav-fixed>li.nivel_1 {
    list-style: none;
    display: table-cell;
    text-align: center;
    color: #fff;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 15px
}
#menu-fixed>ul.nav-fixed>li.nivel_1>a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    transition: all 400ms ease
}
#menu-fixed ul.nav-fixed>li.nivel_1>a:hover,
#menu-fixed ul.nav-fixed>li.nivel_1>a:focus,
#menu-fixed ul.nav-fixed>li.nivel_1>a:active {
    background: #000 url("../images/textura-black.jpg") repeat;
    color: white;
    position: relative;
    transition: all 400ms ease
}
#menu-fixed ul.nav-fixed li.nivel_1 a.active {
    background-color: #000;
    color: white;
    position: relative
}
.nav-fixed li.nivel_1 {
    list-style: none
}
.nav-fixed>li.nivel_1 {
    display: table-cell;
    list-style: none;
    text-align: center;
    vertical-align: middle
}
.nav-fixed>li.nivel_1>a {
    color: #a6a6a6;
    padding: 10px 15px;
    display: block;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 55px;
    line-height: 35px;
    transition: all 400ms ease
}
.nav-fixed li.nivel_1 ul.sub_2 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-top: 1px solid #d1d1d1;
    background-color: #e7e7e7;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    visibility: hidden;
    top: 20px
}
.nav-fixed li.nivel_1 ul.sub_2 li.nivel_2>a {
    text-align: left !important;
    font-size: 12px !important
}
.nav-fixed li.nivel_1:hover>ul.sub_2 {
    display: block;
    top: 39px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all .3s;
    visibility: visible
}
.nav-fixed li.nivel_1 ul.sub_2 li.nivel_2 {
    position: relative;
    list-style: none
}
.nav-fixed li.nivel_1 ul.sub_2 li.nivel_2 ul {
    right: -140px;
    top: 0
}
/*** end */
.btn_social_top {
    display: inline-block !important;
    float: right;
    width: 26px;
    height: 26px !important;
    padding: 5px !important;
    border-radius: 50%;
    line-height: 10px !important;
    border: 1px solid #fff;
    margin: 0 2px
}
.btn_social_top i {
    font-size: 11px
}
.menu_activo {
    cursor: pointer
}
.menu-fixed-secundario .nav .home_menu_principal {
    display: none !important
}
/** cambioo*/
.menu_more_activo {
    top: 55px !important;
    background: #000 url("../images/textura-black.jpg") repeat;
    transition: all 400ms easetransition: all 400ms ease
}
/**end **/
.bg_loading {
    background-color: #f1f1f1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.img_reload {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.slider_multipropo {
    position: relative;
    top: 0;
    left: 0;
    width: 630px;
    height: 355px;
    overflow: hidden
}
.closeButton {
    text-align: center;
    line-height: 30px;
    font-family: "picto-foundry-general"
}
.closeButton:before {
    content: "\f136";
    color: white
}
#myfixedelement {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    color: white;
    height: 25px !important;
    font-size: 12px;
    background-color: black;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}
.slider-list {
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    width: 630px;
    height: 355px;
    overflow: hidden
}
.slider-list2 {
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    width: 630px;
    height: 400px;
    overflow: hidden
}
.slider-list2>div img {
    position: relative !important;
    height: 355px !important;
    display: block
}
.slider-video {
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    width: 630px;
    height: 400px;
    overflow: hidden
}
.slider-video>div img {
    position: relative !important;
    height: 355px !important;
    display: block
}
.programas_slider {
    position: relative;
    top: 0;
    left: 0;
    width: 300px;
    height: 127px;
    overflow: hidden
}
#programas_slider .slider-list {
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 127px;
    overflow: hidden
}
.fotogaler_slider {
    position: relative;
    top: 0;
    left: 0;
    width: 310px;
    height: 174px;
    overflow: hidden
}
#fotogaler_slider .slider-list {
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    width: 310px;
    height: 174px;
    overflow: hidden
}
#slider_thumbail {
    cursor: move;
    position: relative;
    left: 0;
    top: 0;
    width: 606px;
    height: 355px;
    overflow: hidden
}
#slider_thumbail .slider-list {
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    width: 606px;
    height: 355px;
    overflow: hidden
}
.slide-caption {
    background-color: white;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 95%
}
.titular_caption {
    display: block;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #181b1b;
    text-transform: uppercase
}
.slide-caption2 {
    background-color: white;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: left;
    width: 100%
}
.titular_caption2 {
    display: block;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 18px;
    color: #181b1b;
    text-transform: initial
}
.jssorb05 {
    position: absolute
}
.jssorb05 div:before {
    content: "â—";
    color: gray
}
.jssorb05 div.av:before {
    color: #ff3011
}
.jssora12l,
.jssora12r {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    width: 41px;
    height: 41px;
    top: 50%;
    margin-top: -33px;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    transition: all 400ms ease;
    font-family: 'FontAwesome'
}
.jssora12l {
    left: 10px;
    z-index: 2
}
.jssora12l:before {
    content: '\f053';
    color: #4f4e4d;
    opacity: .8;
    font-size: 20px;
    transition: all 400ms ease
}
.jssora12l:hover {
    background-color: #FF3312;
    color: white;
    transition: all 400ms ease
}
.jssora12l:hover:before {
    color: white;
    transition: all 400ms ease
}
.jssora12r {
    right: 10px;
    z-index: 2;
    transition: all 400ms ease
}
.jssora12r:before {
    content: '\f054';
    color: #4f4e4d;
    opacity: .8;
    font-size: 20px;
    transition: all 400ms ease
}
.jssora12r:hover {
    background-color: #FF3312;
    color: white;
    transition: all 400ms ease
}
.jssora12r:hover:before {
    color: white;
    transition: all 400ms ease
}
.jssora11l,
.jssora11r {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ff3011;
    width: 33px;
    height: 66px;
    top: 50%;
    margin-top: -33px;
    cursor: pointer;
    text-align: center;
    line-height: 66px;
    transition: all 400ms ease
}
.jssora11l {
    left: 0;
    z-index: 2
}
.jssora11l:before {
    font-family: "picto-foundry-arrows";
    content: '\f10e';
    color: #ff3011;
    opacity: .5;
    font-size: 20px;
    transition: all 400ms ease
}
.jssora11l:hover {
    background-color: #ff3011;
    color: black;
    transition: all 400ms ease
}
.jssora11l:hover:before {
    color: black;
    transition: all 400ms ease
}
.jssora11r {
    right: 1px;
    z-index: 2;
    transition: all 400ms ease
}
.jssora11r:before {
    font-family: "picto-foundry-arrows";
    content: '\f110';
    color: #ff3011;
    opacity: .5;
    font-size: 20px;
    transition: all 400ms ease
}
.jssora11r:hover {
    background-color: #ff3011;
    color: black;
    transition: all 400ms ease
}
.jssora11r:hover:before {
    color: black;
    transition: all 400ms ease
}
.pormientras_responsive {
    height: 373px
}
.bloque_noticias {
    display: block;
    width: 100%
}
.bloque_noticias .img_bloque_noticas {
    width: 100%;
    position: relative;
    font-size: 12px;
    background-color: white;
    overflow: hidden
}
.bloque_noticias .img_bloque_noticas img {
    display: block;
    -webkit-filter: sepia(0);
    filter: sepia(0);
    width: 100%;
    transition: all 400ms ease
}
.bloque_noticias .img_bloque_noticas img:before {
    content: "\f127";
    display: block;
    position: absolute;
    top: 0;
    font-family: FontAwesome;
    left: 0;
    height: calc(100%);
    width: 100%;
    background-color: #F3F3F3;
    border: 1px dotted #c8c8c8;
    color: #f40794;
    font-size: 15px;
    text-align: center;
    padding-top: 10px
}
.bloque_noticias .img_bloque_noticas img:after {
    content: " Broken Image of " attr(alt);
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #646464;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center
}
.bloque_noticias .img_bloque_noticas .categoria {
    background-color: #6bbb00;
    color: #fff;
    display: inline-block;
    font-size: 1.125em;
    position: absolute;
    bottom: 10px;
    padding: 5px 15px;
    font-weight: 700;
    left: -10px;
}
.bloque_noticias .img_bloque_noticas span {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
    text-align: center;
    line-height: 64px;
    background-color: white;
    color: #363636;
    border-radius: 50%;
    font-size: 2.2em;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 400ms ease;
    z-index: 2
}
.bloque_noticias .descripcion_bloque_noticias {
    width: 100%;
    color: #363636;
    padding: 5px 0;
    font-size: .9375em;
    height: 55px;
    overflow: hidden;
    transition: all 400ms ease
}
.bloque_noticias:hover .descripcion_bloque_noticias,
.bloque_noticias:active .descripcion_bloque_noticias,
.bloque_noticias:focus .descripcion_bloque_noticias {
    color: #f40794;
    transition: all 400ms ease
}
.bloque_noticias:hover .img_bloque_noticas img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    transition: all 400ms ease
}
.altura_pormientras2 {
    height: 87px !important
}
.altura_pormientras3 {
    height: 80px !important
}
.altura_pormientras {
    height: 141px !important
}
.altura_descrip2 {
    font-size: 14px !important;
    height: 65px !important
}
.descripcion_mini_texto {
    font-size: 13px !important
}
#bloque-canciones {
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 980px;
    padding: 16px 16px
}
.bloque-cancion .img_bloque_cancion {
    width: 100%;
    overflow: hidden;
    position: relative
}
.bloque-cancion .img_bloque_cancion .btn_play_cancion {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 12px;
    color: #363636;
    padding-left: 2px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 400ms ease;
    z-index: 2
}
.bloque-cancion .img_bloque_cancion img {
    width: 100%;
    display: block;
    -webkit-filter: sepia(0);
    filter: sepia(0);
    transition: all 400ms ease
}
.bloque-cancion .descrip_bloque_cancion {
    padding-top: 5px;
    width: 100%;
    height: 65px;
    color: #363636;
    transition: all 400ms ease
}
.bloque-cancion .descrip_bloque_cancion .cancion_txt {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}
.bloque-cancion .descrip_bloque_cancion .artist_cancion_txt {
    font-size: 14px
}
.bloque-cancion:hover .img_bloque_cancion .btn_play_cancion {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 400ms ease
}
.bloque-cancion:hover .img_bloque_cancion img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 400ms ease
}
.bloque-cancion:hover .descrip_bloque_cancion {
    color: #f40794;
    transition: all 400ms ease
}
.descrip_titulo_cancion {
    font-size: 14px;
    font-weight: lighter
}
.descrip_titulo_cancion .cancion_txt {
    font-size: 14px !important;
    color: #f40794;
    font-weight: lighter !important;
    text-transform: capitalize !important
}
.descrip_titulo_cancion .artist_cancion_txt {
    font-size: 13px !important
}
#bloque-fotogalaeria {
    background-color: #000000;
    color: white;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 980px;
    padding: 16px 16px;
}
#bloque-fotogalaeria .title {
    color: white
}
.block_foto_destacada {
    width: 100%;
    display: block
}
.block_foto_destacada .img_block_foto {
    width: 100%;
    overflow: hidden;
    position: relative
}
.block_foto_destacada .img_block_foto>span {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #82c003;
    color: white;
    padding: 5px;
    font-size: 12px;
}
.block_foto_destacada .img_block_foto img {
    display: block;
    width: 100%
}
.block_foto_destacada .descrip_block_foto {
    font-size: 16px;
    font-weight: 700
}
.mini_block_foto {
    width: 100%;
    display: block;
    position: relative
}
.mini_block_foto .img_mini_foto {
    position: relative;
    overflow: hidden;
    max-height: 150px;
}
.mini_block_foto .img_mini_foto>span {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f40794;
    color: white;
    padding: 5px;
    font-size: 12px
}
.mini_block_foto .img_mini_foto .descrip_mini_foto {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    top: -100%;
    transition: all 400ms ease
}
.mini_block_foto .img_mini_foto .descrip_mini_foto span {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle
}
.mini_block_foto .img_mini_foto .descrip_mini_foto span p {
    display: table-cell;
    vertical-align: middle
}
.mini_block_foto .img_mini_foto img {
    display: block;
    width: 100%
}
.mini_block_foto:hover .img_mini_foto .descrip_mini_foto {
    top: 0;
    transition: all 400ms ease
}
#bloque-artistas {
    width: 100%
}
.bloque_arti {
    width: 100%;
    display: inline-block;
    text-align: center
}
.bloque_arti .circle_artista {
    width: 145px;
    height: 145px;
    overflow: hidden
}
.bloque_arti .circle_artista .circulo_img_arti {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #82c003;
    position: relative;
    transition: all 400ms ease;
}
.bloque_arti .circle_artista .circulo_img_arti span {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    top: 0;
    left: 0;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 400ms ease
}
.bloque_arti .circle_artista .circulo_img_arti span i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -15px
}
.bloque_arti .circle_artista .circulo_img_arti img {
    height: auto;
    display: inline-flex;
    width: 100%;
    align-items: center;
    text-align: center;
}
.bloque_arti .titulo_artista_bloque {
    font-size: 13px;
    font-weight: 700;
    color: #363636;
    text-transform: uppercase;
    margin: 5px 0;
    height: 50px
}
.bloque_arti:hover .circle_artista .circulo_img_arti,
.bloque_arti:focus .circle_artista .circulo_img_arti,
.bloque_arti:active .circle_artista .circulo_img_arti {
    border: 3px solid #f40794;
    transition: all 400ms ease
}
.bloque_arti:hover .titulo_artista_bloque {
    color: #f40794
}
.bloque_arti:hover .circle_artista .circulo_img_arti span {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 400ms ease
}

html,
body,
.sb-site,
.sb-site-container {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
html,
body {
    width: 100%;
    overflow-x: hidden
}
html {
    height: 100%
}
body {
    min-height: 100%;
    height: auto;
    position: relative
}
html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden
}
.sb-site,
.sb-site-container {
    width: 100%;
    position: relative;
    z-index: 1
}
.sb-site:before,
.sb-site:after,
.sb-site-container:before,
.sb-site-container:after {
    content: ' ';
    display: table
}
.sb-site:before,
.sb-site:after,
.sb-site-container:before,
.sb-site-container:after {
    clear: both
}
.sb-right {
    right: 0
}
.sb-style-overlay {
    z-index: 9999
}
.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch
}
.sb-slidebar {
    width: 30%
}
.sb-width-thin {
    width: 15%
}
.sb-width-wide {
    width: 45%
}
@media (max-width: 480px) {
    .sb-slidebar {
        width: 70%
    }
    .sb-width-thin {
        width: 55%
    }
    .sb-width-wide {
        width: 85%
    }
}
@media (min-width: 481px) {
    .sb-slidebar {
        width: 55%
    }
    .sb-width-thin {
        width: 40%
    }
    .sb-width-wide {
        width: 70%
    }
}
@media (min-width: 768px) {
    .sb-slidebar {
        width: 40%
    }
    .sb-width-thin {
        width: 25%
    }
    .sb-width-wide {
        width: 55%
    }
}
@media (min-width: 992px) {
    .sb-slidebar {
        width: 30%
    }
    .sb-width-thin {
        width: 15%
    }
    .sb-width-wide {
        width: 45%
    }
}
@media (min-width: 1200px) {
    .sb-slidebar {
        width: 20%
    }
    .sb-width-thin {
        width: 5%
    }
    .sb-width-wide {
        width: 35%
    }
}
.sb-active .sb-slide,
.sb-active .sb-site,
.sb-active .sb-site-container,
.sb-active .sb-slidebar {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden
}
.sb-hide {
    display: none
}
.bloque-programas {
    width: 100%;
    display: inline-block
}
.bloque-programas:hover .circle_programa,
.bloque-programas:active .circle_programa,
.bloque-programas:focus .circle_programa {
    background-color: #f40794;
    transition: all 400ms ease
}
.bloque-programas:hover .horario_programa {
    background-color: #f40794;
    transition: all 400ms ease
}
.bloque-programas:hover .title-programa-bloque {
    color: #f40794;
    transition: all 400ms ease
}
.circle_programa {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    background-color: #f40794;
    transition: all 400ms ease
}
.circle_programa img {
    width: 100%;
    display: block
}
.info_bloque_programa .horario_programa {
    background-color: #f40794;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    transition: all 400ms ease;
    padding: 3px 7px
}
.info_bloque_programa .title-programa-bloque {
    color: #f40794;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 8px 0;
    transition: all 400ms ease
}
.info_bloque_programa p {
    font-size: 13px;
    color: #363636
}
.tabs_sidebar {
    width: 100%;
    display: block;
    background-color: white;
    padding-bottom: 16px;
    box-shadow: 0 0 0 1px #E7EBF7
}
.tabs_sidebar .tab_container_sidebar {
    padding: 16px;
    text-align: left
}
.tabs_sidebar .tab_container_sidebar .list_leido {
    width: 100%;
    color: #363636;
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 0;
    font-size: 12px;
    overflow: hidden;
    transition: all 400ms ease;
    display: table
}
.tabs_sidebar .tab_container_sidebar .list_leido span {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    width: 28px;
    border-right: 1px solid #d1d1d1;
    padding: 0 5px
}
.tabs_sidebar .tab_container_sidebar .list_leido .info_list_leido {
    display: table-cell;
    padding-left: 8px
}
.tabs_sidebar .tab_container_sidebar .list_leido:hover {
    color: #f40794;
    transition: all 400ms ease
}
#footer-wrapper {
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 980px
}
.menu_logos2 {
    display: none;
    float: left;
    margin-right: 20px
}
.menu_logos2 .menuRadio {
    font-size: 1.5em;
    background-color: #76B62C;
    padding: 5px 8px;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px
}
.menu_tab_principal {
    overflow: auto;
    background-color: #f40794;
    color: white;
}
.menu_tab_principal ul {
    white-space: nowrap;
    width: auto;
    float: left
}
.menu_tab_principal ul li.li_menu_tab {
    float: none;
    display: inline-block;
    list-style: none
}
.menu_tab_principal ul li.li_menu_tab a {
    padding: 8px 10px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    transition: all 400ms ease;
    color: #000000;
}
.menu_tab_principal ul .ui-tabs-active a,
.menu_tab_principal ul .ui-state-hover a {
    color: white !important;
    transition: all 400ms ease;
    position: relative;
    text-align: center
}
.menu_tab_principal ul .ui-tabs-active a:before,
.menu_tab_principal ul .ui-state-hover a:before {
    position: absolute;
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid white;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    left: 50%;
    margin-lef: -4px;
    bottom: 0
}
.logo-crp {
    width: 100%
}
.logo-crp img {
    width: 100%
}
.wraper-tyc {
    padding: 0 20px
}
.TYC {
    text-align: center;
    padding-left: 10px;
    font-size: 13px;
    color: #5f5f5f;
    padding-top: 15px
}
.TYC>a {
    padding: 2px 0;
    display: inline-block
}
.TYC>a:hover {
    text-decoration: underline
}
.copyright {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    color: #b3b3b3;
    padding: 20px
}
.copyright:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    display: block;
    margin-bottom: 20px
}
.logo_footer {
    width: 117px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url("../images/radios-logos-footer.jpg")
}
.logo_footer span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-indent: 0
}
.rr_footer {
    background-position: left top
}
.moda_footer {
    background-position: -117px top
}
.oasis_footer {
    background-position: -234px top
}
.radiomar_footer {
    background-position: -351px top
}
.nuevaq_footer {
    background-position: -468px top
}
.sonorama_footer {
    background-position: 0 -50px
}
.planeta_footer {
    background-position: -117px -50px
}
.inolvidable_footer {
    background-position: -234px -50px
}
.inca_footer {
    background-position: -351px -50px
}
.magica_footer {
    background-position: -468px -50px
}
.logo_dos {
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-image: url("../images/radios-logos-footer.jpg")
}
.rr_foot {
    background-position: 0 -100px
}
.inolvidable_foot {
    background-position: -45px -100px
}
.moda_foot {
    background-position: -90px -100px
}
.oasis_foot {
    background-position: -135px -100px
}
.radiomar_foot {
    background-position: -180px -100px
}
.nuevaq_foot {
    background-position: -225px -100px
}
.planeta_foot {
    background-position: -270px -100px
}
.inca_foot {
    background-position: -315px -100px
}
.sonorama_foot {
    background-position: -360px -100px
}
@media screen and (max-width: 980px) {
    .breadcrumbs {
        display: none
    }
    .contenido_principal_inner {
        width: 100%;
        float: none
    }
    #wrapper-content-dos {
        width: 100%
    }
    #content_dos {
        width: 100%;
        float: none
    }
    #sidebar-dos {
        width: 100%;
        float: none
    }
    .sidebar_home {
        width: 100%;
        float: none
    }
    .img_error {
        display: none !important
    }
    .descrip_error {
        text-align: center
    }
    #header-wrapper .content-header {
        display: table;
        width: 100%;
        padding: 0 10px
    }
    #header-wrapper .content-header .logo {
        display: table-cell;
        padding-left: 0;
        float: none;
        width: 180px;
        vertical-align: middle;
        padding-top: 0
    }
    #header-wrapper .content-header .parrilla_header {
        display: table-cell;
        float: none;
        text-align: center;
        width: 100%
    }
    #header-wrapper .content-header .parrilla_header .btn-radio-vivo {
        margin: 0 auto
    }
    #header-wrapper .content-header .menu_secundario {
        display: table-cell;
        float: none;
        margin-top: 0;
        vertical-align: middle
    }
    #header-wrapper .content-header-player {
        display: table;
        width: 100%;
        padding: 20px 10px;
        position: relative
    }
    #header-wrapper .content-header-player .logo-player {
        display: table-cell;
        padding-left: 0;
        float: none;
        width: 180px;
        vertical-align: middle;
        padding-top: 0
    }
    #header-wrapper .content-header-player .logo-player img {
        width: 100%
    }
    #header-wrapper .content-header-player .menu_secundario-player {
        display: table-cell;
        float: none;
        margin-top: 0;
        vertical-align: middle;
        text-align: right
    }
    #menu-fixed ul.nav-fixed {
        width: 100%
    }
    #menu-fixed ul.nav-fixed li.home-fixed {
        display: none
    }
    #menu-fixed ul.nav-fixed li.social-fixed {
        display: none
    }
    .overlay.open {
        opacity: 1;
        visibility: visible;
        transition: opacity .5s
    }
    .overlay {
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s, visibility 0s .5s
    }
    .overlay-close {
        display: inline-block !important
    }
    #menu-principal {
        width: 80%;
        color: white;
        background: rgba(0, 0, 0, 0.88);
        position: fixed;
        z-index: 9999;
        height: 100%;
        top: 0;
        left: 0;
    }
    #menu-principal ul.nav {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: 50%;
        border-top: 0;
        border-bottom: 0;
        background-color: initial;
        border-left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #menu-principal ul.nav li.nivel_1 {
        display: block;
        border-right: 0
    }
    #menu-principal ul.nav li.nivel_1 a {
        color: #f0f3fd;
    }
    #menu-principal ul.nav li.nivel_1 a:hover,
    #menu-principal ul.nav li.nivel_1 a:focus,
    #menu-principal ul.nav li.nivel_1 a:active {
        background-color: initial
    }
    #menu-principal ul.nav li.nivel_1 a.active {
        color: #dcdcdc;
        background-color: #f40794;
    }
    #menu-principal ul.nav li.nivel_1 ul.sub_2 {
        display: none !important
    }
    .btn-radio {
        left: -100px
    }
    .parilla-content {
        margin: 0 -180px 0 0
    }
}
@media screen and (max-width: 768px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        width: 100%;
        float: none;
        display: block
    }
    .mini_block_foto .img_mini_foto>span {
        left: 0;
        top: 0;
        right: inherit;
        bottom: inherit;
        display: inline-block;
        font-size: 10px
    }
    .mini_block_foto .img_mini_foto .descrip_mini_foto {
        position: relative;
        text-align: left;
        font-size: 12px;
        font-weight: normal;
        padding: 5px;
        background-color: inherit
    }
    .bloque_arti_mes .circle_artista {
        width: 100px;
        height: 100px
    }
    .bloque_arti_mes .info_artista_mes {
        margin-top: 0
    }
    .bloque_arti_mes .info_artista_mes h1 {
        font-size: 14px
    }
    .bloque_arti_mes .info_artista_mes h2 {
        font-size: 24px
    }
    .contenido_notas iframe.video-iframe {
        height: auto
    }
    #scroll_hoy_tag {
        height: inherit
    }
    .btn_sonorama_play {
        display: table-cell;
        position: relative;
        width: 50px;
        height: 5px;
        vertical-align: middle;
        padding: 0;
        bottom: 0
    }
    .bloque_resultado .descrip_bloque_resultado {
        height: 64px
    }
    .sonorama_opc2 {
        display: block !important
    }
    .bloque_resultado_artista {
        height: 170px
    }
    .bloque_resultado_artista .image_resultado_artista {
        width: 100px;
        height: 100px
    }
    #header-wrapper .content-header {
        display: table
    }
    #header-wrapper .content-header .logo {
        display: table-cell;
        padding-left: 0;
        float: none;
        width: 120px
    }
    #header-wrapper .content-header .parrilla_header {
        display: table-cell;
        float: none;
        text-align: left
    }
    #header-wrapper .content-header .parrilla_header .btn-radio-vivo {
        margin: 0 auto
    }
    #header-wrapper .content-header .parrilla_header .btn-radio-vivo .info_parrilla {
        font-size: 80%
    }
    #header-wrapper .content-header .parrilla_header .btn-radio-vivo .info_parrilla .titulo_parrilla {
        margin-bottom: 0
    }
    #header-wrapper .content-header .parrilla_header .btn-radio-vivo .img_parrilla {
        width: 110px
    }
    #header-wrapper .content-header .menu_secundario {
        display: table-cell;
        float: none;
        margin-top: 0;
        vertical-align: middle
    }
    .contenido_notas {
        padding: 0 8px
    }
    .contenido_notas p {
        font-size: 13px
    }
    .social_like {
        padding: 0 8px
    }
    .social-search {
        display: none
    }
    .parrilla_header {
        text-align: left;
        vertical-align: middle
    }
    .parilla-content {
        display: none
    }
    .parrilla_radioenvivo .parrilla_header {
        display: block
    }
    .parrilla_radioenvivo .parrilla_header .parilla-content {
        display: block;
        margin: 0
    }
    .parrilla_radioenvivo .parrilla_header .parilla-content:after {
        content: "";
        clear: both
    }
    .parrilla_radioenvivo .parrilla_header .parilla-content img {
        display: inline-block;
        float: left;
        width: 30%
    }
    .parrilla_radioenvivo .parrilla_header .parilla-content .info_parrilla {
        display: inline-block;
        float: left;
        width: 70%;
        text-align: left
    }
    .btn-radio {
        left: 0;
        top: 0;
        position: relative
    }
    .menu_social {
        vertical-align: middle
    }
    .menu_secundario {
        margin-top: 0
    }
    .col-sd-6 {
        width: 50%;
        float: left
    }
    .col-sd-8 {
        width: 66.66666667%;
        float: left
    }
    .col-sd-4 {
        width: 33.33333333%;
        float: left;
        display: inline-block
    }
    .descripcion_fotogaleria {
        padding: 0 10px
    }
    .logo-crp {
        width: 50%;
        display: inline;
        float: right
    }
    .menu_logos2 {
        display: block
    }
    .padding-right2 {
        padding-right: 0
    }
    .padding-left2 {
        padding-left: 0
    }
    .ranking,
    #canciones,
    .artista_destacado,
    .programas {
        padding: 0 8px
    }
    .player_interna .image_player_interna {
        width: 100%;
        float: none
    }
    .player_interna .conte_player_interna {
        width: 100%;
        float: none
    }
    .player_interna .conte_player_interna .content_top_player {
        display: block
    }
    .player_interna .conte_player_interna .content_top_player .titular_player {
        display: block;
        width: 100%
    }
    .player_interna .conte_player_interna .content_top_player .social_player {
        display: block;
        width: 100%
    }
    .jp-audio .jp-controls {
        width: 30%
    }
    .jp-audio .jp-type-single .jp-progress {
        width: 70%
    }
    .jp-volume-controls {
        display: none
    }
    .abecedario li.list_abc a {
        padding: 0 15px
    }
    .info_bloque_programa {
        text-align: center
    }
}
@media screen and (max-width: 768px) {
    .iconwhatssapp {
        display: inline-block
    }
    .titular-principal {
        padding: 8px
    }
    .titular_caption2 {
        font-size: 20px
    }
    #myfixedelement {
        height: 40px !important;
        font-size: 20px
    }
    .more_fotos span p {
        font-size: 23px !important
    }
    #scroll_hoy_tag #scrollContainer_hoy_tag {
        padding: 5px 20px
    }
    .bloque_arti_mes2 .circle_artista2 {
        margin: 0 auto
    }
    .title_artista_mes {
        padding-top: 10px;
        text-align: center
    }
    .title_artista_mes .social_share_artista {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto
    }
    .padding-movil {
        padding: 0 10px
    }
    .altura_slider {
        height: inherit
    }
    #main-wrapper {
        padding: 16px 0
    }
    .contenido_artista_p {
        display: block !important
    }
    .contenido_artista_p .img_artista_p {
        width: 100% !important;
        position: relative !important;
        display: block !important;
        text-align: center
    }
    .contenido_artista_p .img_artista_p .cont_img_artista_p {
        display: inline-block
    }
    .contenido_artista_p .titulo_like {
        display: block !important;
        padding-left: 0 !important
    }
    .contenido_artista_p .titulo_like h2 {
        font-size: 25px !important;
        text-align: center
    }
    .tema_mas_escuchado {
        padding-left: 0 !important
    }
    .altura_pormientras {
        height: 63px !important
    }
    .bloque_noticias:hover .img_bloque_noticas span {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        transition: all 400ms ease
    }
    .bloque_mas_visto_first .descrip_mas_visto_first span {
        font-size: 30px
    }
    .bloque_mas_visto_first .descrip_mas_visto_first .descr_first .cont_titular_fist_mv {
        font-size: 18px;
        line-height: 20px
    }
    .bloque_mas_visto_first .descrip_mas_visto_first .descr_first p {
        font-size: 13px
    }
    .bloque_mas_visto_first .descrip_mas_visto_first .descr_first .info_first_mas_visto {
        font-size: 12px;
        font-weight: bold
    }
    .bloque_mas_visto {
        display: block
    }
    .bloque_mas_visto .num_visto {
        width: 10%;
        display: inline-block;
        float: left;
        font-size: 16px
    }
    .bloque_mas_visto .descr_mas_visto {
        width: 100%;
        display: block;
        clear: both;
        padding-left: 10%
    }
    .bloque_mas_visto .descr_mas_visto .titular_mv {
        font-size: 14px
    }
    .bloque_mas_visto .descr_mas_visto p {
        font-size: 12px
    }
    .bloque_mas_visto .descr_mas_visto .info_first_mas_visto {
        font-size: 12px
    }
    .bloque_mas_visto .descr_mas_visto:after {
        clear: both;
        display: table;
        content: ""
    }
    .bloque_mas_visto .img_mv {
        display: inline-block;
        float: left;
        width: 90%
    }
}
@media screen and (max-width: 480px) {
    .parrilla_programa {
        position: relative;
        padding-bottom: 30px
    }
    .parrilla_programa h1 {
        font-size: 22px
    }
    .parrilla_programa h2 {
        font-size: 12px
    }
    .parrilla_programa h3 {
        font-size: 10px
    }
    .parrilla_programa .circulo_progra_bloque {
        width: 82px;
        height: 82px
    }
    .parrilla_programa .social_like {
        position: absolute
    }
    h2 {
        font-size: 19px
    }
    .btn_sonorama_play {
        display: none
    }
    .logo_fixed {
        width: 80px !important
    }
    .nav-fixed a {
        padding: 2px !important;
        height: inherit !important
    }
    .compartir_album .btn_share_dos {
        font-size: 10px
    }
    .block_prog .circle_programa .circulo_progra_bloque {
        width: 130px;
        height: 130px
    }
    .block_prog .title_programa_cirlce {
        font-size: 13px
    }
    .altura_pormientras2 {
        height: 70px !important
    }
    #menu-principal ul.nav li.nivel_1 a {
        font-size: 18px
    }
    #header-wrapper .content-header {
        display: table;
        padding: 5px 10px
    }
    #header-wrapper .content-header .logo {
        width: 80px
    }
    #header-wrapper .content-header .parrilla_header .btn-radio-vivo .info_parrilla {
        font-size: 55%
    }
    #header-wrapper .content-header .parrilla_header .btn-radio-vivo .info_parrilla .titulo_parrilla {
        border-bottom: 0
    }
    #header-wrapper .content-header .parrilla_header .btn-radio-vivo .info_parrilla .locutores {
        display: none
    }
    #header-wrapper .content-header .parrilla_header .btn-radio-vivo .btn_play_parrilla {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    #header-wrapper .content-header .parrilla_header .btn-radio-vivo .img_parrilla {
        display: none
    }
    #header-wrapper .content-header-player {
        display: table;
        width: 100%;
        padding: 10px 5px;
        position: relative
    }
    #header-wrapper .content-header-player .logo-player {
        display: table-cell;
        padding-left: 0;
        float: none;
        width: 100px;
        vertical-align: middle;
        padding-top: 0
    }
    #header-wrapper .content-header-player .logo-player img {
        width: 100%
    }
    #header-wrapper .content-header-player .menu_secundario-player {
        display: table-cell;
        float: none;
        margin-top: 0;
        vertical-align: middle;
        text-align: right
    }
    #menu-fixed ul.nav-fixed {
        width: 100%
    }
    #menu-fixed ul.nav-fixed .player-vivo {
        font-size: 60%
    }
    #menu-fixed ul.nav-fixed .player-vivo .player_fixed .circle_play {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    #menu-fixed ul.nav-fixed .player-vivo .player_fixed .programacion {
        padding-left: 0;
        width: 80%;
        margin-top: 10px
    }
    #menu-fixed ul.nav-fixed li.home-fixed {
        display: none
    }
    #menu-fixed ul.nav-fixed li.social-fixed {
        display: none
    }
    #menu-fixed ul.nav-fixed li>a.menu_activo {
        width: 80px
    }
    .titular_caption {
        font-size: 21px
    }
    .logo {
        float: none;
        width: 70px
    }
    .bloque_noticias .descripcion_bloque_noticias {
        font-size: 12px;
        height: 60px
    }
    .artista_destacado {
        height: inherit
    }
    .artista_destacado img {
        width: 100%;
        display: block;
        position: relative;
        margin-top: 0
    }
    .cd-tabs nav {
        display: inline-block;
        float: none;
        width: 100%;
        position: relative;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06)
    }
    .cd-tabs nav ul {
        width: 440px
    }
    .cd-tabs nav ul li {
        float: left;
        margin-right: 2px
    }
    .cd-tabs nav ul li a {
        position: relative;
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        color: #f40794;
        width: 100px;
        text-align: center
    }
    .cd-tabs nav ul li a p {
        position: relative;
        z-index: 2;
        background-color: #fff;
        padding: 6px 8px;
        height: inherit;
        text-transform: uppercase;
        transition: all 400ms ease
    }
    .cd-tabs nav ul li a:after {
        content: "";
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid transparent;
        border-left: 12px solid #f40794;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 400ms ease;
        display: none
    }
    .cd-tabs nav ul li a:hover p {
        background-color: #f40794;
        color: #fff;
        transition: all 400ms ease
    }
    .cd-tabs nav ul li a:hover:after {
        right: -24px;
        transition: all 400ms ease
    }
    .cd-tabs nav ul li .selected p {
        background-color: #f40794;
        color: #fff
    }
    .cd-tabs nav ul li .selected:after {
        right: -24px
    }
    .cd-tabs nav ul:after {
        clear: both;
        display: table;
        content: ""
    }
    .cd-tabs ul.cd-tabs-content {
        display: table;
        padding-left: 0 !important;
        width: 100%
    }
    .cd-tabs ul.cd-tabs-content li {
        list-style: none;
        padding-left: 0 !important;
        border-left: 1px dashed #d1d1d1
    }
    .cd-tabs ul.cd-tabs-content li .list_programas {
        display: table;
        vertical-align: middle;
        border-bottom: 1px dashed #f40794;
        padding: 15px 0;
        width: 100%
    }
    .cd-tabs ul.cd-tabs-content li .list_programas .horario_programacion {
        display: table-cell;
        font-size: 12px !important;
        font-weight: 700;
        color: #f40794;
        vertical-align: middle;
        width: 90px !important
    }
    .cd-tabs ul.cd-tabs-content li .list_programas .barra_programacion {
        display: table-cell;
        width: 6px;
        background-color: #f40794
    }
    .cd-tabs ul.cd-tabs-content li .list_programas .title_progrmacion {
        display: table-cell;
        vertical-align: middle;
        color: #363636;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        padding-left: 20px
    }
    .cd-tabs ul.cd-tabs-content li .list_programas .title_progrmacion span {
        font-size: 13px;
        color: #f40794;
        font-weight: normal;
        text-transform: capitalize
    }
}
/**nosotros**/
#nostros h3{
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
#nostros p{
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
/**nosotros**/