.foro_master {
	border-bottom: 1px solid #e8e8e8;
}

.foro_titulo_master {
	color: Green;
	font-size: 22px;
	font-weight: bold;
}

.foro_desc_master {
	font-size: 22px;
	color: #282828;
}

.foro_master_view {
	border-bottom: 2px solid #e8e8e8;
	margin-bottom: 18px;
}

.foro_master_view_tit {
	color: #003366;
	font-size: 24px;
	font-weight: bold;
}

.foro_master_view_desc {
	font-size: 24px;
	color: #282828;
}

.foro_sub {
	padding: 0px 0px 25px 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	border-bottom: 1px solid #a8a8a8;
	clear:both;
}

.foro_sub_tab_1 {
	padding: 4px 4px 4px 4px;
	float: left;
	width: 475px;
}

.foro_sub_tab_2 {
	padding: 4px 4px 4px 4px;
	float: right;
	width: 70px;
	text-align: center;
}

.foro_sub_tab_3 {
	padding: 4px 4px 4px 4px;
	float: right;
	width: 70px;
	text-align: center;
}

.foro_sub_tit{
	font-size: 18px;
	color: #003366;
}

.foro_sub_desc {
	font-size: 14px;
	color: #282828;
}

.foro_hilo_tit {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.foro_hilo_tit a:over {
	text-decoration: underline;
}

/* -- HILOS ----------------------------------------------------------------------------------- */
.hilo_foro_master {
	
}

.hilo_foro_titulo_master {
	color: Green;
	font-size: 12px;
	font-weight: bold;
}

.hilo_foro_desc_master {
	font-size: 12px;
	color: #282828;
}

.hilo_titulo{
	font-size: 26px;
	color: #282828;
	font-weight: bold;
}

.hilo_descripcion {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;  
   line-height: 20px; 	
  BACKGROUND: url(imagenes/bgw_275.gif) repeat-x left top;
}

.hilo_user_box {
	color: #282828;
	border: 1px solid #c8c8c8;
	padding: 4px;
	background-color: #ffffff;
}

.hilo_user_box a, .hilo_user_box span {
  color: #282828;
}

.hilo_link_add {
	font-size: 18px;
	color: #242424;
    margin: 4px;
    padding: 4px;
    clear: both;
}

/* -- POSTS ------------------------------------------------------------------------- */

.post_par {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 0px;
	width: 100%;	
	padding-bottom: 15px;
	padding-top: 10px;
}

.post_impar {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 0px;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 10px;
	background-color: #f6f6f6;
}

.post_head {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 6px;
	width: 100%;	
	padding-bottom: 10px;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #f4f4f4;
}

.post_fecha {
	color: #686868;
}

.post_user {
	float: right;
	width: 300px;
}

.post_descripcion {
	line-height: 18px;
}

.post_link_add {
	color: Green;
	font-weight: bold;
    padding: 4px;
    margin: 4px;
    border: 1px solid Green;
}