/*
    Document   : noticias
    Created on : 28/11/2011, 13:26:46
    Author     : Jonas
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#container .conteudo .esq .corpo p{
    margin-top: 33px;
    width: 600px;
}
#container .conteudo .esq .corpo ul{
    margin-top: 35px;
}
#container .conteudo .esq .corpo ul li{
    background-image: url(img/logotipia_icon.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 55px;
    margin-bottom: 15px;
}
#container .conteudo .esq .corpo ul li a{
    display: block;
    padding: 10px 0;
    font-family: 'GothamBoldRegular';
    font-size: 14px;
    color:#494949;
    text-transform: uppercase;
}
