/* CSS Document */

#container {
width: 778px;
margin: 0 auto 0 auto;
padding: 0px 0px 0px 0px;
background: #fff;
}

#sub_container {
width: 354px;
float: left;
margin: 0 auto 0 auto;
padding: 0px 0px 0px 0px;
background: #fff;
}

#container_opcao {
width: 342px;
float: left;
font-family: "arial";
font-size: 12px;
color: #fff;
margin: 0 auto 0 auto;
padding: 3px 0px 3px 12px;
background: #006699;
}

#container_fotos {
width: 778px;
height: 120px;
margin: 0 auto 0 auto;
padding: 10px 0px 5px 0px;
background: #fff url(../imagens_layout/fotos.jpg) no-repeat left top;
}

#container_figura {
width: 69px;
height: 204px;
float: left;
margin: 0 auto 0 auto;
padding: 0px 1px 0px 0px;
background: #fff url(../imagens_layout/fig1.jpg) no-repeat left top;
}

#container_rodape {
width: 778px;
float: left;
margin: 0 auto 0 auto;
padding: 0px 0px 0px 0px;
background: #eaeaea;
border-top: 2px solid #fff;
}


#container_conteudo {
width: 766px;
float: left;
font-family: "arial";
font-size: 12px;
color: #666;
margin: 0 auto 0 auto;
padding: 0px 5px 15px 5px;
background: #fff;
border: 1px solid #666;
}

#container_titulo {
width: 778px;
float: left;
font-family: "arial";
font-size: 16px;
font-weight: bold;
color: #B00058;
margin: 0 auto 0 auto;
padding: 15px 0px 5px 0px;
background: #fff;
/*border-bottom: 2px solid #666*/
}

/* CONFIGURAÇÃO DOS TEXTOS DO RODAPE*/
.texto_rodape{
font-family: "arial";
font-size: 11px;
text-align: center;
color: #666;
margin: 2px 0 2px 0;
}

.links_rodape{
font-family: "arial";
font-size: 11px;
font-weight: bold;
text-align: center;
color: #666;
margin: 3px 0 2px 0;
}
.links_rodape a {text-decoration: none; color:#666}
.links_rodape a:visited {text-decoration: none; color:#666}
.links_rodape a:hover {text-decoration: underline; color:#666}
/* FIM CONFIGURAÇÃO DOS TEXTOS DO RODAPE*/


.links{
font-family: "arial";
margin: 0px 0 0px 0;
font-size: 12px;
color: #fff;
}

.links a {text-decoration: none; color:#fff}
.links a:visited {text-decoration: none; color:#fff}
.links a:hover {text-decoration: underline; color:#ccc}
