body {
	background-color:#fbfbfb;
	background-position:50% 50%;
	background-image:url(../images/nbqpro.gif);
	margin:inherit;
	font-family: Helvetica,"Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

div{
	border: 0px solid;
	border-color: #ffff00;
}

div#email{
	visibility: hidden;
	display:none;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index:1;
	vertical-align:middle;

	margin-top: -212px; 
	margin-left: -400px;

	width:800px;
	height: 425px;
}

div#pantallacompleta{
	visibility: visible;
	position:absolute;
	left: 49%;
	top: 50%;
	z-index:2;
	width:98%;
	height: 520px;
	margin-top: -260px; 
	margin-left: -48%;
	vertical-align:middle;
}
div#tapafondo{
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #000;
  	filter:alpha(opacity=100);	/*IE*/
  	-moz-opacity: 1;		/*Mozilla*/
  	opacity: 1;			/*Otros*/
}
div#cerrar{
	visibility: hidden;
	position:absolute;
	z-index:5;
	width:90%;
	height: 20px;
	top: 50%;
	left:0px;
	margin-top: -260px;
	font-size: 100%;
	font-weight: bold;
	font-family: Helvetica,"Times New Roman", Times, serif;
	text-align:right;
}
div#cerrar A:link {text-decoration: none; color: white;}
div#cerrar A:visited {text-decoration: none; color: white;}
div#cerrar A:active {text-decoration: none; color: white;}
div#cerrar A:hover {text-decoration: underline; color: grey;}

div#centro {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 550px;
	margin-top: -275px; 
	margin-left: -400px;
}
