#usuario{
    margin-top:20px;
}
.login-tit{
    text-align:center;
    margin-bottom:10px;
    padding:20px 20px 10px 20px;
    font-size:16px;
    letter-spacing:1px;
    border-bottom:1px solid #eee;
}
.olvide{
    color:#aaa !important;
}
.olvide:hover{
    color:#999 !important;
}

.productosUsuario{
    clear:both;
    padding:0px 20px;
}

.familia{
    background:#f8f8f8;
    border:1px solid #eee;
    margin-bottom:20px;
}
.familia-tit{
    display:block;
    text-align:center;
    margin-bottom:10px;
    padding:20px 20px 10px 20px;
    font-size:18px;
    letter-spacing:1px;
}
.subfamilias{
    overflow:auto;
}
.subfamilia{
    background:#f3f3f3;
    border:1px solid #e6e6e6;
    margin-bottom:20px;
}
.subfamilia-tit{
    display:block;
    text-align:center;
    margin-bottom:10px;
    padding:20px 20px 10px 20px;
    font-size:14px;
    letter-spacing:1px;
    background: #e8e8e8;
}
.boton-producto{
/*     display:inline-block; */
    margin-right:5px;
    margin-bottom:10px;
}
.nombre-prod{
    max-width:80%;
}
.form-otros{
    padding:20px;
    background: #e8e8e8;
}





