@charset "iso-8859-1";

/* ESTRUTURA */

body {
	margin: 0px;
	padding: 0px;
}

.bg_index {
	/*background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;*/
	background:url(../images/bg_geral.jpg);
	background-repeat:repeat-x;	
}

#background_bottom {
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.bg_secao {
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}


/* TOOLTIP NOTÍCIA */

p.barNav {position:relative;}
.barNav a span {display:none;}
.barNav a:hover span {
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#333;
		display:block;
		position:absolute; 
		top:30px; 
		left:62px;
}


/* FORMATAÇÃO DOS TEXTOS */

.txt_conteudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #817e75;
	text-decoration: none;
}

.txt_conteudo_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #817e75;
	text-decoration: none;
}

.txt_conteudo_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #817e75;
	text-decoration: underline;
}

.txt_destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #149fae;
	text-decoration: none;
	font-weight:bold;
}

.txt_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #07beba;
	text-decoration: underline;}
.txt_link:hover {text-decoration: none;}
	
.txt_link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #07beba;
	text-decoration: underline;}
.txt_link2:hover {text-decoration: none;}

.txt_link_rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #07beba;
	text-decoration: underline;}

.txt_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #4DA5AE; /* #94cad0 */
	text-decoration: none;
	font-weight:bold;
}

.txt_informativo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #615F58; /* #817e75 */
	text-decoration: none;
}


/* DIV's */

li {
	list-style-image: url("../images/arrow.png");
	list-style-position: inside;
	padding-bottom: 6px;
}

.limite { /* class */ 
	width:1002px;
	margin: 0 auto;
}

#topo {
	top:0px;
	left:0px;
	width:100%;
	height:294px;
}

#conteudo {
	width:100%;
	margin: 0 auto;
}

#conteudo2 {
	width:100%;
	margin: 0 auto;
}

#rodape {
	width:100%;
	margin: 0 auto;
}

#menu {
	height:48px;
	text-align:center;
}

#logomarca {
	position:relative;
	float:right;
	margin-right:25px;
	width:280px;
	height:207px;
}

#tit_topo {
	position:relative;
	float:left;
	margin-left:25px;
	width:372px;
	text-align:right;
}

#informativo {
	position:relative;
	float:left;
	margin-left:25px;
	margin-top:23px;
	width:260px;
}

#qdr_um {
	float:left;
	width:315px;
	margin-left:19px;
}

#qdr_dois {
	float:left;
	width:315px;
	margin-left:17px;
}

#qdr_tres {
	float:left;
	width:315px;
	margin-left:17px;
}

#qdr_quatro {
	float:left;
	width:315px;
	margin-left:19px;
	padding-top:56px;
}

#qdr_cinco {
	float:left;
	width:315px;
	margin-left:17px;
	padding-top:56px;
}

#qdr_seis {
	float:left;
	width:315px;
	margin-left:17px;
	padding-top:56px;
}

#conteudo_geral {
	float:left;
	width:669px;
	margin-left:25px;
	margin-top:150px;
	margin-bottom:50px;
}

#conteudo_tit_secao {
	float:left;
	width:468px;
	height:99px;	
}

#conteudo_bt {
	float:left;
	width:110px;
	height:69px;
	margin-top:30px;
	text-align:left;	
}

#conteudo_txt {
	float:left;
	width:577px;
	text-align:justify;
}

#bemvindo {
	float:left;
	width:376px;
	padding-left:4px;
}

#bemvindo_foto {
	float:left;
	width:257px;
}

#separador_secao {
	float:right;
	width:28px;
}

#conheca_nossos_artistas {
	width:500px;
	margin-left:25px;
	margin-bottom:30px;	
}

#informativo {
	float:right;
	width:258px;
	margin-right:25px;
	margin-top:23px;	
}

#noticia {
	width:257px;
}

#noticia_calendario {
	float:left;
	width:44px;
	height:24px;	
}

#noticia_txt {
	float:right;
	width:213px;	
}

/* seção a empresa */
#aempresa_bt {
	float:left;
	width:330px;
}

#aempresa_img {
	float:right;
	width:229px
}

.img_opacity {}
.img_opacity:hover {
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 */
	filter: alpha(opacity=70); /* IE7 */
}
