.footer {
	background-color: #000;
	padding: 0.5em;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 40%;
	left: 30%;
	width: 20%;
	height: 20%;
	padding: 0px;
	border: 6px solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: none;	
	-moz-border-radius:6px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
/*overlay[id]{ position:fixed;    }*/

.media{
	border:0px;
	cursor:pointer;
	text-align:right;
	vertical-align:bottom;
	align:right;
}
.media img{
	border:0px;
}
.media #img{
	background:url(/img/video2.gif) no-repeat right bottom;
	border:0px;
	float:right;
}
.media #image{
	background:url(/img/imagen2.gif) no-repeat right bottom;
	border:0px;
	float:right;
}