#dialog-confirm {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 20px;
	color: #00a9e0;
	background-color: rgba(255, 255, 255, 0.95) ;
	font-size: 20px;
	font-family: 'TelefonicaWeb-Light', Arial, sans-serif;
	z-index: 2;
	display:none;
	cursor: pointer;
}
#table-confirm {
	width: 280px; 
	height: 100%;
}
#dialog-ajustes {
	margin: 0;
	padding: 20px;
	color: #00a9e0;
	background-color: rgba(255, 255, 255, 0.95) ;
	font-size: 16px;
	font-family: 'TelefonicaWeb-Light', Arial, sans-serif;
	z-index: 2;
	display:none;
	cursor: pointer;
}
.ui-widget-overlay {
   background: #999;
   opacity: .30;
}
