/**** Lightbox ***/
#lightboxCaption{
	float: left;
	font:.7em Tahoma, Verdana, Arial;
	*font:.85em Tahoma, Verdana, Arial; /*IE6-IE*/
	font-weight:normal; 
	color:#fff; 
	width:100%;
}
#lightboxCaption p{
	line-height:1.4em;
	color:#fff;
}
#lightboxCaption p.captionTitular{
	font-size:1.5em;
	*font-size:1.2em; /*IE6-IE*/
	font-weight:bold;
	margin-bottom:.5em; 
}
#lightboxCaption p.captionCopyright{
	font-weight:bold;
	color:#ccc;
	font-size:.8em;
	*font-size:.9em; /*IE6-IE*/
}
/**** fin= Lightbox ***/

#lightbox{
	background-color:#555E5E;
	padding:10px;
	border: 1px dotted #717878;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	text-align:left;
	}	
#keyboardMsg{
	float: right; 
	color:#576975; 
	/*top:.5em;
	right:.5em;
	_top:0em;
	_right:0em;*/
	z-index:1;
}
kbd{
	font-family:Tahoma, Verdana, Arial;
	font-weight:normal;
	font-size:1em;
	color:#fff;
	background:url(../img/general/bullet_cerrar.gif) 0 .2em no-repeat;
	padding-left:1.2em;
}
kbd:hover{
	text-decoration:underline;
}
#closeButton{
	top: 5px; 
	right: 5px; 
}
#lightbox img{
	border: none; 
	clear: both;
} 
#overlay img{ 
	border: none; 
}

#overlay{
	background-image: url(/img/all/bg_lightbox_overlay.png);
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/all/bg_lightbox_overlay.png", sizingMethod="scale");
	}
	
