@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 00px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.base {
	background:url(img/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;	
}




/*botoes*/
.botoes {
	/*posição*/
	position: absolute;
	top:0;
	border:0px;
	border-style:none;
	width: 998px;
	height:38px;
	text-align:center;
	
	/*bg*/
	background:url(img/bg_botoes.png);
	background-position:center top;
	background-repeat:no-repeat;
	
	/*fontes*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	text-align:center;
	color:#FFF;
}
.botoes table{
	text-align:center;
}

.botoes a:link {
	color: #FFF;
	text-decoration: none;
}
.botoes a:visited {
	color: #FFF;
	text-decoration: none;
}
.botoes a:hover {
	color: #000;
	text-decoration: none;
}
.botoes a:active {
	color: #FFF;
	text-decoration: none;
}

.txt_bo {
	margin-left:8px;
	margin-right:8px;
	
}

/*links*/
a:link {
	color: #000;
}
a:visited {
	color: #2D2D2D;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #000;

}

/*conteudo*/
.conteudo{
	position: static;
	width: 476px;
	height: 424px;
	padding: 8px;
	overflow:auto;
	overflow-x: hidden;
	text-align:justify;
}
.conteudo_txt{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	text-align:center;
	color:#000;


}

/*musicas*/
#musicas{
	text-align:left;
	font-weight: bold;


}
/*clipping*/
#clipping{
	text-align:left;
	width:445px;
}
#clipping img{
	float:left;
	margin-right:5px;
	_margin-right:5px;
	border:0px;
}


.tit{
	text-align:center;	
}

/*galeria de fotos*/

.galeria{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 470px;
	font-size:18px;
	color:#000;
	font-weight:bold;
	z-index:3;
}

.galeria img{
	margin: 4px;
	margin-bottom: 4px;
	margin-left:4px;
	margin-right:4px;
	margin-top:4px;
}

.link_home{
	position: relative;
	left: 0px;
	top: -0px;
	width: 336px;
}

.link_home img{
	border:none;
}

.form_bo{
	position: relative;
	width: 100px;
	_left: -250px;
	left: 760px;
	top: -20px;

}
#contrate{
	font-weight: bold;	
}


/*home*/
.home {
	position:relative;
	width: 1056px; 
	height: 467px;
}

.content{
	position:relative;
	width:998px;
	height:592px;
}

.menutabs{
	position:fixed;
	z-index:2;
}
.conteudotabs{
	position: relative;
	width: 483px;
	height: 370px;
	overflow:auto;
	overflow-x: hidden;
	text-align:justify;
	top: 33px;
	left: -12px;
}
