*{
    padding: 0;
    box-sizing: border-box;
}
.fondoplanta{
    background-color: cadetblue;
    background: url("../../plantasoft/images/lxqt.png") no-repeat center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    z-index: -500;
    text-align: center;
    overflow: auto;
}
.imagen{
    position: absolute;
    width: 35%;
    height: 35%;
    top: 50%;
    left: 50%;
    margin-left: -18%;
    margin-top: -18%;
    background-image: url(../../plantasoft/images/plantasoftweb.jpg) ;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    z-index: -500;
}
.boton{
    /* background:grey; */
    background: transparent;
    color:white;
    padding:5px;
    border:none;
    cursor:pointer;
    font-size: 15px;
}

.boton:hover{
    background-color: #243640;
    font-style: inherit;
    color: cyan;
}
.botonfrm{
    /* background:grey; */
    background: transparent;
    color:darkblue;
    padding:2px;
    border:none;
    cursor:pointer;
    font-size: 14px;
}
.botonfrm:hover{
    background-color: #243640;
    font-style: inherit;
    color: white;
}
.toolbar{
    background: url("../../images/barra.jpg") no-repeat center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    background-size: 100% 100%;
}
.toolbarbtn{
    padding:5px 10px;
    background: url("../../images/barra.jpg") no-repeat center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    background-size: 100% 100%;
    border: none;
    cursor:pointer;
}
.toolbarbtn:hover{
    border: white 2px solid;
    padding: 0 10px;
}
.contenido{
    position: absolute;
    padding: 20px;
    top: 80px;
    left: 50%;
    margin-left: -49.5%;
    width: 99%;
    height: 90%;
    box-sizing: border-box;
    z-index: -500;
}
.detalles{
    float: left;
    top: 125px;
    height: 100%;
    width: 31%;
}
.acceso{
    float: right;
    width: 31%;
    height: 100%;
    top: 125px;
}
.foot{
    position:absolute;
    width:100%;
    overflow:auto;
    bottom:-10px;
}

/********************************* ESTILOS PARA PAGINA plantasoftmain.php MAINMENU***************************************/
.statusbar{
    position: fixed;
    padding: 15px;
    width: 100%;
    height: 50px;
    bottom: 5px;
    background-color: skyblue;
    z-index: 1;
}

.flowsheet{
    position: absolute;
    padding: 15px;
    float: left;
    width: 25%;
    height: 82%;
    left: 50px;
    top: 10px;
    margin-top: 55px;
    z-index: -400;
}

.enlaces{
    position: absolute;
    top: 10px;
    margin-right: 30px;
    right: 10px;
    top: 10px;
    margin-top: 55px;
    width: 25%;
    height: 85%;
    overflow: auto;
    z-index: -400;
}

.linkexterno{
    background-color: transparent;
    opacity: 0.6;
}

.linkexterno:hover{
    opacity: 1;
}

.botones{
    background:transparent;
    opacity: 0.5;
    cursor: pointer;
}
.botones:hover{
    opacity: 1;
}

.txtopcion{
    color:cyan;
    font-size:15px;
    cursor: pointer;
}
.txtopcion:hover{
    color: darkgoldenrod;

}

/********************************* ESTILOS PARA PAGINA plantasoftuser.php USUARIOS ***************************************/
.frmusers{
    position: absolute;
    width: 44%;
    left: 50%;
    top: 50%;
    margin-left: -22%;
    margin-top: -23%;
    height: 46%;
    background: white;
    z-index: -490;
    overflow: auto;
}

/********************************* ESTILOS PARA PAGINA plantasoftprov.php PROVEEDORES ***************************************/
.frmprov{
    position: absolute;
    background: url("../images/fondoblue1.jpg") no-repeat center fixed;
    background-size: 100%;
    width: 75%;
    left: 45%;
    top: 80px;
    margin-left: -30%;
    height: 80%;
    z-index: -490;
    border-left: cyan 1px solid;
    border-right: cyan 1px solid;
    border-bottom: cyan 1px solid;
    overflow: auto;
}

.accioncss{
    padding:0;
    height:25px;
    color:blue;
    width:25px;
    border:none;
    cursor: pointer;
}

p#leyenda{
    cursor: pointer;
    color: yellow;
    font-size: 10px;
}

/********************************* ESTILOS PARA PAGINA plantasoftminero.php PROVEEDORES ***************************************/
.mnumineros{
    position: absolute;
    float: left;
}
.propuesta{
    float: right;
    top: 125px;
    right: 10px;
    width: 31%;
    height: 80%;
    background-color: #0F648B;
}
.liquida{
    margin-left: -55px;
    top: 125px;
    width: 40%;
    height: 80%;
    background-color: #243640;
    display: inline-block;
}

@media screen and (max-width:800px){
    .fondoplanta{
        background: url("../../plantasoft/images/lxqt.png") no-repeat center fixed;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size: cover;
    }
    .imagen{
        opacity: 0.25;
        width: 35%;
        height: 35%;
        -webkit-background-size:100%;
        -moz-background-size:100%;
        -o-background-size:100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .contenido{
        overflow: auto;
        flex-direction: column;
    }
    .detalles{
        order: 1;
        float: initial;
        width: 100%;
        overflow: auto;
    }
    .acceso{
        order: 2;
        float: initial;
        width: 100%;
    }
    .foot{
        position: relative;
        float: initial;
        order: 3;
        bottom: 0px;
    }
    .frmusers{
        width: 98%;
        height: 80%;
        left: 3px;
        top: 80px;
        margin-left: 0px;
        margin-top: 0px;
    }
}