@charset "utf-8";

.texto {
	font: 11px  Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

.titulo {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #9B3545;
}

a:link { color: #9A2D3D; text-decoration: none}
a:hover { color: #FF9900; text-decoration: none}
a:visited { color: #9A2D3D; text-decoration: none}
a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
} 

