html{
    margin:0;
    border: 0;
    height: 100%;
}
body{
    height: 100%;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    /*overflow: hidden;*/
    font-family: Montserrat, sans-serif; 
    font-style: normal; 
    font-stretch: normal; 
    line-height: normal; 
    letter-spacing: -0.3px;
    font-size: 16px;
}
.mfWaitPage{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    font-size: 200%;
    line-height: 23;
overflow:hidden;
}
.centrado-porcentual {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
        .cbh_menuarea{
            position: absolute;
            width: 1150.00%;
            /*height: 200.00%;*/
            right:  -45.00%;
            top:    110.00%;
            /* background-color: silver; */
        }

	.cbh_menubox{
                position: relative;
                width:  100.00%;
                /*height: 250.00%;*/
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
                border-style: solid; 
                border-color: #dedede;
                border-width: 1px;
                background-color: #ffffff;
                cursor: pointer;
                z-index: 1;
            }
            .cbh_menubox:before{
                content:"";
                position: absolute;
                    top: -8px;
                    left: 88%;
                    transform:rotate(45deg);
                width:  15px;
                height: 15px;
                border-style: solid; 
                border-width:    1px;
                border-right-style:  none;
                border-bottom-style: none;
                border-color: #dedede;
                background-color: #ffffff;
            }
        
	        .cbh_usrmnuitem{
    		    font-size: 87.75%;
    		    color: #3a3a34;
    		    text-align: right;
    		    height: 25px;
    		    line-height: 25px;
    		    margin-top:     7%;
    		    margin-bottom:  5%;
    		    margin-right:   3%;
    		    margin-left:   3%;
	        }
	        .cbh_usrmnuitem:hover{
	            background-color: #f4f4f4;
	        }
	        
	    #lblmnu1, #lblmnu2, #lblmnu3{
            	font-size: 70%;
            	font-weight: bold;
            	color: silver;
            	/*Linea divisora*/
    		border-bottom: 1px solid silver;
            }