@charset "utf-8";
/* CSS Document */

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #fff;
	z-index:1001;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=20);
		}
		
.white_content_arriba {
	display: none;
	position: absolute;
	left: 30%;
	top:100px;
	width: 435px;
	margin: 0px auto;
	padding: 16px;
	background-color: white;
	z-index:1002;
	overflow: auto;
	right: 30%;
	border:3px solid #666;
		}
		
.white_content_abajo {
	display: none;
	position: absolute;
	left: 30%;
	top:650px;
	width: 435px;
	margin: 0px auto;
	padding: 16px;
	background-color: white;
	z-index:1002;
	overflow: auto;
	right: 30%;
	border:3px solid #666;
		}
		
.cerrar {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:20px;
}

.cerrar a {
	color:#001588;
	text-decoration:none;
}

.cerrar a:hover {
	color:#00F;
}