﻿body {
}

.Header {
}

.Menu {
    background-color: blue;
    color: white;
}

.contenido {
    padding-bottom: 30px;
    padding-top: 20px;
}

.Footer {
    background-color: gray;
    color: white;
    height: 30px;
    width: 100%;
    position: fixed;
    bottom: 0;
}


container-fluid{
    margin:0;
    padding:0;
}
.sgmenu {
    background-color: blue;
    color: white;
}

.sgstatusbar {
    background-color: gray;
    color: white;

}

.centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ajusta la altura según tus necesidades */
}

.centrado {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ajusta la altura según tus necesidades */
}

.centrado-horizontal {
    width: 100%;
    text-align: center;
}

.centrado-vertical {
    display: flex;
    align-items: center;
    height: 100vh; /* Ajusta la altura según tus necesidades */
}

.logo {
    width: 300px;
}

/*DEVEXPRESS*/
.mg-spinedit-input {
    text-align: right;
}
