#conteudo {
	background: url(../images/logdivisao.jpg) repeat-X left top;
}

#listacases {
	color: #499EBB;
}

#textoh2flash {
	border-bottom: 3px solid #499EBB;
}

#texto h3 {
	color: #499EBB;
}

#texto h4 {
	border-bottom: 2px solid #499EBB;
}

#texto h5 {
	color: #499EBB;
}

#texto a {
	color: #499EBB;
}
#texto a:hover {
	color: #FFF;
	background-color: #499EBB;
}
#paragrafos ul li a {
	color: #499EBB;
}
#paragrafos ul li a:hover {
	background-color: #499EBB;
	
}
#paragrafos ul li a {
	color: #499EBB;
}
#paragrafos ul li a:hover {
	background-color: #499EBB;
	
}

#menuinterno h2 {
	background: #FFFFFF url(../images/topmenulog.jpg) no-repeat right top; 
}

/*Item*/
#menuinterno a.item {
	background: url(../images/l-item.jpg) no-repeat left top;
	color: #666;
}
#menuinterno a.item:hover {
	background: url(../images/l-item-o.jpg) no-repeat left top;
	color: #FFF;
}

/*subitem*/
#menuinterno a.subitem {
	background: url(../images/l-subitem.jpg) no-repeat left bottom;
	color: #0C6584;
	border: 0;
	padding: 4px 0 3px 25px;
}
#menuinterno a.subitem:hover {
	background: url(../images/l-subitem-o.jpg) no-repeat left bottom;
	color: #666;
}

/*Open/Close*/
#menuinterno a.openclose {
	background: url(../images/l-close.jpg) no-repeat left top;
	color: #666;
}
#menuinterno a.openclose:hover {
	background: url(../images/l-close-o.jpg) no-repeat left top;
	color: #FFF;
}


/*Menu Fechado*/
#menuinterno ul li.fechado a {
	background: url(../images/l-open.jpg) no-repeat left top;
	color: #666;
}
#menuinterno ul li.fechado a:hover {
	background: url(../images/l-open-o.jpg) no-repeat left top;
	color: #FFF;
}
/*Esconder Submenu*/
#menuinterno ul li.fechado ul {
	display: none;
}
