/* CSS Document */
#god{
width: 1024px;
height:auto;
margin:0 auto;
background-image:url(imagens/f_01.jpg);
background-repeat:repeat-y;
}

#menu{
float:left;
margin-left:15px;
margin-top:10px;
width:140px;
height: auto;

}

.back_titulo{
background-image:url(imagens/barra_01.jpg);
height:25px;
}

#cabecalho{
margin-top: 0px;
margin-left: 0px;
width: 1024px;
height:150px;
background-image:url(imagens/topo.jpg);
background-repeat: no-repeat;
height:225px;

}

#conteudo_master{
float:left;
margin-left:10px;
margin-top:10px;
height:auto;
width:500px;
}

#conteudo_interno_01{
float:left;
margin-left:10px;
margin-top:10px;
height:auto;
width:400px;
}

#conteudo_interno_02{
float:left;
margin-left:10px;
margin-top:10px;
height:auto;
width:650px;
}

#conteudo_interno_03{
float:left;
margin-left:10px;
margin-top:10px;
height:auto;
width:400px;
}

#conteudo_interno_04{
float:left;
margin-left:10px;
margin-top:10px;
height:auto;
width:400px;
}



#dicas{
float:left;
margin-left:10px;
margin-top:10px;
height:300px;
width:180px;
}

#login{
float:left;
margin-left:10px;
margin-top:10px;
height:300px;
width:140px;
}

.login_01{
margin-top:0px;
background-color: #FFCC66;
}

.login_02{
margin-top:0px;
background-color: #FFCC66;
}

.caixa_01{
margin-top:0px;
background-color: #FFCC66;
border-style:outset;
border-color: #FF3300
}


.logado{
margin-top:0px;
background-color: #FFCC66;
}



#coluna_01{
float:left;
margin-left:10px;
margin-top:10px;
height: auto;
width:330px;
}

#coluna_02{
float:left;
margin-left:10px;
margin-top:10px;
height: auto;
width:450px;
}

#coluna_interna_01{
float:left;
margin-left:10px;
margin-top:10px;
height: auto;
width:180px;
}

#coluna_interna_02{
float:left;
margin-left:10px;
margin-top:10px;
height: auto;
width:300px;
}

#rodape{
margin-bottom:0px;
margin-left: 0px;
width: 1024px;
background-image:url(imagens/img_07.jpg);
background-repeat: no-repeat;
height:29px;
clear:both;
}


span.topico_01{
font-family: "Courier New", Courier, mono;
color: #000066;
font-size:16px;
font-weight:bold;
}

span.titulo_01{
font-family: "Comic Sans MS", "Times New Roman", Times, serif;
color: #990000;
font-size:16px;
}

span.titulo_02{
font-family:"Comic Sans MS", "Times New Roman", Times, serif;
color: #660000;
font-size:14px;
text-indent:50px;
}

span.titulo_03{
font-family:"Comic Sans MS", "Times New Roman", Times, serif;
color: #660000;
font-size:12px;
}



span.texto_01{
font-family: "Times New Roman", Times, serif;
color: #333333;
font-size:85%;
}

span.texto_02{
font-family:"Comic Sans MS", Courier, mono;
color: #333333;
font-size:85%;
text-indent:15px;

}

span.texto_03{
font-family:"Comic Sans MS", Courier, mono;
color: #660000;
font-size:100%;
text-indent:15px;
}

pre.pre_texto_01{
font-family: "Times New Roman", Times, serif;
color: #333333;
font-size:100%;
}



/*Inicio do menu segundario*/
/* Inicio menu*/
#menubv_01 {
width: 13em;
padding: 0;
margin: 0;
font: 11px Verdana, sans-serif;
}
#menubv_01 ul {
list-style: none;
margin: 0;
padding: 0;
}
#menubv_01 li {
border-bottom: 1px solid #003;
margin: 0;
list-style: none;

}
#menubv_01 li a {
display: block;
padding: 5px 5px 5px 0.5em;
font-weight:bold;
border-left: 10px solid  #FF6600;
border-right: 10px solid  #FFFFFF ;
background-color: #FFCC66; /* #ffe4e1;*/
color: #808000;
text-decoration: none;
}
#menubv_01 li a:hover {
border-left: 10px solid #000000 ;
border-right: 10px solid #FFFFFF;
background-color: #006600 /* #fff0f5;*/
color:  #330000 /* #ccc;*/
}


