*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.fondopage{
    background-color: cadetblue;
    /*background: url("../../plantasoft/images/lxqt.png") no-repeat center fixed;*/
    background: url("../../indumad/images/recursoshumanos.jpg") no-repeat center fixed;
    /*background-image: url(../../indumad/images/recursoshumanos.jpg);*/
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    z-index: -500;
    text-align: center;
    overflow: auto;
}

.imagenfondo{
    position: absolute;
    width: 50%;
    height: 60%;
    top: 30%;
    left: 30%;
    margin-left: -5%;
    margin-top: -8%;
    background-image: url(../../indumad/images/recursoshumanos.jpg);
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
    background-size:cover;
    z-index: -500;
}

.useraccess{
    position: absolute;
    background-image: url(../../indumad/images/Asiste1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-position-y: 50%;
    width: 20%;
    height: 60%;
    top: 15%;
    left: 2%;
}

.accessbtn{
    background-color:cornflowerblue ;
    width:50%;
    height:25px;
    color:black;
    top:15px;
    font-size:13px;
    font-weight:bold;
}

.accessbtn:hover{
    cursor: pointer;
    color:red;
    background-color: slategrey;
}