body {
	background-image:url(../imagenes/fondos/fondestrellasazul.jpg);
	background-attachment:fixed;
	font-family:"Arial", Trebuchet MS;
}
#top{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:67px;
	background-image: url(../imagenes/otros/superior.png);
	background-repeat:no-repeat;
	z-index:90;
}
#superior{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	background-image: url(../imagenes/otros/bandasuperior.png);
	z-index:50;
}
#contenido{
	position:relative;
	margin-left:50px;
	margin-right:50px;
	margin-top:50px;
	margin-bottom:50px;
	bottom:0px;
	width:600px;
	height:800px;
	z-index:50;
}
#bottom{
	position:absolute;
	bottom:0px;
	left:0px;
	width:700px;
	height:24px;
	background-color:#000000;
}
#general {
	margin: 0 auto;
	position:relative;
	left:0px;
	top:0px;
	width:700px;
	height:900px;
	z-index:1;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-bottom-style:solid;
	border-color:#333333;
	border-left-width:4px;
	border-right-width:4px;
	border-top-width:4px;
}
#anteriorcapa {
	position:absolute;
	left:-29px;
	top:320px;
	width:29px;
	height:232px;
	z-index:5;
}
#posteriorcapa {
	position:absolute;
	left:700px;
	top:320px;
	width:29px;
	height:232px;
	z-index:6;
}
.z-izquierda {
	border: 0px;
	float:left;
	margin-right:10px;
}
.z-izquierda-arriba {
	border: 0px;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.z-izquierda-abajo {
	border: 0px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.z-izquierda-todo {
	border: 0px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}
.z-derecha {
	border: 0px;
	float:right;
	margin-left:10px;
}
.z-derecha-arriba {
	border: 0px;
	float:right;
	margin-left:10px;
	margin-top:10px;
}
.z-derecha-abajo {
	border: 0px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.z-derecha-todo {
	border: 0px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}
.z-clear {
	clear:both;
}
.z-bottom-derecha {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:100;
	/*margin-right:-10px;
	margin-bottom:-10px;*/
}
.z-bottom-izquierda {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:100;
	/*margin-left:-20px;
	margin-bottom:-10px;*/
}
.seccion{
	color:#FFFFFF;
	font-size:12px;
	float:left;
	margin-left:100px;
}
.pagina{
	color:#FFFFFF;
	font-size:12px;
	float:right;
	margin-right:40px;
}
.numpagina{
	font-size:30px;
	color:#FFFF99;
}
.blanco{
	color:#FFFFFF;
	font-size:12px;
}
