/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p			{font-size: 12px;}
a {
	color: #990000;
font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}

#content a {	font-size: 14px;
font-style: italic;
font-weight: bold;
	color: #FFffff;
	font-weight: bold;
	background-color: #990000;
	text-align: right;
	margin-right: 30px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration: none;
}

#content a:hover {
	background-color: #FF6600;
		text-decoration: none;
}
h1 {
		font-size: 16px;
	font-style: italic;
	color: #FF6600
}
#content {
	width: 400px;
}
#content h2 {
			font-size: 14px;
font-weight: bold;
padding-left: 30px;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 18px;
	background: url(img/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.encabec {
	padding-left: 50px;
}
#pie {
		font-size: 10px;
	color: #FFffff;
		text-align: center;
		font-weight: bold;
}
#pie a: {	color: #FFffff;
	text-decoration: none;
}
#pie visited: {	color: #FFffff;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

