#encab {
	position: absolute;
	height: 182px;
	width: 701px;
	left: 1px;
	top: 0px;
}
#titulo {
	position: absolute;
	height: 100px;
	width: 250px;
	left: 151px;
	top: 108px;
}
#borde {
	position: absolute;
	height: 767px;
	width: 140px;
	left: -1px;
	top: 160px;
	background-color: #ffc000;

}
#direc {
	position: absolute;
	height: 100px;
	width: 141px;
	left: 1px;
	top: 368px;
}

#ppal {
	position: relative;
	background-image: url(fondo.jpg);
	background-repeat:  repeat-y;
	width: 700px;
	height: 1500px;
	margin: 0 auto;
}
#menu {

	position: absolute;
	height: 100px;
	width: 139px;
	left: 1px;
	top: 103px;
	z-index: 1;
}
body {
	text-align: center;
	background-color: #99CC66;
}

