@media print{
    body{
        background-image: none!important;
        background: #fff;
    }
    #header{
        display: none;
    }
    footer#footer{
        display: none;
    }
    .col-print-12{
        width: 100%;
    }
    .archivos a[href]:after{
/*        content: "(" attr(href) ")";*/
        content: none;
    }
	html.boxed .body{
		border-top: none;
	}
}
