#funciones{
  margin-left: 87px;
  margin-right: 23px;
}

#funciones table {
  border-collapse: collapse;
  width: 636px;
}

#funciones td .nombre {
  font-weight: bold;
}

#funciones table th.sino {
  width: 40px;
  height: 68px;
}

#funciones table th.sino span {
  display: none;
}

#funciones #core {
  background: url(/resources/aplicaciones/core.png) no-repeat;
}

#funciones #callcenter {
  background: url(/resources/aplicaciones/callcenter.png) no-repeat;
}

#funciones #assistant {
  background: url(/resources/aplicaciones/assistant.png) no-repeat;
}

#funciones #multisede {
  background: url(/resources/aplicaciones/multisede.png) no-repeat;
}

#funciones #lite {
  background: url(/resources/aplicaciones/lite.png) no-repeat;
}

#funciones tbody tr {
  height: 45px;
}

#funciones tr.impar {
  background-color: #ffe7d7;
}

#funciones td {
  padding: 6px 0;
}

#funciones td img.logo {
  float: left;
  margin: 0 6px;
}

#funciones td span {
  display: none;
}

#funciones td.sino {
  padding: 0;
  text-align: center;
}