	/* Menu local - específico de cada portal */
	
a.padrao {
	text-decoration:none;
	color:#386795;
}
a.padrao:visited {
	color:#386795;
}
a.padrao:hover {
	text-decoration:underline;
	color:#1D3E5F;
}	
	
	
	#colunaEsquerda {
		width:170px;
		float:left;
		font-size:0.8em;
	}
	
	#menuLocalEsq {
		width:100%;
		padding-top:10px;
	}
	
	#destaquesMenu div {
		margin-bottom:10px;	
	}

	#menuLocalDirWrapper {
		float:right; width:25%; padding-top:14px; margin-right:6px;
	}
	
	#menuLocalDir {
		width:105%;
		font: normal 0.75em "Trebuchet MS", Arial, Helvetica, sans-serif;
		background:#f9f9f9;
		min-height:520px;
	}
	.topoMenuLocalDir {
		background:#f9f9f9;
		font:bold 1.0em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#496388;
		width:auto;
		padding:5px;
		text-transform:uppercase;
		border-bottom:1px solid #e0e0e0;
	}
	#menuLocalDir ul {
			list-style: none;
			margin: 0;
			padding: 5px;
	}
	#menuLocalDir a {
		text-decoration:none;
		font-weight:bold;color:#314B70;
	}
	#menuLocalDir a:hover {
		color:#6D939F;
	}
	#menuLocalDir ul li {
		padding:3px 0;
	}
	#menuLocalDir select {
		font:normal 0.9em Arial, Helvetica, sans-serif;
		border:solid thin #8DB2BB;
		width:146px;
		margin:5px 0 5px 0;
		background:#E0ECEF;
	}
	
	#menuLocalDir input.campoForm {
		font:normal 0.9em Arial, Helvetica, sans-serif;
		background:#E0ECEF;
		border:1px solid #8DB2BB;
		margin-left:60px;
		letter-spacing:1px;
	}
	.destaquesSenado {
		width:620px;
		margin:0 auto;
	}
	
	#menuLocalDir input.botao {
		color:#333;height:1.8em; 
		padding:1px; 
		cursor:pointer;
		margin:20px 0 0 0; 
		font:normal 0.9em Arial, Helvetica, sans-serif;
	} 
	
	
	.boxMenuLocalDir {
		border:1px solid #e0e0e0;
		width:242px;
		height:240px;
		float:left;
		margin:10px;
	}

	.tituloDestaques {
		font: bold 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #072b5f;
		padding-left:10px;
		padding-top:5px;
	}	
	
	#tituloPaginaSombra {
		font: bold 1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:#567093;
		position:absolute;
		top:56px;
		width:291px;
		text-align:right;
		z-index:0;
		letter-spacing:2px;
		*margin-left:345px;
	}	
		
	
	
	#conteudo {
		font-size:0.8em;
		float:left;
		width:52.7%;
		padding:0px 10px 10px 20px;
		margin:0;
		cursor:default;
		color:#333;
	}
	#conteudoCentral {
		float:left; width:620px;	
	}
	
	
	.topoMenuLocalEsq {
		background: #496388;
		font:normal 1.2em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#fff;
		width:auto;

		margin-top:5px;
		letter-spacing:1px;
	}
	.itemMenuLocalEsq {
		background: #8DB2BB;
		font:bold 1.1em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#fff;
		width:auto;
		padding:5px;

	}
	#menuLocalEsq ul {
			list-style: none;
			margin: 0;
			padding: 5px;
	}
	#menuLocalEsq a {
		text-decoration:none;
		color:#333;
		font-size:0.95em;
	}
	#menuLocalEsq a:hover {
		color:#6D939F;
	}
	#menuLocalEsq ul li {
		padding:5px 0;
		border-bottom:1px solid #D1DFD8;
	}
	
	acronym {
		cursor:help;
	}
	
	#destaquesMenu {
		padding:4px;
	}
	#destaquesMenu a {
		margin-bottom:20px;	
	}
	
div#busca {
	margin-bottom:15px;
}
	
.tituloSombra, .subtitulo {
	border-bottom:1px solid #d0d0d0; padding-bottom:0;padding-top:3px; line-height:1.2em; font-size:1em;	
}

.sobrescrito {
	font-size:x-small; vertical-align:top; color:#039;
}

	
h4.tituloSombra {
	color:#16385a;	
}

/*************************************************************************/


/*- Menu Tabs 1--------------------------- */

    #tabs1 {
		/*float:left;*/  /* com o float não funciona no Firefox, sem o float não funciona no Opera */
		width:700px;
		line-height:normal;
		margin:0;
		position:relative;top:+1px;*top:0px;
		z-index:0;
		*padding-top:10px;		/* Hack IE */
      }
	  	  
    #tabs1 ul {
		margin:0;
		padding:0 5px 0 0px;
		list-style:none;
      }
    #tabs1 li {
		display:inline;
		margin:0;
		padding:0;
      }
    #tabs1 a, #tabs1 .current a {
		float:left;
		background:url("/img/tableft1.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
		
      }
	  #tabs1 .current {
		  position:relative;top:+1px;
	  }
    #tabs1 a span, #tabs1 .current a span {
		float:left;
		display:block;
		background:url("/img/tabright1.gif") no-repeat right top;
		padding:5px 15px 4px 6px;
		color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
		color:#627EB7;
      }
    #tabs1 a:hover {
		background-position:0% -42px;
      }
    #tabs1 a:hover span {
		background-position:100% -42px;
    }
	
    #tabs1 .current a:hover {
		background-position:0% 0px;
      }
    #tabs1 .current a:hover span {
		background-position:100% 0px;
    }
	
	

	#tabs1 .current a {
		/*background-position:0% -42px;*/
		height:28px;
		cursor:default;
     }
    #tabs1 .current a span {
		/*background-position:100% -42px;*/
		height:19px;
		font-weight:bold; 
		color:#333;
	}	
	
	
/******************************************************************* FIM TABS ***************************/	

	fieldset.fsBox {
		width:100%;
		border:1px solid #D1D2DF;
		padding:10px 10px 10px 0;
		margin-left:-12px;
		color:#333;
		text-align:justify;
		line-height:1.5em;
		min-height:210px;
		padding-top:10px\9; /*hack IE */
		float:left;
	}
	fieldset.fsBox a {
		color:#039;
		text-decoration:none;
	}	
	
	fieldset.fsBox h5 {
		color:#333;
		padding:0 0 5px 16px;
		margin-top:0;
		
	}
		
	ul#ulDestaque li, ul#ulEvento li {
		display: inline;
	}
	ul#ulDestaque li img, ul#ulEvento li img {
		margin:10px 19px 10px 14px;
	}
	
	a.linkNovaJanela {
		color:#039;
		padding-left:14px;
		background:transparent url(/img/icoExterno.gif) no-repeat left +4px;
		text-decoration:none;
		font-weight:normal;
	}
	a:hover.linkNovaJanela {
		color:#039;
		text-decoration:underline;
	}