/* Print Style Sheet */

	body, td, th, a, div, input.formText,select,textarea.text { 
		
		background:white;
		color:black;
		margin:0;
		font-family: Arial ,sanssans-serif;
		font-size:8pt;
		}


	thead	{display: table-header-group;	}
	thead th, thead td	{position: static; } 
	thead tr	{position: static; } /*prevent problem if print after scrolling table*/ 

	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
	img { page-break-inside:avoid; 
     page-break-after:avoid; }
	blockquote, table, pre { page-break-inside:avoid }
	ul, ol, dl  { page-break-before:avoid }


	.recreatingDiv {
		display:none;
	}

	.rightpartDiv{
		display:none;
	}
	
	.menuDiv{
		display:none;
	}
		
	.headerDiv{
	 	display:none;
	}

	
	.menubar {
		display:none;
	}
		
	.header{
	 	display:none;
	}
	
	.usuario {
		display:none;
	}
	
	.headSeccion{
  	display:none;
	}

	.headSeccion{
 	display:none;
	}

	.formDiv{
		display:none;
	}


	ul#navmenu {
	display:none;
	}


	#usuario {
	display:none;
	}
