* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

.h3 {
   font-size: 12pt;
   display: block;
   background: #0a4661 !important;
   font-weight: bold;
   color: #fff;
   text-align: center;
   padding: 3px;
   margin-bottom: 5px;
	/* PARA CHROME */
   -webkit-print-color-adjust: exact;
	/* PARA FIREFOX */
	color-adjust: exact;
}
#page_pdf {
   width: 95%;
   margin: 15px auto 10px auto;
}

#factura_head,
#factura_cliente,
#factura_detalle {
   width: 100%;
   margin-bottom: 10px;
   border-spacing: 10px 5px;
}
.logo_factura {
   width: 25%;
}
.info_empresa {
   width: 50%;
   text-align: center;
}
.info_factura {
   width: 64%;
}
.info_cliente {
   width: 100%;
}
.datos_cliente {
   width: 100%;
}
.datos_cliente tr td {
   width: 50%;
}
.datos_cliente {
   padding: 10px 10px 0 10px;
}
.datos_cliente label {
   width: 75px;
   display: inline-block;
}
.datos_cliente p {
   display: inline-block;
}

.textright {
   text-align: right;
}
.textleft {
   text-align: left;
}
.textcenter {
   text-align: center;
}
.round {
   border-radius: 10px;
   border: 1px solid #0a4661 !important;
   overflow: hidden;
   padding-bottom: 15px;
	/* PARA CHROME */
	-webkit-print-color-adjust: exact;
	/* PARA FIREFOX */
	color-adjust: exact;
}
.round p {
   padding: 0 15px;
}

#factura_detalle {
   border-collapse: collapse;
}
#factura_detalle thead th {
   background: #058167 !important;
   color: #fff !important;
   padding: 5px;
	/* PARA CHROME */
	-webkit-print-color-adjust: exact;
	/* PARA FIREFOX */
	color-adjust: exact;
}
#detalle_productos tr:nth-child(even) {
   background: #ededed;
}
#detalle_totales span {
   font-family: "BrixSansBlack";
}
.nota {
   font-size: 8pt;
}
.label_gracias {
   font-family: verdana;
   font-weight: bold;
   font-style: italic;
   text-align: center;
   margin-top: 20px;
}
.anulada {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateX(-50%) translateY(-50%);
}
