  body table#tabla-propiedades td.alinieacion-izquierda, body table#tabla-propiedades th.alinieacion-izquierda{
    text-align: left !important;
    font-size: 15px;
  }

  body table#tabla-propiedades thead th{
    font-size: 15px !important;
  }

  a.editar-pagina{
    font-size: 15px;
  }

  a.titulo-pagina{
    font-size: 15px;
    color: #404041;
  }

  a.titulo-pagina:hover{
    text-decoration: none;
  }

  #tabla-propiedades_filter label, #tabla-propiedades i {
      color: #1A3668;      
    }

  #tabla-propiedades_filter label{
    font-weight: normal;
  }

    #tabla-propiedades_filter input{
      margin-left: 10px;
    }

    #tabla-propiedades_filter i{
      margin-right: 5px;
    }

    #tabla-propiedades_length label {
    font-weight: bold !important;
    color: #757575;
  }

    #tabla-propiedades_wrapper select, #tabla-propiedades_wrapper input {
      border-radius: 35px;
      padding: 5px 10px;
    }



    .mostrar-mensaje-popup{
      cursor: pointer;
    }
    .ocultar-desktop{
      display: none;
    }
    td.details-control {
      background: url('/assets/img/details_open.png') no-repeat center center;
      cursor: pointer;
    }
    tr.shown td.details-control {
      background: url('/assets/img/details_close.png') no-repeat center center;
    }    
    .bnt-anterior.disabled{
      display: none;
    }

/*
    .btn-paginador {
       background: #6A6464; 
      border: 1px solid #333;
      padding: 10px;
      text-align: center;
      border-radius: 2px;
      color: #FFF !important; 
    }

    .btn-paginador:hover{
      text-decoration: none;
      background: #000;
    }
    
    */

    .feedback-operacion, .feedback-cambia-estado {
      display: none;
      padding: 10px;
      text-align: center;
      background: #279b078f;
      color: #184d18;
      border: 1px solid;
      margin-bottom: 30px;
    }

    body img.size-full{
      width: 100% !important;
    }

    @media only screen and (max-width: 768px) {
      .ocultar-desktop{
        display: revert;
      }

      .ocultar-mobile{
        display: none;
      }
    }