*{
	margin:0;
}
html, body {
	height:100%;
}

body{
	background-color:#efefe7;
	background-repeat: repeat-x;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size:14px;
	margin:0px;
	padding:0px;
}


h1{
	padding:0px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

a {
	text-decoration:none;
}

p{
	margin:0px;
	padding:0px;
	/*font-size:14px;*/
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.bold, b{
	font-weight:500;
}

.hidden{
	display:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

/************ layout ****************/

.main-wrapper{
	margin:0px;
	padding:0px;
	width:100%;
	min-height:100%;
	margin-bottom:-60px;
}
.top-wrapper{
	height:314px;
	background-image: url(../images/site/bk.png);
	background-repeat:repeat;
	border-bottom:solid 1px #b6aea1;
}

.top-container{
	height:260px;
	width:925px;
	margin-left:auto;
	margin-right:auto;
}

.logotipo{
	width:339px;
	height:257px;
}

.logotipo img{
	margin-top: 57px;
}

.banner{
	width:586px;
	height:257px;
}

.banner img{
	margin-top:1px;
}

.bx-wrapper{
	position: relative;
}

.bx-controls.bx-has-pager{
	position: absolute;
	top: 210px;
	z-index: 99;
	width: 100%;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #2e65ad;
}



.menu{
	text-align:center;
	height:55px;
	background-image: url(../images/site/menu_bk.png);
	background-repeat:repeat-x;
	border-bottom: solid 1px #b6aea1;
}


.menu ul li{
	display:inline-block;
	padding: 19px 12px 18px 15px;
}

.menu ul li:hover{
	background-image: url(../images/site/menu_button.png);
}

.menu ul li.active{
	background-image: url(../images/site/menu_button.png);
}

.menu li a{
	color:white;
}

.content-wrapper{
	width:925px;
	/*height:540px;*/
	margin-left:auto;
	margin-right:auto;
}

.pesquisa{
	width:214px;
	height:197px;
	background-color:#ffffff;
	margin-top:15px;
	margin-bottom:13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pesquisa #divConteudoPesquisa{
	text-align:center;
	margin-top:10px;
}

.pesquisa #divConteudoPesquisa select{
	width:190px;
	height:26px;
	margin-top:5px;
	border: solid 1px #eeeeee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#656565;
}

.pesquisa #submit{
	width:190px;
	height:24px;
	margin-left: 11px;
	margin-top:10px;
	color:#ffffff;
	background-color:#2f65ad;
	border: solid 1px #2f65ad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}

.pesquisa #submit:hover{
	background-color:#01608e;
}

.pesquisa span{
	display:block;
	padding-top:5px;
	padding-left:5px;
}

.header-pesquisa{
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	padding-top: 5px;
}

.noticias{
	width:214px;
	height:217px;
	background-color:#ffffff;
	text-align:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.noticia{
	border-bottom:solid 1px #2f65ad;
	width:197px;
	height:170px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
}

.noticia span{
	display:block;
	padding-top:5px;
}

.header-noticia{
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:5px;
	padding-left:9px;
}

.titulo-noticia{
	color:#2f65ad;
	font-weight:bold;
}

.data-noticia{
	color:#2f65ad;
	font-style:italic;
	font-size:11px;
}

.corpo-noticia{
}

.ver-noticia a{
	color:#828d20;
	
}

.destaques{
	width:696px;
	height:427px;
	background-color:#ffffff;
	margin-top:15px;
	margin-left:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.header-destaque{
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
}

.header-destaque label{
	font-weight:normal;
	font-style:italic;
	font-size:12px;
}

.destaques-container{
	margin-top:18px;
}

.destaque{
	width:218px;
	height:175px;
	margin-left: 11px;
	margin-top:10px;
}

.destaque span{
	display:block;
}

.destaque span a{
	text-decoration:none;
	color:#3f3f3f;
	text-transform:uppercase;
}

.galeria {
	margin-left:20px;
}

.conteudo {
	width:353px;
	height:427px;
	margin-right:10px;
}

.form-contacto{
	width: 214px;
	height: 372px;
	text-align:center;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form-contacto input, textarea{
	width:190px;
	margin-top:10px;
	border:solid 2px #eeeeee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form-contacto button{
	width:190px;
	height:24px;
	margin-top:10px;
	background-color:#2f65ad;
	border:solid 1px #2f65ad;
	cursor:pointer;
	color:#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-contacto button:hover{
	background-color:#01608e;
}

.form-contacto span.erro{
	font-size:10px;
	color:#f40000;
}

.form-contacto span.sucesso{
	font-size:10px;
	color:#00f800;
}

.blockRight input, textarea{
	border:solid 2px #eeeeee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.blockRight #submit{
	width: 190px;
	height: 24px;
	margin-left: 11px;
	color: #ffffff;
	background-color: #2f65ad;
	border: solid 1px #2f65ad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.blockRight #submit:houver{
	background-color:#01608e;
}

.contactos {
	width:205px;
	margin-left:15px;
}

.contactos span{
	display:block;
}

.contactos .header-sede{
	font-weight:600;
}

.contactos .telefone{
	font-weight:600;
}

.contactos .fax{
	font-weight:600;
}

.contactos .telemovel{
	font-weight:600;
}

.contactos .email{
	font-weight:600;
}

.contactos .normal{
	font-weight:normal;
}

.linktop button{
	width:190px;
	height:24px;
	margin-left: 11px;
	margin-top:10px;
	color:#ffffff;
	background-color:#2f65ad;
	border: solid 1px #2f65ad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}

.linktop button:houver{
	background-color:#01608e;
}

.blockLeft{
	width:300px;
	margin-top:10px;
	margin-left:10px;
	height:426px;
}

.blockLeft p{
	padding-top:5px;
}

.blockRightImg{
	width:375px;
	margin-top: 10px;
	margin-right:10px;
}

.article3{
	width:120px;
	height:90px;
	float:left;
	margin-right:5px;
}

.label-img{
	font-size:11px;
}

.blockRight{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
	width: 100%;
	/*margin-bottom: 18px;*/
	border: 1px solid white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  font-size:10px;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
  text-transform:uppercase;
  background-color:#EBEBEB;
  font-size:12px;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

.bottom-wrapper{
	width:100%;
	height:59px;
	background-image: url(../images/site/footer_bk.png);
	background-repeat:repeat-x;
	border-top: solid 1px #b6aea1;
}

.footer-container{
	width:925px;
	margin-left:auto;
	margin-right:auto;
}

.menu-footer ul li{
	display:inline-block;
	padding: 20px 12px 16px 15px;
}

.menu-footer li a{
	color:white;
}

.footer{
	color:#ffffff;
	font-size:11px;
}

.footer span{
	display:block;
	margin-top: 23px;
	font-weight:400;
}

.footer a{
	color:#ffffff;
}