@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
}

#clear{
	clear:both;	
}

#divide_titulos{
	background-image:url(img/divide_titulos.png);
	background-repeat:repeat-x;
	height:40px;
}

#topo {
	margin:0px auto;
	height:262px;
	background-image:url(img/fundo_topo.jpg);
	background-repeat:repeat-x;
}

#player {
	margin:0px auto;	
	width:910px;
}

#topo_flash {
	margin:0px auto;
	height:262px;
}

#meio {
	margin:0px auto;
	width:970px;
	height:230px;
}

#destaque{
	width:630px;
	float:left;
	margin-right:30px;
}

#noticias{
	float:right;
	margin-right:30px;
	width:270px;
	padding-top:20px;
}

#conteudo {
	background-image:url(img/fundo_conteudo.jpg);
	background-repeat:repeat-x;
}

#esquerda{
	float:left;
	width:640px;
}

#direita{
	float:right;
	width:230px;
	margin-left:40px;
}

#esquerda_interna{
	float:right;
	width:540px;
	margin-left:40px;
}

#direita_interna{
	float:left;
    width:330px;
}

#rodape {
	background-image:url(img/fundo_rodape.jpg);
	background-repeat:repeat-x;
}

#inf_rodape{
	margin:0px auto;
	width:910px;	
	height:165px;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
}

#ass_rodape{
	margin:0px auto;
	width:970px;
}