/* CSS Document */
* { 
	padding:0;
	margin:0;
	border:none;
	list-style:none;
}
a {	text-decoration: none; color:#FF3300; }
a:link { text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover { text-decoration: none; color:#FF9900; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.block { display:block; }
.textleft { text-align:left; }

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/* html .clearfix {height: 1%;} .clearfix {display: block;}/* End hide from IE-mac */

body {
	font:12px Trebuchet MS;
	background:#FFFFB0 url(../img/bg.jpg) repeat-x;
}
#geral {
	width:810px;
	margin:auto;
}
#conteudo {
	display:block;
	background:url(../img/bg_conteudo_div.jpg) repeat-y;
	width:778px;
	margin:auto;
	padding:0 16px;
}
#bannerhor {
	width:778px;
	background:url(../img/bg_conteudo.jpg) repeat-y;
	margin:auto;
	display:block;
	padding:10px 16px;
	text-align:center;
}
#esquerda {
	background:url(../img/bg_esquerda.gif) repeat-y;
}
#vairolar {
	background:url(../img/bg_esquerda.gif) repeat-y;
	width:167px;
	display:block;
	padding:0 15px 0 5px;
}
#vairolar a {
	display:block;
	margin-bottom:3px;
	border-bottom:1px dotted #990000;
}
#canais {
	background:url(../img/bg_esquerda.gif) repeat-y;
	width:175px;
	display:block;
}
#canais a {
	display:block;
	padding-left:16px;
	margin:2px 0;
	background:url(../img/bg_menu.gif) no-repeat;
	height:18px;
	font-weight:bold;
}
#direita {
	background:url(../img/bg_direita.gif) repeat-y;
	width:192px;
	display:block;
}
#publicidade, #parceiros {
	padding-left:23px;
	width:169px;
	background:url(../img/bg_direita.gif) repeat-y;
}
#publicidade a.ban, #parceiros a.ban  {
	display:block;
	margin-bottom:6px;
}
#publicidade a.ban img, #parceiros a.ban img  {
	border:solid 1px #FF9900;
}
#realizacoes {
	background:#B5D3F0;
	width:198px;
	display:block;
	float:left;
}
#realizacoes li a {
	background:#CFE2F5;
	display:block;
	font-weight:bold;
	border-bottom:1px dotted #67A4E0;
	padding:1px 0 1px 6px;
	color:#006699;
}
#realizacoes li a:hover {
	background:#95B8DB;
	color:#003366;
}
#realizacoes li.bg a {
	background:none;
}
#realizacoes li.bg a:hover {
	background:#95B8DB;
}
.cat {
	font-size: 10px;
	font-weight:bold;
	color: #FF9900;
}


