﻿body {
    margin: 0;
}

.painel-texto {
    position: relative;
    margin: 0 auto;
    width: 560px;
}

.texto {
    text-align: justify;
    width: 740px;
}

.colorir {
    color: #333399
}

.centro {
    text-align: center;
}

.borda-inferior {
    border-bottom: dotted 1px;
}

#rodape {
    font-size: 12px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

ol {
    counter-reset: item;
}

li {
    display: block
}

li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

.logo-tpc {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
}