.no-seleccionable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#panelloading {
    display: none;
    width: 100%;
    border: solid 1px;
    background-color: white;
    top: 0%;
    left: 0%;
    position: absolute;
    z-index: 8000;
    opacity: 0.4;
}

#panelloading #loading {
    width: 100%;
    height: 1000px;
    background-image: url(../img/loading2.gif);
    background-repeat: no-repeat;
    margin-left: 50%;
    margin-top: 30%;
    z-index: 8001;
}

.tableform td {
    padding: 2px;
}

.inputGroove {
    text-align: center;
    border-style: groove;
}

.titulo_img {
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    border: 4px solid;
}