* {
margin:0;
padding:0;
}
#inicio {
	background-color:#000000;
	background-image:url(imgjoan/unfondo.jpg);
	background-repeat:no-repeat;
}
#wrapper {
	position:absolute;
	top:30px;
	height: auto;
	width: auto;
	left: 110px;

}
#cabecera {
	position: absolute;
	height: auto;
	width: auto;
	left: 500px;
}
#texto {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	font-style:oblique;
	color: #8F8057;
	position: absolute;
	height: auto;
	width: 600px;
	top: 250px;
	font-weight: bold;
	text-align: justify;
	overflow: auto;
	left: 150px;
	padding-right: 10px;
	z-index: 2;
	visibility: visible;
}
#texto2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	font-style:oblique;
	color: #8F8057;
	position: absolute;
	height: 400px;
	width: 600px;
	top: 200px;
	font-weight: bold;
	text-align: justify;
	left: 150px;
	padding-right: 10px;
	z-index: 2;
}
#descarga {
	height: auto;
	width: auto;
	left: 500px;
	top: 200px;
	position: absolute;
	color: #8F8057;
	text-decoration: none;
}
#descarga a {
	font-weight: bold;
	color: #8F8057;
	text-decoration: none;
	padding: 0px;
	float: right;
}

/*otra navegacion*/
#dos {
	position: absolute;
	left: 580px;
	top: 50px;
	height: 200px;
	width: 200px;
}

#navig {
	position: absolute;
	top: 0;
	left: 50px;
	height: 126px;
	font-size: 12px;
	z-index: 200;
	margin: 0px;
	padding: 0px;
}
#navig li {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 0 15px;
	background: url(imgjoan/bg_nav.gif) repeat-x bottom;
}
#navig a {
	color: #8F8057;
	width: 91px;
	padding: 3px 0 5px 12px;
	display: block;
	background: url(imgjoan/bullet_off.gif) left no-repeat;
}
#navig a:hover {
	font-size: 16px;
}
#navig .last {
	background: none;
}
#navig .on {
	background: url(imgjoan/bullet_on.gif) left center no-repeat;
}

#tres {
	position: absolute;
	left: 700px;
	top: 50px;
	height: 200px;
	width: 200px;
}
#navig2 {
	position: absolute;
	top: 0;
	left: 50px;
	height: 126px;
	font-size: 12px;
	z-index: 200;
	margin: 0px;
	padding: 0px;
}
#navig2 li {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 0 15px;
}
#navig2 a {
	color: #8F8057;
	width: 91px;
	padding: 3px 0 5px 12px;
	display: block;
	background: url(imgjoan/bullet_off.gif) left no-repeat;
}
#navig2 a:hover {
	font-size: 16px;
}
#navig2 .last {
	background: none;
}
#navig2 .on {
	background: url(imgjoan/bullet_on.gif) left center no-repeat;
}
