/*
	++++ BARRA FIXA ++++
*/
#barraFixa {
	width:100%;
	height:30px;
	background-image:url(../images/barraFixa/bg_barraFixa.png);
	background-position:center center;
	background-repeat:repeat-x;
	position:fixed;
	z-index:1000;
}
#conteudoBarra {
	width:940px;
	height:30px;
	margin:0 auto;
}
/*
	Logo da Tv na Barra
*/
#logoTvBarra {
	width:67px;
	height:30px;
	background-image:url(../images/barraFixa/logoTv.png);
	background-repeat:no-repeat;
	float:left;
}
#logoTvBarra h1 {
	position:absolute;
	margin-left:-9999px;
}
#logoTvBarra a {
	width:67px;
	height:30px;
	display:block;
}
/* root element for accordion. decorated with rounded borders and gradient background image */
#menuBarra {
	height:30px;
}

/* accordion header */
#menuBarra img {
	float:left;
	cursor:pointer;
	margin-right:7px;
}

/* currently active header */
#menuBarra span.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#menuBarra div {
	width:0px;
	float:left;	
	display:none;
}

/* content inside a pane should have fixed width */
#menuBarra div h3 {
	color:#444;
	width:190px;
	font-size:15px;	
}
	
#menuBarra div p {	
	font-size:10px;
	width:500px;
}
#menuBarra div p a {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	float:left;
	margin-right:7px;
	margin-top:5px;
	color:#CCC;
}

@charset "utf-8";
/* CSS Document */

