.no-margin {
    margin-bottom: 0;
}
#welcome {
    padding-bottom: 0;
}

a.navbar-brand.text-logo {
    font-size:22px;
}
li#menu-item-668 a {
    color: white;
}
li#menu-item-668 {
    background-color: #000;
}
.widget_facebook_likebox {
    overflow: hidden;
}
.table-plan-oblig {
    cursor: pointer;
    border-collapse: separate;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #bce8f1;
   /* width: auto;*/
    font-size: 14px;
    
    }
    
.table-plan-oblig2 {
    cursor: pointer;
    border-collapse: separate;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #bce8f1;
    /*width: 36px;*/
    font-size: 14px;
    
    }
    
 .table-plan-oblig2 th {
    margin-left: 6%;
    background-color: #bce8f1 !important;
}
    
.table-plan-oblig th {
    margin-left: 6%;
    background-color: #bce8f1 !important;
}

.table-plan-elect {
    cursor: pointer;
    border-collapse: separate;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #faebcc;
   /* width: auto;*/
    font-size: 10px;
    
}

.table-plan-elect th {
    background-color: #faebcc !important;
}

.badge-plan {
    background-color: #31708f;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.badge-plan-elect {
    background-color: #8a6d3b;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#imprimir{
    overflow-x: auto;
    }
.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}

.final{
    color:#fff;
}


a.final:hover{
    color:#25BDE6;
}
.logo-academica{
    display: block;
    margin: auto;
}

.breadcrumb {
    padding-top: 0px;
    border:none;
    padding-bottom: 20px;
    list-style: none;
    background-color: transparent;
    margin-bottom:0px;
    
}

.breadcrumb ol {
    border-top: 1px dotted #d5d5d5;
    padding-top:15px;
    margin:0;
}

.breadcrumb * {
    box-sizing: 0;
}

.recent-work-wrap {
    position: relative;
}

.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: #c52d2f;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
}

.recent-work-wrap .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  /* establecemos que solo se aplicara para dispositivos móviles */
  .navbar-custom .navbar-collapse > li {
    float: none;
    padding-top:0;
  }
  .navbar-custom .navbar-collapse {
    padding-top:0;
  }
}
.collapse {
    display: block;
}
.rounded-circle {
    border-radius: 50%!important;
    vertical-align: middle;
    border-style: none;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
  text-align: center;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
