<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------
CSS Documento

Desenvolvido por: Data Campos
Data: 20/09/2007
---------------------------------------------------*/

/*---------- ESTRUTURA GERAL DA PÃGINA ----------*/
* {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    text-align: center;
}

#geral {
    border: 0px solid #000;
    width: 100%;
    position: relative;
    margin: 2px auto;
    background: #FFFFFF;
    text-align: center;
}

/*---------- LOGOMARCA CENTRALIZADA ----------*/
#topo {
    width: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/logo_arte_wave.png) no-repeat center center;
    background-size: contain;
    padding: 60px 0;
    margin-left: 50px;
}

/*---------- MENU DE NAVEGAÃ‡ÃƒO ----------*/
ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#menu_nav {
    background-color: #ddd;
    margin-top: 20px;
    margin-left: 10px;
}

#menu_nav ul li {
    float: left;
}

#menu_nav ul li a {
    color: #818286;
    display: block;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0px 0px 10px;
}

#menu_nav ul li a:hover {
    color: #000;
}

/*---------- CONTEÃšDO PRINCIPAL ----------*/
#conteudo {
    width: 750px;
    margin-top: 10px;
    background: #FFF;
}

/*---------- ESTILIZAÃ‡ÃƒO DE TEXTO ----------*/
.texto_td {
    font-weight: bold;
}

.imo {
    font-size: 9px;
    color: #000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.sala {
    font-size: 11px;
    color: #000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.sala1 {
    margin: 10px;
}

.titulogeral {
    font-size: 9px;
    color: #F00;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.descSala {
    font-size: 11px;
    color: #000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.descVarios {
    font-size: 11px;
    color: #000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.titulo {
    font-size: 16px;
    color: #000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
}

.desc {
    font-size: 7.5px;
    color: #000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*---------- ESTILIZAÃ‡ÃƒO DE TABELAS ----------*/
table {
    font-size: 12px;
    margin-left: 18px;
}

td table {
    font-size: 12px;
    margin-left: 5px;
}

table.bordasimples {
    border-collapse: collapse;
    border: 1px solid #000000;
}

/*---------- ELEMENTOS VISUAIS ----------*/
h3 {
    font-size: 14px;
    margin-left: 10px;
}

.pont {
    background: url(../img/pont.gif) repeat-x;
    height: 16px;
    width: 730px;
    margin-left: 10px;
}

.spacer {
    background: url(../img/spacer.gif);
    height: 350px;
    width: 300px;
}

.spacer1 {
    background: url(../img/spacer.gif);
    height: 100px;
    width: 300px;
}

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

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

/*---------- ESTILO DO MENU PRINCIPAL ----------*/
.primary-navigation {
    width: 79%;
    display: block;
    padding: 0;
    text-align: left;
    font-size: 16px;
    margin: 0 auto;
}

.primary-navigation ul {
    padding: 0;
    margin: 0;
}

.primary-navigation ul li {
    list-style: none;
    margin: 0 auto;
    border-left: 2px solid #93161a;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
}

.primary-navigation li a {
    color: black;
    font-weight: bold;
}

.primary-navigation li a:hover {
    color: #93161a;
}

.primary-navigation ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    display: none;
    background: white;
}

.primary-navigation ul li:hover &gt; ul,
.primary-navigation ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    min-width: 250px;
    text-align: left;
    padding-top: 20px;
    box-shadow: 0px 3px 5px -1px #ccc;
}

.primary-navigation ul li ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.primary-navigation ul li ul li a:hover {
    padding-left: 10px;
    border-left: 2px solid #93161a;
    transition: all 0.3s ease;
}

.primary-navigation ul li ul li a {
    transition: all 0.5s ease;
}

/*---------- PADRONIZAÃ‡ÃƒO GLOBAL ----------*/
* {
    font-family: 'Roboto', Verdana;
}

.primary-navigation ul li {
    padding: 0 15px !important;
}</pre></body></html>