/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
	height: 30px;
	position: relative;
	top: 0;
	z-index: 999;
	width: 70px;
	background-color: transparent;
	background-repeat: repeat;
	margin-left: 840px;
}
.tab ul.login {
	display: block;
	position: relative;
	height: 30px;
	width: auto;
	color: white;
	text-align: center;
	background-color: transparent;
}
.tab ul.login li {
	text-align: left;
	display: block;
	height: 30px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25px;
	width: 45px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	background-image: url(../_imagens/topo/fundo-login.jpg);
	background-repeat: no-repeat;
}
.tab ul.login li p {
	color: #CCCCCC;
}
.tab ul.login li p:hover {
	color: #999999;
}
.tab p.open, .tab p.close {
	height: 23px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	width: auto;
	position: relative;
	float: left;
}
.tab a.social {
	height: 21px;
	width: 22px;
	margin-right: 3px;
	margin-top: 2px;
	float: left;
}
.tab p.open {
	background-image: url(../_imagens/botao-abre.png);
	background-repeat: no-repeat;
	background-position: left 0;
}
.tab p.close {
	background-image: url(../_imagens/botao-fecha.png);
	background-repeat: no-repeat;
}
.tab p:hover.open {
	background-image: url(../_imagens/botao-abre-hover.png);
}
.tab p:hover.close {
	background-image: url(../_imagens/botao-fecha-hover.png);
}
/* sliding panel */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
	width: 910px;
	z-index: 999;
	height: 30px;
	float: left;
}
#panel {
	width: 160px;
	height: 80px;
	color: #999999;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	background-color: #272525;
	float: right;
	padding: 10px;
}
#container {
	width: 100%;
	height: 100%;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

