/* css para impresión - sitio web sbif.cl - 2014 */

#top, #header, #sidebar, #footer, #content-foto, p.breadcrumb{
display: none;
}
#logoprint {
    display: block;
    margin-top:10%;
}
body{
    background-color: white;
    background: transparent;
}
.center{
    width: 100%;
}
@page {
margin: 1cm;
}

#content {
    float: left;
    width: 95%;
}

#content h1 {
    font-family: Bodoni, Times, Georgia, "Times New Roman", serif;
    font-size: 24pt;
    line-height: 1.3;
    }
#content h2, h3, h4, h5, h6 {
    font-family: Bodoni, Times, Georgia, "Times New Roman", serif;
    font-size: 18pt;
    line-height: 1.3;
    }
#main p {
    font-family: Times,"Times New Roman", Georgia, serif;
    color: #333;
    font-size: 12pt;
    line-height: 1.3;
    }

