/* CSS Document */



/* Estilo general de la página */

body { 

	background-attachment:fixed;

	scrollbar-arrow-color: #ffcc99; 

	scrollbar-base-color:#000000;

	scrollbar-DarkShadow-Color: #000000;

	scrollbar-face-color: #000000;

	scrollbar-highlight-Color:#000000;

	scrollbar-Shadow-Color: #000000;

	scrollbar-Track-Color:#000000;

	scrollbar-3dLight-color: #000000;

	scrollbar-3dShadow-color: #000000;

}
/* Familias de fuentes generales */

BODY, TABLE, TR, TD{font-family:Courier; font-size: 10pt; font-color:white;}

/* A         { text-decoration: none; color: #000000;} */

A:link    { text-decoration: none; color: #FC4A04;}

A:visited { text-decoration: none; color: #FC3804;}

A:Active  { text-decoration: none; color: #FC4A04;}

A:hover   { text-decoration: none; color: #FC7904;}

