@charset "utf-8";
div#rede_container{
width:100%;
}

div#rede_body{
	width:980px;
	height: auto;
	margin:0 auto;
}

div#rede_panel {
	background: #2BAAFF;
	height: 60px;
	display: none;
	color:#FFFFFF;
}
.rede_slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #0065A8;
	background: url(../imgs/rede_btn-slide.gif) no-repeat center top;
}
.rede_btn-slide {
	background: url(../imgs/rede_white-arrow.gif) no-repeat right -30px;
	text-align: center;
	width: 180px;
	height: 18px;
	padding: 1px 2px 0 0;
	margin: 0 auto;
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.rede_active {
	background-position: right 5px;
}
