
section h1 {

  font-family:  "arial narrow";
  font-size:35px !important;	
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  
  }
  
  section h2 {
  font-family: "arial narrow";
  font-size:35px;
  text-align: center;
  color: #000000;
  }

#boton{
  cursor: pointer;
  width: 20px;
  height: 20px;

}
.input-group-addonn:last-child {
    border-left:0;

    border:1px solid #CCCCCC;

    border-left: 1px solid white;
    border-radius:4px;
    color:#555555;
    font-size:14px;
    font-weight:400;
    line-height:1;
    padding:6px 12px;
    text-align:center;

    border-bottom-left-radius:0;
    border-top-left-radius:0;

    vertical-align:middle;
    white-space:nowrap;
    width:1%;

    display:table-cell;
  }
  .btn_volver{

    display: inline-block;
    font-size: 14px;
    background: #FF6400;
    color: #FFF;
    border-radius: 5px;
    padding: 10px 15px;
}
.btn_volver:hover{
	cursor:pointer;
	background: #1b743c;
	color: white;
}



.btn_volver{
    text-decoration: none;
}



