
@media print {
  body{
    margin: 0 20px;
  }

  body,
  input,
  textarea,
  select {
    color: #000;
    background: none;
  }

  #barra-sup,
  #block-menu-admon-custom-administracion,
  .region-cabecera-med-derecha,
  footer{
    display: none;
  }

  header {
    border-bottom: 0;
  }

  #contenido-wrapper {
    border: 0;
  }

  /* Contenido del fichero print.css */
  header{
  	display: none;
  }
  body{
  	font-size: 1.5rem;
  }
  .gestion table caption{
    font-size: 1.9rem!important;
	}
	.views-exposed-form{
		display: none;
	}
	.gestion table{
		page-break-after: always;
	}
	table tr td{
		font-size: 1.5rem!important;
	}
}