html, body {
  background-color: #ffffff;
  background-image: url('../images/bg.jpg');
  background-position: top left;
  background-repeat: repeat;
  color: #727272;
  font-family: Tahoma, Verdana, arial, sans-serif;
  font-size: 12px;
  text-align: center;
}
#pagina {
  width: 974px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#pesquisa {
	position: absolute;
	top: 0;
	right: 37px;
	margin: 0 auto;
  width: 414px;
  height:	58px;
  background: transparent url('../images/caixa_pesquisa.png') no-repeat top left;
  z-index: 1000000;
}
#pesquisa table {
  position: absolute;
  top: 15px;
  left: 90px;
}
#pesquisa .widget input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 255px;
  height: 17px;
}
#pagina .corpo {
  position: relative;
  top: 20px;
}
#cabecalho {
  width: 974px;
  height: 135px;
  background: transparent url('../images/main_top.png') no-repeat top left;
}
#cabecalho .logo {
  position: absolute;
  top: 35px;
  left: 58px;
}
#cabecalho .rss {
  position: absolute;
  top: 73px;
  right: 52px;
}
#cabecalho ul {
	position: absolute;
  top: 58px;
  left: 351px;
}
#cabecalho li {
  float: left;
  height: 50px;
  line-height: 50px;  
  margin: 0 5px;
  padding: 0; 
}
#cabecalho li a:link, #cabecalho li a:visited {
  display: block;
  background: none;
  padding: 0 10px 0 10px;
  color: #ffffff;
  text-decoration: none;
}
#cabecalho li.activo a {
  background: transparent url('../images/menu_bg_selected.jpg') repeat-x top left;
}
#cabecalho li a:hover, #cabecalho li a:active {
  text-decoration: underline;
}
#conteudo {
  width: 914px;
  background: transparent url('../images/main_bg.png') repeat-y top left;
  margin: 0;
  padding: 0 30px;
}
#conteudo #submenu {
  width: 275px;
  float: left;
  padding: 5px;
  margin: 0 0 0 25px;
}
#conteudo #submenu .titulo {
  color: #104a62;
  color: #7397a6;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  text-indent: 10px;
}
#conteudo #corpo {
  width: 535px;
  float: right;
  padding-bottom: 10px;
  margin: 0 30px 0 0;
}
#conteudo #submenu li {
  padding: 3px 0 3px 18px;
  background: transparent url('../images/arrow_icon.png') no-repeat left 50%;
}
#conteudo #submenu a:link, #conteudo #submenu a:visited {
  color: #104a62;
  text-decoration: none;
}
#conteudo #submenu a:hover, #conteudo #submenu a:active {
	text-decoration: underline;
}
.ficheiros h3, h3.titulo {
  margin: 2px 0 10px;
  padding: 3px 5px 0;
  background: transparent url('../images/riscas.jpg') repeat-x top left;
}
.ficheiros li {
  margin: 5px;
  padding: 0 0 0 16px;
  background: transparent url('../images/arrow_icon.png') no-repeat left 50%;
}
h3.titulo {
  margin: 12px 0 2px;
  padding: 3px 5px 0 0;
}
#rodape {
	width: 945px;
	padding: 0 15px;
  background: transparent url('../images/footer_bg.png') repeat-y top left;
  height: 60px;
  /*line-height: 50px;*/
  margin: 0;
  color: #ffffff;
}
#rodape .logo {
  float: left;
  line-height: 30px;
}
#rodape .camara {
  float: left;
  clear: left;
  margin: 0 0 0 15px;
  padding: 0;
  height: auto;
}
#rodape .logo img {
  margin: 4px 9px 4px 15px;
}
#rodape .morfose {
  float: right;
  margin: 0 20px 0 0;
  line-height: 60px;
}
#rodape a:link, #rodape a:visited {
  color: #7da3b2;
  text-decoration: none;
}
#rodape a:hover, #rodape a:active {
  text-decoration: underline;
}
a:link, a:visited {
  color: #104a62;
  text-decoration: none;
  outline: none !important;
}
a:hover, a:active {
  text-decoration: underline;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}