
.title_forum
{

	background-color:#171759;
	border:solid #ffffff;
	border-width:1px;
	padding:4px;
	margin-top:5px;
	margin-bottom:5px;

}

.links_header
{

	background-color:#29289e;
	padding:10px;
	padding-left:18px;
	padding-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:-20px;
	margin-right:0px;
	overflow:hidden;
	margin-right:-20px;
	/*border:solid #ffffff;
	border-width:1px;*/
	position:relative;

}

.left_header
{

	float:left;

}

.right_header
{

	/*float:right;*/
	text-align:right;
	

}

.table_forum
{

	margin-bottom:5px;

}

.forum
{

	border:solid #ffffff;
	position:relative;
	

}

.forum td
{

	text-align:center;
	font-size:14px;
	font-weight:bold;
	font-family:verdana, sans;
	text-decoration:none;
	color:#ffffff;
	border:solid #ffffff;
	border-width:1px 1px 1px 1px;
	background-image:url('../../images/fondo_titulo.png');
	background-repeat:repeat-x;
	padding:4px;
	background-color:#3737d7;

}

.list_forum
{


}

.list_forum td
{

	border:solid #ffffff;
	border-width:1px;
	text-align:center;
	text-align:center;
	font-weight:bold;
	font-family:verdana, sans;
	text-decoration:none;
	color:#ffffff;
	border:solid #ffffff;
	border-width:1px 1px 1px 1px;
	margin-bottom:5px;
	padding:4px;
	font-weight:lighter;

}


.head_forum
{

	margin:5px 0px 5px 0px;
	position:relative;
	overflow:hidden;
	height:100%;
	padding:0px;
	/*border:solid #ffffff;
	border-width:1px 1px 1px 1px;*/

}

.topic 
{

display:block;
width:20px;
height:20px;
float:left;
padding:5px;
/*border:solid #ffffff;
border-width:1px;*/
background-image:url('../images/topic.png');
background-repeat:no-repeat;
background-position:center;

}

.topic_closed
{

display:block;
width:20px;
height:20px;
float:left;
padding:5px;
/*border:solid #ffffff;
border-width:1px;*/
background-image:url('../images/topic_closed.png');
background-repeat:no-repeat;
background-position:center;

}

.new_topic 
{

display:block;
width:20px;
height:20px;
float:left;
padding:5px;
/*border:solid #ffffff;
border-width:1px;*/
background-image:url('../images/new.png');
background-repeat:no-repeat;
background-position:center;

}

.new_topic_closed
{

display:block;
width:20px;
height:20px;
float:left;
padding:5px;
/*border:solid #ffffff;
border-width:1px;*/
background-image:url('../images/new_closed.png');
background-repeat:no-repeat;
background-position:center;

}
