.select2-container.form-control{
    background: #fff;
    border: 1px solid #ccd0d4;
    display: block;
    margin: 0;
}

.select2-container.form-control .select2-choice{
    margin: -1px -1px!important;
}

.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input{
    padding: 3px 3px;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit{
    background:#999;
    color:#fff;
}
#divAlert .modal-header.bg-danger{
    background-color: red;
}

#divAlert .modal-header.bg-success{
    background-color: green;
}

.menu_item_minisitio{
    margin-bottom: 25px;
    text-align: center;
}
.menu_item_minisitio a{
    display: block;
    text-align: center;
    text-decoration: none;
}
.menu_item_minisitio .fa{
    display: inline-block;
}
.menu_item_minisitio h3{
    margin: 0px;
}

/*CARD*/

.card {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 2px;
}

.card.c-dark .card-header > h2 {
  color: #fff;
}

.card.c-dark .card-header > h2 small {
  color: rgba(255, 255, 255, 0.7);
}

.card > .actions,
.card-header .actions {
  position: absolute;
  right: 20px;
  z-index: 2;
  top: 25px;
}

.card-body.card-padding {
  padding: 30px 33px;
}

.card-body.card-padding-sm {
  padding: 15px;
}

.card-body > .btn-float {
  bottom: 30px;
  right: 30px;
}

.card-header {
  position: relative;
  padding: 30px;
  border-radius: 2px 2px 0 0;
}

.card-header h2 {
  margin: 0;
  line-height: 100%;
  font-size: 17px;
  font-weight: 400;
}

.card-header h2 small {
  display: block;
  margin-top: 10px;
  line-height: 160%;
  font-size: 12px;
  color: #AEAEAE;
}

.card-header.ch-dark h2,
.card-header.ch-dark small {
  color: #fff;
}

.card-header .btn-float {
  right: 25px;
  bottom: -23px;
  z-index: 1;
}

.card-header.ch-img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.card-header.ch-img h2,
.card-header.ch-img small {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
}

.card-header + .card-body {
  padding-top: 0;
}

/*
 * Content Header
 * Used for Heading outside the Cards.
 */

.c-header {
  margin-bottom: 25px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-header {
    padding: 0 32px;
  }
}

@media screen and (max-width: 991px) {
  .c-header {
    padding: 0 18px;
  }
}

.c-header > h2 {
  font-size: 15px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.c-header > h2 > small {
  display: block;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 140%;
  font-size: 13px;
}

.c-header .actions {
  position: absolute;
  right: 15px;
  top: -5px;
  z-index: 4;
}

@media screen and (min-width: 1500px) {
  #c-grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}

@media screen and (min-width: 768px) {
  #c-grid {
    margin: 0 -15px;
  }

  .column {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
  #c-grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media screen and (max-width: 767px) {
  #c-grid {
    margin: 0 -10px;
  }

  .column {
    padding: 0 10px;
  }

  #c-grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}

.column {
  float: left;
}

.size-1of1 {
  width: 100%;
}

.size-1of2 {
  width: 50%;
}

.size-1of3 {
  width: 33.333%;
}

.tab-content-lang{
    background: transparent;
    padding:0px;
}

.divLogotipo{
    background:#dcdcdc;
    padding:10px;
}

.dataTables_filter input, .dataTables_length select {
    border: 1px solid #ccd0d4;
    background: #fff;
    font-size: 12px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dataTables_length select {
    margin-right: 10px;
    height: 34px!important;
    width: auto!important;
}

.dataTables_filter input {
    border-color: #ccd0d4;
    height: 34px;
    margin-left: 10px;
}

.img_seo, .img_slide{
    max-width: 100%;
}

.max-100{
    max-width: 100%;
}

.txt-center{
    text-align: center;
}

.fixed.ajax-overlay{position:fixed!important;}
.ajax-overlay{position:absolute;display:block;top:0;left:0;right:0;bottom:0;margin:auto;width:100%;height:100%;z-index:16777271;background-image:url(../images/loader_progress.gif);background-color:rgba(255,255,255,0.6);background-position:center center;background-repeat:no-repeat;background-size:20%;}