/*Container para o conteudo "PACOTES"*/
.container_info {
	float: left;
	width:430px;
}
/*Existiu a necessidade de alterar a class kr_sld_t e por este motivo criei esta nova*/
.kr_sld_t_new {
	font-weight: bold;
	margin: 0px 0px 2px 26px;
	color: #FF7000;
	float: left;
	width: 404px;
}
/*Class transversal às 2 páginas, serve para alinhar o botão de ajuda "?"*/
.pacote_help {
	margin-left: 5px;
}
/*Classes para a área lateral direita das páginas index_banner.html e index_icone.html*/
.container_BannerLatDir {
	float: left;
	margin-left:18px;
}
.container_BannerLatDir_title {
	font-weight: bold;
	color: #FF7000;
	float: left;
	margin-bottom:2px;
}
/*Classes para o banner lateral direito da página index_banner.html*/
.container_imgBanner {
	width: 201px;
	height: 379px;
	background-image: url(../img/bannerLatDir.png);
	background-repeat: no-repeat;
	margin-top: 26px;
	clear: both;
}
.btn_aderir {
	width: 200px;
	text-align: center;
	padding-top: 316px;
}
/*Classes para a box lateral direito da página index_icone.html*/
.BoxLatDir {
	width: 201px;
	height: 377px;
	margin-top: 27px;
	border: 1px #BEBEBE solid;
	clear:both;
}
.BoxLatDir_Title {
	width: 193px;
	height: 78px;
	color: #FF7000;
	padding: 8px 0 0 10px;
	font-size: 18px;
}
.txt_title {
	font-size: 18px;
	color: #595959;
	font-weight: bold;
}
.BoxLatDir_footer .kr_btn {
	display: block !important;
	float: right; !important;
	margin-right: 3px; !important;
	margin-top: 5px; !important;
}
.BoxLatDir_img {
	width: 201px;
	height: 129px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 2px;
}
.BoxLatDir_Desc {
	width: 193px;
	height: 93px;
	font-size: 16px;
	text-align: center;
	padding-top: 23px;
}
.BoxLatDir_footer {
	width: 201px;
	height: 29px;
	background: #DFDFDF;
}
/*Classes para a frase no Footer*/
.fraseFooter {
	margin-top: 5px;
	margin-left: 26px;
	font-size: 10px;
	clear:both;
}
.fraseFooter a {
	text-decoration: none;
	color: #FF7000;
}
