@CHARSET "UTF-8"; /*declaração da codificação de caracteres */
/* 
    Document   : libsmartnews
    Created on : 22/Nov/2011, 9:17:25
    Author     : MSSousa
    Description: Estilos para o widget noticias, da homepage
*/

#modulo_noticias {
    min-height: 210px;
    width: 631px;
}

.noticia_fonte {
    font-family: "Trebuchet MS", sans-serif;
    text-align: left;
}
    .noticia_fonte .bodyListagem {
         padding: 0 20px 20px 20px;
         background-image: url('../../../assets/site/background/topowidgetgr.png');
         background-position: right top;
         background-repeat:no-repeat;
         min-height: 159px;
         position: relative;
    }
    .noticia_fonte .cabecalho {
        font-weight: bold;
        font-size: 14px;
        color: #2B2B2B;
        line-height: 30px;
        background-color: white;
    }
    .noticia_fonte .cabecalho.cazul {
        border-top: 2px solid #EBEBEB;
/*        border-bottom: 2px solid #DBEDF1;*/
        vertical-align: middle;
    }
    .noticia_fonte .cabecalho.ccinza {
        border-top: 2px solid #EBEBEB;
/*        border-bottom: 2px solid #EBEBEB;*/
        vertical-align: middle;
    }
    .noticia_fonte .titulo {
        font-weight: bold;
        font-size: 16px;
        color: #009DE0;
        text-decoration:none; 
    }
    .noticia_fonte .espacTitulo {
        padding: 20px 0px 0px 0px;
    }
    .noticia_fonte .data {
        font-weight: bold;
        font-size: 14px;
        color: #2B2B2B;    
    }
    .noticia_fonte .texto {
        font-weight: normal;
        font-size: 14px;
        color: #2B2B2B;
    }
.noticias_botao {
    /*background-image: url('/themes/site/images/btn_next1.bmp');	*/
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    color: #2B2B2B;
    padding: 0 15px 10px 0;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom:0;
}

.noticias_botao a{
    text-decoration: none;
    color: #2B2B2B;
    font-weight: bold;
}
.noticias_botao a img{
    width: 20px;
    height: 20px;
    margin-left: 8px;
    vertical-align: middle;
}


.divright{
    float:right;
}

.divmargin10 {
    margin-bottom:10px; 
}
.divmargin5 {
    margin-bottom: 5px;
    line-height: 18px;
    margin-bottom: 5px;
    right: 0;
    text-align: right;
}
.divmarginleft15 {
    margin-left:15px; 
}

.divleftwith608 {
    float: left;
    width: 608px;
}
.divleftwith968 {
    width:968px; 
    float:left;
}
.divleftwidth480 {
    width:470px!important; 
    float:left;
    margin-right: 10px;
}
.divrighttwidth480 {
    width:470px!important; 
    float:right;
    margin-right: 15px;
}
.divwith130 {
    display: block; 
    width: 130px
}
.divrightwith292 {
    float: right;
    margin-left: 15px;
    width: 312px;
}
.divleftInline {
    float: left; 
    display: inline;
}

.detalheNoticiaBoxTexto {
    display:block;
}
.divfont14 {
    font-size: 14px;
}

.divfontbold {
    font-weight: bold;
}
