/* POR VICTOR MORA 17-03-2026 MOTIVO: REQUERIMIENTO 15809 */
#lightboxIU2{
	display:none;
	position: fixed;
	z-index:9999;
	border:1px solid #7d8f9b;
	background:#FDFCE9;
	text-align:left;
	overflow: hidden;
	margin: 0px auto;
}

#overlayIU2{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#CCCCCC;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=70);
}

.lbAction_MODERN {
	position: absolute;
	width: 15px;
    height: 15px;
    top: 6px;         
    right: 10px;      
    z-index: 9999;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border: none;
}