@CHARSET "ISO-8859-1";


.chat
{
  color: #ffffff;
  font: 13px Tahoma;
  position: fixed; 
  bottom: 55px;  
  
  top: auto;
  left: 200px; 
  right: auto;
  background-color: transparent;/*#000*/
  border: 0px;
  padding: 0px 5px 20px;
  z-index: 9; /* antes era 3*/
  
  width:300px;
  height:60%;
  
  text-align:left;
}

.titMenuChatClass 
{
  background: transparent url(img/chat/botonesChat.png) no-repeat scroll 0 0; 
  bottom: 0px; 
  cursor: pointer; 
  font-size: 16px; 
  height: 50px; 
  left: 230px; 
  position: absolute; 
  width: 120px; 
  z-index: 9;  
  }

.listToggleChat
{ 
  background: transparent url(img/chat/flechitasChat.png) no-repeat scroll 1px 10px;
  height:100%;
  width:19px;
  position:relative;
  bottom:0px;
  border:1px solid #ffffff;
  } 

.membersChat
{ 
  background: transparent url(img/chat/flechitasChat.png) no-repeat scroll -29px 10px;
  height:100%;
  width:41px;
  overflow-y: auto;
  overflow-x: hidden;
  position:relative;
  bottom:0px;
  border:1px solid #ffffff;
  } 

.contChat
{
  height:100%;
  width:275px;
  left:24px;
  position:absolute;
  top:0px;
  bottom:0px;
  overflow-y: auto;
  overflow-x: hidden;
  border:1px solid #ffffff;
  }

.chatTxt
{
  font: 10px Tahoma;
  }

.chatSize
{	
  position:relative;
  bottom:40px;
  width:99.5%; 
  height:90%;
  top:0px;
  background-color:#000;
  }

.chatInputPos
{
  position: relative; 
  bottom: 0px;
  height: 24px;
  width:100.2%
  }

.chatInput
{
  width: 100%; 
  background-color: rgb(51, 51, 51); 
  position: relative; 
  bottom: 0px; 
  color: rgb(238, 238, 238);
  }

.chatCargandoPos
{
  position:absolute;
  left:0px;
  
  font-size:9px;
  }

.esquinasArriba
{ 
  background: url(img/esquina2.png) no-repeat top right; 
  }

.esquinasArriba2 
{ 
  font-size: 0;
  height: 20px; 
  background: url(img/esquina1.png) no-repeat top left; 
  }

.esquinasAbajo 
{ 
  background: url(img/esquina3.png) no-repeat bottom right; 
  }

.esquinasAbajo div 
{ 
  font-size: 0;
  height: 20px; 
  background: url(img/esquina4.png) no-repeat bottom left; 
  }
