/* menu responsivo */
.bgmenu {
	max-width: 1000px;
}

nav ul li {
	line-height: 25px;
}

/* tamanho responsivo */
.responsivo {
	width:1000px;
}

/* imagem responsiva */
.img-responsive {
	width: 1000px;
}

.img-banner {
	width: 660px;
}

.img-footer {
	width: 320px;
}

/* tags */
h3 {
	text-align: right;
}


/* barra lateral */
#side {
  width: 320px;
  min-height: 250px;
}

/* conteúdo principal */
#container {
	width: 1000px;
}

#content {
	margin-left: 15px;
	width: 660px;
	min-height: 250px;
}

#destaq {
	margin-left: 15px;
	width: 660px;
}

/* rodapé */
#footer {
  width: 1000px;
  height: 180px;
}

#navfoot {
	width: 358px;
	height: 180px;
	margin: -162px 0 0 322px;
	border-left: solid 15px #e3e3e3;
}

#navfoot ul {
	padding: 0;
	margin: 10px 0 0 0;
}

#navfoot ul li {
	clear: none;
	float: left;
	width: 175px;
	height: 40px;
	font-size: 16px;
	margin: 0px;
	display: block;
	border-right: solid thin #777;
	border-bottom: #666;
}

#navfoot ul li:nth-child(9) {
	clear: both;
	float: left;
	border-right: solid thin #999;
	margin: 0;
}

#newsletter {
	clear: none;
	float: right;
	width: 305px;
	margin: -162px 0 0 0;
}

#container #content.pag_admin {}
#container #content.pag_admin {
	width: 100%;
	min-height: 250px;
	margin-left: 0;	
}

