@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7f5dc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #dfe3cc;
} 
.thrColFixHdr #header {
	height: 85px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #f7f5dc;
	width: 982px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: left;
}
#barra_horizontal_superior {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7f5dc;
	float: left;
	height: 15px;
	width: 980px;
}
#botoes_lado_direito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	background-color: #DFE3CC;
	float: right;
	width: 190px;
	z-index: -1;
}

.thrColFixHdr #sidebar1 {
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	height: 450px;
	padding: 0px;
}

.thrColFixHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #f7f5dc;
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 590px;
	z-index: 1;
	text-align: left;
} 
#imagens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	float: right;
	width: 190px;
	padding: 0px;
	margin-top: -15px;
}

#coluna_esquerda {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 190px;
}

#coluna_direita {
	background-color: #f7f5dc;
	float: right;
	width: 190px;
	text-align: right;
	z-index: 1;
}
#texto_artigo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	width: 385px;
	text-align: left;
	margin-left: 0px;
	padding-left: 6px;
	color: #000;
	line-height: 18pt;
	z-index: 1;
}
#coluna_fotos_citacoes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	background-color: #f7f5dc;
	width: 190px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: absolute;
	top: 95px;
	left: 700px;
}

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.Título {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bolder;
	padding-bottom: 10px;
	line-height: 30px;
}
.Legenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	margin-top: 20px;
}
.Autor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
}
.Sub-titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18pt;
	letter-spacing: 0pt;
	text-align: left;
	color: #000;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.italico {
	font-style: italic;
}
.thrColFixHdr #container #header h1 a #botao_topo_3 {
	background-image: url(fotografias/S%C3%ADmbolo_SNPC_site_imprimir.jpg);
}
#ligacoes_contactos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	width: 383px;
	background-color: #E3DAB3;
	color: #70492B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 7px;
	padding-left: 0px;
}
#artigos_relacionados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	background-color: #E3DAB3;
	width: 383px;
	margin-left: 7px;
	color: #70492B;
	line-height: 25px;
}
#partilhar_e_guardar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #70492B;
	background-color: #E3DAB3;
	width: 383px;
	margin-left: 7px;
}
#destaque_apos_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	width: 587px;
	margin-left: 7px;
}
#Títulos_artigos_seccoes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	background-color: #E3DAB3;
	width: 587px;
	margin-left: 7px;
}
#seccoes_do_site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5pt;
	background-color: #E3DAB3;
	width: 587px;
	margin-left: 7px;
	line-height: 0px;
}
#pesquisa_google {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5pt;
	font-weight: normal;
	background-color: #E3DAB3;
	width: 587px;
	margin-left: 7px;
	padding-left: 0px;
	line-height: 0px;
}
#simbolo_snpc_para_impressao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	width: 587px;
	margin-left: 7px;
	text-align: center;
}
#rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	width: 980px;
	margin-left: -190px;
}
#linha_horizontal_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 597px;
}
#linha_horizontal_2 {
	font-size: 11px;
	width: 597px;
}
.letra_10 {
	font-size: 10pt;
	margin-top: -15px;
	line-height: 18px;
	margin-bottom: 0px;
}
.Título_sem_subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0px;
}
.letra_13_bold {
	font-size: 13pt;
	margin-bottom: 15px;
	font-weight: bold;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.letra_10_indicacoes_sob_textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: -15px;
}
.letra_12 {
	font-size: 12pt;
	font-weight: bold;
}
.letra_11_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 18pt;
}
.letra_11_italico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
}
#titulos_seccoes {
	width: 587px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 7px;
	height: 350px;
}
.texto_sem_entrelinha_superior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: -10px;
}
.multimedia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #C00;
}
.título_sem_subtitulo_letra_13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}
.links_em_caixas_finais {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #70492B;
}
.Titulo_cabecalho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-top: -13px;
	text-align: left;
}
.texto_centrado {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18pt;
}
.titulo_centrado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
.texto_centrado_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	line-height: 18pt;
}
.texto_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 18pt;
}
.texto_italico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	line-height: 18pt;
}
.notas_rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 16pt;
}
.texto_letra_8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.o_evangelho_das_imagens_citacao_biblica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	margin-top: -15px;
}
.texto_580px {
	font-family: Arial, Helvetica, sans-serif;
	width: 580px;
}
