﻿@media print
{
	.ASPxHyperLinkImprimir
	{
		display: none;
		height: 0px;
		visibility: hidden;
		width: 0px;
	}
}