@charset "utf-8";
body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.Estilo1 {
	font-family: "Trebuchet MS", Calibri, Arial;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
.Estilo2 {
	font-family: Calibri, "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.Estilo3 {
	font-family: Calibri, "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #000;
}
.Estilo4 {
	font-family: Calibri, "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

