/*****************************/
/* CSS Document */
html {
  height: 100%;
  width: 100%;
}

form {
  margin: 0;
  padding: 0;
}

body {
	height: 100%;
	width:1OO%;
	margin: 0px;
	padding:  0px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
}

#centrado {
	position:absolute;
	width:1440px;
	height:650px;
	left:50%;
	top:0px;
	margin-left:-721px;
}

#flash-home {
	position:absolute;
	top:0px;
	width:1440px;
	height:650px;
	z-index:100;
	left: 1px;
}

#centrado-game {
/*	position:absolute;*/
	width:100%;
	height:100%;
/**	left:50%;*/
/*	top:0px; */
/**	margin-left:-721px; **/
}

#flash-game {
	position:absolute;
	top:0px;
	width:1024px;
	height:768px;
	z-index:1;
	left: 1px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

div#footer {
	position:absolute;
	width:1000px;
	height:55px;
	left:210px;
	top:655px;
	z-index:99;
}

div#footer_l {
	float:left;
}

div#footer_r {
	float:right;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}
