﻿/*===================dhtmlwindow==================================*/
.dhtmlwindow{
	position: absolute;
	visibility: hidden;
}

.drag-handle{ 
	width: auto;
}

.drag-controls{ 
	cursor: hand;
	cursor: pointer;
	float: right;
}

* html .drag-handle{ 
	width: 100%;
}

.drag-resizearea{ 
	float: right;
}

/*===================lightbox==================================*/
#lightbox{
	background-color:#eee;
	padding: 0px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	}
#lightboxDetails{
	font-size: 0em;
	padding-top: 0em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 0px; right: 0px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://services.dreams.es/edDig/img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="script/overlay.png", sizingMethod="scale");
	}
	
/*===================otros==================================*/

.ico_idDig_1{
 width:24px;
 height:24px;
 padding-right:6px;
 vertical-align:middle;
}


