/*Hoja de estilos de impresion*/
BODY
{
	font-family: arial, Tahoma, sans-serif;
	font-size: 12pt;
	color: #000;
	background: #FFF;
	width: auto;
	border: 0;
	padding: 0;
	float: none !important;
}
IMG
{
	border: none;
	border-radius: 3px;
}
.OcultoImpresion
{
	display: none;
}
