﻿
*::before,
*::after {
  box-sizing: border-box; 
}
.cdivBloqueo {
    border:none;
    padding-top:20%;
    /*padding:400px 50px 150px 450px;*/
    background-color: #6495ED;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
    opacity: .5;
    color:red ;
    display: block; /*Hidden by default*/ 
    position: fixed; /* Stay in place */
    z-index: 5;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*border-radius: 25px;*/
    text-align-last:center;
    text-align: center;
    cursor:wait;
}
.MsjBloqueo {
    width:200px;
    margin-left: auto;
    margin-right: auto;
}

body,
	html {
		margin: 0;
		padding: 0;
		height: 100%;
		/*background: #C8C3C3 !important;*/
        /*border: 2px solid red;*/
		}
		




@media screen and (max-width: 600px) {

}

.disabled {
  pointer-events: none;
  /*opacity: 0.5;*/
}
.disabledBtn {
  pointer-events: none;
  opacity: 0.5;
}