@charset "utf-8";
/* CSS Document */

.titulo {
	font-size: 18px; 
	color: rgb(147, 137, 118);
}

.subtitulo {
	font-size: 13px; 
	color: rgb(100, 92, 76);
	font-weight: bold;
}

.legenda {
	color:#938976;
	font-size:11px;
	font-style:italic;
}



