@charset "UTF-8";
.bodytext {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #9F5924;
	line-height: 20px;
}
a:link {
	color: #004EB7;
	text-decoration: none;
}
a:visited {
	color: #005EAB;
	text-decoration: none;
}
a:hover {
	color: #BC2721;
	text-decoration: underline;
}
a:active {
	color: #0361A8;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #BA2B20;
	letter-spacing: 0.2em;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #ED570A;
}
.menu {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #D5AA66;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: thin solid #9E5824;
}
.tdmenu {
	border: thin solid #9E5824;
}
.subtitulo {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #003366;
	letter-spacing: 0.2em;
}
.centro {
	text-align: center;
}
