.aviso, .atencao{
  background: #F5B5B5;
  border: 1px solid #ff0000;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}
.atencao{
	background: #FCEF7E;
}

.footer_credit {
	border-top: 1px solid #eee;
	background: #d64006;
	color: #fff;
	padding: 10px 0;
}

#page-wrap{
  max-width: 1160px;
}

body.sidebar-first #content{
  width: 78%;
}

body.sidebar-first #sidebar-first {
  width: 21%;
}
.container-wrap {
    max-width: 1160px;
}