/*-----------------------------------------------------------------------------------*/
/*-------------------------------------GERAIS----------------------------------------*/
/*-----------------------------------------------------------------------------------*/
*{
	border:none;
	padding:0;
	margin:0;
}
body, html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5d5d5d;
	width: 100%;
	height: 100%;
	background: #e5e5e5;
	margin: 0;
	padding: 0;
	cursor: default;
}

#body{
	background: #ffffff url(../img/barra_topo.gif) repeat-x;
}
#main{
	width:760px;
	overflow: hidden;
	background: url(../img/fundo_conteudo.gif) repeat-y top left;
	/*background: url(../img/fundo_topo.png) no-repeat top right;*/
	/*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fundo_topo.png',sizingMethod='crop');*/
}

#bg{
	background: url(../img/fundo_topo.png) no-repeat top right;
}
.clear{
	clear:both;
}
.topo{
	text-align:center;
}
.menu{
	width:760px;
	height:39px;
}

/*-----------------------------------------------------------------------------------*/
/*------------------------------------CONTAINER--------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.media_box{
	height:200px;
	overflow:hidden;
	text-align:center;
}
#conteudo{
	width:720px;
	text-align:left;
	padding: 0 0 70px 0;
}
.caixa_conteudo{
	padding-top:55px;
	width:720px;
}
.caixa_conteudo img{
	border: solid 1px #d5d5d5;
}
.caixa_conteudo img.sem_borda{
	border:none;
}
#conteudo #header{
	height:406px;
	overflow:hidden;
	text-align:center;
}
#conteudo #header .media_box{
	height:200px;
	overflow:hidden;
	text-align:center;
}

/*-----------------------------------------------------------------------------------*/
/*------------------------------- COLUNA DIREITA ------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.coluna_direita{
	float:left;
}

/*-----------------------------------------------------------------------------------*/
/*------------------------------------RODAPÉ-----------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.rodape{
	width:100%;
	height:90px;
	margin-top:0px;
	background:#999999 url(../img/barra_rodape.gif) repeat-x;
}
.rodape_conteudo{
	width:760px;
	height:70px;
	padding:20px 0 0 0;
	background: url(../img/rodape.png) no-repeat top left;
	/**background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/rodape.png',sizingMethod='crop');*/
}
.rodape_conteudo ul{
	list-style:none;
	z-index:2;
}
.rodape_conteudo ul li{
	list-style:none;
	display:inline;
}
