


#header     { display: none; }
#navigation { display: none; }

body.documento #wrapper { width:100%; margin: 0; }
body.documento #container { border-width: 0px; padding: 0; margin: 0; }
.imprimir-documento, .imprimir-documento-pie { display: none; }


@media print {
  
	body.documento { word-break: normal; font-size: 11px; }
	body.documento .cuerpo-documento td {  word-break: break-word;}
	header, footer, nav, aside {  display: none; }



 /*fin*/ 
}