#bar_margin {
    bottom: 26px;
    position: fixed;
    color: #000;
    width: 100%;
    text-align: center;
    height: 14px;
    border-bottom:1px solid #121212;
} #chat_bar {
    background: #313131;
    border-color: #3C3C3C #121212 #131313 #404040;
    border-style: solid;
    border-width: 1px;
    bottom: 0px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    /*height: 25px;*/
    height:0px;
    font: small monospace;
    font-size: small;
    margin-right: 50px;
    z-index:1000;
    position:fixed;
    padding-top:4px;
} #btn_usr {
    background: #313131 url(group.png) no-repeat 4px 4px;
    border-left: 1px solid #3C3C3C;
    width: 200px;
    float: right;
    cursor: pointer;
    text-align: left;
    height: 25px;
} #btn_chat {
    border-right: 1px solid #121212;
    height: 25px;
    background: #313131 url(chatbook/comments.png) no-repeat 4px 4px;
    position:relative;
    float:right;
    cursor:pointer;
    border-left:1px solid #3C3C3C;
    width:257px;
} .title {
    background-color: #864E4A;
    border: 1px solid #C23631;
    color: #F0CDCC;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    text-align: left;
    white-space: nowrap;
    padding: 2px;   
    cursor: pointer;
} #chat_win {
    background: #FFFFFF;
    border-color: #3C3C3C #121212 #131313 #404040;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    color: gray;
    font: small monospace;
    font-size: small;
    font-weight: bold;
    float: right;
    width: 251px;
    height: 320px;
    margin-right: 12px;
    bottom: 25px;
    right: 189px;
} #usr_list {
    background: #FFFFFF;
    border-color: #3C3C3C #121212 #131313 #404040;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    color: gray;
    font: small monospace;
    font-size: small;
    font-weight: bold;
    float: right;
    width: 200px;
    height: 300px;
    /*	margin-right:12px;	*/
    bottom: 25px;
    right: 0px;
}

/*
 *
 */ #usr_connect li {
    clear: left;
    list-style-type: none;
    height: 26px;
    padding: 2px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    width: 190px;
    margin: 0px;
    color: #00008b;
    text-align: left;
} #chat_entry {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    padding: 4px;
} #chat_win li {
    clear: left;
    list-style-type: none;
    cursor: pointer;
    display: block;
    text-decoration: none;
    width: 240px;
    margin: 0px;
    color: #00008b;
    text-align: left;
}

/*
 *
 */ .usrOn {
    background-image: url(online.png);
    background-position: right top;
    background-repeat: no-repeat;
} .usrOff {
    background-image: url(offline.png);
    background-position: right top;
    background-repeat: no-repeat;
} .usrIdle {
    background-image: url(idle.png);
    background-position: right top;
    background-repeat: no-repeat;
} 
#msg_area textarea {
    border: 1px solid gray;
    width: 235px;
    height: 76px;
    position: absolute;
    bottom: 7px;
    left: 4px;
    background-color:#FFFFFF;
    color:#000000;
} 
#chars_limit {
    border-top: 1px solid gray;
    /*position: absolute;*/
    bottom: 90px;
    width: 245px;
    display:inline;
} #msg_win {
    width: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 157px;
    font-weight: normal;
}

span {
    padding-right: 4px;
} #time_chat, #usr_msg {
    padding-right: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
} #usr_nick {
    padding-right: 4px;
    font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-weight: bold;
} .rowA {
    background-color: #222222;
    color: #FFFFFF;
} .rowB {
    background-color: DarkOliveGreen;
    color: #FFFFFF;
} #weather_widget{
	display:inline;
	white-space:nowrap;
	float:right;
	width:90px;
	height:25px;
	position:absolute;
}

/*Configuracion de iconos en div*/
.btnInBar{
	display:inline-block;
	white-space:nowrap;
	width:20px;
	height:20px;
}

/*Tooltip sobre los iconos*/
.UITooltip_Wrap {
bottom:30px;
}
.UITooltip_Wrap, .UITooltip_Text {
display:block;
visibility:hidden;
}
.UITooltip_Wrap {
background:transparent url(../chatbook/7inlmzb8.gif) no-repeat scroll left bottom;
bottom:30px;
padding-bottom:4px;
position:absolute;
}

.UITooltip_Text {
background-color:#FFFFFF;
background-position:left bottom;
color:#000000;
left:0;
max-width:250px;
padding:3px 8px 4px;
white-space:nowrap;
}