/* >>>>> bloque actividad <<<<<< */
#actividad {
    height: auto;
    width: 238px;
}

#actividad li{
    display: block;
    cursor: pointer;
}

#actividad li:hover {
    filter: drop-shadow(2px 4px 6px black);
}
#bloque-actividad {
    height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    background: #1F252A;
}

#bloque-actividad div {
    width: 228px;
    min-height: 60px;
    padding: 10px 5px;
}


#bloque-actividad::-webkit-scrollbar {
    width: 12px;
}

/* Track */
#bloque-actividad::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */
#bloque-actividad::-webkit-scrollbar-thumb {
    background: #86868638;
    border-radius: 7px;
}

/* Handle on hover */
#bloque-actividad::-webkit-scrollbar-thumb:hover {
    background: #5d5d5d;
}

h6 {
    color: #00aaff;
    float: left;
    font-size: 10px;
    margin-right: 4px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 14px;
}

.contAct{
    float: left;
    margin-left: 9px;
    width: 193px !important;
    min-height: 25px !important;
    padding: 0 !important;

}
.contAct p{
    color: #ccc;
    font-size: 12px;
    line-height: 1.1em;
    margin-bottom: 7px;
}

.namename{
    color: #fff;
    float: left;
    font-size: 12px;
    margin-right: 4px;
    text-decoration: none;
}
.par div{
    background: #1F252A !important;
}

.impar div{
    background: #343c44 !important;
}


#bloque-actividad div {
    float: left;
}

#bloque-actividad div a{
    float: left;
    font-size: 12px;
    text-decoration: none;
}

#bloque-actividad div a img{
    border: 1px solid #ccc;
    float: left;
}

#bloque-actividad div a img:hover{
    border: 1px solid #fff;
}


#bloque-actividad div span a {
    color: #fff;
    float: left;
    font-size: 12px;
    margin-right: 4px;
    text-decoration: none;
}

#bloque-actividad div span a:hover {
    color: #fff;
    text-decoration: underline;
}

#bloque-actividad div span {
    float: left;
    margin-left: 9px;
    width: 193px;
    min-height: 25px;
}

#bloque-actividad div span p {
    color: #ccc;
    font-size: 12px;
    line-height: 1.1em;
    margin-bottom: 7px;
}

em {
    color: #5e92a2;
    float: left;
    font-size: 8px;
    margin-top: 9px;
    text-transform: uppercase;
}

#bl-act-foot {
    height: auto;
    width: 238px;
}

#bl-act-foot p {
    cursor: default;
    color: #333333;
    font-size: 10px;
    line-height: 14px;
    padding: 6px 10px;
    text-shadow: 1px 1px 0 #E6E6E6;
}
