@font-face
{
font-family: code39;
src: url('css/Code39Azalea.eot') format('embedded-opentype'), /* IE9 Compat Modes */
   url('css/Code39Azalea.woff') format('woff'), /* Modern Browsers */
   url('css/Code39Azalea.ttf') format('truetype'), /* Safari, Android, iOS */
   url('css/Code39Azalea.svg#Code39Azalea') format('svg'); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}

	 @media print 
	  { 
	  		body, h1, h2, h3, h4, h5, h6, td { font-family: 'Arial'; font-size: 18px; }	
	  		h1 small, h2 small, h3 small { font-family: 'Arial'; font-size: 18px; }	
			td,div { font-family: 'Arial'; font-size: 18px; }	
	  }
	  
	  @media print {
table.lineas_pedido thead { display: table-header-group; }
table.lineas_pedido thead th { font-size:11px; }
tfoot { display: table-footer-group; }
tr { page-break-inside: avoid !important; }
p.disclaimer { font-size: 8px; line-height: 13px; }
p.disclaimerventa { font-size: 10px; padding: 10px; }
p.registrocif { font-size: 8px; padding-top: 10px; }
h2.importe_total { color: #000; }
h2.text-white { color: #444 !important; }
h5.text-white { color: #444 !important; }

div.envio
{

	width: 60%; float: left; position: relative;

}

div.pago
{

	width: 40%; float: right; position: relative;

}

div.envio span
{

	font-size: 10px;
	line-height: 14px;

}

div.pago span
{

	font-size: 10px;
	line-height: 14px;

}


footer
{
  margin-top: 30px;
  position: relative;
  left: 0px;
  bottom: 0px;
  /*page-break-after: always;*/

}

p.endpage
{
page-break-after: always;	
}

} 

