/* blogs */
.home_blogs_video
{
    width: 151px;
    height: 108px;
    border: 2px solid #CCC;
    margin: 0 15px;
}
.home_blogs_title
{
    font-size: 15px;
    color: #000;
    padding-bottom: 10px;
}
.home_blogs_video, .blogs_details
{
    /* float: left; */
}
.blogs_details
{
    /* width: 426px; */
    padding: 0 20px;
}
.home_blogs_list
{
    nin-height: 107px;
    _height: 107px;
    padding: 18px 0 35px !important;
    width: 620px;
}
.home_blogs_text
{
    /* height: 61px; */
    overflow: hidden;
    color: #666666;
}
.hb_published
{
    color: #999;
    font-size: 10px;
    padding-right: 11px;
    line-height: 23px;
}
.more_blogs_detail
{
    float:right;
}
.list_home_blogs
{
    width: 620px;
}
.list_home_blogs .home_blogs_list:hover
{
    background-color: #FEFFD7;
    color: #333333 !important;
}
.list_home_blogs .home_blogs_list:hover .hb_published
{
    color: #333;
}
.list_home_blogs .home_blogs_list:hover .btn-center
{
    color: #000;
}
.list_home_blogs .home_blogs_list:hover .home_blogs_video
{
    border: 2px solid #3AC0FF;
}
.list_home_blogs
{
    padding-bottom: 64px;    
    zoom: 1;
}

#latest, #mostViewed, #mostWatchedForMy
{
    padding-bottom: 20px;
}

/* quitando paginado de lo ultimo */
#latest {
    position: relative;
}
#latest .pagination_wrapper { display: none; }

#latest .read-btn {
    position: absolute;
    right: 0;
    bottom: 20px;
}