body  {
	background: #976a38;
	margin: 0;
	padding: 0;
	background-image:url(../imagesgeneral/cerclesup.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

#cabecera {
	width: 800px;
	height:256px;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
}

#container {
	width: 800px;
	/*height:auto;*/
	height:100%;
	background-image:url(../imagesgeneral/indiana-central.jpg);
	background-repeat:repeat-y;
	margin: 0px auto; /* Valor negativo para juntar visualmente las capas NPI */
	padding-top:0px;
} 

#columnacentral {margin: 0 18px 0 18px;}

#pie {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background:#976a38;
	z-index:1;
	clear:left;
	position: relative;
}

#pietext {
	position: absolute;
	bottom:8px;
	width: 800px;
	text-align:center;
	z-index:5;
	/*clear:left;*/
}

#separador764{
	height:28px;
	width:764px;
	background-image:url(../imagesgeneral/separador764.jpg);
	z-index:10;
}

.clearfloat {clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

