
body{ 
    margin-bottom:20px; 
}
#titulo{
    text-align: center;
    font-weight: bold;
}
#sub-titulo{
    text-align: center;
}
.logo{
    background-image: url(/inscripciones/images/eec_logo_640x640.jpg);
    height: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 7px;
}
.sin-padding-left{
    padding-left: 0px;
}
.sin-padding-right{
    padding-right: 0px;
}
.stepwizard-step p {
    margin: 0 0 0px;
    margin-top: auto;
    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    margin-top: 50px;
    /*margin-bottom: 40px;*/
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 50px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.setup-content h3 {
    font-weight: bold;
    color: rgba(26, 26, 80, 0.8);
    background-color: #95a25f;
    padding: 7px;
    text-align: center;
}