.texto{
	color:#51378A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.textoUsuario{
	color:#7eb53a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.fechaHora{
	color:#006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.mensaje{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFCC; 
	padding-left:6px;
	padding-top:2px;	
	width:100%;
}
IMG {
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}

INPUT.formularios {
	BORDER: 1px solid;
	border-color:#51378A;
	FONT-SIZE: 10px; 
	WIDTH: 140px; 
	COLOR: #006666; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	BACKGROUND-COLOR: #FFFFCC;
}
TEXTAREA.formularios {
	BORDER-RIGHT: 0px solid; 
	BORDER-TOP: 0px solid; 
	FONT-SIZE: 9px; 
	BORDER-LEFT: 0px solid; 
	WIDTH: 280px; 
	COLOR: #006666; 
	BORDER-BOTTOM: 0px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	BACKGROUND-COLOR: #FFFFCC
}
.transparente{
	background-color:#FFFFFF;
	filter:alpha(opacity=80); 
   	-moz-opacity: 0.8; 
   	opacity: 0.8; 
}
#recuerdoLogin{
	   position: absolute; 
       bottom: 0; right: 0; 
       z-index: 10; 
	   background:#FFFFFF;
	   padding:5px;
       border:1px solid #CCCCCC;
       text-align:center; 
       font-weight:bold; 
}
#shout{
	POSITION: absolute;
	right: 100px;
	top:56px; 

}
#mensajes{
	POSITION: absolute;
	margin-left:0px;
	margin-top: 0px;
	padding-left: 4px;
	padding-top: 4px;	
	width:304px;
	height:250px;
	overflow:hidden;
	border:thin;
	border-style: solid;
	border-color:#006E7B;

}
#box{
	POSITION: absolute;
	width:304px;
	top: 290px;	
	border:thin;	
	border-style: solid;
	border-color:#006E7B;
	background-color:#006E7B;
	background-image:url(../imgschat/fondoPieSB.jpg);
	background-repeat:repeat-x;	
}
#mensajeBox{
	padding-top: 8px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom:thin;
	border-bottom-width: thin;
	border-bottom-style: solid;	
	border-bottom-color: #E2E2E2;
}
#equis{
	POSITION: absolute;
	top: 6px;
	right: 6px;
}