* {
	padding: 0 auto;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color:#2e2e2e;
}
body {
	background: #f0f0f0;
	height: 100%;
}

#general {
	width: 955px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 5px solid #d9d9d9;
	background: url('/imagenes/back-contenido.gif') #fff right;
		
}


#header	{
	background: url('/imagenes/header.jpg');
	width: 955px;
	height: 145px;
}
#centro {
	width: 955px;
	background: url('/imagenes/back-contenido.gif') #fff right;
	overflow: hidden;
}

#contenido {
	width: 767px;
	float: left;
}
#footer {
	clear: both;
	width: 955px;
	min-height: 56px;
	background: url('/imagenes/footer.jpg') no-repeat right bottom ;
	text-align: center;
}

#footer p {
	font-size: 11px;
	color: #999;
	margin: 20px 500px 0px 20px;
}