* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: CodigoBarras;
    font-style: normal;
    font-weight: normal;
    src: url(Code39.ttf);
}

#divInterna {
    width: 100%;
}

#tableDados {
    width: 100%;
    text-align: center;
}

.pJustif {
    text-align: justify;
}

#divPrinc {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    width: 280px;
    /*margin: 20px;*/
    width: 280px;
    /*background-color: #CFCFCF;*/
}

#dvCdBoleto {
    position: relative;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 25px;
}

#spanBoleto {
    font-family: CodigoBarras;
    font-size: 29px;
}

#spanBoletoNum {
    font-size: 15px;
    letter-spacing: 0.5em;
}

.bordaPreta {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: black;
    width: 200px;
    margin-left: 40px;
}

#NomeRequerente {
    text-align: center;
}
