.users-title{
    font-family: "UTM Facebook"; font-size: 35px; line-height: 35px;
    color: #6b6b6b;
}
.users-avatar{
    width: 233px;
    height: 255px;
    border: 1px solid #fff;
    position: relative;
    margin-bottom: 14px;
}
.users-avatar img{
    width: 233px;
    height: 255px;
}
.users-avatar .shadow{
    position: absolute; left: 0; bottom: -15px;
    height: 14px;
    width: 233px;
    background: url(../images/shadow-small.png) top center no-repeat;
}
.users-content{
    width: 745px;
    text-align: justify;
    font-size: 14px;
}
.users-content p{
    margin-bottom: 10px !important;
}
.users-content h1.df{
    font-family: "UTM Facebook"; font-size: 25px; line-height: 25px;
    color: #6b6b6b;
}
.users-content .value{
    padding-bottom: 5px;
}
.users-content .program{
    padding-left: 12px;
    color: #939393;
}
.users-content .program.selected{
    color: #1a8da2 !important;
}
.users-content .about-video{
    color: #000;
    padding-right: 12px;
    background: url(../images/arow-blue.png) right center no-repeat;
}
.table-teacher{
    border-collapse: collapse;
    border: 1px solid #c3c3c3;
    margin: 0;
}
.table-teacher td{
    background-color: #e8eff6;
    padding: 4px 0;
}
.table-teacher tr:hover td{
    background-color: #feffee;
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
}