/* ********************************************************************************* */
#noticias { }
/* ================================================================================= */
#noticias .cabecalho {
    clear: both;
    padding: 30px 0 0 0;
}
/* --------------------------------------------------------------------------------- */
#noticias .cabecalho .social {
    float: left;
    width: 130px;
}
/* --------------------------------------------------------------------------------- */
#noticias .cabecalho .ano {
    float: right;
    width: 435px;

    margin: 0 0 30px 30px;

    line-height: 17px;
    font-size: 16px;
    font-family: Novecento-Wide-Bold;
}
/* ================================================================================= */
#noticias .listagem {
    clear: both;
}
/* --------------------------------------------------------------------------------- */
#noticias .listagem .info {
    float: left;
    width: 145px;
}
#noticias .listagem .info .data {
    float: left;
    width: 70px;

    margin: 0 5px 0 0;

    text-align: left;
    line-height: 17px;
    font-size: 10px;
    font-family: Novecento-Wide-DemiBold;
}
#noticias .listagem .info .fonte {
    float: left;
    width: 70px;

    line-height: 17px;
    font-size: 10px;
    font-family: Novecento-Wide-Normal;

    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* --------------------------------------------------------------------------------- */
#noticias .listagem .noticia {
    float: left;
    width: 430px;

    margin: 0 0 0 20px;

    line-height: 17px;
    font-size: 11px;
    font-family: Novecento-Wide-DemiBold;
    
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#noticias .listagem .noticia .titulo {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#noticias .listagem .noticia a:link { color: #000000; text-decoration: none; }
#noticias .listagem .noticia a:visited { color: #000000; text-decoration: none; }
#noticias .listagem .noticia a:hover { color: #4C9AC7; text-decoration: none; }
/* ================================================================================= */
.anos {
    margin-left: 160px; /* 160 = 130 + 30 */
}
.anos .ano {
    float: left;
    
    line-height: 17px;
    font-size: 12px;
    font-family: Novecento-Wide-Bold;
}
.anos a:link { color: #000000; text-decoration: none; }
.anos a:visited { color: #000000; text-decoration: none; }
.anos a:hover { color: #4C9AC7; text-decoration: none; }

.anos a.activo:link { color: #4C9AC7; text-decoration: none; }
.anos a.activo:visited { color: #4C9AC7; text-decoration: none; }
.anos a.activo:hover { color: #4C9AC7; text-decoration: none; }
/* ================================================================================= */
#noticias .cabecalho .ano .link {
    text-align: right;
    margin-bottom: 10px;
    margin-left: 10px;

    font-size: 9px;
    font-family: Novecento-Wide-DemiBold;
}
#noticias .cabecalho .ano .link a:link { color: #000000; text-decoration: none; }
#noticias .cabecalho .ano .link a:visited { color: #000000; text-decoration: none; }
#noticias .cabecalho .ano .link a:hover { color: #4C9AC7; text-decoration: none; }
/* ********************************************************************************* */
