
#chaty {
	margin-right: -1px;
	float: right;
	position: absolute;
	right: 0px;
	bottom: 28px;
	background: #fff;
	width: 320px;
	height: 400px;
	border: 1px solid #c3c3c3;
	border-bottom: 0;
}

#rbar {
font: 10px normal Verdana, Arial, Helvetica, sans-serif;
width: 94%;
min-width: 432px;
position: fixed;
bottom: 0; left: 0;
background: #e3e2e2;
border: 1px solid #c3c3c3;
border-bottom: none;
margin: 0 3%;
}

#rbar ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#rbar ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#rbar ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}

#rbar ul #chat a{
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	margin-top: -2px;
	margin-right: -1px;
	border: 1px solid #000;
	padding: 5px;
	padding-bottom: 6px;
	border-bottom: 0px;
	background: url(toolbar/fondo_negro.png) #434343;
	width: 90px;
	text-indent: 0;
}

#rbar ul #chat a:hover{	background: url(toolbar/fondo_negro_h.png) #7c7c7c; }

#rbar ul #inises a{
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 #744e25;
	margin-top: -2px;
	margin-right: -1px;
	border: 1px solid #a26e35;
	border-bottom: 0px;
	background: url(toolbar/fondo_naranja.png) #ff8f00;
	width: 110px;
	padding: 5px;
	padding-bottom: 6px;


	text-indent: 0;
}

#rbar ul #inises a:hover{	background: url(toolbar/fondo_naranja_h.png) #ffd199; }

#rbar li#inises, #rbar li#chat {	float: right; text-align: center;}

html #rbar ul li a:hover{	background-color: #fff; }
html #rbar ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}

#rbar a.inicio{
	background: url(toolbar/inicio.png) no-repeat 10px center;
	width: 30px;
	padding-left: 35px;
	border-right: 1px solid #bbb;
	text-indent: 0;
}

a.perfil{	background: url(toolbar/perfil.png) no-repeat center center;  }
a.amigos{	background: url(toolbar/amigos.png) no-repeat center center; }
a.editarp{	background: url(toolbar/editarp.png) no-repeat center center; }
a.favoritos{background: url(toolbar/favoritos.png) no-repeat center center; }
a.mensajes{	background: url(toolbar/mail.png) no-repeat center center; position: absolute; }

a.mensajes div{
	text-indent: 0;
	font-size: 8px;
	color: #fff;
	text-shadow: 0 1px 0 #791818;
	text-align: center;
	position: absolute;
	width: 11px;
	height: 11px;
	-moz-border-radius:7px;
	border-radius:7px;
	top: 3px;
	right: 2px;
	background: #ff4646;
}
