html, body {
	margin:0px;
	height:100%;
	background-image: url('../imagenes/fondo.jpg');
	background-position: top right;
	background-repeat:no-repeat;
}
#copyright{
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	text-indent: 1px;
	color: #999999;
}
#copyright a{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	line-height: 14px;
	text-indent: 1px;
	color: #333333;
	text-decoration: none;
}