/* CLASE PARA TODAS LAS COSAS Q NO SE IMPRIMAN */
.noSeImprime{
	display:none;
	top:999999; 
}

/* CLASE PARA TODAS LAS COSAS Q SE IMPRIMAN */
.siSeImprime{
	display:block;
}

/* PARA ACOMODAR LAS PANTALLAS DE IMPRESION */
.conte_adv{
	box-shadow:none;
	border-radius:0;
	padding:5px;
	width:100%;
	max-width:auto;
	background-color:#FFF;
	height:auto;
	max-height:auto;
	overflow-x:visible;
	overflow-y:visible;
	position:absolute;
}
