/* CSS Document */

a img{
	border:none;
}
.menu_top{
	position:relative;
	display:block;
	float:left;
	top:82px;
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	color:#E5EDF4;
	width:130px;
	height:10px;
	padding-top:6px;
	margin-right:6px;
	vertical-align:bottom;
	text-align:center;
	left:30px;
}
.menu_top:hover{
	border-top:2px solid #A5AB83;
}
html>body li{
	list-style:none;
	margin-left:0px;
}
li{
	list-style:none;
	margin-left:-18px;
}
.menu_esq{
	position:relative;
	display:block;
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	color:#22598E;
	width:100px;
	height:40px;
	padding-top:6px;
	padding-left:6px;
	background-image:url(../images/fundo_a_esq.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.menu_esq:hover{
}

/*NOTICIAS*/
#noticias{
	margin-left:370px;
	margin-top:10px;
	height:190px;
}
#noticias span{
	background-image:url(../images/destaques_titulo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:100%;
	height:20px;
	border-bottom:1px solid #dddddd;
	margin-bottom:8px;
}
#noticias a{
	display:block;
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	color:#666666;
	margin-bottom:6px;
}

/* CAMPANHAS */
.campanhas_container{
	width:100%;
	margin-top:12px;
	margin-bottom:-10px;
	height:250px;;
	background-image:url(../images/fundo_campanha_container.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}

html>body .campanhas_container{
	width:100%;
	margin-top:12px;
	height:217px;;
	background-image:url(../images/fundo_campanha_container.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.campanhas{
	width:160px;
	height:189px;
	float:left;
	margin-right:14px;
	padding:10px;
}
.campanhas img{
	text-align:center;
	display:block;
	margin-bottom:7px;
	border:3px solid #ACC8DF;
}
.campanhas a{
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	color:#22598E;
}
.campanhas a:hover{
	text-decoration:underline;
}

/*TROCA BANNER*/
div.cf_wrapper{
	position: relative;
	left: 0px;
	top:10px;
	float:left;
}
div.cf_element{
	width: 350px;
	background-color: #fff;
	border: 1px solid #ccc;
	height:190px;

}
div.cf_element div.content{
	padding: 10px;
}
div.cf_element div.content img{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
div.cf_element div.content a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	line-height:18px;
}
div.cf_element div.content a b{
	font-size:14px;
}
