
/* CSS Document */

.geral{
background-color: #ffffff;
}

.logotipo{
width: 130px;
}

.header-ext{
background-image: url(https://cdn.comunidades.net/estilos/10_header.jpg);
background-color: none;
border: 1px solid none;
height: 121px;

}

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

.footer-ext{
background-color: #85CB66;
border: 1px solid none;
height: 8px;
}

.footer-int{
border: 1px solid none;
}


.tabela{
background-color: none;
border-left: 1px solid #85CB66;
border-right: 1px solid #85CB66;
border-bottom: 1px solid #85CB66;
}

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

.tabela-left{
background-color: none;
border-right: 1px solid #85CB66;
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;

text-decoration: none;
}
.menu-link:hover{
color: #000000;
}

.titulo-main{
color: #ffffff;
font-family: arial black;
font-size: 30px;
font-weight: bold;

}
.titulo{
color: #85CB66;
font-family: arial black;
font-size: 20px;
font-weight: bold;
}

.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;
}