#manchete{
}

	#manchete_content{
		height: 130px;
		width: 100%;
		background: #E5E5E5;
		font-size: 300%;
		text-align: center;
		line-height: 40px;
		display: table;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
		letter-spacing: -1px;
	}

	#manchete_content a {
		color: inherit;
		display: table-cell;
		vertical-align: middle;
	}
	#manchete_content a:hover {
		color: #666;
	}
