/*
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 .listaNoticias{
}

#conteudo .tituloArea{
    border-bottom: 1px solid #a0a09f;
    color: #a0a09f;
    font-size: 24px;
    margin-bottom: 10px;
}
#conteudo .itemLast{
    font-size: 18px;
    margin-bottom: 10px;
}
#conteudo .itemLast a{
    text-decoration: underline;
}
#conteudo .itemLast p{
    margin-bottom: 0px;
}
#conteudo .itemNoticia{
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 20px;
}
#conteudo .itemNoticiaD{
    padding-bottom: 20px;
}

#conteudo .itemNoticia h2{
    margin-top: 0px;
    margin-bottom: 0px;
}
#conteudo .itemNoticia h4{
    margin-top: 0px;
}
#conteudo .itemNoticia .link{
    margin-top: 40px;
}
#conteudo .itemNoticia .link a{
    background-color: #727272;
    color: #FFFFFF;
    padding: 10px;
    text-decoration: none;
}
#conteudo .itemNoticia .link a:hover{
    color: #000000;
}
#conteudo .itemNoticia .img img{
    width: 100%;
}

#conteudo .itemNoticiaD .share{
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}
#conteudo .itemNoticiaD .share a{
    display: inline-block;
    color: #000000;
    margin-left: 20px;
    font-size: 18px;
}