/*
 * $Id: content.css 16071 2012-07-02 14:37:35Z gjm $
 */


/*---------------------------------------------------------------------------
 * Conteúdo HTML
 */

.html-content {
    border: 1px solid #ccc;
    padding: 1em;
    background-color: #fffed0;
}

.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6
{
    color: #444;
    margin: 1em 0;
}

.html-content p {
    margin: 0.8em 0;
    text-indent: 0 !important;/* para anular desalinhamentos com copy pastes */
}

.html-content address {
    margin: 0.8em 0;
    text-indent: 0 !important;/* para anular desalinhamentos com copy pastes */
}
.html-content ul,
.html-content ol
{
    margin-left: 1em;
}
.html-content li {
    margin-left: 1.5em;
    list-style-type: square;
    list-style-image: url(images/bullet.gif);
}




/* Indicador da última actualização de um conteúdo */
.last-updated {
    margin-top: 1em;
    font-size: 0.9em;
    font-style: italic;
}

/* Nota de rodapé */
.last-note {
    margin-top: 1em;
    font-size: 0.9em;
    font-style: bold;
}
