/*TOC*/
#indice .units ul li.active:not(.disabled), body:not(.isTablet) #indice .units ul li:hover:not(.disabled), #indice .units ul li:focus:not(.disabled) {
    background: #01426C;
}

.btn-primary, .btn-primary.disabled, .btn-primary.disabled:focus {
    background-color: #01426C;
}

#indice .unit-content .header {
    border: 0px;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*Navbar*/

.content_type_clase_lnplat .lnplat-navbar .navbar-content {
    border-bottom: 0px;
}

.content_type_clase_lnplat .lnplat-navbar .navbar-content h2 #courseIndex {
    background-color: #01426C;
    font-size: 4rem;
    color: white;
    display: inline-block;
    width: 60px;
    text-align: center;
    border-radius: 0px; 
    margin-right: 20px;
    position: absolute;
    left: -10px;
    height: 82px;
    bottom: -1px;
    padding-top: 22px;
    border-bottom-right-radius: 0;
}

.content_type_clase_lnplat .lnplat-navbar .navbar-content h2 {
    color: #01426C;
}

.content_type_clase_lnplat .lnplat-navbar .dropdownTemas .caret {
    border-color: #01426C transparent transparent transparent;
}

a:hover, a:active, a:focus {
    color: #01426C ;
}

.content_type_clase_lnplat .slider-indicators li.active, .content_type_clase_lnplat .lnplat-navbar li:hover {
    background-color: #fff;
}


/*títulos*/

.bck-title1 {
    color: #EB295D;
    font-size: 3.8rem;
    font-weight: 400;
    position: relative;
    border-bottom: #EB295D solid 5px;
    padding-bottom: 7px;
      margin-bottom: 30px;
}

.bck-title2 {
    color: #EB295D;
    border-bottom: 0px;
}

.bck-title3 {
    color: #01426C;
    margin-bottom: 30px;
}

/*cajas*/

.bck-box.simple {
    background-color: #F3F3F4;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
    padding-right: 0px;
    border: 2px dotted #0C5477;
    font-size: 2.4rem;
    font-weight: 600;
    color: #0C5477;
}

.bck-box.simple-2 {
  margin-top: 55px;
}

.bck-box.simple-2 {
    border: #807D7C 3px dotted;
    margin-top: 65px;
}

.bck-box.simple-2.center:before {
    content: " ";
    background-image: url(/useruploads/ctx/a/69041699/r/s/18632429/30062017rre11.jpg);
    height: 128px;
    width: 128px;
    background-repeat: no-repeat;
    margin-top: -54px;
    background-size: 100%;
    position: relative;
    display: inline-block;
    left: 50%;
    margin-left: -65px;
}

/*imagenes*/
#actividad .content img {
    height: auto !important;
    margin-top: 10px;
    border: none;
    border-radius: 0px;
    border-bottom-right-radius: 0;
}

/*listas*/

#actividad .content .texto_curso ul li:before,
#actividad .content .workspace ul li ul li:before,
#actividad .content .texto_curso .bck-ul li:before,
#actividad .content .workspace ul li .bck-ul li:before {
	background-color: #404040;
	margin-top: .6em;
}

#actividad .content .texto_curso .bck-ol li:before, #actividad .content .workspace ul li .bck-ol li:before {
    content: counter(bck-li-counter)'.';
    position: absolute;
    left: -2.5em;
    width: 2em;
    text-align: right;
    color: #01426C;
    font-weight: 600;
}