/*!
 * jQuery UI Dialog 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
	text-align: center;
	-moz-box-shadow: 0px 0px 50px 6px #a8a8a8;
	-webkit-box-shadow: 0px 0px 50px 6px #a8a8a8;
	box-shadow: 0px 0px 50px 6px #a8a8a8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #5c5b5c;
	display:inline-block;
	color:#777777;
	text-decoration:none;
	text-shadow:1px -1px 0px #ffffff;
	z-index: 101000;
}



#dialog h5  {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	float: none;
	text-transform: none;
	color:#484848;
}
#dialog {
	text-align: left;
	font-size: 20px;
	display:none;
}

#dialog p{
	margin-top:20px;
	margin-bottom:10px;
}





}
.ui-dialog .ui-dialog-titlebar {
	padding: 0.7em 1em;
	position: relative;
	background-color: gray;
}
.ui-dialog .ui-dialog-title {
	margin: 0 auto;
	white-space: nowrap;
	width: 90%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {

}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0 auto;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;

}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

#dialog{
	border-bottom: 2px solid gray;
}

.ui-button{
	 background: none repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
    width: 120px; 
    line-height: 50px;
    font-size: 25px;
 	display: block;
 	margin: 0 auto;
 	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid gray;

}

.ui-button:hover{
	 background: none repeat-x scroll 50% 50% #fde481;
}

.capaOpacaClass{
	background-color: white;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	opacity: 0.7;
	cursor: wait;
}