﻿/* ********************************************************************************* */
/* ********************************************************************************* */
#divNoticiaNivel1 {
    border: solid 1px #DDDDDD;
    background-color: #4285F4;
    
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    
    overflow: hidden;
}
/* ================================================================================= */
.noticia_principal {
    cursor: pointer;
}
.noticia_principal .noticia_principal_conteudos {
    padding: 20px 30px 20px 30px;
}
/* ================================================================================= */
.noticia_principal h1.titulo {
    font-size: 24px;
    font-weight: bold;
}
.noticia_principal h1.titulo a { /*color: #4285F4;*/ color: #EEEEEE; text-decoration: none; } /*008BB0*/
.noticia_principal:hover h1.titulo a { /*color: #FF7202;*/ color: #FF7202; }
/* ================================================================================= */
.noticia_principal time { color: #DDDDDD; }
/* ================================================================================= */
.noticia_principal h2.subtitulo {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;

    margin-top: 5px;
    margin-bottom: 10px;
    
    color: #FFFFFF;
}
/* ================================================================================= */
.noticia_principal .imagem {
    width: 100%;
    height: 350px;

    background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.noticia_principal .resumo {
    font-weight: normal;
    color: #FFFFFF;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.noticia_secundaria {
    padding: 10px;
    margin-bottom: 10px;

    /*border: solid 1px #FFFFFF;*/
    cursor: pointer;
}
.noticia_secundaria:hover { /*border: solid 1px #DDDDDD;*/ }
/* ================================================================================= */
.noticia_secundaria time { color: #999999; }
.noticia_secundaria .titulonoticia {
    font-family: Roboto;
    font-weight: 200;
}
.noticia_secundaria .titulonoticia a { color: #4285F4; text-decoration: none; }
.noticia_secundaria:hover .titulonoticia a { color: #333333; }
.noticia_secundaria .imagem {
    width: 100%;
    height: 100px;

    background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.noticia_secundaria .resumo {
    font-size: 14px;
    color: #666666;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.noticia_terciario {
    min-height: 220px;
    padding: 10px;
    margin-bottom: 30px;

    white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;

    vertical-align: top;

    /*border: solid 1px #FFFFFF;*/
    border: solid 1px #DDDDDD;
    cursor: pointer;

    /*background-color: #4285F4;*/
    background-color: #EEEEEE;
}
.noticia_terciario:hover { border: solid 1px #DDDDDD; }
/* ================================================================================= */
.noticia_terciario time { /*color: #DDDDDD;*/ color: #333333; }
.noticia_terciario h3.titulo {
    font-size: 14px;
    font-weight: normal;
}
.noticia_terciario h3.titulo a { /*color: #EEEEEE;*/ color: #4285F4; text-decoration: none; font-weight: bold; }
.noticia_terciario:hover h3.titulo a { /*color: #FFFFFF;*/ color: #FF7202; }
.noticia_terciario .imagem {
    width: 100%;
    height: 100px;

    background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.noticia_listagem {
    padding: 0 0 0 15px;

    clear: both;
    line-height: 20px;
}
.noticia_listagem time { color: #008BB0; }
.noticia_listagem a { color: #666666; text-decoration: none; }
.noticia_listagem a:hover { color: #E00907; }
/* ********************************************************************************* */