﻿#logoSite {
    background: url(../../Imagenes/logoMenuSistema.png);
    background-size: cover;
    float: left;
    margin: 10px;
    /*width: 575px;
    height: 116px;*/
}

#menuLayout {
    padding: 5px 10px;
    min-height: 35px;
    /*height: 100%;*/
    background: #FFF;
    color: var(--color-redTextoPage);
}

/*#divMnuUsrRegistrado {
    text-align: right;
}*/

span#nombreSistema {
    color:#FFF;
    max-width: 400px !important;
    font-size:20px;
    font-weight:bold;
    margin-top:30px;
}

.btnIcon{
    font-size:20px;
}


    .btnIcon:hover, .mouseLink:hover {
        cursor: pointer;
    }

.viewIcono {
    font-size: 20px;
}

.accionIcono {
    font-size: 18px;
    margin-right:5px;
}

.accionBtn {
    width: 110px;
}

.centrarHV {
    display: flex;
    justify-content: center;
    align-items: center;
}