
/* CSS Document */

#listado_comentarios {
	margin-top:15px;
	font-size   : 12px;	
	
}

#mensaje_comentario { 
	font-weight 	: normal;
	width       	: 640px;
	clear			: both; 
	margin-bottom	: 20px;
	text-align		: justify;
	color: #333;
	line-height: 1.5em;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}  
#mensaje_comentario a { 
	/*color: #E56212;*/
	font-weight:bold;
} 

.btn_comentario{
/*background-image:url(../../../images/bg-botones.jpg);
background-repeat:no-repeat;*/
color:#FFFFFF;
font-size:16px;
font-weight:bold;
border:none;
margin-top:15px;
padding: 5px;

}
#titulo_mensaje_comentario { 
	font-family : arial;
	font-size	: 11px;
	font-weight : bold;
	clear			: both; 
}

#seudonimo_comentario {
	margin-top     : 8px;	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Tahoma;
	font-size		: 16px;
	width          : 100%;
	padding: 5px 3px;
	border-bottom:#3d1900 thin dotted; 
	border-top:#3d1900 thin dotted; 
	color:#3d1900;
	font-weight:bold;
}

#texto_comentario {
	
	margin-top     : 8px;
	text-align: justify;
	color: #333;
	line-height: 1.5em;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal	
}
