#main_chat{
  position: relative;
  height: 440px;
  margin-bottom: 30px;
}
#chat_blog_container {
  background: none repeat scroll 0 0 white;
  height: 400px;
  margin: 0 auto;
  position: absolute;
  overflow: auto;
  width: 97%;
}
#chat_wrap{
  background: none repeat scroll 0 0 white;
  margin: 1%;
  position: relative;
  width: 99%;
}
#line_chat{
  background-color: #E5E5E5;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
  color: #555555;
  height: 30px;
  left: 36px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 406px;
  width: 94%;
}
#line_chat input {
  height: 76%;
  left: 0;
  padding-left: 30px;
  position: absolute;
  width: 99%;
}
#line_chat button{
  float: right;
  padding: 0 20px;
  position: relative;
  right: 2px;
  top: 5px;
}

#tabla_chat{
  width: 100%;
}
.mensaje{
  border: 0px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
  list-style: none outside none;
  margin-bottom: 0;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-top: 6px;
  text-align: left;
}
.mensaje span{
  margin-left: 0; 
}
.nombre{
  width: 160px;
}
.fecha{
  width: 150px;
}
.span_fecha {
  float: right;
  padding-right: 30px;
}
.elimina_mensaje{
  display: none;
  cursor: pointer;
}