body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #ffffff;
}

.Contenido {
  width: 50%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  top: 250px;
  left: 200px;
  padding-left: 25%;
  padding-right: 25%;
  border-left-color: #e2e2e2;
  margin-bottom: 100px;
  }
  .Contenido h2{
  border-top: 1px solid #e2e2e2;
  margin-top: 50px;
  }
  .Contenido label {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 16px;
    text-align: justify;
  }
  .Contenido input[type="submit"]{
    border: none;
    outline: none;
    height: 60px;
    width: 250px;
    background: #000000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }
  .Contenido th{
     padding: 15px;
     width: 310px;
  }
  .Contenido .tabletext {
    margin-left: : 30px;
    margin-right: 30px;
    padding: 0;
    font-size: 16px;
    text-align: justify;
  }
.Headbox {
  width: 100%;
  height: 65px;
  background: #fed502;
  color: #000000;
  box-sizing: border-box;
  padding: 10px 10px 30px 10px;
  text-align: center;
  top: 90px;
  }
  .Headbox a {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  padding: 20px;
  color: #000000;
  text-decoration: none;
  }
  .Headbox a:hover{
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    padding: 20px;
    color: #ffffff;
  }
.TitleBox {
  width: 100%;
  height: 100px;
  background: #ffffff;
  text-align: center;
  }
  .TitleBox .Logo{
  width: 270px;
  height: 98px;
  /*margin-left: 25%;*/
  }
  .TitleBox input[type="submit"]{
    border: none;
    outline: none;
    height: 65px;
    width: 180px;
    background: #2A374A;
    color: #fff;
    font-size: 18px;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: -10px;
  }
.PieBox {
  width: 100%;
  height: 90px;
  margin-top: 100px;
  background: #000000;
  box-sizing: border-box;
  text-align: center;
  }
  .PieBox label {
    color: #ffffff;
  }
  
.formulario-centrado {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.formulario-centrado input[type="text"],
.formulario-centrado input[type="email"],
.formulario-centrado textarea {
  width: 80%;
  max-width: 500px;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 15px;
}

.formulario-centrado input[type="submit"] {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.captcha-centro {
  display: flex;
  justify-content: center;
}  

