

table.borderTable {
    border: 0px;
    margin : 0 auto;
  }


td.tableNW {
    background: url('../imagenes/tablas/lista/nw.png');
    background-position : bottom left;
    background-repeat : no-repeat;
  }


td.tableNE {
    background-image : url('../imagenes/tablas/lista/ne.png');
    background-position : bottom right;
    background-repeat : no-repeat;
  }


td.tableSW {
    background: url('../imagenes/tablas/lista/sw.png');
    background-position : top left;
    background-repeat : no-repeat;
  }


td.tableSE {
    background: url('../imagenes/tablas/lista/se.png');
    background-position : top right;
    background-repeat : no-repeat;
  }


td.tableHtop {
    background: url('../imagenes/tablas/lista/h.png');
    background-position : bottom;
    background-repeat : repeat-x;
	text-align: left;
  }

td.tableHbottom {
    background: url('../imagenes/tablas/lista/h.png');
    background-position : top;
    background-repeat : repeat-x;
  }

td.tableV {
    background: url('../imagenes/tablas/lista/v.png');
    font-size: 1px;
  }

img.titulo_tabla {
	margin-bottom: 6px;
  }


td.tableCenter {
    border: 0px;
    margin: 0px;
    padding: 0px;
  }


td.tableSeparator {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: url('../imagenes/tablas/lista/h.png');
  }

