  .LetraParrafos{
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: bold;  
    color: #8B0000; 
  } 

  .LetraParrafos2{
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    /*text-align: center;*/
    font-weight: bold;  
    /*color: #2c5eb5; */
  } 
  
  .Negrita{
    font-weight: 900;
    /*color: #0A5A00;*/
  }
  
  .alinearDerecha{
    position: absolute;
    background: #007BFF;
    color: white;
    padding: 10px;
    border-radius: 5px;
    bottom: 10px;
    text-decoration: none;
    right: 10px;
  }

  .alinearIzquierda{
    position: absolute;
    background: #007BFF;
    color: black;
    padding: 10px;
    border-radius: 5px;
    bottom: 10px;
    text-decoration: none;
    left: 10px;
  }

  .bordeDiv {
    border: 1px solid #333;
    border-radius: 4px;
    padding: 5px;
    width: 350px;
    height: 40px
  }


  fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
  }

  legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
  }

  .LinkBoton {
    /*display: block;*/
    width: 115px;
    height: 25px;
    background: #4E9CAF;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
  }


  /* aqui abajo para la ubicacion del boton navegacion rapida y darle forma redonda*/

  @media(max-width: 500px) {
    .overlay-box{ 
      position: fixed;
      right: 2%;
      top: 93%;
      color: #fff;
      font-size: 12px;
      padding: -5px 27px;
      z-index: 999;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      width: 40px;
      height: 40px;
      border-radius: 50%;
    }
  }

  /*abajo modo pc */
  @media(min-width: 501px) {
    .overlay-box{ 
      display: none;
    }  
  }

  /* fin para ubicacion del boton navegacion rapida y darle forma redonda*/


  /*bloque para select editable*/


  .select-editable {position:relative; background-color:white; border:solid grey 1px;  width:100%; height:33px;}
  .select-editable select {position:absolute; top:0px; left:0px; font-size:14px; border:none; width:100%; margin:0;}
  .select-editable input {position:absolute; top:0px; left:0px; width:100px; padding:1px; font-size:12px; border:none;}
  .select-editable select:focus, .select-editable input:focus {outline:none;}
  /* fin bloque para select editable*/


  .imagenBorde{
   border: 1px solid #333;
   border-radius: 4px;
   padding: 3px;
   border-color: #ffffff;
 }


.imagenBordeNegro{
 border: 1px solid #333;
 border-radius: 4px;
 padding: 3px;
 border-color: #0c0c0ck;
}

.campoError{
 border-color: red;
}

.inputBordeRedondeado {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #000000;
        padding: 0 4px 0 4px;
        text-align: center;
     }
}