body, html  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height:100%;
    background-color: #FFFBEC;
	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-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 1.5;
}
table, tbody, tr, td {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
a {
	text-decoration:none;
}
a:hover {
	color: #7FCB20;
}
.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%;
	min-height: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: #0C4DA2;
}
.menu #active_menu {
	color:#0C4DA2;
}
/* container depois do menu que engloba o painel destaques e direito */
.inner_container_top {
	/* background-color:#9ACD32; */
	width:942px;
	margin-left:auto;
	margin-right:auto;
	top:150px;
	padding-bottom:0px;
	z-index:0;
	overflow: hidden;
}
.destaques {
	/* background-color:yellow; */
	position:relative;
	float:left;
	width:524px;
	min-height:184px;
	margin-left:118px;
	z-index:1;
}
.right {
	/* background-color:grey; */
	width:264px;
	min-height:184px;
	position:relative;
	float:right;
	text-align:left;
	color: #464749;
	z-index:1;
	padding-top: 5px;
}
/* container que engloa os banners esquerdo, centro e direito */
.inner_container_bottom {
	/* background-color:#FF8C00; */
	width:942px;
	margin-left:auto;
	margin-right:auto;
	top:150px;
	padding:22px;
	padding-bottom: 102px;
	z-index:0;
	overflow: hidden;
}
.bottom_left {
	/* background-color:cyan; */
	background: url('../images/bannerBorderTop.png') left top repeat-x;
	width:244px;
	margin-left:118px;
	max-height:133px;
	position:relative;
	float:left;
	z-index:1;
}
.bottom_left_inner {
	position:relative;
	width:244px;
	min-height:133px;
	float:left;
	background: url('../images/bannerLeftImage.png') left bottom no-repeat;
	border-bottom: 1px solid #D7D7D7;
	z-index:0;
}

.bottom_center {
	/* background-color:#9932CC; */
	background: url('../images/bannerBorderTop.png') left top repeat-x;
	width:244px;
	max-height:133px;
	margin-left:36px;
	margin-right:36px;
	position:relative;
	float:left;
	z-index:1;
}
.bottom_center_inner {
	position:relative;
	background: url('../images/bannerCenterImage.png') left bottom no-repeat;
	width:244px;
	min-height: 133px;
	max-height:133px;
	float:left;
	border-bottom: 1px solid #D7D7D7;
	vertical-align:bottom;
	z-index:0;
}


.bottom_right {
	background: #EDECE6 url('../images/bannerBorderTop.png') left top repeat-x;
	width:264px;
	min-height:133px;
	position:relative;
	float:right;
	z-index:1;
}
.bottom_right_inner {
	background-color: ;
	position:relative;
	width:264px;
	min-height:133px;
	float:right;
	border-bottom: 1px solid #D7D7D7;
	z-index:2;
}
/* footer start here */
.footer_container {
	/* background-color:#D1D1D1; */
	padding: 22px 0px 22px 0px;
	position:absolute;
	bottom:0;
	height:60px;   /* Height of the footer */
	text-align:center;
	width: 100%;
}
.footer {
	width:986px;
	position:relative;
	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: #0C4DA2;
}
.footer a {
	color: #000000;
}
.footer a:hover {
	color: #0C4DA2;
}
/* Estilos do container destaques começa aqui ===================================================================== */
.contentheading_frontpage {
	font-size: 24px;
	/* font-style: italic; */
	color: #0C4DA2;
	padding-bottom: 15px;
}
/* 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: #0C4DA2;
}
.moduletable_resumos_right h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0C4DA2;
	font-size: 16px;
	/* font-style: italic; */
	font-weight: normal;
}
.contentheading_resumos_right {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	font-size: 18px;
	/* font-style: italic; */
	color: #342929;
}
/* Estilos dos Banners começam aqui.... ===================================================================== */
/* Banner Esquerdo ===================================================================== */
.moduletable_banner_left {
	/* margin-left: 100px; */
	text-align: right;
}
.moduletable_banner_left h3 {
	color: #0C4DA2;
	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: #0C4DA2;
}
/* banner do centro ===================================================================== */
.moduletable_banner_center {
	margin-left: 90px;
	text-align: right;
}
.moduletable_banner_center h3 {
	color: #0C4DA2;
	margin-top: 5px;
	/* margin-left: 30px; */
	margin-bottom: 5px;
	font-weight: normal;
	/* font-style: italic; */
	font-size: 24px;
}
.moduletable_banner_right {
	padding-top: 5px;
	padding-left: 15px;
}
.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: #0C4DA2;
}
/* 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: #0C4DA2;
	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: #0C4DA2;
}