#identiCurriForm {
  background-color: #ffffff;
  margin: 0px auto;
  font-family: Raleway;
  padding: 10px;
  width: 90%;
  min-width: 300px;

}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
#tab1{
  display: block;
}

#tab2{
    display: none;
  }

#tab3{
    display: none;
  }


/*Esconder botones */
#btn1Next{
    display: inline-block
}

#btn2Back{
    display: none
}

#btn3Next{
    display: none
}

#btn4Back{
    display: none
}

#btn5End{
    display: none
}

/*Hidden buttons dip*/
#btn1NextD{
  display: inline-block
}

#btn2BackD{
  display: none
}

#btn3NextD{
  display: none
}

#btn4BackD{
  display: none
}

#btn5EndD{
  display: none
}



/*Hidden buttons diprp*/
#btn1NextDrp{
  display: inline-block
}

#btn2BackDrp{
  display: none
}

#btn3NextDrp{
  display: none
}

#btn4BackDrp{
  display: none
}

#btn5EndDrp{
  display: none
}


button:hover {
  opacity: 0.8;
}

.bola{
  margin: 0;
  height: 40px;
  width: 40px;
  margin-top: 27px;
}



#bola1{
    opacity:1;
    height: 70px;
    width: 70px;
    margin: 0 100px 0 0;
    background-color: rgb(0,128,0);
    /*border: none;*/
    border-color:rgb(225, 9, 13);  
    border-radius: 50%;
    display: inline-block;
    font-size:40px;
    position: relative;
    background-image: url('vistas/img/PAN.png');
    color: white;
}

#bola2{
    height: 70px;
    width: 70px;
    margin: 0 100px 0 100px;
    background-color: #bbbbbb;
    /*border: none;*/
    border-color:rgb(225, 9, 13);  
    border-radius: 50%;
    display: inline-block;
    font-size:40px;
    opacity: 0.5;
    color: white;
}

#bola3{
    opacity:1;
    height: 70px;
    width: 70px;
    margin: 0 100px 0 100px;
    background-color: #bbbbbb;
    /*border: none;*/
    border-color:rgb(225, 9, 13);  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    font-size:40px;
    color: white;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 100px;
  width: 100px;
  margin: 0 10px;
  background-color: #bbbbbb;
  /*border: none;*/
  border-color:rgb(225, 9, 13);  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}