body {
    background-color: #fff;
    font-family: verdana, sans-serif;
    font-size: 8pt;
    padding: 0;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    text-indent: 20px;
    text-align: justify;
    line-height: 20px;
}

p strong {
    color: #666;
}

ul {
    list-style: square;
}

/****************************************************************************/
/* HEADER  */
/****************************************************************************/

div#header {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

div#header div#logo {
    float: left;
    overflow: hidden;
}

/****************************************************************************/
/* MENU PRINCIPAL  */
/****************************************************************************/

div#horzmenu {
    background-color: #000;
    width: 100%;
    overflow: hidden;
}

div#horzmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 1000px;
    margin: auto;
}

div#horzmenu ul li {
    display: inline;
}

div#horzmenu ul li a.first {
    float: left;
    padding: 10px 15px 10px 15px;
    border-left: 1px solid #fff;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}


div#horzmenu ul li a.first_selected {
    border-left: 1px solid #fff;
    color: #36a2c1;
}

div#horzmenu ul li a.first_selected:hover {
    color: #fff;
}

div#horzmenu ul li a.selected {
    color: #36a2c1;
}

div#horzmenu ul li a.selected:hover {
    color: #fff;
}


div#horzmenu ul li a {
    float: left;
    padding: 10px 15px 10px 15px;
    border-right: 1px solid #fff;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

div#horzmenu ul li a:hover {
    background-color: #36a2c1;
}

/****************************************************************************/
/* ART  */
/****************************************************************************/

div#art {
    overflow: hidden;
    width:1000px;
    margin: auto;
    border-bottom: 2px solid black;
}

div#art img {
    margin: 0;
}

/****************************************************************************/
/* CONTEUDO  */
/****************************************************************************/

div#content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0;
}

div#content ul.text_list {
    width: 600px;
}

div#content ul.text_list li {
    margin-bottom: 5px;
}

div#content p.text {
    width: 600px;
}

div#content span.goto {
    display: block;
    font-weight: bold;
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
}

div#content h2 a:hover {
    text-decoration: none;
}

/****************************************************************************/
/* DIRECT  */
/****************************************************************************/

div#direct {
    color: #fff;
    background-color: #999;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

div#direct div.direct_content {
    float: left;
    margin: 20px;
    overflow: hidden;
    width: 21%;
}

div#direct div.direct_content h4 {
    margin: 0;
    margin-bottom: 10px;
}

div#direct div.direct_content ul {
    line-height: 15px;
    margin: 0;
}

div#direct div.direct_content a {
    color: #fff;
    text-decoration: none;
}

div#direct div.direct_content a:hover {
    color: #fff;
    text-decoration: underline;
}

/****************************************************************************/
/* FOOTER  */
/****************************************************************************/

div#footer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

div#footer div#logo {
    float: left;
    width: 75px;
    overflow: hidden;
}

div#footer div#footer_text {
    float: left;
    color: #888;
    width: 845px;
    text-align: center;
    padding-top: 5px;
    overflow: hidden;
}

div#footer div#footer_text a {
    color: #999;
    text-decoration: none;
}

div#footer div#footer_text a:hover {
    text-decoration: underline;
}

div#footer div#license {
    float: left;
    width:80px;
    overflow: hidden;
}

