div.ajaxModal{
	position: fixed !important;
	z-index: 2147483647;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 0px;
	opacity:.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	top: 0;
    left:0;
	right:0;
	bottom:0;
}

div.ajaxLoading{
	width: 20%;
	height: 150px;
	border: 1px solid;
	border-color: #526a86;
	background: #FFFFFF;
	left: 40%;
	top: 40%;
	position: absolute;
	z-index: 2147483646;
}


div.newLoading {
   background-image: url(/static/codensa/img/modulos/icons/ajax-loader-circle.gif) ;
   background-position: center center;
   background-repeat: no-repeat;
   width: 100%;
   height: 75px;
}

div.loading * {
   visibility: hidden;
}

div.noDisplay{
	display: none;
}

fieldset.ajaxLoading{
	width: 100%;
   	height: 100%;
}

h2.cabeceraCargando{
	padding: 5px;
	text-align: center;
	font-family:arial;
	font-size:18px;
	font-style:italic;
	color: #526a86;
	padding-top: 15px;
}



@media only screen and (max-width: 767px){
    div.ajaxLoading{
        width: 50%;
        left: 25%;
        right: 25%;
    }
}