.clabs-interno-campo{
  padding-left: 10px;
  padding-right: 10px;
}
  .clgral-ancho-contenido{
    width:1000px;
    max-width: 100%;
    margin:0 auto;
  }

  .glc-celda-sucursal{
    width:250px;
  }

  .glc-titulo, .glc-seccion-formulario{
    font-size:15px;
    font-weight: bold;
    margin-top:40px;
  }

  .glc-titulo-sucursal{
    font-size:14px;
  }

  .glc-subtitulo{
    font-size:14px;
  }

  .glc-direccion-sucursal{
    font-size:12px;
  }
  .clgral-centrar{
    text-align: center;
  }

  .glc-campo{
    display: inline-block;
    vertical-align: top;
    max-width: 100%
  }

  .glc-input{
    border:1px solid #0082cb;
    background-color: white;
    border-radius: 5px;
    height:30px;
    font-size:15px;
    width: 100%
  }

  input[type="checkbox"]{
    width:auto;
  }
  .glc-input-pagare{
    border:none;
    border-bottom: 1px solid black;
    font-size:10px;
  }

  .glc-firma{
    border:1px solid #0082cb;
    background-color: white;
    border-radius: 5px;
    height:150px;
    font-size:15px;
    width: 100% ;
    position: relative;
  }
  .glc-input::placeholder{
    font-size: 10px;
  }

  .glc-etiqueta{
    font-size:10px;
    margin-top:15px;
    display: block;
  }

  .glc-texto-contrato{
    font-size: 10px;
    text-align: justify;
  }  

  .glc-texto-precio{
    font-size:20px;
    text-align: right;
  }

  .glc-input-grande{
    border:1px solid #0082cb;
    background-color: white;
    border-radius: 5px;
    height:40px;
    font-size:20px;
    width: 250px;
  }

  #canvas1,#canvas2,#canvas3 {
    width:100%; 
    background:white; 
    height:140px; 
    width:490px; 

  }

  .glc-boton-guardar{
    height:30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color:white;
    display: inline-block;
    background-color:#0082cb;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    cursor: pointer;
  }

  .negritas{
    font-weight: bold;
  }