#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:90;
	background-color:#222222;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#overlay[id] { /* IE6 and below Can't See This */
	position:absolute;
}
/* IE7 Only */
*:first-child+html #overlay {
	position:fixed;
}
.lightbox {
	width:400px;
	height: 470px;
	padding:10px;
	background-color: #333333;/*border:2px solid #eee;---------*/
}
/* IE7 Only */
*:first-child+html .lightbox {
	position:fixed;
	height: 600px;
	width: 400px;
	padding-right:30px;
}
/*Opera Only*/
html:first-child #box1 {
	width:400px;
	height: 450px;
}
#close {
	position:absolute;
	top:-2px;
	right:8px;
	cursor:pointer;
	background-color: #333333;
}
#box1 {
	background-color: #333333;
	width: 450px;
	height: 580px;
}
html* #box1 {
	height: 500px;
} /* sólo en safari */
/* IE7 Only */
*:first-child+html .box1 {
	margin-right:60px;
}

