﻿@charset "utf-8";
/* CSS Document */
/* Created by ODAIR SANTOS */

/* SE ELEMENTOS COM O MESMO NOME FOREM REPETIDOS, OS AJUSTES DO ÚLTIMO NOME SEMPRE PREVALECERÃO SOBRE OS DO ANTERIOR. */


a {
	/* A ORDEM CORRETA DAS PSEUDO-CLASSES DO LINK É: LINK-VISITED-HOVER-FOCUS-ACTIVE */
	/* ESTA FORMATAÇÃO PREVALECE SOBRE A DE PARÁGRAFO p */
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:focus {
	color: #800000;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}

.centro-001 {
				text-align: center;
}
.font-face-titulo-001 {
				font-family: "Segoe UI Bold", Helvetica, sans-serif;
				font-size: 36pt;
				font-weight: normal;
				font-style: normal;
				color: #CC0000;
				text-align: center;
}
.font-face-titulo-002 {
	font-family: "Segoe UI Bold", Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	font-style: normal;
	color: #CC0000;
	text-align: center;
}
.font-face-titulo-003 {
	font-family: "Segoe UI Regular", Helvetica, sans-serif;
	font-size: 36pt;
	font-weight: normal;
	font-style: normal;
	color: #CC0000;
	text-align: center;
}
.font-face-subtitulo-001 {
				font-family: "Cambria Italic", Times, serif;
				font-size: 32pt;
				font-weight: normal;
				font-style: normal;
				color: #003399;
				text-align: center;
}
.font-face-subtitulo-002 {
	font-family: "Cambria Italic", Times, serif;
	font-size: 20pt;
	font-weight: normal;
	font-style: normal;
	color: #003399;
	text-align: center;
}
.font-face-subtitulo-003 {
	font-family: "Cambria Regular", Times, serif;
	font-size: 20pt;
	font-weight: normal;
	font-style: normal;
	color: #003399;
	text-align: center;
}
.font-face-menu-001 {
				font-family: "Segoe UI Regular", Helvetica, sans-serif;
				font-size: 14pt;
				font-weight: normal;
				font-style: normal;
				color: #003399;
				text-align: center;
}
.font-face-menu-002 {
	font-family: "Segoe UI", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #003399;
	text-align: left;
}
.font-face-001-submenu-001 {
	font-family: "Segoe UI", Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #003399;
	text-align: right;
}
.font-face-texto-001 {
				font-family: "Segoe UI Regular", Helvetica, sans-serif;
				font-size: 14pt;
				font-weight: normal;
				font-style: normal;
				color: #000000;
				text-align: center;
}
.font-face-texto-002 {
				font-family: "Cambria Italic", Times, serif;
				font-size: 18pt;
				font-weight: normal;
				font-style: normal;
				color: #FF0000;
				text-align: center;
}
.font-face-texto-003 {
	font-family: "Segoe UI Regular", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
}
.font-face-texto-004 {
				font-family: "Segoe UI Regular", Helvetica, sans-serif;
				font-size: 14pt;
				font-weight: normal;
				font-style: normal;
				color: #000000;
				text-align: left;
}
.font-face-texto-005 {
				font-family: "Segoe UI Regular", Helvetica, sans-serif;
				font-size: 10pt;
				font-weight: normal;
				font-style: normal;
				color: #000000;
				text-align: left;
}
.imagem-001 {
				border: 1px solid transparent;
				margin-left: auto;
				margin-right: auto;
				display: block;
}
.imagem-001:a {
				border: 1px solid #FF0000;
}
.imagem-001:link {
				border: 1px solid #FF0000;
}
.imagem-001:hover {
				border: 1px dotted #CC3333;
}

/* FORMATAÇÃO DO FORMULÁRIO */
.caixa-texto-entrada-001 {
				position: relative;
				z-index: 1;
				width: 600px;
				height: 32px;
				right: auto;
				left: 100px;
				float: none;
}
.caixa-texto-entrada-002 {
				font-family: Arial, "Trebuchet MS";
				font-size: 18px;
				font-weight: bold;
				color: #CC0000;
				vertical-align: top;
				text-align: left;
				border-style: solid;
				border-width: 1px;
				border-color: #C0C0C0 #808080 #808080 #C0C0C0;
				padding: 6px 6px 6px 6px;
}
.botao-localizar-001 {
				font-family: Arial, "Trebuchet MS";
				font-size: 14px;
				color: #000000;
				vertical-align: top;
				background: url('../imagens/normais/fig_ger_000_001_botoes_000.png') 50% bottom;
				border-style: solid;
				border-width: 1px 2px 2px 1px;
				border-color: #C0C0C0 #808080 #808080 #C0C0C0;
				padding: 0px 6px 0px 6px;
				margin: 0px 0px 0px 0px;
				position: relative;
				z-index: 1;
				width: 100px;
				height: 26px;
				top: 70px;
				left: -320px;
				cursor: pointer;
				overflow: visible;
}
.botao-localizar-001:hover {
				background: #EDEDED;
				border-right-style: solid;
				border-bottom-style: solid;
				border-right-width: 1px;
				border-bottom-width: 1px;
				border-right-color: #C0C0C0;
				border-bottom-color: #C0C0C0;
}
.botao-localizar-001:focus {
				background: #EDEDED;
				border-right-style: solid;
				border-bottom-style: solid;
				border-right-width: 1px;
				border-bottom-width: 1px;
				border-right-color: #C0C0C0;
				border-bottom-color: #C0C0C0;
}
.botao-limpar-001 {
				font-family: Calibri, "Trebuchet MS", Arial;
				font-size: 14px;
				color: #000000;
				vertical-align: top;
				background: url('../imagens/normais/fig_ger_000_001_botoes_000.png') 50% bottom;
				border-style: solid;
				border-width: 1px 2px 2px 1px;
				border-color: #C0C0C0 #808080 #808080 #C0C0C0;
				padding: 0px 6px 0px 6px;
				margin: 0px 0px 0px 0px;
				position: relative;
				z-index: 1;
				width: 100px;
				height: 26px;
				top: 70px;
				left: -296px;
				cursor: pointer;
				overflow: visible;
}
.botao-limpar-001:hover {
				background: #EDEDED;
				border-right-style: solid;
				border-bottom-style: solid;
				border-right-width: 1px;
				border-bottom-width: 1px;
				border-right-color: #C0C0C0;
				border-bottom-color: #C0C0C0;
}
.botao-limpar-001:focus {
				background: #EDEDED;
				border-right-style: solid;
				border-bottom-style: solid;
				border-right-width: 1px;
				border-bottom-width: 1px;
				border-right-color: #C0C0C0;
				border-bottom-color: #C0C0C0;
}
/* FORMATAÇÃO DO FORMULÁRIO */



.P {
	font-family: "Arial Regular", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.DIV {
	font-family: "Arial Regular", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}













































.minha-tabela-dois {
	border-collapse: collapse;
	border-width: 1px;
	xxxwidth: 100%;
	/* width: auto; */
	margin-right: auto;
	margin-left: auto;
}
.minha-celula-dois {
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
	text-align: center;
}
.cabecalho {
	font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	text-align: left;
	background-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}
.cabecalho-centro {
	font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	text-align: center;
	background-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}
.cabecalho-direita {
	font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	text-align: right;
	background-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}
.tabela-direita {
	vertical-align: top;
	text-align: right;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}
.minha-figura {
	text-align: center;
	border: 1px solid transparent;
}
.minha-figura:a {
	border: 1px solid #FF0000;
}
.minha-figura:link {
	border: 1px solid #FF0000;
}
.minha-figura:hover {
	border: 1px dotted #CC3333;
}

.style1 {
				border-style: solid;
				border-collapse: collapse;
				border-width: 1px;
				xxxwidth: 100%; /* width: auto; */;
				margin-right: auto;
				margin-left: auto;
}



.style2 {
				border-style: solid;
				border-width: 1px;
}



.minha-imagem {
	border: 1px solid transparent;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.minha-imagem:a {
	border: 1px solid #FF0000;
}
.minha-imagem:link {
	border: 1px solid #FF0000;
}
.minha-imagem:hover {
	border: 1px dotted #CC3333;
}

