.wrap { max-width: 980px; margin: 10px auto 0; }
#steps { margin: 80px 0 0 0 }
.commands { overflow: hidden; margin-top: 30px; }
.prev {float:left}
.next, .submit {float:right}
.error { color: #b33; }
#progress { position: relative; height: 5px; background-color: #eee; margin-bottom: 20px; }
#progress-complete { border: 0; position: absolute; height: 5px; min-width: 10px; background-color: #996633; transition: width .2s ease-in-out; }


.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.backgroundModificado {
  background-color: #996633;
  color: #eee;

}


hr{
  border-color:#aaa;
  box-sizing:border-box;
  width:100%;  
}