@charset "ISO-8859-1";
/* CSS Document */

#esquerda{
	width:299px;
	float:left;
}

#centro{
	width:302px;
	float:right;
	margin-top: 124px;
	*margin-top: 120px;
	background-attachment: scroll;
	background-image: url(../imagens/site/bg_news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:375px;
}

#esquerda #latmembros, #noticiaind{
	width:231px;
	margin:4px auto 0;
	height:245px;
	min-height:245px;
	overflow:hidden;
}

#esquerda #latmembros h2, #noticiaind h2{
	height: 55px;
	vertical-align: middle;
	display: table-cell;
	color:#666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #85A2C7;
	padding: 3px;
}

#esquerda #latmembros h2{
	height:20px;
	padding: 0;
}

#latmembros #slidememb{
	height:200px;
	display:block;
}

#navmemb{
	width:44px;
	height:17px;
	position:absolute;
	top:180px;
	*top:184px;
	left:221px;
}

.prevm, .nextm{
	height: 17px;
	width: 22px;
	background-attachment: scroll;
	background-image: url(../imagens/site/nav_parceiro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	float:left;
	outline:none;
}

.nextm{
	background-position: right top;
}

.prevm:hover{
	background-position: left bottom;
}

.nextm:hover{
	background-position: right bottom;
}


#destaque, #newsletter{
	width:242px;
	margin: 0 auto;
	position:relative;
}

#destaque{
	height:133px;
}


#destaque #slide{
	width:220px;
	display:block;
	margin:15px auto 0;
}

#destaque #slide h2{
	height: 55px;
	vertical-align: middle;
	display: table-cell;
	color:#666;
}

#destaque #prev, #destaque #next{
	background-attachment: scroll;
	background-image: url(../imagens/site/seta_destaque.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 7px;
	position:absolute;
	top:72px;
	outline:none;
}

#destaque #prev{
	background-position: left center;
	float: left;
	left:-7px;
}

#destaque #next{
	background-position: right center;
	float: right;
	right:-2px;
}


/* ----- Newsletter ---- */

#newsletter h2{
	display:block;
	height:45px;
	padding-top:15px;
	width:220px;
	margin:0 auto;
	color:#666;
}

#newsletter form{
	margin: 0 auto;
	width:222px;
}

#newsletter form span{
	display:block;
	margin-top:8px;
	color:#666;
}

#newsletter form input{
	border:none;
	background: #E0E6F3;
	margin-top:3px;
	padding: 4px 3px 0;
}

#newsletter form #nome{
	width:216px;
	height:18px;
}

#newsletter form #email{
	width:169px;
	*width:167px;
	height:18px;
	float:left;
}

#newsletter form .btn{
	font-size:10px;
	padding:1px;
	width:43px;
	height:22px;
	float:right;
	border: none;
	cursor:pointer;
	background:#E0E6F3;
	outline:none;
	color:#666;
}

#newsletter form .btn:hover{
	background: #D1DBE9;
}
