﻿
/*---VIDEOS----*/

.background_video
{
    width: 790px;
    height: 545px;
    background: url(../../images/videos/background_video.png) no-repeat;
    padding: 5px;
    margin: 0 0 0 5px;
}
.col_left_videos
{
    float: left;
    width: 480px;
    height: 535;
}

.col_right_videos
{
    float: left;
    width: 310px;
    height: 535px;
}

.content_video
{
    width: 480px;
    height: 385px;
    padding: 0 0 10px 0;
}

.background_share
{
    width: 478px;
    height: 50px;
    background: url(../../images/videos/background_share_video.png) no-repeat;
    padding: 0;
}

.text_1
{
    float: left;
    width: 175px;
    height: 15px;
    font: 700 14px Arial;
    color: #DBBA02;
    padding: 0;
    margin: 0;
}
.add_this
{
    float: left;
    width: 130px;
    padding: 0;
    margin: 0;
}

.txt_copy_link
{
    float: left;
    width: 285px;
    height: 15px;
    padding:1px;
    background-color: #D0D0D0;
    margin: 0;
    border:0;
    font:300 11px Arial;
    color:#333;
}

.title
{
    width: 480px;    
    height: 25px;
    font: 700 16px Arial;
    color: #FFFFFF;
    text-align: center;
    margin:2px 0 0 0;
}

.description
{
    width: 480px;
    height: 60px;
    font: 300 12px Arial;
    color: #CCCCCC;
    text-align: left;
    overflow:auto;
}

.btn_categories, .btn_categories_activo
{
    float: left;
    width: 148px;
    height: 31px;
    margin: 0 0 3px 5px;
}

.btn_categories a:link, .btn_categories a:visited
{
    float: left;
    background: #000;
    color: #DBBA02;
    width: 148px;
    padding: 7px 0 0 0;
    height: 23px;
    font: 700 12px Arial;
    text-align: center;
    text-decoration: none;
    display: block;
    border: solid 1px #DBBA02;
}

.btn_categories a:hover
{
    float: left;
    background: #DBBA02;
    color: #000;
    width: 148px;
    padding: 7px 0 0 0;
    height: 23px;
    text-decoration: none;
    display: block;
    border: solid 1px #000;
}

.btn_categories_activo a:link, .btn_categories_activo a:visited, .btn_categories_activo a:hover
{
    float: left;
    background: #DBBA02;
    color: #000;
    width: 148px;
    padding: 7px 0 0 0;
    height: 23px;
    font: 700 12px Arial;
    text-align: center;
    text-decoration: none;
    display: block;
    border: solid 1px #000;
}

.background_lista_videos
{
    float: left;
    width: 302px;
    height: 472px;
    background: #000;
    border:solid 1px #ccc;
    margin: 5px 0 0 5px;
}

.lista_videos_container
{
    overflow: auto;
    height: 455px;
    width: 270px;
    padding: 2px 5px;
    background: #222;
    border:solid 1px #333;
    margin: 5px auto;
}

.thumbnail_video
{
    background: #333;
    border: solid 2px #555;
    width: 120px;
    height: 90px;
    margin:auto;
}

.thumbnail_video:hover
{
    border: solid 2px #ccc;
}

.video_title
{
    float: left;
    width: 250px;
    margin: 5px 0;
    color: #fff;
    font: 700 12px Arial !important;
    text-align:center;
}

.btnPlayVideo
{
    clear: both;
    float: left;
    background: #686868;
    width: 40px;
    height: 15px;
    padding: 3px 0;
    margin:0 0 5px 0;
    border: solid 1px #fff;
    color: #fff;
    font: 700 12px Arial;
    text-transform: uppercase;
    text-align: center;
}

.btnPlayVideo a
{
    text-decoration: none;
}

.btnPlayVideo:hover
{
    background: #555;
    text-decoration: none;
}
