.js-slide-wrapper > .header .single-pagination {
    display: none;
}

/*Logo*/
.body_clase:not(.edit) .logo-publisher {
display:none;
}

/*h3*/
.content_type_clase_fancy #actividad .content .header .title h3 {
    font-family: raleway, sans-serif;
    font-weight: 900;
    font-size: 6rem;
    color: #ffffff;
    display: block;
    padding: 0 20px 0px 20px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
}

/*title*/

.content_type_clase_fancy #actividad .content .header {
    background: #356692;
}

.content_type_clase_fancy #actividad .content .header:before {
 display: none;
}

.content_type_clase_fancy #actividad .content .header .title h3:before {
display: none;
}

.content_type_clase_fancy #actividad .content .header .title h3:after {
display: none;
}

.content ol li:before, .cke_contents ol li:before {
    color: #3075ab;
}

.bck-enfasis, strong {
    color: #9be5f9;
    font-weight: bold;
}

/*Marcar respuesta*/

#actividad .workspace.chooseblanks .inline-answer a {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #1db0d8;
    padding: 4px 8px;
    margin: 0 2px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

#actividad .workspace.chooseblanks .inline-answer a:hover {
    background-color: #e7e7e7;
    color: #ffffff;
}

#actividad .workspace.chooseblanks .inline-answer a.selected:not(.respuesta_ok):not(.respuesta_ko):not(.solucion) {
    background-color: #035799;
}

a:hover, a:active, a:focus {
    outline: 0;
    color: white;
    text-decoration: none;
}

#actividad .workspace label {
    font-weight: normal;
    font-size: 16px;
}

/*sopa de letras*/

.rf-tablestyle {
    border: 3px solid;
    border-color: #1e68a4;
    background-color: #FFF;
    cursor: pointer;
    border-collapse: collapse;
    line-height: 2.1rem;
}

.rf-wordcontainer {
    font-family: raleway, sans-serif;
    font-size: 1.5rem;
    float: left;
    padding: 17px;
    cursor: default;
    max-width: 441px;
    border: 5px solid;
    border-color: #1e68a4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10p;
    line-height: 2.1rem;
    background-color: #00ffff1c;
}

/*Listas ordenadas*/

.content ol, .cke_contents ol {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    background-color: #1e68a4;
    color: white;
    border-radius: 25px;
    font-weight: bold;
    padding: 12px;
}

.content ol li:before, .cke_contents ol li:before {
    color: #9be5f9;
    font-size: 26px;
    margin-left: -24px;
    margin-top: -4px;
}

/*Arrastrar respuesta*/

#actividad .workspace.clasificar .clasificar_lista .classify-item {
    border: 3px solid #6fcde6;
}

/*Elegir respuesta*/

.rf-wordcontainer {
    border-color: #1e68a4;
}

/*Navigator*/

.navigator {
    display: none;
}


/*Color enlace hover*/

a:hover, a:active, a:focus {
    outline: 0;
    color: #9be5f9;
    text-decoration: none;
}

/*Indice del libro*/

/*Nueva mod*/

#indice .units ul li.active:not(.disabled), body:not(.isTablet) #indice .units ul li:hover:not(.disabled), #indice .units ul li:focus:not(.disabled) {
    padding: 13px;
    background: #1e68a4;
}

.btn-primary, .btn-primary.disabled {
    background: #1e68a4;
}

#indice .unit-content .header .title {
    color: #fff;
    float: left;
    font-size: 30px;
    font-weight: 700;
    height: auto;
    line-height: 34px;
    margin: 20px 140px 20px 30px;
    overflow: hidden;
    z-index: 1;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 8px;
    margin-left: -19px;
    padding-left: 65px;
    margin-top: 50px;
    background: #1e68a4;
    border-radius: 0px;
}

#indice .units ul li {
    background: #cbcbcb;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 0;
    margin-bottom: 8px;
    padding: 8px 16px;
}

/*BOTONES ABAJO*/

#actividad .class_slide .review {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 17px;
}

/*Borde azul  en rellenar espacios*/

.content_type_clase_fancy .slide_main input {
    border: none;
    border-bottom: 2px solid #00a9d1 !important;
}

.content_type_clase_fancy .slide_main input:focus {
    border-top-color: #97dbed;
    border-right-color: #97dbed;
    border-bottom-color: #97dbed;
    border-left-color: #97dbed;
    outline-width: 0px;
    outline-style: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #97dbed8a;
}

#actividad .carousel-inner .item-container {
    background-image: none;
    margin: 20px auto 30px;
    padding: 0px;
    padding-bottom: 90px;
    position: relative;
    background-image: url(/useruploads/r/a/134342016/activity_other_imported/Fondo-Apdes.jpg);
    background-position-y: bottom;
    background-repeat: no-repeat;
}



/*ipad*/



@media screen and (max-width: 1024px){

.ipad #actividad .carousel-inner .item-container {
    border-right: 1px solid #eee;
    background-image: url(/useruploads/r/a/134344376/activity_other_imported/BACKGROUND-PRUEBA-IPAD.jpg);
}

}