﻿.datosUsuarios {
    padding: 5px !Important;
    color: #1C3F94;
    font-size: 18px !Important;
    font-weight: bold;
}

/*franja horizontal donde aparece el nombre del usuario, compañía y fecha*/
#boxheader {
    height: 85px !important;
}


/* largo de los botones PRINCIPAL Y SALIR*/
.pro_successBarraSuperior {
    width: 120px !important;
}

/*contenedor del botón salir*/
#divLogout {
    width: 170px !important;
}

/*** TTIULOS ***/
.titulosCodeas {
    margin: 5px 0 15px;
}

    .titulosCodeas span {
        font-size: 18px;
        /*color: #666666;*/
        color: forestgreen;
        font-weight: normal;
        line-height: 28px;
        margin-left: 10px;
        /*border-bottom: solid 2px #ccc;*/
        display: block;
    }
