/* ------------------------------------------------- TAGS */

body * {
	margin: 0;
	padding: 0;
}
body {
	font: normal 80% Tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetiva, Sans-serif, Tahoma;
}
a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fc0;
	text-decoration: underline;
}
h1 {

}
h2 {
	font: bold 210% Helvetica, Arial, Tahoma, sans-serif, Verdana, Geneva;
	height: 28px;
	padding-bottom: 4px;
	margin-bottom: 14px;
	color: #fff;
	text-transform: uppercase;
}
h3 {
	font: bold 170% Helvetica, Arial, Tahoma, sans-serif, Verdana, Geneva;
	color: #fc0;
	margin-bottom: 15px;
}

h4 {
	font: bold 120% Helvetica, Arial, Tahoma, sans-serif, Verdana, Geneva;
	color: #fc0;
	/*text-decoration: underline;*/
	margin-bottom: 2px;
}
.tit_img {
	text-indent: -9999%;
	overflow: hidden;
}
.lacima {
	position: absolute;
	left: 20px;
	top: -95px;
	width: 200px;
	/*margin: -110px 0 80px 0;*/
	z-index: 9;
}

p {
	position: relative;
	margin: 0 0 10px 0;
	line-height: 160%;
}
ul {
	list-style: none;
}

table {
	width: 95%;
	margin: 10px 0;
}
th {
	font: normal 120% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #B8A872;
}
td {

}
.cor_sim { background: #ccc; }
fieldset {
	width: 98%;
	padding: 10px;
	border: 1px solid #333;
	margin-bottom: 10px;
}
legend {
	padding: 0 6px;
	font-size: 120%;
	color: #fc0;
}
hr {
	display: none;
}

button {
	font: bold 130% Helvetica, Arial, Tahoma, sans-serif, Verdana, Geneva;
	color: #fff;
	border: 0;
	cursor: pointer;
}
button:hover {
	background: #fc0;
	color: #252525;
}

/* --------------------------------------------------------------------- */

address {

}
input[type="hidden"] {
	display: none;
}
input, textarea, select, .campo_normal {
	font: normal 90% Tahoma, Verdana, Arial;
	border: 1px solid #000;
	background: #fff url(images/input_bg.jpg) repeat-x;
	color: #252525;
}
input, textarea {
	width: 200px;
	height: 16px;
	padding: 3px;
}
option {
	padding: 2px 0 2px 8px;
}
input:focus, textarea:focus, select:focus, .campo_hover {
	border: 2px solid #fc0;
	color: #000;
	padding: 2px;
	background: #fff url(images/input_bg_in.jpg) repeat-x;
}
select:focus, select.campo_hover {
	color: #333;
	background: #fff;
}
.campo_erro {
	border: 2px solid #900;
	padding: 2px;
}
input:disabled {
	background: #e6e6e6;
	border: 1px solid #999;
}
label, input, textarea, select {
	display: block;
	float: left;
	margin-bottom: 8px;
}
select {
	padding: 3px;
	width: 233px;
}
textarea {
	width: 300px;
	height: 95px;
}
label {
	font-size: 110%;
	width: 100px;
	margin-left: 15px;
	padding-right: 10px;
	color: #ccc;
}
form label {
	cursor: pointer;
}
#form_recado label {
	font-size: 100%;
	margin-left: 0;
}
br {
	clear: both;
}
br.nao_limpa {
	clear: none;
}
td {
	padding: 5px;
}
tr {

}
acronym {
	cursor: help;
}

/* ------------------------------------------- formularios ------------- */

.sem_borda {
	border: 0;
}

/* ------------------------------------------------- POSICIONAMENTO */

#container {
	position:relative;
	min-height: 100%;
	width: 100%;
}
		
#corpo {
	position: relative;
	width: 940px;
	padding: 0 5px;
	margin: 0 auto;
	height: auto;
}
#corpo_apres {
	position: absolute;
	width: 400px;
	height: 340px;
	margin: -150px 0 0 -200px;
	top: 50%;
	left: 50%;
	text-align: right;
}
#corpo_apres a {
	color: #fff;
}

#contorno {
	position: relative;
	background: #252525;
	width: 100%;
	padding: 0 5px 15px 5px;
	float: left;
	height: 100%;
}
#canto_esq_inf, #canto_dir_inf { position: absolute; width: 10px; height: 10px; bottom: 0; }
#canto_esq_inf { left: 0; background: url(images/canto_esq_inf.png) no-repeat; }
#canto_dir_inf { right: 0; background: url(images/canto_dir_inf.png) no-repeat; }

#topo {
	position: relative;
	width: 950px;
	height: 140px;
	z-index: 2;
	overflow: hidden;
}
#sem_script {
	position: absolute;
	width: 380px;
	height: 40px;
	top: 18px;
	right: 40px;
	padding: 10px;
	text-align: center;
	font-size: 120%;
	border: 1px solid #AA8000;
	z-index: 5;
	background: url(images/amarelo_transp.png);
}
#logo {
	position: absolute;
	width: 301px;
	height: 97px;
	background: url(images/logo.png) no-repeat;
	top: 15px;
	left: 30px;
	z-index: 3;
}
#logo h1 {
	text-indent: -9999px;
}
#logo h1 a {
	display: block;
	width: 180px;
	height: 95px;
	overflow: hidden;
}
#recadinho {
	position: absolute;
	width: 190px;
	top: 18px;
	right: 200px;
	z-index: 3;
	text-align: right;
}
#setona {
	position: absolute;
	top: 52px;
	right: 182px;
	width: 39px;
	height: 42px;
	background: url(images/setona.png) no-repeat;
	z-index: 2;
}

#music_player {
	position: absolute;
	width: 143px;
	height: 23px;
	background: url(images/music_player.png) no-repeat;
	bottom: 54px;
	right: 20px;
	z-index: 3;
}
#music_player a.musicplayer {
	display: block;
	width: 143px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 4;
}
#music_player img {
	position: absolute;
}
#menu_esq, #menu_dir {
	position: absolute;
	width: 9px;
	height: 44px;
	top: 0;
}
#menu_dir {
	right: -9px;
	background: url(images/menu_dir.png) no-repeat;
}
#menu_esq {
	left: -9px;
	background: url(images/menu_esq.png) no-repeat;
}
#menu {
	position: relative;
	width: 932px;
	margin-left: 9px;
	background: #252525 url(images/menu_bg.png) repeat-x 0 2px;
	height: 44px;
}
#temas {
	position: absolute;
	top: 152px;
	left: 40px;
	z-index: 10;
}
#temas ul li {
	margin-right: 25px;
	float: left;
}
#menu ul {
	margin-left: 300px;
}

#menu ul li {
	position: relative;
	float: left;
	background: url(images/menu_sep.gif) no-repeat right;
}
.menu_principal, .menu_fotos, .menu_videos, .menu_recados, .menu_baladas, .menu_agenda, .menu_bohlog, .menu_contato {
	width: 90px;
}
#menu ul li.ultima {
	background: none;
}
#menu ul li a {
	color: #fff;
	display: block;
	height: 26px;
	padding-top: 18px;
	text-align: center;
	text-decoration: none;
}
#menu ul li.atual a {
	color: #fc0;
}
#menu ul li a:hover {
	background: #303030 url(images/menu_bg_in.jpg) repeat-x 0 2px;
	text-decoration: none;
}
#menu ul li.atual a:hover {
}

#area {
	position: relative;
	width: 950px;
	height: 139px;
	padding-top: 12px;
	color: #fff;
	z-index: 0;
}
#ou {
	position: absolute;
	color: #fff;
	font: bold 170% Helvetica, Arial, Tahoma, sans-serif, Verdana, Geneva;
	top: 42px;
	right: 400px;
}
#formCadastroPre {
	margin-bottom: 15px;
}
.principal_destaque_fotos {
	
}
.linkzao, .dest, .dest2, .dest3 {
	font: bold 140% Helvetica, Arial, Tahoma, sans-serif, Verdana, Geneva;
	color: #fff;
	padding-right: 2px;
}
.dest2 {
	background: none;
	color: #fc0;
}
.dest3 {
	font: bold 180% Helvetica, Arial, Tahoma, sans-serif, Verdana, Geneva;
	text-transform: uppercase;
}
/* ufa --------------------------------------------------------------------------- */

#meio {
	position: relative;
	min-height: 600px;
	margin-bottom: 15px;	
	float: left;
}

#conteudo {
	position: relative;
	width: 890px;
	padding: 10px 20px;
	margin-left: 5px;
	line-height: 140%;
	z-index: 8;
	color: #fff;
	min-height: 250px;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#div_erro {
	position: absolute;
	width: 200px;
	height: 140px;
	top: 50px;
	padding: 15px;
	right: 15px;
	background: #ccc;
}


/* ----------------------- principal ------------------------- */

/* ----------------------- /principal ------------------------- */


#navegacao {
	position: relative;
	background: #E9E2DA url(images/navegacao_bg.jpg) no-repeat;
	padding: 10px 20px 15px 20px;
	margin-bottom: 40px;
	z-index: 0;
}
#navegacao label {
	color: #333;
	margin-left: 0;
}
#navegacao h3 {
	color: #271A03;
}
#navegacao ul {

}
#navegacao ul li {
	padding: 4px 0 4px 24px;
	background: url(images/bullet.gif) no-repeat 0 4px;
}
#navegacao ul li ul {
	margin-top: 5px;
}
#navegacao ul li ul li {
	margin-top: 5px;
	padding: 1px 0 1px 20px;
	background: url(images/setinha.gif) no-repeat 0 4px;
}

#boh_player {
	position: relative;
	width: 250px;
	padding-top: 150px;
	background: url(images/boh_player.jpg) no-repeat;
}

/* -------------------------------------------------------------- */

.lista_navegacao {
	margin-left: 10px;
}
.lista_navegacao li {
	padding: 2px 0;
}

ul.lista_recados {

}
ul.lista_recados li {
	padding: 6px 0 12px 0;
	border-bottom: 1px solid #ccc;
}
ul.lista_recados li.ultima {
	border: 0;
}

/* -------------------------------------------------------------- */

ul.metade li, ul.nao_metade li {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

ul li.metade_li {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

ul.nao_metade li {
	width: 100%;
}

ul.lista_img li a img {
	float: left;
	border: 4px solid #fff;
	margin: 0 10px 16px 0;
}
ul.lista_img li a:hover img {
	border: 4px solid #fc0;
}
ul.lista_noticias {

}
ul.lista_noticias li, ul.lista_bloco li {
	margin-bottom: 10px;
}
ul.lista_noticias li a {
	text-decoration: none;
}
ul.lista_noticias li a:hover .noticia_titulo_grande {
	border-bottom: 2px solid #5e5e5e;
}

a.balaozinho {
	display: block;
	width: 93px;
	height: 23px;
	padding: 5px 0 0 25px;
	background: url(images/balaozinho.jpg) no-repeat;
	color: #4B9700;
}
ul.lista_mural {

}
ul.lista_mural li {
	border-bottom: 1px solid #555;
	padding-bottom: 10px;
	line-height: 150%;
	margin-bottom: 10px;
}

ol {
	margin-left: 40px;
}
ol li {
	margin: 10px 0;
}

ul.lista_texto {
	margin-left: 15px;
}
ul.lista_texto li {
	padding: 2px 0 2px 16px;
	position: relative;
	background: url(images/setinha.gif) no-repeat 0 6px;
}

ul.lista_texto2 {
	margin-left: 15px;
}
ul.lista_texto2 li {
	padding: 2px 0 2px 16px;
	background: url(images/setinha.gif) no-repeat 0 6px;
}

ul.lista_flutua li {
	margin: 0 10px 10px 0;
	float: left;
}

ul.bullet {
	list-style-image: url(images/bullet.gif);
	margin: 0 0 5px 30px;
}
ul.bullet li {
	margin: 0 0 6px 0;
	width: 100%;
}

ul.lista_bohlog li {
	background: url(images/linha.gif) no-repeat bottom left;
	margin: 15px 0;
	padding-bottom: 15px;
}

ul.lista_bohlog li ul.bullet li {
	background: none;
	margin: 8px 0;
	padding-bottom: 0;
}
/* -------------------------------------------------------------- */

.destaque_flutua {
	position: absolute;
	right: 17px;
	top: 180px;
	font: bold 180% Helvetica, Arial, Tahoma, sans-serif, Verdana, Geneva;
	height: 30px;
	text-align: left;
}
.destaque_flutua a {
	color: #fff;
	text-align: left;
}
.destaque_flutua a:hover, .destaque_flutua2 a:hover, .destaque_flutua3 a:hover {
	color: #fc0;
}
.destaque_flutua2, .destaque_flutua3 {
	position: absolute;
	right: 17px;
	top: 215px;
	font: normal 130% Helvetica, Arial, Tahoma, sans-serif, Verdana, Geneva;
	color: #fff;
}
.destaque_flutua3 {
	top: 233px;
}

#anuncio_galeria {
	position: relative;
	height: 60px;
}
#chamada_video {
	position: relative;
	margin-top: 18px;
	float: right;
}
#banner_gugou {
	position: relative;
	width: 468px;
	height: 60px;
	float: left;
}
#banner_gugou.mais {
	width: 100%;
}
#principal_foto {
	position: relative;
	margin-right: 10px;
	height: 378px;
	overflow: hidden;
	width: 410px;
	float: left;
}
#principal_minis ul li {
	margin-bottom: 7px;
}
#miniaturas {
	position: relative;
	width: 300px;
	height: 580px;
	float: left;
}
#miniaturas ul li {
	float: left;
	margin-bottom: 4px;
}
#miniaturas ul li.cm {
	margin-right: 4px;
}

#miniaturas_dentro {
	position: relative;
	height: 400px;
}
#miniaturas_dentro a, #lista_img a {
	padding: 0;
}
#miniaturas_dentro a img {
	border: 4px solid #fff;
}
#miniaturas_dentro a:hover img {
	border: 4px solid #fc3;
}

#visualizacao {
	position: relative;
	width: 570px;
	height: 375px;
	margin-bottom: 10px;
	z-index: 1;
	float: right;
}
#visualizacao img {
	border: 4px solid #fff;
	float: right;
}
#visualizacao #carregando_outro img {
	border:0;
}
#visualizacao.nada {
	background: none;
}
#visualizacao img {
	margin-bottom: 10px;
}
#codigo_foto {
	position: absolute;
	top: 400px;
	right: 0;
	width: 120px;
	text-align: right;
}
#codigo_foto label {
	width: 40px;
	float: left;
	color: #fff;
}
#opcoes_foto {
	position: relative;
	display: none;
}

#carregando_outro {
	position: absolute;
	top: 42%;
	left: 42%;
	margin-top: -24px;
	margin-left: -24px;
}
#carregando_visu {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
}

#navegacao_esq {
	position: relative;
	margin-top: 40px;
	width: 300px;
	height: 20px;
	float: left;
	z-index: 20;
}
#navegacao_esq fieldset {
	
}

#navegacao_dir {
	position: relative;
	width: 492px;
	margin-top: 440px;
}

.paginacao {
	position: relative;
}
.paginacao ul {
	text-align: center;
}
.paginacao ul li {
	float: left;
	margin-bottom: 5px;
}
.paginacao ul li a, .paginacao_atual {
	display: block;
	padding: 2px 4px;
	margin: 0 2px;
}
.paginacao_atual {
	color: #fc0;
}
.paginacao a:hover {
	color: #fff;
}
.paginacao a.maior {

}

#emoticons {
	position: absolute;
	top: 50px;
	width: 130px;
	right: 0;
}
#emoticons fieldset {
	padding: 4px;
}
#emoticons ul li {
	float: left;
	width: 24px;
	height: 30px;
	margin: 0;
}
#emoticons fieldset {
	border: 1px solid #F3F0EB;
}
#emoticons.escuro fieldset {
	border: 1px solid #ccc;
	width: 95%;
}


/* ----------------------- /principal ------------------------- */

#rodape {
	position: relative;
	width: 920px;
	height: 42px;
	padding: 15px;
	color: #ccc;
	float: left;
	z-index: 0;
}

#creditos, #powered {
	position: relative;
	line-height: 150%;
	color: #fff;
	float: left;
	height: 38px;
}
#powered {
	width: 40%;
	text-align: right;
}
#creditos {
	font: normal 100% "Trebuchet MS";
	width: 60%;
}
#site_por {
	position: absolute;
	top: 5px;
	right: 105px;
}

/* efeito crop */

.cropimg {display:block;overflow:hidden;position:relative; width: 250px; height: 180px;}

.cropimg img {display:block;position:absolute;}

.cropimg:hover {border:3px solid #C99600;}

.cropimg:hover img {margin:-3px 0 0 -3px;}

/* ------------------------------- FIM TITULOS ------------------------------ */


a.vermelho, .vermelho, a.vermelho:visited {
	color: #C53824;
}

.cinza {
	color: #666;
}
.azul {
	color: #2B6080;
}
.verde {
	color: #80AA00;
}
.preto {
	color: #000;
}
.branco {
	color: #fff;
}
a.amarelo, .amarelo, a.amarelo:visited {
	color: #fc0;
}
.escondido {
	display: none;
}

.noticia_data {
	color: #1C3855;
}
.noticia_titulo {
	color: #666;
}
.noticia_titulo_grande {
	color: #666;
	font: bold 22px Arial, Helvetica, freesans, sans-serif;
}
.tamanho15 { width: 15px; }
.tamanho20 { width: 20px; }
.tamanho30 { width: 30px; }
.tamanho40 { width: 40px; }
.tamanho50 { width: 50px; }
.tamanho60 { width: 60px; }
.tamanho70 { width: 70px; }
.tamanho80 { width: 80px; }
.tamanho90 { width: 90px; }
.tamanho100 { width: 100px; }
.tamanho130 { width: 130px; }
.tamanho180 { width: 200px; }

.tamanho_auto {
	width: auto;
}
.linha_baixo {
	border-bottom: 1px solid #ccc;
}
.asterisco {
	color: #900;
	font: bold 140% "Trebuchet MS", Arial, Verdana, Tahoma;
	text-align: right;
	float: left;
	width: 10px;
}

.parte33 {
	position: relative;
	width: 32%;
	float: left;
}

.parte50 {
	position: relative;
	width: 49%;
	float: left;
}
.parte60 {
	position: relative;
	width: 57%;
	float: left;
}
.parte40 {
	position: relative;
	width: 40%;
	float: left;
}
.parte70 {
	position: relative;
	width: 64%;
	float: left;
}
.parte30 {
	position: relative;
	width: 34%;
	float: left;
}
.parte40 {
	position: relative;
	width: 40%;
	float: left;
}
.parte60 {
	position: relative;
	width: 60%;
	float: left;
}
.parte80 {
	position: relative;
	width: 75%;
	float: left;
}
.parte20 {
	position: relative;
	padding-top: 10px;
	width: 22%;
	float: left;
}
.cm {
	margin-right: 2%;
}
.foto_noticia {
	float: right;
	margin: 0 0 20px 20px;
}
.alinhar_direita {
	text-align: right;
}
.flutuar {
	float: left;
}
.imagem_destaque {
	margin-right: 10px;
}
.flutuar_direita {
	float: right;
	margin: 0 0 10px 10px;
}
.mostra {
	display: block;
}
.nao_mostra {
	display: none;
}
.entre_anos {
	position: relative;
	float: left;
	margin-top: 5px;
	text-indent: -12px;
}
.checkbox {
	background: none;
	border: 0;
}
.espaco_dir {
	margin-right: 20px;
}
.espaco_baixo {
	margin-bottom: 6px;
}
.espacao_dir {
	padding-right: 208px;
}

.texto_destaque {
	font-size: 120%;
}
.foto_noticia {
	float: right;
	margin: 0 0 20px 20px;
}
.botao_lupa {
	cursor: pointer;
	border: 0;
	width: 22px;
	height: 22px;
	background: url(images/botao_ok.png);
	text-indent: -9999px;
}
.fonte_tamanho120p {
	font-size: 120%;
}
.maior {
	font-size: 160%;
}
.menor {
	font-size: 90%;
}

.item_com_br_sem_quebra br, .nao_quebra br {
	clear: none;
}

#destaque_flutuante {
	position: absolute;
	width: 700px;
	margin-left: -350px;
	left: 50%;
	padding: 15px 15px 5px 15px;
	top: -120px;
	z-index: 20;
}

.fecha_destaque_flutuante {
	position: absolute;
	top: 16px;
	right: 15px;
}
#destaque_flutuante_texto {
	width: 400px;
}


.lista_patrocinadores li {
	width: 220px;
	vertical-align: middle;
	float: left;
}

.patr1 { height: 110px; }
.patr2 { height: 120px; }
.patr3 { height: 130px; }
