/* FORUM */

div.forum_module_top{
	height:31px;
	font-weight:bold;
	font-family:Times;
}

div.forum_module_top div div{
	background: url(../images/b-trcustom_middle.gif) no-repeat top right;
}

div.forum_module_top div div div{
	padding: 10px 5px 0px;
	background: url(../images/titular_rojo_izq2.png) no-repeat top left;
}

#forum_module{
	width:540px;
	margin-top:20px;	
	float:left;
}

#forum_module_bottom{
	width:538px;
	float:left;
	border:1px solid #C0C0C0;
	border-top:none;
}

#forum_module_bottom ul{
	list-style:none;
}

#forum_module_bottom ul li{
	list-style:none;
}

.forum_module_title{
	text-transform:uppercase;
	margin-left:5px;
	color:#fff;
	float:left;
}

.forum_module_link{
	float:right;
	font-weight:normal;
}

.forum_module_link a{
	text-decoration:none;
	color:#FFEB9B;
	margin-right:5px;
}

.forum_module_link a:hover{
	color:#FFEB9B;
}

.forum_module_content{
	margin-left:10px;
	color:#656565;
}

.forum_content_title{
	font-weight:bold;
	font-family:Times;
	font-size:13px;
	margin-bottom:5px;
}

.forum_content_title a{
	text-decoration:none;
	color:#000;
}

.forum_content_title a:hover{
	text-decoration:underline;
	color:#B00005;
}

.forum_content_date{
	font-size:10px;
	color:#666666;
	margin-bottom:10px;
}

.forum_content_replies{
	font-style:italic;
	font-weight:normal;
	color:#666666;
}

/* POPULAR */

div.popular_module_top{
	font-family:Times;
	font-weight:bold;
}

div.popular_module_top div div{
	background: url(../images/b-trcustom_middle.gif) no-repeat top right;
}

div.popular_module_top div div div{
	padding: 10px 5px 5px;
	background: url(../images/titular_rojo_izq2.png) no-repeat top left;
}

#popular_module{
	width:540px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
}

#popular_module_bottom{
	width:538px;
	border:1px solid #C0C0C0;
	border-top:1px solid #B00005;
}

#popular_module_bottom ul{
	margin-left:20px;
}

#popular_module_bottom a{
	text-decoration:none;
	color:#656565;
}

#popular_module_bottom a:hover{
	text-decoration:underline;
	color:#B00005;
}

.popular_module_title{
	text-transform:uppercase;
	margin-left:5px;
	color:#fff;
}

