@charset "UTF-8";
/* CSS Document */

body {
	background: #F7AD00 url('/imagens/sitebuild/fundo-global.png') left top repeat-x;
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	}

/* TEXTO */
h1 {
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-bottom: 35px;
	}
h1 a {
	color: #fff;
	text-decoration: none;
	}
h1 a:hover {
	color: #fff;
	text-decoration: underline;
	}
h2 {
	margin-top: 35px;
	margin-bottom: 0;
	font-size: 18px;
	color: #AF040D;
	}
h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff;
	}
h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-bottom: 35px;
	}

p {
	line-height: 1.4em;
	padding: 0;
	margin: 8px 0;
	}
p.linkarea {
	margin-top: 20px;
	padding: 0;
	}
p.linkarea a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}

/* CONTENT */
#header {
	width: 930px;
	height: 290px;
	background: #fff url('/imagens/sitebuild/header2007.jpg') center top no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	}

#content {
	width: 930px;
	margin: 6px auto;
	padding: 0;
	text-align: center;
	}

#language {
	width: 55px;
	margin: 0 5px;
	background-color: #F7AD00;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	float: left;
	}
#language a {
	color: #fff;
	text-decoration: none;
	}
#language a:hover {
	text-decoration: underline;
	}
#language a.hi {
	font-weight: bold;
	}
#language a.hi:hover {
	font-weight: bold;
	text-decoration: none;
	}

#leftcontent {
	width: 370px;
	padding: 45px 80px 0 25px;
	background: transparent url('/imagens/sitebuild/chave-left.png') left top no-repeat;
	text-align: left;
	float: left;
	}
#leftcontentxl {
	width: 765px;
	padding: 45px 60px 0 25px;
	background: transparent url('/imagens/sitebuild/chave-left.png') left top no-repeat;
	text-align: left;
	float: left;
	}
#rightcontent {
	width: 300px;
	padding: 45px 60px 0 15px;
	background: transparent url('/imagens/sitebuild/chave-right.png') left top no-repeat;
	text-align: left;
	float: left;
	}

/* LISTAS */
ul.contactos {
	list-style-type: none;
	margin-left: 25px;
	margin-top: 25px;
	padding: 0;
	}
ul.contactos li {
	width: 205px;
	height: 34px;
	line-height: 34px;
	padding: 2px 0 0 25px;
	margin: 0;
	color: #333;
	font-size: 13px;
	clear: left;
	}
ul.contactos li.linha1 {
	background: transparent url('/imagens/sitebuild/listacont1.png') left top no-repeat;
	}
ul.contactos li.linha2 {
	background: transparent url('/imagens/sitebuild/listacont2.png') left top no-repeat;
	}
ul.contactos li.linha3 {
	background: transparent url('/imagens/sitebuild/listacont3.png') left top no-repeat;
	}
ul.contactos li a {
	color: #AF040D;
	text-decoration: none;
	}
ul.contactos li a:hover {
	color: #AF040D;
	text-decoration: underline;
	}
ul.contactos li label {
	font-weight: bold;
	width: 45px;
	float: left;
	font-size: 11px;
	}
ul.contactos li span {
	font-size: 10px;
	letter-spacing: -1px;
	line-height: 34px;
	height: 34px;
	}
ul.contactos li.sombra {
	width: 230px;
	background: transparent url('/imagens/sitebuild/listacontact-sombra.png') left top no-repeat;
	padding: 0;
	margin: 0;
	}

ul.certidao {
	list-style-type: none;
	margin-left: 25px;
	margin-top: 0;
	padding: 0;
	}
ul.certidao li {
	width: 205px;
	height: 140px;
	line-height: 1.5em;
	padding: 15px 10px 0 15px;
	margin: 0;
	background: transparent url('/imagens/sitebuild/fundo-certidao.png') left top no-repeat;
	color: #333;
	font-size: 11px;
	clear: left;
	}
ul.certidao li label {
	font-size: 13px;
	}
ul.certidao li a {
	color: #AF040D;
	text-decoration: none;
	}
ul.certidao li a:hover {
	color: #AF040D;
	text-decoration: underline;
	}

/* MAPA */
p.mapamini {
	padding-left: 25px;
	margin: 0;
	}
img.minimapa {
	border: 0;
	}
/* FORMS */
table#tableform {
	width: 340px;
	text-align: left;
	font-size: 12px;
/*	border-top: 2px solid #BA4500; */
/*	border: 1px solid #BA4500; */
	padding: 10px 15px;
	background: transparent url('/imagens/sitebuild/fundo-form.png') left top no-repeat;
	}
table#tableform td.titulo {
	font-size: 15px;
	font-weight: bold;
	}
table#tableform td {
	line-height: 1.8em;
	}
table#tableform .campoobrigatorio {color:#AF040D}

#formcontacto #Nome, #formcontacto #realname, #formcontacto #email, #formcontacto #Pergunta {
	width: 340px;
	}

/* FOOTER */
#copyright {
	width: 850px;
	margin: 0 auto;
	padding-top: 50px;
	padding-left: 80px;
	font-size: 11px;
	color: #fff;
	text-align: left;
	clear: left;
	}
#copyright img {
	border: 0;
	vertical-align: middle;
	margin-right: 80px;
	}