body {
   margin:0;
   font-family:'Helvetica', sans-serif;
}

.dl-row {
   display: block;
   text-align: center;
}
.dl-col {
   width: 1090px;
   margin: auto;
}
.dl-header {
   background-color: #e8e8e8;
   height: 70px;
   line-height: 70px;
   vertical-align: middle;
}
.dl-subhead {
   padding-top:25px;
}
.dl-footer {
   background-color: #393939;
   color: #fff;
   height: 40px;
   vertical-align: middle;
   line-height: 40px;
}
.dl-footer img {
   display: inline-block;
   position: relative;
   top: 8px;
}
.dl-h {
   font-size: 1.8em;
   color: #1674a8;
}
.dl-hb {
   font-size: 1.8em;
   font-weight: bolder;
   color: #1674a8;
}
.dl-intro {
   color: #676767;
   text-align: left;
   font-size: 1.2em;
   padding: 15px 0px;
}
.dl-tag {
   background-color: #e8e8e8;
   color: #1674a8;
   padding: 15px 0px;
   font-size: 1.2em;
   font-weight: bold;
}
.dl-main {
   padding: 20px 0px;
   min-height: 1000px;
}
.dl-logo {
   float: left;
   height: 70px;
   margin: 0;
   padding: 0;   
}
.dl-tools {
   float: right;
   vertical-align: middle;
   line-height: 90px;
}
.dl-tools img {
   margin-left: 20px;
}
.dl-main-left {
   float:left;
   width: 650px;
   margin:0;
   padding:0;
   text-align: left;
}
.dl-main-right {
   float:left;
   width: 430px;
   margin:0;
   padding:0;
}
.dl-box {
   display: inline-block;
   margin-right: 19px;
   margin-bottom: 24px;
}
.img-btn {
   cursor: pointer;
}

.dl-form {
   width: 433px;
   border: 1px solid #e8e8e8;
}
.dl-form-section {
   text-align: center;
}
.dl-form-field {
   width: 390px;
   height: 53px;
   line-height: 53px;
   border: 1px solid #e8e8e8;
   margin: auto;
   margin-bottom: 20px;
   text-align: left;
   vertical-align: middle;
}
.dl-form-field img {
   float: left;
}
.dl-form-control {
   height: 48px;
   border: 0;
   margin: 0;
   margin-left: 20px;
   font-size: 1.2em;
   color: #676767;
   width: 250px;
}
.dl-form-control-dd {
   height: 38px;
   border: 0;
   margin: 0;
   margin-left: 20px;
   font-size: 1.2em;
   color: #676767;
   background-color: #fff;
}
.field-empty {
   color: red;
}
.dl-link {
   color: #2B94CF;
   text-decoration: underline;
   cursor: pointer;
}
.dl-link:visited {
   color: #2B94CF;
}
#reg-error {
   color: red;
}
/*Modal Artesanal*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}
.modal {
  text-align: center;
  z-index: 20;
  overflow: auto;
  position: absolute;
  top: 90px;
  width: 100%;
  display: none;
}
.modal-dialog {
  position: relative;
  display: inline-block;
  width: 80%;
  height: auto;
}

.modal-content {
  position: relative;
  background-color: #333;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  color: #fff;
}

.modal-header {
  min-height: 18px;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.modal-header .close {
  float: right;
}

.modal-title {
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
}

.modal-body {
  position: relative;
  padding: 20px;
  text-align: left;
  min-height: 300px;
  min-width: 500px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/*Buttons*/
.nl-btn {
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
   border-radius: 3px;
   display: inline-block;
   margin-bottom: 0;
   font-weight: normal;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   background-image: none;
   border: 1px solid #666;
   background-color: #fff;
   color: #333;
}

.nl-btn:hover {
   color: #1674a8;
}
