/* Impresion */
@media print { 
    body {
    	font:13pt/1.5em Georgia, serif;
    	background: white;
    	color: black !important;
    }

    a:link, a:visited {
    	color: #520;
    	background: transparent;
    	font-weight: bold;
    	text-decoration: underline;
    	}    

    a img { border:0; }
    	
    #wrap, #central, #header {
    	width: auto;
    	border: 0;
    	margin: 1% 5%;
    	padding: 0;
    	float: none !important;
        background:#fff;
        color: black !important;
    	}
        
    #nav,
    #footer,
    .sombra_top_header,
    .sombra_footer,
    .sombra,
    .sombra2 { display: none; }
        
    .relleno_top { background: none; }
}