body {

	width: 100%;

	height: 100%;

	margin: 0px;

	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	overflow-x: hidden;

}



a {

	text-decoration: none;

	color: #333333;

}



input[type=text], input[type=password], input[type=file], input[type=email], select, textarea {

	background: url(../img/img-roxo/bg_form.png) top left no-repeat;

	border: 1px solid #CCCCCC;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	padding: 6px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	behavior: url(/js/border-radius.htc);

}



/* PLAYER */



#player {

	background: url(../img/img-roxo/bg_player.png) top left repeat-x;

	width: 100%;

	height: 50px;

	float: left;

	z-index: 9999;

}



#player .conteudo {

	width: 980px;

	height: 50px;

	margin: 0px auto;

}



#player .radioonline {

	width: 69%;

	height: 32px;

	float: left;

	text-align: left;

	padding: 9px 0px;

}



.radioonline .flashplayer {

	float: left;

	margin-top: 5px;

	margin-right: 15px;

}



.radioonline .titaovivo {

	font-size: 14px;

	float: left;

	margin-top: 10px;

	margin-right: 10px;

}



.radioonline .bg-aovivo {

	background: url(../img/img-roxo/bg_aovivo.png) top left no-repeat;

	width: 210px;

	height: 14px;

	float: left;

	padding: 8px 10px;

	color: #999999;

	margin-right: 10px;

}



.radioonline .ico-streaming {

	float: left;

	margin-top: 4px;

}



.radioonline .ico-streaming img {

	margin: 0px 1px;

}



#player .compartilhe {

	width: 31%;

	height: 20px;

	float: left;

	text-align: right;

	padding: 15px 0px;

}



/* PLAYER */



/* TOPO */



#topo {

	background: url(../img/img-roxo/bg_topo.png) top left repeat-x;

	width: 100%;

	height: 240px;

	float: left;

}



#topo .conteudo {

	background: url(../img/img-roxo/bg_topo_meio.png) top center no-repeat;

	width: 980px;

	height: 290px;

	margin: 0px auto;

}



#topo .logotipo {

	width: 345px;

	height: 140px;

	float: left;

	padding-top:20px; padding-left:10px;

}



#topo .logotipo table {

	border: none;

	width: 100%;

	height: 160px;

	padding: 0px;

	margin: 0px;

}



#topo .banners-busca-tempo {

	width: 615px;

	height: 160px;

	float: left;

}



.banners-busca-tempo .banners-topo {

	background: url(../img/img-roxo/bg_banners_topo.png) top left no-repeat;

	width: 595px;

	height: 60px;

	padding: 10px;

	float: left;

	margin-top: 15px;

}



.banners-busca-tempo .busca-topo {

	background: url(../img/img-roxo/bg_busca.png) top left no-repeat;

	width: 331px;

	height: 41px;

	margin-right: 45px;

	float: left;

	margin-top: 12px;

}



.busca-topo input[type=text] {

	background: transparent;

	width: 230px;

	border: none;

	float: left;

	margin-top: 8px;

	margin-left: 30px;

}



.busca-topo img {

	float: right;

	margin-top: 5px;

	margin-right: 5px;

}



.botao-busca {

	

	background: url(../img/img-roxo/bt_ok.png) top left no-repeat;

	width: 42px;

	height: 32px;

	border: none;

	margin-top: 5px;

	margin-right: 5px;

	text-indent: -9090px;

	float: right;

	cursor:pointer;

	

}



.bt_enviar_pedido

{



	background: url(../img/img-roxo/bt_enviarpedido.png) top left no-repeat;

	width: 110px;

	height: 32px;

	border: none;

	text-indent: -9090px;

	float: right;

	cursor:pointer;	

}



.banners-busca-tempo .tempo-topo {

	width: 235px;

	float: left;

	margin-top: 16px;

}



.tempo-topo .ico-tempo {

	float: left;

	margin-right: 15px;

}



.tempo-topo .cidade-tempo {

	font-size: 12px;

	font-weight: bold;

	color: #663366;

	margin-bottom: 4px;

}



.tempo-topo .min-tempo {

	font-size: 11px;

	color: #003366;

	float: left;

	margin-right: 20px;

}



#menu-topo {

	width: 980px;

	height: 16px;

	margin: 0px;

	padding: 10px 0px;

	float: left;

	font-size: 16px;

	font-weight: bold;

	color: #FFFFFF;

	list-style: none;

}



#menu-topo li {

	height: 38px;

	padding: 0px 0px 10px;

	position: relative;

	float: left;

	margin: 0px 15px;
	
	*margin-bottom: 1px;
	_margin-bottom: 1px;

}



#menu-topo li ul {

	background: #333333;

	display: none;

	position: absolute;

	margin: 0px;

	padding: 0px;

	margin-top: 20px;

	margin-left: -5px;

}



#menu-topo li:hover ul {

	display: block;

	min-width: 170px;

	padding: 0px;

}



#menu-topo li ul li {

	list-style: none;

	margin: 0px;

	padding: 10px;

	text-align: left;

	font-size: 12px;

	font-weight: bold;

	width: 130px;

	height: auto;

}



#menu-topo li a {

	color: #FFFFFF;

}



#menu-topo li:hover a {

	color: #F7F7F7;

}



#menu-topo ul li ul li:hover {

	background-color:#000;

	width:150px;

	font-size: 12px;

	font-weight: bold;

}

/* TOPO */



/* MEIO */



#meio {

	width: 100%;

	float: left;

	margin: 10px 0px 0px 0px;

}



#meio .conteudo {

	width: 980px;

	margin: 0px auto;

}



#meio #bloco-dir {

	width: 250px;

	float: left;

	margin-bottom: 50px;

}



#meio #bloco-esq {

	width: 710px;

	float: left;

	margin-right: 20px;

	margin-bottom: 50px;

}



#meio #bloco-esq .texto {

	width: 100%;

	float: left;

	margin: 10px 0px 0px;

	

}



#meio #bloco-esq .texto h1 {

	font-size: 26px;

	font-weight: bold;

	color: #333333;

}



#cabecalho {

	width: 100%;

	float: left;

	padding-bottom: 5px;

	margin-bottom: 15px;

	border-bottom: 1px solid #EBEBEB;

}



#cabecalho .data {

	width: 50%;

	float: left;

	text-align: left;

	font-weight: bold;

	color: #666666;

	margin-top: 6px;

}



#cabecalho .compartilhar {

	width: 50%;

	float: left;

	text-align: right;

}



.linha-um-top10 {

	background: #EFEFEF;

	width: 97%;

	padding: 10px 1.5%;

	float: left;

	margin-bottom: 5px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	behavior: url(/js/border-radius.htc);

}



.toggle2{



	margin: 1px 0px 1px 0px;

	display:none; 

	float:left; 

	width:600px;

	padding: 10px 10px 10px 6px;

	height:30px;	

}



.linha-um-top10 .numero {

	background: url(../img/img-roxo/bg_data.png) top left no-repeat;

	width: 70px;

	height: 32px;

	padding: 6px 0px;

	font-size: 28px;

	font-weight: bold;

	font-style: italic;

	color: #FFFFFF;

	text-align: center;

	float: left;

	margin-right: 10px;

}



.linha-um-top10 .foto {

	float: left;

	margin-right: 15px;

}



.linha-um-top10 .artista {

	width: 480px;

	float: left;

	font-size: 18px;

	font-weight: bold;

	color: #663366;

	margin: 2px 0px 3px;

}



.linha-um-top10 .musica {

	width: 480px;

	float: left;

	font-size: 14px;

	font-weight: bold;

	color: #666666;

}



.linha-um-top10 .tocar {

	width: 50px;

	float: right;

	text-align: right;

}



.linha-equipe {

	background: #EFEFEF;

	width: 330px;

	height: 60px;

	float: left;

	padding: 10px;

	margin-right: 10px;

	margin-bottom: 10px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	behavior: url(/js/border-radius.htc);

}



.linha-equipe .foto {

	float: left;

	margin-right: 12px;

}



.linha-equipe .nome {

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	margin-top: 12px;

	margin-bottom: 5px;

}



.linha-equipe .funcao {

	font-size: 11px;

	color: #666666;

}



.linha-noticia {

	width: 100%;

	float: left;

	padding-bottom: 7px;

	margin-bottom: 7px;

	border-bottom: 1px solid #EBEBEB;

}



.linha-noticia .data {

	background: url(../img/img-roxo/bg_data.png) top left no-repeat;

	width: 70px;

	height: 22px;

	padding: 11px 0px;

	float: left;

	margin-right: 12px;

	color: #FFFFFF;

	font-size: 18px;

	font-weight: bold;

	text-align: center;

}



.linha-noticia:hover .data {

	background-position: 0px -44px;

}



.linha-noticia .tit {

	font-weight: bold;

	color: #666666;

	margin-bottom: 3px;

}



.linha-noticia:hover .tit {

	color: #333333;

}



.linha-noticia .desc {

	font-weight: normal;

	color: #999999;

	line-height: 13px;

}



.linha-noticia:hover .desc {

	color: #666666;

}



.paginacao {

	width: 100%;

	float: left;

	margin: 0px;

	padding: 0px;

	margin-top: 30px;

	margin-bottom: 30px;

	text-align: center;

	list-style: none;

}



.paginacao li {

	display: inline;

}



.paginacao .inativo {

	background: url(../img/img-roxo/bg_paginacao.png) top left repeat-x;

	padding: 8px 10px 7px 10px;

	color: #666666;

	text-align: center;

	border: 1px solid #C1C1C1;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

	behavior: url(../js/border-radius.htc);

	margin: 0px 2px;

}



.paginacao .inativo:hover, .paginacao .ativo {

	background: url(../img/img-roxo/bg_paginacao.png) top left repeat-x;

	background-position: 0px -30px;

	padding: 8px 10px 7px 10px;

	color: #FFFFFF;

	text-align: center;

	border: 1px solid #770000;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

	behavior: url(../js/border-radius.htc);

	margin: 0px 2px;

}



.linha-video {

	width: 685px;

	float: left;

	margin-right: 20px;

	padding-bottom: 10px;

	margin-bottom: 10px;

	border-bottom: 1px solid #EBEBEB;

}



.linha-video .iframe-video {

	width: 350px;

	float: left;

	margin-bottom: 10px;

	text-align: center;

}



.linha-video .video-dados {float:right; width:320px;}



.linha-video .data {

	float: left;

	width:100%;

	margin-right: 8px;

	font-weight: bold;

	color: #663366;

}



.linha-video .tit {

	font-weight: bold;

	color: #333333;

	width:100%;

	float: left;

}



.linha-video .desc {

	width: 100%;

	font-weight: normal;

	color: #666666;

	float: left;

	margin-top: 4px;

}



.linha-fotos {

	background: #EFEFEF;

	width: 325px;

	height: 75px;

	float: left;

	padding: 10px;

	margin-right: 20px;

	margin-bottom: 10px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	behavior: url(/js/border-radius.htc);

}



.linha-fotos .foto {

	float: left;

	margin-right: 12px;

}



.linha-fotos .data {

	font-weight: bold;

	color: #663366;

	margin-bottom: 4px;

}



.linha-fotos .tit {

	font-weight: bold;

	color: #333333;

	margin-bottom: 4px;

}



.linha-fotos .desc {

	font-weight: normal;

	color: #666666;

}



.galeria-fotos {

	width: 100%;

	float: left;

	margin: 20px 0px;

}



.galeria-fotos img {

	padding: 4px;

	margin: 4px 2px;

	border: 1px solid #EBEBEB;

}



.galeria-fotos img:hover {

	background: #EBEBEB;

}



.form-contato {

	width: 380px;

	float: left;

	margin: 25px 0px;

	margin-right: 20px;

}



.form-contato .input-nome {

	width: 358px;

	float: left;

	padding: 10px;

	margin-bottom: 15px;

}



.form-contato .input-email {

	width: 195px;

	float: left;

	padding: 10px;

	margin-bottom: 15px;

	margin-right: 15px;

}



.form-contato .input-telefone {

	width: 126px;

	float: left;

	padding: 10px;

	margin-bottom: 15px;

}



.form-contato .input-cidade {

	width: 267px;

	float: left;

	padding: 10px;

	margin-bottom: 15px;

	margin-right: 15px;

}



.form-contato .select-uf {

	width: 76px;

	float: left;

	padding: 9px 10px;

	margin-bottom: 15px;

}



.form-contato .textarea-msg {

	width: 358px;

	height: 100px;

	float: left;

	padding: 10px;

	margin-bottom: 25px;

	resize: none;

}



.form-contato .bt_enviar, .botao-mural .bt_enviar

{



	background: url(../img/img-roxo/bt_enviar.png) top left no-repeat;

	width: 66px;

	height: 32px;

	border: none;

	text-indent: -9090px;

	float: right;

	cursor:pointer;	

}



#map {

	width: 378px; height: 250px; position: relative; 

    overflow: hidden;

}



.info-contatos {

	width: 290px;

	float: left;

	margin: 25px 0px;

	margin-right: 20px;

}



.info-contatos .tit-contato {

	width: 100%;

	float: left;

	margin-bottom: 10px;

	font-size: 14px;

	font-weight: bold;

	color: #663366;

}



.info-contatos .texto-contato {

	width: 100%;

	float: left;

	margin-bottom: 20px;

	font-size: 11px;

	color: #666666;

}



.localizacao {

	width: 100%;

	float: left;

	margin-bottom: 25px;

}



.localizacao .tit-localizacao {

	width: 100%;

	float: left;

	margin-bottom: 10px;

	font-size: 14px;

	font-weight: bold;

	color: #663366;

}



.progr-data {

	width: 100%;

	float: left;

	font-size: 18px;

	font-weight: bold;

	color: #003366;

	margin-bottom: 10px;

	margin-top: 10px;

}



.progr-bloco {

	width: 100%;

	float: left;

	margin-bottom: 20px;

}



.progr-bloco .progr-linha-um {

	width: 100%;

	float: left;

}



.progr-linha-um .horario {

	background: #663366;

	width: 140px;

	float: left;

	text-align: center;

	padding: 5px;

	color: #FFFFFF;

	font-weight: bold;

	margin-right: 10px;

}



.progr-linha-um .programa {

	background: #F3F3F3;

	width: 540px;

	float: left;

	text-align: left;

	padding: 5px;

	color: #333333;

}



.progr-bloco .progr-linha-dois {

	width: 100%;

	float: left;

}



.progr-linha-dois .horario {

	background: #492549;

	width: 140px;

	float: left;

	text-align: center;

	padding: 5px;

	color: #FFFFFF;

	font-weight: bold;

	margin-right: 10px;

}



.progr-linha-dois .programa {

	background: #EBEBEB;

	width: 540px;

	float: left;

	text-align: left;

	padding: 5px;

	color: #333333;

}



.form-mural {

	width: 100%;

	float: left;

	margin-bottom: 30px;

}



.form-mural .input-nome {

	width: 303px;

	float: left;

	padding: 10px;

	margin-bottom: 15px;

}



.form-mural .input-email {

	width: 303px;

	float: left;

	padding: 10px;

}



.form-mural .textarea-msg {

	width: 345px;

	height: 67px;

	float: left;

	padding: 10px;

	margin-top: 2px;

	resize: none;

}



.form-mural .botao-mural {

	width: 100%;

	float: left;

	margin-top: 20px;

	text-align: right;

}



.linha-mural {

	width: 100%;

	float: left;

	padding-bottom: 10px;

	margin-bottom: 10px;

	border-bottom: 1px solid #EBEBEB;

}



.linha-mural .nome {

	width: 100%;

	float: left;

	margin-bottom: 4px;

	font-weight: bold;

	color: #663366;

}



.linha-mural .recado {

	width: 100%;

	float: left;

	color: #666666;

}



.linha-busca {

	width: 100%;

	float: left;

	padding-bottom: 5px;

	margin-bottom: 8px;

	border-bottom: 1px solid #EBEBEB;

}



.linha-busca .icone {

	float: left;

	margin-right: 10px;

}



.linha-busca .data {

	float: left;

	margin-right: 10px;

	font-weight: bold;

	color: #666666;

}



.linha-busca:hover .data {

	color: #333333;

}



.linha-busca .tit {

	float: left;

	font-weight: normal;

	color: #999999;

}



.linha-busca:hover .tit {

	color: #666666;

}



#ao-vivo {

	width: 500px;

	height: 300px;

}



#ao-vivo .tit-aovivo {

	background: url(../img/img-roxo/bg_player.png) top center repeat-x;

	width: 100%;

	height: 50px;

	float: left;

}



#ao-vivo .tit-aovivo .esq {

	float: left;

	margin-left: 15px;

	font-size: 18px;

	margin-top: 18px;

}



#ao-vivo .tit-aovivo .dir {

	float: right;

	margin-right: 15px;

	font-size: 24px;

	margin-top: 14px;

}



#ao-vivo .bg-player-aovivo {

	background: url(../img/img-roxo/bg_player_aovivo.png) top center repeat-x;

	width: 100%;

	height: 250px;

	float: left;

}



.bg-player-aovivo .logo-player {

	width: 250px;

	height: 150px;

	float: left;

	margin-left: 25px;

}



.bg-player-aovivo .logo-player table {

	width: 250px;

	height: 150px;

}



.bg-player-aovivo .tocador {

	background: url(../img/img-roxo/bg_tocador.png) top left no-repeat;

	width: 182px;

	height: 60px;

	float: left;

	margin: 45px 0px;

}



.tocador .bt-stop {

	width: 40px;

	height: 40px;

	float: left;

	margin-top: 10px;

	margin-left: 5px;

}



.tocador .bt-play {

	width: 50px;

	height: 50px;

	float: left;

	margin-top: 5px;

	margin-left: 15px;

}



.tocador .bt-aumentar {

	width: 20px;

	height: 20px;

	float: left;

	margin-top: 20px;

	margin-left: 14px;

}



.tocador .bt-diminuir {

	width: 20px;

	height: 20px;

	float: left;

	margin-top: 20px;

	margin-left: 13px;

}



.bg-player-aovivo .banner-rodape {

	width: 100%;

	float: left;

	text-align: center;

	margin-top: 23px;

}



#slide {

	background: url(../img/img-roxo/bg_slide.png) top left no-repeat;

	width: 380px;

	height: 260px;

	padding: 10px;

	float: left;

	margin-right: 20px;

	margin-bottom: 30px;

}



#slide #caption {

	background: url(../img/img-roxo/bg_caption_slide.png) top left repeat;

	width: 350px;

	height: 60px;

	padding: 10px 15px;

	float: left;

	position: absolute;

	margin-top: 180px;

}





#slider .sexyslider-title {

	background: url(../img/img-roxo/bg_caption_slide.png) top left repeat;

	height: 60px;

	padding: 10px 40px 2px 40px;

	position: absolute;

	font-size: 14px;

	font-weight: bold;

	color: #FFFFFF;

	z-index:5;

}



#slider .sexyslider-title p {

	font-size: 11px;

	color: #CCCCCC;

	line-height: 13px;

}







/*SLIDE ALTERACAO */

#wrapper

{

  width:470px;

  position:relative;

}

#navigation

{

  position:absolute;

  width:360px;

  margin-left:10px;

  top:210px;

  z-index:10;

}



#navigation a.sexyslider-prev

{

  background: url(../img/img-roxo/seta_esq_slide.png) no-repeat;

  text-indent:-9090px;

  width: 20px;

  height: 32px;

  padding: 15px 0px;

  float: left;

  margin-right: 20px;

}





#navigation a.sexyslider-next

{

 text-indent:-9090px;

 background: url(../img/img-roxo/seta_dir_slide.png) no-repeat;

 width: 20px;

 height: 32px;

 padding: 15px 0px;

 float: right;

 margin-left: 20px;

}









.barra-tit-verm {

	background: url(../img/img-roxo/bg_barra.png) top left repeat-x;

	width: 100%;

	height: 14px;

	padding: 17px 0px;

	float: left;

	font-size: 18px;

	margin-bottom: 10px;

	-moz-border-radius: 5px 5px 0px 0px;

	-webkit-border-radius: 5px 5px 0px 0px;

	border-radius: 5px 5px 0px 0px;

	behavior: url(/js/border-radius.htc);

}



.barra-tit-verm span {

	float: left;

	margin-left: 12px;

}



.barra-tit-verm .vermais {

	float: right;

	font-size: 11px;

	color: #FFFFFF;

	margin: 0px;

	margin-right: 12px;

}



.barra-tit-verm .vermais a {

	color: #FFFFFF;

}



.tit-sem-barra {

	width: 100%;

	height: 24px;

	padding: 12px 0px;

	float: left;

	margin-bottom: 10px;

}



.tit-sem-barra span {

	font-size: 30px;

}



.tit-sem-barra img {

	margin-right: 15px;

	float: left;

	margin-top: -5px;

}



.tit-sem-barra .vermais {

	float: right;

	font-size: 11px;

	color: #663366;

	margin: 0px;

	margin-top: 6px;

}



.tit-sem-barra .vermais a {

	color: #663366;

}



#ultimas-noticias {

	width: 290px;

	height: 280px;

	float: left;

	margin-right: 20px;

	margin-bottom: 30px;

}



#ultimas-noticias .linha {

	width: 100%;

	float: left;

	padding-bottom: 7px;

	margin-bottom: 7px;

	border-bottom: 1px solid #EBEBEB;

}



#ultimas-noticias .linha .data {

	background: url(../img/img-roxo/bg_data.png) top left no-repeat;

	width: 70px;

	height: 22px;

	padding: 11px 0px;

	float: left;

	margin-right: 12px;

	color: #FFFFFF;

	font-size: 18px;

	font-weight: bold;

	text-align: center;

}



#ultimas-noticias .linha:hover .data {

	background-position: 0px -44px;

}



#ultimas-noticias .linha .tit {

	font-weight: bold;

	color: #666666;

	margin-bottom: 3px;

}



#ultimas-noticias .linha:hover .tit {

	color: #333333;

}



#ultimas-noticias .linha .desc {

	font-weight: normal;

	color: #999999;

	line-height: 13px;

}



#ultimas-noticias .linha:hover .desc {

	color: #666666;

}



#agora-no-ar {

	width: 250px;

	height: 280px;

	float: left;

	margin-bottom: 30px;

}



#agora-no-ar .bloco-agora {

	background: url(../img/img-roxo/bg_agoranoar.png) top left no-repeat;

	width: 165px;

	height: 32px;

	padding: 14px 10px;

	padding-left: 75px;

	line-height: 16px;

}



.bloco-agora .nome-programa {

	width: 100%;

	font-weight: bold;

	color: #834183;

}



.bloco-agora .musica-programa {

	width: 100%;

	color: #999999;

}



#agora-no-ar .banner250x200 {

	width: 250px;

	height: 200px;

	float: left;

	margin-top: 20px;

}



.banners-total {

	width: 980px;

	float: left;

	margin-bottom: 30px;

}



.banners-total .banner-esq {

	width: 33%;

	float: left;

	text-align: left;

}



.banners-total .banner-meio {

	width: 34%;

	float: left;

	text-align: center;

}



.banners-total .banner-dir {

	width: 33%;

	float: left;

	text-align: right;

}



#videos {

	width: 360px;

	height: 380px;

	float: left;

	margin-right: 20px;

}



#videos .iframe-video {

	width: 360px;

	float: left;

	margin-bottom: 5px;

}



#videos .linha {

	width: 100%;

	float: left;

}



#videos .linha .data {

	font-weight: bold;

	color: #663366;

	float: left;

	margin-right: 8px;

}



#videos .linha .tit {

	font-weight: bold;

	color: #333333;

}



#videos .linha .desc {

	width: 100%;

	font-weight: normal;

	color: #666666;

	margin-top: 2px;

}



#fotos {

	width: 330px;

	height: 380px;

	float: left;

	margin-right: 20px;

	margin-bottom: 30px;

}



#fotos .linha {

	width: 100%;

	float: left;

	margin-bottom: 5px;

}



#fotos .linha .foto {

	float: left;

	margin-right: 12px;

}



#fotos .linha .data {

	font-weight: bold;

	color: #663366;

	margin-bottom: 2px;

}



#fotos .linha .tit {

	font-weight: bold;

	color: #666666;

	margin-bottom: 2px;

}



#fotos .linha:hover .tit {

	color: #333333;

}



#fotos .linha .desc {

	font-weight: normal;

	color: #999999;

}



#fotos .linha:hover .desc {

	color: #666666;

}



#peca-sua-musica {

	width: 250px;

	height: 380px;

	float: left;

	margin-bottom: 30px;

}



#peca-sua-musica .form-musica {

	width: 250px;

	float: left;

	margin: 15px 0px;

}



#peca-sua-musica .form-musica input {

	width: 228px;

	padding: 10px;

	float: left;

	margin-bottom: 5px;

}



#peca-sua-musica .botao-musica {

	width: 100%;

	float: left;

	text-align: right;

}



#mural {

	width: 320px;

	height: 350px;

	float: left;

	margin-right: 20px;

	margin-bottom: 30px;

}



#mural .bloco-mural {

	width: 320px;

	height: 290px;

	float: left;

}



#mural .bloco-mural .linha {

	width: 100%;

	float: left;

	margin-bottom: 12px;

}



#mural .bloco-mural .linha .nome {

	width: 100%;

	float: left;

	margin-bottom: 1px;

	font-weight: bold;

	color: #663366;

}



#mural .bloco-mural .linha .recado {

	width: 100%;

	float: left;

	color: #666666;

}



.banners300px {

	width: 300px;

	height: 350px;

	float: left;

	margin-right: 20px;

	margin-bottom: 30px;

}



#top10 {

	width: 320px;

	min-height: 350px;

	float: left;

	margin-bottom: 30px;

}



#top10 .linha {

	width: 320px;

	float: left;

	padding-bottom: 5px;

	margin-bottom: 6px;

	border-bottom: 1px solid #EBEBEB;

}



#top10 .linha .numero {

	float: left;

	margin-right: 10px;

	font-size: 14px;

	font-weight: bold;

	font-style: italic;

	color: #663366;

	width:15px;

}



#top10 .linha .nome {

	float: left;

	font-size: 14px;

	color: #333333;

	font-weight: normal;

}



#top10 .linha .play {

	float: right;

	margin-top: -2px;

}





#top10 .linha .toggle {

	margin: 5px 0px 1px 0;

	display:none; 

	float:left; 

	width:320px;

	background: url(../img/img-roxo/bg_top10.png) top left no-repeat;

	padding: 10px 10px 10px 6px;

	height:70px;

	}

	

	#top10 .linha .toggle .foto {

	float:left; 

	width:100px;

	margin:1px 5px;

	}

	

		#top10 .linha .toggle .audio {

	float:left; 

	width:205px;

	margin-top:15px;

	}





/* MEIO */



#facebook {

	background: url(../img/img-roxo/bg_facebook.png) top left no-repeat;

	width: 980px;

	height: 260px;

	padding: 10px;

	float: left;

	margin-bottom: 20px;

}



#scrollbar1 { width: 320px; height:350px; margin: 1px 0 10px; }

#scrollbar1 .viewport { width: 280; height: 300px; overflow: hidden; position: relative; }

#scrollbar1 .overview { width: 98%; list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }

#scrollbar1 .scrollbar{ background: transparent url(../img/img-roxo/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }

#scrollbar1 .track { background: transparent url(../img/img-roxo/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:15px; position: relative;}

#scrollbar1 .thumb { background: transparent url(../img/img-roxo/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 24px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }

#scrollbar1 .thumb .end { background: transparent url(../img/img-roxo/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 24px; }

#scrollbar1 .disable { display: none; }





/* RODAPE */



#rodape {

	background: url(../img/img-roxo/bg_rodape.png) top left repeat-x;

	width: 100%;

	height: 215px;

	float: left;

	padding-top: 25px;

}



#rodape .conteudo {

	width: 980px;

	margin: 0px auto;

}



#rodape .logotipo {

	width: 260px;

	height: 125px;

	float: left;

	padding-top:20px;

}



#rodape .logotipo table {

	border: none;

	width: 100%;

	height: 145px;

	padding: 0px;

	margin: 0px;

}



#rodape .infos-rodape {

	width: 430px;

	height: 145px;

	float: left;

	font-size: 12px;

	color: #FFFFFF;

}



#rodape .tit-vermelho {

	width: 100%;

	float: left;

	margin-bottom: 6px;

	font-size: 14px;

	font-weight: bold;

	color: #999999;

}



#rodape .texto-rodape {

	width: 100%;

	float: left;

	margin-bottom: 16px;

	font-size: 12px;

	color: #FFFFFF;

}



#rodape #menu-rodape {

	width: 290px;

	height: 145px;

	float: left;

}



#menu-rodape .links-menu {

	width: 100%;

	float: left;

	margin: 0px;

	padding: 0px;

	padding-left: 15px;

	line-height: 21px;

}



#menu-rodape .links-menu li {

	width: 135px;

	list-style: url(../img/img-roxo/seta_laranja.png);

	font-size: 12px;

	float: left;

}



#menu-rodape .links-menu li a {

	color: #FFFFFF;

}



#rodape #copyright {

	width: 50%;

	float: left;

	text-align: left;

	font-size: 11px;

	color: #FFFFFF;

	margin-top: 40px;

}



#rodape #powered {

	width: 50%;

	float: left;

	text-align: right;

	font-size: 11px;

	color: #FFFFFF;

	margin-top: 40px;

}



#rodape #powered a {

	color: #FFFFFF;

	font-weight: bold;

}



/* RODAPE */

.caracteres {

	float: left;

	color: #990000;

}



.warning{color:#333;}	

.exceeded{color:#e00;}	

.noticia-fonte {width:100%; margin:10px 0 10px 0;}



