/* CSS Document */

BODY {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size:11px;
	background-image:url(images/bg-htm.gif);
	background-attachment:fixed;
	margin:0px;
	padding:0px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	color: #34307b;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #34307b;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.pie, .pie:link, .pie:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #34307b;
	text-decoration: none;
	padding:5px;
}
a.pie:hover {
	color: #00CCFF;
	text-decoration: underline;
}
a.menu:link, a.menu:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ebf3fa;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-decoration: none;
	background-color: #34307b;
	display: block;
	width: 185px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:15px;
}
a.menu:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #7584ad;
	width: 184px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left:16px;
}
.links, a.links:link, a.links:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #34307b;
	font-weight: bold;
	text-decoration: none;
}
a.links:hover {
	color: #7584ad;
	text-decoration: none;
}
a:link, a:visited {
	color: #34307b;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
.ayuda {
	cursor: help;
}
ul {
	list-style-type:circle;
}
