@charset "utf-8";
/* CSS Document */
table, table td, table tr {
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-spacing: 0px 0px;
    border-radius: 4px;
}
table.marca, table td.marca, table tr.marca {
    padding: 0px;
    border-spacing: 0px;
}
table.marca {
    border-radius: 5px;
    min-width: 500px;
    font-family: Helvetica, Arial;
    border-width: 0px;
    border-color: black;
}
div.marca {
    width: 700px;
    background-color: #CCCCCC;
    border-spacing: 1px 1px;
    border-color: #333333;
    border-width: thin thin thin thin;
    border-style: solid;
    border-radius: 8px;
    clear: both;
}

div.usuario {
    background: #eeeeee;
    overflow: auto;
    padding-right: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    scrollbar-arrow-color : #999999;
    scrollbar-face-color : #666666;
    scrollbar-track-color : #3333333;
    position: absolute;
    width: 698px;
    height: 487px;
    border-radius: 8px;
    border: 1px solid #999999;
    margin-left: 1px;
}
img.marca {
    border-collapse: collapse;
    border-spacing: 1px 1px;
    border: thin solid #666666;
    background-color: #CCCCCC;
    border-radius: 8px;
    left: 0px;
}

