/* 
    Document   : podcast
    Created on : 29/07/2015, 05:56:47 PM
    Author     : ovazquez
    Description:
        Estilo que se utiliza para el historico de los podcast.
*/

#col-izq{
    width: 69%;
    display: inline-block;
}
#escuchas{
    display: inline-block; 
    position: absolute; 
    margin-top: 15px;
}
.podcast-youtube{
    float: left; 
    width: 20%;
}
.img-youtube{
    width: 125px; 
    height: 150px; 
    margin: 5px 5px 5px 5px;
}
.img-youtube:hover{
    opacity: .6;
    cursor: pointer;
}
.text-youtube{
    width: 120px; 
    margin: 0px 5px 0px 5px; 
    text-align: left; 
    cursor: pointer;
    font-weight: bold;
    
}
.text-youtube:hover{
    color: #A6227d;
    
}
.podcast-historico{
    display: inline-block; 
    /*position: relative; */
    /*margin-top: 5px;*/
    float: right;
}
.txt-historico{
    /*margin: 0px 5px 0px 5px; */
    width: 110px;
}
#ultimos-audios{
    font-weight: bold;
    /*background: url("../img/ultimos-audios.png");*/
    background-repeat: no-repeat;
    background-position: left;
    /*margin-left: 5px;*/
    
}
#historico-podcast{
    width: 29%; 
    float: right;
    height: 500px;
    }
.img-principal{
    width: 280px; 
    height: 200px; 
    margin: 15px 10px 15px 10px;
}
.podcast-hist{
    
    display: inline-block;
    float: left;
}
.img-podcast-hist{
    width: 80px; 
    height: 80px; 
    margin: 5px 5px 5px 5px;
}
#visita-youtube{
    font-weight: bold;
    /*background: url("../img/youtube.png");*/
    background-repeat: no-repeat;
    background-position: left;
    /*margin-left: 5px;*/
    cursor: pointer;
}
#visita-youtube:hover{
    color: #A6227d;
    
}

#podcast-todos{
    overflow: auto;
    height: 480px;
}


