body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #F8F5ED;
	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: #6B6B6B;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
}
a {
	text-decoration:none;
}
a:hover {
	color: #7FCB20;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0 none;
}
h3 {
	margin-top: 8px;
	margin-bottom: 0;
}
.contentpaneopen_frontpage a {
	color: #0076A3;
}
.contentpaneopen_frontpage a:hover {
	color: #9E7E3C;
}
.lerMais {}
.lerMais a{
	color:#0076A3;
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size:10px;
}
.lerMais a:hover {
	color: #9E7E3C;
}
.container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	width:100%;
	z-index:0;
}
/* ======================================================================================= Header start here */
.header_full{
	/* background-color:#AF1C22; */
}
.header_container {
	/* background-image: url('../images/header.jpg'); */
	background-color: #000000;
	width:986px;
	margin:auto;
	height:130px;
	z-index:0;
}
.header_left {
	/* background-color:#D2691E; */
	position:relative;
	width:141px;
	/* height:50px; */
	vertical-align:middle;
	left:0px;
	float:left;
	z-index:1;
}
.header_right {
	position:relative;
	width:844px;
	/* height:50px; */
	vertical-align:middle;
	float:right;
	right:0px;
	z-index:1;
}
/* ======================================================================================= Menu start here */
.menu_container {
	background: url('../images/customShadow.jpg') left top repeat-x;
	text-align:right;
	/* background-color:red; */
	height:50px;
	width:986px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	overflow:hidden;
}
.menu {
	position:relative;
	/* background-color:#B1B1B1; */
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	color: #000000;
	width:942px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 7px;
}
.menu a {
	text-decoration:none;
	color:#000000;
}
.menu a:hover {
	color: #9E7E3C;
}
.menu #active_menu {
	color:#9E7E3C;
}
/* ======================================================================================= Container que engloba o painel Destaques E Container dos Banners */
#mainContainer {
	width:942px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 22px;
	top:150px;
	padding-bottom:0px;
	z-index:0;
	overflow: hidden;
}
#container {
	position: relative;
	width: 523px;
	margin-left: 119px;
	float: left;
	overflow: hidden;
}
#destaques {
	position: relative;
	width: 100%;
	min-height: 300px;
}
/* ======================================================================================= Container que engloa os Banners Esquerdo e Direito */
#containerBanners {
	position: relative;
	width: 100%;
	/* margin-top: 36px; */
	overflow: hidden;
}
#bottomLeft {
	background: url('../images/bannerBorderTop.png') left top repeat-x;
	position: relative;
	float: left;
	width: 243px;
	text-align: center;
	min-height: 136px;
	overflow: hidden;
}
#bottomLeftInner {
	background: url('../images/bannerLeftImage.jpg') left bottom no-repeat;
	border-bottom: 1px solid #D7D7D7;
	position: relative;
	width: 243px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 143px;
}
#bottomRight {
	background: url('../images/bannerBorderTop.png') left top repeat-x;
	position: relative;
	float: right;
	width: 243px;
	text-align:center;
	min-height: 136px;
	overflow: hidden;
}
#bottomRightInner{
	/* background: url('../images/bannerCenterImage.jpg') left bottom no-repeat; */
	border-bottom: 1px solid #D7D7D7;
	position: relative;
	width: 243px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 143px;
}
#right {
	width:264px;
	position:relative;
	float:right;
	text-align:left;
	color: #464749;
	z-index:1;
}
/* =================================================================================== Footer */
.footer {
	position:relative;
	width: 942px;
	margin-left: auto;
	margin-right: auto;
	/* background-color:yellow; */
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size:11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	bottom:0px;
	color: #000000;
}
.footer #active_menu_rodape {
	color: #9E7E3C;
}
.footer a {
	color: #000000;
}
.footer a:hover {
	color: #9E7E3C;
}
.footer_container {
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
 	text-align: center;
}
/* Estilos do container destaques começa aqui ===================================================================== */
.contentheading_frontpage {
	font-size: 24px;
	font-style: italic;
	color: #9E7E3C;
	line-height: 1;
}
table .contentpaneopen_frontpage {
	border-collapse: separate;
}
/* Estilos da barra lateral direita começam aqui ===================================================================== */
.contentpaneopen_resumos_right {
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
}
.contentpaneopen_resumos_right #link {
	color: #0076A3;
}
.contentpaneopen_resumos_right #link:hover {
	color: #9E7E3C;
}
.moduletable_resumos_right h3 {
	margin-top: 0;
	margin-bottom: 28px;
	color: #9E7E3C;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
}
.contentheading_resumos_right {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
}
/* Resumos_02 */
.moduletable_resumos_right_02 {
	padding-top: 22px;
}
.contentpaneopen_resumos_right_02 {
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
}
.contentpaneopen_resumos_right_02 #link {
	color: #0076A3;
}
.contentpaneopen_resumos_right_02 #link:hover {
	color: #9E7E3C;
}
.moduletable_resumos_right_02 h3 {
	margin-top: 0;
	margin-bottom: 28px;
	color: #9E7E3C;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
}
.contentheading_resumos_right_02 {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
}
/* Resumos_03 */
.moduletable_resumos_right_03 {
	padding-top: 22px;
}
.contentpaneopen_resumos_right_03 {
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
}
.contentpaneopen_resumos_right_03 #link {
	color: #0076A3;
}
.contentpaneopen_resumos_right_03 #link:hover {
	color: #9E7E3C;
}
.moduletable_resumos_right_03 h3 {
	margin-top: 0;
	margin-bottom: 28px;
	color: #9E7E3C;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
}
.contentheading_resumos_right_03 {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
}
/* Resumos_04 */
.moduletable_resumos_right_04 {
	padding-top: 22px;
}
.contentpaneopen_resumos_right_04 {
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
}
.contentpaneopen_resumos_right_04 #link {
	color: #0076A3;
}
.contentpaneopen_resumos_right_04 #link:hover {
	color: #9E7E3C;
}
.moduletable_resumos_right_04 h3 {
	margin-top: 0;
	margin-bottom: 28px;
	color: #9E7E3C;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
}
.contentheading_resumos_right_04 {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
}
/* Estilos dos Banners começam aqui.... ===================================================================== */
/* Banner Esquerdo ===================================================================== */
.moduletable_banner_left {
	margin-left: 100px;
	text-align: right;
}
.moduletable_banner_left h3 {
	color: #9E7E3C;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
}
.contentpaneopen_banner_left {
	width: 141px;
}
.banner_left #data {
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 14px;
}
.banner_left #texto {
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
}
.banner_left a{
	color: #0076A3;
}
.banner_left a:hover {
	color: #9E7E3C;
}
/* banner do centro ===================================================================== */
.moduletable_banner_center {
	margin-left: 60px;
	text-align: right;
}
.moduletable_banner_center h3 {
	color: #9E7E3C;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
}
.banner_center #data {
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 14px;
}
.banner_center #texto {
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
}
.banner_center a{
	color: #0076A3;
}
.banner_center a:hover {
	color: #9E7E3C;
}
/* banner right ===================================================================== */
.moduletable_banner_right {
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-style: italic;
	font-size: 10px;
}
.moduletable_banner_right h3 {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	color: #9E7E3C;
	margin-right: 5px;
	font-weight: normal;
	font-size: 18px;
}
.banner_right {
	font-style: normal;
}
.morada {
	overflow: hidden;
}
.telefone {
	overflow: hidden;
}
.fax {
	overflow: hidden;
}
.email {
	overflow: hidden;
}
.morada #morada_header {
	float:left;
	font-weight: bold;
}
.morada #morada_descricao {
}
.telefone #telefone_header {
	float: left;
	font-weight: bold;
}
.telefone #telefone_descricao {
}
.fax #fax_header {
	float: left;
	font-weight: bold;
}
.fax #fax_descricao {
	margin-left: 2px;
}
.email #email_header {
	float:left;
	font-weight: bold;
}
.email #email_descricao {
	margin-left: 2px;
}
.email #email_descricao a{
	color: #0076A3;
}
.email #email_descricao a:hover {
	color: #9E7E3C;
}