@charset "UTF-8";
/* CSS Document */
body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:800px;
	height:830px;
	padding:0px;
	margin:0px auto;
	}
	   
/*Aqui solo haremos la imagen desde aqui y la quitamos en el html*/
#top
	{
	background-repeat:no-repeat;	
	padding:0px;
	padding-top:13px;
	width:800px;
	height:81px;
	float:left;
	border:0px;
	}
/*
	En esta de botones, le puse el margin-top:-18px; y ya se acomodo a donde la querias, solo tus botones de las orillas como que tienen un fondo blanco quitaselos pa que se vea bien el efecto. Tambien no se por que tenias el bacground color en blanco, tambien se lo quite
*/
#botones
	{
	margin-top:-18px;
	width:800px;
	height:40px;
	float:right;
	}
#central
	{
	padding-top:0px;
	position:relative;
	background-color:#FFF;
	width:800px;
	height:570px;
	float:left;
	}
#botones2
	{
	padding-top:0px;
	width:154px;
	height:565px;
	background-color:#FFF;
	float:left;
	border-color:#FFF;
	}
#contenido
	{
	padding-top:0px;
	width:646px;
	height:565px;
	background-color:#FFF;
	float:left; 
	border-color:#FFF;
	}
#floor
	{
	padding-top:0px;
	width:800px;
	height:184px;
	border:0px;
	float:left;
	}
#clustrmaps
	{
	padding-top:0px;
	width:800px;
	height:120px;
	border:0px;
	float:left;
	}
#histast
	{
	padding-top:0px;
	width:800px;
	height:30px;
	border:0px;
	float:left;
	}
