/* CSS Document */
/*body {
	font:12px arial;
	color: #222;
	padding:35px; 
}


#imagen {
width: 400px;
height: 219px;
background-image: url(“pildora.png”) !important;
background-image: none;
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’imagen/pildora.png’);
}

*/
form, p, span {
	margin:0;
	padding:0; 
}

input { font:12px arial; }

a {
	color:#0000FF;
	text-decoration:none; 
}

a:hover { text-decoration:underline; 
	}

#wrapper, #loginform {
	/*margin:44px auto;*/
	padding-bottom:6px;
	background: url('../img/fondo_chat.jpg') #EBF4FB !important;
	/*width:395px;*/
	width:350px;
	height: 430px;
	border:2px outset;
}

#loginform { padding-top:18px; }

#loginform p { margin: 5px; }

#chatbox {
	text-align:left;
	margin:0 auto;
	font-size: 11px;
	margin-bottom:15px;
	margin-top: 5px;
	padding:10px;
	background:#fff;
	height:300px;
	/*width:360px;*/
	width:317px;
	border:2px inset;
	overflow:auto; 
	line-height:14px;
}

#usermsg {
	/*width:300px;*/
	width:255px;
	border:1px solid #ACD8F0; 
	margin:5px 0 0 11px;
	float: left;
}

#submit { width: 60px; }

.error { color: #ff0000; }

#menu { padding:12.5px 25px 12.5px 25px; }

.welcome { float:left; }

.logout { float:right; }

.msgln { margin:0 0 2px 0; }

/* the overlayed element */ 
.overlaymsg2 { 
		/**/
		font-family:arial;
		position: absolute;
    /* initially overlay is hidden */ 
    display:none; 
    /*background-color: #F9F9F9;*/
    /* growing background image */ 
    /*background-image:url(../img/white.png);*/
    
    background:url(../../../img/fondo-capa-chat.png);
    background-repeat:no-repeat;
    
    
     /*background-image:url(../img/trans.gif);*/
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:530px;
    /* some padding to layout nested elements nicely  */ 
    padding: 20px 10px 20px 10px;
    margin: -300px 0 0 -246px;
    /* a little styling */     
    /*font-size:11px; */
    color:#333333;
} 

#error_contenido {
	
}
 
/* default close button positioned on upper right corner */ 
.overlaymsg2 div.close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:-20px; 
    top:-20px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}



.consul_chat ul {			
	padding: 0px;
	margin: 0px;
}

.consul_chat li {			
	list-style: none;
}
.consul_chat li.highlight {			
	background-color: rgb(233, 233, 233);
}
