
.headerRegister{
	background: #04a1f6;
	color:#FFF;
}

.headerUpdate{
	background: #043c5c;
	color:#FFF;
}

.notBlock{
	display: none;
}


.btn-export{
	background-color: #130c2b;
	color:#FFF;
}

.logo-posada{
	width: 14%;
	
}


/*Estilos login*/
#divLoading{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .65);
	z-index: 1;
	display: none;

	/*z-index: 9999;
	display: none;*/
}
#divLoading img{
	width: 50px;
	height: 50px;
}
.linkw:hover{
	text-decoration: none;
}








