.dojoxFloatingPane {
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: #fff; 
	border-radius: 21px 0px 10px 0px;
	-moz-border-radius: 21px 0px 10px 0px;
	-webkit-border-radius: 21px 0px 10px 0px;
	border: solid rgb(18,54,98) 1px;
	width: 420px;
	min-width: 400px;
	height: 460px;
	min-height: 450px;
	
	padding:0 !important;
	z-index: 100;
	visibility:hidden;
	/*line-height: 30px;*/
	text-align:center;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-size: 13px;
    font-weight: bold;
    color: #000;
	overflow: hidden!important;
	-webkit-box-shadow: 0px 5px 10px #adadad;
} 
.cerrarFloatPane {
	background:url('icons/tabClose.png') no-repeat center center;
	width:20px;
	height:20px; 
	overflow:hidden;
	float: right;
border-radius: 0 0 0 5px;
box-shadow: -1px 1px white;
font-size: 18px;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
-ms-transition: .3s;
z-index: 2000;
}
.dojoxFloatingPaneFg {
	-webkit-box-shadow: 0px 8px 20px #525252;
}
.dojoxFloatingPaneTitle {
	
	position:absolute;
	padding: 0 0 2px 2px;
	left: 0px;
	top: 0px;
	border-radius: 21px 0px 0px 0px;
	-moz-border-radius: 21px 0px 0px 0px;
	-webkit-border-radius: 21px 0px 0px 0px;
	background-color: rgb(192, 194, 0);
	border: solid #fff 1px;
	width: 99%;
	height: 30px;
	line-height: 25px;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
    font-weight: bold;
    color: #000;
	
	
	/*background: #cccccc;
	background:#fafafa repeat-x bottom left;
	border:1px solid #bfbfbf;
	padding:4px 4px 2px 4px;*/
	cursor: move;
	white-space: nowrap;
}
.dojoxFloatingMinimizeIcon {
	background:url('icons/tabClose.png') no-repeat center center;
	background-size: 18px 18px;
	width:17px;
	height:100%; 
	overflow:hidden;
	float: right;
	/*border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;*/
	color: #999;
	line-height: 17px;
	text-decoration: none;
	padding: 0px 2px;
	font-family: Arial;
	/*border-radius: 0 0 0 5px;
	box-shadow: -1px 1px white;*/
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	cursor:pointer;
	
}
.floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; }

.dojoxFloatingMaximizeIcon {
	background:url('icons/spriteArrows.png') no-repeat -21px center;
	width:7px;
	margin: 0px 4px;
	overflow:hidden;
	float:right;	
}

.floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; }
.dojoxFloatingRestoreIcon {
	background:url('icons/spriteArrows.png') no-repeat 0px center; 
	width:7px;
	margin: 0px 4px;
	float:right;
	display:none;
}
.dojoxFloatingResizeHandle {
	background:url('icons/resize.png') no-repeat bottom right;
	position:absolute; 
	right:0; 
	bottom:0; 	
	width:16px;
	height:16px; 
	cursor:nw-resize;
}
.dojoxFloatingCloseIcon {
	display: hidden;
	width:20px;
	height:20px; 
	overflow:hidden;
	float:right; 
	cursor:pointer;
}

.dojoxFloatingDockDefault {
	position:absolute;
	bottom:0px;
	left:0px;
	overflow:hidden; 
	margin:0;
	margin-bottom:3px; 
	padding:0px; 
	width:100%;
	z-index:99; 
	background:transparent;
	
}
.dojoxDockList {
	padding: 0px;
	margin: 0px;
}
.dojoxDockRestoreButton {
	/*background:url('../../../dijit/themes/tundra/images/folderClosed.gif') no-repeat center center;*/
	width:16px; height:16px;
	overflow:hidden; 
	float:left;
	margin-top:2px; 
}
.dojoxDockTitleNode {
	overflow:hidden;
}
.dojoxDock {
	display: block;
	border: 1px solid black;
	position: absolute;
	padding:0;
	margin:0;
	background:#fcfcfc;
	visibility: hidden;
}
.dojoxDockNode {
	border: 1px solid #adadad;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 3px;
	cursor:pointer; 
	list-style: none;
	padding: 2px;
	margin: 0px;
	height: 16px;
	width: auto;
	float: left;
	background: #fafafa url("icons/titleBarBg.gif") repeat-x bottom left;
}
.dojoxFloatingPaneContent {
	background-color: #fff; 
	height: 100%; 
	min-height: 450px;
	width:	100%; 
	min-width: 400px;
	margin-top: 35px;
	overflow:auto; 
}
.dojoxFloatingPaneCanvas {
	background-color:#fff;
}
