/* CSS Document */
body {
	background: #420382 url(../images/fondo.gif) top right no-repeat;
	margin: 0;
	position: relative;
	text-align: center;
	/*text-align:center;*/
}
body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;}
a {
	color: #fc0;
}
.caja {
	width: 550px;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
div#contenedor {
	margin:0px auto;
	position: relative;
	left:60px;
	top: 90px;
 	padding:0px;
	width: 650px;
	z-index:10;
	height: auto;
	text-align:center;	
 }
div#frame {
	line-height: 16px;
	color: #fff;
	position: relative;
	margin: -30px 0 0 0;
	padding: 0 20px 15px 70px;
	background: transparent url(../images/fondo_caja.gif) center repeat-y;	
 }
div#cuerpo{
	text-align: left;	
}

div#cuerpo p, div#cuerpo h2{
	margin: 10px 0 0;

}

ul#menu {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 230px;
	z-index: 7;
}
ul#menu li {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 161px;
	height: 69px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 70px;
	background: transparent url(../images/nube.gif) top left no-repeat;
}
ul#menu li a {
	color: #000;
	text-decoration: none;
}

ul#menu li#uno {left: 25; top: 5px;}
ul#menu li#dos {left: 140px; top:25px;}
ul#menu li#tres {left: 380px; top:0px;}
ul#menu li#cuatro {left: 257px; top:-9px;}

div#footer {
	text-align: left;
	position: absolute;
	z-index: 5;
	width: 100%;
	/*top: 0;*/
	left: 0;
	/*top: auto;*/
	bottom: 0;
	height: 611px;
	}
img#arbol, img#puerta, img#ojitos, img#paisaje {
	position: absolute;
	/*top: auto;*/
	/*height: auto;*/
	}
img#arbol {
	z-index: 5;
	bottom: 0;
	}
img#puerta {
	z-index: 4;
	bottom: 107px;
	left: 55px;
	}
img#ojitos {
	z-index: 3;
	bottom: 394px;
	left: 43px;
	}
img#paisaje {
	z-index: 1;
	bottom: 0px;
	right: 0px;
	}
div#spidy, div#saltarin{
	position: absolute;
	
}
div#spidy {
	top: 145px;
	left: 5px;
	}
div#saltarin {
	top: 28px;
	left: 450px;
	}
div#saltarin img {
	margin: 0 20px;
}


html>body div#footer {position: fixed;}
#footer>img#arbol, #footer>img#puerta, #footer>img#ojitos, #footer>img#paisaje {position: fixed;}
#contenedor>img#spidy {position: fixed;}
