/*dominio 1*/

/*fo*/

body  {
  color : #000000;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;   /*For Opera*/
  padding-top: 0;   /*For Opera*/
  font-family: 'Trebuchet MS',verdana,arial,georgia,helvetica,"sans serif","times new roman";
  
  text-align: center;
}

body {background: #FFFFFF;height:100%;}
body, body * {
	margin: 0; padding: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

body.body {
  background-color: #FFFFFF;
}

body * {/*text-align: left;*/}

/*----------------  CLASSES DE FRONT-OFFICE --------------------*/
.descrSmall {font-size:9px;}
.descr {font-size:9px;}
.descrBig {font-size:12px; font-weight: bold}
.msg{font-size: 12px; text-align: left; line-height: 125%; color:#000000}


/*a {}
p {font-size: 13px; text-align: justify; color: #333;}
/*h1 {font-size: 17px;}
h2 {font-size: 15px;}
h3 {font-size: 13px;}*/

img {border: 0;}
form {margin:0;}

.img_left {
	display: block;
	float: left;
	
	margin: 0 10px 10px 0;
	
}

/*----------------  LAYOUT --------------------*/


#container {
	/*position:absolute;
	left:50%;*/
	width:980px;
	margin: 0 auto;
	
	text-align: left;
	/*margin-left:-375px;*/
}

/* --- CAIXA LOGIN --- */
#caixa_login {
	margin: 0px;
	//margin-right: 6px;
	
	background: #F4F4F4;
	border: 1px solid #CCC;
	
	color: #666666;
	font-size: 12px;
	
	width: 100px;
}

#caixa_login a {color: #666; font-weight: bold;}

#caixa_login input, #caixa_login .bt {
	padding-left: 3px;
	height: 18px;
	border: 1px solid #CCC;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
}

#caixa_login .bt {
	height: 20px;
	//height: 18px;
	color: white;
	font-weight: bold;
	background: #666;
	border: none;
}

#caixa_login2 {
	margin: 20px auto;
	padding: 10px;
	width: 220px;
//	width: 275px;
	
	background: #F4F4F4;
	border: 1px solid #CCC;

	color: #666666;
	font-size: 12px;
	
	text-align: left;
}

#caixa_login2 p {
	color: #333;
}

#caixa_login2 h2 {
	margin-bottom: 8px;
	padding: 6px;
	background: #666;
	color: white;
}

#header {
	position: absolute;
	left:50%;
	margin-top: - 135px;
	//margin: 0;
	padding: 0;
	margin-left:-490px;
	width: 980px;
	height: 135px;
	background: #FFFFFF;
	text-align: left;

}

#logo_img {
	margin-top: 30px;
	margin-left:10px;
}

#header_menu {
	position: absolute;
	left:50%;
	margin: 0; padding: 0;
	margin-left:-490px;
	margin-top: 135px;
	
	width: 980px;
	height: 26px;
	
	background: #666;
	border: 1px solid white;
	border-width: 1px 0 0;
}

#leftcolumn {
	float:left;
	margin: 0; padding: 0;
	margin-top:0px;
	width:225px;
	
	text-align: left;
}

#main {
	float: left;
	text-align: left;
	margin-top:140px;
	padding: 0px;
	width:480px;
	

}

#footer {
	width:980px;
	min-height:50px;/* for mozilla*/
	//height:80px;
	padding-top: 20px;
	margin: 0 auto;
	clear:both;
	text-align: center;
}


/* CAIXA MESES */
#caixa_meses {
	clear: both;
	margin: 5px 10px 0 0;
	padding: 10px 0;
	
	width: auto;
	
	text-align: left;
	
	border: 1px dotted #CCC;
	border-width: 1px 0;
}

#caixa_meses strong {
	font-size: 13px;
}

#caixa_meses select {
	font-size: 12px;
}

#caixa_meses input {
	font-size: 12px;
	background: #EEE;
	padding: 2px;
	
	color: #333;
	border-width: 1px;
}

#rsslink {
/*position: absolute;
margin-left: 90%;*/
float:right;
margin-top: 4px;

font-size: 13px;
font-weight: bold;
}

#rsslink a {
text-decoration: none;
color:#666;
}

#rsslink2 {margin-top: 4px; font-size: 13px; font-weight: bold;}

#rsslink2 a {text-decoration: none; color:#666;}

/* LISTA ÚLTIMAS NOTÍCIAS */
#lista_rss {
padding-left: 10px;
border-left: 1px solid #CCC;
}
#lista_rss a{
margin: 0; padding: 0;

font-size: 12px;

color: #333;
}


/* LISTA NOTICIAS */
.titulo_lista_noticias {
	padding-bottom: 4px;
	margin-bottom: 6px;
	
	border-bottom: 1px dotted #CCC;
	font-size: 13px;
}

.link_lista_noticias {
	font : normal bold 12px Verdana;
	color: #FF9900;
}

/* BREADCRUMBS */
#breadcrumbs {
	padding: 5px;
	padding-left: 13px;
	
	border-left: none;
	background:#F2F2F2;
	font-size: 9px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #666;
	
	font-size: 11px;
}

#breadcrumbs a:hover {

	color: black;
}

#table_box {
  width: 750px;
}

#caixa_pesquisa {
	position: absolute;
	right: 10px;
	bottom: 10px;

	
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

.pesquisar_box {
	margin: 0 4px;
	height: 14px;
	background: white;
	border: 1px solid #CCCCCC;
	
	font-size: 11px;
}

#destaque_home{
	width:480px;
	height:580px;
}
#destaque_home img, #destaque_home2 img {
	display: block;
	float: left;
	margin: 0 12px 12px 0;
	border: 1px solid #CCC;
	
}
#destaque_home h2 {margin: 12px 0;}
#destaque_home2 h2 {margin: 0 0 12px 0;}

#destaque_home .titulo_destaque a{font-size: 15px;font-weight: bold;}

#destaque_home h2 a
{	
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#destaque_home2 h2 a{

	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	
	padding: 10px 0;
}

#destaque_home h2 a:hover {text-decoration: underline;}

#destaque_home p, #destaque_home2 p {text-align: justify;color:white;font-size:15px;}
#destaque_home p a, #destaque_home2 p a,
#destaque_home p a:visited, #destaque_home2 p a:visited
{text-decoration: none; font-size: 13px; color: #333;}

#destaque_home2
{
	float:left;
	width:48%;
	//width:50%;
	padding-right:10px;
}

#destaque_lateral{
	float:left;
	width: 270px;
	//width: 275px;
	padding-left:5px;
}

#details_div {}

#details_div li {
	margin-left:20px;
}

/*#left_top div
{
  background: url(left_aesce_img.jpg);
  background-repeat: repeat-y;
  background-position: center;
}

#left_top span
{
  display:none;
}*/

/* NEWSLETTER */

#mailing_box {
	margin: 0px;
	width: 270px;
	margin-left:5px;
	margin-top:5px;
	
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 5px solid #A0947E;
}

#mailing_box fieldset {
	padding-left: 0;
	border: 0px;
}

#mailing_box fieldset legend {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#mailing_box .descr {
	clear:both;
	margin: 0; padding: 6px 0;
	color: #666;
	font-size: 11px;
	text-align: left;
	line-height: 100%;
}

#mailing_box .textbox {
	border: 1px solid #A0947E;
	background: white;
	padding-left:2px;
	color: #666666;
	font-size: 11px;
	margin-left:10px;
	margin-top:4px;
}

#mailing_box .submit {
	color: white;
	border: none;
	
	font-size: 11px;
	font-weight: bold;
	display: inline;
	
	margin-bottom:-2px;
	//margin-bottom:0px;
	margin-left: 10px;
	padding: 1px;
}

/* WIDGETS TOPO */

#barra_icons {

	margin: 6px 0;
	padding: 5px 0;
	font-size: 11px;
	
	text-align: right;
}
#barra_icons a, #barra_icons a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#barra_icons a img {
	margin:0 3px -3px 0;
}

/* SONDAGEM */
#poll_box {
	float: left;
	margin: 2px 0 20px 1px;
	padding: 6px;
	width: 178px;
	//width: 190px;

	border: 1px solid #CCC;
	background: #F4F4F4;
	
	text-align: left;
}

#poll_box fieldset {
	padding-left: 0;
	border-top: 3px solid #DBDBDB;
	border-width: 3px 0 0 0;
}

#poll_box fieldset legend {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#poll_box .descr {
	margin: 0; padding: 6px 0;
	color: #666;
	font-size: 11px;
	text-align: left;
	line-height: 125%;
	font-weight: bold;
}

#poll_box .show_results {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	
	float: left;
	cursor: pointer;
}

#poll_box .select {
	width: 125px;
	//width: 135px;
	font-size: 11px;
	color: #666;
	
	background: white;
	border: 1 px solid #999;
	
	float: left;
}

#poll_box .select option {
	font-size: 11px;
}

#poll_box .submit {
	background: #FF9900;
	color: white;
	border: none;
	
	font-size: 11px;
	font-weight: bold;
	display: inline;
	
	margin-left: 7px;
	padding: 2px;
	
	cursor: pointer;
	
	float: right;
}

#poll_box label {
	cursor: pointer;
	font-size: 11px;
	color: #666;
	
	line-height: 100%;
}

/* VEJA TB */
#veja_tb h3{

	font-size: 13px;
	color: #333;
	
	margin-top: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	
	clear: both;

}

#veja_tb ul {
	list-style: none;
	margin: 0; padding: 0;
}

#veja_tb ul li {
	
}

#veja_tb ul li a {
	display: block;
	padding: 6px;
	padding-left: 0px;
	
	color: #666;
	font-size: 13px;
	font-weight: bold;
	
	text-decoration: none;
}

#veja_tb ul li a:hover {
	background: #EEE;
	color: black;
}

/* TICKER */
#ticker {
	z-index:0;
	padding: 12px;

	background: #FFFCF7 url(../images/bg_ticker.gif) repeat-x;
	border: 1px solid #FFE5BF;

	font-size: 13px;
}

/* GLOSSÁRIO */
#barra_letras {text-align: center;}

#barra_letras a{
	margin: 1px; padding: 4px 8px;
	background: #FF9900;
	color: white;

	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}

#barra_letras a:hover {background: #666;}

.letra_glossario {
	padding: 3px;
	font-weight: bold;
	
}

.letra_glossario:hover {
	background: #666;
	color: white;
}

.titulo_lista_glossario {
	padding: 4px;
	background: #FFF8E6;

	font-size: 13px;
	color: #FF9900;
}



/*-- FORMULARIOS -- */

#multiForm {
	clear:both;
	position: relative;
	margin: 10px;
	
	text-align: left;
}


#multiForm h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	
	border: 1px solid #CCC;
	
	border-width: 1px 0;
}

#multiForm h4 {
	margin-top: 10px;

	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#multiForm, #multiForm * {
	font-size: 13px;
}

#multiForm form{
	margin:0; padding:0;	
}

#multiForm form p {
	font-weight: bold;
	margin-top: 8px;
}

.obs {font-size: 11px; color: #666;}
.obriga {font-weight: bold; color: #FF9900;}

#multiForm .fieldName {}
#multiForm .fieldValue {}
#multiForm .text {background: #FFFFFF url(../images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm .file{background: #FFFFFF url(../images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm textarea {background: #FFFFFF url(../images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm .select {background: #FFFFFF url(../images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm option {background: white;}
#multiForm .box {background: #FF9900; border:none; color: white; font-weight: bold;}

/* -- msgs loading -- */
#msg_ml {
	display:none;
	position: absolute;
	left: 0; top: 0;
	width:100%; height:100%;
	z-index:8000000000000000000;
	
	background: #000000;
	filter:alpha(opacity=30);-moz-opacity:0.3;opacity: 0.3;
	text-align: center;
}

#style_msg{
	display:none;
	position: absolute;
	margin:0;
	margin-top:-10px;
	//margin-top:-12px;
	margin-left:-20px;
	width:530px; 
	height:580px;
	//height:610px;
	z-index:8000000000000000000;
	
	background: #000000;
	filter:alpha(opacity=30);-moz-opacity:0.3;opacity: 0.3;
	text-align: center;
}

#abrantes, #abrantes a, #abrantes h1
{
font-weight:bold;
color:#CFDD26;
text-decoration: underline;
}

#abrantes_lateral, #abrantes_lateral a
{
font-weight:bold;
color:#CFDD26;
text-decoration: underline;
}

#abrantes_explore
{
margin-top:20px;
margin-bottom:10px;
font-size:17px;
font-weight:bold;
color:#CFDD26;
}

#abrantes_galeria
{
font-size:22px;
font-weight:bold;
color:#CFDD26;
}

#abrantes_bg{
	background:#CFDD26;
}

#abrantes_faixa_top{
	float:left;
	width:480px;
	height:15px;
	font-size:1px;
	margin-left:5px;
	background:#CFDD26;
}

#abrantes_sqr_top{
	position:absolute;
	z-index:100000000000;
	left:-76px;
	top:6px;
	width:75px;
	height:75px;
	background:#CFDD26;
}

#constancia, #constancia a, #constancia h1
{
font-weight:bold;
color:#45A0BE;
text-decoration: underline;
}

#constancia_lateral, #constancia_lateral a
{
font-weight:bold;
color:#003366;
text-decoration: underline;
}

#constancia_explore
{
margin-top:20px;
margin-bottom:10px;
font-size:17px;
font-weight:bold;
color:#45A0BE;
}

#constancia_galeria
{
font-size:22px;
font-weight:bold;
color:#45A0BE;
}

#constancia_bg{
	background:#45A0BE;
}

#constancia_faixa_top{
	float:left;
	width:480px;
	height:15px;
	font-size:1px;
	margin-left:5px;
	background:#45A0BE;
}

#constancia_sqr_top{
	position:absolute;
	z-index:100000000000;
	left:-76px;
	top:6px;
	width:75px;
	height:75px;
	background:#45A0BE;
}

#sardoal,  #sardoal a, #sardoal h1
{
font-weight:bold;
color:#FBD800;
text-decoration: underline;
}

#sardoal_lateral, #sardoal_lateral a
{
font-weight:bold;
color:#FBD800;
text-decoration: underline;
}

#sardoal_explore
{
margin-top:20px;
margin-bottom:10px;
font-size:17px;
font-weight:bold;
color:#FBD800;
}

#sardoal_galeria
{
font-size:22px;
font-weight:bold;
color:#FBD800;
}

#sardoal_bg{
	background:#FBD800;
}

#sardoal_faixa_top{
	float:left;
	width:480px;
	height:15px;
	font-size:1px;
	margin-left:5px;
	background:#FBD800;
}

#sardoal_sqr_top{
	position:absolute;
	z-index:100000000000;
	left:-76px;
	top:6px;
	width:75px;
	height:75px;
	background:#FBD800;
}

#faixa_top
{
	float:left;
	width:480px;
	height:15px;
	font-size:1px;
	margin-left:5px;
	background:#A0947E;
}

#sqr_top{
	position:absolute;
	z-index:100000000000;
	left:-76px;
	top:6px;
	width:75px;
	height:75px;
	background:#A0947E;
}


/* -- AUTO-GENERATE --*/

