/* CSS Document */
#blocoLeft{
	width:166px;
	height:auto;
	display:block;
	position:relative;
	background:#CCCCCC;
	top: 10px;
	left: 4px;
}
#LeftTopPublicidade{
	width:166px;
	height:31px;
	display:block;
	position:relative;
	float:left;
	background-image:url(../images/plubicidade-top.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#LeftTopNoticias{
	width:166px;
	height:31px;
	display:block;
	position:relative;
	float:left;
	background-image:url(../images/ultimasNoticias.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#LeftMid{
	width:166px;
	height:auto;
	display:block;
	position:relative;
	float:left;
	background-image:url(../images/LeftMid.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding-left:12px;
}
#LeftBot{
	width:166px;
	height:7px;
	display:block;
	position:relative;
	float:left;
	background-image:url(../images/LeftBot.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF; /* hack para IE6*/
}

