#contenedor {
	height: 622px;
	width: 922px;
	margin-right: auto;
	margin-left: auto;

}
#footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}
a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 12px solid #FFF;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
#light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #2f98d2;
	padding-bottom: 10px;
}
#light p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
#light a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFF;
}
#light h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
}
#light h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
}
#light img {
	float: right;
}

