/* Estilos comunes en todas las páginas */
/*
  Colores:
  
  marrón              : #010100;
  caramelo oscuro     : #bd8a14;
  caramelo claro      : #eecf70;
  caramelo muy claro  : #ffefbd;
  amarillo botones    : #e5e318;
  
  azul enlaces        : #110091;
*/
body {
  margin: 0px;
  font-family: arial;
  font-size: 10pt;
  background-image: url(/img/fondo.general.gif);
}

/* Para todas las tablas */
table {
  border-collapse: collapse;
}

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

table.contenedor td.overseasup {/*revisado*/
  text-align: right;
}

table.contenedor td.overseader {/*revisado*/
  background-image: url(/img/oversea.der.gif);
  background-position: top;
  background-repeat: no-repeat;
  vertical-align: bottom;
  padding: 0px 13px 0px 3px;
}

table.contenedor td.supizq {/*revisado*/
  width: 14px;
  height: 18px;
}

table.contenedor td.sup {/*revisado*/
  background-color: #010100;
  width: 751px;
  height: 18px;
  background-image: url(/img/contorno.sup.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}

table.contenedor td.supder {/*revisado*/
  width: 14px;
  height: 18px;
}

table.contenedor td.izq {/*revisado*/
  background-color: #bd8a14;
  vertical-align: top;
  width: 14px;
  height: 98%;
}

table.contenedor td.der {/*revisado*/
  background-color: #bd8a14;
  vertical-align: top;
  width: 14px;
  height: 98%;
}

table.contenedor td.infizq {/*revisado*/
  width: 14px;
  height: 14px;
}

table.contenedor td.inf {/*revisado*/
  width: 751px;
  height: 14px;
  background-color: #bd8a14;
}

table.contenedor td.infder {/*revisado*/
  width: 14px;
  height: 14px;
}

/* Menú inferior */
td.menuinf {/*revisado*/
  text-align: center;
  font-size: 10pt;
  color: #444444;
  border-bottom: 1px dotted #eecf70;
  padding-bottom: 2px;
}

td.menuinf a {/*revisado*/
  color: #110091;
}

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

a:hover {/*revisado*/
  text-decoration: underline;
}

/* Botones */
a.boton {/*revisado*/
  background-color: black;
  padding: 0px 3px 0px 3px;
  font-family: arial;
  border: 1px dotted #888888;
  font-weight: bold;
  font-size: 10pt;
}

a.boton:hover {/*revisado*/
  background-color: #8c8c7b;
  text-decoration: none;
}

a.boton img {/*revisado*/
  vertical-align: -1px;
}

li {
  font-family: arial;
  font-size: 10pt;
}
