/* CSS Document */

.geral{
background-color: #ffd700;
}

.logotipo{
width: 130px;
}

.header-ext{
background-color: none;
border: 0px solid none;
}

.header-int{
background-color: none;
border: 0px solid none;
height: 0px;
}

.footer-ext{
background-color: none;
border: 0px solid none;
}

.footer-int{
background-color: none;
border: 0px solid none;
height: 0px;
}


.tabela{
background-color: none;
border: 0px solid none;
}

.tabela-right{
background-color: #ffd700;
border: 0px solid #ffd700;
}

.tabela-left{
background-color: none;
border: 0px solid none;
width: 0px;
}


.menu-ext{
background-color: none;
border: 0px solid none;
}

.menu-int{
background-color: #ffd700;
border: 0px solid #ffd700;
}

.menu-link{
font-family: arial;
font-size: 0px;
color: #ffd700;

text-decoration: none;
font-weight: bold;
}
.menu-link:hover{
color: #ffd700;
}

.titulo-main{
color: #ffd700;
font-family: arial;
font-size: 1px;
font-weight: bold;
}
.titulo{
color: #ffd700;
font-family: arial;
font-size: 1px;
font-weight: bold;
}

.subtitulo{
color: #ffd700;
font-family: arial;
font-size: 1px;
font-weight: bold;
}

.texto{
color: #ff0000;
font-family: arial;
font-size: 16px;

text-decoration: none;
}