/*
 * http://www.samera.net/sameranet.css
 *
 * Oliver Schulze L.
 * oliver@samera.com.py
 * 30-oct-2002
 *
 */

A:link    { background: transparent; color: #c0c0c0; }
A:visited { background: transparent; color: #c0c0c0; }
A:hover   { background: transparent; text-decoration: underline; color: red; }
A:active  { background: transparent; color: #999999; }

BODY { 
  font-family:  Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: small;
  background: #ffffff;
  color: #999999;

  margin-top:0px;
  margin-left:0px;
  margin-bottom:0px;
  margin-right:0px;
}

#titulo { 
  font-size: medium;
  font-weight: bold;
  font-family:  Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif; 

  color: #999999;
  background: transparent; 
}

A.inetlink:link    { background: transparent; text-decoration: none; color: #c0c0c0; }
A.inetlink:visited { background: transparent; text-decoration: none; color: #c0c0c0; }
A.inetlink:hover   { background: transparent; text-decoration: underline; color: red; }
A.inetlink:active  { background: transparent; font-weight: bold; text-decoration: underline; color: #ff0000; }

A.locallink:link    { background: transparent; font-weight: bold; text-decoration: none; color: #c0c0c0; }
A.locallink:visited { background: transparent; font-weight: bold; text-decoration: none; color: #c0c0c0; }
A.locallink:hover   { background: #fefefe; font-weight: bold; text-decoration: underline ; color: #c0c0c0; cursor:e-resize; }
A.locallink:active  { background: transparent; font-weight: bolder; text-decoration: underline ; color: #ff0000; }

A.email:link    { background: transparent; text-decoration: none ; color: #c0c0c0; }
A.email:visited { background: transparent; text-decoration: none ; color: #c0c0c0; }
A.email:hover   { background: #fefefe; text-decoration: underline ; color: #9999cc; }
A.email:active  { background: transparent; font-weight: bold; text-decoration: none ; color: #9999cc; }

A.about:link    { background: transparent; text-decoration: none ; color: #c0c0c0; }
A.about:visited { background: transparent; text-decoration: none ; color: #c0c0c0; }
A.about:hover   { background: #999999; text-decoration: underline ; color: #eeeecc; cursor:help; }
A.about:active  { background: transparent; font-weight: bold; text-decoration: underline ; color: #ffffff; }

#textoblanco {
  color: white;
  background-color: transparent;
}

#textogris {
  color: #c0c0c0;
  background-color: transparent;
}

#sombra { 
  font-size: medium;
  text-shadow: 0.2em 0.2em #ff0000;
  color: #000000; 
  background-color: #efefef; 
}

