.titulo{ 
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.aberto{ /*class added to contents of 2nd demo when they are open*/
	color: #F60;
	background-image: url(jquery-acordion/negative.gif);
}

.fechado{ /*class added to contents of 2nd demo when they are closed*/
	color: #030;
	background-image: url(jquery-acordion/positive.gif);
}
