body *{
  position: relative;
  font: normal 12px arial;
  color:#FFFFFF;
}

a{
    text-decoration: none;
    font-weight: bold;
}


h1, h2, h3, h4, h5, h6{
  margin: 0px;
  padding: 0px;
}


body{
  margin: 0px;
  background:#4a74b0 url(../imagens/login/page-background.png) repeat-x;

  
}

#head{
  height:148px;
  text-align: center;
}

#logo{
  position: absolute;
  top:0px;
  left:0px;
}

#logo img{
  border: none;
}

#head #versao{
  position: absolute;
  top:12px;
  right:10px;
  font-size: 14px;
}

#head #data{
  position: absolute;
  top:118px;
  right:10px;
  font-size: 12px;
}

#head h1{
    top:50px;
    font: bold 24px arial black;
    color:#1B2A60;
}

#head h2{
    top:50px;
    font: bold 16px arial black;
    color:#3A3436;
}

#content{
  top:0px;
  left:50%;
  margin-left: -475px;
  width: 950px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#content #login{
  left:50%;
  margin-left: -253px;
  width:506px;
  height:516px;
  background: url(../imagens/login/login-background_cpf.png);
}

#content #login #teclas .tecla_number{
  display: block;
  width:76px;
  height:56px;
  text-align:center;
  padding-top:20px;
  font-size:16px;
  background: url(../imagens/login/btn-number-background.png) no-repeat;
}

#content #login #teclas .tecla_number:hover{
  background: url(../imagens/login/btn-number-background-over.png) no-repeat;
}

#content #login #teclas .tecla{
  display: block;
  width:132px;
  height:56px;
  text-align:center;
  padding-top:20px;
  font-size:16px;
  background: url(../imagens/login/btn-background.png) no-repeat;
}

#content #login #teclas .tecla:hover{
  background: url(../imagens/login/btn-background-over.png) no-repeat;
}


#content #login .command{
  display: block;
  width:93px;
  height:32px;
  text-align:center;
  padding-top:10px;
  background: url(../imagens/login/btn-comand-background.png) no-repeat;
}
.Entrar_lotacao{
  display: block;
  width:93px;
  height:32px;
  text-align:center;
  padding-top:10px;
  background: url(../imagens/login/btn-comand-background.png) no-repeat;
}
#content #login .command:hover{
  background: url(../imagens/login/btn-comand-background-over.png) no-repeat;
}

#content #login .textbox_login{
  position:absolute;
  height:45px;
  border:none;
  color: #000000;
  font-size:30px;
}

#content #login #txtusuario{
    top:63px;
    left:61px;
    width:313px;
    background: none;
}

#content #login #chkcpf{
    top:60px;
    left:395px;
    width:20px;
    background: none;
}
#content #login #senha{
    top:134px;
    left:61px;
    width:313px;
    background: none;
}
#content #login #limpar{
  position:absolute;
  top:440px;
  left:250px;
}

#content #login #entrar{
  position:absolute;
  top:440px;
  left:350px;
}

#content #login #teclas{
  top:160px;
}

#tecla_number_01{
  position: absolute; 
  top:10px;
  left:58px;
}

#tecla_number_02{
  position: absolute;
  top:10px;
  left:136px;
}

#tecla_number_03{
  position: absolute;
  top:10px;
  left:214px;
}

#tecla_number_04{
  position: absolute;
  top:10px;
  left:292px;
}

#tecla_number_05{
  position: absolute;
  top:10px;
  left:370px;
}

#tecla_01{
  position: absolute;
  top:70px;
  left:58px;
}

#tecla_02{
  position: absolute;
  top:70px;
  left:188px;
}

#tecla_03{
  position: absolute;
  top:70px;
  left:318px;
}

#tecla_04{
  position: absolute;
  top:130px;
  left:58px;
}

#tecla_05{
  position: absolute;
  top:130px;
  left:188px;
}

#tecla_06{
  position: absolute;
  top:130px;
  left:318px;
}

#tecla_07{
  position: absolute;
  top:190px;
  left:58px;
}

#tecla_08{
  position: absolute;
  top:190px;
  left:188px;
}

#tecla_09{
  position: absolute;
  top:190px;
  left:318px;
}

#foot{
  height:20px;
  text-align: center;
  right:10px;
  font-size:10px;
  font-weight: bold;
}
#FundoPop {
display:none;
position:absolute;
top:0px;
left:0px;
height:100%;
z-index:1000;
width:100%;
background: url(../imagens/login/bg-popup.png);
}
#Lotacoes
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 1000;
	width: 100%;
	background: url(../imagens/login/bg-popup2.png);
}
#DivPopup {
position:relative;
margin-top:20%;
background-color:#EEEEFB;
font: normal 12px arial;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
width:400px;
height:150px;
border:1px solid #d0d0d0
}
#DivPopup2
{
	position: relative;
	background-color:#EEEEFB;
	margin-top: 20%;
	text-decoration: none;
	font-weight: bold;
	z-index :9999;
	width: 500px;
	height: 310px;
	border: 1px solid #d0d0d0;
}
#DivPopup #Cabecalho{
background-color:#1A2B61;
height:20px;
}
#DivPopup #TextoPop{
display: block;
position:relative;
padding:50px;
font: bold 16px arial black;
color:#3A3436;
}
#DivPopup #Cabecalho #CabecaTxt{
text-decoration: none;
font-weight: bold;
font: normal 14px arial;
color:#FFFFFF;
}
#DivPopup #Cabecalho #Fechar{
 display: block;
 position:absolute;
 height:20px;
 width:37px;
 right:0px;
 top:0px;
 background: url(../imagens/login/close.png) no-repeat;
}

#Lotacoes #DivPopup2 #LBO_lotacao *
{
	
	color: #000000;
	
	font-size: 12px;
}

#DivPopup2 #Cabecalho2{
background-color:#1A2B61;
height:20px;
padding-top: 3px;
padding-left: 5px;
text-align: left;
}
#DivPopup2 #TextoPop2{
display: block;
position:relative;
padding:50px;
font: bold 16px arial black;
color:#3A3436;
}
#DivPopup2 #Cabecalho2 #CabecaTxt2{
text-decoration: none;
font-weight: bold;
font: normal 14px arial;
color:#FFFFFF;
}
#DivPopup2 #Cabecalho2 #Fechar2{
 display: block;
 position:absolute;
 height:20px;
 width:37px;
 right:0px;
 top:0px;
 background: url(../imagens/login/close.png) no-repeat;
}

#DivAguarde{
display:none;
position:absolute;
top:0px;
left:0px;
height:100%;
z-index:1000;
width:100%;
background: url(../imagens/login/bg-popup.png);
}
#DivAguarde #IMGAguarde{
display: block;
position:relative;
height:115px;
width:119px;
position:relative;
margin-top:20%;
background-color:#FFFFFF;
background: url(../imagens/login/aguarde100-118.gif) no-repeat;
}
#corpo
{
	height:100%;
	width:100%;
	overflow: auto;
	}