/* 
 * ejercicio.css
 * ---------------------------------------------------------------------------
 * Proyecto : Eslabon
 * Autor    : Juan Zuriaga <jzuriaga at lyonsoft.com>
 * Fecha    : 17/02/2007 22:54:04
 * ---------------------------------------------------------------------------
 * Estilos para la aplicación web ESLABON
 * 
 */
.autor {
  font-style: italic;
  text-indent: 26px;
}
.mw_numero, .mw_texto, .mw_lista {
  font-family: arial,helvetica,sans-serif;
  margin-bottom: 10px;
}

.mw_number, .mw_numero {
  text-align: right;
}

.mw_lista {
  color: #7e7e7e;
  width: 85px;
}
