* {
	margin: 0px;
	padding: 0px;
	background: #203058 url(fondo_html.gif) repeat;
	color: #ffffff;
}
body {
	background: #2b4f65 url(fondo.jpg) repeat;
	text-align: center;
	color: #ffffff;
}
h1, h2 {
	display: none;
}
#flash {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 575px;
	margin-top: -287px;  /* a la mitad de su alto */
	margin-left: -380px;   /* a la mitad de su ancho */
	display: block;
	background: #b1b1b3;
	border: 2px solid white;
}
#flash p {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	padding-top: 30px;
	color: #3a331e;
}
