
/*mostrar barra de rolagem no mozilla*/
html {
     overflow: -moz-scrollbars-vertical;
  }
/*fim*/

/*----geral------*/	
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	font-size:11px;
}
/*---fim geral---*/

/*---index-------*/
.background_linhas{
	background:url(../img/background_linhas.png) repeat-x;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	z-index:1;
}
#div_conteudos{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	z-index:2;
	background:url(../img/bolhas.png) no-repeat;
	background-position:top right;
}
body{
	background:url(../img/background_repeat_x.jpg) repeat-x;
	margin:0px;
	text-align:justify;
	color:#333333;
	background-color:#A2B3C7;
	
	
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#D4DDE6;
	scrollbar-highlight-color:#D4DDE6;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#D4DDE6;
	scrollbar-darkshadow-color:#D4DDE6;
	scrollbar-track-color:#D4DDE6;

}	
.td_topo{
	background-color:#FF0000;
	height:30px;
	width:100%;
}
.background_linhas{
	background:url(../img/background_linhas.png) repeat;
	width:100%;
	height:100%;
}	

a.veja_mais:link, a.veja_mais{
	color:#FF0000;
	text-decoration:none;
}
a.veja_mais:hover{
	color:#333333;
	text-decoration:underline;
}

a.link_top:link, a.link_top:visited{
	color:#ffffff;
	text-decoration:underline;
}
a.link_top:hover{
	color:#FFCC00;
	text-decoration:underline;
}

a.linkHover:link, a.linkHover:visited{
	text-decoration:none;
}
a.linkHover:hover{
	text-decoration:underline;
	color:#333333;
}

.botao_buscar{
	border-top:2px solid #333333;
	border-left:1px solid #333333;
	width:200px;
	height:15px;
	margin-top:2px;
	margin-top:1px;
}

a.linkMais:link, a.linkMais:visited{
	text-decoration:none;
	color:#333333;
	font-size:11px;
}
a.linkMais:hover{
	color:#cc0000;
	font-size:11px;
	text-decoration:underline;
}
/*-----fim index----*/

/*----rodape------*/

.td_rodape{
	height:30px;
	text-align:center;
}
.rodape{
	width:750px;
	height:30px;
}
/*----fim rodape--*/

/*----menu-----*/
.menuDivFora{
	width:266px;
	height:25px;
}
.menuDivDentro{
	padding-left:20px;
	padding-top:2px;
	color:#333333;
	width:85%;
	text-align:left;
	border-bottom:1px dashed #CCCCCC;
	height:22px;
}
.menuDivDentroTop{
	padding-left:20px;
	padding-top:2px;
	color:#333333;
	width:85%;
	text-align:left;
	border-bottom:1px dashed #CCCCCC;
	height:22px;
}
.divDentroTop{
	width:266px;
	height:25px;
}
.menuDivDentroBottom{
	padding-left:20px;
	padding-top:2px;
	color:#333333;
	width:85%;
	text-align:left;
	height:22px;
}
.divForaBottom{
	width:266px;
	height:25px;
}
a.linkMenu:link, a.linkMenu:visited{
	text-decoration:none;
	color:#333333;
	font-size:11px;
}
a.linkMenu:hover{
	color:#cc0000;
	font-size:11px;
}

a.linkMenu2:link, a.linkMenu2:visited{
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	text-transform:capitalize;
}
a.linkMenu2:hover{
	color:#FFCC00;
	font-size:11px;
	text-transform:capitalize;
}

a.linkMenu3:link, a.linkMenu3:visited{
	text-decoration:none;
	color:#FF0000;
	font-size:11px;
}
a.linkMenu3:hover{
	color:#000000;
	font-size:11px;
}
/*---fim menu---*/

a.bhdesign:link, a.bhdesign:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.bhdesign:hover{
	color:#333333;
	text-decoration:underline;
}

.bolhas{
	background:url(../img/bolhas.png) no-repeat;
	width:484px;
	height:315px;
	position:absolute;
	z-index:-1;
}	

/*----cadastro artitistas-----*/
.btn{
	background-color:#FF0000;
	color:#FFFFFF;
	border:none;
	cursor:pointer;
}
.inputCampos{
	width:250px;
	border:1px solid #CCCCCC;
	color:#333333;
	background-color:#FFFFFF;
}
/*---fim cadastro artitistas---*/

/*------- paginas internas -------------*/
.ie6BordaTop{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	background:url(../img/borda_top_ap.png) no-repeat;
	height:4px;
}
.bordaTop{
	background:url(../img/borda_top_ap2.png) no-repeat;
	height:4px;
}
.ie6BackgroundRepeat	{
	background:url(../img/background_tabela_ap.png) repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	padding:5px 0 5px 10px;
}
.backgroundRepeat{
	background:url(../img/background_tabela_ap2.png) repeat;
	padding:5px 0 5px 10px;
}
.ie6BordaBottom{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	background:url(../img/borda_bottom_ap.png) no-repeat;
	height:4px;
}
.bordaBottom{
	background:url(../img/borda_bottom_ap2.png) no-repeat;
	height:4px;
}	
/*------- fim paginas internas -------------*/

/*----contato-----*/
.btn2{
	background-color:#FF0000;
	color:#FFFFFF;
	border:none;
	cursor:pointer;
}
.inputCampos2{
	width:250px;
	border:1px solid #CCCCCC;
	color:#333333;
	background-color:#FFFFFF;
}
/*---fim contato---*/

/*---galeria imagens---*/
.divBackgroundIMG{
	background-image:url(../img/load.gif) no-repeat;
	background-position:center;
	width:402px;
	height:302px;
	position:absolute;
	margin-left:12px;
	margin-top:15px;
}

.estiloPequenoIMG1{
	margin:11px;
	border:2px solid #CCCCCC;
}

.estiloPequenoIMG2{
	margin:11px;
	border:2px solid #FFC900;
}	

.form_campo3{
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width:365px;
} 

.input_focus{
	background-color: #FFF5CC;
	border: 1px solid #FFCC00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width:365px;
} 
/*---fim galeria imagens---*/

/*----loja virtual-----*/
.btn3{
	background-color:#FF0000;
	color:#FFFFFF;
	border:none;
	cursor:pointer;
	width:55px;
	height:18px;
	font-size:10px;
	text-align:center;
	font-weight:bold;	
}
/*-------fim lija virtual*/
.overFechar{
	background-image:url(../img/fechar_lightBox2.jpg);
	width:81px;
	height:23px;
	cursor:pointer;
	

}
.fechar{
	background-image:url(../img/fechar_lightBox.jpg);
	width:81px;
	height:23px;
	cursor:pointer;
	
}


.img_exposicoes{
	background-image:url(../img/fundo_img_exposicoes.png);
	background-repeat:no-repeat;
	width:110px;
	height:107px;
	cursor:pointer;
	
}
