th, td {
	white-space: initial;
}

.tablaafip {
	width: 100%;
	line-height: 1;
	table-layout: initial;
	border-collapse: collapse;
}

.tablaafip td, .original, .tipof {
	border: 1px solid #000;
}

.original {
	font-weight: bold;
	padding: 5px 0;
	font-size: 22px;
	text-align: center;
}

.tipof {
	font-weight: bold;
	padding-top: 10px;
	line-height: 15px;
	text-align: center;
	font-size: 40px;
	max-width: 60px;
	min-width: 60px;
}

.nombre .nombre50 {
	font-size: 15px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
}

.nombretd {
	font-size: 1rem;
	text-align: center;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
}

.logo50, .nombre50 {
	display: inline-block;
	float: left;
}

.otracolumna {
	width: 45%;
}

.codigof {
	font-size: 12px;
}

.divisor {
	clear: both;
	height: 1px;
}

.tabla2 {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: none;
	width: 100%;
	border-collapse: collapse;
}

.tabla2 td{
	font-size: 15px;
	border: 1px solid #000;
	border-top: none;
	width: 50%;
	padding-left: 10px;
	line-height: 2;
}

.datosdomicilio > div > span{
	font-weight: bold;
}

.productos {
	width: 100%;
	font-size: 12px;
	margin-top: 3px;
	border-collapse: collapse;
}

.productos thead tr {
	background: #ccc !important;
	-webkit-print-color-adjust: exact;
}

.productos  th{
	border: 1px solid #000;
}

.productos tfoot tr {
	border: 1px solid #000;
}
/*
.productos td, .productos th{
	padding-left: 5px;
	padding: 3px 5px;
}
*/
.derecha{
	text-align: right;
}

.preciofinal {
	width: 100%;
	border: 1px solid #000;
	font-weight: bold;
	white-space: nowrap;
	font-size: 15px;
}

.forzando{
	width: 100%;
}

.preciostitulo, .preciosnumeros{
	min-width: 140px;
	/* max-width: 140px;
	padding-right: 10px; */
}

.quehace{
	width: 100%;
	text-align: center;
	margin-top: 3px;
	border: 1px solid #000;
	height: 30px;
}

.codigos{
	width: 100%;
	margin-top: 3px;
}

.codigos tbody tr td{
	/*width: 50%;*/
	width: auto;
	text-align: left;
	padding: 0 15px;
}

.codigos tbody tr td span{
	font-weight: bold;
}

.nombrefactura{
	padding-left: 20px;

}

.cliente{
	width: 100%;
	border: 1px solid #000;
	margin-top: 3px;
}

.cliente tr td {
	width: 50%;
	padding-left: 10px;
	line-height: 2;
	font-size: 15px;
}

.cliente tr td span {
	font-weight: bold;
}

.marginout{
	min-height: 100px;
	height: auto;
}

.nofactura {
	max-width: 100px;
}

.nofacturadiv{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 90px;
	z-index: -1;
	margin-left: -30px;
}

.onlyprintOk {
	display: none;
}

@media print {
	.nombre50{
		font-size: 25px;
	}

	*{
		color: black;
	}
/*
	.divspecialabajono {
		margin-top: 10px;
		position: fixed;
		bottom: 0;
	}
*/
	.col-6 {
		float: left!important;
		width: 50% !important;
	}
	.logo50 img{
		width: auto;
		height: auto;
		max-height: 150px;
		max-width: 150px;
		margin-left: 10px;
		margin-top: 3px;
	}

	.nofacturadiv, .hideprint {
		display: none !important;
	}

	.onlyprintOk {
		display: table-row;
	}

	.print12 {
		width: 100% !important;
		display: block !important;
		max-width: 100% !important;
		min-width: 100%;
		flex: none  !important;
	}

	.marginout{
		display: none;
	}
	.tawkchat-minified-wrapper{
		display: none;
	}

	.divspecialabajo {
		position: fixed;
		bottom: 0;
		width: 100%;
		/* height: 300px; */
	}

	tr {
		page-break-inside: avoid;
	}

	html, body {
		width: 210mm;
		height: 297mm;
	}

	.divspecialabajo:not(:last-of-type) {
		display: none !important;
	}

	body{
		font-size: 18px !important;
	}

	.divspecialabajono {
		margin-top: 10px;
	}
}

@media screen and (max-width: 991px) {
	.preciostitulo, .preciosnumeros, .preciostitulo, .preciosnumeros{
		/* max-width: 160px !important; */
		min-width: 160px !important;
	}

	.forzando{
		width: auto;
	}

	.print12{
		padding: 0px;
		margin: 0px;
	}
}

.title-center {
	margin: 0 auto;
	position: absolute;
	top: 30%;
	font-size: 25px;
}

.title-center2 {
	word-break: break-word;
	font-size: 15px;
	margin: 0 auto;
	position: absolute;
	top: 20%;
	padding: 0 4px;
}

