#body_app
{
    background-image: url("../img/greek.png");
    background-repeat: repeat;
    background-attachment: fixed;
}
.iniciar_session
{
    width: 100%;
    margin-top: 10vh;
}

@media (min-width: 768px) 
{
    .iniciar_session 
    {
        height: 500px;
        width: 450px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
/*Par ocultar el mobre del usuario en la barra de menu*/
.label-user
{
    display: none;
}
@media (min-width: 768px) 
{
    .label-user 
    {
        display: block;
        padding-left: 1px;
    }
}

/*Panel lateral sidebar*/
.conte
{
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    height: 450px;
}
.conte_col
{
    padding: 1px;
}
/*Tamaño de los items del menu */
#item_food
{
    width: 240px;
}
#pantalla_inicial
{
    background-image: url("../img/greek.png");
    background-repeat: repeat;
    background-attachment: fixed;
    width: 1600px;
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.h-100
{
    height: 100% !important;
}
/*Inicio Rapido*/
#main_conte
{
    height: 580px;
}