body {
    background-color: #fff;
    font: 1em/1.25;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
}

::-moz-selection {
    background-color: #ccc;
    text-shadow: none;
}

::selection {
    background-color: #ccc;
    text-shadow: none;
}

::-moz-selection:window-inactive {
    background-color: #ccc;
}

::selection:window-inactive {
    background-color: #ccc;
}

input[type="text"]::-moz-selection,
input[type="password"]::-moz-selection,
input[type="email"]::-moz-selection,
textarea::-moz-selection {
    background-color: #ccc;
}

input[type="text"]::selection,
input[type="password"]::selection,
input[type="email"]::selection,
textarea::selection {
    background-color: #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}


/*a, a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, a:focus {
    color: #444;
}*/

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    background-color: #aaa;
}

#container {
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
}

.spinner {
    width: 54px;
    height: 54px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    margin-left: -27px;
    left: 50%;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.nota {
    width: 30px;
    height: 40px;
    position: absolute;
}

.colRightHeader {
    background-color: #fff;
}

.colRight {
    background-color: #ededec;
}

.colRightActions {
    color: #dbdada;
}

.colRightActions>*:active {
    background-color: rgba(0, 0, 0, 0.02);
}

.thePageContainerMain,
.contenidoDcha {
    background-color: #fff;
    border-left: 1px solid #dbdada;
}

.thePageBgLeft {
    background-color: #ededec;
}

.thePageBgMain {
    background-color: #dbdada;
    border-left: 1px solid #dbdada;
    width: 664px;
}


/* Layouts */

.colLeft,
.colRight,
.colRightHeader,
.colRightLessons {
    position: absolute;
    top: 0;
}

.colLeft {
    bottom: 0;
    padding-top: 75px;
}

.colLeftNavSup,
.thePageContainer {
    position: absolute;
    top: 0;
}

.colLeft,
.colRightHeader {
    z-index: 2;
}

.colLeftUnits {
    overflow-y: auto;
    height: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.colLeftUnits>nav {
    overflow: hidden;
    width: 100%;
}

.colLeftFixed,
.thePageContainerLeft,
.contenidoIzq {
    width: 364px;
}

.colRight,
.thePageContainer {
    left: 0;
    right: 0;
    bottom: 0;
}

.colRightFixed {
    width: 660px;
    left: 314px;
    padding: 0 50px;
    right: 0;
    z-index: 1;
}

.colRightLessons {
    -webkit-overflow-scrolling: touch;
    /*box-sizing: border-box;*/
}

.colLeftPage,
.colRightPage {
    bottom: auto;
}

.thePageContainer {
    top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.thePage,
.thePageBg,
.pageBg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.thePageBg {
    height: 100%;
}

.pageBg {
    top: 74px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.singlePage {
    overflow: hidden;
}

.singlePage .colLeftNavSup {
    z-index: 3;
    width: 364px;
    -webkit-user-select: none;
}

.singlePage .colRightHeader {
    position: absolute;
    right: 0;
    width: 660px;
    min-height: 100px;
}

.singlePage .colLeft {
    width: 364px;
}

.contentHtmlMO {
    box-sizing: border-box;
    display: block;
    margin: 0 1em;
}

.listasColor {
    padding: 1em 2em;
}

.tabs {
    list-style: none;
    margin: 0;
    font-size: 0;
}

.tabs div {}

.tabsBtn {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    fill: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    color: #fff;
}

.tabsBtn svg {
    width: 24px;
    height: 24px;
}

.tabsMag {
    line-height: 62px;
}

.tabsBtn:not(.isActive):hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.tabsBtn:active {
    background-color: rgba(0, 0, 0, 0.15);
}

.tabsBtn.isActive {
    color: #fff;
}

.tabsContent>div {
    display: none;
}

.tabsEnum {
    text-align: right;
    counter-reset: counterTabsEnum;
}

.tabsEnum span {
    counter-increment: counterTabsEnum;
}

.colLeftNavSup {
    height: 75px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}

.colLeftNavSup>* {
    color: white;
    fill: white;
}

.colLeftNavSup>*:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.colLeftNavSup>*:active {
    background-color: rgba(0, 0, 0, 0.2);
}


/*.unitBox {
    overflow: hidden;
    min-height: 110px;
    max-height: 150px;
    height: auto;
}*/

.unitBox img {
    float: left;
    width: 85px;
    height: 85px;
    vertical-align: top;
    margin-right: 7px;
}

.unitBox:hover,
.unitBox:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.unitBox.isActive {
    position: relative;
}

.unitBox.isActive:before {
    position: absolute;
    bottom: 0px;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ededec transparent;
}

.unitBoxContent {
    margin: 0 13px;
    position: relative;
    padding: 11px 0;
    color: #fff;
    border-bottom: 1px solid #ededec;
    box-sizing: border-box;
}

.unitBoxNumber,
.unitBoxTitle {
    font-size: 18px;
    line-height: 1;
}

.unitBoxContentTexto {
    width: 246px;
    z-index: 50;
}

.unitBoxContentTextoNum {
    width: 38px;
}

.unitBoxNumber {
    display: inline-block;
    width: 41px;
    text-align: right;
}

.unitBoxTitle {
    margin: 0 0 5px;
}

.haveSubtitle .unitBoxTitle {
    margin-top: 10px;
}

.unitBoxSubtitle {
    font-size: 13px;
    line-height: 1;
    padding-right: 45px;
}

.unitBoxSubtitle,
.unitBoxSubtitle * {
    margin: 0 0 3px;
}


/*.unitBoxTitle, .unitBoxSubtitle {
    min-height: 1.2em;
    max-height: 2.1em;
    overflow: hidden;
}*/

.colLeft {
    vertical-align: top;
}

.colLeft .isActive {
    background-color: rgba(0, 0, 0, 0.3);
}

.colLeftNavSup .isActive {
    background-color: rgba(0, 0, 0, 0.3);
}

.colRightHeader {
    padding: 12px 120px 40px 82px;
    box-sizing: border-box;
}

.colRightHeader .asideInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 13px 1px;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    background-color: #000;
}

.colRightHeaderUnit {
    position: absolute;
    top: 4px;
    left: 0;
    width: 83px;
    text-align: center;
}

.colRightHeaderNumber {
    font-size: 56px;
}

.colRightHeaderLevel {
    font-size: 14px;
    position: relative;
    top: -11px;
}

.colRightHeaderTitle {
    height: 64px;
    overflow: hidden;
    padding-left: 20px;
    font-size: 30px;
}

.colRightHeaderTitle::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.colRightHeaderTitle span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.colRightActions {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    padding-top: 10px;
    vertical-align: top;
}

.lessonBox {
    display: block;
    font-size: 12px;
    margin: 0 20px;
    padding-top: 13px;
}

.lessonBox:active {
    background-color: rgba(0, 0, 0, 0.03);
}

.lessonBox .lessonBoxNumber {
    color: #9d9c9c;
    background-color: #dbdada;
}

.lessonBox .lessonBoxNumber .icon {
    fill: #9d9c9c;
}

.lessonBox .lessonBoxSubTitle {
    color: #6f6f6e;
    font-size: 16px;
    line-height: 16px;
}

.lessonBox.isActive .lessonBoxNumber {
    color: #dbdada;
    background-color: #6f6f6e;
}

.lessonBox.isActive .lessonBoxSubTitle {
    font-weight: 700;
}

.lessonBoxMain {
    margin: 0 10px;
    padding: 5px;
    box-sizing: border-box;
}

.lessonBoxNumber {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.lessonBoxSubTitle,
.lessonBoxTitle {
    vertical-align: middle;
}

.lessonBoxSubTitle {
    padding-left: 20px;
}

.lessonNumber+.lessonBoxTitle {
    padding-left: 20px;
}

.lessonBoxSubTitleFav {
    display: none;
    float: right;
    height: 26px;
    width: 26px;
    display: none;
}

.isFav .lessonBoxSubTitleFav {
    display: block;
}

.isFav .lessonBoxSubTitleFav {
    display: block;
}

.lessonBoxAside {
    position: relative;
    border-bottom: 1px solid #9d9c9c;
    border-right: 1px solid #9d9c9c;
    border-left: 1px solid #9d9c9c;
    text-align: right;
    height: 10px;
}

.lessonBoxAside .asideInfo {
    position: absolute;
    bottom: -1px;
    right: -1px;
    padding: 0 13px 1px;
}

.asideInfo {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.lessonBoxSpecial .lessonBoxMain {
    background-color: #dbdada;
    -webkit-user-select: none;
}

.lessonBoxSpecial .lessonBoxNumber {
    border: 1px solid #9d9c9c;
    background-color: transparent;
}

.lessonBoxSpecial .asideInfo {
    display: none;
}

.colRightPage .colRightHeader {
    min-height: 100px;
    padding: 17px 120px 25px 25px;
    box-sizing: border-box;
    color: #fff;
}

.colRightPage .colRightHeader .lessonNumber {
    position: relative;
    width: 34px;
    height: 34px;
    text-align: right;
}

.colRightPage .colRightHeader .lessonNumber span {
    position: absolute;
    top: -14px;
    right: -8px;
    font-size: 55px;
}

.colRightPage .colRightHeader .lessonBoxNumber {
    border: 1px solid #fff;
}

.colRightPage .colRightHeader .colRightActions {
    color: #fff;
}

.colRightPage .colRightHeader .lessonBoxTitle {
    line-height: 17px;
}

.colRightPage .colRightHeader .lessonBoxTitle>* {
    border-left: 1px solid #fff;
    padding-left: 15px;
}

.colRightPage .colRightHeader .lessonBoxTitle .unitTitle {
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 5px;
}

.colRightPage .colRightHeader .lessonBoxTitle .lessonTitle {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.thePageContainer {
    counter-reset: counterHeader;
}

.tableStrata,
.thePageContainerMain table {
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableStrata {
    width: 980px;
    margin-bottom: 32px;
}


/**/

.sections {
    padding: 16px 0px 16px 16px;
    background-color: #dadada;
    color: #000;
    border-bottom: 1px solid #fff;
    margin-left: 16px;
    cursor: pointer;
}

.sections.isActive {
    background: #fff;
}

.sections.isActiveText {
    color: #0080d8;
}

.visor-rec {
    max-width: 1024px;
    width: 100%;
    max-height: 1024px;
    height: 100%;
    margin: 0 auto;
    display: block;
    overflow: auto;
    border: none;
}


/**/

.thePageContainerMain>* {
    margin: 0 16px 16px;
}

.thePageContainerMain p,
.thePageContainerMain h3 {
    font-size: 14px;
}

.thePageContainerMain h3 {
    font-weight: 700;
}

.thePageContainerFooter svg {
    width: 32px;
    height: 32px;
    fill: #777;
}

.recurso {
    display: block;
    padding: 5px 10px;
}

.recurso i {
    display: inline-block;
    font-size: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
}

.recurso:active {
    background-color: rgba(0, 0, 0, 0.05);
}

.blockGrey {
    padding: 16px;
    font-size: 18px;
}

.thePageContainerLeft .blockGrey {
    background-color: #dadada;
}

.thePageContainerMain .blockGrey {
    background-color: #ededec;
}

.headerEnum,
.headerIcon,
.headerTabs {
    box-sizing: border-box;
}

.headerEnum,
.headerIcon {
    margin: 0 0 16px;
}

.headerTabs {
    margin: 0;
}

.headerEnum {
    min-height: 50px;
}

.headerEnum .headerTitle {
    margin-top: 15px;
}

.headerEnumNumber,
.headerIconFig,
.headerTabs .tabs {}

.headerEnumNumber,
.headerIconFig {
    display: block;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 15px;
}

.enum {
    counter-increment: counterHeader;
}

.headerEnumNumber {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.headerEnumNumber:before {
    content: counter(counterHeader);
}

.headerTitle {
    display: inline-block;
}

.headerIcon {
    min-height: 37px;
}

.headerIcon .headerTitle {
    line-height: 37px;
    color: #fff;
}

.headerIconFig {
    font-size: 28px;
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.headerTabs .tabs {
    float: right;
}

.headerTabs .headerTitle {
    margin-left: 16px;
    line-height: 46px;
    color: #fff;
    float: left;
}

.icon {
    display: block;
    margin: 0 auto;
}

.icon48 {
    width: 48px;
    height: 48px;
}

.icon72 {
    width: 72.8px;
    height: 75px;
}

.icon72 svg {
    height: 52px;
    width: 52px;
    margin: 11.5px 10.4px;
}

.icon32 {
    width: 32px;
    height: 32px;
}

.icon24 {
    width: 24px;
    height: 24px;
}

.icon16 {
    width: 16px;
    height: 16px;
}

#ranita {
    width: 620px;
    height: 350px;
    margin: 0 0 16px;
    box-sizing: border-box;
}


/*nuevo css*/

.modal-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(204, 204, 204);
    z-index: 3;
}

.modal-container {
    height: 100%;
    width: 100%;
    position: relative;
}

.closePopup {
    position: absolute;
    color: #fff;
    z-index: 1;
    right: 0px;
    top: 0px;
    height: 55px;
}

.closePopup>* {
    cursor: pointer;
    fill: #fff;
}

.headerPopup {
    height: 20px;
    width: 100%;
    line-height: 20px;
    padding: 20px;
}

.minimizer {
    position: absolute;
    height: 79px;
    right: 15px;
    z-index: 1;
    width: 79px;
    bottom: 15px;
    font-size: 2.5em;
    color: #fff;
    line-height: 100px;
    cursor: pointer;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    background: url(../img/btn_recursos@2x.png);
}

.hideDown {
    -webkit-animation: hideDown 0.5s forwards;
    /* Chrome, Safari, Opera */
    animation: hideDown 0.5s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes hideDown {
    from {
        -webkit-transform: translate(0px, 0px);
    }
    to {
        -webkit-transform: translate(2000px, 2000px);
    }
}


/* Standard syntax */

@keyframes hideDown {
    from {
        -webkit-transform: translate(0px, 0px);
    }
    to {
        -webkit-transform: translate(2000px, 2000px);
    }
}

.showUp {
    -webkit-animation: showUp 0.3s forwards;
    /* Chrome, Safari, Opera */
    animation: showUp 0.3s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes showUp {
    from {
        -webkit-transform: translate(2000px, 2000px);
    }
    to {
        -webkit-transform: translate(0px, 0px);
    }
}


/* Standard syntax */

@keyframes showUp {
    from {
        -webkit-transform: translate(2000px, 2000px);
    }
    to {
        -webkit-transform: translate(0px, 0px);
    }
}


/*-------modal----------*/

.recursos-menu-left .isActive {
    background-color: #b1b1b1;
}

.table-cell {
    display: table-cell;
}

.table-cell+.table-cell,
.table-cell~.table-cell {
    width: 50%;
}

.rotateDown {
    -webkit-animation: rotateDown 0.3s forwards;
    /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation: rotateDown 0.3s forwards;
    animation: rotateDown 0.3s forwards;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes rotateDown {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-180deg);
    }
}


/* Standard syntax */

@keyframes rotateDown {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-180deg);
    }
}

.rotateUp {
    -webkit-animation: rotateUp 0.3s forwards;
    /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation: rotateUp 0.3s forwards;
    animation: rotateUp 0.3s forwards;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes rotateUp {
    from {
        -webkit-transform: rotate(-180deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}


/* Standard syntax */

@keyframes rotateUp {
    from {
        -webkit-transform: rotate(-180deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}

.dropdown-options {
    height: 200px;
    overflow: hidden;
    visibility: hidden;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    border-radius: 0 0 5px 5px;
    z-index: 50;
    position: absolute;
}

.showDown {
    -webkit-animation: showDown 0.3s forwards;
    /* Chrome, Safari, Opera */
    animation: showDown 0.3s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes showDown {
    from {
        height: 0px;
    }
    to {
        height: 200px;
    }
}


/* Standard syntax */

@keyframes showDown {
    from {
        height: 0px;
    }
    to {
        height: 200px;
    }
}

.hideUp {
    -webkit-animation: hideUp 0.3s forwards;
    /* Chrome, Safari, Opera */
    animation: hideUp 0.3s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes hideUp {
    from {
        height: 200px;
    }
    to {
        height: 0px;
    }
}


/* Standard syntax */

@keyframes hideUp {
    from {
        height: 200px;
    }
    to {
        height: 0px;
    }
}

.dropdown-scrolled {
    width: 100%;
}

.dropdown-scroll {
    right: 0;
    width: 5%;
    height: 100%;
    position: absolute;
}

.iScrollVerticalScrollbar {
    width: 20px !important;
    top: 40px !important;
}

.recursos-title {
    font-size: 1.25em;
    font-weight: 700;
    padding: 12px 64px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recursos-header {
    color: #fff;
    height: 55px;
    padding: 0;
}

.recursos-close {
    height: 35px;
    width: 35px;
    margin: 10px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    display: block;
    float: left;
}

.recursos-menu-left {
    width: 75px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #ececec;
    z-index: 1;
}

.recursos-menu-left>* {
    width: 75px;
    height: 75px;
}

.recursos-btn {
    width: 47px;
    height: 47px;
    line-height: 75px;
    font-size: 3.125em;
    text-align: center;
    cursor: pointer;
    margin: 14px;
    fill: #b1b1b1;
}

.isActive .recursos-btn {
    fill: #ececec;
}

.recursos-content {
    position: absolute;
    left: 0;
    right: 0;
    padding: 35px 50px 0 125px;
    background: #fff;
    /*height: 100%;*/
    height: 95%;
    z-index: 0;
}

.custom-dropdown {
    font-size: 0.9375em;
    width: 100%;
    position: relative;
}

.dropdown-item {
    list-style: none;
    padding: 10px;
    cursor: pointer;
}

.custom-select {
    font-weight: 700;
    height: 45px;
    background-color: #ececec;
    padding: 10px 55px 10px 10px;
    box-sizing: border-box;
}

.icon-dropdown {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    top: 0;
    line-height: 45px;
    font-size: 32px;
    text-align: center;
    color: #fff;
    fill: #fff;
    cursor: pointer;
}

.icon-dropdown svg {
    width: 35px;
    height: 35px;
    margin: 5px;
}

.recursos-buscador {
    display: table;
    width: 100%;
    margin-bottom: 2em;
}

.recursos-buscador .table-cell:first-child {
    padding-right: 8px;
    vertical-align: top;
}

.recursos-buscador .table-cell:last-child {
    padding-left: 8px;
}

.recursos-buscador .table-cell:only-of-type {
    padding: 0;
}

.buscador-box {
    position: relative;
}

.buscador {
    width: 100%;
    border: 0;
    background: #eeeff0;
    color: #555555;
    -webkit-appearance: none;
    padding: 0 10px;
    height: 45px;
    box-sizing: border-box;
}

.scroll-bg-top {
    width: 6px;
    background: rgba(0, 0, 0, 0.2) !important;
    right: 7px;
    position: absolute;
    top: 0px;
}

.scroll-bg-bottom {
    bottom: 0px;
    width: 6px;
    background: rgba(0, 0, 0, 0.2) !important;
    right: 7px;
    position: absolute;
    padding-bottom: 2px;
    top: 20px;
}

.iScrollIndicator,
.scroll-bullet {
    width: 20px !important;
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 70px !important;
    border: 0!important;
    position: absolute;
    right: 0 !important;
}

.dropdown-scrolled+div {
    bottom: 0!important;
    top: 0!important;
    right: 12px!important;
}

.recurso-item {
    float: left;
    width: 195px;
    height: 189px;
    margin: 0 16px 0 0;
    cursor: pointer;
}

.recurso-item-frame {
    width: 195px;
    height: 137px;
    line-height: 137px;
    text-align: center;
    font-size: 52px;
    border: 2px solid #d9d9d9;
    box-sizing: border-box;
}

.recurso-item h3 {
    font-size: 0.9375em;
    font-weight: 300;
    color: #868686;
}

.icon-dropdown .icon-arrow-down {
    -webkit-transform-origin: 50% 45%;
    display: block;
}

.colLeft,
.colRightLessons {
    -webkit-animation-duration: 0.5s !important;
}

.mright1 {
    margin-right: 1px;
}

.photoGallery {
    position: relative;
    width: auto;
    margin: 0 16px 16px;
    height: 556px;
}

.photo-header {
    height: 46px;
    position: absolute;
    right: 0px;
    line-height: 46px;
    padding: 0 16px;
    left: 0px;
    color: #fff;
    font-weight: bold;
    z-index: 1;
}

.photo-left {
    width: 35%;
    position: absolute;
    left: 0px;
    height: 510px;
    overflow: hidden;
    top: 46px;
}

.images {
    width: 50%;
    height: 170px;
    float: left;
    border: 1px solid #515151;
    overflow: hidden;
    cursor: pointer;
    background-size: cover !important;
    box-sizing: border-box;
}

.images>h2.photo-title {
    width: 90%;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 10px;
    color: #fff;
    line-height: 20px;
    font-weight: normal;
}

.photo-scroll {
    background: #000;
    float: left;
    border: 1px solid #cecece;
    color: #fff;
    line-height: 150px;
    font-size: 10em;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    width: 50%;
    height: 170px;
    box-sizing: border-box;
}

.photo-right {
    width: 65%;
    right: 0px;
    bottom: 0px;
    left: 35%;
    top: 46px;
    height: 510px;
    position: absolute;
    background-size: cover;
    background: #000;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    display: block;
}

.imageBig {
    max-height: 510px;
    max-width: 607px;
}

.ln2-photo-col-right img {
    max-width: 634px;
    max-height: 510px;
}

.ln2-photo-col-right img,
.imageFull {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.photo-back {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 4em;
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    position: absolute;
    margin-top: -50px;
    cursor: pointer;
}

.photo-back svg {
    width: 100px;
    height: 100px;
    fill: rgba(255, 255, 255, 0.5);
}

.photo-next {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 4em;
    background: rgba(255, 255, 255, 0.5);
    margin-top: -50px;
    top: 50%;
    position: absolute;
    right: 0;
    cursor: pointer;
    text-align: center;
}

.photo-next svg {
    width: 100px;
    height: 100px;
    fill: rgba(255, 255, 255, 0.5);
}

.photo-description {
    position: absolute;
    width: 100%;
    background: rgba(60, 60, 59, 0.68);
    bottom: 0;
    border-bottom: 1px solid #cecece;
    text-align: left;
    color: #fff;
}

.photo-content {
    margin: 25px;
    box-sizing: border-box;
    bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 70px;
}

.photo-title {
    font-weight: bold;
    color: #fff;
}

.photo-text {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.photo-text-scroll {
    position: absolute;
    right: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    top: 0;
    cursor: pointer;
}

.photo-text-scroll svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}

.fullScreen {
    max-height: inherit;
    top: 0;
}

.bounceTextDown {
    -webkit-animation: bounceTextDown 0.5s forwards;
    /* Chrome, Safari, Opera */
    animation: bounceTextDown 0.5s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes bounceTextDown {
    0% {
        height: 510px;
    }
    99% {
        height: 216px;
    }
    100% {
        max-height: 111px;
        height: auto;
    }
}


/* Standard syntax */

@keyframes bounceTextDown {
    0% {
        height: 510px;
    }
    99% {
        height: 73px;
    }
    100% {
        max-height: 111px;
        height: auto;
    }
}

.bounceTextUp {
    -webkit-animation: bounceTextUp 0.3s forwards;
    /* Chrome, Safari, Opera */
    animation: bounceTextUp 0.3s forwards;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes bounceTextUp {
    from {
        height: 73px;
    }
    to {
        max-height: inherit;
        height: 510px;
    }
}


/* Standard syntax */

@keyframes bounceTextUp {
    from {
        height: 73px;
    }
    to {
        max-height: inherit;
        height: 510px;
    }
}

.photo-scroller {
    position: absolute;
}

.scroll {}

.scroll svg {
    height: 46px;
    width: 46px;
    fill: #fff;
}

.scrollUp {
    top: 0px;
    z-index: 1;
}

.scrollDown {
    bottom: 0px;
    z-index: 1;
}

.imageFull {
    margin: 0 auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.contPhoto {
    text-align: center;
}

.fadeIn {
    -webkit-animation: fadeIn 0.3s forwards;
    /* Chrome, Safari, Opera */
    animation: fadeIn 0.3s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
    }
}


/* Standard syntax */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
    }
}

.fadeOut {
    -webkit-animation: fadeOut 0.3s forwards;
    /* Chrome, Safari, Opera */
    animation: fadeOut 0.3s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* Standard syntax */

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.bounceTextUp>.photo-content>.photo-text {
    white-space: inherit;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: block !important;
    visibility: hidden !important;
}

.myScrollbarV {
    position: absolute;
    z-index: 100;
    width: 8px;
    bottom: 7px;
    top: 2px;
    right: 1px
}

.myScrollbarV>div {
    position: absolute;
    z-index: 100;
    width: 100%;
    /* The following is probably what you want to customize */
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#f00), to(#900));
    background-image: -o-linear-gradient(top, #f00, #900);
    border: 1px solid #900;
    background-clip: padding-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.contextMenu {
    width: 275px;
    color: #fff;
    position: absolute;
    z-index: 100;
    -webkit-user-select: none;
}


/*.contextOptions{
    padding-bottom: 20px !important;

}*/

.contextOptions svg {
    position: relative;
    top: -3px;
    height: 32px;
    width: 32px;
    fill: #fff;
    margin-right: 5px;
}

.contextOptions>* {
    list-style: none;
    border-bottom: 1px solid #fff;
    padding: 16px 13.5px;
    cursor: pointer;
    -webkit-user-select: none;
    display: block;
}

.isMobile .contextMenu {
    width: 100%;
    color: #fff;
    position: fixed;
    bottom: 0px;
    top: inherit !important;
    /*left: inherit !important;*/
    left: 0px !important;
}

.isMobile .contextOptions {
    padding-bottom: 0px !important;
    font-size: 0;
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
    width: 100%;
}

.isMobile .contextOptions>span {
    list-style: none;
    cursor: pointer;
    -webkit-user-select: none;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.32);
    font-size: 15px;
    text-transform: uppercase;
}

.highlighted {
    background-color: #4fede4;
}

.highlighted_search {
    background-color: #ffd800;
}

.noHighlight {
    background-color: none !important;
}

.underline {
    text-decoration: underline;
}

.hideText {
    color: transparent;
}

.arrowUpMinimize {
    position: absolute;
    top: -18px;
    left: 2px;
}

.iconMinimize {
    position: absolute;
    left: 18px;
}

.textContent {}

.textBox {
    width: 100%;
    height: 200px;
    resize: none;
    margin: 0;
    padding: 0;
    display: block;
}

.textBox-controls {
    width: 100%;
    color: #fff;
    height: 30px;
    ;
}

.textBox-controls>li {
    list-style: none;
    width: 33%;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    ;
}

.goUp {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.toStartHtml {
    padding-top: 72px !important;
}

.toStartMenu {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 300px;
    height: auto;
}

.toStartMenu>ul>li {
    list-style: none;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: #fff;
    margin-bottom: 1px;
}

.toStartMenu>ul>li>.icono {
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    float: left;
    text-align: center;
    font-size: 2em;
    background: #0080d8;
    color: #fff;
    fill: #fff;
}

.toStartMenu>ul>li>span.texto {
    display: block;
    float: left;
    padding-left: 5px;
}

.zIndex0 {
    z-index: 0;
}

.zIndex1 {
    z-index: 1;
}

.addFavorite {
    text-align: center;
    border: 1px solid #fff;
    margin: 10px 30px 10px 10px;
    line-height: 100px;
    color: #fff;
    cursor: pointer;
}

.addFavorite svg {
    fill: #fff;
    vertical-align: middle;
}

.favoritesIcons {
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 99;
}

.favoritesIcons svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    border-bottom: none;
    z-index: 2;
    display: block;
    font-size: 1.8em;
    margin-top: 5px;
    z-index: 500;
}

.favoritesIcons :first-child {
    border-right: none;
}

.searchInput {
    position: relative;
    margin: 10px 20px;
}

.searchInput>input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.searchInput>span {
    position: absolute;
    top: 4px;
    right: 8px;
    cursor: pointer;
}

.searchInput>span>svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.no-border {
    border: none !important;
}

.favorites {
    margin-top: 10px;
}

.show {
    display: block !important;
    visibility: initial;
}

.textareaName {
    z-index: 9999;
    width: 270px;
    overflow: hidden;
    height: auto;
    max-height: 69px;
    font: inherit;
    -webkit-appearance: none;
    font-weight: normal;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    font-size: 20px;
    min-height: 30px;
    resize: none;
    ;
}

.autoHeight {
    height: auto;
    min-height: 85px;
}

input,
textarea {
    font-size: 15px;
}

.thePageContainerLeft,
.thePageContainerMain,
.thePageContainerFooter {
    box-sizing: border-box;
}

.thePageContainerLeft {
    padding: 0 16px 16px;
}

.thePageContainerMain {
    vertical-align: top;
}

td>.thePageContainerMain {
    padding-bottom: 1px;
}

.recursosIzq {
    text-align: right;
    vertical-align: bottom;
    padding: .5em;
}

.recursosIzq,
.contenidoIzq {
    background-color: #ededec;
}

.textoExpositivo {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: .938em;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}

.headerSubEpigrafe {
    margin-left: 0;
    margin-right: 0;
}

.tituloSubEpigrafe {
    vertical-align: middle;
    padding: 0 1em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.063em;
    font-size: 17px;
    line-height: 1.176;
    color: #000;
}

.numeroSubEpigrafe {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.enlaceRecursos {
    display: block;
    width: 100%;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-size: .875em;
    line-height: 1.071;
    text-align: right;
    cursor: pointer;
}

.enlaceRecursos i {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.enlaceRecursos i:before {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 42px;
}

.destacados {
    padding: 1em;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.063em;
    font-size: 17px;
    line-height: 1.176;
}

.thePageContainerLeft .destacados {
    background-color: #dadada;
}

.thePageContainerMain .destacados {
    background-color: #ededec;
}

.destacadoContextual {
    color: #fff;
}

.destacadoContextual tr:first-child td:first-child {
    width: 32px;
    height: 32px;
    border-bottom: 1px solid #fff;
}

.destacadoContextual tr:first-child td:first-child svg {
    position: relative;
    top: 3px;
    width: 32px;
    height: 32px;
    fill: #fff;
}

.destacadoContextual tr:first-child td:last-child {
    padding: .5em;
    vertical-align: middle;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: .938em;
    font-size: 15px;
    line-height: 1.133;
    /*text-transform: uppercase;*/
    border: solid #fff;
    border-width: 0 0 1px 1px;
}

.destacadoContextualTexto {
    padding: 1em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: .938em;
    font-size: 15px;
    line-height: 1.4;
}

.destacadoContextualTexto ul {
    list-style: none;
}

.destacadoContextualTexto ul li:not(:last-child) {
    margin-bottom: .5em;
}

.iframeError {
    left: 50%;
    margin-left: -84px;
    position: relative;
}

.clickable {
    fill: #fff;
}

.bloqueBasico {
    width: 1007px;
    margin-bottom: 15px;
}

.width50 {
    width: 50% !important;
}

.width100 {
    width: 100% !important;
    display: table-caption !important;
    margin-bottom: 10px;
    padding-left: 0px !important;
}

.recursos-list {
    height: 80%;
    overflow-y: auto;
}

.ln2-photo-previews {
    min-height: 510px;
    overflow: hidden;
    position: absolute;
}

.ln2-photo-col-left {
    overflow: hidden;
}

.ln2-photo-up {
    z-index: 1;
}

.ln2-photo-data {
    z-index: 0;
}

.modal-bg-opacity {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.38);
    z-index: 4;
}

.modal-bg-opacity-black {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 4;
}


/*.ln2-tabs .ln2-span-header-number{
    cursor: pointer;
}*/

.toStartHtml {
    padding-top: 100px !important;
    display: block !important;
    width: 364px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    background-color: #ededec;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 0 25px;
    background-color: #fff;
    box-sizing: border-box;
}

.toStartHtml ol {
    padding: 1em;
}

.video {
    max-width: 100%;
}

.recurso-item a {
    height: 130px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.recurso-item img {
    /*width: 100%;*/
    height: 100%;
}

#contentMain {
    padding-top: 50px;
}


/*Aqui empece a hacer hotspot*/


/*.ln2-hotspot .ln2-photo-data{
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}*/

.ln2-photo-data {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.ln2-hotspot-content-text {
    overflow-y: auto;
    height: 476px;
}

.ln2-hotspot-button {
    width: 53px;
    height: 53px;
    display: block;
    position: absolute;
    background-size: 53px;
    cursor: pointer;
}

.ln2-hotspot-active {
    background: url(img/hotspot_on.png) !important;
}

.ln2-hotspot-disabled {
    background: url(img/hotspot_off.png);
}

.moduleTitle>* {
    display: block;
    max-height: 2em;
    overflow: hidden;
}

.editNameFavorite {
    width: 200px;
    resize: none;
    height: 100px;
    border: none;
    background: transparent;
    outline: none;
    color: #fff;
    font-size: 100%;
}

.h3Favorites {
    width: 100%;
    display: block !important;
}

.h3Favorites span {
    display: block;
    margin-bottom: 10px;
}

.editableActive {
    /*opacity: 0.5;*/
    border: none;
    outline: none;
    max-height: initial;
}

.modal-container.ln2-error {
    background: url(img/error-bg.png) center center no-repeat transparent;
}

.ln2-photo-previews {
    overflow: initial;
    background: #515151;
}

.ln2-tab-container>span {
    margin-top: 16px;
}

.ln2-paginator-content {
    position: absolute;
    width: 88px;
    height: 88px;
    top: 50%;
    z-index: 1;
    border-radius: 44px;
    margin-top: -44px;
}

.ln2-paginator,
.l2n-paginator-mobile {
    position: absolute;
    width: 88px;
    height: 88px;
    top: 50%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 44px;
    margin-top: -44px;
    cursor: pointer;
}

.l2n-paginator-mobile {
    width: 65px;
    height: 65px;
}

.ln2-paginator svg {
    width: 44px;
    fill: #fff;
    height: 44px;
    margin: 22px;
}

.l2n-paginator-mobile svg {
    width: 22px;
    height: 22px;
}

.ln2-epigrafe-prev {
    left: 5px;
}

.ln2-epigrafe-next {
    right: 5px;
}

.lbn2-modal-opacity {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.lbn2-modal-container {
    width: 800px;
    position: absolute;
    height: 500px;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -400px;
    background: #fff;
}

.lbn2-header-note {
    height: 55px;
}

.lbn2-modal-note {
    width: 740px;
    margin: 28px;
    border: none;
    resize: none;
    outline: none;
    height: 320px;
}

.lbn2-button {
    width: 390px;
    cursor: pointer;
    float: left;
    font-weight: bold;
    text-align: center;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 5px rgba(0, 0, 0, 0.6);
}

.lbn2-button:active {
    margin-top: 5px;
    box-shadow: 0px 0px rgba(0, 0, 0, 0.6);
}

.lbn2-grey {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.lbn2-darkGrey {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.lbn2-nav-note {
    margin-left: 10px;
}

.iconMinimizeResource {
    top: 15px;
    position: absolute;
    left: 3px;
}

h1>*,
h2>*,
h3>*,
h4>* {
    margin: 0 !important;
}

.menuHelp {
    position: absolute;
    right: 0;
    height: 120px;
    width: 200px;
    top: 63px;
    z-index: 3;
    padding: 5px 10px;
}

.menuHelp svg {
    position: relative;
    top: -3px;
    height: 32px;
    width: 32px;
    fill: #fff;
    margin-right: 5px;
}

.menuHelp>* {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 16px 13.5px;
    cursor: pointer;
    -webkit-user-select: none;
}

.menuConfig {
    position: absolute;
    right: 0px;
    height: 45px;
    width: 200px;
    top: 63px;
    z-index: 3;
    padding: 10px 10px;
}

.menuConfig>* {
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
    padding: 16px 13.5px;
    cursor: pointer;
    -webkit-user-select: none;
}

.menuConfig ul {
    border: 1px solid #FFF;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menuConfig ul li {
    float: left;
    border-left: 1px solid #FFF;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 33.33%;
    box-sizing: border-box;
}

.menuConfig ul li:first-child {
    border-left: none;
}

.icon-dropdown-cover {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    top: 0;
    line-height: 45px;
    font-size: 32px;
    text-align: center;
    color: #fff;
    fill: #fff;
    cursor: pointer;
}

.ln2-cursorauto {
    cursor: auto !important;
}

.creditsContent {
    width: 100%;
    background: #fff;
    height: 95%;
    overflow-y: auto;
}

.creditsContent>div {
    width: 980px;
    margin: 0px auto;
    padding: 20px 0;
}

.creditsContent>div.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.creditsContent>div.centered>div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

#footerUnidades {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#footerUnidades {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    max-height: 50px;
}

#footerUnidades img {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.footerChild {
    cursor: pointer;
    float: right;
}

.footerChild svg {
    fill: #cecece;
    height: 40px;
    width: 40px;
    margin: 2px;
}

.ln2-area-links-2 {
    padding: 50px 25px 0px !important;
}

.ln2-area-links-2 .ln2-block-link {
    box-sizing: initial !important;
    margin-left: -25px;
    padding-left: 25px;
}

.ln2-footer-text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    padding: 20px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.ln2-footer-text span {
    max-width: 1024px;
    display: block;
    margin: 0 auto;
}

.lessonNumber .inlineBlock svg {
    fill: #fff;
    margin: 10px;
}

.bounceTextDown .ln2-hotspot-content-text {
    height: 73px;
    overflow: hidden;
}

.img-biblioteca[ng-click] {
    cursor: pointer;
}

.ln2-block-grey,
.ln2-span-header-number {
    overflow: hidden;
}

.hiddenSubsection {
    display: none;
    width: 0px !important;
    height: 0px !important;
    overflow: hidden;
}

.headerSpanIcon {
    border: 1px solid #fff;
    margin-top: 10px;
}

.iframeMultiobj {
    height: 347px;
    width: 635px;
}

.hiddenIframe {
    visibility: hidden;
}


/*span.ln2-span-text,
li,
p.ln2-span-pic-foot,
p > span,
a.capsula-recurso,
.ln2-span-text > p,
h3.ln2-block-subheader,
p.ln2-span-text,
td.ln2-block-color-area-main,
.ln2-photo-title,
span.ln2-block-link-text,
span.ln2-span-pic-foot,
.ln2-html-blocks {
    font-size: 100px !important;
}*/

.showCollapse {
    -webkit-animation: showCollapse 0.3s forwards;
    /* Chrome, Safari, Opera */
    animation: showCollapse 0.3s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes showCollapse {
    from {
        max-height: 0px;
    }
    to {
        max-height: 1000px;
    }
}


/* Standard syntax */

@keyframes showCollapse {
    from {
        max-height: 0px;
    }
    to {
        max-height: 1000px;
    }
}


/*Cambio de tamaño de fuente*/

.minus-2 .ln2-block-url,
.minus-2 .ln2-span-text-secondary {
    /*13px*/
    font-size: 11px;
}

.minus-2 .ln2-span-text,
.minus-2 .ln2-list li,
.minus-2 .ln2-span-pic-foot,
.minus-2 .ln2-tooltip,
.minus-2 .ln2-tooltip-shadow,
.minus-2 .ln2-block-link,
.minus-2 .ln2-block-link2,
.minus-2 .ln2-block-colored {
    /*14px*/
    font-size: 12px;
}

.minus-2 .ln2-block-header-activity,
.minus-2 .ln2-block-subheader,
.minus-2 .ln2-block-grey,
.minus-2 .ln2-block-grey-text,
.minus-2 .ln2-block-header-highlight {
    /*15px*/
    font-size: 13px;
}

.minus-2 .ln2-table-division {
    /*16px*/
    font-size: 14px;
}

.minus-2 .ln2-block-header,
.minus-2 .ln2-span-header-number,
.minus-2 .ln2-block-multiobject-header {
    /*17px*/
    font-size: 15px;
}

.minus-1 .ln2-block-url,
.minus-1 .ln2-span-text-secondary {
    /*13px*/
    font-size: 12px;
}

.minus-1 .ln2-span-text,
.minus-1 .ln2-list li,
.minus-1 .ln2-span-pic-foot,
.minus-1 .ln2-tooltip,
.minus-1 .ln2-tooltip-shadow,
.minus-1 .ln2-block-link,
.minus-1 .ln2-block-link2,
.minus-1 .ln2-block-colored {
    /*14px*/
    font-size: 13px;
}

.minus-1 .ln2-block-header-activity,
.minus-1 .ln2-block-subheader,
.minus-1 .ln2-block-grey,
.minus-1 .ln2-block-grey-text,
.minus-1 .ln2-block-header-highlight {
    /*15px*/
    font-size: 14px;
}

.minus-1 .ln2-table-division {
    /*16px*/
    font-size: 15px;
}

.minus-1 .ln2-block-header,
.minus-1 .ln2-span-header-number,
.minus-1 .ln2-block-multiobject-header {
    /*17px*/
    font-size: 16px;
}

.plus-1 .ln2-block-url,
.plus-1 .ln2-span-text-secondary {
    /*13px*/
    font-size: 14px;
}

.plus-1 .ln2-span-text,
.plus-1 .ln2-list li,
.plus-1 .ln2-span-pic-foot,
.plus-1 .ln2-tooltip,
.plus-1 .ln2-tooltip-shadow,
.plus-1 .ln2-block-link,
.plus-1 .ln2-block-link2,
.plus-1 .ln2-block-colored {
    /*15px*/
    font-size: 15px;
}

.plus-1 .ln2-block-header-activity,
.plus-1 .ln2-block-subheader,
.plus-1 .ln2-block-grey,
.plus-1 .ln2-block-grey-text,
.plus-1 .ln2-block-header-highlight {
    /*16px*/
    font-size: 16px;
}

.plus-1 .ln2-table-division {
    /*17px*/
    font-size: 17px;
}

.plus-1 .ln2-block-header,
.plus-1 .ln2-span-header-number,
.plus-1 .ln2-block-multiobject-header {
    /*18px*/
    font-size: 18px;
}

.plus-1 .ln2-span-header-number {
    height: 51px;
    width: 51px;
}

.plus-2 .ln2-block-url,
.plus-2 .ln2-span-text-secondary {
    /*15px*/
    font-size: 15px;
}

.plus-2 .ln2-span-text,
.plus-2 .ln2-list li,
.plus-2 .ln2-span-pic-foot,
.plus-2 .ln2-tooltip,
.plus-2 .ln2-tooltip-shadow,
.plus-2 .ln2-block-link,
.plus-2 .ln2-block-link2,
.plus-2 .ln2-block-colored {
    /*16px*/
    font-size: 16px;
}

.plus-2 .ln2-block-header-activity,
.plus-2 .ln2-block-subheader,
.plus-2 .ln2-block-grey,
.plus-2 .ln2-block-grey-text,
.plus-2 .ln2-block-header-highlight {
    /*17px*/
    font-size: 17px;
}

.plus-2 .ln2-table-division {
    /*18px*/
    font-size: 18px;
}

.plus-2 .ln2-block-header,
.plus-2 .ln2-span-header-number,
.plus-2 .ln2-block-multiobject-header {
    /*17px*/
    font-size: 19px;
}

.plus-2 .ln2-span-header-number {
    height: 52px;
    width: 52px;
}

.plus-3 .ln2-block-url,
.plus-3 .ln2-span-text-secondary {
    /*13px*/
    font-size: 16px;
}

.plus-3 .ln2-span-text,
.plus-3 .ln2-list li,
.plus-3 .ln2-span-pic-foot,
.plus-3 .ln2-tooltip,
.plus-3 .ln2-tooltip-shadow,
.plus-3 .ln2-block-link,
.plus-3 .ln2-block-link2,
.plus-3 .ln2-block-colored {
    /*14px*/
    font-size: 17px;
}

.plus-3 .ln2-block-header-activity,
.plus-3 .ln2-block-subheader,
.plus-3 .ln2-block-grey,
.plus-3 .ln2-block-grey-text,
.plus-3 .ln2-block-header-highlight {
    /*15px*/
    font-size: 18px;
}

.plus-3 .ln2-table-division {
    /*16px*/
    font-size: 19px;
}

.plus-3 .ln2-block-header,
.plus-3 .ln2-span-header-number {
    /*17px*/
    font-size: 20px;
}

.plus-3 .ln2-span-header-number {
    height: 54px;
    width: 54px;
}

.window-content {
    background: rgb(204, 204, 204);
    top: 55px;
    bottom: 0;
    padding: 0;
}

.window-resources {
    width: 100% !important;
    overflow: hidden;
}

.window-resources-header {
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
}

.ln2-hotspot-content-text ul {
    padding-left: 1.2em;
}

.ln2-hotspot-content-text li {
    margin-bottom: .5em;
}

.scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    height: 91%;
    width: 100%;
}

div.cloud>* {
    display: table-cell;
    width: 100%
}

div.cloud {
    width: 100%;
    display: table;
    table-layout: fixed
}

.ln2-milibro-template-item-cloud {
    vertical-align: middle !important;
}

.contentTemplate:not(:last-child) {
    margin-bottom: 20px;
}


/* Arreglillos para el ML */

table.ln2-editor-columns tr td:first-child {
    padding-right: 15px;
}

table.ln2-editor-columns tr td:last-child {
    padding-left: 15px;
}

table.ln2-editor-columns tr td:only-of-type {
    padding-left: 0;
    padding-right: 0;
}

.subEditBlock.cloud {
    float: left;
    max-width: 100%;
    min-width: 100%;
    min-height: 80px;
}

.ln2-milibro-template-item-cloud>.CLOUD {
    width: 100%;
}

.new_block table.ln2-area-strata>tbody>tr>td[colspan] td:first-child {
    padding-left: 15px;
    padding-right: 15px;
}

.new_block table.ln2-area-strata>tbody>tr>td[colspan] td:last-child {
    padding-right: 15px;
    padding-left: 15px;
}

.new_block table.ln2-area-strata>tbody>tr>td[colspan] div.editBlock.text.texteditor {
    padding-left: 15px;
    padding-right: 15px;
}