.notificacion{
  background:#500;
  width:115px;
  height:18px;
  margin-left:0;
  overflow: hidden;
  cursor:pointer;
}
.notificacion p{
  font-size:10px;
  text-align: center;
  color:#fff;
  width:115px;
  margin-top:2px;
}
#lista_users{
  width:109px
}

.chat_user {
    padding: 7px 0px;
    cursor: pointer;
    width: 97px;
    background: #D6CB9F;
    margin-bottom:5px;
}

.chat_image {
    width: 75px; height: 74px;
    overflow: hidden;
    margin: 0 auto;
}

.chat_info{ text-align:center; font-weight: bold; font-size: 11px; margin-top: 3px; }

.chat_marca {
    position: absolute;
    width: 6px; height: 6px;
    top: 5px;  left: 5px;
    background: url(../images/chat/chat_on.jpg);
}

.disabled { cursor: pointer; }
.disabled .chat_foto, .disabled .chat_info {
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.disabled .chat_marca { background: url(../images/chat/chat_off.jpg); }

#ventana_mensaje{
  width:495px;
  height:350px;
  background: url(../images/mensajes.png) left top;
  position:absolute;
  left:325px;
  top:20px;
  z-index: 11;
  display:none;
}
#ventana_mensaje h5{
   color:#fff;
   width:397px;
   margin:25px 0 0 31px;
   font-size:17px;
   float:left;
}
#ventana_mensaje #btn_close{
  width:41px;
  height:30px;
  float:left;
  cursor:pointer;
  margin-top:21px;
}
#ventana_mensaje #hablados{
  width:432px;
  height:42px;
  float:left;
  margin:10px 0 0 32px;
  overflow: hidden;
}
#ventana_mensaje .person{
    color: #fff;
    float: left;
    font-size: 13px;
    height: 18px;
    overflow: hidden;
    margin-top: -1px

}
#ventana_mensaje .table_talk {
    float: left;
    height: 18px;
    display: inline-block;
    width: auto;
    background: #9C8E72;
    border-radius: 2px;
    margin-right: 4px;
    margin-top: 2px;
    padding-left: 5px;
    padding-right: 3px;
    overflow: hidden;
}
#ventana_mensaje .table_talk .btn_close {
    width: 16px;
    height: 14px;
    float: left;
    margin-left: 3px;
    margin-top: 3px;
    border-radius: 2px;
    cursor: pointer;
    background: url(../images/chat/btn_cerrar.png);
}
#ventana_mensaje #caja_mensajes{
    color:#444;
    font-size:14px;
    width:432px;
    height:168px;
    margin:12px 0 0 32px;
    float:left;
    overflow-y:scroll; 
}
#ventana_mensaje #intro{
  width:331px;
  height:30px;
  background: none;
  border:none;
  float:left;
  margin:4px 0 0 36px;
}
 #ventana_mensaje #btn_enviar{
  width:88px;
  height:30px;
  cursor:pointer;
  float:left;
  margin-top:4px;
}
.chat_puntos.green{
  color:#00816B;
}
