@CHARSET "UTF-8";

#tagboard {
	position: fixed;
	left: 20px;
	bottom: 0;
	width: 220px;
	overflow: hidden;
	z-index: 3;
}



#taggrande #tagboard {
	left: 0;
	margin: 0;
	width: auto;
	position: relative;	
	height: 100%;
}

#taggrande input[type=text] {
	width: 98%;
	margin: 10px auto 0; 
}


#tagTitulo {
	text-shadow: 2px 2px 2px #262653;
	text-align: center;
	font-weight: bolder;	
}

#tagMensajes {
	height: 250px;
	overflow: auto;
}


#taggrande #tagMensajes {
	overflow: auto;
	height: auto;
}

#tagOnline {
	overflow: auto;	
	padding-bottom: 10px;
	max-height: 75px;	
}

#tagOnlineGrande {
	overflow: auto;	
	padding-bottom: 10px;
	width: 200px;
	float: left;
	margin: 100px 0 0 30px;
}

#tagOnlineGrande #tagOnline {
	max-height: none;	
}



#taggrande #tagMensajes div div {
	float: right;	
	
}

#tagMensajes div {
	overflow: hidden;
	font-size: 13px;
	color: black;
	padding: 10px 5px;
	border-bottom: groove 2px #E0E0E0;
	min-height: 20px;
	
}

#tagMensajes div div {
	margin-top: 3px;
	margin-right: 5px;
	text-align: right;	
	font-size: 11px;
	border: 0;
	padding: 0;
	
}
#tagboard textarea {
	width: 190px;
	border-color: #acacac;
}

#tagboard .ventanaCentro {
	padding: 2px;	
}

#tagOnline ul {
	margin: 0; 
	padding: 0;	
}

#tagOnline li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 0.8em;
	margin-left: 15px;	
	
}


#online {
	position: fixed;
	margin-left: 250px;
	bottom: 0;
	overflow: hidden;
	z-index: 3;
}

#tagboard form {
	text-align: center;	
	margin-bottom: 5px;
}
