body {
    margin:0;
    padding:0;
    text-align: left;
    font-size:12px;
}

p {
    margin:0 ;
}

#moldura {
    margin: 5px 0 5px 0;
    width:780px;
    height: 100%;
    _margin-top:0;
	background-image:url(../imagens/fundo_index.gif);
    background-repeat: repeat-y;
    display:table;
}

#col_esq {
    width:250px;
}

#col_pri {
   	width:278px;
}

#col_dir {
    width:250px;
}


#col_esq, #col_dir, #col_pri, #col_pri2 {
    float:left;
    text-align:left;
    padding:0px;
}


#col_esq {
    background:#e5e5e5;
    border-right: 1px solid #a8a8a8;
}

#col_dir {
    background:#bfbfbf;
    text-align:left;
}

#col_pri {
    background:#d3d3d4;
    border-right: 1px solid #a8a8a8;
    text-align:left;
}

#col_pri2 {
   	width:780px;
   	background:#FFF;
    text-align:justify;
    padding:0;
}

#geral {
    margin:0;
	width: 780px;
	font-family:tahoma;
}


#topo {
    margin:0;
	height:271px;
	text-align: left;
}

#topoesq, #topodir {
    float:left;
    text-align:left;
    padding:0px;
	height:290px;
}

#topoesq {
    margin:0;
	text-align: left;
   	width:183px;
}

#topodir {
	background-image:url(../imagens/topo_dir.jpg);
	background-repeat:no-repeat;
    margin:0;
   	width:597px;
    color: #fff;
}

#rodape {
    margin:0;
	font-size: 12px;
	color: #fff;
	background-color: #00061c;
	text-align: center;
	height: 60px;
	width: 780px;
	clear: both;
}

#interna_titulo
{
    position:relative;
    left:3%;
    top:0;
    width:90%;
    height:14px;
    font-size:12px;
	color:#000;
    margin-bottom:10px;
    margin-top:5px;
    background:no-repeat;
    overflow:hidden;
    text-align:left;
	clear: both;
    border-style: solid;
    border-color: #00061c;
    border-width: 0 0 1px 0;
}

.interna
{
    position:relative;
    top:0px;
    width:94%;
    margin-left:3%;
    margin-bottom:15px;
	margin-top:20px;
}
.texto {
    width:94%;
    margin-left:3%;
    text-align:justify;
    clear:both;
	margin-bottom:10px;
	margin-top:10px;
}
.lista {
    width:95%;
    text-align:justify;
    margin-left:3%;
	margin-bottom:10px;
	margin-top:10px;
    clear:both;
}
.lista li {
    width:94%;
    margin-left:3%;
    padding:4px;
    text-align:left;
    list-style-position:outside;
    list-style-type:none;
    list-style-image:none;
    text-decoration:none;
    cursor:pointer;
    background:none;
	font-weight:normal;
}
.info_li {
    display:none;
	font-weight:normal !important;
}
.lista_hover {
    background:#CECECE !important;
	font-weight:bold !important;
}
