body :not(.tablaPrint){
	display: none
}


.tablaPrint{
	color: black;
	background-color: white; 
	
}

.tablaPrint td, .tablaPrint tr{
	border-collapse: collapse;
	padding: 5px;
	
}

#div_table{
	min-height: 600px;
	min-width: 800px;
}
