   
   html, body{height:100%; width:100%; margin: 0; padding: 0;}
   
   #RightHeader  {font-family:Arial; font-weight: bold ; font-size: 50px; color: yellow;}  
   
   
   #MainTxt          {font-family:Arial; font-size: 11px;}
   #LeftMenuTxt{font-family:Arial; font-size: 12px; color: white; text-align: center; height:20px; background: url(images/Left_menu.gif);}
   #TopMenuTxt  {font-family:Arial; font-size: 12px; color: white; width: 70px;}
   #BottomTxt    {font-family:Arial; font-size: 10px; color: white;}
   #AlignCenter        {text-align: center;}
   #AlignLeft        {text-align: left;}
   #LinkColor    {color: blue;}
   #TablaColor {border-style: solid; border-width: 1px; border-color: black;}
   
   a:link       { cursor: hand; text-transform: none; text-decoration: none; color: white;}
   a:active   { cursor: hand; text-transform: none; text-decoration: none; color: white;}
   a:visited { cursor: hand; text-transform: none; text-decoration: none; color: white;}
   a:hover     { cursor: hand; text-transform: none; text-decoration: none; color: rgb(255,185,10);}
   
   a#link_cursor        { color: black; text-decoration: none }
   a:hover#link_cursor  { text-decoration: underline; color: rgb(160,80,5); }
  
   a:hover#link_underline{text-decoration: underline;}
 