﻿body 
{
	background-image:url('./IMG/Fondo.jpg');
	font-family:Arial;
	text-align:center;
	color:White;
}
#Content
{
	width:800px;
	padding-top:80px;
}
#Header
{
	width:800px;
	font-size:12px;
	background-image:url('IMG/Nuar.png');
	background-repeat:no-repeat;
	padding-top:42px;
	text-align:right;
}
#Header a:link
{
	color:White;
	text-decoration:none;
}
#Header a:visited
{
	color:White;
	text-decoration:none;
}
#Header a:active
{
	color:White;
	text-decoration:none;
}
#Header a:hover
{
	color:White;
	text-decoration:none;
}
#Footer
{
	font-size:14px;
	padding-top:20px;
}
#Footer a:link
{
	color:Gray;
	text-decoration:none;
}
#Footer a:visited
{
	color:Gray;
	text-decoration:none;
}
#Footer a:active
{
	color:Gray;
	text-decoration:none;
}
#Footer a:hover
{
	color:Gray;
	text-decoration:none;
}
