/* Estilos comunes en todas las páginas */
body {
  margin: 0px;
  font-family: georgia;
  font-size: 9pt;
  overflow: hidden;
  background-image: url(/img/fondo.general.gif);
}

/* Capa más externa, alberga todos los contenidos de la página actual. */
table.contenedor {
  width: 796px;
  height: 98%;
  margin-top: 1%;
}

table.contenedor td.supizq {
  width: 11px;
  height: 10px;
}

table.contenedor td.sup {
  background-color: #4a5c03;
  width: 755px;
  height: 10px;
}

table.contenedor td.supder {
  width: 14px;
  height: 10px;
}

table.contenedor td.izq {
  background-color: #4a5c03;
  width: 11px;
  height: 98%;
}

table.contenedor td.der {
  background-image: url(/img/contorno.der.gif);
  background-repeat: repeat-y;
  width: 14px;
  height: 98%;
}

table.contenedor td.infizq {
  width: 11px;
  height: 15px;
}

table.contenedor td.inf {
  background-image: url(/img/contorno.inf.gif);
  background-repeat: repeat-x;
  width: 755px;
  height: 15px;
}

table.contenedor td.infder {
  width: 14px;
  height: 15px;
}

/* Todos los enlaces del área general */
a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


