
/* Padrões */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	background-image:url(../../imagens/bg_site.gif);
	background-position: center top;
}

html, body {
	height: 100%;
}

*{padding: 0; margin: 0;}

/* GERAL */

#geral{
	width: 100%;
	min-width: 1000px;
}

#border{
	width: 1000px;
	background-color: #FFF;
	padding-top: 20px;
}

/* TOP */

#top_geral{
	height: 172px;
	width: 980px;
	height: 128px;
}

#top_logo{
	float:left;
	width: 163px;
}

#top_infos{
	float:left;
	width: 817px;
}

#top_frase{
	float:left;
	width: 669px;
	margin-top: 23px;
}

#top_radio{
	float:left;
	width: 148px;
}

#top_menu{
	width: 805px;
	padding-left: 12px;
}

.menu_item,.menu_item:link,.menu_item:visited,.menu_item:active{
	display: inline-block;
	float: left;
	font-size: 1px;
	height: 28px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.menu_item:hover{
	background-position: 0 -28px;
}

.menu_dot{
	float: left;
	width: 7px;
	padding: 10px 7px 0 7px;
}

/* PRINCIPAL */

#principal_geral{
	width: 940px;
	background-image: url(../../imagens/layout/bg_conteudo.png);
	background-repeat: repeat;
	background-position: top center;
	margin-top: 20px;
	padding: 20px;
	text-align: left;
}

/* BOTTOM */

#bottom_geral{
	width: 980px;
	margin: 0px 0;
	position:relative;
}

#bottom_dados{
	width: 972px;
	text-align: center;
	font-size: 12px;
	color: #333;
	background-color:#fff;
	padding: 4px;
}

#bottom_links{
	text-align: right;
	background-color:#fff;
	position:absolute;
	right: 0;
	font-size:0.5em;
	margin-top: 4px;
	
}

/* HOME */
#home_destaque{
	position: relative;
	float: left;
	width: 484px;
	height: 293px;
	padding: 8px;
	background: #000;	
	display: block;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

#home_destaque_texto{
	display: block;
	position: absolute;
	width: 464px;
	padding: 10px;
	left: 8px;
	bottom: 0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	_background: transparent;
	*background: transparent;
}

.home_prog_celula{
    height: 75px;
	display: block;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

#home_programacao{
	float: left;
	width: 420px;
	margin-left: 20px;
	color: #000;
}

.home_prog_top{
	display: block;
	width: 420px;
	height: 20px;
}

.home_prog_data{
	display: block;
	float: left;
	width: 78px;
	height: 45px;
	padding: 0 0 10px 10px;
	background-color: #FFF;
	text-align: left;
}

.home_prog_divisor{
	display: block;
	float: left;
	width: 22px;
	padding-top: 2px;
	height: 53px;
	background-color: #FFF;
}

.home_prog_conteudo{
	display: block;
	float: left;
	width: 300px;
	height: 45px;
	padding: 0 10px 10px 0;
	background-color: #FFF;
	text-align: left;
	font-size: 18px;
	overflow: hidden;
}

.home_prog_clear{
	display: inline;
	clear: both;
}

.data_prog{
	display: block;
	font-size: 30px;
	margin-top: -5px;
	font-weight: bold;
}

.dia_prog{
	display: block;
	font-size: 16px;
	margin-top: -10px;
	font-weight: bold;
}

#home_galeria{
	margin-top: 10px;
	height: 120px;
	width: 940px;
	position: relative;
}

#home_galeria .wrapper {
	float: left;
  	width: 885px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  	overflow: hidden;
  	min-height: 120px;
	padding-left: 5px;
}

#home_galeria .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  top: 0;
}

#home_galeria ul li {
  display:block;
  float:left;
  padding: 10px 5px;
  height: 100px;
  width: 100px;
}

#home_galeria .arrow {
	float: left;
  	display: block;
  	height: 120px;
  	width: 25px; 
  	cursor: pointer;
}

#home_galeria .forwardCarrousel {
	background-image: url(../../imagens/layout/seta_direita.png);
}

#home_galeria .backCarrousel {
	background-image: url(../../imagens/layout/seta_esquerda.png);
}

#home_galeria .imgBlock {
	display: block;
	width: 90px;
	height: 90px;
	border: 5px solid #FFF;
	background-color:#000;
	color: #FFF;
	text-align: center;
	font-size: 24px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 5px;
	opacity: 0.85;
	color: #000;
}

#tooltip h3, #tooltip div { 
	font-size: 14px;
	margin: 0;
}

/* O VOX */

#ovox_texto{
	margin-top: 15px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

#ovox_img{
	float: left;
	margin-right: 20px;
	border: 5px solid #FFF;
}

#ovox_galeria{
	margin-top: 25px;
	height: 120px;
	width: 940px;
	position: relative;
}

#ovox_galeria .wrapper {
	float: left;
  	width: 885px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  	overflow: hidden;
  	min-height: 120px;
	padding-left: 5px;

}

#ovox_galeria .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  top: 0;
}

#ovox_galeria ul li {
  display:block;
  float:left;
  padding: 10px 5px;
  height: 100px;
  width: 100px;
}

#ovox_galeria .arrow {
	float: left;
  	display: block;
  	height: 120px;
  	width: 25px; 
  	cursor: pointer;
}

#ovox_galeria .forwardCarrousel {
	background-image: url(../../imagens/layout/seta_direita.png);
}

#ovox_galeria .backCarrousel {
	background-image: url(../../imagens/layout/seta_esquerda.png);
}

#ovox_galeria .imgBlock {
	display: block;
	width: 90px;
	height: 90px;
	border: 5px solid #FFF;
	background-color:#000;
	color: #FFF;
	text-align: center;
	font-size: 24px;
}


/* VOX MUSIC */

#voxmusic_texto{
	margin-top: 15px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

#voxmusic_galeria{
	margin-top: 25px;
	height: 126px;
	width: 940px;
	position: relative;
}

#voxmusic_galeria .wrapper {
	float: left;
  	width: 890px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  	overflow: hidden;
  	min-height: 126px;
}

#voxmusic_galeria .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  top: 0;
}

#voxmusic_galeria ul li {
  display:block;
  float:left;
  height: 126px;
  width: 89px;
}

#voxmusic_galeria .arrow {
	float: left;
  	display: block;
  	height: 126px;
  	width: 25px; 
  	cursor: pointer;
}

#voxmusic_galeria .forwardCarrousel {
	background-image: url(../../imagens/layout/seta_direita_black.png);
}

#voxmusic_galeria .backCarrousel {
	background-image: url(../../imagens/layout/seta_esquerda_black.png);
}

#voxmusic_galeria .imgBlock {
	display: block;
	width: 89px;
	height: 126px;
}

/* PROGRAMACAO */

.prog_bg{
	margin-top: 15px;
	background: url(../../imagens/layout/bg_prog.png) repeat;
}

.prog_item{
	float: left;
	width: 200px;
	padding: 10px;
	color: #000;
}

.prog_data{
	float: left;
	width: 100px;
}

.prog_hora{
	float: left;
	width: 100px;
	margin-top: 18px;
	text-align: right;
	font-size: 18px;
}

.prog_titulo{
	padding: 5px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.prog_texto{
	margin-top: 10px;
	font-size: 12px;
}


.prog_lista{
	margin-top: 20px;
	font-size: 12px;
}
.prog_instrucoes{
	margin-top: 5px;
	font-size: 12px;
}
#prog_ampliar{
	display: block;
	border: 1px solid;
	border-top: none;
	padding: 2px;
	font-size: 9px;
	text-align: center;
}

#prog_img{
	float: left;
	margin: 3px 10px 0 0;
	margin-top: 10px;
	margin-left: 55px;
	font-size: 12px;
	text-align: center;
}

.lista_vip{
	background-color: #FFF; 
	width: 447px;
}

.frm_lista{
	width: 427px;
	color: #FFF;
	padding: 10px;
	background-image: url(../../imagens/layout/bg_conteudo.png);
	background-repeat: repeat;
	background-position: top center;
}


#loading_nome{
	position: absolute;
	bottom: 0;
	right: 0;
}

/* RADIO VOX */

#radiovox{
	padding: 10px;
}

#radio_logo{
	float: left;
	width: 50%;
}

#radio_radio{
	float: left;
	width: 50%;
	text-align: right;
}

#radio_player{
	margin-top: 10px;
	background-image: url(../../imagens/layout/bg_conteudo.png);
	background-repeat: repeat;
	background-position: top center;
}


/* FOTOS */
.fotos_busca{
	width: 100%;
	margin-top: 15px;
} 	

.fotos_celula_interna{
	float:left;
	border: 5px solid #FFF;
	background-color:#000;
} 	

#fotos_descricao{
	margin: 15px 0 6px 0; 
	width:100%;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

#fotos_sem{
	text-align: center;
	padding-top: 15px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

/* MOBY */
#moby_regulamento{
	padding: 10px;
	width: 700px;
	color: #000;
}



/* VOX NEWS */
#vox_news{
	margin-top: 15px;
	width: 940px;
	color: #000;
}

.vox_news_top{
	padding-top: 6px;
}

.vox_new_margin_left{
	float:left; 
	margin-left: 6px;
}

.vox_news_celula{
	display: block;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.vox_news_data{
	display: block;
	float: left;
	width: 78px;
	height: 45px;
	padding: 20px 0 10px 10px;
	background-color: #FFF;
	text-align: left;
}

.vox_news_divisor{
	display: block;
	float: left;
	width: 22px;
	padding-top: 20px;
	height: 55px;
	background-color: #FFF;
}

.vox_news_conteudo{
	display: block;
	float: left;
	width: 347px;
	height: 45px;
	padding: 17px 10px 13px 0;
	background-color: #FFF;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
}

.data_vox_news{
	display: block;
	font-size: 30px;
	margin-top: -5px;
	font-weight: bold;
}

.dia_vox_news{
	display: block;
	font-size: 16px;
	margin-top: -10px;
	font-weight: bold;
}

.detalhes_vox_news_top{
	margin-top: 15px;
	width: 940px;
	height: 20px;
}


.vox_news_detalhe_data{
	float: left;
	width: 78px;
	height: 45px;
	padding: 10px 0 10px 20px;
	background-color: #FFF;
	text-align: left;
}

.data_vox_news_detalhes{
	font-size: 30px;
	margin-top: -5px;
	font-weight: bold;
}

.dia_vox_news_detalhes{
	font-size: 16px;
	margin-top: -10px;
	font-weight: bold;
}

.vox_news_detalhe_divisor{
	float: left;
	width: 22px;
	height: 65px;
	background-color: #FFF;
}

.vox_news_detalhes_conteudo{
	float: left;
	width: 820px;
	height: 45px;
	padding: 5px 0 15px 0;
	background-color: #FFF;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	font-weight: bold;
}

#detalhes_vox_news_cabecalho{
	color: #000;
}


#detalhes_vox_news_texto{
	color: #000;
	padding: 0 20px 20px 20px;
	font-size: 13px;
	background-color: #FFF;
}

#detalhes_vox_news_img{
	float: left;
	margin: 3px 10px 0 0;
}

#news_ampliar{
	display: block;
	border: 1px solid;
	border-top: none;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}


/* CONTATO */

/* ONDE ESTAMOS*/
#googlemap{
    margin-top: 15px;
	width:auto; 
	height:450px;
}


/* Classes */
.texto p{
	margin-top: 5px;
}

.texto a:link, .texto a:visited,.texto a:active{
	text-decoration: none;
	cursor: pointer;
	color: #2C5E7F;
}

.texto a:hover{
	text-decoration: underline;
	cursor: pointer;
	color: #2C5E7F;
}

.semregistros{
	padding: 10px;
	text-align: center;
	background: #EFEFEF;
}

.caixa_busca{
	width: 513px;
	margin-top: 10px;
	padding: 10px;
	background-color: #E9E9E9;
}

.thumbs{
	float: left;
	width: 125px;
	height: 125px;
}

.thumbs_space{
	height: 11px;
	line-height: 1px;
	font-size: 1px;
}

/* Fixos */

.titulo_wrapper{
	width: 100%;
}

.titulo_top{
	float: left;
	width: 300px;
	display: inline;
}

.titulo_extra{
	float: left;
	width: 640px;
	display: inline;
}

.clear{
	clear: both;
}

.wrapper{
	width: 0;
	height: 0;
	position: relative;
}

/**/
.fonte_default {
	color: #747474;
}

.fonte_branca {
	color: #FFF;
}

.fonte_preta {
	color: #000;
}

.fonte_amarela {
	color: #FFCC00;
}

.fonte_vermelha {
	color: #DF582B;
}

.fonte_azul {
	color: #2C5E7F;
}

/**/
.bg_branco {
	background-color: #FFFFFF;
}

.bg_cinza_claro {
	background-color: #EFEFEF;
}

.bg_cinza {
	background-color: #F9F9F9;
}

.bg_marrom {
	background-color: #FCC900;
}

/**/
.tamanho_10 {
	font-size: 10px;
}

.tamanho_11 {
	font-size: 11px;
}

.tamanho_12 {
	font-size: 12px;
}

.tamanho_13 {
	font-size: 13px;
}

.tamanho_14 {
	font-size: 14px;
}

.tamanho_16 {
	font-size: 16px;
}

.tamanho_18 {
	font-size: 18px;
}

.tamanho_20 {
	font-size: 20px;
}

.espaco_texto {
	line-height: 140%;
}

.margin_t_2{
	margin-top: 2px;
}

.margin_t_3{
	margin-top: 3px;
}

.margin_t_5{
	margin-top: 5px;
}

.margin_t_6{
	margin-top: 6px;
}

.margin_t_9{
	margin-top: 9px;
}

.margin_t_10{
	margin-top: 10px;
}

.margin_t_15{
	margin-top: 15px;
}

.margin_t_20{
	margin-top: 20px;
}

.margin_t_25{
	margin-top: 25px;
}

.margin_t_50{
	margin-top: 40px;
}

.margin_l_9{
	margin-left: 9px;
}

.margin_l_10{
	margin-left: 9px;
}

.margin_l_11{
	margin-left: 11px;
}

.margin_l_20{
	margin-left: 20px;
}

.margin_b_10{
	margin-bottom: 10px;
}

/* Paginação */

.pager,.pager:link,.pager:visited,.pager:active{
	padding: 3px;
	display: inline-block;
	min-width: 15px;
	_width: 15px;
	text-align: center;
	color: #FFF;
	background: url(../../imagens/layout/bg_black_transp.png) repeat;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

.pager:hover{
	padding: 2px;
	display: inline-block;
	min-width: 15px;
	_width: 15px;
	text-align: center;
	color: #FFF;
	background: url(../../imagens/layout/bg_black_transp.png) repeat;
	border: 1px solid #FFF;
	text-decoration: none;
	cursor: pointer;
}

.pager_select{
	padding: 2px;
	display: inline-block;
	min-width: 15px;
	_width: 15px;
	text-align: center;
	color: #FFF;
	background: url(../../imagens/layout/bg_black_transp.png) repeat;
	border: 1px solid #FFF;
	font-weight: bold;
}

/* Resultado Busca */

.resultado_busca{
	background-color: #FFF4CA;
}

.resultado_busca_texto{
	background-color: #FFE7D5;
}

/* Formulários */
.campo_form{
	background-color: #FFF;
	font-family: Verdana;
	font-size: 12px;
	border: solid 1px #FFF;  
	padding: 4px;
}

.select_form{
	background-color: #F4F4F4;
	font-family: Verdana;
	font-size: 12px;
	color: #9D998D;
	border: solid 1px #E0DAC9; 
	padding:2px;
}

.text_form{
	background-color: #FFF;
	font-family: Verdana;
	font-size: 12px;
	border: solid 1px #FFF; 
	padding: 2px 0 2px 4px;
}

.btn{
	border: none;
	background: url(../../imagens/layout/bg_black_transp.png) repeat;
	color: #FFF;
	padding: 4px;
	font-weight: bold;
}

.btn_link, .btn_link:link,.btn_link:visited,.btn_link:active, .btn_link:hover{
	display: inline-block;
	border: none;
	background: url(../../imagens/layout/bg_black_transp.png) repeat;
	color: #FFF;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}

.btn_cadastro{
	width: 85px;
	height: 13px;
	border: none;
	background-color: #fff;
	background-image: url(../../imagens/layout/btns/cadastro.jpg);
	position: absolute;
	left: 18px;
	bottom: 22px;
}

.btn_inside_fts{
	width: 54px;
	border: none;
	background: url(../../imagens/layout/bg_black_transp.png) repeat;
	color: #FFF;
	padding: 3px;
}

.line_space{
	font-size: 0;
	line-height: 0;
}

.seta_select{
	background-image: url(../../imagens/layout/select_seta_png.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	_background-attachment: fixed;
	padding-right: 14px;
}

/* Fixos */

.links,.links:link,.links:visited,.links:active{
	text-decoration: none;
	cursor: pointer;
}

.links:hover{
	text-decoration: underline;
	cursor: pointer;
}

.nolink,.nolink:link,.nolink:visited,.nolink:active,.nolink:hover{
	text-decoration: none;
	cursor: pointer;
}

.notvisible{
	display: none;
}

.nounderline{
	text-decoration: none;
}

.underline{
	text-decoration: underline;
}

.close_box{
	top: 0;
	right: 0;
	position: absolute;
	margin: 5px 5px 0 0;
	z-index: 10;
}

/* Boxes */
.box1{
	border: none;
	padding: 10px;	
	color: #FFF;
	background: url(../../imagens/layout/bg_black_transp.png) repeat;
}

.box2{
	background-color: #C7DDE7;
	border: 1px dashed #47648C;
}