@font-face {
	font-family: 'open_sanssemibold';
	src: url('/fontes/opensans-semibold-webfont.eot');
	src: url('/fontes/opensans-semibold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('/fontes/opensans-semibold-webfont.woff2') format('woff2'),
		url('/fontes/opensans-semibold-webfont.woff') format('woff'),
		url('/fontes/opensans-semibold-webfont.ttf') format('truetype'),
		url('/fontes/opensans-semibold-webfont.svg#open_sanssemibold')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansextrabold';
	src: url('/fontes/opensans-extrabold-webfont.eot');
	src: url('/fontes/opensans-extrabold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('/fontes/opensans-extrabold-webfont.woff2') format('woff2'),
		url('/fontes/opensans-extrabold-webfont.woff') format('woff'),
		url('/fontes/opensans-extrabold-webfont.ttf') format('truetype'),
		url('/fontes/opensans-extrabold-webfont.svg#open_sansextrabold')
		format('svg');
	font-weight: normal;
	font-style: normal;
}
/*Classes*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f2f2f2;
}

a {
	text-decoration: none;
	color: #666
}

ul {
	list-style: none outside none;
}

.clear {
	clear: both;
}

.header_portal {
	margin: auto;
	width: 930px;
}

.conteudo {
	width: 100%;
	background: url(../../imagens/geral/fundo_content.jpg) center top
		no-repeat #f5f5f5;
	min-height: 560px;
}

.botoes_portal {
	float: right;
	width: 450px;
}

.botoes_portal a:hover {
	opacity: 0.8
}

.footer {
	width: 100%;
	background-color: #f2f2f2;
	border-top: solid 1px #e5e5e5;
	padding-top: 10px;
	min-height: 50px;
	text-align: center;
}

#voltar_topo {
	/*position: absolute;*/
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 1px !important;
	right: 1px;
	padding: 1px 4px;
	display: block;
	position: fixed;
}

#voltar_topo ul {
	float: right;
}
/*
Ajustes dos estilos do primefaces
*/
table {
	width: 100%;
}

table tbody .ui-widget-content {
	background: none repeat scroll 0 0 transparent;
}

.ui-panelgrid td,.ui-panelgrid tr {
	border-style: none !important
}

.ui-panelgrid td {
	padding: 2px 5px;
}
/* FIM */
.titulo_sistema {
	font-family: 'open_sansextrabold';
	color: #1064AA;
	font-size: 30px;
	text-transform: uppercase;
	float: left;
	margin-top: 65px;
	line-height: 35px;
}

.caixa_texto {
	background-color: #e5e5e5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	float: left;
	width: 450px;
}

.texto_portal {
	color: #747577;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: 500;
	margin-right: 30px;
	margin-left: -30px;
	margin-top: 10px;
}

.texto_cinza {
	color: #747577;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: 500;
}

.descricao_itens {
	color: #747577;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: 500;
	vertical-align: top;
}

.espacamento_linhas_menor {
	line-height: 11px;
}

.titulo_acesso_restrito {
	color: #1a65ac;
	font-size: 12px;
	font-family: 'open_sanssemibold';
}

.linha_acesso_restrito {
	color: #1a65ac;
	background-color: #1a65ac;
	display: block; height: 1px;
    border: 0; border-top: 1px solid #1a65ac;
    margin: 0.5em 0; padding: 0;
}

.titulo_informacoes_publicas {
	color: #3f3e40;
	font-size: 12px;
	font-family: 'open_sanssemibold';
}

.linha_informacoes_publicas {
	color: #3f3e40;
	background-color: #3f3e40;
	display: block; height: 3px;
    border: 0; border-top: 1px solid #3f3e40;
    margin: 0.5em 0; padding: 0;
}

.texto_desabilitado {
	color: #c1c3c4;
}

.texto_breve {
	color: #f69646;
}

.lista {
	list-style: disc;
	color: #f69646;
	line-height: 22px;
	padding-left: 10px;
}

.lista li {
	color: #f69646;
}

a img {
	border: 0;
}

.espacamento_20{
	line-height: 20px;
}

.justificado{
	text-align: justify;
}