#fondo {
	position:relative;
	width:700px;
	height:5000px;
	background-color:#FFFFFF;
	layer-background-color:#00FF00;
	border:1px none #000000;
	z-index:1;
	padding: 0px;
	margin-top: 50px;
	overflow: hidden;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#logo {
	position:absolute;
	width:145px;
	height:50px;
	background-color:#FFFFFF;
	layer-background-color:#00FF00;
	border:0px none #000000;
	z-index:8;
	overflow: hidden;
	visibility: visible;
	left: 30px;
	top: 40px;
}
#navegacion {
	position:absolute;
	left:30px;
	top:130px;
	width:250px;
	height:120px;
	background-color:#FFFFFF;
	layer-background-color:#00FF00;
	z-index:7;
	visibility: visible;
	padding: 0px;
	text-align: left;
}
#imagen {
	position:absolute;
	left:390px;
	top:25px;
	width:273px;
	height:273px;
	background-color:#FFFFFF;
	layer-background-color:#00FF00;
	border:1px none #000000;
	z-index:6;
}
#texto {
	position:absolute;
	left:33px;
	top:319px;
	width:640px;
	height:4800px;
	background-color:#FFFFFF;
	layer-background-color:#00FF00;
	border:1px none #000000;
	z-index:5;
	visibility: visible;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: left;
}
body {
	background-color: #EBEBEB;
}

ul#navprincipal {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#navprincipal li a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
ul#navprincipal li a:hover {
	color: #000000;
	text-decoration: none;
}
.seccion {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF9933;
}
.subir {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
	text-align: right;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-top: 60px;
}
a:link {
	color: #FF6633;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a:visited {
	color: #FF6633;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
}

a:active {
	color: #FF6633;
	text-decoration: underline;
	background-color: #FFFFFF;
}
