
.divbloqueo {
width:100%!important;
	height: 300px!important;
	background-color: #D0D0D0;
	margin:auto;
	text-align:center;
}

.div1 {
    background-color: #EEE;
    text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
	
}
.div1 h1 {
	margin-top: 3%;
	margin-bottom: 3%;
}

.swall-overlay {
    z-index: 100005;
}
.swal-modal {
    z-index: 99999;
}


.custom-loader {
  animation: none !important;
  border-width: 0 !important;
}
.swal2-content {
	z-index: 1000000;
}
.login-page, .register-page {
	background-image: url(images/fondo.jpg);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}


.breadcrumb {
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
}

#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: 206px;
}

#suggestions .suggest-element {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}



