a {
    color: #406060;
    cursor: pointer;
    text-decoration: underline;
}
a:hover {
    color: #608080;
    text-decoration: underline;
}
p {
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    font-family: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: 1.4em;
    margin: 1em 0;
    text-align: justify;
    text-indent: 0;
}
ol {
    font: inherit;
    list-style-position: outside;
    margin: 1em 1em 1em 3em;
    padding: 0;
}
ul {
    font: inherit;
    list-style: square outside none;
    margin: 1em 1em 1em 3em;
    padding: 0;
}
ul li {
    margin-bottom: 0.5em;
}
ol li {
    margin-bottom: 0.7em;
}
li {
}
blockquote {
    background-color: #F0FAFA;
    border: 1px solid lightgrey;
    margin: 0;
    padding: 0 1em 0 1.5em;
}
blockquote:before, blockquote:after {
    color: #80a0ff;
    display: block;
    font-size: 150px;
    width: 50px;
}
blockquote:before {
    content: open-quote;
    height: 0.3em;
    margin: -0.3em 0 0 -0.28em;
}
blockquote:after {
    content: close-quote;
    height: 0.4em;
    margin: -0.4em 0 0;
    text-align: right;
    width: auto;
}
.titulo {
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 1em;
    padding: 0.4em 0 0.1em;
    width: auto;
}
.bloco {
    margin: 1em 0;
}
.bloco .titulo {
    font-size: 13px;
}
.caixa {
    background-color: #F0FAFA;
    border: 1px solid lightgrey;
    font-size: 13px;
    margin: 0.4em 0 1em;
    overflow: hidden;
    padding: 0 1em;
    text-align: left;
}
.caixa .titulo {
    border: medium none;
    font-size: 13px;
    margin: 0 0 0.5em;
}
.imagem {
    opacity: 1;
}
.navegacao {
    color: #505050;
    font-size: 12px;
    margin: 0.3em 0;
    padding: 0;
    width: auto;
}
.navegacao div {
    display: inline;
    margin: 0 0.5em;
    padding: 0;
}
.navegacao a {
    color: #505050;
    text-decoration: none;
}
.navegacao a:hover {
    color: black;
    text-decoration: underline;
}
.cabecalho {
    margin: 0 0 1em;
    padding: 1.8em 0 0;
    width: auto;
}
.cabecalho .navegacao a:last-child
{
	display: none;
}
.cabecalho .ligacoes {
    background-color: transparent;
    margin: 0;
    padding: 0.1em 0 0;
}
.cabecalho .ligacoes li {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 0.3em;
    padding: 0;
}
.rodape {
    clear: both;
    margin: 2em 0 0;
    padding: 0 0 0.8em;
    width: auto;
}
.rodape .navegacao {
    text-align: right;
}
.rodape .ligacoes {
    background-color: transparent;
    border: medium none;
    margin: 0;
    padding: 0.1em 0 0;
}
.rodape .ligacoes li {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 0.3em;
    padding: 0;
}
div.ficheiros {
    clear: both;
    font-size: 13px;
    margin: 0 0 1em;
    padding: 0.3em 0.2em 0.1em;
}
div.ficheiros ul, div.ficheiros ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0.5em 0;
}
div.ficheiros li:hover {
    background-color: #F0FAFA;
}
div.ficheiros img {
    float: left;
    margin-right: 3px;
}
div.ficheiros a {
    margin-left: 0.2em;
    text-decoration: none !important;
}
div.ficheiros span {
    color: #808080;
    font-size: 12px;
    margin-left: 1em;
}
