body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texto{
	font-size: 12px;
	color:#666666;
	height:440px; 
	overflow:auto;
	padding:10px;
}
.footer {
	
	font-size: 9px;
	color: #999999;
}
a{
	color:#FF0000;
}

#lightbox{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10001;
	width: 100%;
	height: 100%; 	
}

#overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
