BODY {
	BACKGROUND-IMAGE: url(../images/fondo.jpg); MARGIN: 0px 0px 0px 0px
}

#ad {
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#anuncio {
	position: absolute;
	width: 800px;
	height: 550px;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -275px;
	border: 1px solid #fff;
	z-index: 2;
}
#cerrar {
	position: absolute;
	width: 100%;
	top: 0;
	background-color: #fff;
	height: 30px;
	padding: 10px 0px 10px 0px;
	text-align: right;
	font-weight: bold;
	z-index: 3;
}
#cerrar a:active,
#cerrar a:link,
#cerrar a:visited {
	color: #063;
	text-decoration: none;
	padding: 0px 25px 0px 0px;
}
#cerrar a:hover {
	color: #5e5;
	text-decoration: none;
	padding: 0px 25px 0px 0px;
}
#pantalla {
	background-color: #111;
	position: fixed;
	padding: 0;
	margin: 0;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 1;
	filter: alpha(opacity=80);
	opacity: .8;
	-moz-opacity:0.8;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}