.fuente {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	vertical-align: top;
}
h1 {
	color: #990000;
	font-size: x-large;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
}
h2 {
	font-size: large;
	font-style: italic;
	color: #990000;
}
h3 {
	font-size: medium;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #00FF00;
}
p {
	margin-left: 15px;
}
