@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	font-family: "Trebuchet MS";
	text-align: center;
	}

#cabezal {
	background:url(imagenes/cabezal.jpg) no-repeat;
	top: 0;
	height: 264px;
	width: 407px;
	margin: 0 auto;
	position: absolute;
	z-index: 0;
	left: 50%;
	margin-left: -204px;
	}
	
#contenedor {
	position: relative;
	top: 265px;
	width: 700px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	}