/************************************ tablas con borde ******************************************/
.tablas_listado {
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
}

    .tablas_listado th a {
      text-decoration:none;
      color:#333333;
      background-color:transparent;
      font-weight:bold;
    }
    .tablas_listado th a:hover {
      text-decoration:none;
      color:#ffffff;
      background-color:transparent;
      font-weight:bold;
    }
    .tablas_listado th {
      text-align:left;
      background-color:#e1e1e1;
      color:#333333;
    }

    .tablas_listado tr.par {
      background-color:#f9f9f9;
    }
    .tablas_listado tr.impar {
      background-color:transparent;
    }

    .tablas_listado td {
      border-bottom:1px solid #e1e1e1;
    }
    .tablas_listado span {
      color:#666666;
    }