/*
 * http://www.geocities.com/oliversl/mozilla/mozilla.css
 * Oliver Schulze L. <oliver@samera.com.py_NOSPAM>
 *
 * 06-jun-2003
 * 03-dec-2002
 * 27-nov-2002
 */

* {
  font-family:  Tahoma, Verdana, Arial, Helvetica; 
  font-size: 14px;
}

/* body ------------------------------------------------------------- */
body { 
  color: #999999;
  background-color: #ffffff;

  margin: 10px;
}

div.big-title {
  font-family:  Tahoma, Verdana, Arial, Helvetica; 
  font-size: 22px;
  font-weight: bold;
}


/* table cells ------------------------------------------------------ */
td.texto { 
  color: #999999;
  background-color: #ffffff;
}
td.tabla-col1 {
  background-color: #efefef;
  text-align: left;
  width: 160;
}
td.tabla-col2 {
  background-color: #efefef;
  text-align: center;
  width: 120;
}

/* links ------------------------------------------------------------ */
a.inet-link:link    { background: #f9f9f9; text-decoration: none; color: #c0c0c0; }
a.inet-link:visited { background: #f9f9f9; text-decoration: none; color: #c0c0c0; }
a.inet-link:hover   { background: #eeeeee; text-decoration: underline; color: red; }
a.inet-link:active  { background: #eeeeee; text-decoration: underline; color: #ff0000; }

a.email-link:link    { background: transparent; text-decoration: none ; color: #c0c0c0; }
a.email-link:visited { background: transparent; text-decoration: none ; color: #c0c0c0; }
a.email-link:hover   { background: #fefefe; text-decoration: underline ; color: #9999cc; }
a.email-link:active  { background: transparent; text-decoration: none ; color: #9999cc; }

a.text-link:link    { background: transparent; text-decoration: none; color: #999999; }
a.text-link:visited { background: transparent; text-decoration: none; color: #999999; }
a.text-link:hover   { background: transparent; text-decoration: none; color: #999999; }
a.text-link:active  { background: transparent; text-decoration: none; color: #999999; }

a.warn-link:link    { background: #f9f9f9; text-decoration: none; color: #c0c0c0; font-size: 18px;}
a.warn-link:visited { background: #f9f9f9; text-decoration: none; color: #c0c0c0; font-size: 18px;}
a.warn-link:hover   { background: #eeeeee; text-decoration: underline; color: red; font-size: 18px;}
a.warn-link:active  { background: #eeeeee; text-decoration: underline; color: #ff0000; font-size: 18px;}

/* warning message box*/
div.msgbox-deprecation-inminent {
  width: 70%;
  border: 2px solid blue;
  /*border: 2px solid red;*/
  font-size: 18px;
  text-align: center;
  padding: 10px;
  color: #888888;
  background-color: white;
  margin: 5px;
}
