body {
    font-family: Arial, Helvetica, sans-serif;
}

#c1 {
    /*height: 600px;*/
    width: 780px;
    border: 4px black solid;
    /*background-color: rgb(253, 236, 184);
    background-image: url(image/horno.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 5px 10px 7px rgba(0, 0, 0, 0.5);
    margin-top: 3%;
    border-style: outset;
    border-color: rgb(184, 184, 184);
    border-width: 6px;
}

#c2 {
    padding-top: 15px;
    height: 110px;
}
/*#c3 {
  background-image: url(../img/B.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
}*/
.r1{
  height: 40px;
}
.input-contenedor {
    border: none;
    text-align: center;
}

input[type="text"]
{
width: 100%;
padding-left: 2px;
text-align:center
}

input[type="date"] {
    font-size: 15px;
    width: 118px;
    padding-top: 3px;
    border-radius: 3px;

}

.chek {
    padding: 0;
    width: 108px;
}
.datos{
    width: 250px !important;
}
.datosdni{
    width: 100px !important;
}
  .button {
    border: none;
    width: 150px;
    color: white;
    font-size: 18px;
    background: #00baf3;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
  }
  .button2 {
    border: none;
    width: 150px;
    color: white;
    font-size: 18px;
    background: rgb(187, 187, 28);
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
  }
  .button3 {
    border: none;
    width: 150px;
    color: white;
    font-size: 18px;
    background: #f06156;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;

  }
  .button:hover {
    background: #80C141;
  }
  .button2:hover {
    background: #80C141;
  }
  h5{
    margin-left: 10px;
  }
