#header {
	display: table-row;
}
#title {
	text-align: center;
	display: table-cell;
	vertical-align: top;
	border: dotted 1px #e4e4e4;
}
#spacer {
	display: table-cell;
	width: 5em;
}
#anuncios {
	display: table-cell;
	vertical-align: top;
	right: 0;
	border: dotted 1px #e4e4e4;
}

