/* CSS Document */

.geral{
background-color: #000000;
}

.logotipo{
width: 180px;
}

.header-ext{
background-color: none;
border: 10px solid none;
}

.header-int{
background-color: none;
border: 10px solid none;
height:50px;
}

.footer-ext{
background-color: none;
border: 10px solid none;
}

.footer-int{
background-color: none;
border: 10px solid none;
height: 20px;
}


.tabela{
background-color: none;
border: 10px solid none;
}

.tabela-right{
background-color: #111111;
border: 10px solid #666666;
}

.tabela-left{
background-color: none;
border: 10px solid none;
width: 190px;
}


.menu-ext{
background-color: none;
border: 10px solid none;
}

.menu-int{
background-color: #cc0000;
border: 10px solid #999999;
}

.menu-link{
font-family: arial;
font-size: 15px;
color: #ffffff;
#line-height: 19px;
text-decoration: none;
font-weight: bold;
}
.menu-link:hover{
color: #cccccc;
}

.titulo-main{
color: #ffffff;
font-family: arial;
font-size: 20px;
font-weight: bold;
}
.titulo{
color: #cc0000;
font-family: arial;
font-size:40px;
font-weight: bold;
}

.subtitulo{
color: #999999;
font-family: arial;
font-size: 15px;
font-weight: bold;
}

.texto{
color: #cccccc;
font-family: arial;
font-size: 15px;
#line-height:20px;
text-decoration: none;
}