body {
	background-image : 
url('images/fondo.jpg');
	background-color : #c0c0c0;
	color : #004643;
	font-family : 'Arial', 'Frankfurt', 'Arial';
	font-size : 14px;
              margin-left: 50px;
              margin-right: 50px;
}

#footer {
	font-family : 'ArcaneWide', 'Verdana', 'Geneva', 'Helvetica', 
sans-serif;
	text-align : center;
}



a:link {
	color : #D800C8;
	text-decoration : underline;
}

a:visited {
	color : #FF00FF;
	text-decoration : underline;
}
a:active, a:hover {
	color : #FF00FF;
	text-decoration : underline;
}
h1 {
	font-size : 24px;
	text-transform : uppercase;
	text-align : center;
}
h2 {
	font-size : 14px;
	font-weight : normal;
	font-style : italic;
	text-align : center;
}
p {
	font-size : 14px;
}

hr {
	color : #D800C8;
              height : 1;
              width : 90%;
              style: ridge;
	border : 0 solid #ff00ff;
	border-top-width : thin;
}
#footer {
	text-align : center;
}
.nav {
	font-size : 18px;
	font-weight : bold;
}
.disclaimer {
	font-size : 12px;
	font-weight : bold;
}