.cabeceraFacturas, .facturas
{
	width:100%;
	float:left;
	padding-top:2em;
	font-size:10px;	
}

.cabeceraFacturas
{
	font-weight:bold;
}

.factura
{
	width:100%;
	float:left;	
	cursor:pointer;
}

.numeroFactura
{
	width:14%;
	float:left;
	margin-left:1em;
}
.fechaFactura
{
	width:15%;
	float:left;
}
.asuntoFactura
{
	width:45%;
	float:left;	
}
.baseFactura
{
	width:11%;
	float:left;
	text-align:right;
}
.ivaFactura
{
	width:10%;
	float:left;
	text-align:right;
}
.divisaFactura
{
	width:10%;
	float:left;
}


.factura:hover
{
	background-color:#e1e1e1;
}

.factura
{
	color:#A33;
}

.cobrada
{
	color:#333;
}

.notaFacturas
{
	width:100%;
	float:left;
	font-size:12px;
	color:#555;
	padding:0 2%;
	text-align:center;
	width:96%;
}

.resumenHoras div.horasFacturables
{
		color:#008800;
}

