
.popup {
	color: #6F3826;
	font-family: Verdana, Arial,Sans-serif;
	font-size: 19px;
	background-image: url('images/fondocontenido.jpg');
	background-repeat: no-repeat; 
	background-position: top center;
	text-align:left;
}


a
{
	color: #6F3826;
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
}

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

div.bg_div_toti {
	background-image : url(images/background.jpg);
	background-repeat : repeat-x;

	width: 100%;
	
	padding-top: 13px;
	padding-right: 7px;
	padding-left: 12px;
	padding-bottom: 5px;
}



/* FONT SIZES */

.gen {
	font-size: 11px;
	font-weigh: bold;
}

.gensmall {
	font-size: 11px;
}

.nav, .genmed {
	font-size: 11px;
}

.genlarge {
	font-size: 14px;
}

.maintitle {
	font-size: 16px;
}

a.maintitle {
	font-size: 16px;
}










/* SITE DESCRIPTION */

.siteinfo{
	font-size : 14px;
	text-align: center;
}

.sitename {
	font-weight: bold;
}

.sitedesc {
	font-style: italic;
}

/* BOXES *(


/* Generic */

.box_panel_center {
	padding-top: 10px;
	height: 24px;
	font-weight: bold;
	font-size : 14px;
	color: #6F3826;
}

.box_panel_center a {
	color: #6F3826;
	font-weight: bold;
}

.box_panel_center a:hover {
	color: #520000;
	font-style: underline;
}

.box_panel_left {
	background: transparent;	

	width: 12px;
	height: 28px;
}

.box_panel_right {
	background: transparent;	

	width: 36px;
	height: 28px
}

/* Specific for Login */

.box_login_panel_left {
	background: transparent;	
	background-image : url(images/box_login_panel_left.gif);
	width: 12px;
	height: 28px;
}

.box_login_panel_right {
	background: transparent;	
	background-image : url(images/box_login_panel_right.jpg);
	width: 36px;
	height: 28px
}


/* Specific for Forum Index */

.box_index_panel_left {


	width: 58px;
	height: 28px;

}

.box_index_panel_right {

	width: 36px;
	height: 28px;
}

.box_online_panel_left {

	width: 89px;
	height: 28px;

}

.box_online_panel_right {

	width: 36px;
	height: 28px;
}


/* Specific for Forum View */

.box_forum_panel_left {

	width: 47px;
	height: 28px;

}

.box_forum_panel_right {
	width: 36px;
	height: 28px;
}


/* Specific for Topic View */

.box_topic_panel_left {
	background-color: #E6E6E6;
	width: 198px;
	height: 28px;

}

.box_topic_panel_right {
	background-color: #E6E6E6;	
	width: 36px;
	height: 28px;
}



/* Content boxes */

.box_content {
	/*background-color: White;*/
}

.box_title {
	color: #6F3826;
}

.box_title a {
	color: #6F3826;
}

.box_title a:hover {
	color: #ffffff;
	font-sytle: underline;
}

.box_title a:visited {
	color: #6F3826;
}


/* BUTTONS */


/* ############################################## */

/* Generic */

/* Navigation buttons, "sliding doors" technique, courtesy of: http://www.alistapart.com/articles/slidingdoors/ */

    .btn_gen {
      float:left;
      width:100%;
      line-height:normal;
      }
	  
    .btn_gen ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
	  width: auto;
      }
	  
    .btn_gen li {
      display:inline;
      margin: 0px 5px 0px 0px;
      padding: 0;
	  width: auto;
	  white-space: nowrap;
      }
	  
    .btn_gen a {
      float:left;
      background:url("images/btn_gen_cap_left.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 17px;
      text-decoration:none;
	  font-size: 12px;
	  width: auto;
	  white-space: nowrap;	    	    
      }
	  
    .btn_gen a span {
      float:left;
      display:block;
      background:url("images/btn_gen_cap_right.jpg") no-repeat right 1px;
      padding: 5px 12px 4px 5px;
	  margin-bottom: 4px;
	  width: auto;	  	  
      }
	  
	html>body .btn_gen a {
      background:url("images/btn_gen_cap_left.png") no-repeat left top;
	  width: auto;	  
      }
	  
    html>body .btn_gen a span {
      background:url("images/btn_gen_cap_right.png") no-repeat right top;
	  width: auto;	  
      }
	  
  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .btn_gen a span {float:none;}
    /* End IE5-Mac hack */
	/*
    btn_gen a:hover span {
      color:#333;
      }
	*/
    .btn_gen a:hover {
      background-position:0% -28px;
	  text-decoration: none;
      }
    .btn_gen a:hover span {
      background-position:100% -28px;
      }
	  
	  
    html>body .btn_gen a:hover {
      background-position:0% -28px;
	  text-decoration: none;
      }
    html>body .btn_gen a:hover span {
      background-position:100% -28px;
      }		  


/* Register */

	#btn_register {
	
		/* position: absolute;
		width: 100%;
		text-align: right;
		padding-right: 32px;
		top: 32px;
		left: 0px; */
		
  position:absolute;
  margin-top:0px;
  left:0px;
  width: 100%;
  display: block;
  text-align: right;
  z-index: 10;		
	
	} 	  


	  

/* TABLES */

/* Creates a table with 1px borders, source: http://archivist.incutio.com/viewlist/css-discuss/34089 */

.stdtable {
	border-top: 0px solid #E4E4E4;
	border-left: 0px solid #E4E4E4;
	background-color : transparent;
	}

.stdtable td.stdcontent {
	border-bottom: 0px solid #6F3826;
	border-right: 0px solid #E4E4E4;
	background-color : transparent;
	padding: 2px;
}


.linea  {
	border-right: 0px solid #E4E4E4;
	background-color : #6F3826;
	padding: 0px;
	margin-top:0px;
	height: 10px;

}



.line {
	BACKGROUND: url(images/borderLine.gif)  no-repeat center bottom; MARGIN: 10px auto; WIDTH: 550px; HEIGHT: 4px
}


hr {

height: 1px;
}

td.stdcontentwhite {
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	background-color : transparent;
	
}
td#centercolumn img
{
	background: transparent;
	border: 0px solid #fff;
}

/* CONTENT */

.stdcontent_single {
	background-image : url(images/box_content_hfill_top.jpg);
	background-repeat : repeat-x;
	font-size : 11px;
}

.stdcontent {
	border-right: 1px solid #E4E4E4;
	font-size : 11px;
	background-color : transparent;
}

}



/***********************************************************************************************/

/* FORUM INDEX */

/* Descriptions for the columns in the forum index */

.table_index_col_desc {
	background-color : #6F3826;
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	text-align : center;
	margin-bottom: 10px;
	height: 16px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
}

/* Forum index column style */

p.index_posts {
	text-align: center;
	font-size : 11px;
}

p.index_topics {
	text-align: center;
	font-size : 11px;
}

p.index_last_post {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align : middle;	
}

.index_mod {
	font-size : 11px;
}


/* Forum view specific styles */

.table_forum_col_desc {
	background-color : #6F3826;
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica;
	text-align : center;
	color: white;
	font-weight: bold;
	height: 16px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left: 5px;
	padding-right: 5px;
}

.forum_topic_title {
	color: #000000;
}

p.forum_replies {
	text-align: center;
	font-size : 11px;
}

p.forum_author{
	text-align: center;
	font-size : 11px;
}

p.forum_views {
	text-align: center;
	font-size : 11px;
}

p.forum_last_post {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align : middle;
}


.topictitle {
	
}

.topictitle a {
	
}

.viewmode {
	background-color : transparent;
}


/* TOPIC VIEW specific */




/* Posts in viewtopic */

.post {
	font-size: 12px;	
}

td.postbottomtoti { vertical-align: bottom;}
.post_user_name {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	padding-top: 15px;
	text-align: left;	
}

.post_user_rank {
	font-size: 10px;
	font-style: italic;
	text-align: left;	
}

.post_post_details {
	font-size: 10px;
	text-align: left;
	padding-bottom: 2px;
}

.post_date_time {
	background-image : url(images/icon_post_datetime.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
	font-size: 10px;
	text-align: left;
		
}

.post_msg_subject {
	font-size: 12px;
	padding-bottom: 8px;
}

.post_msg_text {
	font-size: 12px;
	line-height: 1.1em;
	width: auto;
}

/* for ie */
.post_msg_text {
	float: left;
}

/* for firefox */
html>body .post_msg_text {
	float: none;
}

.post_postbuttons {
	padding: 0px;
	margin-left: 32px;
	padding-left: 8px;
	padding-right: 2px;
	width: 28px;
	float: right;
	text-align: right;
}

/* eff aye cue */

.faq_item {
	margin: 14px 0px 8px 0px;
}

/* QUOTE and CODE blocks */

.code {
	font-family: Courier, 'Courier New', sans-serif; 
	font-size: 12px; 
	color: #006600;
	background-color: #FAFAFA; 
	border: #D1D7DC; 
	border-style: solid;
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px
}

.quote {
	font-size: 12px;
	color: #444444;
	line-height: 125%;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px
}


/* CREDITS and COPYRIGHT notices */

/* The style formatting below MAY NOT BE ALTERED WITHOUT PERMISSION OR YOU MAY NOT USE THIS THEME */

div.credits {
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}