body {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			14px;
	margin:				0;
	padding:			0;
	position: 			relative;
}

a, a:link, a:visited{
	color:				#0B915B;
	text-decoration:	none;
}

img{
	border:				0px;
}

td, th {
	font-size:			 14px;
}

.izquierdo{
	padding:			10px 10px 10px 10px;
	vertical-align:		top;
	width:				300px;
}

.derecho{
	padding:			10px 10px 10px 10px;
	vertical-align:		top;
	width:				690px;
}

.justificado{
	text-align:			justify;
}

.campo{
    font-family: 		Arial;
    font-size: 			13px;
    background-color: 	#E6FBE8;
	border: 			solid 1px #0B915B;
	height: 			20px;
}

.campoArea{
	width:				300px;
	height:				120px;
}

.campoCodigoBarras{
	width: 				605px;
	height:				30px;
    font-size: 			18px;
	text-align:			center;
	padding:			3px;
}

.campoBusquedaIdentificacion{
	width: 				200px;
	height:				30px;
    font-size: 			18px;
	text-align:			center;
	padding:			3px;
}

.campoNit{
	width: 				300px;
	height:				30px;
    font-size: 			18px;
	text-align:			center;
	padding:			3px;
}

.campoDV{
	width: 				30px;
	height:				30px;
    font-size: 			18px;
	text-align:			center;
	padding:			3px;
}

.campoLargo{
	width: 				300px;
}

.campoArchivo{
	width: 				500px;
}

.campoCorto{
	width: 				100px;
}

.campoClave{
	width: 				150px;
}

.centrado{
	text-align: 		center;
}

.campoFecha{
	width: 				100px;
	text-align: 		center;
}

.campoNumerico{
	width: 				100px;
	text-align: 		right;
}

.campoNumericoCorto{
	width: 				30px;
	text-align: 		right;
}

.campoCantidad{
	width: 				40px;
	text-align: 		right;
}

.campoPrecio{
	width: 				70px;
	text-align: 		right;
}

.boton {
    border: 			1px solid #006;
	width: 				125px;
}

.botonAceptar {
    background: 		#ccc;
}

.botonCancelar {
    background: 		#fcc;    
}

.botonGuardar {
	background: 		#0B915B;
	color:				#ffffff;
}