    /* EDITAR BOOTSTRAP */

    .centrar {
      text-align: center;
    }

    .derecha {
      text-align: right;
    }

    .navbar {
      min-height: 61px;
    }

    .usuario {
      padding-top: 5px;
    }

    /* MAIN HOME */

    .imagenmenu {
      display: block;
      width: 100%;
      height: auto;
    }

    .superponer_izq {
      position: absolute;
      bottom: 0;
      left: 100%;
      right: 0;
      background-color: #008CBA;
      overflow: hidden;
      width: 0;
      height: 100%;
      transition: .5s ease;
      opacity: 0.9;
      filter: alpha(opacity=50);
    }

    .superponer_der {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #008CBA;
      overflow: hidden;
      width: 0;
      height: 100%;
      transition: .5s ease;
      opacity: 0.9;
      filter: alpha(opacity=50);
    }

    .cajaimagen_izq:hover .superponer_izq {
      width: 100%;
      left: 0;
    }

    .cajaimagen_der:hover .superponer_der {
      width: 100%;
    }

    .text {
      white-space: nowrap;
      color: white;
      font-size: 20px;
      position: absolute;
      overflow: hidden;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
    }

    /* EDITAR MODAL */


    .centered-form {
      margin-top: 60px;
    }

    .centered-form .panel {
      background: rgba(255, 255, 255, 0.8);
      box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
    }

    .cartaizq {
      border-right: solid 2px rgb(248, 248, 248);
      text-align: justify;
      text-justify: inter-word;
    }

    .cartader {
      border-left: solid 2px rgb(248, 248, 248);
      text-align: justify;
      text-justify: inter-word;
    }

    .vidpanel {
      width: 100% !important;
    }

    td.details-control {
      background: url('../resources/details_open.png') no-repeat center center;
      cursor: pointer;
    }

    tr.shown td.details-control {
      background: url('../resources/details_close.png') no-repeat center center;
    }

    .noborrar {
      border: 1px solid grey;
      background-color: grey;
    }

    /*editando paneles*/

    /*morado*/

    .panel-custom-rojo {
      border-color: rgba(59, 82, 255, 0.3);
    }

    .panel-custom-rojo>.panel-heading {
      background: rgba(59, 82, 255, 0.3);
      color: white;
      border-color: rgba(59, 82, 255, 0.3);
    }

    /*rojo*/

    .panel-custom-morado {
      border-color: rgba(255, 117, 181, 0.3);
    }

    .panel-custom-morado>.panel-heading {
      background: rgba(255, 117, 181, 0.3);
      color: white;
      border-color: rgba(255, 117, 181, 0.3);
    }

    .panel-custom-amarillo {
      border-color: rgba(12, 148, 0, 0.3);
    }

    .panel-custom-amarillo>.panel-heading {
      background: rgba(12, 148, 0, 0.3);
      color: white;
      border-color: rgba(12, 148, 0, 0.3);
    }

    .titulo {
      font-size: 30px;
    }

    .bordeabajo {
      border-bottom: 1px solid grey;
      margin-bottom: 15px;
    }

    .seccionesmid {
      border-left: 1px solid rgb(229, 229, 229);
    }

    .izquierda {
      text-align: left;
    }

    .luminoso {
      background-color: orange;
      color: blue;
    }

    .red {
      color: red;
    }

    .modal-backdrop {
      opacity: 0.8 !important;
    }

    .status-not-available {
      color: red;
    }

    .status-available {
      color: green;
    }
