#box_feeds p {
  text-align: left;
}

#tabla_feeds {
  table-layout: fixed;
  border-collapse: collapse;
  word-wrap: break-word;
  border-spacing: 0px; 
}

#tabla_feeds table {
  table-layout: fixed;
  border-spacing: 0px; 
}

#tabla_feeds_tbody > tr {
  border: solid #E0E0E0 1px;
}

#tabla_feeds .a_titulo {
  color: #003399;
  text-decoration: none;
}

#tabla_feeds .a_titulo:visited {
  color: #4D7094;
}

#tabla_feeds .a_titulo div {
  border: 1px solid #E0E0E0;
  width: 100px;
  height: 75px;
}

#tabla_feeds .a_titulo_img {
  display: none;
  border: 0px;
}

#tabla_feeds .titulo {
  font-family: Arial,Helvetica,Sans Serif;
  font-weight: bold;
  font-size: 10.5pt;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
  padding-right: 5px;
}

#tabla_feeds .subtitulo, #tabla_feeds .msg_count span {
  color: #777777;
  font-family: Arial Narrow, Arial;
  font-size: 10.5pt;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}

#tabla_feeds .msg_count {
  white-space: nowrap;
}

#tabla_feeds .a_subtitulo {
  color: #777777;
  text-decoration: none;
}

#tabla_feeds .a_subtitulo:hover {
  color: #AAAAAA;
  text-decoration: underline;
}

#tabla_feeds .mini_group_border {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 1px;
  vertical-align: middle;
  margin-right: 4px;
}

#tabla_feeds .mini_user_border {
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 2px;
  vertical-align:middle;
  margin-right: 4px;
}

#tabla_feeds .msg_count img {
  margin-right: 5px;
  vertical-align: middle;
  max-width: none;
}

#tabla_feeds .msg_count span {
  margin-right: 9px;
}
