﻿/* INICIO SLIDER DE NOTICIAS */

/* Caption */
.jssorCaptionNoticias .futbol
{
    background: url(../img/icons/futbol.png) no-repeat 0 0 transparent;
    float: left;
    width: 45px;
    height: 40px;
    top: 16px;
    position: relative;
}
.jssorCaptionNoticias .sala
{
    background: url(../img/icons/sala.png) no-repeat 0 0 transparent;
    float: left;
    width: 45px;
    height: 40px;
    top: 16px;
    position: relative;
}
.jssorCaptionNoticias .playa
{
    background: url(../img/icons/playa.png) no-repeat 0 0 transparent;
    float: left;
    width: 45px;
    height: 40px;
    top: 16px;
    position: relative;
}
.jssorCaptionNoticias .internacional
{
    background: url(../img/icons/internacional.png) no-repeat 0 0 transparent;
    float: left;
    width: 45px;
    height: 40px;
    top: 16px;
    position: relative;
}

.jssorCaptionNoticias .titular a
{
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;    
}

.jssorCaptionNoticias .titular a p
{    
    padding-top: 6px;   
    line-height: 1.3;
    height: 48px; /*font-size * line-height * lines-to-show*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; 
}

.jssorCaptionNoticias .fecha
{
    color: #FFFF00;
    font-size: 12px;
    font-weight:bold;
}

.jssorCaptionNoticias .seccion
{
    color: #FFCC99;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
}

.jssorCaptionNoticias .descNoticia
{
    padding-left: 45px;  
    height: 68px;  
}

/* Bullet */
/*
.jssorNoticiasBullet div           (normal)
.jssorNoticiasBullet div:hover     (normal mouseover)
.jssorNoticiasBullet .av           (active)
.jssorNoticiasBullet .av:hover     (active mouseover)
.jssorNoticiasBullet .dn           (mousedown)
*/
.jssorNoticiasBullet div, .jssorNoticiasBullet div:hover, .jssorNoticiasBullet .av {
    background: url(../img/jssor/bullets.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorNoticiasBullet div {
    background-position: -7px -7px;
}

.jssorNoticiasBullet div:hover, .jssorNoticiasBullet .av:hover {
    background-position: -37px -7px;
}

.jssorNoticiasBullet .av {
    background-position: -67px -7px;
}

.jssorNoticiasBullet .dn, .jssorNoticiasBullet .dn:hover {
    background-position: -97px -7px;
}

/* FIN SLIDER NOTICIAS */

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
.jssorNoticiasArrowl, .jssorNoticiasArrowr {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url(../img/jssor/arrows.png) center center no-repeat;
    overflow: hidden;
}
.jssorNoticiasArrowl { background-position: -10px -31px; }
.jssorNoticiasArrowr { background-position: -70px -31px; }
.jssorNoticiasArrowl:hover { background-position: -130px -31px; }
.jssorNoticiasArrowr:hover { background-position: -190px -31px; }
.jssorNoticiasArrowl.jssorNoticiasArrowldn { background-position: -250px -31px; }
.jssorNoticiasArrowr.jssorNoticiasArrowrdn { background-position: -310px -31px; }

/* FIN SLIDER NOTICIAS */