/* CSS Document */

body{
text-align:center;
margin:0px;
background-image:url(imagens/bg.jpg)
}

#tab-cen{
width:963px;
min-height:855px;
background-image:url(imagens/bg_tab_cen.gif);
margin-left:auto;
margin-right:auto;
text-align:left;
margin-top:20px;
}
	#tab-cen-top{
	width:963px;
	height:151px;
	background-image:url(imagens/bg_top.jpg);
	}
	#tab-cen-men{
	width:963px;
	height:74px;
	background-image:url(imagens/bg_men.gif);
	text-align:right;
	padding-top:6px;
	}
	#tab-cen-rod{
	width:963px;
	height:115px;
	background-image:url(imagens/bg_rod.gif);
	background-color:#293992;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:55px;
	line-height:14px;
	margin-left:auto;
	margin-right:auto;
	}
	#tab-cen-esq{
	width:110px;
	min-height:500px;
	padding-left:8px;
	float:left;
	}
		#tab-cen-esq-ite{
		width:110px;
		background-image:url(imagens/bg_men_ite.gif);
		height:19px;
		text-align:center;
		padding-top:5px;
		}
			#tab-cen-esq-ite:hover{
			width:110px;
			background-image:url(imagens/bg_men_ite2.gif);
			height:19px;
			text-align:center;
			padding-top:5px;
			}
		#tab-cen-esq-ite2{
		width:110px;
		background-color:#F11A20;
		height:19px;
		text-align:center;
		padding-top:5px;
		}
			#tab-cen-esq-ite2:hover{
			width:110px;
			background-color:#999999;
			height:19px;
			text-align:center;
			padding-top:5px;
			}
	#tab-cen-con{
	width:680px;
	min-height:500px;
	margin-left:9px;
	float:left;
	}
	#tab-cen-dir{
	width:140px;
	min-height:500px;
	margin-left:11px;
	margin-right:5px;
	background-color:#E4E9F6;
	float:left;
	text-align:center;
	}
	
	

.unfloat{
clear:left;
}
