/*
 * http://www.pla.net.py/home/oliver/oliver.css
 *
 * CSS2 Validated
 *
 * Oliver Schulze L.
 * oliver@samera.com.py
 * 01-nov-2002
 * 29-oct-2002
 *
 */

body {
  font-family:  Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  color: #444444;
/*  background-color: #dedede;*/
  background-color: #eeeeee;

  margin-top:5px;
  margin-left:5px;
  margin-bottom:5px;
  margin-right:5px;
}

td {
  padding: 3px;
  font-size: 10pt;
}

/* Links ---------------------------------- */
A.link-email:link    { 
  background: transparent; text-decoration: none ; color: #b0b0b0; font-style: italic; 
}
A.link-email:visited { 
  background: transparent; text-decoration: none ; color: #b0b0b0; font-style: italic;
}
A.link-email:hover   { 
  background: transparent; text-decoration: underline ; color: #9999cc; font-style: italic;
}
A.link-email:active  { 
  background: transparent; text-decoration: none ; color: #b0b0b0; font-style: italic;
}

A.link-site:link    { 
  background: transparent; text-decoration: underline ; color: #999999; 
}
A.link-site:visited { 
  background: transparent; text-decoration: underline ; color: #999999; 
}
A.link-site:hover   { 
  background: #efefef; text-decoration: none ; color: #999999; 
}
A.link-site:active  { 
  background: transparent; text-decoration: underline ; color: #999999; 
}

A.link-inet:link    { 
  background: transparent; text-decoration: underline ; color: #999999; 
}
A.link-inet:visited { 
  background: transparent; text-decoration: underline ; color: #999999; 
}
A.link-inet:hover   { 
  background: #ffe8ba; text-decoration: none ; color: #999999; 
}
A.link-inet:active  { 
  background: transparent; text-decoration: underline ; color: #999999; 
}

/* Titulo principal ---------------------------------- */
table.header {
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  margin-left: auto; 
  margin-right: auto;
}
td.header-l {
  text-align: center;
  vertical-align: middle;
  width: 15%;
  color: #444444;
  background-color: transparent;
}
td.header-m {
  text-align: center;
  vertical-align: middle;
  width: 70%;
  color: #444444;
  background-color: transparent;
}
td.header-r {
  text-align: right;
  vertical-align: middle;
  width: 15%;
  color: #444444;
  background-color: transparent;
}

div.titulo-gpppkill {
  display: inline;
  font-weight: bold;
  font-size: 20pt;
  padding: 2px;
  color: #999999;
  background-color: #fefefe;
  width: 350px;
}

#opensource-link {
  position: fixed;
  width: 100px;
  height: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


/* Tabla principal ---------------------------------- */
table.principal {
  border-collapse: collapse;
/*  border-width: 1px;*/
/*  border-style: solid;*/
/*  border-color: #000099;*/
  border-style: hidden;
  width: 100%;
  margin-left: auto; 
  margin-right: auto;
  padding: 5px;
}

td.menu {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  width: 100px;
  color: #444444;
  background-color: transparent;
}


/* Tabla-contenido --------------------------------------------- */
table.seccion {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
/*  border-color: #000099;*/
  border-color: #4d99e5;
  width: 95%;
  margin-left: auto; 
  margin-right: auto;
}

tr.seccion-titulo {
  color: #ffffff;
/*  color: #cccccc;*/
/*  background-color: #000099;*/
  background-color: #4d99e5;
  text-align:  left;
  font-weight: bold;
}

td.seccion-contenido {
  padding: 10px;
/*  background-color: #cccccc;*/
  background-color: #dedede;
  color: #444444;
}

/* Download --------------------------------------------- */
table.download-tabla {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ababab;
  width: 95%;
  margin-left: auto; 
  margin-right: auto;
}

tr.download-titulo {
  color: #ededed;
  background-color: #ababab;
  text-align:  left;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
}

/* Footer --------------------------------------------- */
table.seccion-footer {
  border-collapse: collapse;
  border-width: 0px;
  border-style: hidden;
  width: 100%;
  margin-left: auto; 
  margin-right: auto;
}

td.seccion-footer-l {
  padding: 2px;
  text-align: left;
  vertical-align: middle;
  width: 30%;
  color: #444444;
  background-color: transparent;
}
td.seccion-footer-m {
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  color: #000000;
  background-color: transparent;
}
td.seccion-footer-r {
  padding: 2px;
  text-align: right;
  vertical-align: middle;
  width: 30%;
  color: #000000;
  background-color: transparent;
}

.text-bold {
  font-weight: bold;
}

.text-copy {
  font-style: italic;
  color: #d0d0d0;
  background-color: transparent;
}
