﻿body {
	margin: 0px;
	background-color: #EEEFFD;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 14px;
	color: #333;
}
.data {
	font-size: 9px;
	color: #666;
}
.mapa {
	line-height: 16px;
}
.copyright {
	font-size: 9px;
	background-color: #FFF;
	text-align: center;
	line-height: 12px;
	color: #666;
	padding-top: 12px;
}
.perfisa {
	color: #002595;
	font-weight: bold;
	background-color: #FF0;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.campo_ob {
	color: #F00;
}
/* Boas-vindas/Mensagem da administração*/
.titulo {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
	color: #0C1E65;
	text-align: left;
}
/* Título das secções*/
.titulo2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #0A3474;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #0A3474;
	border-bottom-width: 1px;
	margin-bottom: 12px;
}
/* Título e sub-título das fichas técnicas*/
.titulo3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #0A3474;
	font-weight: bold;
	background-color: #E1E3F2;
}
.titulo4 {
	font-weight: bold;
}
/* Formulário da Newsletter*/
.campo {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.botao {
	background-color: #005284;
	border: 1px solid #CCCCCC;
	padding: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Alinhamento*/
.centrado {
	text-align: center;
}
/* Espaços laterias para imagens*/
.img_right {
	padding-left: 12px;
	padding-top: 1px;
}
.img_left {
	padding-right: 12px;
	padding-top: 1px;
}
/* Hiperligações gerais*/
a.linksnormais:link {
	color: #03F;
	text-decoration: none;
}
a.linksnormais:visited {
	color: #03F;
	text-decoration: none;
}
a.linksnormais:hover {
	color: #F00;
	text-decoration: none;
}
a.linksnormais:active {
	color: #03F;
	text-decoration: none;
	text-decoration: underline;
}
/* Hiperligações imagens*/
a.linksimagens:link {
	color: #FFF;
	text-decoration: none;
}
a.linksimagens:visited {
	color: #FFF;
	text-decoration: none;
}
a.linksimagens:hover {
	color: #03F;
	text-decoration: none;
}
a.linksimagens:active {
	color: #FFF;
	text-decoration: none;
	text-decoration: underline;
}
/* Hiperligações do rodapé*/
a.linkscinza:link {
	color: #666;
	text-decoration: none;
}
a.linkscinza:visited {
	color: #666;
	text-decoration: none;
}
a.linkscinza:hover {
	color: #F00;
	text-decoration: none;
}
a.linkscinza:active {
	color: #666;
	text-decoration: none;
}

/* Fundos */
.fundotabela {
	background-color: #FFF;
}
.fundobanner {
	background-image: url(imagens/fundobanner.jpg);
}
.fundolateral {
	background-image: url(imagens/fundolateral.jpg);
	background-repeat: no-repeat;
}
.cantoesquerdo {
	background-image: url(imagens/cantoesquerdo.png);
	background-repeat: no-repeat;
}
.cantodireito {
	background-image: url(imagens/cantodireito.png);
	background-repeat: no-repeat;
}
.suporte_revistas {
	background-image: url(imagens/suporte_revistas.jpg);
}
/* Barra de menu horizontal*/
.toolbar {
    background-color: #00006a;
    padding: 5px 0px 5px 0px;
}
.menuhorizontal {
    color: white;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    border-left: 1px solid white;
    text-decoration: none;
    background-color: #00006a;
    padding: 5px;
}
.menuhorizontal:hover {
    color: black;
	background-color: #fdf21c;
}
/* Ajuda popup da animação flash*/
a.popup {
    position:relative;
    z-index:24;
    color:#000000;
    text-decoration:none;
}
a.popup:hover {
	z-index:20;
}
a.popup span {
	display:none;
}
a.popup:hover span {
	display:block;
	position:absolute;
	top:15px;
	left:-24px;
	width:149px;
	padding:3px;
	border:1px solid #000000;
	background-color:#FFB;
	color:#000;
}
