
/* CSS Document */

.geral{
background-color: #ffffff;
}

.logotipo{
width: 150px;
}

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

}

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

.footer-ext{
background-image: url(https://cdn.comunidades.net/estilos/12_footer.jpg);
border: 1px solid none;
height: 27px;
}

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


.tabela{
border-right: 1px solid #CDDBFC;
border-left: 1px solid #CDDBFC;
}

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

.tabela-left{
background-color: none;
width: 160px;
}

.menu-ext{
background-color: none;
border-bottom: 1px dotted #CDDBFC;
}

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

.menu-link{
font-family: times new roman;
font-size: 18px;
color: #95A2DD;

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

.titulo-main{
padding-left: 80px;
color: #95A2DD;
font-family: times new roman;
font-size: 40px;
font-weight: bold;
}
.titulo{
color: #95A2DD;
font-family: times new roman;
font-size: 30px;
font-weight: bold;
font-style: italic;
}

.subtitulo{
color: #aaaaaa;
font-family: times new roman;
font-size: 25px;
font-weight: bold;
font-style: italic;
}

.texto{
color: #444444;
font-family: times new roman;
font-size: 15px;

text-decoration: none;
}