/*
 *
 * Ocultação
 *
*/

.newsBox,
.boxHighlight01 h3 span,
.boxHighlight02 h3 span {
	display: none;
}

/*
 *
 * COLUMN 2
 *
*/

#column2 {
	margin-top: 269px;
}

/*
 *
 * Column Center
 *
*/

/*
 *
 * Imagens Principal
 *
*/

.mainImage {
	margin-left: -186px;
	position: absolute;
}

/*
 *
 * Page Content Title
 *
*/

.pageContentTitle {
	padding-top: 279px;
	margin-top: 0;
}

/*
 *
 * Destaques
 *
*/

.highlightTitle {
	background-image: url('/templates/source/11/images/highlight.png');
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 3px;
}

.boxHighlight01,
.boxHighlight02 {
	width: 24%;
	float: left;
	margin-left: 3px;
}

html>body .boxHighlight01,
html>body .boxHighlight02 {
	width: 33%;
	margin-left: 0;
}

.boxHighlight01 h3 a,
.boxHighlight02 h3 a,
.more {
	color: #A00E11;
	text-decoration: none;
}


.boxHighlight01 .paragraph,
.boxHighlight02 .paragraph {
	text-align: left;
}

.boxHighlight01 .image,
.boxHighlight02 .image {
	border: none;
}