/*
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 : 7/Fev/2014, 16:09:17
    Author     : filipemurteira
*/


/*
Notícias
*/
#conteudo .listaDestaques{
    
}

#conteudo .itemDestaque{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 40px;
}
/*#conteudo .itemDestaqueD{
    padding-bottom: 20px;
}*/

#conteudo .itemDestaque .nome{
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
}
#conteudo .itemDestaque .texto_desc{
    line-height: 24px;
}
#conteudo .itemDestaque .img{
    background-color: #e6e6e6;
    margin-bottom: 15px;
}
#conteudo .itemDestaque .img img{
    width: 100%;
}