/* =NOTA: tive de meter a tabela dentro de um div, se usa-se o codigo do wrapper
na tabela o IE punha a 2a linha a aumentar com o browser! e nao a ultima. 
Maneira de corrigir era trab em quirk mode! O que não quero. Tenho de colocar
o fundo tb na tabela pois no FF para tamanha menos dq a altura da tabela com scroll
o fundo do "wrapper nao aparece!!
----------------------------------------------------------*/
html, body {
	height: 100%;
	margin : 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: #FFFFFF;
	font-size : 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #808080;
}
/* =Estrutura
----------------------------------------------------------*/
#wrapper{   
	height: 100%;
  	width: 955px;
	margin: 0 auto; /*sem isto nao centra*/
	text-align: left;
	font-size: 10px;
	background-color: #143868;
	background-image: url(../imgs/layout_fundo.gif);
	background-repeat: repeat-y;
}

table.Central{
  	width: 955px;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
	background-image: url(../imgs/layout_fundo.gif);
	background-repeat: repeat-y;
}

td.Flash{
   height: 303px;
	padding-left: 4px;
	vertical-align: top;
}

td.Content1{
   width: 223px;
	padding-left: 4px;
	height: 249px;
	vertical-align: top;
}

td.Content2{
   width: 496px;
	height: 249px;
	vertical-align: top;
	background-color: #FFF;
	/*background-image: url(../imgs/index_fundo_content2.gif);	
	background-repeat: no-repeat;*/
}

td.Content3{
   width: 224px;
	height: 249px;
	padding-right: 4px;
	vertical-align: top;
	background-image: url(../imgs/index_fundo_content3.gif);	
	background-repeat: no-repeat;
}

td.Fundo1{
   height: 22px;
	vertical-align: top;
	background-image: url(../imgs/index_fundo_rodape1.gif);	
	background-repeat: no-repeat;
}

td.Fundo2{
   height:27px;
	padding-top: 8px;
	padding-right: 15px;
	vertical-align: top;
	text-align: right;
	background-image: url(../imgs/layout_fundo_rodape.gif);	
	background-repeat: no-repeat;
}
/* =Conteudos
----------------------------------------------------------*/
#destaqueTxt{
	position: relative;
	left: 48px;
	top: 51px;
	width:358px;
}
#destaqueTxt p{
	margin-top:0px;
	margin-bottom: 22px;
	vertical-align: top;
}
#destaqueLer{
	position: relative;
	left: 420px;
	top: 6px;
	width:40px;
}
#destaqueLer p{
	margin-top:0px;
	margin-bottom: 21px;
   vertical-align: top;
}
#noticiasTxt{
	position: relative;
	left: 29px;
	top: 68px;
	width:380px;
}
#noticiasTxt p{
	margin-top:0px;
	margin-bottom: 17px;
	vertical-align: top;
}
#noticiasLer{
	position: relative;
	left: 420px;
	top: 0px;
	width:40px;
}
#noticiasLer p{
	margin-top:0px;
	margin-bottom: 16px;
   vertical-align: top;
}

#formulario{
	position: relative;
   top : 100px;
	left : 27px;
	width: 200px;
}
#formularioTxt{
	position: relative;
   top : 92px;
	left : 27px;
	width: 200px;
}
.Boxformulario{
	background:#F3F3F3;
	border: 1px solid #aeaeae;
	width: 140px;
	height: 15px;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #808080;
	text-align : left;
	vertical-align: middle;
}

#Mapa{
	position: relative;
	left: 14px;
	top: 6px;
	width: 195px;
}















/* ACTUALIZADO 26/04/2010 */
.editable{
	margin: 10px 21px 15px 21px;
}
.editable h3{
	display: block; width: 453px; height: 28px; padding: 0; text-indent: -5555px; margin-bottom: 10px;
}
.editable h3.actividades{background: #ededed url(../imgs/title-actividades.gif) no-repeat left top;}
.editable h3.noticias{background: #ededed url(../imgs/title-noticias.gif) no-repeat left top;}
.editable p{
	padding-bottom: 10px; margin: 0;
}
.editable ul{
	padding: 0; margin: 0; list-style: none; width: 448px;
}

.editable ul li{
	display: block; position: relative; height: 20px; line-height: 20px;
	padding: 0 0px 8px 25px; margin-bottom: 6px;
	background: #ededed url(../imgs/link-bg.gif) no-repeat left top;
}
.editable ul li.last{padding-bottom: 7px;}
.editable ul li a{
	display: block; float: left; position: relative; width: 413px; height: 20px;
	background: transparent url(../imgs/bt_ler_off.gif) no-repeat right 5px;
}
.editable ul li a:hover{background: transparent url(../imgs/bt_ler_over.gif) no-repeat right 5px;}

/* SERVIÇOS */
.editable ul.servicos li{padding: 0 0px 0 8px; background: transparent url(../imgs/link-bg.gif) no-repeat 87px 0px;}
.editable ul.servicos li span {display: block; position: relative; float: left; width: 105px;}
.editable ul.servicos li a{width: 325px;}