
/* CSS Document */

.geral{
background-color: #000000;
}

.logotipo{
width: 130px;
}

.header-ext{
background-color: #660066;
border: 1px solid none;
background-image: url(https://cdn.comunidades.net/estilos/4_header.gif);
height: 120px;
}

.header-int{
background-color: none;
border: 1px solid none;
height: 30px;
}

.footer-ext{
background-color: none;
border: 1px solid none;
}

.footer-int{
background-color: none;
border: 1px solid none;
height: 10px;
}


.tabela{
background-color: #660033;
border: 1px solid none;
}

.tabela-right{
background-color: #111111;
border: 1px solid #666666;
}

.tabela-left{
background-color: none;
border: 1px solid none;
width: 140px;
}

.tabela-dentro-ext{
background-color: none;
border-bottom: 1px dotted #999999;
}

.tabela-dentro-int{
background-color: none;
border: 1px dotted none;
}

.menu-ext{
background-color: none;
border: 1px solid none;
}

.menu-int{
background-color: #cc0000;
border: 1px solid #999999;
}

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

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

.titulo-main{
color: #ffffff;
font-family: arial;
font-size: 29px;
font-weight: bold;
}
.titulo{
color: #cc0000;
font-family: arial;
font-size: 20px;
font-weight: bold;
}

.subtitulo{
color: #999999;
font-family: arial;
font-size: 17px;
font-weight: bold;
}

.texto{
color: #cccccc;
font-family: arial;
font-size: 11px;

text-decoration: none;
}