﻿body {
    font-family: Calibri;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    min-height: 400px;
    min-width: 600px;
}

.hide {
    display: none;
}

.textbox {
    width: 200px;
    color: black;
    border: 1px solid gray;
    height: 24px;
    padding: 4px;
}

    .textbox:hover {
        width: 200px;
        color: black;
        border: 1px solid black;
        height: 24px;
        padding: 4px;
    }

.button {
    height: 36px;
    border: 1px solid #3b3b3b;
    background-color: #e6e7e8;
    color: #3b3b3b;
    font-weight: bold;
    padding: 4px;
    width: 100px;
}

    .button:hover {
        height: 36px;
        border: 1px solid black;
        background-color: #3b3b3b;
        color: #e6e7e8;
        font-weight: bold;
        padding: 4px;
        width: 100px;
    }

.cabecalho {
    width: 100%;
    height: 70px;
    background-color: #f1c930;
}

.imgcabecalho {
    padding-top: 10px;
    padding-left: 20px;
}

/*sem uso*/
.rodape {
    width: 100%;
    height: 26px;
    background-color: #f1c930;
    vertical-align: middle;
}

/*sem uso*/
.titulo {
    position: absolute;
    top: 0px;
    color: white;
    font-size: 26px;
    width: 100%;
    text-align: center;
}

.texto {
    width: 200px;
    color: #3b3b3b;
    height: 24px;
    padding: 4px;
    font-size: 16px;
}

.textomaior {
    width: 200px;
    color: #3b3b3b;
    height: 24px;
    padding: 4px;
    font-size: 20px;
    font-weight: bold;
}

.traco {
    background: url("../Images/traco.png") repeat-x;
}