/*
  Estilos de aplicación general a todo el sitio web
  
  rojo fuerte: #b71c1c;
  rojillo : #761e1f;
  marron general: #663300;
  marron claro: #fcf6e9;
  
  ancho general: 715px;
*/


/* Todas las secciones */
body {
  margin: 0px;
  background-color: white;
}

p {
  font-family: arial;
  font-size: 8pt;
}

/* Todos los enlaces */
a {
  color: #663300;
  text-decoration: none;
  font-size: 8pt;
}

a:hover {
  color: #b71c1c;
}

/* Tabla general de cada sección */
table.general {
  margin-top: 10px;
  height: 100%;
}

/* Menú */
table.menu {
  
}

table.menu td {
  vertical-align: bottom;
}

table.menu td p {
  margin: 0px 0px 5px 9px;
}

table.menu td p a {
  font-weight: bold;
}

/* Opción del menú superior */
table.menu td.opmenu {
  background-repeat: repeat-x;
  background-position: bottom left;
}
