/**
 * @file
 * Styling for the Forum module.
 */

#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}
#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: nowrap;
}

#forum td.forum .icon {
  background-image: url(../../misc/forum-icons.png);
  background-repeat: no-repeat;
  float: left; /* LTR */
  height: 24px;
  margin: 0 9px 0 0; /* LTR */
  width: 24px;
}
#forum td.forum .forum-status-new {
  background-position: -24px 0;
}

#forum div.indent {
  margin-left: 20px; /* LTR */
}
#forum .icon div {
  background-image: url(../../misc/forum-icons.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
#forum .icon .topic-status-new {
  background-position: -24px 0;
}
#forum .icon .topic-status-hot {
  background-position: -48px 0;
}
#forum .icon .topic-status-hot-new {
  background-position: -72px 0;
}
#forum .icon .topic-status-sticky {
  background-position: -96px 0;
}
#forum .icon .topic-status-closed {
  background-position: -120px 0;
}

/*Style cuadro de terminos y condiciones del foro.*/
.terms-condiciones{
    border: 1px solid grey;
    font-family: arial; 
    background-color: #F2F2F2;
    margin: 30px 0px;
    padding: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px; 
    color: grey;
}

.titulo-terms-condiciones{
    text-decoration: underline;
    color:#333333;
}

.reglas-foro{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}

.terms-condiciones .bold{
    font-weight: bold;
}

.terms-condiciones h1{
    text-align: center;
}

.terms-condiciones h2{
    text-decoration: underline;
}

#link-terms-conditios {
    color: #6b93b7;
    text-decoration: underline;
}
