@CHARSET "ISO-8859-1";

body{
	margin: 0 0 0 0;
	}

/* TOPO GERAL */

#topo-geral{
	background: url("../images/bg_topo.jpg") repeat-x;
	height: 74px;
	font-family: arial;
	}

#logo-menu-geral{
	width: 996px;
	position: relative;
	margin: auto;
	/*border: 1px solid #fff;*/
	}

.logo-geral{
	margin-top:15px;
	margin-bottom: 12px;
	float: left
	}
.menu-geral{
	float: right;
	margin-top: 10px;
	font-size: 11px;
	color: #999999;
	}
.menu-geral a{
	color: #999999;
	text-decoration: none;
	}
.menu-geral a:hover{
	color: #ffffff;
	text-decoration: none;
	}

#menu-geral{
	background: url("../images/bg_menu.gif") repeat-x;;
	height: 45px;
	}

.menu-principal{
	width: 996px;
	margin:auto;
	border:1px solid #fffff;
	position: relative;
	}

.programacao{
	width: 114px;
	height: 44px;
	border : 0px;
	background: url("../images/bt_programacao_a.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}
.programacao:hover {
	background: url("../images/bt_programacao_b.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}

.vjs{
	width: 44px;
	height: 44px;
	border: 0px;
	background: url("../images/bt_vjs_a.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}
.vjs:hover{
	background: url("../images/bt_vjs_b.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}

.promocoes{
	width: 104px;
	height: 44px;
	border: 0px;
	background: url("../images/bt_promocoes_a.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}
.promocoes:hover{
	background: url("../images/bt_promocoes_b.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}

.contato{
	width: 82px;
	height: 44px;
	border: 0px;
	background: url("../images/bt_contato_a.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}
.contato:hover{
	background: url("../images/bt_contato_b.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}

.ouvir{
	width: 134px;
	height: 44px;
	border: 0px;
	background: url("../images/bt_ouca_mixfm_a.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}
.ouvir:hover{
	background: url("../images/bt_ouca_mixfm_b.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}
	
.enquete{
	width: 257px;
	height: 44px;
	border: 0px;
	background: url("../images/bt_sintoniza_a.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}
.enquete:hover{
	background: url("../images/bt_sintoniza_b.gif") no-repeat;
	text-decoration: none;
	cursor: pointer;
	}
/* FIM TOPO GERAL*/

/* MEIO GERAL */

#miolo-geral{
	margin: auto;
	width: 996px;
	position: relative;
	}

/* FIM MEIO GERAL */

/* RODAPE GERAL */

#rodape-geral{
	width:996px;
	/*height: 242px;*/
	margin:auto;
	position:relative;
	/*background: url("../images/rodape_mixtv.gif") no-repeat;*/
	
	margin-bottom: 10px;
	}

.menu-rodape-geral{
	padding-top: 10px;
	position: relative;
	}

.menu-rodape{
	font-family: arial;
	font-size: 11px;
	float: left;
	color: #999999;
	}

.menu-rodape a{
	text-decoration: none;
	color: #999999;
	}

.menu-rodape a:hover{
	text-decoration: none;
	color: #ffffff;
	}

.copy-rodape{
	float: right;
	font-family:arial;
	font-size: 10px;
	color: #333333;
	}