@charset "utf-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
}
body {
	background-image: url(imagenes/fondo01.gif);
	background-color: #ECE9D8;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1 {
	font-size: 24px;
	color: #036;
}
h2 {
	font-size: 16px;
	color: #036;
}
h3 {
	font-size: 14px;
	color: #036;
}
h4 {
	font-size: 12px;
	color: #036;
}
h5 {
	font-size: 12px;
	color: #036;
}
h6 {
	font-size: 12px;
	color: #036;
}
a:link {
	color: #003;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #036;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #063;
}
ul {
	list-style-image: url(imagenes/bullet20.gif);
}
ol {
	list-style-type: upper-roman;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
dl {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
dt {
	font-weight: bold;
	margin-top: 10px;
}
dd {
	margin-left: 20px;
}
pre {
	font-size: 14px;
	border: 1px dashed #333;
	padding: 15px;
	width: 450px;
}
