/* noticias */

.tituloNoticia {
    font-size: 21px;
    font-weight: bold;
    color: #585858;
}
.tituloNoticia .dataNot {
    color: rgb(165, 165, 165);
    letter-spacing: -1px;
    font-weight: normal;
    margin-right: 7px;
}

.boxListaNoticias ul li {
    list-style-type: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}
.boxListaNoticias ul {
    margin: 0px;
    padding: 0px;
}
.boxListaNoticias ul li a {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
    text-decoration: none;
    color: #585858;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
}
.boxListaNoticias .data {
    font-weight: normal;
    font-size: 12px;
}
.boxListaNoticias .categoria {
    color: #7B9299;
    font-size: 12px;
}
.boxListaNoticias .titulo {
    font-size: 13px;
    /* [disabled]display: block; */
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 6px;
    margin: 0px;
    font-weight: bold;
}
.boxListaNoticias .chamada {
    font-size: 12px;
    display: block;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 20px;
    margin: 0px;
}

.boxListaNoticias ul li a:hover,
.boxListaNoticias ul li a.selected {
    background-color: rgba(48, 65, 95, 0.71);
    color:#FFF;
}

.boxListaNoticias a.selected .data .diaMes {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.boxListaNoticias .data .diaMes {
    font-size: 16px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/* noticias */




#listFullNoticias .header,
#listFullNoticias .footer {

    line-height: 31px;
    padding-right: 15px;
    padding-left: 15px;
    color: #FFF;
    font-weight: bold;
    height: 31px;
    background-color: #30415f;
    position: relative;
}
#listFullNoticias .header{
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
}
#listFullNoticias .boxListagem {
    background-color: rgba(255, 255, 255, 0.75);
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}




#listFullNoticias .boxSelectClassificar {
    margin-bottom: 10px;
    text-align: right;
    display: block;
}
#listFullNoticias {
    margin-top: 18px;
    margin-bottom: 22px;
}
#listFullNoticias .labelCassificarPor {

    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: #FFF;
    border-radius:4px;
    -moz-border-radius:4px;
    background-color: gray;
}

#listFullNoticias .labelLeiaMais {
    font-weight:bold;
    color:#b60909;
    text-decoration: underline;
    margin-left: 6px;
}





#listFullNoticias A.btPreview,
#listFullNoticias A.btNext {
    color: #FFF;
    font-size: 12px;
    padding-left: 21px;
    padding-right: 21px;
    display:block;
    
    height: 31px;
    line-height: 31px;

    position: absolute;
}
#listFullNoticias A.btPreview {
    left: 17px;
    background-image: url(../img/bt.preview.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#listFullNoticias A.btNext {
    right: 17px;
    background-image: url(../img/bt.next.png);
    background-repeat: no-repeat;
    background-position: right center;
}