#conteudo {
	background: url(../images/grudivisao.jpg) repeat-X left top;
}

#listacases {
	color: #717D99;
}

#listanoticias {
	color: #717D99;
}

#textoh2flash {
	border-bottom: 3px solid #717D99;
}

#texto h3 {
	color: #717D99;
}

#texto h4 {
	border-bottom: 2px solid #717D99;
}

#texto h5 {

}

#texto a {
	color: #717D99;
}
#texto a:hover {
	color: #FFF;
	background-color: #717D99;
}
#paragrafos ul li a {
	color: #717D99;
}
#paragrafos ul li a:hover {
	background-color: #717D99;
	
}
#paragrafos ul li a {
	color: #717D99;
}
#paragrafos ul li a:hover {
	background-color: #717D99;
	
}

#menuinterno h2 {
	background: #FFF url(../images/topmenugru.jpg) no-repeat right top; 
}

/*Item*/
#menuinterno a.item {
	background: url(../images/g-item.jpg) no-repeat left top;
	color: #4D5C7F;
}
#menuinterno a.item:hover {
	background: url(../images/g-item-o.jpg) no-repeat left top;
	color: #FFF;
}

/*subitem*/
#menuinterno a.subitem {
	background: url(../images/g-subitem.jpg) no-repeat left bottom;
	color: #666;
	border: 0;
	padding: 4px 0 3px 25px;
}
#menuinterno a.subitem:hover {
	background: url(../images/g-subitem-o.jpg) no-repeat left bottom;
	color: #666;
}

/*Open/Close*/
#menuinterno a.openclose {
	background: url(../images/g-close.jpg) no-repeat left top;
	color: #4D5C7F;
}
#menuinterno a.openclose:hover {
	background: url(../images/g-close-o.jpg) no-repeat left top;
	color: #FFF;
}


/*Menu Fechado*/
#menuinterno ul li.fechado a {
	background: url(../images/g-open.jpg) no-repeat left top;
	color: #4D5C7F;
}
#menuinterno ul li.fechado a:hover {
	background: url(../images/g-open-o.jpg) no-repeat left top;
	color: #FFF;
}
/*Esconder Submenu*/
#menuinterno ul li.fechado ul {
	display: none;
}

