/* CSS Document */

/*cor dos links*/
a{
color: #cc0000;
}

/*cor do fundo da página*/
.geral{
background-color: #f0f0f0;
}

/*tamanho do logotipo*/
.logotipo{
width: 130px;
}

/*tabela no topo - contorno exterior*/
.header-ext{
background-color: none;
border: 1px solid none;
}

/*tabela no topo - interior*/
.header-int{
background-color: #cc0000;
border: 1px solid #999999;
height: 30px;
}

/*tabela no fundo - exterior*/
.footer-ext{
background-color: none;
border: 1px solid none;
}

/*tabela no fundo - interior*/
.footer-int{
background-color: none;
border: 1px solid none;
height: 10px;
}

/*tabela geral*/
.tabela{
background-color: none;
border: 1px solid none;
}

/*espaço principal onde aparecem os textos das páginas*/
.tabela-right{
background-color: #ffffff;
border: 1px solid #999999;
}

/*coluna esquerda*/
.tabela-left{
background-color: #777777;
border: 1px solid none;
width: 140px;
}

/*botões do menu - contorno exterior*/
.menu-ext{
background-color: none;
border: 1px solid none;
}

/*botões do menu - interior*/
.menu-int{
background-color: #cc0000;
border: 1px solid #999999;
}

/*links do menu*/
.menu-link{
font-family: arial;
font-size: 11px;
color: #ffffff;

text-decoration: none;
font-weight: bold;
}
.menu-link:hover{
color: #cccccc;
}

/*título do site*/
.titulo-main{
color: #ffffff;
font-family: arial;
font-size: 25px;
font-weight: bold;
}

/*títulos das páginas*/
.titulo{
color: #cc0000;
font-family: arial;
font-size: 20px;
font-weight: bold;
}

/*títulos pequenos (aparecem na Galeria)*/
.subtitulo{
color: #666666;
font-family: arial;
font-size: 17px;
font-weight: bold;
}

/*texto geral*/
.texto{
color: #333333;
font-family: arial;
font-size: 11px;

text-decoration: none;
}
