@media print {
	.leftmenu {
		display: none;
	}
	.right-side {
		margin: 0px;
		display: block;
	}
	.header {
		display: none;
	}
	.table td, .table th {
		display: table-cell;
	}
	.table td:last-child, .table th:last-child {
		display: none;
	}
	a[href]:after {
		content: none !important;
	}
	.dataTables_filter, .dataTables_paginate {
		display: none;
	}
	.ocultar_al_imprimir {
		display: none;
	}
}