/* === CONTENEDOR GENERAL === */
#bbpress-forums {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.6;
}

/* === TITULOS DE CATEGORIAS === */
#bbpress-forums .bbp-forum-title {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

/* === DESCRIPCIONES === */
#bbpress-forums .bbp-forum-content {
    font-size: 13px;
    color: #666;
}

/* === CABECERAS === */
#bbpress-forums .bbp-header,
#bbpress-forums .bbp-footer {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 10px;
}

/* === TABLAS === */
#bbpress-forums li.bbp-body ul {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 8px;
}

/* === LINKS === */
#bbpress-forums a {
    color: #0066cc;
}
#bbpress-forums a:hover {
    color: #004999;
}

/* === BOTONES === */
#bbpress-forums .bbp-submit-wrapper button {
    background: #0066cc;
    border: none;
    padding: 10px 18px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
#bbpress-forums .bbp-submit-wrapper button:hover {
    background: #004999;
}

/* === FORMULARIOS === */
#bbpress-forums input,
#bbpress-forums textarea,
#bbpress-forums select {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
}

/* === AVATAR === */
#bbpress-forums .bbp-author-avatar img {
    border-radius: 50%;
}
