/* CSS Document */
<style type="text/css">
<!--
.enlace {
	font-family: "Arial";
	font-size: 12px;
	font-style: italic;
}
.subtitulo {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align: left;
}
.titulo {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-align: left;
}
.contenido {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	color: #696969;
	text-align: justify;
}
body {
	background-color: #F9F9F9;
	width: 94%;	
}
a {
  color:#498DB6;
}
-->
</style>