BODY {
	margin : 0;
	padding: 0;
	background: url("../Graficos/Fondo-map-sombra.jpg") fixed center repeat-y #000000;

	scrollbar-arrow-color:#808080;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#808080;
	scrollbar-face-color:#EEEEEE;
	scrollbar-highlight-color:#808080;
	scrollbar-darkshadow-color:#000000;
	scrollbar-3dlight-color:#000000;
}

	a:link		{color:gray;font-weight:normal;text-decoration:none}
	a:hover		{color:red;font-weight:normal;text-decoration:underline}
	a:active	{color:green;font-weight:normal;text-decoration:none}
	a:visited	{color:silver;font-weight:italic;text-decoration:none}

P {
	font-size: 	8pt;
	font-family: 	verdana;
	text-align: 	center;
	font-weight: 	normal;
	color: 		#808080;
}