@charset "UTF-8";

/* -------------------------------------------- */
/* ------------------Reset--------------------- */

/* -------------------------------------------- */
/* ------------------Font---------------------- */

/*Add your font at here*/

/* -------------------------------------------- */
/* ------------------Style--------------------- */

/* -------------------------------------------- */
/* ------------------Header-------------------- */
/* -------------------------------------------- */
/* ------------------Navigation---------------- */

/* -------------------------------------------- */
/* ------------------Content------------------- */

#my_camera{
 width: 320px;
 height: 240px;
 border: 1px solid black;
}

#signaturePad {
    border: 1px solid #000;
    width: 400px;
    height: 200px;
    cursor: crosshair;
}



.botonera_cap_redes {
    float: left;
    margin: 10px 100px;
    padding: 0px 6px;
    color: #666;
    background: rgb(221, 221, 221);
    border: 1px solid #bbb;
    font-size: 12px;
    cursor: pointer;
    width: 120px;
    height: 33px;      
    /* Centrar texto */
    display: flex;
    align-items: center;
    justify-content: center;
}


.botonera_incidencia_redes {
  float: inline-end;
  margin: 6px 31px;
  padding: 0px 6px;
  color: #666;
  background: rgb(221, 221, 221);
  border: 1px solid #bbb;
  font-size: 12px;
  cursor: pointer;
  width: 77%;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.botonera_verificar_redes {
     margin: 6px 31px;
     padding: 0px 6px;
     color: #666;
     background: rgb(221, 221, 221);
     border: 1px solid #bbb;
     font-size: 12px;
     cursor: pointer;
     width: 73%;
     height: 33px;
     display: flex
 ;
     align-items: center;
     justify-content: center;
}

.boton_solicitar_pin {
  margin: 6px 31px;
  margin-left: 31%;
  padding: 0px 6px;
  color: #666;
  background: rgb(221, 221, 221);
  border: 1px solid #bbb;
  font-size: 12px;
  cursor: pointer;
  width: 32%;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}




.boton_pdf_firmado_redes {
  margin: 6px 31px;
  padding: 0px 6px;
  color: #666;
  background: rgb(221, 221, 221);
  border: 1px solid #bbb;
  font-size: 12px;
  cursor: pointer;
  width: 54%;
  height: 33px;
  display: flex;
  margin-left: 90px;
  align-items: center;
  justify-content: center;
}
/* -------------------------------------------- */
/* ------------------Footer-------------------- */

/* -------------------------------------------- */
/* ------------------Components-----------------*/
