/**
 * @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) 2018 - Grupo Confiance (www.gconfiance.com.br)
 * 
 * @section DESCRIPTION
 *
 * Estilos gerais do página.
 */
 
* {
	margin:0;
	padding:0;
}
body {
	background-color: white;
	margin: 0px 0px auto 0px;
}
img {
   border: 0;
}
/* ****************************************************************** */
/*                              PAGINA                                */
/* ****************************************************************** */
#pagina {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	margin: auto;
}
#pagina_vl {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid blue;
	background: #FFFFFF;
	width: 1200px;
	min-height: 600px;
	margin: auto;
	margin-right: auto;
	margin-left: auto;
  position: relative;
}
#pagina_blue {
	width: 7px;
	height: 100%;
	background-color: #3E4095;
	z-index:1;
	margin-left: 40px;
	position: absolute;
}
#pagina_red {
	width: 7px;
	height: 100%;
	background-color: #ae3335;
	z-index:1;
	margin-left: 48px;
	position: absolute;
}
/* ****************************************************************** */
/*                               TOPO                                 */
/* ****************************************************************** */
#topo {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid;
	background: #FFFFFF;
	width: 1196px;
	height: 110px;
	position: relative;
	margin: 0px 2px 0px 2px;	/*top,right,bottom,left*/
}
#topo_Left {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid blue;
	background: #FFFFFF;
	text-align: right;
	width: 255px;
	height: 106px;
	position: relative;
	float: left;
	margin: 2px 0px 0px 2px;	/*top,right,bottom,left*/
	padding: 10px 5px 0px 0px;	/*top,right,bottom,left*/
}
#topo_Left a{
	text-decoration: none;
}
#topo_Left a:hover{
	color: #FFFFFF;
}
#topo_Right {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid yellow;
	background: #FFFFFF;
	width: 935px;
	height: 106px;
	position: relative;
	float: right;
	margin: 2px 2px 0px 0px;	/*top,right,bottom,left*/
	padding: 9px 0px 0px 0px;	/*top,right,bottom,left*/
}
#topo_Right ul li{
	border: 0px solid yellow;
	list-style-type: none;      /* Sem marcadores*/
	display: inline;            /* Exibir em linha */
  padding: 0px 5px;           /* Espaçamento entre os tópicos do menu */
	padding-top: 64px;
	float: right;
}
#topo_Right a{
	padding: 0px 10px;          /* Espaçamento entre os tópicos do menu */
	color: #000000;             /* Cor da letra */
	height: 30px;
	line-height: 15px;
	text-decoration: none;      /* Retira o sublinhado do link*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.4px;
}
#topo_Right a:hover{
	color: #A4AE96;
}
/* ****************************************************************** */
/*                               CORPO                                */
/* ****************************************************************** */
#corpo {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px #000000 solid;
	background: &FFFFFF;
	width: 1196px;
	min-height: 410px;
  z-index:3;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 2px;
}
#dt01 {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #000000;
	background: &FFFFFF;
	width: 1192px;
	min-height: 410px;
	position: relative;
	top: 2px;
	left: 2px;
}
#dt99 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #000000;
	background: &FFFFFF;
	width: 1192px;
	min-height: 410px;
	position: relative;
	top: 2px;
	left: 2px;
}
#dadosTela {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid red;
	width: 1188px;
	min-height: 410px;
	position: relative;
	top: 2px;
	left: 2px;
}
#dadosTelaTopo {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid blue;
	background-color: &FFFFFF;
  width: 1188px;
  position: relative;
  padding-top: 2px;
}
#dadosTelaTopo h1 {
	border: 0px solid red;
	color: #65747E;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 37px;
  font-weight: 300;
	text-align: left;
	letter-spacing: 0.5px;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 20px 70px;	/*top,right,bottom,left*/
}
#dadosTelaNe {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  border: 0px solid #000000;
	background-color: &FFFFFF;
	width: 1188px;
	min-height: 500px;
	position: relative;
	margin: 2px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 0px 0px;	/*top,right,bottom,left*/
}
#dadosTelaNeLeft {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #000000;
  width: 290px;
	min-height: 500px;
  float: left;
	margin: 2px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 0px 0px;	/*top,right,bottom,left*/
}
#dadosTelaNeRight {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #000000;
	background-color: #FFFFFF;
  width: 896px;
	min-height: 500px;
  letter-spacing: 1.2px;
	text-align: justify;
/*
  position: relative;
*/
  float: right;
	margin: 2px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 10px 2px 0px 10px;	/*top,right,bottom,left*/
}
#dadosTelaNs {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  border: 0px solid #000000;
	background-color: &FFFFFF;
	width: 1188px;
	min-height: 1070px;
	z-index: 2;
	position: relative;
}
#dadosTelaNsLeft_1 {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #3E4095;
	background-color: rgba(255, 255, 255, .001);
  width: 592px;
	min-height: 350px;
	z-index: 3;
  float: left;
  position: relative;
	margin: 2px 0px 0px 0px;	/*top,right,bottom,left*/
}
#dadosTelaNsLeft_1_Fundo {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #3E4095;
	background-color: rgba(255, 255, 255, .001);
  width: 592px;
	min-height: 250px;
	z-index: 4;
  float: left;
  position: absolute;
}
#dadosTelaNsLeft_1_Frente {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #3E4095;
	background-color: rgba(255, 255, 255, .001);
  width: 220px;
	min-height: 220px;
	z-index: 5;
  float: left;
  position: absolute;
	margin: 65px 0px 0px 30px;	/*top,right,bottom,left*/
}
#dadosTelaNsLeft_1_Titulo {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #3E4095;
	background-color: rgba(255, 255, 255, .001);
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
  font-weight: 300;
	text-align: left;
	letter-spacing: 0.5px;
	z-index: 6;
  float: left;
  position: absolute;
	margin: 30px 0px 0px 30px;	/*top,right,bottom,left*/
}
#dadosTelaNsLeft_1_Texto {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #3E4095;
	background-color: rgba(255, 255, 255, .001);
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
  font-weight: 300;
	text-align: justify;
	letter-spacing: 0.5px;
	z-index: 7;
  float: left;
  position: absolute;
	margin: 65px 10px 0px 260px;	/*top,right,bottom,left*/
}
#dadosTelaNsRight_1 {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #AE3335;
	background-color: rgba(255, 255, 255, .001);
  width: 592px;
	min-height: 350px;
	z-index: 3;
  float: right;
  position: relative;
	margin: 2px 0px 0px 0px;	/*top,right,bottom,left*/
}
#dadosTelaNsRight_1_Fundo {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #3E4095;
	background-color: rgba(255, 255, 255, .001);
  width: 592px;
	min-height: 250px;
	z-index: 4;
  float: left;
  position: absolute;
}
#dadosTelaNsRight_1_Frente {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #3E4095;
	background-color: rgba(255, 255, 255, .001);
  width: 220px;
	min-height: 220px;
	z-index: 5;
  float: left;
  position: absolute;
	margin: 65px 0px 0px 30px;	/*top,right,bottom,left*/
}
#dadosTelaNsRight_1_Titulo {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #3E4095;
	background-color: rgba(255, 255, 255, .001);
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
  font-weight: 300;
	text-align: left;
	letter-spacing: 0.5px;
	z-index: 6;
  float: left;
  position: absolute;
	margin: 30px 0px 0px 30px;	/*top,right,bottom,left*/
}
#dadosTelaNsRight_1_Texto {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #3E4095;
	background-color: rgba(255, 255, 255, .001);
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
  font-weight: 300;
	text-align: justify;
	letter-spacing: 0.5px;
	z-index: 7;
  float: left;
  position: absolute;
	margin: 65px 10px 0px 260px;	/*top,right,bottom,left*/
}
#dadosTelaNp {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid red;
  width: 1192px;
	min-height: 450px;
  position: relative;
	margin: -18px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 0px 20px;	/*top,right,bottom,left*/
}
#dadosTelaNpPo {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid red;
  background-color: #cb836e;
  width: 1192px;
	min-height: 360px;
  position: relative;
	margin: -18px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 0px 20px;	/*top,right,bottom,left*/
}
#dadosTelaNpPo a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #464646;
	text-align: justify;
	text-decoration: none;
	letter-spacing: 0.5px;
	line-height:150%;
	border: 0px solid;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 0px 0px;	/*top,right,bottom,left*/
}
#dadosTelaNpPo_L {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid red;
  width: 560px;
	min-height: 45px;
  position: relative;
  float: left;
	margin: 0px 0px 0px 45px;	/*top,right,bottom,left*/
	padding: 0px 0px px 0px;	/*top,right,bottom,left*/
}
#dadosTelaNpPo_R {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid red;
  width: 560px;
	min-height: 45px;
  position: relative;
  float: right;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px px 0px;	/*top,right,bottom,left*/
}
#dadosTelaNpPo_L_L {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid red;
  width: 135px;
	min-height: 25px;
  position: relative;
  float: left;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px px 0px;	/*top,right,bottom,left*/
}
#dadosTelaNpPo_L_R {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid red;
  width: 425px;
	min-height: 25px;
  position: relative;
  float: right;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px px 0px;	/*top,right,bottom,left*/
}
#dadosTelaNc {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #000000;
	background-color: rgba(255, 255, 255, .001);
  width: 1188px;
	min-height: 410px;
  position: relative;
}
#dadosTelaNc_L {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid blue;
	background-color: rgba(255, 255, 255, .001);
  width: 635px;
	min-height: 410px;
  float: right;
  position: absolute;
}
#dadosTelaNc_R {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid blue;
	background-color: rgba(255, 255, 255, .001);
  width: 533px;
	min-height: 410px;
  position: absolute;
	margin: 0px 5px 0px 650px;	/*top,right,bottom,left*/
	padding: 25px 0px 0px 0px;	/*top,right,bottom,left*/
}
#dadosTelaNc_R_Form {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid red;
  width: 135px;
	min-height: 30px;
  position: relative;
	padding: 20px 0px 0px 0px;	/*top,right,bottom,left*/
}
#dadosTelaNc_R_Form_L {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid red;
  width: 135px;
	min-height: 25px;
  position: absolute;
	margin: 0px 0px 0px 135px;	/*top,right,bottom,left*/
}
#dadosTelaNc_R_Form_R {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid red;
  width: 135px;
	min-height: 25px;
  position: absolute;
	margin: 0px 0px 0px 270px;	/*top,right,bottom,left*/
}
/* ****************************************************************** */
/*                          INCLUSÃO DE DADOS                         */
/* ****************************************************************** */
input#nome {
	color: #000000;
  width: 500px;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px 10px;
	letter-spacing: 1.0px;
}
input#email {
	color: #000000;
  width: 500px;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px 10px;
	letter-spacing: 1.0px;
}
input#telefone {
	color: #000000;
  width: 500px;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px 10px;
	letter-spacing: 1.0px;
}
input#empresa {
	color: #000000;
  width: 500px;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px 10px;
	letter-spacing: 1.0px;
}
input#cargo {
	color: #000000;
  width: 500px;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px 10px;
	letter-spacing: 1.0px;
}
input#guardaFisica {
	color: #000000;
  width: 30px;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px 10px;
	letter-spacing: 1.0px;
}
input#guardaDigital {
	color: #000000;
  width: 30px;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px 10px;
	letter-spacing: 1.0px;
}
input#elimDocum {
	color: #000000;
  width: 30px;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px 10px;
	letter-spacing: 1.0px;
}
textarea#assunto {
	color: #000000;
  width: 500px;
	height: 90px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px 10px;
	letter-spacing: 1.0px;
}
/* ****************************************************************** */
/*                               BOTÕES                               */
/* ****************************************************************** */
#botao{
	border: 1px solid #CCCCCE;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .3),
							 0 2px 7px rgba(0, 0, 0, 0.2);
	color: #000000;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow:1px 1px 0 #FFF;
	padding: 0px 15px;
	position: relative;
	width: 100px;
}
/* ****************************************************************** */
/*                               LEGAL                                */
/* ****************************************************************** */
#legal {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px #000000 solid;
	background: #FFFFFF;
	width: 1196px;
	height: 62px;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
  position: relative;
	top: 2px;
}
#legal_vl_1 {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid green;
	background: #FFFFFF;
	width: 396px;
	height: 58px;
	margin: 2px 0px 5px 0px;	/*top,right,bottom,left*/
}
#legal_vl_1 h1{
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #65747E;
	text-align: left;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 2px 0px 0px 60px;	/*top,right,bottom,left*/
}
#legal_vl_1 a{
	color: #65747E;
	height: 30px;
	line-height: 15px;
	text-decoration: none;      /* Retira o sublinhado do link*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.4px;
}
#legal_vl_1 a:hover{
	color: #A4AE96;
}
#legal_vl_2 {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid green;
	background: #FFFFFF;
	width: 396px;
	height: 58px;
	margin: 2px 0px 5px 0px;	/*top,right,bottom,left*/
}
#legal_vl_2 h1{
  font: normal 10px Tahoma, Geneva, sans-serif;
	color: #65747E;
	text-align: center;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 2px 3px 0px 0px;	/*top,right,bottom,left*/
}
#legal_vl_3 {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid green;
	background: #FFFFFF;
	text-align: right;
	width: 396px;
	height: 58px;
	margin: 2px 0px 5px 0px;	/*top,right,bottom,left*/
}
/* ****************************************************************** */
/*                           DEMAIS FUNÇÕES                           */
/* ****************************************************************** */
.borda {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
