@charset "utf-8";

/*body { margin: 0; padding: 0; background: url(../imagens/fundo_geral.gif) top left repeat-x; font: 11px Arial; color: #999; }*/
body { margin: 0; padding: 0; background: url(../imagens/fundo_geral.gif) top left repeat-x; font: 14px Arial; color: #999; }
.wrap { margin-bottom: 30px; padding: 0; background: url(../imagens/fundo_detalhes.jpg) top center no-repeat; }
.container { margin: 0 auto; padding: 0 5px 50px 5px; background: url(../imagens/rodape.gif) bottom center no-repeat; width: 780px; }
img { border: 0; }
.clear { clear: both; }
.floatL { float: left; }
.floatR { float: right; }
.center { text-align: center; }

/*SOMBRAS*/
.sombra_esq, .sombra_dir { float: left; }

/*DESTAQUE PRINCIPAL*/
div.destaque_principal { float: left; }

div.destaque_principal div { float: left; height: 310px; }

/*DESTAQUES PEQUENOS*/
.destaques_peq_individuais { float: left; margin-bottom: 10px; width: 256px; }
.destaques_peq_individuais ul, .destaques_peq_individuais ul li { display: block; margin: 0; padding: 0; list-style: none; }
.destaques_peq_individuais ul li.titulo { text-align: center; padding: 5px; }

/*MAIS*/
.mais { margin: 0 auto; background: url(../imagens/fundo_def_mais.gif) top left repeat-y; width: 760px; }
.lista { /*min-height: 150px;*/ }

/*TEXTO LEGAL*/
.texto_legal {
margin-top: 10px;
padding: 10px 15px;
*padding: 5px 15px;
_padding: 10px 15px;
border-top: #ccc 1px solid;
text-align: center;
color: #ccc;
}

/*CONTEUDO INTERNO*/
.conteudo_int { padding: 10px; }

/*TITULO DA PAGINA*/
.conteudo_int h1 { display: none; }

.cont_int_tit { font: 18px Arial; font-weight: bold; color: #999; }

/*CONTEUDO DA PAGINA - DETALHES*/
.cont_int_det a { color: #4ba3d5; text-decoration: none; border-bottom: #ccc 1px dotted; }
.cont_int_det a:hover { color: #000; text-decoration: none; border-bottom: #ccc 1px dotted; }

/*LINKS
a.lnk { font: 14px Arial; color: #4fa0e5; text-decoration: none; }
a.lnk:hover { font: 14px Arial; color: #000; text-decoration: none; }
a.lnk2 { font: 14px Arial; font-weight: bold; color: #4fa0e5; text-decoration: none; }
a.lnk2:hover { font: 14px Arial; font-weight: bold; color: #000; text-decoration: none; }*/

a.lnk { color: #4fa0e5; text-decoration: none; }
a.lnk:hover { color: #000; text-decoration: none; }
a.lnk2 { font-weight: bold; color: #4fa0e5; text-decoration: none; }
a.lnk2:hover { font-weight: bold; color: #000; text-decoration: none; }

/*BOTAO ORIGEM*/
.origem { padding: 25px 15px 0 0; color: #0057a8; }
.origem a { color: #0057a8; font-weight: bold; text-decoration: none; border-bottom: 1px #0057a8 dotted; }
.origem a:hover { color: #000; }