/*
 *  http://www.geocities.com/oliversl/milter/milter.css
 *  Oliver Schulze L.
 *  oliver@samera.com.py_REMOVE
 *  13-nov-2002
 *  09-nov-2002
 *
 */

/* globales ---------------------------------------------------------------------------- */
body { 
  font-family: Verdana, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  color: #000000;
  background-color: #eeeeee;

  margin-top:10px;
  margin-left:10px;
  margin-bottom:10px;
  margin-right:10px;
}

td { 
  font-family: Verdana, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
}

A:link    { 
  background: transparent;
  text-decoration: underline;
  color: #666666;
}
A:visited { 
  background: transparent;
  text-decoration: underline;
  color: #666666;
}
A:hover   { 
  background: #dedede;
  text-decoration: none;
  color: #666666;
}
A:active  { 
  background: transparent;
  text-decoration: none;
  color: #99aa99;
}
/* globales fin */


table.afuera {
  border-collapse: collapse;
  border-width: 0px;
  border-style: none;

  width: 100%;
  margin-left: auto; 
  margin-right: auto;
}

tr.afuera {
  color: #999999;
  background-color: #999999;
}

td.afuera {
  color: #999999;
  background-color: #999999;
}

table.adentro {
  border-collapse: collapse;
  width: 100%;
  background-color: #ffffff;

  color: #000000;
}

td.adentro {
  text-align: left;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: #cccccc;

  padding: 2px;
}

/* margen para el contenido ------------------------------------------------------- */
div.margen {
  display: block;
  padding: 2px;
  width: 95%;
  margin-left: 1.5em;
}

/* tabla contenedora invisible ----------------------------------------------------------- */
table.invisible {
  border-collapse: collapse;
  border-width: 0px;
  border-style: none;
  width: 100%;
}

.titulo {
  color: #999999;
  background-color: transparent;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
}

.punto {
  font-weight: bold;
}

div.izquierda {
  text-align: left;
}
div.derecha {
  text-align: right;
}
div.centro {
  text-align: center;
}

span.italico {
  font-style: italic;
}

div.comando {
  color: #444444;
  background-color: #ececec;
  width: 500px;
}

div.archivo {
  color: #444444;
  background-color: #ebeacf;
  width: 500px;
}

div.requerimientos {
  color: #444444;
  background-color: transparent;
  width: 300px;
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
}

span.copyr {
  color: #dedede;
  background-color: transparent;
  font-size: 8pt;
}

/* linea divisoria en 3D */
div.linea {
  border-bottom: 1px solid #dedede;
  width: 90%
}
div.linea2 {
  border-top: 1px solid #999999;
  width: 90%
}
