@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

@charset "UTF-8";
@import url("reset.css");
@import url("fonts/fonts.css");
@import url("kampusfonts/style.css");
body {
  background: url("bitmaps/bg_login.jpg") repeat left top transparent;
  border-top: 5px solid #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  /*font-family: 'ubunturegular', Arial;*/
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   }

a {
  text-decoration: none; }


.tableResponsive {
  width: 100%;
  overflow-y: auto; }

/*LOADING*/
.modal_load {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("/cliente/css/bitmaps/load.gif") 50% 50% no-repeat; }

.progress {
  margin-bottom: 0; }

body.loading {
  overflow: hidden; }

body.loading .modal_load {
  display: block; }

.btn {
  float: left;
  background: #000000;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  font-family: 'ubuntumedium';
  text-transform: uppercase;
  padding: 10px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer; }

  .boton_especial_home{
  padding: 10px; height:auto; box-sizing: border-box; display: inline-block; position: absolute; top: 1%;
}

.mensaje { display: none; }

  .btn.red {
        background: #b8000e !important;
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 10px;
    padding: 17px 0;
    text-transform: uppercase;
    /* font-family: 'ubuntulight'; */
    font-size: 19px;
    font-weight: 700;
  }
    .btn.red i {
      margin: 5px 5px; }

.btn:hover {
  background: #848383; }

img {
  width: 100%; }

a {
  -webkit-transition: background 0.8s;
  -moz-transition: background 0.8s;
  transition: background 0.8s; }

.left {
  float: left !important;
  margin: 0 !important; }

.right {
  float: right !important; }

.cont_logo_footer {
  width: 315px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  bottom: -2px;
  margin-left: -150px;
  display: table; 
  height: auto}
  .cont_logo_footer .image {
    display: table-cell;
    vertical-align: bottom;
    background: #ffffff;
    width: 100px;
    padding: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .cont_logo_footer .infosupport {
    padding-left: 10px; }
    .cont_logo_footer .infosupport > p {
      font-size: 12px;
      color: #ffffff;
      margin-bottom: 5px;
      text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.75);
      word-break: break-word; }
      .cont_logo_footer .infosupport > p.marginTop {
        margin-top: 5px; }
      .cont_logo_footer .infosupport > p.destacar {
        font-weight: bold; }

hr.fin {
  text-transform: uppercase;
  text-align: right;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 3px solid #ededed;
  float: left;
  width: 100%;
  padding-top: 20px; }
  hr.fin:after {
    font-size: 13px;
    content: "FIN DE LOS CONTENIDOS";
    position: relative;
    top: -12px;
    display: inline-block;
    color: #2072b6;
    /*background: #ffffff;*/
    padding: 0 1%; }

strong {
  font-weight: 800;
   }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #848383;
  text-transform: uppercase; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #848383;
  opacity: 1;
  text-transform: uppercase; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #848383;
  text-transform: uppercase;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #848383;
  text-transform: uppercase; }

:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #848383;
  text-transform: uppercase; }

.hidden {
  display: none; }

ul.mm-listview > li > a > span {
  display: none;
  position: absolute;
  right: 8px;
  top: 10px;
  width: 25px;
  height: 25px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-family: 'ubuntubold';
  line-height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

a.back {
  display: block;
  font-size: 13px;
  color: #848383;
  margin: 0 0 10px;
  line-height: 20px;
  clear: both; }
  a.back:hover {
    text-decoration: underline; }
  a.back i {
    font-size: 22px;
    float: left;
    margin: 0 5px 0 0;
    color: #231f20; }

p.empty {
  color: #898685;
  line-height: 27px;
  margin: 0 0 20px;
  display: block;
  background: #f1f1f1;
  padding: 26px; }
  p.empty > i {
    float: left;
    font-size: 60px;
    margin-right: 10px; }
  p.empty strong {
    display: block; }

.contexercises {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px; }
  .contexercises ul {
    overflow: hidden;
    list-style: none;
    padding-left: 0 !important; }
    .contexercises ul li {
      margin: 0 0 6px; }
      .contexercises ul li a {
        display: block;
        background: #ededed;
        padding: 8px 10px;
        font-size: 20px;
        color: #2072b6;
        line-height: 25px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .contexercises ul li a.btnInverse {
          color: #ffffff; }
        .contexercises ul li a:hover {
          color: #ffffff; }

.contmenu {
  position: fixed;
  right: -272px;
  top: 20%; }
  .contmenu .btnMenuCourse {
    background: #dd2396;
    color: #ffffff;
    padding: 10px;
    position: absolute;
    font-size: 13px;
    left: -130px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: -32px;
    display: block;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%; }
  .contmenu .menu {
    width: 252px;
    float: left;
    background: #3f3f3f;
    padding: 10px;
    max-height: 480px;
    overflow: visible;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 1px; }
    .contmenu .menu h5 {
      font-size: 15px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 10px;
      padding-left: 16px;
      line-height: 18px;
      font-weight: 600;
    }
    .contmenu .menu ul {
      list-style: none;
      margin: 5px 0; }
      .contmenu .menu ul li {
        margin-bottom: 5px; }
        .contmenu .menu ul li p.topic {
          font-size: 13px;
          color: #3f3f3f;
          background: #b9b9b9;
          padding: 8px 10px;
          /* font-family: 'ubuntumedium'; */
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          padding-left: 33px;
          font-weight: 600;
          line-height: 16px;}
        .contmenu .menu ul li a {
          font-size: 13px;
          color: #ffffff;
          /*font-family: 'ubuntumedium';*/
          display: block;
          padding: 8px 10px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          position: relative;
          padding-left: 35px;
          min-height: 22px; 
          line-height: 17px;
          font-weight: 400;}
          .contmenu .menu ul li a:hover, .contmenu .menu ul li a.active {
            background: #dd2396; }
          .contmenu .menu ul li a i.icon {
            width: 12px;
            height: 20px;
            position: absolute;
            left: 10px;
            top: 10px;
            background: url("bitmaps/sprite_view_grilla_menucurso.png") no-repeat left bottom transparent; }
            .contmenu .menu ul li a i.icon.view {
              background-position: left top; }
          .contmenu .menu ul li a span {
            display: block;
            margin-bottom: 5px; }

video::-internal-media-controls-download-button, audio::-internal-media-controls-download-button {
  display: none; }

video::-webkit-media-controls-enclosure, audio::-webkit-media-controls-enclosure {
  overflow: hidden; }

video::-webkit-media-controls-panel, audio::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */ }

/*LOGIN*/
.wrap {
  width: 800px;
  margin: 65px auto 0;
  overflow: hidden; }
  .wrap .logo, .wrap .form {
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    }
  .wrap .logo {
    float: left;
    width: 240px;
    text-align: center;
    -webkit-border-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 6px;
    -moz-border-radius-bottomright: 0;
    border-radius: 6px;
    border-bottom-right-radius: 0; }
    .wrap .logo img {
      width: auto;
      max-width: 200px;
      }
    .wrap .logo h1 {
      margin-top: 15px;
      font-size: 19px;
      color: #2072b6;
      line-height: 25px;
      width: 100%;
      font-weight: 600;
      }
  .wrap .form {
    float: right;
    width: 500px;
    margin-top: 30px;
    padding: 10px;
    -webkit-border-radius: 6px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 6px;
    -moz-border-radius-topleft: 0;
    border-radius: 6px;
    border-top-left-radius: 0; }
    .wrap .form .content {
      border: 1px solid #e5e5e5;
      padding: 30px 23px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      }
      .wrap .form .content h2 {
        font-size: 24px;
        color: #000000;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 20px; }
      .wrap .form .content p.small {
        font-size: 12px; }
      .wrap .form .content form {
        overflow: hidden; }
        .wrap .form .content form div {
          margin-bottom: 20px;
          border-bottom: 1px solid #a9a8a8;
          padding: 10px 0; }
          .wrap .form .content form div i {
            float: left;
            width: 22px;
            height: 22px;
            background: url("bitmaps/sprite_login.png") no-repeat left top transparent;
            margin: 8px 10px 0 0; }
          .wrap .form .content form div i.pass {
            background-position: left bottom; }
          .wrap .form .content form div input {
            color: #323232;
            font-size: 23px;
            font-family: 'Roboto', sans-serif;
            border: 0;
            padding: 4px;
            width: 86%;
            font-weight: 600;
            }
            .wrap .form .content form div input:focus {
              border: 0;
              outline: none; }
        .wrap .form .content form a.link {
          float: right;
          font-size: 13px;
          color: #848383;
          margin-top: 15px;
          text-decoration: none; }
          .wrap .form .content form a.link:hover {
            text-decoration: underline; }

/*// APLICACIÓN*/
.wrap_app {
  width: 980px;
  overflow: hidden;
  margin: 20px auto 0; }
  .wrap_app.sectionsinglemodule {
    width: 100%;
    margin: 0 auto; }
    .wrap_app.sectionsinglemodule .singlemodule {
      width: 100%;
      padding: 0;
      /*padding: 0.3% 2%;*/
      margin: 0 auto; }
      .wrap_app.sectionsinglemodule .singlemodule h2 {
        text-align: center;
        margin: 10px 0 !important; }
      .wrap_app.sectionsinglemodule .singlemodule.videoplayer video {
        width: 65%;
        margin: 20px auto;
        display: block; }
      .wrap_app.sectionsinglemodule .singlemodule.audioplayer .imgAudio {
        width: 60%;
        margin: 0 auto;
        display: block; }
      .wrap_app.sectionsinglemodule .singlemodule.audioplayer audio {
        width: 60%;
        margin: 0 auto;
        display: block; }
      .wrap_app.sectionsinglemodule .singlemodule.text div.text {
        max-height: 400px;
        overflow-y: auto; }
      .wrap_app.sectionsinglemodule .singlemodule.slide div.contslide {
        width: 100%;
        margin: 0 auto; }
      .wrap_app.sectionsinglemodule .singlemodule.scorm .player {
        width: 100%;
        height: 550px;
        resize: vertical;
        overflow: hidden; }
      .wrap_app.sectionsinglemodule .singlemodule .contwritting {
        margin: 15px 0;
        overflow: hidden; }
        .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments h3 {
          font-size: 22px;
          padding-bottom: 7px; }
        .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments form .error {
          color: #a94442;
          background-color: #f2dede;
          border-color: #ebccd1;
          padding: 10px; }
        .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments form div {
          width: 100%; }
          .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments form div textarea {
            width: 100%;
            height: 100px;
            resize: none;
            outline: none;
            border: 0;
            background: #f1f1f1; }
        .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments form button {
          float: right;
          background: transparent;
          border: 0;
          cursor: pointer;
          margin: 10px;
          line-height: 23px;
          padding: 10px;
          outline: none; }
          .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments form button i.ico-saved {
            background: url("bitmaps/ico_saved.jpg") no-repeat left top transparent;
            margin-right: 10px;
            float: left;
            width: 24px;
            height: 24px; }
        .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments {
          float: left;
          width: 100%; }
          .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments {
            overflow: hidden;
            width: 100%; }
            .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li {
              overflow: hidden;
              margin: 10px 0;
              padding: 10px;
              border-bottom: 2px solid #f1f1f1;
              position: relative; }
              .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li h5 {
                font-size: 16px; }
              .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li .date {
                display: block;
                font-size: 12px;
                color: #666666;
                margin: 5px 0; }
              .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li ul.children {
                padding-left: 6%;
                list-style: none; }
                .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li ul.children li {
                  position: relative; }
              .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li .lnkRespond {
                display: block;
                font-size: 12px;
                color: #333333; }
                .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li .lnkRespond:hover {
                  text-decoration: underline; }
              .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li textarea {
                width: 100%;
                min-height: 20px;
                resize: none;
                display: none; }
              .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li .actionsComment {
                position: absolute;
                right: 10px;
                top: 10px; }
                .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li .actionsComment a {
                  display: inline-block; }
                  .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li .actionsComment a:hover {
                    opacity: 0.5; }
                  .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li .actionsComment a > i {
                    display: block;
                    width: 20px;
                    height: 20px;
                    margin-left: 5px; }
                    .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li .actionsComment a > i.icon-editcomment {
                      background: url("bitmaps/ico_edit.png") no-repeat left top transparent; }
                    .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments .listcomments > li .actionsComment a > i.icon-delete {
                      display: block;
                      background: url("bitmaps/ico_trash.png") no-repeat left top transparent; }
          .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments a.lnkNewsComments {
            display: block;
            width: 165px;
            position: fixed;
            left: 50%;
            margin-left: -82px;
            bottom: 10px;
            z-index: 999999;
            padding: 10px;
            color: #ffffff;
            background-color: #2b4049;
            border-radius: 6px;
            text-align: center; }
      .wrap_app.sectionsinglemodule .singlemodule .notes {
        position: fixed;
        bottom: 0;
        right: 5%;
        z-index: 999999; }
        .wrap_app.sectionsinglemodule .singlemodule .notes > a {
          float: right;
          background: #4c4c4c;
          color: #ffffff;
          text-transform: uppercase;
          padding: 15px;
          text-align: center;
          -webkit-border-top-left-radius: 10px;
          -webkit-border-top-right-radius: 10px;
          -moz-border-radius-topleft: 10px;
          -moz-border-radius-topright: 10px;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
        .wrap_app.sectionsinglemodule .singlemodule .notes .listing {
          display: none;
          width: 300px;
          max-height: 450px;
          background: #ffffff;
          padding: 10px;
          overflow-y: auto;
          clear: both;
          -webkit-box-shadow: 0px 0px 19px -2px rgba(0, 0, 0, 0.36);
          -moz-box-shadow: 0px 0px 19px -2px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 0px 19px -2px rgba(0, 0, 0, 0.36); }
          .wrap_app.sectionsinglemodule .singlemodule .notes .listing > h4 {
            font-size: 15px;
            margin: 0 0 10px;
            color: #464646; }
          .wrap_app.sectionsinglemodule .singlemodule .notes .listing form {
            overflow: hidden; }
            .wrap_app.sectionsinglemodule .singlemodule .notes .listing form .error {
              color: #a94442;
              background-color: #f2dede;
              border-color: #ebccd1;
              padding: 10px; }
            .wrap_app.sectionsinglemodule .singlemodule .notes .listing form div {
              width: 100%; }
              .wrap_app.sectionsinglemodule .singlemodule .notes .listing form div textarea {
                width: 97%;
                height: 100px;
                resize: none;
                outline: none;
                border: 0;
                background: #f1f1f1; }
            .wrap_app.sectionsinglemodule .singlemodule .notes .listing form .btnPrint {
              float: right;
              font-size: 13px;
              padding: 10px;
              margin: 10px;
              color: #000000;
              line-height: 23px; }
              .wrap_app.sectionsinglemodule .singlemodule .notes .listing form .btnPrint i.ico-print {
                background: url("bitmaps/ico_print.png") no-repeat left top transparent;
                margin-right: 10px;
                float: left;
                width: 24px;
                height: 24px; }
            .wrap_app.sectionsinglemodule .singlemodule .notes .listing form button {
              float: right;
              background: transparent;
              border: 0;
              cursor: pointer;
              margin: 10px;
              line-height: 23px;
              padding: 10px;
              outline: none; }
              .wrap_app.sectionsinglemodule .singlemodule .notes .listing form button i.ico-saved {
                background: url("bitmaps/ico_saved.jpg") no-repeat left top transparent;
                margin-right: 10px;
                float: left;
                width: 24px;
                height: 24px; }
          .wrap_app.sectionsinglemodule .singlemodule .notes .listing > h5 {
            font-size: 15px;
            color: #6e6e6e;
            display: block;
            overflow: hidden;
            text-transform: uppercase;
            font-family: 'ubuntumedium';
            margin-bottom: 10px; }
          .wrap_app.sectionsinglemodule .singlemodule .notes .listing .listnotes {
            width: 100%;
            overflow: hidden; }
            .wrap_app.sectionsinglemodule .singlemodule .notes .listing .listnotes > li {
              background: #f3f3f3;
              padding: 10px;
              margin: 0 0 10px;
              font-size: 13px;
              color: #6e6e6e;
              line-height: 22px;
              position: relative; }
              .wrap_app.sectionsinglemodule .singlemodule .notes .listing .listnotes > li .actionsComment {
                position: absolute;
                right: 10px;
                top: 10px; }
                .wrap_app.sectionsinglemodule .singlemodule .notes .listing .listnotes > li .actionsComment a {
                  display: inline-block; }
                  .wrap_app.sectionsinglemodule .singlemodule .notes .listing .listnotes > li .actionsComment a:hover {
                    opacity: 0.5; }
                  .wrap_app.sectionsinglemodule .singlemodule .notes .listing .listnotes > li .actionsComment a > i {
                    display: block;
                    width: 20px;
                    height: 20px;
                    margin-left: 5px; }
                    .wrap_app.sectionsinglemodule .singlemodule .notes .listing .listnotes > li .actionsComment a > i.icon-editcomment {
                      background: url("bitmaps/ico_edit.png") no-repeat left top transparent; }
                    .wrap_app.sectionsinglemodule .singlemodule .notes .listing .listnotes > li .actionsComment a > i.icon-delete {
                      display: block;
                      background: url("bitmaps/ico_trash.png") no-repeat left top transparent; }
  .wrap_app aside {
    width: 200px;
    float: left; }
    .wrap_app aside .logo_client {
      display: block;
      /*padding: 30px 0;*/
      margin: 0 0 20px;
      background: #ffffff;
     /* -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; */
    }
      .wrap_app aside .logo_client img {
        max-width: 100%; }
    .wrap_app aside nav {
      overflow: hidden; }
      .wrap_app aside nav a {
        background: #ffffff;
        display: block;
        text-transform: uppercase;
        font-size: 13px;
        color: #000000;
        margin: 0 0 7px;
        padding: 15px 15px;
        line-height: 22px;
        position: relative;
        font-weight: 600;
        /*-webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; */
      }
        .wrap_app aside nav a i {
          font-size: 22px;
          float: left;
          margin: 0 5px 0 0; }
        .wrap_app aside nav a:hover, .wrap_app aside nav a.active {
          background: #000000;
          color: #ffffff; }
        .wrap_app aside nav a.active span {
          background: #ffffff;
          color: #000000; }
        .wrap_app aside nav a span {
          display: none;
          position: absolute;
          right: 8px;
          top: 10px;
          width: 25px;
          height: 25px;
          background: #000000;
          color: #ffffff;
          text-align: center;
          font-size: 14px;
          line-height: 22px;
          font-family: 'ubuntubold';
          line-height: 28px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; 
        }
      .wrap_app aside nav.coursesingle a {
        background: #2072b6;
        color: #ffffff; }
        .wrap_app aside nav.coursesingle a:hover, .wrap_app aside nav.coursesingle a.active {
          background: #525151; }
        .wrap_app aside nav.coursesingle a span {
          background: #ffffff !important;
          color: #2072b6; }
    .wrap_app aside.stuck {
      position: fixed;
      top: 10px; }
  .wrap_app header, .wrap_app section {
    width: 750px;
    float: right; }
  .wrap_app header.mobile {
    display: none; }
  .wrap_app header ul {
    float: right;
    list-style: none; }
    .wrap_app header ul li {
      position: relative; }
      .wrap_app header ul li a {
        font-size: 13px;
        color: #a5a5a5;
/*        font-family: 'ubuntumedium';
*/        line-height: 27px; }
        .wrap_app header ul li a i {
          font-size: 30px;
          float: left;
          margin: 0 5px 0 0; }
          .wrap_app header ul li a i.icon-arrow_down {
            font-size: 12px;
            margin: 7px 0 0 2px;
            padding: 2px 10px; }
      .wrap_app header ul li:hover > a > i.icon-arrow_down {
        background: #ffffff; }
      .wrap_app header ul li:hover > .submenu {
        display: block;
        -webkit-border-radius: 6px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 6px;
        -moz-border-radius-topright: 0;
        border-radius: 6px;
        border-top-right-radius: 0; }
    .wrap_app header ul ul.submenu {
      display: none;
      position: absolute;
      background: #ffffff;
      padding: 7px 10px;
      right: 0;
      top: 23px; }
      .wrap_app header ul ul.submenu li > a {
        color: #000000;
        font-size: 12px; }
        .wrap_app header ul ul.submenu li > a:hover {
          text-decoration: underline; }
    .wrap_app header ul.changeGroup ul.submenu {
      width: 100px;
      z-index: 9999; }
      .wrap_app header ul.changeGroup ul.submenu li > a {
        display: block;
        text-align: center; }
  .wrap_app header h1 {
    font-size: 23px;
    color: #7a7979;
    float: left;
    clear: both;
    margin: 20px 0 20px; }
  .wrap_app header div.title {
    background: #ffffff;
    padding: 16.5px 20px;
    float: left;
    clear: both;
    width: 710px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .wrap_app header div.title h2 {
      color: #2072b6;
      font-size: 23px;
      text-transform: uppercase; }
  .wrap_app section.home {
    overflow: hidden; }
    .wrap_app section.home .izq, .wrap_app section.home .der {
      width: 530px;
      float: left;
      margin: 20px 0 0; }
    .wrap_app section.home .izq .wrapmodule {
      background: #ffffff;
      margin: 0 0 10px;
      padding: 10px;
      overflow: hidden; }
      .wrap_app section.home .izq .wrapmodule.imagecourse .content {
        width: 100%; }
      .wrap_app section.home .izq .wrapmodule article {
        border: 1px solid #e5e5e5;
        padding: 20px;
        overflow: hidden;
        position: relative;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .wrap_app section.home .izq .wrapmodule article > .mobile {
          display: none; }
        .wrap_app section.home .izq .wrapmodule article .image {
          float: left;
          margin: 0 10px 0 0;
          width: 108px; 
          border: 1px solid #EEE;
        }
        .wrap_app section.home .izq .wrapmodule article .content {
          float: right;
          width: 74%; }
          .wrap_app section.home .izq .wrapmodule article .content span.avance {
            position: absolute;
            top: 8%;
            right: 3%;
            display: none;
            width: 35px;
            height: 21px;
            color: #ffffff;
            font-size: 12px;
            padding: 5px 0 0 13px;
            background: url("bitmaps/sprite_avance.png") no-repeat left top transparent; }
            .wrap_app section.home .izq .wrapmodule article .content span.avance.completed {
              background-position: left bottom; }
          .wrap_app section.home .izq .wrapmodule article .content h3 {
            font-size: 18px;
            color: #2072b6;
            line-height: 23px; 
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
          }
          .wrap_app section.home .izq .wrapmodule article .content p {
            font-size: 12px;
            color: #848383;
            margin: 10px 0;
            line-height: 17px;
            font-weight: 300;
             }

            .wrap_app section.home .izq .wrapmodule article .content .datexp {
                /*background: #989898;*/
                background: #a2a2a2;
                border-radius: 4px;
                padding: 7px;
                color: #FFF;
                font-weight: 600;
             }

          .wrap_app section.home .izq .wrapmodule article .content a {
            text-align: center;
            padding: 15px 30px;
            background: #000000;
            margin: 5px 0 0;
            float: left;
            font-size: 15px;
            color: #ffffff;
            text-transform: uppercase;
            /*-webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px; */
          }
            .wrap_app section.home .izq .wrapmodule article .content a:hover {
              background: #2072b6; }
            .wrap_app section.home .izq .wrapmodule article .content a.disabled, .wrap_app section.home .izq .wrapmodule article .content a.disabled:hover {
              background: #cccccc !important; }
            .wrap_app section.home .izq .wrapmodule article .content a.lnkTeacher {
              padding: 0;
              float: none;
              background: transparent !important;
              color: #848383;
              font-size: 12px;
              text-transform: none; }
              .wrap_app section.home .izq .wrapmodule article .content a.lnkTeacher:hover {
                background: transparent !important;
                text-decoration: underline; }
    .wrap_app section.home .der {
      float: right;
      width: 204px;
      min-height: 100px; }
      .wrap_app section.home .der .news {
        overflow: hidden;
        background: #ffffff;
        padding: 10px; }
        .wrap_app section.home .der .news .contnew h4 > a {
              font-size: 18px;
              color: #000000;
              /* font-family: 'ubuntubold'; */
              margin: 10px 0;
              display: block;
              line-height: 23px;
              font-weight: 600;
        }
        .wrap_app section.home .der .news .contnew p > a {
          font-size: 12px;
          color: #848383;
          line-height: 17px; }
        .wrap_app section.home .der .news .contnew a:hover {
          text-decoration: underline; }
        .wrap_app section.home .der .news .owl-nav {
          overflow: hidden;
          margin: 10px 0;
          position: relative; }
          .wrap_app section.home .der .news .owl-nav > div:not(#info) {
            display: block;
            width: 25px;
            height: 25px;
            background: url("bitmaps/arrow_carrousel_news.png") no-repeat left top transparent;
            text-indent: -9999px;
            float: left; }
            .wrap_app section.home .der .news .owl-nav > div:not(#info).owl-next {
              float: right;
              background-position: left bottom; }
          .wrap_app section.home .der .news .owl-nav div#info {
            font-size: 12px;
            color: #848383;
            font-family: 'ubuntumedium';
            position: absolute;
            left: 50%;
            top: 5.5px;
            margin-left: -16.5px; }
  .wrap_app .progressSence {
    width: 750px;
    float: right;
    margin: 20px 0 0; }
    .wrap_app .progressSence .progressbar {
      position: relative;
      width: 100%;
      height: 8px;
      background: #fcfcfc;
      margin-top: 10px; }
      .wrap_app .progressSence .progressbar .current {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 8px;
        background: #3c8fe7; }
  .wrap_app section.fullsize {
    background: #ffffff;
    margin: 20px 0 0;
    padding: 20px;
    width: 710px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .wrap_app section.fullsize img.img_course_int {
      margin-bottom: 10px; }
    .wrap_app section.fullsize.score .single .izq {
      width: 100%; }
      .wrap_app section.fullsize.score .single .izq p {
        font-size: 14px;
        line-height: 20px; }
    .wrap_app section.fullsize.score .listLogrosCourse li {
      float: left;
      list-style: none;
      margin-right: 6px; }
      .wrap_app section.fullsize.score .listLogrosCourse li:last-child {
        margin-right: 0; }
      .wrap_app section.fullsize.score .listLogrosCourse li i {
        display: block;
        width: 14px;
        height: 20px;
        background: url("bitmaps/sprite_icon_logros_score.png") no-repeat left bottom transparent; }
        .wrap_app section.fullsize.score .listLogrosCourse li i.active {
          background-position: left top; }
    .wrap_app section.fullsize.score .btnSolicitarCert {
      float: right;
      margin-top: 20px; }
    .wrap_app section.fullsize .single {
      overflow: hidden;
      margin: 0 0 20px; }
      .wrap_app section.fullsize .single .izq {
        float: left;
        width: 80%; }
        .wrap_app section.fullsize .single .izq h1 {
              font-size: 23px;
              color: #2072b6;
              margin: 0 0 10px;
              line-height: 26px;
              font-weight: 600;
              text-transform: uppercase;
        }
        .wrap_app section.fullsize .single .izq p {
          font-size: 12px;
          color: #848383; }
      .wrap_app section.fullsize .single .der {
            float: right;
            background: #FFF;
            padding: 0 10px;
            border-bottom: 1px solid #c1c1c1;
     }
        .wrap_app section.fullsize .single .der a.back {
          margin-top: 10px; }
        .wrap_app section.fullsize .single .der span.percentageView {
              font-size: 30px;
              color: #5f676f;
              text-align: right;
              display: block;
              margin-top: 5px;
              font-weight: bold;
              padding-bottom: 9px;
            }
        .wrap_app section.fullsize .single .der a.lnkPrint {
          float: right;
          font-size: 15px;
          color: #848383; }
          .wrap_app section.fullsize .single .der a.lnkPrint i {
            margin-right: 5px; }
          .wrap_app section.fullsize .single .der a.lnkPrint:hover {
            text-decoration: underline !important; }
    .wrap_app section.fullsize .topic {
      overflow: hidden;
      margin: 0 0 20px; }
      .wrap_app section.fullsize .topic h2 {
        font-size: 17px;
        color: #000000;
        margin: 0 0 5px; 
        background: #f9f8f8;
        padding: 14px;
        border-bottom: 1px solid #DDD;
      }
      .wrap_app section.fullsize .topic p.drip {
        font-size: 12px;
        color: #848383;
        margin: 0 0 5px;
        overflow: hidden; }
        .wrap_app section.fullsize .topic p.drip a.lnkShowEvaluations {
          display: inline-block; }
          .wrap_app section.fullsize .topic p.drip a.lnkShowEvaluations:hover {
            text-decoration: underline; }
      .wrap_app section.fullsize .topic ul {
        overflow: hidden; }
        .wrap_app section.fullsize .topic ul li {
          margin: 0 0 5px; }

/*           .wrap_app section.fullsize .topic ul li:last-child a{
            border-bottom: none !important;
          }*/
          
          .wrap_app section.fullsize .topic ul li a {
            position: relative;
            display: block;
            /*background: #ededed;*/
            padding: 8px 55px 8px 10px;
            font-size: 17px;
            color: #2072b6;
            line-height: 25px;
          /*  -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px; */
            font-weight: 500;
            border-bottom: 2px solid #e8e8e8;
          }
            .wrap_app section.fullsize .topic ul li a span.iconview {
              display: block;
              position: absolute;
              right: 2%;
              top: 3px;
              width: 24px;
              height: 34px;
              }

            .wrap_app section.fullsize .topic ul li a span.iconview.gold {
               background: url("bitmaps/sprite_view.png") no-repeat left bottom transparent;
            }

            .wrap_app section.fullsize .topic ul li a span.iconview.silver {
               background: url("bitmaps/sprite_view_silver.png") no-repeat left bottom transparent;
            }
              .wrap_app section.fullsize .topic ul li a span.iconview.view {
                background-position: left top; }
            .wrap_app section.fullsize .topic ul li a.exercise {
              color: #ffffff; }
              .wrap_app section.fullsize .topic ul li a.exercise i {
                color: #ffffff; }
            .wrap_app section.fullsize .topic ul li a:hover {
              background: #000000;
              color: #ffffff; }
              .wrap_app section.fullsize .topic ul li a:hover > i {
                color: #ffffff; }
            .wrap_app section.fullsize .topic ul li a i {
              font-size: 26px;
              margin: 0 10px 0 0;
              float: left;
              color: #b0afaf; }
              .wrap_app section.fullsize .topic ul li a i.icontype {
                margin-top: 4px;
                font-size: 19px;
                float: left; }
              .wrap_app section.fullsize .topic ul li a i.red {
                color: #ee4d4d; }
            .wrap_app section.fullsize .topic ul li a i.iconstatus {
              display: block;
              position: absolute;
              right: 0.3%;
              top: 0;
              width: 36px;
              height: 36px;
              background: url("bitmaps/sprite_approved_evaluations_list.png") no-repeat left top transparent; }
              .wrap_app section.fullsize .topic ul li a i.iconstatus.approved {
                background-position: left bottom; }
        .wrap_app section.fullsize .topic ul.disabled li a {
          color: #b0afaf;
          cursor: not-allowed; }
          .wrap_app section.fullsize .topic ul.disabled li a:hover {
            background: #ededed !important; }
            .wrap_app section.fullsize .topic ul.disabled li a:hover i {
              color: #b0afaf; }
    .wrap_app section.fullsize .masonry {
      width: 100%;
      border-bottom: 3px solid #ededed;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .wrap_app section.fullsize .masonry > .module {
        width: 44%;
        margin: 1%;
        padding: 2%;
        float: left;
        background: #ededed;
        position: relative;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .wrap_app section.fullsize .masonry > .module.topic {
          background: transparent;
          position: relative; }
          .wrap_app section.fullsize .masonry > .module.topic:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border: 2px dashed #ededed; }
          .wrap_app section.fullsize .masonry > .module.topic > h2 {
            font-size: 19px;
            color: #000000;
            text-transform: uppercase;
            /* font-family: 'ubuntumedium'; */
            line-height: 24px;
            font-weight: 600; 
          }
          .wrap_app section.fullsize .masonry > .module.topic > p {
                font-size: 15px;
                color: #4a4949;
                line-height: 18px;
                font-family: Arial;
                margin: 0 14px;
              }
            .wrap_app section.fullsize .masonry > .module.topic > p.date {
              font-size: 11px;
              color: #4a4949;
              line-height: 15px;
              text-transform: uppercase;
              font-family: 'ubuntumedium';
              background: url("bitmaps/candado.png") no-repeat left top transparent;
              padding-left: 24px; 
              margin-top: 10px;
            }
            .wrap_app section.fullsize .masonry > .module.topic > p .lnkShowEvaluations {
              position: relative;
              z-index: 9999; }
              .wrap_app section.fullsize .masonry > .module.topic > p .lnkShowEvaluations:hover {
                text-decoration: underline; }
          .wrap_app section.fullsize .masonry > .module.topic > ul, .wrap_app section.fullsize .masonry > .module.topic > ol {
            margin: 15px 0;
            padding-left: 20px; }
            .wrap_app section.fullsize .masonry > .module.topic > ul li, .wrap_app section.fullsize .masonry > .module.topic > ol li {
              font-family: Arial;
              font-size: 15px;
              margin-bottom: 5px;
              color: #4a4949; }
        .wrap_app section.fullsize .masonry > .module a.imgCont {
          display: block;
          border: 4px solid #ffffff;
          position: relative;
          background: #ffffff; }
          .wrap_app section.fullsize .masonry > .module a.imgCont > i {
            position: absolute;
            left: 0;
            bottom: 0;
            background: #ffffff;
            color: #8a8a8a;
            font-size: 25px;
            padding: 2px;
            -webkit-border-top-right-radius: 6px;
            -moz-border-radius-topright: 6px;
            border-top-right-radius: 6px; }
        .wrap_app section.fullsize .masonry > .module p.type {
          font-size: 11px;
          color: #393939;
          font-family: 'ubuntubold';
          margin: 10px 0;
          text-transform: uppercase; }
        .wrap_app section.fullsize .masonry > .module h3 > a {
          display: block;
          width: 100%;
          font-size: 18px;
          color: #000000;
          line-height: 23px;
          position: relative;
          min-height: 50px; }
          .wrap_app section.fullsize .masonry > .module h3 > a span {
            display: block;
            padding-right: 31px; }
          .wrap_app section.fullsize .masonry > .module h3 > a > i {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 40px; }
          .wrap_app section.fullsize .masonry > .module h3 > a:hover {
            text-decoration: underline; }
        .wrap_app section.fullsize .masonry > .module > i.iconview {
          display: block;
          width: 38px;
          height: 72px;
          position: absolute;
          right: 15px;
          top: -5px; }

          .wrap_app section.fullsize .masonry > .module > i.iconview.gold {
          background: url("bitmaps/sprite_view_grilla.png") no-repeat left top transparent;
          }

          .wrap_app section.fullsize .masonry > .module > i.iconview.silver {
          background: url("bitmaps/sprite_view_grilla_silver.png") no-repeat left top transparent;
          }
          

          .wrap_app section.fullsize .masonry > .module > i.iconview.view {
            background-position: left bottom; }
    .wrap_app section.fullsize .content {
      overflow: hidden;
      font-family: 'Arial';
      position: relative; 
      line-height: 20px;
      font-size: 16px !important;
      color: #505458;
      
    }

    .wrap_app section.fullsize .content ol, .wrap_app section.fullsize .content ul {
      padding-left: 42px;
    }

      .wrap_app section.fullsize .content h6 {
        background: #edeeed;
        padding: 10px;
        color: #404549;
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px !important;
        margin-bottom: 20px;
        font-family: 'ubuntubold'; }
      .wrap_app section.fullsize .content h2 {
        font-size: 20px;
        margin: 0 0 10px;
        color: #000000;
        padding-right: 60px;
        line-height: 30px;}
        .wrap_app section.fullsize .content h2 .view:before {
          content: url("bitmaps/sprite_view_on.png"); }
        .wrap_app section.fullsize .content h2 .noview:before {
          content: url("bitmaps/sprite_view_off.png"); }
        .wrap_app section.fullsize .content h2 i.iconview {
          position: relative;
          top: 8px;
          left: 5px; }
      .wrap_app section.fullsize .content p {
        margin: 0 0 15px;
        line-height: 20px;
        font-size: 16px;
        color: #505458 }
      .wrap_app section.fullsize .content ul {
        margin: 7px 0;
        line-height: 20px;
        font-size: 16px;
        color: #3c3c3c;
      }
        .wrap_app section.fullsize .content ul li {
          line-height: 20px;
          margin-bottom: 15px; }
      .wrap_app section.fullsize .content .detail {
        overflow: hidden;
        margin: 40px 0; }
        .wrap_app section.fullsize .content .detail .izq {
          float: left; }
          .wrap_app section.fullsize .content .detail .izq a {
            display: block;
            padding: 10px 20px;
            text-align: center;
            font-size: 15px;
            font-family: 'ubuntumedium';
            color: #000000;
            text-transform: uppercase;
            overflow-y: hidden;
            background: #eeeeee;
            border-radius: 33px;
            border-bottom: 1px solid #b9b9b9;
            }

            .wrap_app section.fullsize .content .detail .izq a:hover {
              background: transparent;
            }

            .wrap_app section.fullsize .content .detail .izq a i {
              font-size: 140px;
              display: block;
              color: #a09e9f; }
              .wrap_app section.fullsize .content .detail .izq a i.icontype {
                font-size: 40px;
                margin-bottom: 20px; }
              .wrap_app section.fullsize .content .detail .izq a i.icontype, .wrap_app section.fullsize .content .detail .izq a i.iconclicked {
                display: inline-block; }
              .wrap_app section.fullsize .content .detail .izq a i.iconclicked {
                font-size: 35px; }
        .wrap_app section.fullsize .content .detail .der {
          float: right;
          padding: 0 20px;
          width: 65%;
          font-size: 13px;
          line-height: 20px; }
          .wrap_app section.fullsize .content .detail .der p {
            margin: 0 0 10px;
            color: #3c3c3c; }

            .wrap_app section.fullsize .content .detail .der p strong {
              background: #EEE;
              padding: 10px 20px;
              border-radius: 15px;
              border-bottom: 1px solid #b9b9b9;
              font-family: montserrat;
              font-weight: 600;
              margin-bottom: 20px;
              display: inline-block;
            }

            .wrap_app section.fullsize .content .detail .der p span {
              color: #000000; }
          .wrap_app section.fullsize .content .detail .der > img {
            width: 50%; }
      .wrap_app section.fullsize .content.completelaoracin .contoptions p {
        line-height: 28px; }
        .wrap_app section.fullsize .content.completelaoracin .contoptions p input {
          text-align: center;
          font-size: 15px;
          width: 1%;
          min-width: 30px; }
      .wrap_app section.fullsize .content i.iconview {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 38px;
        height: 72px;
       }

        .wrap_app section.fullsize .content i.iconview.gold {
        background: url('bitmaps/sprite_view_grilla.png') no-repeat left top transparent; }

        .wrap_app section.fullsize .content i.iconview.silver {
        background: url('bitmaps/sprite_view_grilla_silver.png') no-repeat left top transparent; }

        .wrap_app section.fullsize .content i.iconview.view {
          background-position: left bottom; }
    .wrap_app section.fullsize .pagination {
      overflow: hidden;
      margin-top: 25px; }
      .wrap_app section.fullsize .pagination a:hover {
        background-color: #505050;
        color: white; }
      .wrap_app section.fullsize .pagination a {
        background: #a09e9f;
        display: block;
        text-transform: uppercase;
        font-size: 13px;
        color: #fff;
        margin: 0 0 10px;
        padding: 10px 15px;
        line-height: 18px;
        position: relative;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .wrap_app section.fullsize .pagination a > span {
          display: block;
          font-size: 10px; }
        .wrap_app section.fullsize .pagination a:hover {
          background: #6f6f6f; }
        .wrap_app section.fullsize .pagination a.prev {
          float: left; }
        .wrap_app section.fullsize .pagination a.next {
          float: right; }
    .wrap_app section.fullsize.singlemodule.text .content ul, .wrap_app section.fullsize.singlemodule.text .content ol {
      padding-left: 40px;
      margin-bottom: 10px; }
      .wrap_app section.fullsize.singlemodule.text .content ul li, .wrap_app section.fullsize.singlemodule.text .content ol li {
        margin: 0 0 5px;
        line-height: 20px;
        font-size: 16px;
        color: #505458; }
    .wrap_app section.fullsize.singlemodule.flip #container, .wrap_app section.fullsize.singlemodule.flip .iframePDF {
      position: relative;
      min-height: 680px;
      width: 100%; }
    .wrap_app section.fullsize .btnScorm {
      background: #f1f1f1;
      padding: 40px 0;
      text-align: center;
      display: block;
      color: #ffffff;
      margin-bottom: 20px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
  .wrap_app section.evaluations .wrapmodule {
    background: #ffffff;
    margin: 0 0 10px;
    padding: 10px;
    overflow: hidden;
    position: relative; }
    .wrap_app section.evaluations .wrapmodule p.displayPercentageEvaluation {
      position: absolute;
      top: 35px;
      right: 27px;
      font-weight: bold;
      font-size: 11px; }
    .wrap_app section.evaluations .wrapmodule i.iconstatus {
      background: url("bitmaps/sprite_approved_evaluations_list.png") no-repeat left top transparent;
      position: absolute;
      top: 55px;
      right: 25px;
      width: 36px;
      height: 36px;
      display: block; }
      .wrap_app section.evaluations .wrapmodule i.iconstatus.approved {
        background-position: left bottom; }
    .wrap_app section.evaluations .wrapmodule article {
      border: 1px solid #e5e5e5;
      padding: 20px;
      overflow: hidden;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .wrap_app section.evaluations .wrapmodule article .image {
        float: left;
        margin: 0 10px 0 0;
        width: 100px; }
      .wrap_app section.evaluations .wrapmodule article .content {
        float: right;
        width: 520px; }
        .wrap_app section.evaluations .wrapmodule article .content h3 {
              font-size: 20px;
              color: #2072b6;
              /* font-family: 'ubuntumedium'; */
              margin-right: 40px;
              line-height: 30px; }
        .wrap_app section.evaluations .wrapmodule article .content p {
          font-size: 12px;
          color: #848383;
          margin: 10px 0;
          line-height: 17px;
          margin-right: 40px; }
        .wrap_app section.evaluations .wrapmodule article .content a {
          text-align: center;
          padding: 10px 30px;
          background: #000000;
          margin: 15px 0 0;
          float: left;
          font-size: 15px;
          color: #ffffff;
          text-transform: uppercase;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px; }
          .wrap_app section.evaluations .wrapmodule article .content a:hover {
            background: #2072b6; }
          .wrap_app section.evaluations .wrapmodule article .content a.disabled, .wrap_app section.evaluations .wrapmodule article .content a.disabled:hover {
            background: #cccccc !important; }
  .wrap_app section.singleevaluation * {
    font-family: 'Arial'; }
  .wrap_app section.singleevaluation .steps {
    overflow: hidden;
    margin-bottom: 20px; }
    .wrap_app section.singleevaluation .steps .logo {
      float: left;
      width: 180px; }
    .wrap_app section.singleevaluation .steps .numbers {
      float: right;
      width: 135px;
      margin-top: 15px;
      margin-right: 30px; }
      .wrap_app section.singleevaluation .steps .numbers .item a {
        display: block;
        width: 30px;
        height: 30px;
        background: #eeeeee;
        text-align: center;
        line-height: 30px;
        color: #000000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .wrap_app section.singleevaluation .steps .numbers .item a.active {
          color: #ffffff; }
        .wrap_app section.singleevaluation .steps .numbers .item a.disabled {
          color: #d6d6d6; }
      .wrap_app section.singleevaluation .steps .numbers .owl-nav > div {
        position: absolute;
        top: 0;
        width: 30px;
        height: 30px;
        background: #eeeeee;
        color: #000000;
        text-align: center;
        line-height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .wrap_app section.singleevaluation .steps .numbers .owl-nav > div.owl-prev {
          left: -35px; }
        .wrap_app section.singleevaluation .steps .numbers .owl-nav > div.owl-next {
          right: -30px; }
  .wrap_app section.singleevaluation .summary {
    background: #ecedec;
    list-style: none;
    margin-bottom: 15px;
    overflow: hidden; }
    .wrap_app section.singleevaluation .summary li {
      padding: 15px 20px;
      float: left;
      width: 145px;
      vertical-align: middle; }
      .wrap_app section.singleevaluation .summary li:first-child {
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        width: 114px;
        margin-top: 8px; }
      .wrap_app section.singleevaluation .summary li i.iconsummary {
        float: left;
        width: 70px;
        height: 70px;
        background: url("bitmaps/sprite_summary_evaluations.png") no-repeat left top transparent; }
        .wrap_app section.singleevaluation .summary li i.iconsummary.time {
          background-position: left -70px; }
        .wrap_app section.singleevaluation .summary li i.iconsummary.requiredeva {
          background-position: left -140px; }
      .wrap_app section.singleevaluation .summary li p {
        text-align: center;
        margin-top: 10px; }
        .wrap_app section.singleevaluation .summary li p span {
          display: block;
          font-size: 29px;
          font-weight: bold;
          text-align: center; }
  .wrap_app section.singleevaluation .bar_blue {
    background: #2072b6;
    color: #ffffff;
    padding: 10px;
    margin: 0 0 15px 0;
    overflow: hidden;
    text-align: right;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .wrap_app section.singleevaluation .bar_blue span:after {
      content: " - "; }
    .wrap_app section.singleevaluation .bar_blue span.noafter:after {
      content: ""; }
    .wrap_app section.singleevaluation .bar_blue span.info {
      float: left;
      width: auto;
      margin: 0 5px 0 0; }
    .wrap_app section.singleevaluation .bar_blue span#runner {
      width: auto;
      float: right; }
  .wrap_app section.singleevaluation .content.filequestion .contoptions {
    width: 50%; }
  .wrap_app section.singleevaluation .content.filequestion .file {
    max-width: 45%;
    float: right; }
    .wrap_app section.singleevaluation .content.filequestion .file video {
      width: 100%; }
  .wrap_app section.singleevaluation .content p {
    font-size: 15px; }
  .wrap_app section.singleevaluation .content a.btn {
    float: right;
    clear: both;
    margin: 20px 0; }
  .wrap_app section.singleevaluation .content a.back {
    float: left;
    clear: both; }
  .wrap_app section.singleevaluation .content.form form {
    overflow: hidden; }
    .wrap_app section.singleevaluation .content.form form div {
      margin: 0 0 10px;
      overflow: hidden; }
      .wrap_app section.singleevaluation .content.form form div.preg {
        font-size: 18px;
        background: #eeeeee;
        padding: 10px;
        line-height: 23px; }
        .wrap_app section.singleevaluation .content.form form div.preg h3 {
          font-size: 15px;
          color: #2072b6;
          margin: 0 0 10px; }
        .wrap_app section.singleevaluation .content.form form div.preg p {
          margin: 0 0 5px;
          font-family: 'Arial';
          font-size: 18px; }
      .wrap_app section.singleevaluation .content.form form div.contoptions {
        float: left; }
        .wrap_app section.singleevaluation .content.form form div.contoptions .opciones {
          overflow: hidden;
          line-height: 22px; }
          .wrap_app section.singleevaluation .content.form form div.contoptions .opciones span {
            float: left;
            margin: 0 10px 5px 0; }
          .wrap_app section.singleevaluation .content.form form div.contoptions .opciones .optionImg {
            width: auto;
            max-width: 20%; }
    .wrap_app section.singleevaluation .content.form form img.img_preg {
      float: right; }
    .wrap_app section.singleevaluation .content.form form .textarea {
      width: 100%; }
      .wrap_app section.singleevaluation .content.form form .textarea textarea {
        width: 99%;
        outline: none; 
          font-size: 16px;
          padding: 12px;
          box-sizing: border-box;
          color: #515559;
         }
      .wrap_app section.singleevaluation .content.form form .textarea .help {
        float: right;
        margin: 10px 0;
        font-size: 10px; }
        .wrap_app section.singleevaluation .content.form form .textarea .help input[type='text'] {
          margin: 0 5px 0;
          text-align: center; }
    .wrap_app section.singleevaluation .content.form form div.errors {
      background: #f2dede;
      padding: 10px;
      color: #ffffff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
  .wrap_app section.singleevaluation .content .btns {
    width: 100%;
    float: left;
    margin: 20px 0 !important; }
    .wrap_app section.singleevaluation .content .btns button {
      float: right; }
  .wrap_app section.singleevaluation .content h3 {
    font-size: 25px;
    color: #2072b6;
    margin: 0 0 15px;
    font-family: 'ubuntumedium'; }
  .wrap_app section.singleevaluation .content ul {
    overflow: hidden; }
    .wrap_app section.singleevaluation .content ul > li {
      list-style: inside disc;
      margin: 0 0 7px; }
  .wrap_app section.singleevaluation .resultevaluation strong {
    font-family: 'ubuntubold';
    font-size: 16px; }
  .wrap_app section.singleevaluation.finishevaluation a.lnkShowFeedback {
    float: left;
    clear: both;
    margin: 0 0 15px; }
    .wrap_app section.singleevaluation.finishevaluation a.lnkShowFeedback:hover {
      text-decoration: underline; }
  .wrap_app section.feedbackevaluation .content .pregcontainer, .wrap_app section.feedbackexercises .content .pregcontainer {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #369cd6; }
    .wrap_app section.feedbackevaluation .content .pregcontainer .preg h3, .wrap_app section.feedbackexercises .content .pregcontainer .preg h3 {
      font-size: 20px;
      color: #777777;
      margin: 0 0 10px; }
    .wrap_app section.feedbackevaluation .content .pregcontainer .preg p, .wrap_app section.feedbackexercises .content .pregcontainer .preg p {
      margin: 0 0 5px;
      font-size: 15px; }
    .wrap_app section.feedbackevaluation .content .pregcontainer .preg div.file, .wrap_app section.feedbackexercises .content .pregcontainer .preg div.file {
      width: 30%; }
      .wrap_app section.feedbackevaluation .content .pregcontainer .preg div.file video, .wrap_app section.feedbackevaluation .content .pregcontainer .preg div.file audio, .wrap_app section.feedbackevaluation .content .pregcontainer .preg div.file img, .wrap_app section.feedbackexercises .content .pregcontainer .preg div.file video, .wrap_app section.feedbackexercises .content .pregcontainer .preg div.file audio, .wrap_app section.feedbackexercises .content .pregcontainer .preg div.file img {
        width: 100%; }
    .wrap_app section.feedbackevaluation .content .pregcontainer p, .wrap_app section.feedbackexercises .content .pregcontainer p {
      line-height: 22px; }
      .wrap_app section.feedbackevaluation .content .pregcontainer p input, .wrap_app section.feedbackexercises .content .pregcontainer p input {
        color: #ffffff;
        border: 0;
        text-align: center;
        font-size: 14px; }
        .wrap_app section.feedbackevaluation .content .pregcontainer p input.valid, .wrap_app section.feedbackexercises .content .pregcontainer p input.valid {
          color: #00c605; }
        .wrap_app section.feedbackevaluation .content .pregcontainer p input.invalid, .wrap_app section.feedbackexercises .content .pregcontainer p input.invalid {
          color: red;
          text-decoration: line-through; }
    .wrap_app section.feedbackevaluation .content .pregcontainer ul, .wrap_app section.feedbackexercises .content .pregcontainer ul {
      float: left;
      margin-top: 10px;
      list-style: none;
      width: 100%; }
      .wrap_app section.feedbackevaluation .content .pregcontainer ul li, .wrap_app section.feedbackexercises .content .pregcontainer ul li {
        margin-bottom: 10px;
        list-style: none;
        overflow: hidden; }
        .wrap_app section.feedbackevaluation .content .pregcontainer ul li > div, .wrap_app section.feedbackexercises .content .pregcontainer ul li > div {
          margin-left: 1%;
          width: 94%;
          float: right; }
          .wrap_app section.feedbackevaluation .content .pregcontainer ul li > div .info, .wrap_app section.feedbackexercises .content .pregcontainer ul li > div .info {
            float: none; }
        .wrap_app section.feedbackevaluation .content .pregcontainer ul li p, .wrap_app section.feedbackexercises .content .pregcontainer ul li p {
          display: inline-block;
          margin-bottom: 0; }
          .wrap_app section.feedbackevaluation .content .pregcontainer ul li p .optionImg, .wrap_app section.feedbackexercises .content .pregcontainer ul li p .optionImg {
            width: auto;
            max-width: 20%;
            display: block; }
          .wrap_app section.feedbackevaluation .content .pregcontainer ul li p.valid, .wrap_app section.feedbackexercises .content .pregcontainer ul li p.valid {
            color: #00c605; }
            .wrap_app section.feedbackevaluation .content .pregcontainer ul li p.valid .optionImg, .wrap_app section.feedbackexercises .content .pregcontainer ul li p.valid .optionImg {
              border: 2px solid #00c605; }
          .wrap_app section.feedbackevaluation .content .pregcontainer ul li p.invalid, .wrap_app section.feedbackexercises .content .pregcontainer ul li p.invalid {
            color: red;
            text-decoration: line-through; }
            .wrap_app section.feedbackevaluation .content .pregcontainer ul li p.invalid .optionImg, .wrap_app section.feedbackexercises .content .pregcontainer ul li p.invalid .optionImg {
              border: 2px solid red; }
    .wrap_app section.feedbackevaluation .content .pregcontainer .info, .wrap_app section.feedbackexercises .content .pregcontainer .info {
      margin-top: 10px;
      float: left;
      width: 100%; }
      .wrap_app section.feedbackevaluation .content .pregcontainer .info h6, .wrap_app section.feedbackexercises .content .pregcontainer .info h6 {
        color: #777777;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px; }
      .wrap_app section.feedbackevaluation .content .pregcontainer .info strong, .wrap_app section.feedbackexercises .content .pregcontainer .info strong {
        color: #040404; }
      .wrap_app section.feedbackevaluation .content .pregcontainer .info p, .wrap_app section.feedbackexercises .content .pregcontainer .info p {
        display: block; }
  .wrap_app section.feedbackevaluation .piefeedback, .wrap_app section.feedbackexercises .piefeedback {
    background: #dcdcdc;
    font-size: 20px;
    color: #040404;
    padding: 20px;
    font-family: 'ubuntulight'; }
    .wrap_app section.feedbackevaluation .piefeedback p, .wrap_app section.feedbackexercises .piefeedback p {
      line-height: 26px;
      text-align: center; }
  .wrap_app section.feedbackevaluation table.table, .wrap_app section.feedbackexercises table.table {
    margin-bottom: 20px; }
  .wrap_app section.tasks .conttasks {
    overflow: hidden; }
    .wrap_app section.tasks .conttasks li {
      overflow: hidden;
      margin: 0 0 10px; }
      .wrap_app section.tasks .conttasks li a {
            display: block;
            background: #ededed;
            color: #2072b6;
            font-size: 18px;
            /* font-family: 'ubunturegular'; */
            padding: 10px;
            overflow: hidden;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            cursor: not-allowed;
            line-height: 25px;
     }
        .wrap_app section.tasks .conttasks li a.link {
          cursor: pointer; }
          .wrap_app section.tasks .conttasks li a.link:hover:not(.disabled) {
            background: #2072b6;
            color: #ffffff; }
            .wrap_app section.tasks .conttasks li a.link:hover:not(.disabled) span {
              color: #ffffff; }
        .wrap_app section.tasks .conttasks li a div.left {
          float: left;
          width: 95%; }
          .wrap_app section.tasks .conttasks li a div.left span {
            display: block;
            font-size: 12px;
            color: #848383;
            margin: 5px 0 0; }
        .wrap_app section.tasks .conttasks li a div.right {
          float: right;
          font-size: 16px;
          font-family: 'ubuntumedium';
          margin: 9px 0 0; }
          .wrap_app section.tasks .conttasks li a div.right span {
            float: left;
            width: 15px;
            height: 15px;
            background: red;
            margin-right: 6px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }
            .wrap_app section.tasks .conttasks li a div.right span.green {
              background: green; }
            .wrap_app section.tasks .conttasks li a div.right span.red {
              background: red; }
            .wrap_app section.tasks .conttasks li a div.right span.yellow {
              background: yellow; }
  .wrap_app section.single_task .content ul:not(.attachs) {
    list-style: disc outside;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 20px; }
    .wrap_app section.single_task .content ul:not(.attachs) li {
      margin-bottom: 5px; }
  .wrap_app section.single_task .content .attachs {
    float: left;
    width: 300px;
    overflow: hidden;
    list-style: none;
    margin-top: 20px; }
    .wrap_app section.single_task .content .attachs li {
      margin: 0 0 10px; }
      .wrap_app section.single_task .content .attachs li a {
        color: #000000;
        line-height: 22px; }
        .wrap_app section.single_task .content .attachs li a i {
          font-size: 22px;
          float: left;
          margin-right: 5px; }
        .wrap_app section.single_task .content .attachs li a:hover {
          text-decoration: underline; }
      .wrap_app section.single_task .content .attachs li.title {
        font-size: 22px; }
  .wrap_app section.single_task .content .uploadtask {
    width: 151px;
    float: right; }
    .wrap_app section.single_task .content .uploadtask i {
      font-size: 80px;
      display: block;
      text-align: center;
      color: #bdbbbc; }
    .wrap_app section.single_task .content .uploadtask span {
      display: block;
      background: #000000;
      text-align: center;
      padding: 10px 0;
      font-size: 15px;
      color: #ffffff;
      font-family: 'ubuntumedium';
      text-transform: uppercase;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
    .wrap_app section.single_task .content .uploadtask:hover span {
      background: #2072b6; }
  .wrap_app table {
    width: 100%; }
    .wrap_app table thead tr th, .wrap_app table tbody tr td {
      border-bottom: 1px solid #111111;
      text-align: left;
      padding: 10px;
      border-right: 2px solid #ffffff; 
      line-height: 19px;
    }
    .wrap_app table thead tr th {
      font-weight: bold; }
    .wrap_app table tbody tr td {
      border-bottom: 1px solid #dddddd; }
    .wrap_app table tbody tr:nth-child(even) td {
      background: #f1f1f1; }
    .wrap_app table.score a {
      text-decoration: underline; }
      .wrap_app table.score a.disabled {
        cursor: not-allowed; }
      .wrap_app table.score a.noLink {
        text-decoration: none; }
      .wrap_app table.score a.red {
        color: red; }
      .wrap_app table.score a.green {
        color: green; }
  .wrap_app section.message div.single .izq {
    width: 100%; }
  .wrap_app section.message div.users, .wrap_app section.message div.history {
    background: #ffffff;
    border: 1px solid #d4d4d4;
    height: 380px;
    padding: 15px;
    overflow-y: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .wrap_app section.message div.users {
    float: left;
    width: 156px; }
    .wrap_app section.message div.users a {
      display: block;
      margin: 0 0 8px;
      font-size: 13px;
      color: #848383;
      line-height: 15px; }
      .wrap_app section.message div.users a.active {
        color: #000000; }
  .wrap_app section.message div.history {
    float: right;
    width: 480px; }
    .wrap_app section.message div.history h2 {
      font-size: 15px;
      color: #848383;
      font-family: 'ubuntumedium';
      margin: 0 0 10px; }
    .wrap_app section.message div.history .container {
      overflow: hidden;
      padding-right: 0;
      width: 480px;
      height: 310px;
      margin: 0 0 6px; }
      .wrap_app section.message div.history .container .message {
        float: left;
        background: #f1f1f1;
        padding: 15px;
        margin: 0 0 10px;
        clear: both;
        max-width: 70%; }
        .wrap_app section.message div.history .container .message.me {
          float: right;
          background: transparent;
          color: #000000;
          padding-right: 28px; }
        .wrap_app section.message div.history .container .message p {
          font-size: 15px;
          line-height: 20px;
          word-wrap: break-word; }
        .wrap_app section.message div.history .container .message a.attach {
          display: block;
          border: 1px solid #d4d4d4;
          padding: 10px;
          color: #848383;
          margin: 10px 0;
          line-height: 26px; }
          .wrap_app section.message div.history .container .message a.attach i {
            font-size: 30px;
            float: left; }
          .wrap_app section.message div.history .container .message a.attach:hover {
            background: #c3c3c3;
            color: #ffffff; }
        .wrap_app section.message div.history .container .message span {
          font-size: 10px;
          color: #848383;
          display: block; }
    .wrap_app section.message div.history form {
      overflow: hidden;
      border: 1px solid #bfbfbf; }
      .wrap_app section.message div.history form input {
        width: 85%;
        padding: 3% 1.5%;
        border: 0;
        outline: none; }
      .wrap_app section.message div.history form a {
        font-size: 30px;
        float: right;
        margin: 6px 6px 0 0;
        color: #b4b4b4; }
        .wrap_app section.message div.history form a:hover {
          color: #000000; }
  .wrap_app section.activity article {
    background: #ededed;
    margin: 0 0 10px;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .wrap_app section.activity article h2 {
      font-size: 20px;
      color: #000000;
      float: left; }
    .wrap_app section.activity article p {
      float: right;
      font-size: 15px;
      color: #000000;
      margin: 5px 0 0;
      font-family: 'ubuntumedium'; }
    .wrap_app section.activity article .description {
      float: left;
      clear: both; }
      .wrap_app section.activity article .description p {
        font-size: 12px;
        color: #848383;
        line-height: 22px; }
  .wrap_app section.tools ul.tabs {
    overflow: hidden;
    list-style: none; }
    .wrap_app section.tools ul.tabs li {
      float: left;
      margin: 0 10px 0 0; }
      .wrap_app section.tools ul.tabs li a {
        display: block;
        background: #ededed;
        padding: 8px 10px;
        font-size: 20px;
        color: #2072b6;
        line-height: 25px;
        border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0; }
        .wrap_app section.tools ul.tabs li a.active {
          background: #525151;
          color: #ffffff; }
  .wrap_app section.tools div.tab {
    background: #525151;
    padding: 10px;
    margin: 0 0 20px;
    display: none;
    overflow: hidden;
    border-radius: 0 6px 6px 6px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px; }
    .wrap_app section.tools div.tab.active {
      display: block; }
    .wrap_app section.tools div.tab ul {
      overflow: hidden;
      width: 100%; }
      .wrap_app section.tools div.tab ul li {
        margin: 0 0 6px; }
        .wrap_app section.tools div.tab ul li a {
          display: block;
          background: #ededed;
          padding: 8px 10px;
          font-size: 20px;
          color: #2072b6;
          line-height: 25px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px; }
          .wrap_app section.tools div.tab ul li a:hover {
            background: #2072b6;
            color: #ffffff; }
            .wrap_app section.tools div.tab ul li a:hover i {
              color: #ffffff; }
            .wrap_app section.tools div.tab ul li a:hover div.description p {
              color: #ffffff; }
          .wrap_app section.tools div.tab ul li a i {
            font-size: 26px;
            margin: 0 5px 0 0;
            float: left;
            color: #b0afaf; }
          .wrap_app section.tools div.tab ul li a span.author {
            font-size: 12px; }
          .wrap_app section.tools div.tab ul li a div.description p {
            font-size: 14px;
            line-height: 20px;
            color: #898685; }
        .wrap_app section.tools div.tab ul li:last-child {
          margin-bottom: 0; }
    .wrap_app section.tools div.tab a.upload {
      float: right;
      margin: 0 0 10px;
      padding: 5px 10px;
      line-height: 28px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .wrap_app section.tools div.tab a.upload i {
        font-size: 30px;
        float: left;
        margin-right: 5px; }
    .wrap_app section.tools div.tab p.empty {
      margin-bottom: 0;
      float: left;
      width: 637px; }
  .wrap_app section.forums .contforums {
    overflow: hidden;
    display: inline-block;
    margin: 10px 0 0;
    width: 100%; }
    .wrap_app section.forums .contforums li {
      overflow: hidden;
      margin: 0 0 10px; }
      .wrap_app section.forums .contforums li a {
        display: block;
        background: #ededed;
        color: #2072b6;
        font-size: 20px;
        font-family: 'ubunturegular';
        padding: 10px;
        overflow: hidden;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .wrap_app section.forums .contforums li a div.izq {
          float: left; }
          .wrap_app section.forums .contforums li a div.izq i {
            font-size: 36px;
            float: left;
            margin: 0 5px 0 0; }
        .wrap_app section.forums .contforums li a div.der span {
          display: block;
          font-size: 12px;
          color: #848383;
          margin: 5px 0 0; }
        .wrap_app section.forums .contforums li a:hover {
          background: #2072b6;
          color: #ffffff; }
          .wrap_app section.forums .contforums li a:hover i, .wrap_app section.forums .contforums li a:hover span {
            color: #ffffff !important; }
  .wrap_app section.forums .singleforum {
    width: 100%;
    margin: 10px 0;
    float: left; }
    .wrap_app section.forums .singleforum > div {
      background: #f4f4f4;
      margin: 0 0 5px;
      padding: 10px;
      position: relative;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .wrap_app section.forums .singleforum > div:nth-child(odd) {
        background: #f8f8f8; }
      .wrap_app section.forums .singleforum > div > h2 {
        font-size: 25px;
        color: #2072b6;
        margin: 0 0 5px;
        padding-right: 46px; }
      .wrap_app section.forums .singleforum > div > span {
        display: block;
        font-size: 12px;
        color: #848383;
        margin: 5px 0 10px; }
        .wrap_app section.forums .singleforum > div > span a {
          color: #000000; }
          .wrap_app section.forums .singleforum > div > span a:hover {
            text-decoration: underline; }
      .wrap_app section.forums .singleforum > div > p, .wrap_app section.forums .singleforum > div blockquote {
        margin: 0 0 15px;
        line-height: 20px;
        font-size: 13px;
        color: #848383; }
      .wrap_app section.forums .singleforum > div blockquote {
        padding-left: 10px;
        margin-left: 30px;
        border-left: 5px solid #cccccc;
        margin-top: 20px; }
      .wrap_app section.forums .singleforum > div ul.actions {
        position: absolute;
        right: 10px;
        top: 20px;
        list-style: none; }
        .wrap_app section.forums .singleforum > div ul.actions > li {
          position: relative; }
          .wrap_app section.forums .singleforum > div ul.actions > li > a {
            padding: 3px 5px;
            border-color: #C7C3BF;
            background-color: #FFFFFF;
            background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9);
            background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9);
            background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9);
            background-image: linear-gradient(to bottom, #FFFFFF, #E9E9E9);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9')";
            box-shadow: 0 0 0 1px #FFFFFF inset;
            -webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
            color: #105289;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            font-size: 25px; }
          .wrap_app section.forums .singleforum > div ul.actions > li:hover > ul.submenu {
            display: block; }
          .wrap_app section.forums .singleforum > div ul.actions > li:hover > a {
            border-color: #0a8ed0;
            background-image: -moz-linear-gradient(top, #E9E9E9, #FFFFFF);
            background-image: -webkit-linear-gradient(top, #E9E9E9, #FFFFFF);
            background-image: -o-linear-gradient(top, #E9E9E9, #FFFFFF);
            background-image: linear-gradient(to bottom, #E9E9E9, #FFFFFF);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E9E9E9', EndColorStr='#FFFFFF')";
            text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2); }
        .wrap_app section.forums .singleforum > div ul.actions ul.submenu {
          display: none;
          position: absolute;
          right: 0;
          top: 25px;
          z-index: 9999; }
          .wrap_app section.forums .singleforum > div ul.actions ul.submenu li {
            overflow: hidden; }
            .wrap_app section.forums .singleforum > div ul.actions ul.submenu li a {
              display: block;
              width: 70px;
              background: red;
              border-color: #C7C3BF;
              background-color: #FFFFFF;
              background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9);
              background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9);
              background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9);
              background-image: linear-gradient(to bottom, #FFFFFF, #E9E9E9);
              -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9')";
              box-shadow: 0 0 0 1px #FFFFFF inset;
              -webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
              color: #105289;
              padding: 3px 10px;
              font-size: 13px;
              line-height: 18px; }
              .wrap_app section.forums .singleforum > div ul.actions ul.submenu li a i {
                float: left;
                margin: 0 5px 0 0;
                font-size: 17px; }
                .wrap_app section.forums .singleforum > div ul.actions ul.submenu li a i.icon-edit {
                  color: brown; }
                .wrap_app section.forums .singleforum > div ul.actions ul.submenu li a i.icon-remove {
                  color: red; }
              .wrap_app section.forums .singleforum > div ul.actions ul.submenu li a:hover {
                border-color: #0a8ed0;
                background-image: -moz-linear-gradient(top, #E9E9E9, #FFFFFF);
                background-image: -webkit-linear-gradient(top, #E9E9E9, #FFFFFF);
                background-image: -o-linear-gradient(top, #E9E9E9, #FFFFFF);
                background-image: linear-gradient(to bottom, #E9E9E9, #FFFFFF);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E9E9E9', EndColorStr='#FFFFFF')";
                text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2); }
  .wrap_app section.forums a.back {
    margin: 20px 0 0;
    float: left; }
  .wrap_app section.forums p.empty {
    float: left;
    margin-top: 10px;
    width: 660px; }
    .wrap_app section.forums p.empty strong {
      display: block; }
  .wrap_app section.singlenew * {
    font-size: 14px;
    font-family: arial;

  /*  color: #848383;*/ 
  }

  .wrap_app section.singlenew h2 {
    font-size: 25px;
    color: #2072b6;
    margin: 0 0 10px; }
  .wrap_app section.singlenew p {
    margin: 0 0 15px;
    line-height: 20px; }
  .wrap_app section.singlenew ul, .wrap_app section.singlenew ol {
    list-style: disc outside;
    padding-left: 50px; }
    .wrap_app section.singlenew ul li, .wrap_app section.singlenew ol li {
      margin: 0 0 10px;
      padding-left: 5px; }
  .wrap_app section.singlenew ol {
    list-style: decimal outside; }
  .wrap_app section.exercise .content > form > div {
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .wrap_app section.exercise .content > form > div .preg {
      margin-bottom: 10px; }
      .wrap_app section.exercise .content > form > div .preg h3 {
        font-size: 20px;
        color: #2072b6;
        margin: 0 0 10px; }
      .wrap_app section.exercise .content > form > div .preg audio {
        margin-top: 10px; }
    .wrap_app section.exercise .content > form > div .contoptions .opciones {
      margin-bottom: 10px; }
    .wrap_app section.exercise .content > form > div.image > .contoptions {
      float: left; }
    .wrap_app section.exercise .content > form > div.image .img_preg {
      width: 40%;
      float: right; }
  .wrap_app section.exercise .content > form button {
    float: right; }
  .wrap_app section.biografy img {
    float: left;
    width: 100px;
    margin: 0 10px 10px 0; }
  .wrap_app section.biografy h2 {
    font-size: 28px;
    margin-top: 20px; }
  .wrap_app section.biografy p {
    float: left;
    clear: both;
    margin-bottom: 10px;
    line-height: 22px;
    color: #848383;
    font-size: 14px; }
  .wrap_app section.questionTeacher .form {
    overflow: hidden;
    margin-bottom: 20px; }
    .wrap_app section.questionTeacher .form div.errors {
      width: 100%;
      margin: 0 auto 10px;
      overflow: hidden;
      color: #a94442;
      background: #f2dede;
      padding: 1%; }
    .wrap_app section.questionTeacher .form div.success {
      width: 100%;
      margin: 0 auto 10px;
      overflow: hidden;
      color: #33b86c;
      background: #ccedda;
      padding: 1%; }
    .wrap_app section.questionTeacher .form form {
      overflow: hidden; }
      .wrap_app section.questionTeacher .form form > div {
        margin-bottom: 20px; }
        .wrap_app section.questionTeacher .form form > div > label {
          float: left;
          margin-right: 5px; }
        .wrap_app section.questionTeacher .form form > div p span {
          font-weight: bold; }
        .wrap_app section.questionTeacher .form form > div textarea {
          resize: none;
          width: 100%;
          outline: none;
          box-sizing: border-box; }
      .wrap_app section.questionTeacher .form form button {
        float: right; }
    .wrap_app section.questionTeacher .form .history {
      overflow: hidden;
      list-style: none;
      margin: 0 0 15px;
      max-height: 350px;
      overflow-y: auto; }
      .wrap_app section.questionTeacher .form .history > li {
        margin-bottom: 20px;
        width: 80%;
        float: left;
        clear: both;
        padding: 2%;
        border: 1px solid #dddddd;
        position: relative; }
        .wrap_app section.questionTeacher .form .history > li.me {
          float: right;
          background: #f8f8f8; }
        .wrap_app section.questionTeacher .form .history > li > h5 {
          color: #848383; }
        .wrap_app section.questionTeacher .form .history > li > p {
          margin-top: 10px;
          line-height: 20px;
          font-size: 13px; }
        .wrap_app section.questionTeacher .form .history > li .check {
          position: absolute;
          right: 10px;
          bottom: 10px;
          background: url("bitmaps/check.png") no-repeat left bottom transparent;
          display: block;
          width: 26px;
          height: 18px; }
          .wrap_app section.questionTeacher .form .history > li .check.viewCheck {
            background-position: left top; }

section.contupload {
  overflow: hidden; }
  section.contupload h2 {
    text-align: center;
    font-size: 25px;
    color: #2072b6;
    margin: 25px 0 20px; }
  section.contupload form {
    overflow: hidden; }
    section.contupload form div {
      margin: 0 0 10px;
      text-align: center; }
      section.contupload form div input[type='text'], section.contupload form div textarea {
        padding: 10px;
        width: 80%;
        font: 13.3333px Arial; }
      section.contupload form div textarea {
        resize: none; }
      section.contupload form div a.uploadtool {
        display: block;
        background: #000000;
        color: #ffffff;
        width: 85%;
        margin: 0 auto;
        padding: 10px 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        section.contupload form div a.uploadtool i {
          display: block;
          font-size: 38px; }
        section.contupload form div a.uploadtool.disabled {
          background: #525151 !important;
          cursor: not-allowed; }
        section.contupload form div a.uploadtool:hover:not(.disabled) {
          background: #ffffff;
          color: #000000; }

section.contnewforum {
  overflow: hidden; }
  section.contnewforum h2 {
    text-align: center;
    font-size: 25px;
    color: #2072b6;
    margin: 25px 0 20px; }
  section.contnewforum div.errors {
    width: 83%;
    margin: 0 auto 10px;
    overflow: hidden;
    color: #a94442;
    background: #f2dede;
    padding: 1%; }
  section.contnewforum form {
    overflow: hidden;
    margin-bottom: 20px; }
    section.contnewforum form > div {
      width: 85%;
      margin: 0 auto 10px; }
      section.contnewforum form > div input[type='text'] {
        padding: 1.5%;
        width: 96%;
        margin: 0 auto; }
      section.contnewforum form > div #cke_content {
        width: 99.2%; }
      section.contnewforum form > div button {
        float: right; }

section.history > h2 {
  text-align: center;
  font-size: 25px;
  color: #2072b6;
  margin: 25px 0 20px; }
section.history .container {
  overflow: hidden; }
  section.history .container article {
    width: 95%;
    margin: 0 auto 1.5%;
    background: #ffffff;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    section.history .container article span {
      display: block;
      font-size: 12px;
      color: #848383;
      margin: 5px 0 10px; }
    section.history .container article > p, section.history .container article blockquote {
      margin: 0 0 15px;
      line-height: 20px;
      font-size: 13px;
      color: #848383; }
    section.history .container article blockquote {
      margin-top: 20px;
      padding-left: 10px;
      margin-left: 30px;
      border-left: 5px solid #cccccc; }

section.changePassword h2 {
  font-size: 25px;
  color: #2072b6;
  margin: 0 0 20px; }
section.changePassword div.errors {
  background: #f2dede;
  padding: 10px;
  color: #a94442;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px; }
section.changePassword div.success {
  background-color: #ccedda;
  color: #33b86c;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px; }
  section.changePassword div.success a {
    display: inline-block;
    margin-left: 5px;
    color: #000; }
    section.changePassword div.success a:hover {
      text-decoration: underline; }
section.changePassword form {
  overflow: hidden; }
  section.changePassword form div:not(.success):not(.errors) {
    margin-bottom: 20px;
    border-bottom: 1px solid #a9a8a8;
    padding: 10px 0; }
    section.changePassword form div:not(.success):not(.errors) i {
      float: left;
      width: 22px;
      height: 22px;
      background: url("bitmaps/sprite_login.png") no-repeat left top transparent;
      margin: 8px 10px 0 0; }
    section.changePassword form div:not(.success):not(.errors) i.pass {
      background-position: left bottom; }
    section.changePassword form div:not(.success):not(.errors) input {
      color: #848383;
      font-size: 15px;
      font-family: 'ubuntulight';
      border: 0;
      padding: 10px;
      width: 86%; }
      section.changePassword form div:not(.success):not(.errors) input:focus {
        border: 0;
        outline: none; }
  section.changePassword form a.link {
    float: right;
    font-size: 13px;
    color: #848383;
    margin-top: 15px;
    text-decoration: none; }
    section.changePassword form a.link:hover {
      text-decoration: underline; }

section.listEvaluationDependent h2 {
  font-size: 23px;
  margin: 0 0 10px; }
section.listEvaluationDependent ul {
  list-style: none; }
  section.listEvaluationDependent ul li {
    padding: 10px;
    background: #f1f1f1;
    margin: 0 0 10px; }
    section.listEvaluationDependent ul li:last-child {
      margin-bottom: 0; }

section.slide .owl-item {
  overflow: hidden; }
  section.slide .owl-item > div {
    padding: 0 65px;
    position: relative; }
    section.slide .owl-item > div audio {
      width: 100%;
      margin: 10px 0; }
    section.slide .owl-item > div a.lnkShowAgain {
      display: none;
      position: absolute;
      left: 65px;
      top: 65%;
      z-index: 9999;
      background-color: rgba(0, 0, 0, 0.6);
      color: #ffffff;
      font-size: 18px;
      font-family: 'ubunturegular';
      padding: 5px 10px; }
section.slide .owl-carousel .owl-controls .owl-nav .owl-prev,
section.slide .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 56px;
  margin-top: -28px;
  text-indent: -9999px;
  background: url("/cliente/css/bitmaps/arrow_slide.png") no-repeat left top transparent; }
section.slide .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  background-position: left bottom; }
section.slide .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0; }
section.slide .owl-carousel .owl-controls .owl-nav .owl-prev.disabled,
section.slide .owl-carousel .owl-controls .owl-nav .owl-next.disabled {
  display: none !important; }
section.slide .owl-carousel .owl-dots {
  text-align: center; }
section.slide .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #d5d5d5;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
section.slide .owl-carousel .owl-dots .owl-dot.active {
  background: #515151; }

footer {
  width: 100%;
  background: #ffffff;
  margin: 100px 0 0;
  font-family: 'Helvetica'; }
  footer div {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative; }
    footer div a.logo_footer {
      position: absolute;
      left: 0;
      bottom: 53px;
      width: 90px;
      padding: 10px;
      background: #ffffff; }
    footer div > p {
      color: #6e6e6e;
      font-size: 12px; }

.text h3{
  font-size: 23px;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 25px;
  color: #505458;
  font-family: 'Roboto', sans-serif;
}

.text hr{
    color: #EEE !important;
    border: #EEE 1px solid !important;
    margin: 0px 0 !important;
}

.new {
  -webkit-animation: highlight-fade 4s ease-out;
  -moz-animation: highlight-fade 4s ease-out;
  -o-animation: highlight-fade 4s ease-out;
  animation: highlight-fade 4s ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes highlight-fade {
  0% {
    background: #525151; }
  100% {
    background: #ededed; } }
@-moz-keyframes highlight-fade {
  0% {
    background: #525151; }
  100% {
    background: #ededed; } }
@-ms-keyframes highlight-fade {
  0% {
    background: #525151; }
  100% {
    background: #ededed; } }
@keyframes highlight-fade {
  0% {
    background: #525151; }
  100% {
    background: #ededed; } }
.newinside {
  -webkit-animation: highlight-fade-2 4s ease-out;
  -moz-animation: highlight-fade-2 4s ease-out;
  -o-animation: highlight-fade-2 4s ease-out;
  animation: highlight-fade-2 4s ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes highlight-fade-2 {
  0% {
    background: #525151; }
  100% {
    background: transparent; } }
@-moz-keyframes highlight-fade-2 {
  0% {
    background: #525151; }
  100% {
    background: transparent; } }
@-ms-keyframes highlight-fade-2 {
  0% {
    background: #525151; }
  100% {
    background: transparent; } }
@keyframes highlight-fade-2 {
  0% {
    background: #525151; }
  100% {
    background: transparent; } }
@media (max-width: 1000px) {
  body {
    border-top: 0; }

  img.img_course_int {
    width: 100%; }

  .wrap_app {
    width: 100%;
    margin: 0; }
    .wrap_app header {
      width: 96%;
      float: left;
      background: #ffffff;
      padding: 3% 2%; }
      .wrap_app header.mobile {
        display: block;
        background: #c7203e;
        padding: 2.5%; }
        .wrap_app header.mobile > h1 {
          float: left; }
          .wrap_app header.mobile > h1 a {
            color: #ffffff; }
        .wrap_app header.mobile a.navmenu {
          float: right; }
          .wrap_app header.mobile a.navmenu i {
            font-size: 25px;
            color: #ffffff; }
      .wrap_app header > h1 {
        text-align: center;
        float: none;
        margin: 0; }
      .wrap_app header > ul {
        display: none; }
      .wrap_app header div.title {
        width: 98%;
        float: left;
        padding: 1%; }
        .wrap_app header div.title h2 {
          text-align: center; }
    .wrap_app aside, .wrap_app section.home .der {
      display: none; }
    .wrap_app section {
      width: 98%;
      padding: 0 1%; }
    .wrap_app section.home .izq {
      width: 100%;
      margin-top: 10px; }
      .wrap_app section.home .izq .wrapmodule {
        width: 47%;
        float: left;
        padding: 1%; }
        .wrap_app section.home .izq .wrapmodule:nth-child(2n) {
          float: right; }
        .wrap_app section.home .izq .wrapmodule article .mobile {
          display: block;
          margin-bottom: 10px; }
        .wrap_app section.home .izq .wrapmodule article .image {
          display: none; }
        .wrap_app section.home .izq .wrapmodule article .content {
          float: none;
          width: auto; }
    .wrap_app section.course {
      width: 94%;
      padding: 2%;
      margin: 10px 1%; }
      .wrap_app section.course img.img_course_int {
        width: 100%; }
      .wrap_app section.course .single .izq {
        width: 100%;
        float: none; }
        .wrap_app section.course .single .izq * {
          text-align: center; }
      .wrap_app section.course .single .der {
        float: none;
        width: 100%; }
        .wrap_app section.course .single .der span.percentageView {
          display: block;
          text-align: center; }
    .wrap_app section.fullsize {
      width: 94%;
      padding: 2%;
      margin: 10px 1%; }
      .wrap_app section.fullsize .single {
        margin-bottom: 10px; }
        .wrap_app section.fullsize .single .izq {
          float: none;
          width: 100%; }
          .wrap_app section.fullsize .single .izq * {
            text-align: center; }
        .wrap_app section.fullsize .single .der {
          float: none;
          width: 100%; }
          .wrap_app section.fullsize .single .der a.back {
            display: block;
            width: 140px;
            margin: 10px auto; }
    .wrap_app section.evaluations .wrapmodule article .content {
      float: none;
      width: auto; }
    .wrap_app section.tools div.tab a.upload {
      float: none;
      display: block; }
    .wrap_app section.tools div.tab p.empty {
      width: 96%;
      float: none;
      padding: 2%; }
    .wrap_app section.forums .btn {
      float: none;
      display: inline-block; }
    .wrap_app section.forums p.empty {
      width: 96%;
      float: none;
      padding: 2%; }
    .wrap_app section.forums .singleforum {
      float: none; }
    .wrap_app section.forums a.back {
      float: none;
      display: block; }

  footer {
    background: transparent;
    margin: 0;
    overflow: hidden; }
    footer div {
      width: 100%;
      text-align: center;
      padding-bottom: 0;
      margin-bottom: -3px; }
      footer div a.logo_footer {
        position: static;
        display: none; }
      footer div p {
        display: none; }

  .mm-listview a.logo_client {
    display: block;
    width: 50%;
    margin: 0 auto; }
    .mm-listview a.logo_client img {
      width: 100%; }
  .mm-listview a.lnkSingleCourse {
    color: #ffffff; } }
@media (max-width: 850px) {
  body.login {
    background-size: auto !important;
    padding-bottom: 60px; }


  .boton_especial_home {
    padding: 2px;
    display: flex;
    position: relative;
    margin: 5px auto;
  }  

  .btn {
    float: none;
    margin: 0 auto; }

  .btn.login{
    width: 100%;
    font-size: 23px;
  }

  .cont_logo_footer {
    margin: 10px auto !important;
    position: inherit;
    display: inline-block;
    }

  /*LOGIN*/
  .wrap {
    width: 100%;
    margin-top: 0; }
    .wrap .logo {
      float: none;
      width: auto; }
      .wrap .logo img {
        width: 140px; }
    .wrap .form {
      float: none;
      margin: 15px auto;
      width: 90%; }
      .wrap .form .content {
        padding: 20px; }
        .wrap .form .content h2 {
          font-size: 20px; }
        .wrap .form .content form div input {
          width: 70%; }

  .wrap_app section.fullsize .pagination a {
    width: 30%; }

  .wrap_app.sectionsinglemodule .singlemodule .contwritting .comments,
  .wrap_app.sectionsinglemodule .singlemodule .contwritting .notes {
    float: none;
    width: 100%;
    margin-right: 0; } }
@media (max-width: 760px) {
  .wrap_app section.singleevaluation .summary li {
    width: 29%;
    padding: 2%; }
    .wrap_app section.singleevaluation .summary li:first-child {
      width: 100%; }
      .wrap_app section.singleevaluation .summary li:first-child br {
        display: none; }
    .wrap_app section.singleevaluation .summary li i {
      display: block;
      float: none !important;
      margin: 0 auto; }
    .wrap_app section.singleevaluation .summary li p {
      font-size: 14px; }
      .wrap_app section.singleevaluation .summary li p span {
        font-size: 25px; }

  .contmenu {
    display: none; }

  video {
    border: 3px dotted #EEE; }

  .wrap_app.sectionsinglemodule .singlemodule.videoplayer video {
    width: -webkit-fill-available; }

  .wrap_app section.fullsize .content h2 {
    padding: 10px; } }
@media (max-width: 676px) {
  .wrap_app header:not(.mobile) > h1 {
    font-size: 16px;
    line-height: 26px; }
  .wrap_app header div.title h2 {
    font-size: 18px; }
  .wrap_app section.home .izq .wrapmodule {
    width: 98%; }
    .wrap_app section.home .izq .wrapmodule article {
      padding: 3% 2%; }
      .wrap_app section.home .izq .wrapmodule article .content {
        text-align: center; }
        .wrap_app section.home .izq .wrapmodule article .content a {
          float: none;
          display: block; }
        .wrap_app section.home .izq .wrapmodule article .content a.lnkTeacher {
          display: inline-block;
          margin-top: 0; }
  .wrap_app section.singleevaluation .content.form form div.contoptions {
    float: none;
    width: 100%; }
  .wrap_app section.singleevaluation .content.filequestion .file {
    float: none;
    max-width: 100%; }
    .wrap_app section.singleevaluation .content.filequestion .file audio, .wrap_app section.singleevaluation .content.filequestion .file video {
      width: 100%; }
  .wrap_app section.feedbackevaluation .single .der, .wrap_app section.feedbackexercises .single .der {
    display: block;
    text-align: center; }
    .wrap_app section.feedbackevaluation .single .der a.lnkPrint, .wrap_app section.feedbackexercises .single .der a.lnkPrint {
      display: inline-block;
      margin: 10px 0;
      float: none; }
  .wrap_app section.tools ul.tabs {
    display: table;
    margin-bottom: -5px; }
    .wrap_app section.tools ul.tabs li {
      display: table-cell;
      width: 50%;
      float: none; }
      .wrap_app section.tools ul.tabs li a {
        display: block;
        height: 49px;
        font-size: 18px;
        line-height: 16px; }
  .wrap_app section.fullsize .content .detail .der, .wrap_app section.fullsize .content .detail .izq {
    float: none;
    width: auto;
    padding: 0; }

  video {
    border: 3px dotted #EEE; }

  .wrap_app.sectionsinglemodule .singlemodule.videoplayer video {
    width: -webkit-fill-available; }

  .wrap_app section.fullsize .content h2 {
    padding: 10px; } }
@media (max-width: 520px) {
  .wrap_app section.fullsize .content .detail .izq {
    width: 100%;
    float: none;
    padding: 0; }
  .wrap_app section.fullsize .content .detail .der {
    float: none;
    width: 100%;
    margin: 10px 0; }
  .wrap_app section.fullsize .masonry > .module {
    width: 94%; }
  .wrap_app section.activity article h2 {
    float: none; }
  .wrap_app section.activity article p {
    float: none;
    width: 100%; } }
@media (max-width: 400px) {
  .wrap_app header.mobile > h1 {
    font-size: 18px;
    line-height: 26px; }
  .wrap_app section.evaluations .wrapmodule article .image {
    float: none;
    text-align: center;
    margin-bottom: 15px;
    display: block; }
    .wrap_app section.evaluations .wrapmodule article .image img {
      max-width: 100%; }
  .wrap_app section.biografy p {
    font-size: 12px;
    line-height: 18px; }
  .wrap_app section.changePassword form div input {
    width: 80%; }

  /*LOGIN*/
  .wrap .form .content h2 {
    font-size: 18px; } 

   .wrap_app section.fullsize.singlemodule.flip #container, .wrap_app section.fullsize.singlemodule.flip .iframePDF {
      position: relative;
      min-height: 480px;
      width: 100%; }


  }
@media (max-width: 300px) {
  .wrap_app section.biografy img {
    display: none; }
  .wrap_app section.biografy h2 {
    margin: 10px 0 10px; } 

   .wrap_app section.fullsize.singlemodule.flip #container, .wrap_app section.fullsize.singlemodule.flip .iframePDF {
      position: relative;
      min-height: 480px;
      width: 100%; }

  }
@media print {
  .wrap_app header.mobile a.navmenu i,
  .wrap_app header ul li a i.icon-arrow_down,
  .wrap_app section.fullsize .single .der {
    visibility: hidden; } }

/*# sourceMappingURL=clients.css.map */
