@charset "utf-8";
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 120%;
	letter-spacing: 1px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 80%;
	text-align: justify;
}
.enlace {
	font-size: 70%;
	color: #993300;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
