.titulo {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.espacioTop{
    padding-top: 20px;
}
.espacioIzq{
    padding-left: 20px;
}

.color_tabla{
    background-color: rgb(207, 209, 208); 
}


.agotadoRojo{
    background-color: rgb(236, 78, 78);
}

.pocasExistencia{
    background-color: rgb(236, 220, 78);
}

.table-hover tbody tr:hover {
    background-color: rgb(255, 110, 248);
  }


.login{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 50%;
    text-align: center;
  }
  .form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
  }
  .form-signin .form-signin-heading,
  .form-signin .checkbox {
    margin-bottom: 10px;
  }
  .form-signin .checkbox {
    font-weight: normal;
  }
  .form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-signin input[type="password"] {
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.botonesOperaciones{
    width: 160px;
}

.sizeTable{
    font-size: 10pt;
}

.ofertaDesactivada{
    background-color: rgb(230, 48, 84);
}

.ofertaActivada{
    background-color: rgb(0, 202, 91);
}

.titulo{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.btn{
  border-radius: 0;
}

.form-control{
  border-radius: 0;
}