body {
	background-color:#FFFFFF;
	background-image:none;
	color:#000000;
	margin-left:0px;
	margin-top:0px;
	font-family:Arial;
}

#logoFactura {
	border:none;
	margin-left:0px;
	margin-top:0px;
	background-color:transparent;
	width:120px;
	height:88px;

}

#codigoQRFactura {
	border:none;
	margin-left:0px;
	margin-top:0px;
	background-color:transparent;
	width:200px;
	height:200px;
}

#idFactura {
	font-size:25px;
	font-weight:bold;
	color:#999;
	text-align:right;
}

#tituloReceptor {
	border:#D4D4D4 1px solid;
	text-align:center;
	font-weight:bold;	
}

.celdaDerechaTabulador {
	border-right:#D4D4D4 1px solid;
}

.celdaIzquierdaTabulador {
	border-left:#D4D4D4 1px solid;
}

.ultimoRenglonTabulador {
	border-bottom:#D4D4D4 1px solid;	
}

.tituloTabulador {
	border-top:#D4D4D4 1px solid;
	border-bottom:#D4D4D4 1px solid;
	text-align:center;
	font-weight:bold;
}

.genericaTabulador {
	border-top:#D4D4D4 1px solid;	
}

.totales {
	text-align:right;	
}

#estructuraFactura {
	margin-left:0px;
	margin-top:0px;
	width:100%;
	border:none;
	background-color:transparent;
	font-family:Arial;
	color:#000;
	word-wrap:break-word;
	font-size:10px;
}