#contenedor {
	width:950px;
	height:655px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #000000
}
.fondo_central {
	background-image: url(imagenes/fondo.jpg);
	background-position: top;
	vertical-align: super;
	clip: rect(0px,auto,auto,auto);
}
.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 20px;
	color: #999999;
}

