/* CSS Document */

.geral{
background-color: #000000;
}

.logotipo{
width: 160px;
}

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

.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: none;
border: 1px solid none;
}

.tabela-right{
background-color: #000000;
border: 4px solid #ff9933;
}

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

.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: #000000;
border-bottom: 2px dotted #ffbb00;
}

.menu-link{
font-family: verdana;
font-size: 12px;
color: #ffffff;

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

.titulo-main{
color: #ffffff;
font-family: verdana;
font-size: 25px;
font-weight: bold;
}
.titulo{
color: #ffbb00;
font-family: verdana;
font-size: 20px;
font-weight: bold;
}

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

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

text-decoration: none;
}