/*nodos auto refresh*/
.content-body .en-directo{
    padding-top: 10px;
}
.en-directo:hover{
    cursor: pointer;
}
.en-directo{
    color:red;
    font-size:1.4rem;
    border: none !important;
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
    font-weight: bold;
}
.circle.en-directo{
    height: 1.3rem;
    width: 1.3rem;
    background: red;
    border-radius: 1rem;
    display: inline-block;
    margin-right: 5px;
}
/*
.circle-ajax.en-directo{
    background: url(ajax-loader.gif) no-repeat;    
    width: 16px;
    height: 16px;
    float: left;
}*/
.circle-ajax.en-directo{
    background: url(ajax-loader-2.gif) no-repeat;    
    width: 16px;
    height: 16px;
    float: left;
    background-size: 13px;
    margin-right: 2px;
}