.foto {
    width: 110px;
    height: 150px;
}
div {
    display: block;
}
th h2 {
    padding: 0px 0px;
    font-size: 20px;
    margin: 0px 100px;
    border-bottom: 4px solid #34673C;
    width: 380px;
    font-family: 'Arial Narrow';
}
.nombre {
    font-size: 20px;
    font-family: 'Arial Narrow';
}
.etiqueta {
    font-size: 30px;
    font-family: 'Arial Narrow';
}
strong {
    padding: 0px 0px;
    border-bottom: 4px red;
    font-size: 15px;
}

input {
    width: auto;
    padding: 12px 20px;
    margin: 8px 0;
     font-family: 'Poppins', sans-serif; 
     height: auto;
}

input:hover,
input:focus {
  background: #DAE7C9;
  transition: none;
}
input:active {
  color: #E2C2FD;

  transition: background 0.5s linear 0s;
    border: 0px ;
}

.bienvenido {
    font-size: 55px;
}
.nombre {
    font-size: 55px;
}
.codigo {
    width: 300px;
}

.modalContainer {
      display: none; 
      position: fixed; 
      z-index: 1;
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; 
      overflow: auto; 
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0,0.4);    
        position: fixed;
      font-family: Arial, sans-serif;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0,0,0,0.8);
      z-index: 99999;
      -webkit-transition: opacity 400ms ease-in;
      -moz-transition: opacity    400ms ease-in;
      transition: opacity         400ms ease-in;
    }

    .modalContainer .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid lightgray;
      border-top: 10px solid #34673C;
      width: 60%;
    }

    .modalContainer .close {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }

    .modalContainer .close:hover,
    .modalContainer .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }
    #myBtn {
    width: 300px;
    padding: 10px;
    font-size:20px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 50px;
    z-index: 9999;
}


body{
    background-color:#EFEDE1;
     font-family: 'Poppins', sans-serif; 
}



   .redondeadonorelieve {
     border-radius:3px;
     border: 0.5px solid #39c;
    /*border: 1px solid #34673C;*/
     width:350px; 
    font-family: 'Poppins', sans-serif; 

   }
.button {
    background-color: #34673c;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border: 0px solid #39c;
    border-radius: 5px;
  }
.form__field {
  font-family: inherit;

  border: 1;
  border-bottom: 2px solid $gray;
  outline: 0;
  font-size: 1.3rem;
  color: $white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__label {
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 2rem;
  color: $gray;
}
/* reset input */
.form__field{
  &:required,&:invalid { box-shadow:none; }
}

/*Estilo para la alerta*/
.dgcAlert {top: 0;position: absolute;width: 100%;display: block;height: 1000px; background: url(http://www.dgcmedia.es/recursosExternos/fondoAlert.png) repeat; text-align:center; opacity:0; display:none; z-index:999999999999999;}
.dgcAlert .dgcVentana{width: 500px; background: white;min-height: 150px;position: relative;margin: 0 auto;color: black;padding: 10px;border-radius: 10px;}
.dgcAlert .dgcVentana .dgcCerrar {height: 25px;width: 25px;float: right; cursor:pointer; background: url(http://www.dgcmedia.es/recursosExternos/cerrarAlert.jpg) no-repeat center center;}
.dgcAlert .dgcVentana .dgcMensaje { margin: 0 auto; padding-top: 45px; text-align: center; width: 400px;font-size: 20px;}
.dgcAlert .dgcVentana .dgcAceptar{/*background:#09C;*/ background: #34673C; bottom:20px; display: inline-block; font-size: 12px; font-weight: bold; height: 24px; line-height: 24px; padding-left: 5px; padding-right: 5px;text-align: center; text-transform: uppercase; width: 75px;cursor: pointer; color:#FFF; margin-top:50px;}






