﻿html, body, table, div {
    background: none;
    background-color: transparent;
}
    .no_printable {
        visibility: hidden;
        display: none;
    }
    .printable{
        visibility: visible;
        display: block;
    }
#logotipo {
    background-image: url('Icons/logoNexus.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 80px;
}