#nov_content {
    font-family: 'fjalla_oneregular', Trebuchet MS;
    background: rgb(189 189 189 / 43%);
    height: 212px;
    position: absolute;
    font-weight: 900;
    right: 0;
    top: 28px;
    width: 500px;
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0, 0.5);
    box-shadow: 0 0 5px 2px rgba(0,0,0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

#nov_navegacion {
    height: 40px;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
}

/* menu */
#nov_menu {
    height: 100%;
    width: 100%;
    padding: 0;
    position:relative;
    z-index: 40;
    display: table;
    background: #d3d8e2;
}


#nov_img {
    height: 100%;
    width: 20%;
    position: absolute;
    overflow: hidden;
}


#tag {
    position: relative !important;
    width: 110px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);;
    /* display: block; */

}


.corner {
    width: 0;
    height: 0;
    border-left: 50px solid rgba(0, 0, 0, 0);
    border-right: 50px solid rgba(0, 0, 0, 0);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
}

#nov_menu li {
    float: left;
    display: block;
}

#nov_menu li a {
    color: #515151;
    display: block;
    font-size: 13px;
    height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    line-height: 40px;
}


#nov_menu li a:hover {
    color: #08467B;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#nov_menu li a:active { /*cuando se presiona el boton*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


#nov_menu li a.activo {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#nov_menu li a:focus {
    border: 0 none;
    outline: none;
}
.nov-contador {
    border: 1px solid #E0E0E0;
    bottom: 10px;
    color: #E0E0E0;
    font-size: 0.6em;
    height: 12px;
    padding: 2px 0 0;
    position: absolute;
    right: 4.7px;
    text-align: center;
    width: 14px;
    z-index: 51;


    border-radius: 10px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;


}

/* Contenedor recién llegadas */
/* boton */
.nov-next {
    background: url("../img/next.png") no-repeat scroll 50% 50% rgba(8, 70, 123, 0.6);
    border: 0 none;
    cursor: pointer;
    height: 150px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 30px;
    z-index: 50;
    background-size: 1em;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;

}

.nov-next:hover {
    background: url("../img/next.png") no-repeat scroll 50% 50% rgba(8, 70, 123, 0.8);
    background-size: 1em;
}


#nov_contenido {
    height: 150px;
    width: 550px;

}

#nov_primera,
#nov_volvieron,
#nov_fotos,
#nov_promos,
#nov_calificadas {
    height: 100%;
    overflow: hidden;
    width: 550px;
    padding-top: 5px;
}



.nov_cont {
    height: 60px;
    width: 150px;
    cursor: pointer;
    float: left;
    display: flex;
    margin: 5px 0 0 5px;
    padding: 5px 0 5px 5px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition:background-color 0.2s ease-in-out;
    -o-transition:background-color 0.2s ease-in-out;
    transition:background-color 0.2s ease-in-out;
    align-items: center;
}

.nov_cont:hover {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.nov_pic{
    background-color: rgba(255, 255, 255, 0.6);
    float: left;
    height: 58px;
    width: 49px;
    padding: 5px 0 0 5px;
    -webkit-border-radius: 30px 0 30px 30px;
    -moz-border-radius: 30px 0 30px 30px;
    border-radius: 30px 0 0px 30px;
}

.nov_pic img{
    -webkit-border-radius: 30px 0 30px 30px;
    -moz-border-radius: 30px 0 30px 30px;
    border-radius: 30px 0 0 30px;
}

.nov_datos{
    height: 63px;
    width: 93px;
    display: flex;
    border-radius: 0 10px 10px 0;
    float: right;
    padding-left: 3px;
    background: rgb(255 255 255 / 71%);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.nov_datos p{
    font-family: 'fjalla_oneregular', Trebuchet MS;
    padding: 1px 0 2px 0;
}

.nov_name {
    color: #08467B;
    font-size: 19px;
    text-align: left;
    width:90px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.nov_cat {
    color: #2c594f;
    /* background: aqua; */
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
}

.nov_date {
    color: #555657;
    font-size: 10px;
    text-align: left;
    text-transform: uppercase;
}




/* Contenedor cambiarón fotos */

#volvieron {
    width: 628px;
    height: 110px;
    background-color: #333;
    float:left;
    background-color:#333;
    margin-left:1px;
}




.on{background: #c5b91b;color: white !important;}

.on a {
    color: #3f3f3f !important;
}


.switch{
    display:none;
}.nov_pic.r3 img {
     height: 54px;
 }