/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05/03/2015, 14:29:51
    Author     : pedro.teixeira
*/
h3 {
    margin-bottom: 15px;
}
.caixa-noticias {
    /*border: 1px solid red;*/
    width: 600px;
}
.item-noticia {
     /*border: 1px solid blue;*/
    margin-bottom: 15px;
    overflow: hidden;
}
.titulo-noticia {
    display: block;
    margin-bottom: 10px;
    
}
.titulo-noticia a {
    font-size: 14px;
    /*font-weight: bold;*/
    color: #366a4e !important;
    background-image: url('../images/seta_links.png');
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 7px;
}
.titulo-noticia a:hover {
    background-image: url('../images/seta_links_hover.png');
}
.views-field-field-data-de-publica-o {
    margin-bottom: 10px;
    padding: 5px;
    padding-top: 0;
}
.imagem-materia {
    float: left;
    margin-right: 10px;
}
.resumo-noticia {
    font-size: 14px;
    display: block;
    /*border: 1px solid green;*/
    overflow: auto;
    padding-left: 5px;
}
.data-noticia {
    padding-top: 15px;
    margin-bottom: -10px;
}
.noticia-creditos {
    margin: 0px;
    margin-bottom: 10px;
}
.view-maquetes  {
    padding-left: 15px;
}
