/* Hoja de estilos para la Portada de FacThor V2.0 */

/* Chat ******************************************************************/

.chat_tabla{
	background:		#E9E9E9;
	color:			#333333;
	border-top:		#C4C4C4 1px solid;
	border-bottom:	#C4C4C4 1px solid;
	border-left:	#C4C4C4 1px solid;
	border-right:	#C4C4C4 1px solid;
}

.chat_titulo{
	height:			30px;
	border-bottom:	#BE322E 1px solid;
	background:		#F3F3F3;
	color:			#333333;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-weight: 	bold;
}

.chat_texto{
	color:			#333333;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
}

.chat_textoRes{
	color:			#BE322E;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
}

.chat_input{
	color:			#333333;
	background:		#F3F3F3;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
}