﻿html, form {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding: 0;
}

    body.modal-open {
        overflow: hidden;
    }

a {
    color: #60BDCD;
}

    a:hover {
        text-decoration: none;
    }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

.panelCabecera {
}

    .panelCabecera .container {
        position: relative;
/*        background-image: url('/Content/img/imagen-decorativa-cabecera.png');*/
        background-position: right bottom;
        background-repeat: no-repeat;
        height: 120px;
    }

.imgLogo {
    position: absolute;
    top: 10px;
    left: 25px;
    max-height: 110px;
}

.navbar-nav .nav-link {
    padding: 15px 15px !important;
}

@media screen and (max-width: 879px) {

    header {
        position: relative;
    }

        header #user-info {
            position: relative;
            display: none;
            margin: 0 auto;
            line-height: 1.8em;
            letter-spacing: -0.01em;
            text-align: right;
            height: 50px;
            margin-top: 25px;
            margin-bottom: 25px;
        }

    footer {
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 60px;
        background-color: rgba(235,235,235,0.50);
        padding: 20px;
        font-size: 13px;
    }

    .footerDerecha a {
        font-size: 20px;
        padding-bottom: 20px;
    }

    #logoFooter {
        padding: 30px;
    }


    .menu-principal li a .subtitulo-menu {
        display: none;
    }

    .menu-principalAlumnosProfesores li a .subtitulo-menu {
        display: none;
    }
}

body, html {
    margin: 0;
    padding: 0;
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}

header {
    overflow: hidden;
}

footer {
    overflow: hidden;
}

.dropdown-menu {
    margin-top: 0px;
    border: none;
    font-size: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown.show > a  {
    color: white!important;
    background-color: #60BDCD;
}

.dropdown-item {
    padding: 0.30rem 1.25rem;
    padding-right: 40px;
}
    .dropdown-item:hover, .dropdown-item:focus {
        color: white;
        background-color: #60BDCD;
    }

.main {
    flex-grow: 1;
}

@media screen and (min-width: 880px) {

    header {
        position: relative;
        min-height: 125px;
    }

        /*header:after {
        content : "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(/Content/img/login-background.jpg);
        background-position: 0% 25%;
        width: 100%;
        height: 100%;
        opacity : 0.25;
        z-index: -1;
    }*/

        header #logo {
            position: absolute;
            height: auto;
            top: 40px;
            left: 40px;
        }

        header #user-info {
            position: absolute;
            top: 70px;
            right: 25px;
            width: 600px;
            line-height: 2em;
            letter-spacing: -0.01em;
            text-align: right;
            z-index: 10;
        }

            header #user-info #user-labels {
                position: absolute;
                top: -5px;
                right: 130px;
            }

            header #user-info span {
            }

        header .user-picture {
            position: absolute;
            top: -10px;
            right: 35px;
        }


    #user-session {
        position: absolute;
        top: -10px;
        right: 0;
    }

        #user-session a {
            text-decoration: none;
            color: black;
            font-size: 22px;
        }

        #user-session a {
            font-size: 22px;
        }

            #user-session a:hover {
                color: #64BECE;
                text-decoration: none;
            }

        #user-session ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-align: center;
            line-height: 2.25em;
        }



    footer {
        background-color: rgba(235,235,235,0.50);
        padding: 20px;
        font-size: 13px;
    }

    .footerDerecha {
        border-left: 2px solid rgba(217,217,217,0.40);
    }

        .footerDerecha a {
            font-size: 20px;
            padding-bottom: 20px;
        }

    #logoFooter {
        padding: 30px;
    }
}

.nav-social ul {
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    margin-left: 15px;
}

    .nav-social ul li {
        display: inline-block;
        margin-right: 20px;
    }

        .nav-social ul li a {
            color: #60BDCD;
        }

            .nav-social ul li a:hover {
                text-decoration: none;
            }

.usuario-roles li {
    display: inline-block;
    margin-left: 10px;
}

.usuario-cursos li {
    display: inline-block;
    margin-left: 10px;
}

#nav-menu-principal {
}

.menu-principal {
    display: block;
    float: right;
    margin-top: 30px !important;
    margin-right: 15px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-height: 50px;
}

    .menu-principal li {
        display: inline-grid;
        position: relative;
    }

    .menu-principal > li > a {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 0px 15px;
        line-height: 50px;
        color: black;
        text-transform: uppercase;
    }

    .menu-principal > li:first-child a {
        padding-left: 25px;
    }

    .menu-principal li a:hover,
    .menu-principal li a.active:hover {
        color: #60BDCD;
        text-decoration: none;
    }

    .menu-principal li a span {
        display: block;
    }

    .menu-principal li a .lnr {
        display: block;
        font-size: 26px;
        margin-bottom: 3px;
    }

    .menu-principal li a .titulo-menu {
        display: block;
        font-size: 15px;
    }

    .menu-principal li a .subtitulo-menu {
        font-size: 13px;
    }

    .menu-principal li a.abierto {
        color: #60BDCD;
    }

    .menu-principal li a.active {
        background-color: rgba(200,200,200,0.50);
    }

.sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 10000;
    left: 0px;
    top: 50px;
    background-color: rgba(255, 255, 255, 0.96);
    font-size: 15px;
    /*border: solid 1px whitesmoke;*/
    min-width: 270px;
    -webkit-box-shadow: 10px 10px 35px 3px rgba(181,181,181,1);
    -moz-box-shadow: 10px 10px 35px 3px rgba(181,181,181,1);
    box-shadow: 10px 10px 35px 3px rgba(181,181,181,1);
}

    .sub-menu li {
        display: block;
        text-align: left;
        text-decoration: none;
        color: black;
    }

        .sub-menu li > a {
            display: block;
            padding: 10px 10px 10px 10px;
            text-align: left !important;
            color: black;
        }

            .sub-menu li > a:hover {
                background-color: #60BDCD;
                color: white;
            }

/*menu alumnos profesores*/
.menu-principalAlumnosProfesores {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .menu-principalAlumnosProfesores li {
        display: inline-block;
        position: relative;
        padding: 1px;
    }

    .menu-principalAlumnosProfesores > li > a {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 18px 20px;
        max-height: 85px;
        color: black;
    }

    .menu-principalAlumnosProfesores > li:first-child a {
        padding-left: 25px;
    }

    .menu-principalAlumnosProfesores li a:hover,
    .menu-principalAlumnosProfesores li a.active:hover {
        background-color: #60BDCD;
        color: white;
        text-decoration: none;
    }

    .menu-principalAlumnosProfesores li a span {
        display: block;
    }

    .menu-principalAlumnosProfesores li a .lnr {
        display: block;
        font-size: 26px;
        margin-bottom: 3px;
    }

    .menu-principalAlumnosProfesores li a .titulo-menu {
        display: block;
        font-size: 16px;
    }

    .menu-principalAlumnosProfesores li a.abierto {
        background-color: #60BDCD;
        color: white;
    }

    .menu-principalAlumnosProfesores li a.active {
        background-color: rgba(200,200,200,0.50);
    }

.sub-menuAlumnosProfesores {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 1000;
    left: 0px;
    top: 86px;
    background-color: rgba(255, 255, 255, 0.96);
    font-size: 15px;
    /*border: solid 1px whitesmoke;*/
    min-width: 270px;
    -webkit-box-shadow: 10px 10px 35px 3px rgba(181,181,181,1);
    -moz-box-shadow: 10px 10px 35px 3px rgba(181,181,181,1);
    box-shadow: 10px 10px 35px 3px rgba(181,181,181,1);
}

    .sub-menuAlumnosProfesores li {
        display: block;
        text-align: left;
        text-decoration: none;
        color: black;
    }

        .sub-menuAlumnosProfesores li > a {
            display: block;
            padding: 10px 10px 10px 10px;
            text-align: left !important;
            color: black;
        }

            .sub-menuAlumnosProfesores li > a:hover {
                background-color: #60BDCD;
                color: white;
            }


.lblEntidad {
    font-size: 20px;
    font-weight: bold;
}

.lblUsuario {
    font-size: 20px;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}


#user-session ul li {
    display: block;
}

.main-content {
    /*border-left: 8px solid #64BECE;*/
    padding-bottom: 100px;
}

.linea-decorativa {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 8px;
    background-color: #64BECE;
}

.padding-25 {
    padding: 25px;
}

.main-content h2 {
    letter-spacing: -0.03em;
}

.breadcrumb {
    position: relative;
    background-color: transparent;
    padding: 0;
}

.margin-right-10 {
    margin-right: 10px;
}

.page-title {
    background-color: rgba(230, 230, 230, 0.25);
    padding: 10px 25px 0px 25px;
    position: relative;
}

.full-width {
    width: 100% !important;
    height: auto;
}

.edit-row-icon {
    margin-top: 4px;
}

    .edit-row-icon:hover {
        color: #332F82;
    }

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}


.min-width-120 {
    min-width: 120px;
}

.min-width-125 {
    min-width: 125px;
}

.min-width-240 {
    min-width: 240px;
    min-height:50px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

th[align="center"] {
    text-align: center !important;
}

th[align="right"] {
    text-align: right !important;
}


.min-width-130 {
    min-width: 130px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-50 {
    margin-left: 50px;
}


.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 10px;
}

.margin-left-15 {
    margin-left: 10px;
}

.margin-left-55 {
    margin-left: 55px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.padding-40 {
    padding: 40px 0px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-15 {
    padding: 15px;
}

.lnr {
    font-family: Linearicons;
}


label + .text-danger {
    margin-left: 10px;
}

/* Quitar bordes tablas Bootstrap
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
}
*/

.message-panel {
}

.message-panel-icon {
    float: left;
    margin-top: 2px;
    overflow: visible;
}

.message-panel-body {
    margin-left: 80px;
    font-size: 12px;
    line-height: 1.75em;
}

.message-panel-title {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.message-panel-body a:not(.btn) {
    font-weight: bold;
    color: #FF6633;
    text-decoration: none;
}

    .message-panel-body a:not(.btn):hover {
        text-decoration: underline;
    }

.validation-summary-errors {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #60BDCD;
}

    .validation-summary-errors h4 {
        margin-top: 0;
    }

.validation-summary-errors {
    background-color: aliceblue;
    font-size: 15px;
}

    .validation-summary-errors ul {
        margin-top: 10px;
        font-size: 13px;
    }

.alerta-no-hay-datos {
    padding: 15px;
    text-align: center;
    background-color: white;
    border: 1px solid gainsboro;
}

.table td > .alerta-no-hay-datos {
    background-color: transparent;
    border: none;
}

.table td:hover > .alerta-no-hay-datos {
    background-color: transparent;
}

.alerta-no-hay-datos span {
    margin-top: 10px;
    display: block;
}


.checkbox-base input[type="checkbox"] {
    margin-right: 10px !important;
}

.checkboxlist tr td {
    vertical-align: top;
    padding-right: 15px;
}

.checkboxlist input[type="checkbox"] {
    margin-right: 10px;
}

.checkboxlist tr td:last-child {
    padding-right: 0px;
}

.checkboxlist-flow input[type="checkbox"] {
    float: left;
}

.checkboxlist-flow label {
    display: block;
    margin-left: 24px;
    margin-top: -5px;
    margin-bottom: 1rem;
}

.checkboxlist-flow br {
    display: none;
}

.checkboxlistAudio tr td {
    vertical-align: top;
    padding-right: 15px;
}

.checkboxlistAudio input[type="checkbox"] {
    margin: 5px 10px 0px 0px;
    position: relative;
    vertical-align: top;
}

.checkboxlistAudio tr td:last-child {
    padding-right: 0px;
}

.checkboxlistAudio-flow input[type="checkbox"] {
    float: left;
}

.checkboxlistAudio-flow label {
    display: block;
    margin-left: 24px;
    margin-top: -5px;
    margin-bottom: 1rem;
}

.checkboxlistAudio-flow br {
    display: none;
}

.radiobuttonlist {
    border-collapse: collapse;
}

    .radiobuttonlist input[type="radio"] {
        margin: 0px 7px 0px 0px;
    }

    .radiobuttonlist tr td {
        vertical-align: top;
        padding-right: 15px;
    }

        .radiobuttonlist tr td:last-child {
            padding-right: 0px;
        }

.radiobuttonlistAudio {
    border-collapse: collapse;
}

    .radiobuttonlistAudio input[type="radio"] {
        margin: 5px 7px 0px 0px;
        position: relative;
        vertical-align: top;
    }

    .radiobuttonlistAudio tr td {
        vertical-align: top;
        padding-right: 15px;
    }

        .radiobuttonlistAudio tr td:last-child {
            padding-right: 0px;
        }

.black, .black a {
    color: #333333 !important;
}

.under-development {
    font-size: 128px;
    color: whitesmoke;
}

.no-data {
    font-size: 128px;
    color: gainsboro;
    display: block;
    margin-bottom: 10px;
}

.roadmap-task {
    display: block;
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 20px;
}

    .roadmap-task:hover {
        background-color: #F9F9F9;
    }

    .roadmap-task h3 {
        color: black;
        font-size: 28px;
    }

    .roadmap-task ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

.btn-primary {
    border-color: #60BDCD;
    background-color: #60BDCD;
}

    .btn-primary:hover {
        border-color: #4D9BA8;
        background-color: #4D9BA8;
    }

.btn-default:hover {
    border-color: whitesmoke;
    background-color: whitesmoke;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4D9BA8;
    border-color: #4D9BA8;
}

.btn-grid:before {
    font-family: 'FontAwesome';
    content: '\f039';
    position: relative;
    font-size: 90%;
}

.btn-portada:before {
    font-family: 'FontAwesome';
    content: '\f00a';
    position: relative;
    font-size: 90%;
}

.btn-read:before {
    font-family: 'FontAwesome';
    content: '\f02d';
    padding-right: 10px;
    position: relative;
    font-size: 90%;
}

.btn-download:before {
    font-family: 'FontAwesome';
    content: '\f0c7';
    padding-right: 10px;
    position: relative;
    font-size: 90%;
}

.btn-previous:before {
    font-family: 'FontAwesome';
    content: '\f060';
    padding-right: 10px;
    position: relative;
    font-size: 90%;
}

.btn-next:before {
    font-family: 'FontAwesome';
    content: '\f061';
    padding-right: 10px;
    position: relative;
    font-size: 90%;
}

.btn-listen:before {
    font-family: 'FontAwesome';
    content: '\f2a2';
    position: relative;
    font-size: 90%;
}

.btn-paper-plane:before {
    font-family: 'FontAwesome';
    content: '\f1d8';
    position: relative;
    font-size: 90%;
    padding-right:10px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #38A9E0;
}

.no-bulleted-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.user-picture {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.margin-none {
    margin: 0 !important;
}

.font-size-13 {
    font-size: 13px;
}

.max-width-75pct {
    max-width: 75%;
}

.max-width-80pct {
    max-width: 80%;
}

.modal-open {
    overflow: scroll;
}

.border-top-1-whitesmoke {
    border-top: 1px solid whitesmoke;
}

.breadcrumb a,
.nav-tabs .nav-link {
    color: #333333;
}

    .breadcrumb a:hover {
        text-decoration: underline;
    }

.validation-summary {
    padding-top: 20px;
}

    .validation-summary ul {
        margin-top: 10px;
    }

.margin-right-5 {
    margin-right: 5px;
}

.datepicker {
    z-index: 5000 !important;
    font-family: Arial;
    font-size: 14px;
}

.datepicker-days {
    padding: 15px;
    -webkit-box-shadow: 10px 10px 35px 3px rgba(181,181,181,1);
    -moz-box-shadow: 10px 10px 35px 3px rgba(181,181,181,1);
    box-shadow: 10px 10px 35px 3px rgba(181,181,181,1);
}

.form-check-label {
    margin-left: 7px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.text-danger.prefijo:before {
    content: '* ';
}

.text-danger.prefijo-error:before {
    content: '* Error: ';
}

.custom-file-input ~ .custom-file-label::after {
    content: "Seleccionar";
}

.titulo-seccion {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    height: 20px;
}

    .titulo-seccion span {
        position: absolute;
        top: 8px;
        color: #FF6633;
        padding-right: 10px;
        background-color: White;
    }

.panel-mensaje-icono {
    font-size: 128px;
    color: gainsboro;
    display: block;
    margin-bottom: 10px;
}

.panel-mensaje-contenido {
    font-size: 14px;
}

.treeView {
    overflow-wrap: break-word;
}

    .treeView a {
        text-overflow: ellipsis;
        display: table-cell;
        white-space: nowrap;
    }

.treeNode {
    color: #070707;
    font-size: 14px;
    padding: 0 5px;
    margin: 5px;
}

    .treeNode:hover {
        background-color: #4D9BA8;
        color: white;
        border-radius: 5px;
    }

.rootNode {
    padding: 0 5px;
    font-size: 18px;
}

/*.leafNode {
    padding: 50px;
}*/

.selectNode {
    font-weight: bold;
    color: #60BDCD;
    border-radius: 5px;
}

.parentNode {
    color: #070707;
    font-size: 16px;
    padding: 0 5px;
    margin: 5px;
}

.gridView {
    overflow-wrap: break-word;
}

    .gridView a {
        text-overflow: ellipsis;
        display: table-cell;
        max-width: 50vw;
        overflow: hidden;
        white-space: nowrap;
    }

.breadcrumb li {
    display: inline-block;
}

    .breadcrumb li:first-child a:before {
        content: '';
    }

    .breadcrumb li:last-child a {
        font-weight: bold;
        pointer-events: none;
        cursor: default;
        color: #60BDCD;
    }

.breadcrumbCursos li a:before {
    content: '/';
    padding-right: 10px;
}

.breadcrumb li a:hover::before {
    text-decoration: none;
}

.breadcrumb li a {
    display: inline-block;
    padding: 0 7px;
}

.img-galeria {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin: 5px;
    outline: 0;
}

.removeScroll {
    overflow-x: hidden;
}

.panelMensaje {
    margin: 30px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.propiedadesMensaje {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
    text-align: center;
}

.propiedadesContenidoMensaje {
    padding: 30px;
}

.responderEliminarMensaje {
    text-align: right;
    padding: 20px;
}

    .responderEliminarMensaje a {
        padding: 10px;
    }

.mensajesTema {
    padding-left: 50px;
}

.imgSize {
    width: 140px;
    height: 100px;
}

.acciones {
    text-align: right;
}

.imgItem {
    max-height: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.separacionPropiedadesMensajes {
    padding-left: 25px;
}

.mensajeEditado {
    bottom: 0px;
    right: 0px;
    padding-top: 20px;
    font-size: medium;
    font-weight: bold;
    color: red;
}

.gvPregunta tr {
    padding-top: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .gvPregunta tr table tr {
        padding-top: 15px;
        border: none;
    }

    .gvPregunta tr:first-child {
        border: none;
    }

.preguntaRespuestasUsuario {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 15px;
}

.tituloPregunta {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 2px;
}

.puntosTotalesPreguntaUsuario {
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.contenidoPregunta {
    font-weight: bold;
}

.contenidoRespuesta {}

.solucionTestRespuesta {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    color: green;
}

.respuestaCorrectaEs {
    font-size: 14px;
    padding-left: 15px;
}

.razonamientoProfesor {
    font-size: 14px;
}

.respuestaCorrecta {
    color: green;
}

.respuestaErronea {
    color: red;
}

.respuestasUsuario {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.noHayRespuestaPreguntaCalificacion {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    margin-top: 10px;
}

.descargaArchivoRespuestas {
    padding: 20px;
}

.acciones {
    text-align: center;
}

.padding-top-10 {
    padding-top: 10px;
}

.imgImagen {
    max-height: 200px;
    max-width: 300px;
}

.padding-form {
    padding: 30px;
}

.action-bar {
    height: 40px;
}

@media screen and (max-width: 1000px) {
    .action-bar {
        height: 70px;
    }
}


.acceso {
    color: black;
    line-height: 40px;
    padding-right: 20px;
    font-size: 14px;
}

.panelLogo {
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 110px;
    position: relative;
}

.logo-cabecera {
    position: absolute;
    top: 10px;
    left: 25px;
    max-height: 90px;
}


.contenidoUsuario {
    text-align: center;
}

.titulo-curso {
    bottom: 0px;
    right: 0px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.profesores-curso {
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    font-weight: bold;
    color: silver;
    text-align: justify;
    padding-bottom: 20px;
    min-height: 40px;
}

.objetivo-curso {
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    font-weight: bold;
    color: grey;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 62px;
}



.imgCurso, .titulo-curso, .objetivo-curso, .profesores-curso, .infoCurso {
    margin: 0 auto;
    width: 100%;
}

.imgCurso {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}


.imgCursoAlumno {
    min-height: 150px;
    min-width: 232px;
    width: 350px;
    height: auto;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.imgUsuarioCalificaciones {
    max-height: 100px;
    max-width: 200px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}


.zoomContenedor:hover .imgCursoAlumno, .zoomContenedor:hover .imgUsuarioCalificaciones {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.infoCurso {
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    font-weight: bold;
    color: grey;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .infoCurso span {
        padding-right: 10px;
        bottom: 10px;
        color: #60BDCD;
    }

.precio-curso {
    right: 150px;
}


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.infoCursoFamilia {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.infoCursoArea {
    padding-left: 40px;
}

.lbinfoCurso {
    font-size: 16px;
    color: grey;
}

.cursoImgCabecera img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
    margin-top: 20px;
}

@media screen and (min-width: 1714px) {
    .caracteristicasCurso {
        padding: 20px 0;
    }
}


@media screen and (max-width: 1028px) {

    .contenidoPrincipalCurso {
        padding: 0px 70px 0px 70px;
    }

    .caracteristicasCurso {
        padding: 20px 70px;
    }

    .infoCursoFamilia {
        border-right: none;
        padding-right: 20px;
    }

    .infoCursoArea {
        padding-left: 15px;
    }
}

@media screen and (max-width: 600px) {
    .cursoImgCabecera img {
        width: 400px;
        height: auto;
    }
}

.cursoProfesoradoInfo {
    padding-right: 0px;
}

.contenidoInfoCursoTitulo .tituloCursoInfo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    letter-spacing: -0.03em;
}

.tituloCurso {
    min-height: 30px;
    font-size: 25px;
}

.precioCursoInfo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

.titulo-Asignatura {
    font-weight: bold;
    font-size: 1.2rem;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
}

.temarioCurso {
    padding: 0 20px !important;
}

.titulo-Tema {
    padding: 0 20px;
    font-weight: bold;
    display: block;
}

.objetivo-Asignatura {
    display: block;
    padding: 10px 0;
}

.objetivo-Tema {
    display: block;
    padding: 10px 40px;
}

.imgProfesor {
    width: 100px;
    height: 101px;
    border-radius: 100px;
    border-style: dotted;
    border-width: 4px;
    border-color: #60BDCD;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.EventoCabeceraFecha {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.eventoHTML {
    padding: 10px;
}

#litInscrito {
    color: red;
}

.btnBuscar {
    margin-left: 5px;
    min-width: 100px;
}

.btnVer {
    min-width: 100px;
}

.contenidoNoticia {
    padding-top: 20px;
    padding-left: 20px;
}

    .contenidoNoticia span {
        display: block;
        padding-bottom: 20px;
    }

.imCabecera {
    position: absolute;
}

.timeline {
    position: relative;
    padding-left: 100px;
}

    .timeline > .timeline-hline {
        position: relative;
        top: 0px;
        left: 0px;
        bottom: 0px;
        margin-left: 30px;
        width: 1px;
        border-left: rgba(0, 0, 0, 0.1) 1px dashed;
        height: 100%;
    }

.blog-post-item {
    display: inline;
    padding-bottom: 60px;
    border-bottom: #eee 1px solid;
    position: relative;
}

.timeline .timeline-entry {
    display: inline;
    border: rgba(0, 0, 0, 0.1) 3px solid;
    background-color: #fff;
    padding-top: 10px;
    top: 20px;
    z-index: 10;
    position: absolute;
    left: -102px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #ccc;
    font-weight: bold;
    font-family: "Lato","Open Sans",Arial,Helvetica,sans-serif;
}

.timeline > .timeline-hline {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin-left: 30px;
    width: 1px;
    border-left: rgba(0, 0, 0, 0.1) 1px dashed;
    height: 100%;
}

.timeline .timeline-entry > .timeline-vline {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -30px;
    width: 30px;
    height: 0px;
    border-top: 1px dashed #CCC;
}

.timeline .timeline-entry > span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}


ul.blog-post-info {
/*    display: inline;*/
    border-bottom: #eaeaea 1px dotted;
    padding-bottom: 10px;
}

.list-inline {
    padding-left: 0px;
    margin-left: -5px;
    list-style: none;
}

.infoBlog {
    padding-bottom: 20px;
    border-bottom: 2px solid whitesmoke;
}

    .infoBlog span {
        font-size: 20px;
        padding-right: 10px;
    }

.contenido-articulo {
    padding: 20px;
}

.compartir-redes-sociales {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .compartir-redes-sociales li {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-left: 10px;
        text-align: center;
        line-height: 26px;
        font-size: 20px;
    }

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.pie-articulo {
    font-size: 14px;
    background-color: whitesmoke;
    margin-bottom: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}

    .pie-articulo span {
        display: block;
    }

.carousel-item img {
    height: 450px;
    width: auto;
}

.carousel-control-prev, .carousel-control-next {
    top: 250px !important;
    max-height: 500px;
}

.nav-pills .nav-link.active {
    background-color: #60BDCD;
    color: white;
    text-decoration: none;
}

.contenido-tab {
    /*border:5px solid rgba(230, 230, 230, 0.25);*/
}

.titulo-curso2 {
    bottom: 0px;
    right: 0px;
    font-size: 20px;
    font-weight: bold;
    color: black;
    text-align: left;
    display: block;
}

.grupo-curso2 {
    bottom: 0px;
    right: 0px;
    font-size: 16px;
    font-weight: bold;
    color: silver;
    text-align: justify;
    padding-bottom: 20px;
    display: block;
}

.profesores-curso2 {
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    font-weight: bold;
    color: silver;
    text-align: justify;
    padding-bottom: 20px;
    display: block;
}

.objetivo-curso2 {
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    font-weight: bold;
    color: grey;
    text-align: left;
    min-height: 62px;
    display: block;
}



.titulo-curso2, .objetivo-curso2, .profesores-curso2, .grupo-curso2 {
    margin: 0 auto;
    width: 70%;
}

.cursoVetical {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0px;
}

@media screen and (max-width: 987px) {
    .cursoVetical .imgCursoAlumno {
        height: auto;
        max-width: 280px;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }
}


.cursosTabPrincipal span {
    display: block;
}

.panelNovedad span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.item-sumario .icono {
    color: #0061A1;
    font-size: 64px;
}

.item-sumario a:hover .icono {
    color: #DB0186;
}

.margin-left-100 {
    margin-left: 100px;
}

.item-sumario {
    padding: 20px 0px;
    border-bottom: 1px solid #CCCCCC;
}

    .item-sumario.usuario {
        height: 120px;
    }


    .item-sumario .icono {
        color: #0061A1;
        font-size: 64px;
    }

    .item-sumario a:hover .icono {
        color: #DB0186;
    }

    .item-sumario .titulo {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 26px;
        display: block;
        line-height: 1.25em;
        margin-bottom: 5px;
    }

    .item-sumario .curso {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 18px;
        display: block;
        color: #DB0186;
        line-height: 1.25em;
        margin: 5px;
    }

    .item-sumario a .titulo {
        color: black;
    }

    .item-sumario a:hover .titulo {
        color: #DB0186;
    }


    .item-sumario .total {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 18px;
        display: block;
    }

    .item-sumario .totalReintentos {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 16px;
        display: block;
    }

.icono-grande-gris {
    font-size: 128px;
    color: gainsboro;
}

.icono-medio-gris {
    font-size: 64px;
    color: gainsboro;
}

.icono-pequeño-gris {
    font-size: 42px;
    color: gainsboro;
}

.lblTiempoRestante {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    font-size: 36px;
    color: #60BDCD;
}

.puntosTest {
    font-size: 14px;
    color: grey;
}

.puntuacionTotalTest {
    font-size: 20px;
}

.lista-preguntas {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    overflow: auto;
}

    .lista-preguntas li {
        float: left;
    }

        .lista-preguntas li a {
            display: inline-block;
            padding: 10px 15px;
        }

        .lista-preguntas li .seleccionada {
            color: white;
            background-color: #60BDCD;
        }

        .lista-preguntas li .realizada {
            background-color: green;
            color: white;
        }

.descargaArchivoPreguntas {
    padding-bottom: 10px;
}

    .descargaArchivoPreguntas .contenidoPreguntaTest {
        padding: 10px 0;
    }

.descargaArchivoRespuestasTest .contenidoRespuestaTest {
    padding: 10px 0;
}

.imgRespuestaTest {
    max-height: 250px;
    width: auto;
}

.tituloRespuestaArchivo {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.contenidoArchivoRespuestasTest {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 20px 0;
    padding-top: 20px;
}

.titulo-pregunta {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 30px;
}

.aspNetDisabled:active {
    background-color: red !important;
}

.aspNetDisabled:hover {
    background-color: red !important;
}

table.gridView tr.notificacionLeida {
    background-color: #C8C5C5 !important;
}

    table.gridView tr.notificacionLeida:hover {
        background-color: #D4D3D3 !important;
    }

table.gridView tr.noficacionNoLeida {
    background-color: white !important;
}

table.gridView tr.notificacionNoLeida:hover {
    background-color: #F9F9F9 !important;
}

.contactoInfo {
    padding-top: 90px;
}

.imgPregunta {
    max-width: 500px;
    height: auto;
}

.padding-top-bottom-40 {
    padding: 40px 0;
}

.background-primary {
    background-color: #60BDCD;
    color: white;
}

    .background-primary h2,
    .background-primary h3 {
        font-weight: normal;
        color: white;
    }

.primary {
    color: #60BDCD;
}

.ul-panel-pie {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 2em;
}

.carousel-caption h3,
.carousel-caption h5 {
    color: white;
    text-shadow: 0px 0px 9px rgba(150, 150, 150, 1);
}

.menu-seccion {
    margin-bottom: 25px;
}

    .menu-seccion .pagina {
        font-size: 24px;
        padding: 20px 0px;
        display: block;
        border-bottom: 1px solid Gainsboro;
    }

body {
    overflow-x: hidden;
}

.contenidoCurso {
    padding-bottom: 40px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-20 {
    padding-top: 20px;
}

.imgCalificacion {
    max-height: 400px;
    min-height: 150px;
    width: auto;
}

.btn-outline-secondary:hover {
    color: white !important;
    background-color: #4D9BA8 !important;
    border-color: #4D9BA8 !important;
}

.btn-outline-secondary {
    color: white !important;
    background-color: #60BDCD !important;
    border-color: #60BDCD !important;
}

.descripcionTarea {
    background-color: white;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    font-size: 20px;
}

.float-right {
    float: right;
}

.display-none {
    display: none;
}

.sin-datos {
    font-size: 128px;
    color: gainsboro;
    display: block;
    margin-bottom: 10px;
}

.anotacionProfesorTarea {
    color: red;
    font-weight: bold;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.iconosContenido {
    overflow-y: scroll;
    max-height: 500px;
}

.iconosSeleccion span {
    font-size: 26px;
    margin-bottom: 3px;
}

.card-libro ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.card-img-top {
    min-height: 400px;
    max-height: 400px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-30 {
    margin-top: 30px;
}

@media screen and (min-width: 1192px) {

    .footer-image {
        max-width: 270px;
    }
}

@media screen and (max-width: 1192px) {

    .footer-image {
        max-width: 170px;
    }
}

.topnav {
    overflow: hidden;
    background-color: #f1f1f1;
}

    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        border-bottom: 3px solid transparent;
    }

        .topnav a:hover {
            border-bottom: 3px solid #60BDCD;
        }

        .topnav a.active {
            border-bottom: 3px solid #60BDCD;
        }

.tab-pane {
    padding: 0px !important;
}

.tituloTema {
    margin-bottom: 30px;
}

.audio {
    margin-top: 20px;
}

.razonamientoCalificacion {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
}

.razonamientoTexto {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}

#spanContenidoTema img{
    max-width: 1200px !important;
}

.bold {
    font-weight:bold;
}

.text-align-center{
    text-align:center !important;
}
.tituloNoticias {
    font-weight: bold;
    color: #60BDCD;
}

.card-deck {
    min-height: 670px;
}

.jumbotron {
    margin-bottom: 0;
}

.jumbotron.jumbotron-fluid {
    background-size: cover;
}



.tarjeta-curso {
    margin-bottom: 25px;
}

    .tarjeta-curso .nombre {
        font-size: 2em;
        line-height: 1em;
        display: block;
        margin-bottom: 15px;
    }

    .tarjeta-curso.panel-inicio .nombre {
        font-size: 1.5em;
        line-height: normal;
    }

    .tarjeta-curso .fecha-tipo {
        background-color: whitesmoke;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.5em;
        color: white;
        padding: 10px 0px;
    }

    .tarjeta-curso.panel-inicio .fecha-tipo {
        font-size: 1em;
        line-height: normal;
    }

    .tarjeta-curso .fecha-tipo span:first-child {
        font-size: 2em;
    }

    .tarjeta-curso .presencial {
        background-color: #9AC8EB;
    }

    .tarjeta-curso .distancia {
        background-color: #5784BA;
    }

    .tarjeta-curso .elearning {
        background-color: #F4CFDF;
    }

    .tarjeta-curso .mixta {
        background-color: #B6D8F2;
    }

    .tarjeta-curso .icono {
        margin-top: 10px;
        width: 60%;
        height: auto;
    }

    .tarjeta-curso.panel-inicio .icono {
        width: 3em;
    }



    .tarjeta-curso .datos-curso {
        padding: 10px 20px 20px 20px;
    }

        .tarjeta-curso .datos-curso .inicio-fin {
            font-size: 18px;
            color: #444444;
            display: block;
        }

    .tarjeta-curso.panel-inicio .datos-curso .inicio-fin,
    .tarjeta-curso.panel-inicio .datos-curso .caracteristicas {
        font-size: 14px;
    }

    .tarjeta-curso .datos-curso .caracteristicas {
        display: block;
    }

    .tarjeta-curso .datos-curso .descripcion {
        font-size: 16px;
        color: #444444;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

RadioButtonList {
    border-collapse: collapse;
}

.RadioButtonList tr td {
    vertical-align: top;
    padding-right: 15px;
    padding-bottom: 10px;
}

    .RadioButtonList tr td:last-child {
        padding-right: 0px;
    }

.RadioButtonList label {
    display: inline;
    padding-left: 0.5em;
}