@charset "utf-8";
body {
	margin: 0px;
}
.txt {
	font-family: "Courier New", Courier, Arial, monospace;
	font-size: 9pt;
	color: #333333;
}
a.txt:link {
	font-family: "Courier New", Courier, Arial, monospace;
	font-size: 9pt;
	color: #333333;
	text-decoration: underline;
}
a.txt:active {
	font-family: "Courier New", Courier, Arial, monospace;
	font-size: 9pt;
	color: #333333;
	text-decoration: underline;
}
a.txt:hover {
	font-family: "Courier New", Courier, Arial, monospace;
	font-size: 9pt;
	color: #666;
	text-decoration: underline;
}
a.txt:visited {
	font-family: "Courier New", Courier, Arial, monospace;
	font-size: 9pt;
	color: #333333;
	text-decoration: underline;
}
.titulo {
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}
.fecha {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #666;
}

