/* here you can put your own css to customize and override the theme */
/* paginacion de los gridviews */
tr.paginacion td,
tr.paginacion td:hover 
{
    background-color: #FFF !important;
    padding: 0 !important;
    margin: 0 !important;
}
.paginacion td table 
{
    margin-top:20px;
    margin-bottom:20px;
}
.paginacion td table tr td a,
.paginacion td table tr td span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.paginacion td table tr td a:hover,
.paginacion td table tr td span:hover,
.paginacion td table tr td a:focus,
.paginacion td table tr td span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.paginacion td table tr td span {
  z-index: 2;
  cursor: default;
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
/* cabeceras de los gridviews */
th.centrado {
    text-align: center;
}
th.derecha {
    text-align: right;
}
/* si una tabla está vacía, quitamos su formato */
.tabla-vacia, .tabla-vacia td { border:0;background:none;margin:0;padding:0;width:100%; }
/* icono de porcentaje */
.icon-percent::before { content:'%';font-weight:bold; }
/* cuadrar barra de navegación cabecera */
.header.navbar .navbar-brand{ padding-left: 15px;line-height: 13px !important; }
/* esconder elementos */
.esconder { display: none; }
/* botón que ocupa todo lo ancho en móvil */
@media (max-width: 580px) { .btn-movil { width:100%;margin-bottom:10px; } }    
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.mix-enlace { color:#fff;cursor:pointer;padding: 10px 15px;background:#16b2f4;}
.mix-enlace:hover { color: #fff; padding: 9px 14px;text-decoration: none;border: solid 1px #eee;}
.cons347 { padding-left: 10px; text-align: right; }
@media (min-width: 768px) {
.table-responsive {
    overflow-x: auto;
  }
}
.tabla-comprimida {
    font-size: 11px;
}
.tabla-comprimida .table thead tr th {
    font-size: 11px;
}