@import url('https://fonts.googleapis.com/css?family=Roboto');

* {margin: 0;
  padding: 0;
}

select {height: 24px;
}


#pargina {
	margin: auto;
	border:1px #D3D3D3 solid;
	background:#ffffff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;

}
	

	
#digitacao {	background-color: #ffffff;
	margin: 0 auto;
}

#pesquisa {display:none;
		width: 560px;
		background-color: #eae4d8;
		
		position: absolute;
		margin: auto;
		top: 0; left: 0; bottom: 0; right: 0;
}



.campo1 {color:#268fcc;
	border: 1px solid #ddd;
}
		
.lcoluna1 {width:140px;				
		  text-align:right;
}

.select1:disabled {background:#ebebe4;

}
		
.select1:enabled {background:#ffffff;
color:#268fcc;
	border: 1px solid #ddd;
}

.botao {color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	height: 30px;
	border: none;
	font: bold;
	background-color: #2f4f79;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
}
		
.botao:hover{background-color: #CD2626;}
.botao:disabled{background-color: gray;}
		
.titulo_tela {font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background:#5380ab;
	height: 40px;  
	text-transform: uppercase;
	font-size: 18px;
	padding-top:5px;	
	
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;

	
}
		
.titulo_campos {font-family: 'Roboto', Helvetica, Arial, sans-serif;
	background-color: #7f7f88;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	border: none;
	font: bold;
	margin-left:12px;
	height: 30px;  
}
		
.registros {font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:16px;
	background-color: #fff;
	height: 30px;
}