@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb{
    width: 15px;
    background: rgb(111,111,111);
}


.direita{
		text-align: right;
	}
	#rapido {
	position: absolute;
	left: 40%;
	top: 20px;
	height: 60%;
	line-height:35px;
	width: 45%;
	color: black;
	background-color: whitesmoke;
	font-size: 18px;
	overflow: auto;
	z-index: 10;
	border-color: black;
	border-left-style:solid; 
	border-top-style:solid; 
	border-right-style:solid;
	border-bottom-style:solid; 
	visibility: hidden; 
		}	
		#partes_ext {
	position: absolute;
	left: 40%;
	top: 20px;
	height: 60%;
	line-height:35px;
	width: 45%;
	color: black;
	background-color: whitesmoke;
	font-size: 18px;
	overflow: auto;
	z-index: 10;
	border-color: black;
	border-left-style:solid; 
	border-top-style:solid; 
	border-right-style:solid;
	border-bottom-style:solid; 
	visibility: hidden; 
		}	
	#existe {
	position: absolute;
	left: 5px;
	top: 20px;
	height: 60%;
	line-height:35px;
	width: 99%;
	color: black;
	font-size: 18px;
	overflow: auto;
	z-index: 2;
		}	
	#insere {
	position: absolute;
	left: 5px;
	top: 62%;
	line-height:35px;
	color: black;
	font-size: 18px;
	overflow: hidden;
	z-index: 2;
	}
#citar {
text-align: justify;
font-size: 14px;
font-family: bookman;
width: 80%;
margin-left: 200px;
font-style:italic;
}
a:link, a:hover, a:visited{
	text-decoration:none;
	color:#000000;
	font-weight:bold;	
}
a.aa:link, a.aa:visited {
	text-decoration:none;
	font-weight: lighter;
	color:#FFFFFF;
}
a.aa:hover {
	text-decoration:underline;
	color:#02278B;
}
.texto_link {
	text-decoration:none;
	color:#000000;
	font-weight:bold;	
}

.titulo {
	text-decoration: underline;
	font-weight: bold;
}
  
 #divtitulo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 150px;
	background-color: #33443c;
	background-image: url(../images/titulo_primordial.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	color: white;
	font-size: 18px;
	font-family: Times New Roman, serif;
	
	}
#divbusca {
	position: absolute;
	left: 900px;
	top: 160px;
	width: 33%;
	z-index: 1;
	text-align: left;
	overflow: none;
	}
#resultado {
	position: absolute;
	height: 450px;
	z-index: 0;
	overflow: auto;
	overflow-x: hidden;
	}
 #divrodape {
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	z-index: 1;
	width: 100%;
	height:40px;
	background-color: #33443c;
	background-image: url(../images/rodape.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	line-height:35px;
	color: white;
	font-size: 18px;
	font-family: Times New Roman, serif;
	overflow: hidden;
	}
#divsubrodape {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	width: 350px;
	height:40px;
	text-align: left;
	vertical-align: middle;
	line-height:35px;
	color: #474747;
	font-size: 18px;
	font-family: Times New Roman, serif;
	text-decoration:none;
	}
#divrodape1 {
	position: absolute;
	left: 0px;
	bottom: 50px;	
	z-index: 1;
	width: 100%;
	height:45px;
	text-align: right;
	font-size: 18px;
	font-weight:bold;
	 overflow: hidden;
	}
#divresto {
	position: relative;
	top: 150px;
	left: 20px;
	width: 96%;
	height: 70%;
	overflow: auto;
	background-image: url(../images/primordial_trans.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
input[type=text]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:center;
    border:2px solid #0000aa;
    width:50px
}
input[type=texto]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:left;
    border:1px solid #474747;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
    width:150px
	
}
input[type=nada]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:center;
    border:0px solid #474747;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	background: none;
    width:100px	
}
input[type=texto]:focus {  outline: none; 
}
input[type=password]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:left;
    border:1px solid #474747;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
    width:150px
	
}
input[type=password]:focus {  outline: none; 
}
input[type=numero]{ 
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:right;
    border:1px solid #474747;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
    width:150px
}
input[type=numero]:focus {  outline: none; 
}
input[type=number]{ 
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:right;
    border:1px solid #474747;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
    width:50px
}
input[type=number]:focus {  outline: none; 
}
input[type=texto2]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:center;
    border:1px solid #474747;
	border-right-color: white;
	border-left-color: white;
	border-top-color: white;
	border-left-style: hidden;
    width:350px
}
input[type=texto2]:focus {  outline: none; 
}
input[type=email]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:center;
    border:2px solid #0000aa;
    width:50px
}
input[type=time]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:center;
    border:2px solid #0000aa;
   }

input[type=date]{   
     border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:left;
    border:1px solid #474747;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
    width:150px
}
input[type=date]:focus {  outline: none; 
}
input[type=month]{   
     border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:left;
    border:1px solid #474747;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
    width:150px
}
input[type=month]:focus {  outline: none; 
}

input[type=submit]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:center;
	font-size:18px;
	text-decoration:inherit;
    border:0px none;
	height:30px;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
}

input[type=submit]:focus {  outline: none; 
}


	
input[type=button]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:center;
	font-size:18px;
	text-decoration:inherit;
    border:0px none;
	height:30px;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
}
select{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:center;
    border:2px solid #b2b2bd;
	border-left-style: hidden;
	border-rigth-style: hidden;
	border-top-style: hidden;
}
select:focus {  outline: none;  }
textarea{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:2px solid #b2b2bd;
	resize: none;
}
textarea:focus {  outline: none;  }
 #divhelp1 {
	position: absolute;
	left: 48px;
	top: 80px;
	z-index: 10;
	width: 850px;
	height: 321px;
	background-color: #FFF;
	border-radius: 15px;
	box-shadow: 5px 5px 50px #000;
	text-align: center;
	font-size: 24px;
	text-decoration: inherit;
	visibility: hidden;
}
 #divhelp2 {
	position: absolute;
	left: 3px;
	top: 65px;
	z-index: 10;
	width: 50px;
	height: 50px;
	}

.tooglet {
	color: red;
	outline: solid #FF0004;
}
.untooglet {
	color: black;
	outline: none;
}