
#table{
	width:100%;
	/*max-width:1600px;*/
	font-size: 150%;
}

th{
   background-image:url('img/thgris.png');
   /*background-repeat:no-repeat;*/
   text-align: center;   
   background-size: 100% 100%;
   background: #6db3f230;
}

.grip{
	background-image:url('img/grip.png');
	z-index:88;
	cursor:e-resize;
}

.grip:hover{
	background-position-x:0px;
}

.dragging .grip{
	background-position-x:0px;
}


.dotted{
	background-image:url('img/dotted.png');
	background-repeat:repeat-y;
}

input.check{
	
}

#sample2Txt{
	float:right;	
}

#menud {  
    position: relative;
    font-family: verdana,arial;
    line-height: 25pt;
    font-size: 125%;
    border-radius: 5px;
    margin: 5px;
    padding-top: 5px;
    /*
    width: 50%;
    z-index: 10;
    float: inline-end;
    float: left;
    background: #ade4e69c;
    */
} 

.showme{ 
    position: absolute;
    font-family: verdana,arial;
    width: 395px;
    line-height: 16pt;
    /*z-index: 1;*/
    font-size: 100%;
    background: #5f9ea0db;
    border-radius: 5px;
    display: none;
    overflow-y: scroll;
    max-height: 300px;
    padding:2px;
    margin-top: 25pt;
}
.showhim:hover .showme{
    display: block;
}

.showme div{
    color: black;
    display: block;
    text-align: left;
    margin: 2px;
    background: #56e8d0;
    padding-left: 2px;
    border-radius: 2px;
    cursor: pointer;
    padding: 2px;
}  

.showme div:hover{
    background: #ddd;
}

.showme div:active {
    background-color:#aaa;
    border: 1px solid #fff;
}

.userpanelconteiner {
    /*display: grid;*/ 
    text-align : end; 
    margin: 0 0 5px 0px;
    min-width: 170px;
}

.userpanelnombre {
    width: -webkit-fill-available; 
    color: black;
    /*background: #d4ebf1;*/
    text-align: center;
    font-size: 0.9em;
    border: #39393970 solid 1px;
}