.texto_n_8{ font-family:tahoma; font-size:8pt; color:#000; }
.texto_b_8{ font-family:tahoma; font-size:8pt; color:#fff; }
.texto_a_8{ font-family:tahoma; font-size:8pt; color:#003366; }

.texto_n_t{ font-family:tahoma; font-size:12pt; color:#000; }
.texto_b_t{ font-family:tahoma; font-size:12pt; color:#fff; }
.texto_a_t{ font-family:tahoma; font-size:12pt; color:#003366; }

.texto_n_o{ font-family:tahoma; font-size:10pt; color:#000; }
.texto_b_o{ font-family:tahoma; font-size:10pt; color:#fff; }
.texto_a_o{ font-family:tahoma; font-size:10pt; color:#003366; }

.texto_g_l{ font-family:tahoma; font-size:16pt; color:#888; }

.liga_n{font-family: 'Anton', sans-serif;
				color:#000;
}

.liga_n:hover{font-family: 'Anton', sans-serif;
				color:#888;
				text-decoration:underline;
}

.liga_b{font-family: 'Anton', sans-serif;
				color:#FFF;
}

.liga_b:hover{font-family: 'Anton', sans-serif;
				color:#FFF;
				text-decoration:underline;
}

.titulos{ 
	font-family: 'Anton', sans-serif;
	color: #fff;
	font-size:40px;
}	

.saldo{ 
	font-family: 'Anton', sans-serif;
	color: #ff0000;
	font-size:50px;
}	

.incampos{ 
	font-family: 'Anton', sans-serif;
	color: #555;
	font-size:14px;
}

.outcampo{
	font-family: 'Anton', sans-serif;
	color: #fff;
	font-size:16px;
}	

.outcampo10{
	font-family: 'Anton', sans-serif;
	color: #000;
	font-size:14px;
}	

.lista{
	border-botom:1px solid #000;
	height:30px;
	padding-left:5px;	
}
.lista:hover{
	border-botom:1px solid #000;
	border-radius:5px;
	height:30px;
	background:#888;
	color:#fff;	
	padding-left:5px;
	cursor:pointer;
}

input[type=text],input[type=password],input[type=email],input[type=date],input[type=number]{
  border:2px solid #999;
	border-radius:5px;
	height:40px;
}
input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=date]:focus,input[type=number]:focus{
  border:2px solid #000;
	border-radius:5px;  
	height:40px;
}

select{
  border:2px solid #999;
 	border-radius:5px;
	height:40px;
}
select:focus{
  border:2px solid #000;
 	border-radius:5px;
	height:40px;
}

input[type=button]{
  border:4px solid #eaeaea;
  border-radius:5px;
	height:40px;
	text-align:center;
	background:#fff;
	color:#000;
}

input[type=button]:hover{
  border:4px solid #003366;
  border-radius:5px;
	height:40px;
	text-align:center;
	background:#fff;
	color:#000;
	cursor:pointer;
}

input[type=button]:disabled{
  border:4px solid #555;
  border-radius:5px;
	height:40px;
	text-align:center;
	background:#fff;
	color:#000;
	cursor:not-allowed;
}

.boton_cancela{
  border:2px solid #ff0000;
	border-radius:5px;
	height:40px;
	background:#fff;
	color:#000
}

.boton_cancela:hover{
  border:2px solid #003366;
	border-radius:5px;
	height:40px;
	background:#ff0000;
	color:#fff;
}