body {
  margin: 0px;
	padding: 0px;
  background-image:  url(../img/fondo_3.jpg);
	background-repeat: no-repeat;
	background-color: black;
}
#base {
  position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -370px;
	width: 740px;
	height: 400px;
  border: solid 1px black;
}
#logo {
  position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
}
#fondotexto {
  position: absolute;
	top: 16px;
	right: 16px;
	width: 344px;
	height: 366px;
	border: solid 1px black;
	background-image: url(../img/bg_50.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_50.png',sizingMethod='scale');
	z-index: 2;
}
#texto {
  position: absolute;
	top: 24px;
	right: 24px;
	width: 324px;
	height: 350px;
	color: white;
	font-family: "Verdana", sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	z-index: 3;
}
#texto a:link {
  color: yellow;
	text-decoration: none;
}
#texto a:visited {
  color: yellow;
	text-decoration: none;
}
#texto a:hover {
  color: yellow;
	text-decoration: underline;
}
#menu {
  position: absolute;
	left: 16px;
	top: 166px;
	z-index: 2;
}