/* CSS Document */
body {
	margin:0;
	background-color: #E0E0E0;
	background-image: url(images/fondo_degradado.jpg);
	background-repeat:  repeat-x;
}
.copyright {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}
a:link { color: #FFFFFF; text-decoration: none;
	border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #FFFFFF; }
a:visited { color: #FFFFFF; text-decoration: none;
	border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #FFFFFF; }
a:active { color: #FFFFFF; text-decoration: none;
	border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #FFFFFF; }
a:hover { color: #FFFFFF; text-decoration: none;
	border-bottom-style: none; }
