/*
 * http://www.pla.net.py/home/oliver/oliver.css
 *
 * CSS2 Validated
 *
 * Oliver Schulze L.
 * oliver@samera.com.py
 * 29-oct-2002
 *
 */

A:link    { background: transparent; text-decoration: underline; color: #8888cc; }
A:visited { background: transparent; text-decoration: underline; color: #8888cc; }
A:hover   { background: #EEEECC; text-decoration: none; color: #8888cc; }
A:active  { background: transparent; text-decoration: underline; color: #8888cc; }


body {
  background-color: #dedede;
  font-family:  Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  color: #000000;

  margin-top:5px;
  margin-left:5px;
  margin-bottom:5px;
  margin-right:5px;
}

td {
  padding: 3px;
  font-size: 10pt;
}

h4 {
  margin-top:     0px;
  margin-left:    0px;
  margin-bottom:  0px;	
  border-bottom:  1px #999999 solid;
}

A.email:link    { background: transparent; text-decoration: none ; color: #b0b0b0; font-style: italic;}
A.email:visited { background: transparent; text-decoration: none ; color: #b0b0b0; font-style: italic;}
A.email:hover   { background: transparent; text-decoration: underline ; color: #9999cc; font-style: italic;}
A.email:active  { background: transparent; text-decoration: none ; color: #b0b0b0; font-style: italic;}

/* Penguin ------------------------------------------- */
#penguin {
  text-align: right;
}

/* Titulo principal */
#titulo-oliver {
  color: #666666;
  font-style: italic;
  font-weight: bold;
  font-size: 15pt;
  background-color: transparent;
}

/* About --------------------------------------------- */
table.seccion-about {
  border-collapse: collapse;
  border-width: 1px;
  border-style: dashed;
  border-color: #000099;
  width: 85%;
  margin-left: auto; 
  margin-right: auto;
}

tr.seccion-titulo-about {
  color: #cccccc;
  background-color: #000099;
  text-align:  left;
  font-weight: bold;
}

td.seccion-about {
  padding: 10px;
  background-color: #cccccc;
  color: #000000;
}

/* Proyectos --------------------------------------------- */
table.seccion-proyectos {
  border-collapse: collapse;
  border-width: 1px;
  border-style: dashed;
  border-color: #993300;
  width: 85%;
  margin-left: auto; 
  margin-right: auto;
}

tr.seccion-titulo-proyectos {
  color: #cccccc;
  background-color: #993300;
  text-align:  left;
  font-weight: bold;
}

td.seccion-proyectos {
  padding: 10px;
  background-color: #cccccc;
  color: #000000;
}

/* Linux --------------------------------------------- */
table.seccion-linux {
  border-collapse: collapse;
  border-width: 1px;
  border-style: dashed;
  border-color: #666666;
  width: 85%;
  margin-left: auto; 
  margin-right: auto;
}

tr.seccion-titulo-linux {
  color: #cccccc;
  background-color: #666666;
  text-align:  left;
  font-weight: bold;
}

td.seccion-linux {
  padding: 10px;
  background-color: #cccccc;
  color: #000000;
}

/* Metallica --------------------------------------------- */
table.seccion-metallica {
  border-collapse: collapse;
  border-width: 1px;
  border-style: dashed;
  border-color: #000000;
  width: 85%;
  margin-left: auto; 
  margin-right: auto;
}

tr.seccion-titulo-metallica {
  color: #cccccc;
  background-color: #000000;
  text-align:  left;
  font-weight: bold;
}

td.seccion-metallica {
  padding: 10px;
  background-color: #cccccc;
  color: #000000;
}

A.text-link:link    { background: transparent; text-decoration: none; color: #000000; }
A.text-link:visited { background: transparent; text-decoration: none; color: #000000; }
A.text-link:hover   { background: transparent; text-decoration: none; color: #000000; }
A.text-link:active  { background: transparent; text-decoration: none; color: #000000; }

/* Nasa --------------------------------------------- */
table.seccion-nasa {
  border-collapse: collapse;
  border-width: 1px;
  border-style: dashed;
  border-color: #009900;
  width: 85%;
  margin-left: auto; 
  margin-right: auto;
}

tr.seccion-titulo-nasa {
  color: #cccccc;
  background-color: #009900;
  text-align:  left;
  font-weight: bold;
}

td.seccion-nasa {
  padding: 10px;
  background-color: #cccccc;
  color: #000000;
}

/* Links --------------------------------------------- */
table.seccion-links {
  border-collapse: collapse;
  border-bottom: 1px #999999 solid;
  border-top:  1px #999999 solid;
  width: 90%;
  margin-left: auto; 
  margin-right: auto;
}

td.seccion-links {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  color: #000000;
  background-color: transparent;
}

/* Footer --------------------------------------------- */
table.seccion-footer {
  border-collapse: collapse;
  border-width: 0px;
  width: 90%;
  margin-left: auto; 
  margin-right: auto;
}

td.seccion-footer-l {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  width: 30%;
}

td.seccion-footer-m {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}

td.seccion-footer-r {
  padding: 10px;
  text-align: right;
  vertical-align: middle;
  width: 30%;
  color: #000000;
  background-color: transparent;
}

#footer-copy {
  color: #bcbcbc;
  background-color: transparent;
  font-style: italic;
  font-size: 8pt;
}
