body {
  background: #fff;
  color: #000;
	font-family: Arial, sans-serif;
  font-size: 12pt;
}

#menu, #footer, #cabecera, .contenido-irrelevante {
   display: none;
}


.header-wrapper, 
.izquierda-marcas,
.derecha,
.footer-wrapper,
.imprimir {
	display: none;
}

body .cuerpo {
	width: 99%;
}

body .izquierda {
	float: none;
	width: 99%;
}

body .centro {
	width: 99%;
	float: none;
}

body.carrito .centro-inner-2 {
	border: none;
	border-left: none;
	border-right: none;
}

body.carrito .centro-inner-3 {
	border: none;
}

.total-bruto label, .descuentos label, .base-neta label, .iva label, .recargo label, div.total label {
	width: 80%;
}

body.carrito .centro-inner-2 h4 {
	font-size: 14pt;
}

body.carrito td {
	font-size: 12pt;
}

body.carrito table.datos-clientes td {
	border: none;
	border-left: none;
	border-right: none;
	font-size: 14pt;
}

body.carrito .observaciones {
	width: 50%;
}