/******************************************************/
/* Simpleboard CSS File                               */
/* These days, Simpleboard uses the Template CSS file */
/* It's adviced that you do not change this CSS file  */
/* Unless you know what you are doing... If you need  */
/* to change tableheader colours, or anything, look   */
/* in the template CSS file first... here there are   */
/* only definitions that are necessary but don't fit  */
/* the template CSS'es..                              */
/******************************************************/

.imgForo {
  width: 720px;
  max-height: 720px;
  overflow: hidden;
}

/* SimpleBoard footer Banner */
.sb_footer {
  font-size: 10px;
  text-align: center;
}

/* Post History */
.sb_review_table  {
  background-color:#F3F3F3;
}
.sb_review_header {
  background-color:#808080;
  color:#ffffff;
}
.sb_review_body0 {
  color:#404040;
  background-color:#E2E2E2;
}
.sb_review_body1 {
  color:#404040;
  background-color:#D1D1D1;
}        
.sb_review_message {
  width: 725px;
  overflow: hidden;
}        
.sb_review_quote {
  padding:4px;
  border:solid 1px #0000c0;
  background-color:#C0C0C0;
  color:#ffffff;
  font-size: 11px;
  clear: both;
  display: block;
}

.sb_define {
  color: #006600;
  text-decoration: underline;
}

.sb_code {
  padding:4px;
  font-family: Courier, 'Courier New', sans-serif;
  font-size: 10px; 
  color: #006600;
  background-color: #F0F0F0;
  border: solid 1px #808080;
  width: 700px;
  overflow: auto;
}

.sb_quote {
  padding:4px;
  border:solid 1px #003000;
  background-color: #f5f5f5 /* #e6f6f6 */ ;
  color:#000000;
  font-size: 11px;
  display: block;
  clear: both;
}  
  
/*new and not_new notifications */
.sb_new {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FF0000;
}

.sb_notnew {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #C0C0C0;
}
/*file attachments */
.sb_file_attachment {
  background: url(emoticons/file.png) no-repeat; 
  padding-top: 2px;
  padding-left: 35px;
  border:solid 1px #000000;
  background-color:#ededed;
  color:#000000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

/* write.html.php */

.image_hide {
  position: relative;
  visibility: visible;
  font-size: 10px;
  font-family: Arial, Sans Serif;
}

.file_hide {
  position: relative;
  visibility: visible;
  font-size: 10px;
  font-family: Arial, Sans Serif;
}

.general {
  position: relative;
  visibility: visible;
  font-size: 11px;
  font-family: Arial, Verdana, sans-serif;
}

/* post message layout */

.sb_leftcolumn {
  width: 200 px;
  padding-top: 8px;
  text-align: right;
}

/*avatar picture */
.sb_avatar {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  display: block;
}

/* left panel */
.sb_leftp {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  background: #f6f5da	 /* #E5E5E5 */;
}

/* post title */
.sb_title {
  font-size: 12px;
  font-weight: bold;
}

/* date format */
.sb_date {
  float: right;
}

/* footer format */
.sb_footm {
  border-top: thin dashed silver;
  border-bottom:solid 1px #000080;
  margin-bottom: 4px;
}


/* message body */
.sb_messagebody {
  border-top: thin solid silver;
  display: block;
  padding-top: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 725px;
  overflow: hidden;
}

/* signature */
.sb_signature {
  border-top: thin dashed silver;
  margin-bottom: 4px;
  padding-top: 4px;
  margin-top: 4px;
  display: block;
}
.postdate { white-space: nowrap }

.divBarras img {
	border: 0;
}

.divBarras, .divBarraSemanal {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

.divBarraMensual {
	width: 100%;
	float: left;
	clear: both;
	margin: 5px 0 5px 0;
	padding: 0;
}

 .divBarra, .divEstrella, .divFinBarra {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}