html, body {
	background-image:url(/img/site/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#404040;
	color:#304449;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	overflow-x:hidden;
	padding:0px;
}

body {
	scrollbar-arrow-color:#fbece5;
	scrollbar-3dlight-color:#724838;
	scrollbar-highlight-color:#724838;
	scrollbar-face-color:#724838;
	scrollbar-shadow-color:#724838;
	scrollbar-darkshadow-color:#724838;
	scrollbar-track-color:#f4dbd4;
}

img {
	border:0;
	}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#geral_ {
	margin:0 auto;
	width:768px;
}

/*
[START] Menu
*/
#menu_ {
	font-size:10px;
	font-weight:bold;
	height:36px;
	position:relative;
	width:100%;
}

#menu_ #itens_menu {
	float:left; 
	height:36px;
	margin: 0;
	padding: 0;
	width:695px;
}

#menu_ .item_menu {
	float:left;
	height:36px;
	background-color:#9a654f;
}

#menu_ .item_menu a {
	color:#371508;
	padding-left: 8px;
	padding-right: 9px;
	text-decoration: none;
}

#menu_ .item_menu .alinha {
	margin-top:10px;
}

#menu_ .item_menu_selected { /*Menu selecionado*/
	background-color: #b47b60;
}
/*
[END] Menu
*/

/*
[START] Conteudo - Colunas
*/
#conteudo_ {
	height:501px;
	position:relative;
	width:100%;
}

#col_esq_ {
	float:left;
	height:100%;
	width:210px;
}

#col_centro_ {
	float:left;
	height:100%;
	width:314px;
}

#col_dir_ {
	float:left;
	height:100%;
	width:241px;
}
/*
[END] Conteudo
*/


/*
[START] Conteudo - Topos
*/
#topo_centro_ .alinha {
	padding-top:15px;
}

#topo_esq_, #topo_centro_ , #topo_dir_ {
	height:77px;
	position:relative;
	width:100%;
}

#topo_dir_ {
	background-image:url(/img/site/col_dir_top.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	
	/* IE 6 */
	_background-image:none;
	_background-repeat:no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/col_dir_top.png', sizingMethod='none');
}
/*
[END] Conteudo - Topos
*/


/*
[START] Conteudo - Conteudos Internos
*/
#conteudo_esq_, #conteudo_centro_, #conteudo_dir_ {
	height:424px;
	position:relative;
	width:100%;
}

#conteudo_esq_ .player{
	padding:223px 0px 0px 38px;
	}

#conteudo_dir_ {
	background-image:url(/img/site/col_dir_conteudo.png);
	background-repeat:repeat-y;
	background-position:left top;
	height:389px; /* Limita o background */
	
	/* IE 6 */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/col_dir_conteudo.png', sizingMethod='scale');
}

#conteudo_dir_ .box {
	background-image:url(/img/site/box.png) !important;
	background-repeat:no-repeat;
	
	/* IE 6 */
	_background-image:none;
	filter: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/box.png', sizingMethod='none');

	height:131px; /* Limita o background */
	margin-left:32px;
	margin-top:28px;
	overflow:hidden;
	width:189px;
}

#conteudo_dir_ .box .alinha {
	padding:15px 20px 20px 20px;
}

#conteudo_dir_ .letra {
	text-transform:capitalize;
	}

#conteudo_dir_ .box .titulo {
	color:#371508;
	font-style:italic;
	font-weight:bold;
	margin-bottom:10px;
	z-index:90;
}

#conteudo_dir_ .box a {
	color:#304449;
	position:relative;
	text-decoration:none;
}

#conteudo_dir_ .box a:hover {
	position:relative;
	text-decoration:underline;
}

#conteudo_dir_ .box_fotos {
	background-image:url(/img/site/box_fotos.png) !important;
	background-repeat:no-repeat;
	
	/* IE 6 */
	_background-image:none;
	filter: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/box_fotos.png', sizingMethod='none');

	height:38px; /* Limita o background */
	margin-left:30px;
	margin-top:28px;
	text-align:center;
	width:189px;
}

#conteudo_dir_ .box_fotos .alinha {
	font-weight:bold;
	padding:10px 0px 10px 0px;
}

#conteudo_dir_ .box_fotos a {
	color:#371508;
	position:relative;
	text-decoration:none;
}

#conteudo_dir_ .box_fotos a:hover {
	position:relative;
	text-decoration:underline;
}
/*
[END] Conteudo - Conteudos Internos
*/


/*
[START] Rodape
*/
#rodape_ {
	clear:both;
	height:54px;
	position:relative;
	width:100%;
}

#rodape_content_ {
	background-image:url(/img/site/rodape_back.png);
	background-repeat:repeat-x;
	background-position:left top;
	
	/* IE 6 */
	_background-repeat:no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/rodape_back.png', sizingMethod='scale');

	/* IE 7 */	
	*background-repeat:no-repeat;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/rodape_back.png', sizingMethod='scale');

	color:#c79c88;
	float:left; 
	font-weight:bold;
	height:54px;
	overflow:hidden;
	width:688px;
}

#rodape_content_ .alinha {
	padding-top:13px;
	font-size:13px;
}
/*
[END] Rodape
*/


/*
[START] PAGINA INTERNA
*/
#conteudo_interna_ {
	color:#7a4732;
	height:555px;
	position:relative;
margin-left:90px;
	width:662px;
}

#topo_interna_ {
	height:77px;
	position:relative;
	width:100%;
}

#topo_interna_ .alinha {
	padding-top:45px;
	_padding-top:33px;
}

#conteudo_interna_main_ {
	height:478px;
	position:relative;
}

#conteudo_interna_bottom_, #conteudo_interna_top_ {
	height:32px;
	width:100%;
}

#conteudo_interna_top_line_ {
	background-image:url(/img/site/interna_borda_top.png);
	background-repeat:repeat-x;
	background-position:left top;
	
	/* IE 6 */
	_background-repeat:no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/interna_borda_top.png', sizingMethod='scale');

	/* IE 7 */	
	*background-repeat:no-repeat;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/interna_borda_top.png', sizingMethod='scale');
	
	float:left;
	height:100%;
	width:622px;
}

#conteudo_interna_middle_ {
	background-image:url(/img/site/interna_middle.png) !important;
	background-repeat:repeat-x;
	background-position:left top;
	
	/* IE 6 */
	_background-repeat:no-repeat;
	_background-image:none;
	filter: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/interna_middle.png', sizingMethod='scale');

	height:385px;
	width:100%;
}

#conteudo_interna_bottom_line_ {
	background-image:url(/img/site/interna_borda_bottom.png);
	background-repeat:repeat-x;
	background-position:left top;
	
	/* IE 6 */
	_background-repeat:no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/interna_borda_bottom.png', sizingMethod='scale');

	/* IE 7 */	
	*background-repeat:no-repeat;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/interna_borda_bottom.png', sizingMethod='scale');
	
	float:left;
	height:100%;
	width:622px;
}

#conteudo_interna_middle_ .interna_box {
	background-image:url(/img/site/interna_box.png);
	background-repeat:no-repeat;

	/* IE 6 */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/interna_box.png', sizingMethod='none');

	height:22px;
	margin-top:5px;
	overflow:hidden;
	/*position:relative;*/
	text-align:center;
	width:126px;
}

#conteudo_interna_middle_ .interna_box .alinha {
	color:#915d49;
	font-weight:bold;
	padding:4px 0px 0px 0px;
}

#conteudo_interna_middle_ .alinha a {
	color:#915d49;
	text-decoration:none;
	position:relative;
	}
	
#conteudo_interna_middle_ .alinha a:hover {
	color:#915d49;
	text-decoration:none;
	position:relative;
	}

#conteudo_interna_middle_esq_, #conteudo_interna_galeria_esq_ {
	float:left;
	margin-left:30px;
	_margin-left:15px;
	position:relative;
}

#conteudo_interna_middle_esq_ {
	height:100%;
	width:150px;
}

#conteudo_interna_middle_dir_, #conteudo_interna_galeria_dir_ {
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
	position:relative;
}

#conteudo_interna_middle_dir_{
	height:100%;
	width:480px;
}

#conteudo_interna_middle_dir_ .txt-discografia {
	font-size:14px;
	line-height:1.5em;
	}
	
#conteudo_interna_middle_dir_ .txt-release {
	font-size:14px;
	line-height:1.4em;
	}
	
#conteudo_interna_middle_dir_ .txt-imprensa {
	text-align:right;
	}

#conteudo_interna_middle_dir_ .alinha, #conteudo_interna_galeria_dir_ .alinha {
	padding-right:5px;
	_padding-right:15px;
	*padding-right:15px;
	text-align:justify;
}

#conteudo_interna_middle_dir_ a, #conteudo_interna_galeria_dir_ a {
	color:#915d49;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}

#conteudo_interna_middle_dir_ a:hover, #conteudo_interna_galeria_dir_ a:hover {
	text-decoration:underline;
}

#conteudo_interna_middle_dir_ a.mestrado {
	color:#0000FF;
	text-decoration:none;
	font-style:normal;
	}
	
#conteudo_interna_middle_dir_ a.mestrado:hover {
	color:#0000FF;
	text-decoration:underline;
	font-style:normal;
	}

/*
[END] PAGINA INTERNA
*/


/*
[START] Galeria de Fotos
*/
#conteudo_interna_galeria_esq_ {
	height:356px;
	width:180px;
}

#conteudo_interna_galeria_esq_ #galeria_fotos {
	height:100%;
	margin-top:5px;
	overflow-x:hidden;
	overflow-y:auto;
	position:relative;
	width:100%;
}

#conteudo_interna_galeria_dir_ {
	height:356px;
	overflow-x:hidden;
	overflow-y:auto;
	width:430px;
}

#conteudo_interna_galeria_dir_ .legenda_foto {
	font-size:10px;
	padding-top:5px;
}

#conteudo_interna_galeria_dir_ #id_foto {
	margin-top:5px;
	width:100%;
}

#galeria_select {
	padding-left:30px;
}

#galeria_select select { 
	background-color: #feebe4;
	border-color:#a87561;
	color:#824933;
	font-size:10px;
}

#galeria_fotos a {
	color:#915d49;
	text-decoration:none;
}

#galeria_fotos a:hover {
	text-decoration:underline;
}

/*
[END] Galeria de Fotos
*/


/*
[START] Noticias
*/

#lista_noticias {
	width:91%;
	}
	
#lista_noticias select {
	background:#e0a794;
	color:#FFFFFF;
	width:600px;
	}
	
#lista_noticias .texto {
	font-weight:400;
	text-align:left;
	padding:0px 0px 0px 0px;
	}

#lista_noticias .box {
	text-align:left;
	}
	
#noticia_principal {
	width:91%;
	height:360px;
	overflow:auto;
	margin:10px 0px 0px 0px;
	}
	
#noticia_principal .titulo {
	font-weight:bold;
	font-size:14px;
	text-align:left;
	}
	
#noticia_principal .texto {
	text-align:justify;
	padding:10px 10px 0px 0px;
	}
	
#noticia_principal .texto a {
	text-decoration:none;
	color:#304449;
	}
	
#noticia_principal .texto a:hover {
	text-decoration:underline;
	color:#304449;
	}
	
#noticia_principal .img {
	float:left;
	padding:0px 10px 0px 0px;
	}
	
#msg {
	width:100%;
	font-size:15px;
	font-weight:500;
	text-align:center;
	padding:20px 0px 0px 0px;
	}
	
#calendario_eventos {
	width:91%;
	}
	
#calendario_eventos a.active {
	font-weight:bold;
	}
	
#calendario_eventos .titulo {
	font-size:15px;
	font-weight:600;
	text-align:left;
	text-transform:uppercase;
	padding:0px 0px 10px 0px;
	}
	
#calendario_eventos .meses {
	text-align:right;
	}
	
#calendario_eventos .meses a {
	color:#304449;
	text-decoration:none;
	}
	
#calendario_eventos .meses a:hover {
	color:#304449;
	text-decoration:underline;
	}
	
#lista_eventos {
	
	width:91%;
	margin:30px 0px 0px 0px;
	position:relative;
	}
	
#lista_eventos .data {
	text-align:left;
	padding:15px 0px 0px 0px;
	}
	
#lista_eventos .texto {
	text-align:left;
	line-height:1em;
	padding:8px 0px 0px 20px;
	}
	
#lista_eventos .texto a {
	color:#304449;
	text-decoration:none;
	}
	
#lista_eventos .texto a:hover {
	color:#304449;
	text-decoration:underline;
	}
	
#lista_eventos .texto ul {
	line-height:normal;
	}
	
#lista_eventos .texto li {
	list-style:square;
	}
	
#mais_eventos {
	width:91%;
	padding:20px 0px 0px 0px;
	}
	
#mais_eventos .texto {
	text-align:center;
	}
	
#mais_eventos a {
	color:#304449;
	text-decoration:none;
	}
	
#mais_eventos a:hover {
	color:#304449;
	text-decoration:underline;
	}
	
#agenda_principal {
	width:91%;
	height:360px;
	overflow:auto;
	}
	
#agenda_principal .data-titulo {
	text-align:left;
	font-size:14px;
	font-weight:600;
	padding:10px 0px 0px 0px;
	}
	
#agenda_principal .cidade {
	text-align:left;
	padding:10px 0px 0px 0px;
	}
	
#agenda_principal .descricao {
	text-align:justify;
	padding:10px 0px 0px 0px;
	}
	
#agenda_principal .img {
	float:right;
	padding:0px 0px 0px 10px;
	}
	
#agenda_voltar {
	width:91%;
	text-align:right;
	padding:10px 0px 0px 0px;
	position:relative;
	}
	
#agenda_voltar a {
	color:#304449;
	text-decoration:none;
	}

#agenda_voltar a:hover {
	color:#304449;
	text-decoration:underline;
	}
	
#lista_videos {
	width:91%;
	position:relative;
	}

#lista_videos img {
	border:0;
	}
	
#lista_videos .titulo {
	text-align:left;
	line-height:1em;
	font-weight:400;
	font-size:14px;
	padding:0px 0px 30px 0px;
	}
	
#lista_videos .texto {
	text-align:left;
	line-height:1em;
	padding:0px 0px 10px 0px;
	}
	
#lista_videos .texto a {
	color:#304449;
	text-decoration:none;
	}
	
#lista_videos .texto a:hover {
	color:#304449;
	text-decoration:underline;
	}
	
#mais_videos {
	width:91%;
	padding:20px 0px 0px 0px;
	}
	
#mais_videos .texto {
	text-align:center;
	}
	
#mais_videos a {
	color:#304449;
	text-decoration:none;
	}
	
#mais_videos a:hover {
	color:#304449;
	text-decoration:underline;
	}
	
#video_principal {
	width:91%;
	}
	
#video_principal .video {
	/*float:left;*/
	}

#video_principal .info {
	float:right;
	}
	
#video_principal .titulo {
	padding:0px 0px 10px 10px;
	}
	
#video_principal .texto {
	padding:0px 0px 10px 10px;
	}
	
#video_principal .video {
	position:relative;
	}
	
#video_voltar {
	width:91%;
	float:right;
	text-align:right;
	padding:10px 0px 0px 0px;
	position:relative;
	}
	
#video_voltar a {
	color:#304449;
	text-decoration:none;
	}

#video_voltar a:hover {
	color:#304449;
	text-decoration:underline;
	}
	
.discos {
	height:260px;
	overflow:auto;
	position:relative;
	}
	
.titulo-faixa {
	font-weight:bold;
	border-bottom:1px solid #824933;
	}
	
.faixas {
	font-size:11px;
	text-align:left;
	}
	
.typeText {
	background:#dfb9a6;
	border-right:1px inset #724838;
	border-bottom:1px inset #724838;
	}
	
#flag {
	width:26px;
	height:16px;
	position:absolute;
	margin:5px 0px 0px 705px;
	z-index:3;
	}
	
#flag .img {
	border:1px solid #daaf9a;
	}