/* 
    Document   : k1_css_noticia
    Created on : 23/02/2012, 11:36:52
    Author     : BILL
    Description:
        Purpose of the stylesheet follows.
*/

/* =================================================================== */
/* INICIO PÁGINA NOTICIAS  --> Autor: Bill Santos  */
/* =================================================================== */

#pg-noticia {
    font: x-small arial,helvetica,freesans,sans-serif;
    margin: 0 auto;
    padding: 10px 20px 0;
}
#pg-noticia h1{
    border-bottom: 3px solid;
    font-size: 22px;
    color: #7CAE36;
}
#pg-noticia .materia-cabecalho {
    color: #666666;
    font-size: 1.4em;
    margin-bottom: -0.8em;
    padding-top: 10px;
}
#pg-noticia .materia-titulo {
    margin-bottom: 0;
}
#pg-noticia .materia-titulo h1 {
    color: #333333;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: -0.06em;
    margin-bottom: -0.6em;
    border: 0;
}
#pg-noticia .materia-titulo h2 {
    color: #929292;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    padding-top: 0.3em;
}
#pg-noticia .materia-txt p {
    color: #333333;
    font-size: 1.5em;
    text-align: justify;
}
#pg-noticia .materia-img {
    background-color: #E6E6E6;
    float: right;
    margin: 15px;
    padding: 1px;
    text-align: center;
}
#pg-noticia .materia-img p {
    font-size: 1.2em;
    margin: 0;
    max-width: 300px;
    padding: 5px;
    text-align: left;
}
#pg-noticia .materia-font-txt {
    background-color: #E6E6E6;
    font-size: 1.2em;
    margin-bottom: 30px;
    padding: 1px;    
}

/* Mais noticias */

#titulo-mais-noticias {
    background: #7CAE36;
    padding-left: 10px;
    color: #FFFFFF;
    margin: 0px;
    font-size: 10px;
}
#titulo-mais-noticias .bt-mais-noticias {
    float: right;
    margin-top: -50px;
    width: 80px;
}
#titulo-mais-noticias .bt-avanca {
    background-image: url("/img/img_recursos/img_noticias/bt_avancar.png");
    height: 50px;
    width: 40px;
    float: right;
}
#titulo-mais-noticias .bt-avanca:hover {
    background-image: url("/img/img_recursos/img_noticias/bt_avancar_hover.png");
}
#titulo-mais-noticias .bt-volta {
    background-image: url("/img/img_recursos/img_noticias/bt_voltar.png");
    height: 50px;
    width: 40px;
    float: left;
}
#titulo-mais-noticias .bt-volta:hover {
    background-image: url("/img/img_recursos/img_noticias/bt_voltar_hover.png");
}
#mais-noticias {
    width: 640px;
    margin: 0 auto;
    padding-bottom: 20px;
}
#mais-noticias .mostra-mais-noticia h1 {
    font-size: 16px;
    margin-bottom: -12px;
}
#mais-noticias .mostra-mais-noticia h3 {
    font-size: 11px;
    margin-bottom: -12px;
}
#mais-noticias .mostra-mais-noticia p {
    font-size: 14px;
    margin-bottom: 25px;
}
#mais-noticias .mostra-mais-noticia a {
    color: #666666;
    text-decoration: none;
    
}
#mais-noticias .mostra-mais-noticia a:hover {
    color: #000000;
}

/* Apresenta Noticias */
/* Obs.: Apresenta noticias geralmente na pagina inicial*/

/* NOTICIAS */
#noticias {
    color: #7CAE36;
    margin-left: 15px;
    padding-bottom: 20px;
    padding-top: 0;
    width: 380px;
}
#noticias h1 {
    border-bottom: 1px solid;
    font-size: 18px;
    margin-top: 5px;
}
#noticias .mostra-noticia {
    border-bottom: 1px solid;
}
#noticias .mostra-noticia a {
    text-decoration: none;
}
#noticias .mostra-noticia h1 {
    border: 0 none;
    color: #7CAE36;
    font-size: 12px;
    line-height: 0;
    padding-top: 5px;
}
#noticias .mostra-noticia p {
    color: #7CAE36;
    font-size: 13px;
    padding-bottom: 1px;
    text-decoration: none;
}
#noticias .mostra-noticia p:hover {
    color: #7CAE36;
    text-decoration: underline;
}