
/* CSS Document */

.geral{
background-color: #ffffea;
}

.logotipo{
width: 130px;
}

.header-ext{
background-image: url(https://cdn.comunidades.net/estilos/10_header.jpg);
background-color:#666666;
border: 3px solid #006600;
height: 121px;

}

.header-int{
background-color: none;
border: 3px solid none;
}

.footer-ext{
background-color: #85CB66;
border: 1px solid none;
height: 8px;
}

.footer-int{
border: 1px solid #006600;
}


.tabela{
background-color: none;
border-left: 3px solid #006600;
border-right: 3px solid #006600;
border-bottom: 3px solid #006600;
}

.tabela-right{
background-color: none;
border: 1px solid none;
}

.tabela-left{
background-color: none;
border-right: 3px solid #006600;
width: 140px;
}

.menu-ext{
background-color: none;
border-bottom: 1px dotted none;
}

.menu-int{
background-color: #85CB66;
border: 1px solid none;
}

.menu-link{
font-family: arial black;
font-size: 12px;
color: #ffffff;
#line-height: 12px;
text-decoration: none;
}
.menu-link:hover{
color: #0000FF;
text-decoration:underline;
}

.titulo-main{
text-align:center;
color: #000000;
font-family: arial black;
font-size: 30px;
font-weight: bold;
#line-height: 30px;
}
.titulo{
color: #006600;
font-family: arial black;
font-size: 14px;
font-weight: bold;
text-align:center;
}

.subtitulo{
color: #999999;
font-family: arial black;
font-size: 18px;
font-weight: bold;
}

.texto{
color: #000000;
font-family: arial;
font-size: 12px;

text-decoration: none;
}