/*css para la estructura del sitio*/
body {
	margin: 0pt;
	background: #000 url(../img/bg_page.jpg) no-repeat scroll center top;
	padding: 0pt;
}
	#general {
	height: 1200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-image: url(../img/bgeneral.png);
	background-repeat: no-repeat;
	}
		#top {
	height: auto;
	width: 890px;
	margin-left: 5px;
	float: left;	
		}
		#cuerpo {
	height: auto;
	width: 855px;
	float: left;
	margin-left: 70px;
	margin-top: 10px;
	}
			#sidebar {
	height: auto;
	width: 160px;
	float: left;
	}
			#navegador {
			width: auto;
			height: auto;
			float: left;			
			}
			#content {
	height: 880px;
	width: 550px;
	float: left;
			}
			#contenido-general{
	height: auto;
	width: auto;
			}
			#rightbar{
	width: 145px;
	float: left;
			}
		#pie {
	width: 1000px;
	margin-left: auto;
	text-align: center;
	color: #660000;
	margin-right: auto;
	height: 150px;
	float: left;
	background-image: url(../img/bgpie.jpg);
	background-repeat: no-repeat;
	background-color: #FAFAFA;
		}

