.footer {
	padding: 0.5em;
}

.leightbox {
	text-align: center;
	display: none;
	position: absolute;
	width: 730px;
	z-index:1001;
	overflow: auto;	
}
#cabecera {
	width:100%;
	height:140px;
	background: #1d2224 url(/images/bg.gif) repeat-x;
}
#overlay{
	display:none;
	width:100%;
    height:100%;
	-moz-opacity: 0.60;
	opacity:.60;
	filter: alpha(opacity=60);
}
#overlay {
	background-color: #000;
	z-index:100;
}

.leightbox {
	border: 0px;
	background-color: transparent;
	z-index:102;
}

.lightbox[id] { /* IE6 and below Can't See This */    position:fixed; }
#overlay[id] { /* IE6 and below Can't See This */    position:fixed; }
