@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color:#FFFFE1;
}

#topo_geral {
	background:url(../img/fundo_topo_menu.jpg);
	background-repeat:repeat-x;
	height:342px;
}

#topo {
	margin: 0 auto;
	width:1280px;
	height:267px;
}

#logo_marca {
	width:380px;
	height:254px;
	float:left;
}

#propaganda_topo {
	margin-top:10px;
	width:890px;
	height:250px;
	float:right;
}

/* =============================== MENU ================================= */

#menu {
	margin: 0 auto;
	width:1280px;
	height:75px;
}

#ul_menu {
	list-style-type:none;
	padding:0px;
	margin:20px;
}

#a_menu {
	text-decoration:none;
	color:#FFF;
	font-size:30px;
	font-family:Verdana, Geneva, sans-serif;
	padding:20px;
}

#a_menu:hover {
	background:#FF0;
	color:#000;
}

#li_menu {
	display:inline;
}

/*===================================== PLAYER ======================================= */

#corpo {
	margin: 0 auto;
	width:1280px;
	height:auto;
	background:#FFF;
}

#player {
	width:1280px;
	height:720px;
}

#tela_cheia {
	width:767px;
	height:130px;
	background-image:url(../img/tela_cheia.jpg);
	margin:0 auto;
}

/* ============================================= RODAPÉ ======================================= */

#rodape {
	height:380px;
	background-image:url(../img/fundo_rodape.jpg);
	background-repeat:repeat-x;
}

#conteudo_rodape {
	margin:0 auto;
	width:1280px;
	height:310px;

}

#direitos_autorais {
	margin: 0 auto;
	width:1280px;
	height:70px;

}




