/**
 * @file    css/estilos.css
 * @author  Flavio Luiz Borges de Oliveira <flavio@gconfiance.com.br>
 * @version 0.0.1
 * 
 * @brief Estilos gerais do sistema
 *
 * @copyright Copyright(C) 2013 - Grupo Confiance (www.gconfiance.com.br)
 * 
 * @section DESCRIPTION
 *
 *  Estilos gerais do sistema
 */
 
* {
	margin:0;
	padding:0;
}
body {
	background-color: white;
	margin: 0px 0px auto 0px;
}
/* ****************************************************************** */
/*                              PAGINA                                */
/* ****************************************************************** */
#pagina {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}
/* ****************************************************************** */
/*                               TOPO                                 */
/* ****************************************************************** */
#topo_1 {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid red;
	background: #FFFFFF;
	width: 100%;
	height: 65px;
	position: relative;
	top: 0px;
}
#topo_1_Site {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid blue;
	background: #FFFFFF;
	width: 960px;
	height: 55px;
	position: relative;
	top: 3px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}
#topo_1_Left {
	border: 0px solid blue;
  padding: 0px 10px;          /* Espaçamento entre os tópicos do menu */
	color: #FFFFFF;             /* Cor da letra */
	height: 15px;
	line-height: 30px;
	text-decoration: none;      /* Retira o sublinhado do link*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1.5px;
	width: 230px; /* 288px; */
	height: 55px;
	position: relative;
	top: 15px;
	float: left;
}
#topo_1_Left a{
	text-decoration: none;
}
#topo_1_Left a:hover{
	color: #FFFFFF;
}
#topo_1_Right {
	border: 0px solid red;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	width: 660px;
	height: 55px;
	position: relative;
	top: 2px;
	float: right;
}
#topo_1_Right ul li{
	border: 0px solid yellow;
	list-style-type: none;      /* Sem marcadores*/
	display: inline;            /* Exibir em linha */
	padding-top: 34px;
	float: right;
}
#topo_1_Right a{
	padding: 0px 15px;          /* Espaçamento entre os tópicos do menu */
	color: #003965;             /* Cor da letra */
	height: 30px;
	line-height: 15px;
	text-decoration: none;      /* Retira o sublinhado do link*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1.5px;
}
#topo_1_Right a:hover{
	color: #23859E;
}
#topo_2 {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid red;
	background: #003965;
	width: 100%;
	height: 4px;
	position: relative;
	top: 0px;
}
#topo_3 {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid red;
	background: #23859E;
	width: 100%;
	height: 4px;
	position: relative;
	top: 0px;
}
/* ****************************************************************** */
/*                               CORPO                                */
/* ****************************************************************** */
#corpo {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #000000;
	background: #FFFFFF;
	width: 960px;
	min-height: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#dadosTela {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid blue;
	width: 960px;
	position: relative;
}
#dadosTela h1 {
	border: 0px solid red;
	color: #003965;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
  font-weight: 300;
	text-align: center;
	letter-spacing: 1.0px;
	margin: 200px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 0px 0px;	/*top,right,bottom,left*/
}
#dadosTela h2 {
	color: #003965;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
  font-weight: 300;
	text-align: center;
	letter-spacing: 1.0px;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 20px 0px 0px 0px;	/*top,right,bottom,left*/
}
/* ****************************************************************** */
/*                               LEGAL                                */
/* ****************************************************************** */
#legal {
	border: 0px solid #000000;
	width: 960px; /*863px;*/
	height: 26px;
	overflow: hidden; /* contain float */
	clear: both;
	background: #blue;
	position: relative;
	top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#legal h1{
  clear: both;
	border: 1px dotted #98AFBE;
	border-left: none;
	border-right: none;
  font: normal 12px Tahoma, Geneva, sans-serif;
	color: #23859E;
	text-align: center;
	margin: 0px 15px 5px 15px;	/*top,right,bottom,left*/
	padding: 5px 0px 5px 0px;	/*top,right,bottom,left*/
}
/* ****************************************************************** */
/*                        ENTRADA NO SISTEMA                          */
/* ****************************************************************** */
#sisLogin {
	border: 0px solid;
	width: 200px;
	min-height: 169px;
	position: absolute;
	background: #EBEDEC;
	margin: 80px 250px;
}
#sisLogin p{
	color: #000000;
	font-family: Arial, Helvetica, sans, sans-serif, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px;
	letter-spacing: 0.5px;
}
/* ****************************************************************** */
/*                               APOIO                                */
/* ****************************************************************** */
#lsApoio {
	width: 190px;
	border: 0px solid;
	margin: 10px 10px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 0px 0px;	/*top,right,bottom,left*/
}
#dt99 {
	width: 700px;
	border: 0px solid;
	margin: 10px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 10px 10px 0px 20px;	/*top,right,bottom,left*/
}
#dt99 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #29146B;
	text-align: left;
	text-decoration: none;
	border: 0px solid;
	margin: 2px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 5px 0px;	/*top,right,bottom,left*/
}
#dt99 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	letter-spacing: 0.5px;
	line-height:150%;
	border: 0px solid;
	margin: 2px 0px 0px 10px;	/*top,right,bottom,left*/
	padding: 0px 0px 5px 0px;	/*top,right,bottom,left*/
}
#dt99 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #29146B;
	text-align: left;
	text-decoration: none;
	border: 0px solid;
	margin: 2px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 5px 0px;	/*top,right,bottom,left*/
}
.btNav {
	height: 23px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	color: #0093DD;
  text-align: center;
	border: 3px solid #FFFFFF;
}
.priCalText00 {
	background-color: #5F9FC4;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans, sans-serif, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.priCalText01 {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.priCalText01a {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.priCalText02 {
	background-color: #DAE7EF;
	color: #000000;
	font-family: Arial, Helvetica, sans, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.priCalText02a {
	background-color: #DAE7EF;
	color: #000000;
	font-family: Arial, Helvetica, sans, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.dadosaj03 {
  background-color: #D3D3D3;
}
#servico {
	border: 0px solid red;
	width: 920px;
}
#servico h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #29146B;
	text-align: justify;
	text-decoration: none;
	border: 0px solid;
	margin: 2px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 5px 0px;	/*top,right,bottom,left*/
}
#servico h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00009C;
	text-align: left;
	text-decoration: none;
	border: 0px solid;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 10px 5px 0px 8px;	/*top,right,bottom,left*/
}
#servico h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00009C;
	text-align: left;
	text-decoration: none;
	border: 0px solid;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 10px 5px 0px 8px;	/*top,right,bottom,left*/
}
#servico h4 {
	text-align: right;
	padding: 0px 50px 0px 0px;	/*top,right,bottom,left */
}
#servico h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	color: #000000;
}
#servico p {
	border: 0px solid;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 5px 0px;	/*top,right,bottom,left*/
}
#servico a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.5px;
	border: 0px solid;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 0px 0px;	/*top,right,bottom,left*/
}
#servico a:hover {
	font-weight: bold;
	color: blue; /*#00009C;*/
}
#servicoFoto {
	border: 0px solid red;
  position: relative;
  float: left;
  width: 155px;
  height: 111px;
  margin-right: 3px;
}
#servicoPublicidade {
	border: 0px solid red;
  position: relative;
  float: right;
  width: 391px;
  height: 308px;
  margin-right: 0px;
}
.borda {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
