

/*STYLE PARA LA PANTALLA DE CARGAR*/
#cover{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #131313;
    opacity: 0.9;
    display: none;
    z-index: 9999;
    top: 0;
}

div > div#cover{
    position: fixed;
}

#loading{
    font-family: 'Open Sans'; 
    font-weight: 700;
    width: 250px;
    height: 75px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -120px;
    border: 2px solid #283076;
    border-radius: 10px;
    opacity: 1;
    padding: 0px 10px;
}

div > div#loading{
    position: fixed;
}

#loading_content
{
    width: 260px;
}

#loading img{
    float: left;
}

#loading_content h3{
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

.texto-lato
{
    font-family: 'Open Sans'; 
}

#id_td_hr hr
{
    border: none;
    border-left: 2px solid #1A58E7;
    height: 40px;
    width: 1px;
}