.banner {
	position: relative;
	border: 2px solid #c6c4c4;
	margin-bottom: 20px;
}

.banner img {
	border: 1px solid #dbdee1;
	display: block;
	margin: 0px;
}

.banner p.link_banner {
	position: absolute;
	top: 162px;
	left: 350px;
	width: 130px;
	height: 30px;
	overflow: hidden;
}

p.link_banner a {
	background: url(../img/transparent.gif) repeat;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

p.link_banner strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

/*----------- COLUNAS PRINCIPAIS DA HOME */

.boxes_home {
	overflow: hidden;
	zoom: 1;
}

.bot_colunas img {
	display: block;
}

.boxes_home h2 {
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	height: 37px;
	overflow: hidden;
	margin-bottom: 20px;
}

.boxes_home h2 a {
	display: block;
	border-top: 3px solid #000;
	padding: 5px 0 0px 0;
	position: relative;
	padding-top: 15px;
}

.boxes_home h2 a:hover {
	text-decoration: none;
}

.bot_colunas {
	width: 198px;
	float: left;
	overflow: hidden;
}

.bot_colunas h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 16px;
}

.bot_colunas li a,
.bot_colunas li img {
	display: block;
	margin: 0px;
	padding: 0px;
}

.bot_colunas li {
	margin-bottom: 20px;
}

.bot_colunas li.noticia {
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 12px;
	height: 87px;
}

.bot_colunas li.noticia .img_noticia {
	float: left;
	margin-right: 4px;
}

.bot_colunas li.noticia h5 {
	width: 102px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin-top: -1px;
	margin-bottom: 12px;
}

.bot_colunas li.noticia p {
	width: 102px;
}

.bot_colunas li p {
	font-size: 11px;
	float: left;
}


.bot_colunas a:hover {
	text-decoration: underline;
}


.bot_fitness li.noticia h5,
.bot_fitness li.noticia p {
	width: 94px;
}

.bot_fitness {
	width: 188px;
}

.bot_fitness a, .bot_fitness a:visited,
.bot_fitness h2 a {
	color: #a16c3f;
	border-color: #a16c3f;
}

.bot_alimentacao {
	margin: 0 9px;
}

.bot_alimentacao a, .bot_alimentacao a:visited,
.bot_alimentacao h2 a {
	color: #7dc66a;
	border-color: #7dc66a;
}

.bot_saude {
	margin-right: 10px;
}

.bot_saude a, .bot_saude a:visited,
.bot_saude h2 a {
	color: #698ba2;
	border-color: #698ba2;
}

.bot_estilo a, .bot_estilo a:visited,
.bot_estilo h2 a {
	color: #c56d99;
	border-color: #c56d99;
}

/*---------------- FIM DAS COLUNAS PRINCIPAIS DA HOME*/

