@charset "utf-8";
/* CSS Document */
body{
	margin-left: 50%;
	}
#contenedor {
	position: relative;
	margin-left: -512px;
}
#cabecera {
	position: absolute;
	width: 1024px;
	height: 88px;
	top: 0px;
}
#botonera {
	position: absolute;
	width: 1024px;
	height: 84px;
	top: 88px;
}
#central1 {
	position: absolute;
	width: 1024px;
	height: 1000px;
	top: 172px;
}
#central2 {
	position: absolute;
	width: 1024px;
	height: 1000px;
	top: 172px;
}
	
#pie {
	position: absolute;
	width: 1024px;
	height: 90px;
	top: 1172px;
	}



