@charset "utf-8";
/* CSS Document */

a:link.TitleLatestRelease {text-decoration: none; color: #3A3A3A; padding: 3px;}
a:visited.TitleLatestRelease {text-decoration: none; color: #3A3A3A; padding: 3px;}
a:hover.TitleLatestRelease {color: #FFF; text-decoration: none; background-color: #cd120a; padding: 3px; }
a:active.TitleLatestRelease {text-decoration: none;}

a:link.MiniLatestRelease {color: #393939; text-decoration: none;}
a:visited.MiniLatestRelease {color: #393939; text-decoration: none;}
a:hover.MiniLatestRelease {color: #DE2921; text-decoration:underline;}
a:active.MiniLatestRelease {color: #393939; text-decoration: none;}

a:link.MiniLastRelease {color: #CCC; text-decoration: none;}
a:visited.MiniLastRelease {color: #CCC; text-decoration: none;}
a:hover.MiniLastRelease {color: #FFF; text-decoration:underline;}
a:active.MiniLastRelease {color: #CCC; text-decoration: none;}

/************************************************** CSS Document - LEFT SIDE **************************************************/
#main-content #Box-Left {
	width: 400px;
	margin-right: 15px;
	float: left;
}

#main-content #BoxLeft-Title {
	border-bottom: 1px dashed #7D7D7D;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

/* NOTÍCIA DESTAQUE: 1 notícia com foto */
#main-content #Box-Left #BoxNewsHighlights {
}
#main-content #Box-Left #BoxNewsHighlights #BoxImgMainRelease {
	width: 400px;
	overflow: hidden;
}
#main-content #Box-Left #BoxNewsHighlights #BoxImgMainReleaseBackInfo {
	background: #282929;
	padding: 10px 5px;
}
#main-content #Box-Left #BoxNewsHighlights #NewsHighlightsMainTitle {
	font-size: 20px;
	color: #FFF;
	padding-bottom: 10px;
	line-height: 135%;
}
#main-content #Box-Left #BoxNewsHighlights #NewsHighlightsRelease {
	font-size: 12px;
	color: #CCC;
	line-height: 135%;
}
/* NOTÍCIA DESTAQUE: 1 notícia com foto */

/* NOTÍCIA DESTAQUE: 3 notícias simples */
#main-content #Box-Left .MiniNewsHighlights {
	padding: 10px 5px;
	border-bottom: 1px dotted #7D7D7D;
}
#main-content #Box-Left .MiniNewsHighlightsTitle {
	font-size: 20px;
	color: #3A3A3A;
	padding-bottom: 5px;
}
#main-content #Box-Left .MiniNewsHighlightsRelease {
	font-size: 12px;
	color: #393939;
	line-height: 135%;
}
/* NOTÍCIA DESTAQUE: 3 notícias simples */

/* Botões Saiba+ */
.BtnLearnMore {margin-top: 10px; padding: 5px; float: right;}
.BtnLearnMore a {margin-top: 10px; font: 12px Arial; font-weight:bold; color: #1D1A19;	padding: 5px;}
.BtnLearnMore a:hover {color: #FFF; background: #036; padding: 5px;}



/************************************************** CSS Document - RIGHT SIDE **************************************************/
#main-content #Box-Right {
	width: 558px;
	margin-left: 15px;
	float: right;
}
#main-content #Box-Right .BoxRight-Title {
	margin-bottom: 10px;
	font: 15px Verdana;
	font-weight: bold;
	color: #333;
}
#main-content #Box-Right .BoxRight-SubTitle {
	font: 15px Verdana;
	color: #636363;
	line-height: 135%;
}

#main-content #Box-Right .BoxRightEntertainment {
	margin-bottom: 25px;
}
#main-content #Box-Right .BoxRightChoices {
	border-top: 1px dotted #7D7D7D;
	border-bottom: 1px dotted #7D7D7D;
	padding-top: 15px;
	padding-bottom: 25px;
	margin-top: 20px;
}

#main-content #Box-Right .BoxRightChoices .BoxTopBanners {width: 175px; height: auto; float: left; margin: 0px 5.45px 0 5.45px;}
#main-content #Box-Right .BoxRightChoices .BoxTopBanners a {padding-bottom: 50px; border-bottom: 5px solid #CCC;}
#main-content #Box-Right .BoxRightChoices .BoxTopBanners a:hover {border-bottom: 5px solid  #036;}

#main-content #Box-Right .BoxRightChoices .BoxTopBanners-IMG {
	margin-bottom: 5px;
}
#main-content #Box-Right .BoxRightChoices .BoxTopBanners-TITLE {
	font: bold 12px Verdana;
	margin-bottom: 5px;
}
#main-content #Box-Right .BoxRightChoices .BoxTopBanners-SUBTITLE {
	font: 11px Verdana;
	color: #868686;
}

#main-content #Box-Right .BoxRightChoices .BoxBottomBanners {
	width: 175px;
	margin: 0px 5.45px 0 5.45px;
	padding: 0;
	float: left;
}

#main-content #Box-Right .BoxRightChoices .BoxBottomBanners-IMG {
	border: 1px solid #B3B3B3;
	margin-bottom: 20px;
}
#main-content #Box-Right .BoxRightChoices .BoxBottomBanners-TITLE {
	font: 15px Verdana;
	color: #4C4C4C;
	font-weight: bold;
	margin-bottom: 10px;
}
#main-content #Box-Right .BoxRightChoices .BoxBottomBanners-TEXT {color: #636363;}
#main-content #Box-Right .BoxRightChoices .BoxBottomBanners-TEXT a {text-decoration: none;	color: #636363; line-height: 150%;}
#main-content #Box-Right .BoxRightChoices .BoxBottomBanners-TEXT a:hover {text-decoration: underline;}
