HTML, BODY, INPUT {
	font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}
.Title {
	color: #A85A2E;
	font-size: 28px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, serif;
}
.contenido {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: lighter;
}
.inclinada {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	font-style: oblique;
	color: #333333;
	font-weight: bold;
}
a:link {
	color: #A85A2E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A85A2E;
}
a:hover {
	text-decoration: underline;
	color: #A85A2E;
}
a:active {
	text-decoration: none;
	color: #A85A2E;
}
.resaltado {
	font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A85A2E;
}