/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	background:#010101 url(../img/lin_bg.jpg) top center repeat-x;
}

#total{
	margin:0;
	padding:0;
	width:100%;
}

/* centro */
#centro{
	width:1000px;
	margin:0 auto;
}

/* topo */
#topo{
	width:1000px;
	margin:0 auto;
	height:194px;	
}

/* corpo */
#corpo{
	width:1000px;
	margin:0 auto;
}
#menu{
	float:left;
	width:210px;
}
#relogio{
	width:210px;
	height:30px;
	background:url(../img/bg_relogio.jpg)top center no-repeat;	
	color:#090;
	padding-top:5px;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}
#links{
	width:210px;
	height:349px;
	background:url(../img/mn_bg.jpg) top center no-repeat;
}
#conteudo{
	float:right;
	width:778px;
}
#to_cent{
	width:748px;
	padding:15px 15px;
	background:#3e3e3e url(../img/corpo_top_bg.jpg) top center no-repeat;
}
#me_cent{
	width:748px;
	padding:15px 15px;
	background:#3e3e3e url(../img/corpo_cen_bg.jpg) top center no-repeat;	
}
#centro_esq{
	float:left;
	width:360px;
}
#centro_dir{
	float:right;
	width:360px;
}
#ba_cent{
	width:778px;
	background:#3e3e3e url(../img/corpo_rdp_bg.jpg) top center no-repeat;
	height:49px;	
}
#menu_sup{
	width:778px;
	height:30px;
	padding-top:10px;
	background: url(../img/mn_bg_top.jpg) top center no-repeat;
	text-align:center;
}
#to_sup{
	width:748px;
	padding:15px 15px;
	background:#3e3e3e url(../img/corpo_top_bg2.jpg) top center no-repeat;
}
#final_lat{
	width:210px;
	height:21px;
	background:url(../img/escolha_bg_rdp.jpg) top center no-repeat;
}
#meio_lat{
	width:210px;
	height:400px;
	overflow:auto;
	background: url(../img/escolha_bg.jpg) top center repeat-y;	
}
	

/* rodape */
#rodape{
	width:100%;
	margin:0 auto;
	height:101px;
	background:url(../img/rdp_bg.jpg) top center repeat-x;
	text-align:center;
	font-size:9px;
	color:#bfdea0;
}

/* classes */
.menu_lk{
	color:#dadada;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.menu_lk:hover{
	color:#dfffd7;	
}
.link{
	color:#dadada;
	text-decoration:none;
}
.link:hover{
	color:#dfffd7;	
}
.titulo{
	color:#ffcc33;
	font-size:18px;
	font-weight:bold;
}
.destaque{
	font-size:16px;
	font-weight:bold;
}
.form{
	border:1px solid #999;	
}
.esconde{
	display:none;
}
#textos{
	width:95%;
	margin:0px auto;
}

#galleria{
	height:500px;
	display:none;
}
#carrega{
	width:100%;
	height:500px;
	text-align:center;
}
