/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* piso ancho movil por iframe */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "nexa_lightregular", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
  font-family: "nexa_regularregular", Arial, sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
  font-family: "nexa_regularregular", Arial, sans-serif;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "nexa_regularregular", Arial, sans-serif;
  margin-top: 9px;
  margin-bottom: 9px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 22px;
}

h3,
.h3 {
  font-size: 17px;
}

h4,
.h4 {
  font-size: 13px;
  font-family: "nexa_regularregular", Arial, sans-serif;
}

h5,
.h5 {
  font-size: 12px;
  font-family: "nexa_regularregular", Arial, sans-serif;
}

h6,
.h6 {
  font-size: 10px;
  font-family: "nexa_regularregular", Arial, sans-serif;
}

p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #5594e6;
}

a.text-primary:hover {
  color: #2978df;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #5594e6;
}

a.bg-primary:hover {
  background-color: #2978df;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fffadd;
}

a.bg-warning:hover {
  background-color: #fff3aa;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #d5d5d5;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 527px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 13px;
  border-left: 5px solid #d5d5d5;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d5d5d5;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://ucampus.uchile.cl/d/font/glyphicons-halflings-regular.eot");
  src: url("https://ucampus.uchile.cl/d/font/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("https://ucampus.uchile.cl/d/font/glyphicons-halflings-regular.woff") format("woff"),
    url("https://ucampus.uchile.cl/d/font/glyphicons-halflings-regular.woff2") format("woff2"),
    url("https://ucampus.uchile.cl/d/font/glyphicons-halflings-regular.ttf") format("truetype"),
    url("https://ucampus.uchile.cl/d/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-display: swap;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #5594e6;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1f6cd0;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

em a {
  color: #81b0ed;
}

img {
  vertical-align: middle;
}

/*
   * Web Fonts from fontspring.com
   *
   * All OpenType features and all extended glyphs have been removed.
   * Fully installable fonts can be purchased at http://www.fontspring.com
   *
   * The fonts included in this stylesheet are subject to the End User License you purchased
   * from Fontspring. The fonts are protected under domestic and international trademark and
   * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
   * distributing this font software.
   *
   * (c) 2010-2014 Fontspring
   *
   *
   *
   *
   * The fonts included are copyrighted by the vendor listed below.
   *
   * Vendor:      Fontfabric
   * License URL: http://www.fontspring.com/fflicense/fontfabric
   *
   *
   */
@font-face {
  font-family: "nexa_boldregular";
  src: url("https://ucampus.uchile.cl/d/font/Nexa_Bold-webfont.eot");
  src: url("https://ucampus.uchile.cl/d/font/Nexa_Bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Bold-webfont.woff") format("woff"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Bold-webfont.ttf") format("truetype"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "nexa_lightregular";
  src: url("https://ucampus.uchile.cl/d/font/Nexa_Light-webfont.eot");
  src: url("https://ucampus.uchile.cl/d/font/Nexa_Light-webfont.eot?#iefix") format("embedded-opentype"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Light-webfont.woff") format("woff"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Light-webfont.ttf") format("truetype"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Light-webfont.svg#nexa_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "nexa_light_italicitalic";
  src: url("https://ucampus.uchile.cl/d/font/Nexa_Light_Italic-webfont.eot");
  src: url("https://ucampus.uchile.cl/d/font/Nexa_Light_Italic-webfont.eot?#iefix") format("embedded-opentype"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Light_Italic-webfont.woff") format("woff"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Light_Italic-webfont.ttf") format("truetype"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Light_Italic-webfont.svg#nexa_light_italicitalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "nexa_regularregular";
  src: url("https://ucampus.uchile.cl/d/font/Nexa_Regular-webfont.eot");
  src: url("https://ucampus.uchile.cl/d/font/Nexa_Regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Regular-webfont.woff") format("woff"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Regular-webfont.ttf") format("truetype"),
    url("https://ucampus.uchile.cl/d/font/Nexa_Regular-webfont.svg#nexa_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pictos";
  src: url("https://ucampus.uchile.cl/d/font/pictos-web.eot");
  src: local("â˜º"),
    url("https://ucampus.uchile.cl/d/font/pictos-web.eot?#iefix") format("embedded-opentype"),
    url("https://ucampus.uchile.cl/d/font/pictos-web.woff") format("woff"),
    url("https://ucampus.uchile.cl/d/font/pictos-web.ttf") format("truetype"),
    url("https://ucampus.uchile.cl/d/font/pictos-web.svg#webfontIyfZbseF") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "eraserdust";
  src: url("https://ucampus.uchile.cl/d/font/eraserdust-webfont.eot");
  src: url("https://ucampus.uchile.cl/d/font/eraserdust-webfont.eot?#iefix") format("embedded-opentype"),
    url("https://ucampus.uchile.cl/d/font/eraserdust-webfont.woff2") format("woff2"),
    url("https://ucampus.uchile.cl/d/font/eraserdust-webfont.woff") format("woff"),
    url("https://ucampus.uchile.cl/d/font/eraserdust-webfont.ttf") format("truetype"),
    url("https://ucampus.uchile.cl/d/font/eraserdust-webfont.svg#eraserdust") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#modulos {
  min-height: 100%;
  background-color: #f0f0f0;
  position: relative;
  margin: 0 0 -49px 0;
  padding: 1em 0 49px 0.8em;
  overflow: hidden;
  width: 240px;
  font-size: 1em;
  color: #333;
}

#modulos:empty {
  display: none;
}

#modulos div:hover h1 .fa {
  display: inline-block;
}

#modulos div h1 {
  white-space: nowrap;
}

#modulos div h1 .fa {
  display: none;
  color: #777;
  text-decoration: none;
  margin-left: 1em;
  font-size: 0.8em;
}

#modulos div h1 span {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#modulos div img {
  width: 1.5em;
  height: auto;
  margin-left: -0.4em !important;
}

#modulos div h1 a.toggle {
  cursor: pointer;
  text-decoration: none;
  font-family: "nexa_lightregular", Arial, sans-serif;
  color: #5594e6;
}

#modulos div.bloque>ul {
  display: none;
}

#modulos div.bloque h1 .nuevo {
  font-size: 0.47em;
  margin: 0 0.1em 0 0;
}

#modulos div.bloque.active>ul {
  display: block;
}

#modulos div.bloque.active h1 .nuevo {
  display: none;
}

#modulos div.bloque.active h1>a.toggle:after {
  margin-left: 0.2em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#modulos div.bloque.active .grs.active>span {
  display: none;
}

#modulos div #favs li h1,
#modulos div#instituciones li h1 {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

#modulos div #favs li span:not(.nuevo),
#modulos div#instituciones li span:not(.nuevo) {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

#modulos div #favs li img,
#modulos div#instituciones li img {
  float: none;
  margin: 0;
}

#modulos div #favs.editing li,
#modulos div#instituciones.editing li {
  background-image: url("https://ucampus.uchile.cl/d/images/grip_vertical.svg");
  background-repeat: no-repeat;
  background-position: 3px 50%;
  background-size: auto 1em;
  cursor: move;
  padding-left: 0.4em;
}

#modulos div #favs.editing li span.nuevo,
#modulos div#instituciones.editing li span.nuevo {
  display: none !important;
}

#modulos div #favs.editing a,
#modulos div#instituciones.editing a {
  pointer-events: none;
}

#modulos div #favs.editing .del,
#modulos div#instituciones.editing .del {
  pointer-events: auto;
  display: inline-block;
  cursor: pointer;
  margin: 0.1em 0 0 0;
  padding: 0;
}

#modulos div #favs.editing .del:hover,
#modulos div#instituciones.editing .del:hover {
  color: red;
  background-color: transparent;
}

#modulos div #favs .del,
#modulos div#instituciones .del {
  display: none;
  float: right;
  margin: 0;
  color: #999;
}

#modulos ul {
  padding: 4.5px 0;
  list-style-type: none;
}

#modulos h1 {
  margin: 0;
  padding: 0.5em 0.5em 0 0.5em;
  font-size: 1.3em;
  font-family: "nexa_regularregular", Arial, sans-serif;
  color: #555;
}

#modulos h1 em {
  font-size: 0.6em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#modulos li {
  padding: 0;
  margin: 0 0.2em 0 0;
}

#modulos li li {
  margin-right: 0;
}

#modulos li h1 {
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  color: #777;
}

#modulos li h1 .sprite_cargos,
#modulos li h1 img {
  margin: 0.1em 0.4em 0.8em 0;
  float: left;
}

#modulos li h1 em {
  font-size: 1em;
}

#modulos li h2 {
  font-size: 0.7em;
  color: #9d9d9d;
}

#modulos li a {
  color: #777;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 0.4em 1em;
}

#modulos li a:not(.nuevo):hover {
  color: #444444;
  background-color: #d5d5d5;
  border-radius: 5px;
}

#modulos li.sel>a:not(.nuevo) {
  color: #555;
  font-weight: bold;
}

#modulos li.sel>a:not(.nuevo) h1 {
  color: #555;
  font-weight: bold;
}

#modulos li.grs ul {
  display: none;
  margin: 0 0 0 0.4em;
}

#modulos li.grs ul a {
  font-weight: normal;
  font-size: 0.9em;
}

#modulos li.grs.active a.toggle:after {
  margin-left: 0.2em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#modulos li.grs.active ul {
  display: block;
}

#modulos .live {
  font-size: 0.6em;
  display: block;
  height: 2.2em;
  width: 2.2em;
  line-height: 2em;
  text-align: right;
  float: right;
  margin: -2.9em 2.7em 0 0;
  border-radius: 50%;
  padding: 0;
  text-decoration: none;
  text-overflow: initial;
  position: relative;
}

#modulos .live:hover {
  background-color: transparent !important;
}

#modulos .live img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#modulos .pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(34, 34, 34, 0.3);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(34, 34, 34, 0);
  }
}

#modulos .nuevo {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.6em;
  background-color: #e00000;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
  text-overflow: initial;
  border: 1px solid #e00000;
  position: relative;
  float: right;
  margin: -2.8em 0.5em 0 0;
  display: block;
}

#modulos .nuevo:hover {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
}

@media (max-width: 527px) {
  #modulos .nuevo {
    margin-top: -3.8em;
    /* un poco mas arriba */
  }
}

#modulos .nuevos {
  display: none;
  font-size: 0.8em;
  margin: 0;
  padding: 0 0.2em;
  text-align: right;
}

#modulos .nuevos.active {
  display: block;
}

#modulos .nuevos li {
  display: block;
  margin: 0;
}

#modulos .nuevos li a {
  margin: 0;
  padding: 0 0.3em;
  color: #333;
  font-weight: normal !important;
}

#modulos .nuevos li a:before {
  content: "";
}

#modulos .grupos {
  padding: 0;
  font-size: 0.9em;
}

#modulos .grupos>h1 {
  margin-left: 1.8em;
}

#modulos .grupos li {
  margin-right: 0.1em;
}

#modulos .grupos>ul {
  display: none;
}

#modulos .grupos.active>ul {
  display: block;
}

#modulos .grupos.active a.toggle:after {
  margin-left: 0.2em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#modulos .grupos.active h1 .nuevo {
  display: none;
}

ul.modulos {
  padding: 0;
  background-color: #f0f0f0;
}

ul.modulos.force_perfil {
  background-color: #f2dede;
}

ul.modulos li {
  position: relative;
  list-style-type: none;
  padding: 0.1em;
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 4.5em;
  height: 4.2em;
  vertical-align: top;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

ul.modulos li a {
  text-decoration: none;
}

ul.modulos li a:hover span {
  color: #333;
}

ul.modulos li.sel {
  background-color: #fff;
}

ul.modulos li.sel.invisible {
  display: none;
}

ul.modulos li span {
  display: block;
  color: #999;
  font-size: 0.7em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.modulos li.sel span {
  color: #333;
}

ul.modulos li.sel img {
  padding: 2px;
}

ul.modulos li img {
  width: auto;
  height: 2.8em;
  margin: 0;
  padding: 0.2em;
}

ul.modulos.fijos {
  margin-top: 0.4em;
  position: absolute;
  right: 0;
}

ul.modulos .nuevo {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  position: absolute;
  top: 0;
  right: 0.5em;
  font-size: 0.6em;
  background-color: #e00000;
  color: #fff !important;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  height: 2.3em;
  width: 2.3em;
  line-height: 2.3em;
  font-weight: bold;
  border: 1px solid #fff;
}

@media (max-width: 527px) {
  ul.modulos:not(.fijos) {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    clear: block;
    margin: 5px !important;
    padding: 3px 10px;
    transition: max-height 0.5s;
  }

  ul.modulos:not(.fijos).active {
    width: 100%;
    height: 100%;
    max-height: 500px;
    overflow: auto;
  }

  ul.modulos:not(.fijos).active:after {
    display: none;
  }

  ul.modulos:not(.fijos).active:before {
    display: inline;
  }

  ul.modulos:not(.fijos).active li {
    position: static;
  }

  ul.modulos:not(.fijos).active li.sel {
    background-color: #ffd;
  }

  ul.modulos:not(.fijos).active li a {
    pointer-events: auto;
  }

  ul.modulos:not(.fijos):after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 120%;
    z-index: 1001;
    color: #999;
  }

  ul.modulos:not(.fijos):before {
    font-family: "Glyphicons Halflings";
    content: "\e113";
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 120%;
    z-index: 1001;
    color: #999;
    display: none;
  }

  ul.modulos:not(.fijos) li {
    position: absolute;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    height: 40px;
  }

  ul.modulos:not(.fijos) li a {
    width: 100%;
    overflow: auto;
    display: block;
    color: #333;
    text-align: left;
    pointer-events: none;
  }

  ul.modulos:not(.fijos) li span {
    margin-left: 0.5em;
    display: inline;
    font-family: "nexa_lightregular", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 13px;
    font-family: "nexa_regularregular", Arial, sans-serif;
  }

  ul.modulos:not(.fijos) li span small,
  ul.modulos:not(.fijos) li span .small {
    font-weight: normal;
    line-height: 1;
    color: #999;
    font-family: "nexa_regularregular", Arial, sans-serif;
  }

  ul.modulos:not(.fijos) li span small,
  ul.modulos:not(.fijos) li span .small {
    font-size: 75%;
  }

  ul.modulos:not(.fijos) li span.nuevo {
    min-width: 1.8em;
    width: initial;
    height: 1.8em;
    font-size: 100%;
    position: inherit;
    line-height: 1;
    padding: 4px 0;
    margin: 10px 10px 0 0;
    float: right;
  }

  ul.modulos:not(.fijos) li.sel {
    z-index: 1000;
  }

  ul.modulos:not(.fijos) li.sel.invisible {
    display: block;
  }

  ul.modulos:not(.fijos) li:hover {
    background-color: #ffd;
  }
}

ul.modulo,
ul.submodulo {
  list-style-type: none;
  display: block;
  margin: 9px 0 1em 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #d5d5d5;
}

ul.modulo li,
ul.submodulo li {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 1px 0 0;
  background-color: #f0f0f0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-weight: normal !important;
}

ul.modulo li:hover,
ul.submodulo li:hover {
  background-color: #e3e3e3;
}

ul.modulo li.sel,
ul.submodulo li.sel {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

ul.modulo li.sel a,
ul.submodulo li.sel a {
  color: #555;
}

ul.modulo li a,
ul.submodulo li a {
  text-decoration: none;
}

ul.submodulo {
  padding-left: 1em;
}

ul.submodulo li {
  padding: 3px 15px;
  background-color: #fff;
}

a.boton,
.boton,
a.buscar,
input.buscar,
form input[type="submit"],
button,
a.boton:not([ref]),
a.button,
.button,
a.button:not([ref]) {
  white-space: nowrap;
  color: #fff;
  background-color: #5594e6;
  border: 1px solid #3f86e3;
  text-decoration: none;
  padding: 0.5em 1.2em;
  margin: 0 0.2em;
  border-radius: 4px;
}

a.boton em,
.boton em,
a.buscar em,
input.buscar em,
form input[type="submit"] em,
button em,
a.boton:not([ref]) em,
a.button em,
.button em,
a.button:not([ref]) em {
  color: #fff;
}

a.boton.confirm,
.boton.confirm,
a.buscar.confirm,
input.buscar.confirm,
form input[type="submit"].confirm,
button.confirm,
a.boton:not([ref]).confirm,
a.boton.wrong,
.boton.wrong,
a.buscar.wrong,
input.buscar.wrong,
form input[type="submit"].wrong,
button.wrong,
a.boton:not([ref]).wrong,
a.button.confirm,
.button.confirm,
a.button:not([ref]).confirm,
a.button.wrong,
.button.wrong,
a.button:not([ref]).wrong {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

a.boton.confirm:hover,
.boton.confirm:hover,
a.buscar.confirm:hover,
input.buscar.confirm:hover,
form input[type="submit"].confirm:hover,
button.confirm:hover,
a.boton:not([ref]).confirm:hover,
a.boton.wrong:hover,
.boton.wrong:hover,
a.buscar.wrong:hover,
input.buscar.wrong:hover,
form input[type="submit"].wrong:hover,
button.wrong:hover,
a.boton:not([ref]).wrong:hover,
a.button.confirm:hover,
.button.confirm:hover,
a.button:not([ref]).confirm:hover,
a.button.wrong:hover,
.button.wrong:hover,
a.button:not([ref]).wrong:hover {
  color: #fff;
  background-color: #d43f3a;
  border-color: #c9302c;
}

a.boton.warn,
.boton.warn,
a.buscar.warn,
input.buscar.warn,
form input[type="submit"].warn,
button.warn,
a.boton:not([ref]).warn,
a.button.warn,
.button.warn,
a.button:not([ref]).warn {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

a.boton.warn:hover,
.boton.warn:hover,
a.buscar.warn:hover,
input.buscar.warn:hover,
form input[type="submit"].warn:hover,
button.warn:hover,
a.boton:not([ref]).warn:hover,
a.button.warn:hover,
.button.warn:hover,
a.button:not([ref]).warn:hover {
  color: #fff;
  background-color: #eea236;
  border-color: #ec971f;
}

a.boton.ok,
.boton.ok,
a.buscar.ok,
input.buscar.ok,
form input[type="submit"].ok,
button.ok,
a.boton:not([ref]).ok,
a.button.ok,
.button.ok,
a.button:not([ref]).ok {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

a.boton.ok:hover,
.boton.ok:hover,
a.buscar.ok:hover,
input.buscar.ok:hover,
form input[type="submit"].ok:hover,
button.ok:hover,
a.boton:not([ref]).ok:hover,
a.button.ok:hover,
.button.ok:hover,
a.button:not([ref]).ok:hover {
  color: #fff;
  background-color: #4cae4c;
  border-color: #449d44;
}

a.boton.info,
.boton.info,
a.buscar.info,
input.buscar.info,
form input[type="submit"].info,
button.info,
a.boton:not([ref]).info,
a.button.info,
.button.info,
a.button:not([ref]).info {
  color: #fff;
  background-color: #5594e6;
  border-color: #3f86e3;
}

a.boton.disabled,
.boton.disabled,
a.buscar.disabled,
input.buscar.disabled,
form input[type="submit"].disabled,
button.disabled,
a.boton:not([ref]).disabled,
a.boton:disabled,
.boton:disabled,
a.buscar:disabled,
input.buscar:disabled,
form input[type="submit"]:disabled,
button:disabled,
a.boton:not([ref]):disabled,
a.button.disabled,
.button.disabled,
a.button:not([ref]).disabled,
a.button:disabled,
.button:disabled,
a.button:not([ref]):disabled {
  color: #999;
  background-color: #fff;
  border-color: #ccc;
  cursor: default;
  pointer-events: none;
}

a.boton.disabled span,
.boton.disabled span,
a.buscar.disabled span,
input.buscar.disabled span,
form input[type="submit"].disabled span,
button.disabled span,
a.boton:not([ref]).disabled span,
a.boton:disabled span,
.boton:disabled span,
a.buscar:disabled span,
input.buscar:disabled span,
form input[type="submit"]:disabled span,
button:disabled span,
a.boton:not([ref]):disabled span,
a.button.disabled span,
.button.disabled span,
a.button:not([ref]).disabled span,
a.button:disabled span,
.button:disabled span,
a.button:not([ref]):disabled span {
  color: #999;
}

a.boton .glyphicon,
.boton .glyphicon,
a.buscar .glyphicon,
input.buscar .glyphicon,
form input[type="submit"] .glyphicon,
button .glyphicon,
a.boton:not([ref]) .glyphicon,
a.button .glyphicon,
.button .glyphicon,
a.button:not([ref]) .glyphicon {
  display: inline-block;
}

a.boton:hover,
.boton:hover,
a.buscar:hover,
input.buscar:hover,
form input[type="submit"]:hover,
button:hover,
a.boton:not([ref]):hover,
a.button:hover,
.button:hover,
a.button:not([ref]):hover {
  color: #fff;
  background-color: #3f86e3;
  border-color: #2978df;
}

input.boton,
input.button {
  -webkit-appearance: square-button;
}

a.boton,
a.button {
  padding: 0.65em 1.2em;
  line-height: 45px;
}

form input[type="file"]::-webkit-file-upload-button {
  white-space: nowrap;
  color: #fff;
  background-color: #5594e6;
  border: 1px solid #3f86e3;
  text-decoration: none;
  padding: 0.5em 1.2em;
  margin: 0 0.2em;
  border-radius: 4px;
  font-size: 85%;
  margin: 0;
}

form input[type="file"]::-webkit-file-upload-button em {
  color: #fff;
}

form input[type="file"]::-webkit-file-upload-button.confirm,
form input[type="file"]::-webkit-file-upload-button.wrong {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

form input[type="file"]::-webkit-file-upload-button.confirm:hover,
form input[type="file"]::-webkit-file-upload-button.wrong:hover {
  color: #fff;
  background-color: #d43f3a;
  border-color: #c9302c;
}

form input[type="file"]::-webkit-file-upload-button.warn {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

form input[type="file"]::-webkit-file-upload-button.warn:hover {
  color: #fff;
  background-color: #eea236;
  border-color: #ec971f;
}

form input[type="file"]::-webkit-file-upload-button.ok {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

form input[type="file"]::-webkit-file-upload-button.ok:hover {
  color: #fff;
  background-color: #4cae4c;
  border-color: #449d44;
}

form input[type="file"]::-webkit-file-upload-button.info {
  color: #fff;
  background-color: #5594e6;
  border-color: #3f86e3;
}

form input[type="file"]::-webkit-file-upload-button.disabled,
form input[type="file"]::-webkit-file-upload-button:disabled {
  color: #999;
  background-color: #fff;
  border-color: #ccc;
  cursor: default;
  pointer-events: none;
}

form input[type="file"]::-webkit-file-upload-button.disabled span,
form input[type="file"]::-webkit-file-upload-button:disabled span {
  color: #999;
}

form input[type="file"]::-webkit-file-upload-button .glyphicon {
  display: inline-block;
}

form input[type="file"]::-webkit-file-upload-button:hover {
  color: #fff;
  background-color: #3f86e3;
  border-color: #2978df;
}

#body.movil-2 .boton.primary,
#body.movil-2 .button.primary,
#body.movil-2 .button.primary {
  display: none;
}

a.button:focus:not(.disabled):not(".no-wait"),
a.boton:focus:not(.disabled):not(".no-wait"),
input[type="submit"]:focus:not(.disabled):not(".no-wait"),
a.button:focus:not(.disabled):not(".no-wait") {
  outline: none;
  transition: padding 0.2s ease-in, background-image 0s ease-in 0.5s;
  padding-left: 2.4em;
  background-image: url("https://ucampus.uchile.cl/d/images/loading.gif");
  background-repeat: no-repeat;
  background-position: 10px center;
}

*>.tooltip {
  opacity: 0;
  display: inline-block;
  position: absolute;
  background-color: rgba(50, 50, 50, 0.9);
  color: white;
  font-size: 0.9em;
  line-height: 1em;
  padding: 0.5em 1em;
  border-radius: 3px;
  transition: opacity 0.3s ease-in-out 0.3s;
  z-index: 100;
  margin-top: 1em;
  margin-left: -2em;
  pointer-events: none;
}

*:hover>.tooltip {
  opacity: 1;
}

.viz-tooltip {
  background-color: #fff;
  color: #000;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);
  text-align: left;
  padding: 4px 10px;
  position: absolute;
  z-index: 1;
  height: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s;
  font: 12px Arial;
}

em,
.ayuda {
  font-style: italic;
  color: #999;
  font-size: 0.9em;
  font-weight: normal;
}

table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 9px 0;
}

table .detalle {
  display: none;
}

table ol,
table ul {
  padding-left: 1.5em;
  margin-bottom: 0;
}

table ol.profes,
table ul.profes {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

table ol.profes li,
table ul.profes li {
  vertical-align: top;
  display: inline-block;
  margin: 0.5em 0.5em 0 0;
}

table ol.profes img.chica,
table ul.profes img.chica {
  width: 1.3em;
  height: 1.3em;
}

table h1,
table h1 *,
table h2 {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

table h1 a.opcion,
table h1 * a.opcion {
  font-size: 1em;
}

table h2,
table h2 * {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

table h1,
table h2 {
  font-size: 1em;
  margin: 0;
}

table h1 img.chica,
table h1 .icono,
table h1 img.cargo,
table h1 img.base {
  float: left;
  height: 2.2em;
  width: 2.2em;
  margin-right: 4.5px;
}

table h1 em {
  color: #999;
  font-weight: 200;
  font-style: normal;
}

table h1 em .glyphicon {
  color: #b3b3b3;
  font-size: 0.9em;
}

table h1 input[type="checkbox"],
table h1 input[type="radio"] {
  float: left;
  margin-bottom: 0.5em;
}

table h1 .star {
  margin-left: 0.3em;
}

table h1 a {
  font-size: 1em;
}

table h2 {
  color: #999;
  font-size: 0.9em;
}

table h2 img.chica {
  float: none;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

table h2 .cargo {
  margin-left: -1.2em;
}

table input[type="text"] {
  min-width: 50%;
}

table input[type="text"]:only-child,
table textarea {
  min-width: 100%;
}

table tr.search,
table td.search {
  background-color: #f0f0f0;
}

table tr.search input,
table td.search input {
  padding: 2px 5px;
}

table caption {
  text-align: right;
  height: 18px;
  opacity: 0.4;
  transition: opacity 0.2s;
}

table caption a {
  padding: 0 0.5em;
  margin-left: 1.5em;
  font-size: 0.8em;
}

table caption a.sort:before {
  content: "\e150";
}

table caption a.sort:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
}

@media (max-width: 527px) {
  table caption a.sort {
    display: none;
  }
}

table:hover caption {
  opacity: 1;
}

table thead tr th {
  text-align: left;
  background-color: #fff;
  vertical-align: bottom;
}

table thead tr th h1 {
  font-weight: bold;
  line-height: inherit;
}

table thead tr th h2 {
  display: none;
}

table thead tr th.asc:before {
  content: "\25BC";
  margin-left: -1em;
  margin-top: 0.3em;
  position: absolute;
  font-size: 0.7em;
  color: red;
}

table thead tr th.desc:before {
  content: "\25B2";
  margin-left: -1em;
  margin-top: 0.3em;
  position: absolute;
  font-size: 0.7em;
  color: red;
}

table tr {
  border-bottom: 1px solid #d5d5d5;
}

table td {
  vertical-align: top;
}

table td .hover {
  display: none;
}

table td:hover .hover {
  display: inline-block;
  margin-left: 0.4em;
  font-size: 0.95em;
}

table th,
table td {
  padding: 5px;
}

table tbody th {
  text-align: right;
  background-color: #f6f6f6;
  font-weight: normal;
  padding-right: 1em;
  vertical-align: top;
  max-width: 10em;
}

table tbody th em {
  display: block;
}

table tbody tr:hover:not(.separador) td {
  background-color: rgba(255, 255, 0, 0.15);
}

table tbody tr:hover:not(.separador) td.ok {
  background-color: #d9edd1;
}

table tbody tr:hover:not(.separador) td.warn {
  background-color: #fff8d3;
}

table tbody tr:hover:not(.separador) td.wrong {
  background-color: #efd7d7;
}

table tbody tr:hover:not(.separador) td.info {
  background-color: #d1e9f5;
}

table tbody tr:hover:not(.separador) td.almost {
  background-color: #c5d4b1;
}

table tbody .req th:before {
  content: "*";
  margin-top: 0.8em;
  margin-right: -0.5em;
  color: #d9534f;
  float: right;
  line-height: 0.2em;
}

@media (max-width: 527px) {
  table tbody .req th:before {
    float: left;
    margin-left: -0.5em;
  }
}

table tbody tr.separador {
  background-color: #eeece1;
}

table tbody tr.separador.sticky {
  top: 27px;
  white-space: nowrap;
}

@media (max-width: 527px) {
  table tbody tr.separador.sticky {
    top: 77px;
  }
}

table tbody tr.separador td {
  height: 2.2em;
  /* el height en td equivale al min-height */
}

table tbody tr.separador td>span {
  display: inline-block;
  vertical-align: middle;
}

table tbody tr.separador td>em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}

table tfoot,
table tr.foot,
table td.foot {
  background-color: #f0f0f0;
  font-weight: bold;
}

table tfoot h1,
table tr.foot h1,
table td.foot h1 {
  font-weight: bold;
}

table th.number,
table td.number,
table th.bool,
table td.bool {
  text-align: center;
}

table th.date,
table td.date,
table .date.td,
table th.fecha,
table td.fecha,
table .fecha.td,
table th.center,
table td.center,
table .center td {
  text-align: center;
}

table th.opt {
  text-align: center;
  width: 1%;
  white-space: nowrap;
}

table th.opt input[type="checkbox"] {
  vertical-align: bottom;
}

table th.currency,
table td.currency {
  text-align: right;
  white-space: nowrap;
}

table td.opciones {
  vertical-align: top;
}

table tr.separador td.number {
  text-align: left;
  white-space: normal;
}

table td.gris {
  background-color: #f0f0f0;
}

table tr.nuevo,
table tr.new {
  background-color: #ffffea;
}

table tr.nuevo h1 a,
table tr.new h1 a {
  font-weight: bold;
}

table tr.ok td,
table td.ok,
table .ok td {
  background-color: #dff0d8;
  color: #3c763d;
}

table tr.ok td h2,
table td.ok h2,
table .ok td h2 {
  color: #737373;
}

table tr.ok td.disabled,
table td.ok.disabled,
table .ok.disabled td,
table .disabled td.ok {
  background-color: #eef7ea;
  color: #67b168;
}

table tr.warn td,
table td.warn,
table .warn td {
  background-color: #fffadd;
  color: #8a6d3b;
}

table tr.warn td h2,
table td.warn h2,
table .warn td h2 {
  color: #737373;
}

table tr.warn td.disabled,
table td.warn.disabled,
table .warn.disabled td,
table .disabled td.warn {
  background-color: #fffef7;
  color: #c0a16b;
}

table tr.wrong td,
table td.wrong,
table .wrong td {
  background-color: #f2dede;
  color: #a94442;
}

table tr.wrong td h2,
table td.wrong h2,
table .wrong td h2 {
  color: #737373;
}

table tr.wrong td.disabled,
table td.wrong.disabled,
table .wrong.disabled td,
table .disabled td.wrong {
  background-color: #f9f0f0;
  color: #ce8483;
}

table tr.info td,
table td.info,
table .info td {
  background-color: #d9edf7;
  color: #31708f;
}

table tr.info td h2,
table td.info h2,
table .info td h2 {
  color: #737373;
}

table tr.strong td,
table td.strong,
table .strong td,
table tr.strong,
table tr.strong td *,
table td.strong *,
table .strong td *,
table tr.strong * {
  font-weight: bold;
}

table.sortable thead tr th {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

table.form {
  border-top-width: 1em;
  border-bottom-width: 1em;
  background-color: #f6f6f6;
  border-radius: 0.5em;
  width: auto;
  min-width: 50%;
}

table.form caption {
  height: auto;
}

table.form em {
  font-weight: normal;
}

table.form.big {
  width: 100% !important;
}

table.form.medium {
  width: 40em !important;
}

@media (max-width: 527px) {
  table.form.medium {
    width: 100% !important;
  }
}

table.form.multi tr th {
  background-color: #f6f6f6;
}

table.form.multi tbody tr {
  border-bottom: 1px solid #fff;
}

table.form.multi tbody tr:first-child td,
table.form.multi tbody tr:first-child th {
  padding-top: 0.5em;
}

table.form.multi tbody tr:last-child {
  border-bottom: 0;
}

table.form.multi tbody td.number,
table.form.multi tbody td.fecha,
table.form.multi tbody td.center,
table.form.multi tbody td.date,
table.form.multi tbody td.bool {
  padding-left: 2em;
}

table.form.multi tfoot tr {
  border-bottom: 0;
}

table.form.lineal {
  min-width: 0;
  width: auto;
}

table.form.lineal tbody tr.req th:before {
  float: none;
  font-size: 1.4em;
  vertical-align: middle;
  line-height: 0.5em;
  margin: 0 0.5em 0 -1em;
}

table.form.lineal tbody tr th,
table.form.lineal tbody tr td {
  display: block;
  min-width: 100%;
  text-align: left;
  padding: 0.5em 2em 1em 2em;
}

table.form.lineal tbody tr th {
  padding-bottom: 0 !important;
}

table.form.lineal caption {
  display: none;
}

table.form thead tr {
  border-bottom: 1px solid #fff;
}

table.form thead tr th {
  background-color: transparent;
  padding: 1em;
}

table.form tbody tr {
  border-bottom: 0;
}

table.form tbody tr:hover td {
  background-color: inherit;
}

table.form tbody tr:first-child td:last-child {
  border-top-right-radius: 0.5em;
}

table.form tbody tr:first-child td,
table.form tbody tr:first-child th {
  padding-top: 1em;
}

table.form tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5em;
}

table.form tbody tr:last-child td,
table.form tbody tr:last-child th {
  padding-bottom: 1em;
}

table.form tbody tr.separador {
  background-color: inherit;
}

table.form tbody tr.separador td {
  padding-left: 2em;
  height: auto;
  font-family: "nexa_lightregular";
  font-size: 1.3em;
  border-top: 1px solid #fff;
}

table.form tbody tr.separador td em {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
}

table.form tbody tr th {
  font-weight: 500;
  background-color: transparent;
  padding-left: 2em;
  max-width: 50%;
}

@media (max-width: 527px) {
  table.form tbody tr th {
    max-width: none;
  }
}

table.form tbody tr td {
  padding-right: 2em;
}

table.form tbody tr td,
table.form tbody tr th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

table.form tbody tr input[type="text"]:only-child.number,
table.form tbody tr textarea:only-child.number,
table.form tbody tr input[type="text"]:only-child.date,
table.form tbody tr textarea:only-child.date,
table.form tbody tr input[type="text"]:only-child.fecha,
table.form tbody tr textarea:only-child.fecha {
  min-width: inherit !important;
  width: 10em !important;
}

table.form tbody tr input[type="text"]:only-child.porcentaje,
table.form tbody tr textarea:only-child.porcentaje,
table.form tbody tr input[type="text"]:only-child.short,
table.form tbody tr textarea:only-child.short {
  width: 20em !important;
  min-width: inherit !important;
}

table.form tbody tr input[type="text"]:only-child.short,
table.form tbody tr textarea:only-child.short {
  width: 5em !important;
  min-width: inherit !important;
}

table.form tbody tr input[type="text"]:only-child.medium,
table.form tbody tr textarea:only-child.medium {
  min-width: inherit !important;
  width: 50%;
}

table.form tbody tr input.hora {
  width: 5em !important;
  min-width: inherit !important;
}

table.auto {
  width: auto;
}

table.short {
  max-width: 60em;
  min-width: 20%;
}

table.clean {
  width: auto;
}

table.clean tr {
  border: 0;
}

table.clean tr:hover {
  background-color: transparent;
}

table.clean th,
table.clean td {
  border: 0;
  padding-bottom: 0.5em;
}

table.clean th {
  font-weight: 700;
  background-color: transparent;
  text-align: right;
  max-width: initial;
}

table.clean td {
  text-align: left;
}

table.detalle {
  border-top-width: 1em;
  border-bottom-width: 1em;
  background-color: #f6f6f6;
  border-radius: 0.5em;
  width: auto;
  min-width: 50%;
}

table.detalle caption {
  height: auto;
}

table.detalle em {
  font-weight: normal;
}

table.detalle.short {
  min-width: 20%;
}

table.detalle.big {
  min-width: 70%;
}

table.detalle.multi tr th {
  background-color: #f6f6f6;
}

table.detalle.multi tbody tr {
  border-bottom: 1px solid #fff;
}

table.detalle.multi tbody tr:first-child td,
table.detalle.multi tbody tr:first-child th {
  padding-top: 0.5em;
  border-radius: 0 !important;
}

table.detalle.multi tbody tr:last-child {
  border-bottom: 0;
}

table.detalle.multi tbody td.number,
table.detalle.multi tbody td.fecha,
table.detalle.multi tbody td.center,
table.detalle.multi tbody td.date,
table.detalle.multi tbody td.bool {
  padding-left: 2em;
}

table.detalle.multi tfoot tr {
  border-top: 1px solid #fff;
  border-bottom: 0;
}

table.detalle.multi tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 0.5em;
}

table.detalle.multi tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 0.5em;
}

table.detalle.multi thead tr {
  border-bottom: 1px solid #fff;
}

table.detalle.multi thead tr th {
  padding: 1em;
}

table.detalle.multi thead tr th:first-child {
  border-top-left-radius: 0.5em;
}

table.detalle.multi thead tr th:last-child {
  border-top-right-radius: 0.5em;
}

table.detalle tbody tr {
  border-bottom: 0;
}

table.detalle tbody tr:hover td {
  background-color: inherit;
}

table.detalle tbody tr:first-child td:last-child {
  border-top-right-radius: 0.5em;
}

table.detalle tbody tr:first-child td,
table.detalle tbody tr:first-child th {
  padding-top: 1em;
}

table.detalle tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5em;
}

table.detalle tbody tr:last-child td,
table.detalle tbody tr:last-child th {
  padding-bottom: 1em;
}

table.detalle tbody tr.separador {
  background-color: inherit;
}

table.detalle tbody tr.separador td {
  padding-left: 2em;
  padding-bottom: 0;
  font-family: "nexa_lightregular";
  font-size: 1.3em;
  border-top: 1px solid #fff;
}

table.detalle tbody tr.separador td a.opcion {
  font-size: 0.7em;
}

table.detalle tbody tr.separador td em {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
}

table.detalle tbody tr th {
  font-weight: 500;
  background-color: transparent;
  padding-left: 2em;
  max-width: 50%;
}

table.detalle tbody tr td {
  padding-right: 2em;
}

table.detalle tbody tr td,
table.detalle tbody tr th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

table .ui-sortable-helper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #cccc00;
  opacity: 0.3;
}

table.sort-active tr:not(.separador) td.sort-handle {
  background-image: url("https://ucampus.uchile.cl/d/images/grip_vertical.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 1.3em;
  cursor: move;
  padding: 1em;
}

table.sort-active .dummy {
  display: none;
}

table.sort-active .dummy:only-child {
  display: table-row;
}

@media (max-width: 527px) {

  table thead th.bool,
  table thead th.number,
  table thead th.date,
  table thead th.fecha,
  table thead th.rel {
    max-width: 3em;
    overflow: hidden;
  }

  table.form tbody tr.separador td,
  table.detalle tbody tr.separador td {
    padding-left: 0;
    line-height: 1.05em;
  }

  table.form tbody tr:last-child th,
  table.detalle tbody tr:last-child th {
    padding-bottom: 0;
    /* anulo otro last child en movil */
  }

  table.form tbody tr th,
  table.detalle tbody tr th {
    max-width: 100%;
  }

  div.responsive-data {
    clear: both;
    margin-top: 10px;
  }

  div.responsive-data div.responsive-row {
    clear: left;
    margin: 0.5em 0.5em;
  }

  div.responsive-data div.responsive-row .responsive-label {
    font-weight: bold;
    margin-right: 0.2em;
    clear: both;
  }

  div.responsive-data div.responsive-row .responsive-label:after {
    content: ":";
  }
}

.paginar em {
  clear: left;
  display: block;
  font-style: normal;
  color: #333;
  font-weight: normal;
  padding-top: 9px;
  font-size: 13px;
  text-align: left;
}

ul.paginas {
  display: block;
  overflow: auto;
  margin: 18px auto;
}

ul.paginas li {
  display: inline;
}

ul.paginas li a,
ul.paginas li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #5594e6;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

ul.paginas li span {
  border: 0;
  background-color: transparent;
  color: #333;
}

ul.paginas li:first-child a,
ul.paginas li:first-child span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

ul.paginas li:last-child a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

ul.paginas li a:hover,
ul.paginas li a:focus {
  color: #1f6cd0;
  background-color: #d5d5d5;
  border-color: #ddd;
}

ul.paginas li a.disabled,
ul.paginas li .disabled a,
ul.paginas li .disabled * a {
  color: #999;
}

ul.paginas li a.disabled:hover,
ul.paginas li .disabled a:hover,
ul.paginas li .disabled * a:hover {
  color: #999;
  background-color: inherit;
  cursor: default;
}

ul.paginas .sel a,
ul.paginas .sel a:hover,
ul.paginas .sel a:focus {
  z-index: 2;
  color: #fff;
  background-color: #5594e6;
  border-color: #5594e6;
  cursor: default;
}

.ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.wrong {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.info a:not(.chosen-single) {
  color: #2978df;
}

.warn {
  background-color: #fffadd;
  border-color: #ffe4aa;
  color: #8a6d3b;
}

.gris {
  background-color: #f0f0f0;
  color: #222;
}

.almost {
  background-color: #cad8b8;
  border-color: #c4cfa8;
  color: #3f7134;
}

p.warn,
p.ok,
p.wrong,
p.info,
div.warn,
div.ok,
div.wrong,
div.info {
  border-style: solid;
  border-width: 0;
  border-left-width: 3px;
  padding: 0.4em 1em;
  margin: 0.4em 0;
}

em.warn,
em.ok,
em.info,
em.wrong {
  background-color: inherit;
}

div.mensaje {
  min-height: 1.5em;
  color: red;
}

#mensajes {
  position: sticky;
  top: 10px;
  margin: 0;
  text-align: center;
  z-index: 100000;
  max-width: 60em;
  min-width: 5em;
}

#mensajes:hover {
  opacity: 1;
}

#mensajes div {
  margin: 0 auto 1em auto;
  cursor: pointer;
  text-align: left;
  background-color: #fffadd;
  border-color: #ffe4aa;
  color: #8a6d3b;
  /* por defecto es amarillo */
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
}

#mensajes div ul {
  margin: 0;
  padding: 0.8em 1em;
}

#mensajes div ul li {
  padding: 0.2em 0;
  margin: 0 0 0 2em;
}

#mensajes div:hover {
  opacity: 1;
}

#mensajes #mexito {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

#mensajes #merror {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

#mensajes #minfo {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

#mensajes #minfo a:not(.chosen-single) {
  color: #2978df;
}

#mensajes .close {
  float: right;
  margin: 0;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #555;
  font-size: 1.2em;
}

#mensajes .close:hover {
  color: #999;
}

#mensajes.bubble {
  position: static;
  display: inline-block;
  font-size: 1.2em;
  margin-left: 12em !important;
}

#mensajes.bubble ul {
  list-style-type: none;
  text-align: center;
}

#mensajes.bubble ul li {
  padding: 0;
  margin: 0 !important;
}

#mensajes.bubble .close {
  display: none;
}

#mensajes.bubble div {
  position: relative;
}

#mensajes.bubble div#merror:after {
  border-right-color: #ebccd1;
}

#mensajes.bubble div#maviso:after {
  border-right-color: #ffe4aa;
}

#mensajes.bubble div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 0;
  border-bottom: 0;
  margin-top: -10px;
  margin-left: -20px;
}

select {
  margin-right: 0.5em;
  height: 34px;
}

select[multiple="multiple"] {
  height: auto;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[list],
textarea,
select {
  border: 1px solid #999;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[list]:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0 0 3px #5594e6;
  border-color: #5594e6;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="file"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[type="date"]:disabled,
input[type="url"]:disabled,
input[list]:disabled,
textarea:disabled,
select:disabled {
  background-color: #f0f0f0;
  border-color: #d5d5d5;
  color: #999;
}

input,
textarea,
select {
  padding: 0.4em;
  background-color: #fff;
  color: #333;
  font-size: 1em;
  border-radius: 4px;
  font-weight: normal;
}

input[type="checkbox"],
input[type="radio"] {
  width: 17px;
  height: 17px;
  margin: 0 0.3em;
  vertical-align: top;
  transform: scale(0.5);
  -moz-appearance: initial;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
}

input[type="checkbox"]:focus:after,
input[type="radio"]:focus:after {
  box-shadow: 0 0 3px 1px #5594e6;
  border-color: #5594e6;
}

input[type="checkbox"]:disabled:after,
input[type="radio"]:disabled:after {
  background-color: #f0f0f0;
  border-color: #d5d5d5;
}

input[type="checkbox"]:disabled:checked:after,
input[type="radio"]:disabled:checked:after {
  background-color: #98bef0;
  border-color: #98bef0;
  color: #ffffff;
}

input[type="checkbox"]:after,
input[type="radio"]:after {
  transform: scale(2);
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.6em;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
  font-size: 0.7em;
  text-align: center;
}

input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  background-color: #5594e6;
  border-color: #5594e6;
  color: white;
}

input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
  text-shadow: 0 0 0.5px #5594e6;
}

input[type="checkbox"]:after {
  border-radius: 3px;
}

input[type="checkbox"]:checked:after {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}

input[type="radio"]:after {
  border-radius: 50%;
}

input[type="radio"]:checked:after {
  content: "\25CF";
}

input[type="number"][max="100"] {
  width: 3.7em;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: normal;
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-weight: normal;
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: normal;
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-weight: normal;
  color: #999;
}

.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
  color: #999;
}

form.buscar,
div.buscar {
  display: table;
  padding: 1em 1.2em 1em 1.5em;
  margin: 0 auto 1.5em auto;
  color: #333;
  white-space: nowrap;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.buscar input,
.buscar select {
  float: none;
  padding: 0.5em 1em;
}

.buscar select {
  line-height: 3em;
  height: 2.3em;
  cursor: pointer;
}

.buscar .chosen-container {
  min-width: 20em;
}

.buscar input[name="q"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 20em;
  margin-right: 0 !important;
}

.buscar input[value="Buscar"],
.buscar input[value="buscar"],
.buscar input[value="Search"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -0.3em;
}

.error,
.error .chosen-single {
  background-color: #fff0f0;
}

.error input[type="text"]:not(.req-ignore),
.error input[type="password"]:not(.req-ignore),
.error input[type="number"]:not(.req-ignore),
.error input[type="email"]:not(.req-ignore),
.error .chosen-single:not(.req-ignore),
.error textarea:not(.req-ignore) {
  border-color: #cc0000;
}

input[type="text"].error:not(.req-ignore),
input[type="password"].error:not(.req-ignore),
input[type="number"].error:not(.req-ignore),
input[type="email"].error:not(.req-ignore),
textarea.error:not(.req-ignore) {
  border-color: #cc0000;
}

input.currency {
  text-align: right;
}

textarea {
  min-width: 90%;
  min-height: 7em;
}

textarea.autosize {
  min-height: auto;
  overflow: hidden;
  resize: none;
  height: 2.4em;
}

.ajax {
  background-image: url("https://ucampus.uchile.cl/d/images/loading.gif");
  background-position: 200% 150%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: content-box;
}

.ajax.active {
  background-position: 100% 50%;
}

input.newcampo {
  width: 95% !important;
  border: 0;
  text-align: right;
  background-color: transparent;
  border: 1px dashed #d5d5d5;
  color: #333;
}

input.newcampo:focus {
  border: 1px solid #999;
  font-weight: auto;
  background-color: #fff;
  color: #333;
}

.chosen-results li {
  white-space: nowrap;
}

.chosen-container .chosen-drop {
  width: auto;
  max-width: 100%;
}

ul,
ol {
  padding-left: 1em;
}

ul li .opcion,
ol li .opcion {
  font-size: 1em;
}

ul.multi,
ol.multi {
  -moz-column-width: 20em;
  -webkit-column-width: 20em;
  -o-column-width: 20em;
  column-width: 20em;
  margin-left: 0;
}

ul.multi li,
ol.multi li {
  margin-left: 2em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

ul.objetos,
ol.objetos {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 527px) {

  ul.objetos,
  ol.objetos {
    border-top: 1px solid #f0f0f0;
    margin-left: -0.4em;
    margin-right: -0.4em;
    margin-top: -0.5em;
  }
}

ul.objetos>li,
ol.objetos>li {
  padding: 0.8em 0;
  margin: 0;
}

ul.objetos>li:hover a,
ol.objetos>li:hover a {
  text-decoration: none;
}

@media (max-width: 527px) {

  ul.objetos>li,
  ol.objetos>li {
    border-bottom: 1px solid #f0f0f0;
    padding: 1.2em 0.4em;
    position: relative;
  }

  ul.objetos>li h1,
  ol.objetos>li h1 {
    padding-top: 1em;
  }

  ul.objetos>li h2,
  ol.objetos>li h2 {
    margin-left: 3em;
  }

  ul.objetos>li .floating,
  ol.objetos>li .floating {
    position: absolute;
    bottom: 0.4em;
    right: 0.4em;
    font-size: 0.9em;
  }

  ul.objetos>li .lecturas,
  ol.objetos>li .lecturas {
    position: absolute;
    top: 0.4em;
    right: 0.4em;
  }
}

ul.objetos>li h1>img,
ol.objetos>li h1>img {
  float: left;
  width: 2.4em;
  height: auto;
  max-height: 2.4em;
  margin: 0 0.5em;
}

@media (max-width: 527px) {

  ul.objetos>li h1 a:not(.adhesion):not(.star),
  ol.objetos>li h1 a:not(.adhesion):not(.star) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-left: 3.8em;
    padding-top: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  ul.objetos>li h1 img,
  ol.objetos>li h1 img {
    margin-top: -1em;
  }
}

ul.objetos>li h2,
ol.objetos>li h2 {
  margin-top: 0.2em;
  font-size: 0.9em;
}

ul.objetos>li h2 img.cargo,
ol.objetos>li h2 img.cargo {
  float: left;
  margin-top: -0.2em;
  margin-left: -2em;
}

ul.objetos>li h2 a,
ol.objetos>li h2 a,
ul.objetos>li h2 em,
ol.objetos>li h2 em,
ul.objetos>li h2 span,
ol.objetos>li h2 span {
  font-size: 1em;
}

ul.objetos>li h2 div.pill,
ol.objetos>li h2 div.pill {
  font-size: 0.8em;
}

ul>li,
ol>li {
  margin-bottom: 3px;
}

ul>li.new,
ol>li.new {
  background-color: #ffffea;
  border-bottom: 1px solid #fff;
}

@media (max-width: 527px) {

  ul>li.new,
  ol>li.new {
    border-bottom: 1px solid #f0f0f0;
  }
}

ul>li.new h2,
ol>li.new h2,
ul>li.new h2 *,
ol>li.new h2 * {
  color: #737373;
}

ul>li.new div.pill,
ol>li.new div.pill,
ul>li.new div.pill a,
ol>li.new div.pill a {
  color: inherit;
}

ul>li ul,
ol>li ul {
  margin-left: 2em;
  margin-bottom: 1em;
}

ul>li h1,
ol>li h1,
ul>li h2,
ol>li h2 {
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

ul>li h1,
ol>li h1 {
  clear: left;
}

ul>li h1 .foto_grupo,
ol>li h1 .foto_grupo,
ul>li h1 .foto,
ol>li h1 .foto,
ul>li h1 .avatar,
ol>li h1 .avatar,
ul>li h1 .thumb,
ol>li h1 .thumb {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.7em;
}

ul>li h1 .chica,
ol>li h1 .chica {
  height: 2.3em;
  width: 2.3em;
}

ul>li h2,
ol>li h2 {
  color: #999;
  font-size: 0.85em;
  line-height: 1em;
}

ul>li h2 a,
ol>li h2 a {
  color: #999;
  font-size: 0.85em;
  line-height: 1em;
}

ul>li h2 .chica,
ol>li h2 .chica {
  width: 1.2em;
  height: 1.2em;
}

ul.none,
ol.none {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.menu,
ol.menu {
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: -2px 2px 5px #ccc;
  display: inline-block;
  position: absolute;
  z-index: 5001;
  opacity: 0;
  pointer-events: none;
}

ul.menu.active,
ol.menu.active {
  opacity: 1;
  transition: opacity ease 0.2s;
  pointer-events: auto;
}

ul.menu li,
ol.menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #ddd;
  line-height: 1em;
  background-color: #fff;
}

ul.menu li:hover,
ol.menu li:hover {
  background-color: #f0f0f0;
}

ul.menu li a,
ol.menu li a {
  display: block;
  margin: 0;
  padding: 0.4em 1.2em 0.4em 1em;
  color: #555;
  text-decoration: none;
}

ul.menu li:first-child,
ol.menu li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

ul.menu li:last-child,
ol.menu li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

ul.steps,
ol.steps {
  counter-reset: step;
  height: 50px;
  display: flex;
}

ul.steps li,
ol.steps li {
  flex: 1 1;
  list-style-type: none;
  font-size: 0.8em;
  position: relative;
  text-align: center;
  color: #5594e6;
}

ul.steps li a,
ol.steps li a {
  color: #5594e6;
  display: block;
  margin-top: -3em;
  padding-top: 3em;
}

@media (max-width: 527px) {

  ul.steps li a,
  ol.steps li a {
    height: 3em;
    overflow: hidden;
  }
}

ul.steps li:before,
ol.steps li:before {
  pointer-events: none;
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 28px;
  border: 2px solid #5594e6;
  color: #5594e6;
  display: block;
  text-align: center;
  margin: 0 auto 4px auto;
  border-radius: 50%;
  background-color: white;
  position: relative;
  z-index: 2;
}

ul.steps li:after,
ol.steps li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #5594e6;
  top: 15px;
  left: -50%;
  z-index: 1;
}

ul.steps li:first-child:after,
ol.steps li:first-child:after {
  content: none;
}

ul.steps li.sel,
ol.steps li.sel {
  color: #5594e6;
}

ul.steps li.sel a,
ol.steps li.sel a {
  color: #5594e6;
  font-weight: bold;
}

ul.steps li.sel:before,
ol.steps li.sel:before {
  color: white;
  background-color: #5594e6;
  border-color: #5594e6;
}

ul.steps li.sel:after,
ol.steps li.sel:after {
  background-color: #5594e6;
}

ul.steps li.done,
ol.steps li.done {
  color: #5594e6;
}

ul.steps li.done a,
ol.steps li.done a {
  color: #5594e6;
}

ul.steps li.done:before,
ol.steps li.done:before {
  background-color: white;
  color: #5594e6;
  border-color: #5594e6;
  content: "\2713";
}

ul.steps li.done:after,
ol.steps li.done:after {
  background-color: #5594e6;
}

ul.steps li.disabled,
ol.steps li.disabled {
  color: #ccc;
}

ul.steps li.disabled a,
ol.steps li.disabled a {
  color: #ccc;
}

ul.steps li.disabled:before,
ol.steps li.disabled:before {
  background-color: #f0f0f0;
  color: #ccc;
  border-color: #ccc;
}

ul.steps li.disabled:after,
ol.steps li.disabled:after {
  background-color: #ccc;
}

ul.steps li:before,
ol.steps li:before {
  font-weight: bold;
}

dl {
  /* lista con forma   LLAVE: valor */
}

@media (min-width: 528px) {
  dl.table {
    display: table;
    width: 100%;
  }

  dl.table .row {
    display: table-row;
  }

  dl.table .row .cell {
    display: table-cell;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px;
  }

  dl.table .row:last-child .cell {
    border-bottom: 0;
  }
}

dl.table .row {
  margin-bottom: 1.4em;
}

dl.table .row dd {
  margin-bottom: 0;
}

dl dt {
  font-weight: normal;
}

dl dd {
  margin-bottom: 4.5px;
}

dl.numbered {
  margin-left: 18px;
}

dl.numbered dt {
  display: list-item;
  list-style-type: decimal;
}

dl.iconos dt {
  font-weight: bold;
}

dl.iconos dt a {
  font-weight: normal;
}

dl.iconos dt img {
  float: left;
  width: 30px;
  margin-right: 5px;
}

dl.iconos dt img.icono {
  height: initial;
}

dl.iconos dd {
  display: block;
  margin-left: 35px;
}

dl.iconos dd .form {
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 0.5em 1em;
  line-height: 2.5em;
}

dl.label {
  display: grid;
  grid-template-columns: max-content auto;
  margin-bottom: 0;
}

dl.label dt {
  grid-column-start: 1;
  font-weight: bold;
}

dl.label dt:after {
  content: ":";
}

dl.label dd {
  grid-column-start: 2;
  padding-left: 1em;
}

td dl.label {
  padding-left: 1em;
}

dl.flex {
  /* reemplazar tablas */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

dl.flex dt {
  text-align: left;
  background-color: #f6f6f6;
  text-align: right;
  font-weight: normal;
}

dl.flex dt,
dl.flex dd {
  flex-grow: 1;
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #d5d5d5;
  width: 50%;
}

dl.flex.flex-3 dt {
  width: 20%;
}

dl.flex.flex-3 dd {
  width: 13%;
}

@media (max-width: 527px) {
  dl.flex {
    /* movil le gana al resto */
  }

  dl.flex dt,
  dl.flex dd {
    width: 50% !important;
  }
}

.status_on,
.status_off {
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  text-align: center;
  line-height: 1em;
  text-decoration: none;
  vertical-align: top;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
  font-family: "Glyphicons Halflings";
}

.status_on span,
.status_off span {
  visibility: hidden;
}

.status_on {
  background-color: #5594e6;
  border-color: #5594e6;
  position: relative;
}

.status_on:after {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 0.7em;
  color: white;
  content: "\e013";
  text-align: center;
}

.status_wait {
  background-image: url("https://ucampus.uchile.cl/d/images/loading.gif");
  background-position: top center;
  cursor: default;
}

div.porcentaje {
  display: inline-block;
  color: #333;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  text-align: left;
  background-color: #f5f5f5;
  min-width: 5em;
  overflow: hidden;
}

div.porcentaje span {
  position: absolute;
  margin-left: 0.5em;
  font-size: 0.8em;
  text-shadow: 0 0 2px #fff;
  line-height: 1.8em;
  font-weight: 400;
}

div.porcentaje div {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 18px;
}

div.porcentaje div.ok {
  background-color: #5cb85c;
}

div.porcentaje div.wrong {
  background-color: #d9534f;
}

div.porcentaje div.warn {
  background-color: #f0ad4e;
}

div.porcentaje div.info {
  background-color: #5bc0de;
}

.filtros {
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 0.5em 1em;
  font-size: 0.9em;
}

.filtros input,
.filtros select,
.filtros .chosen-container {
  vertical-align: middle;
}

.bubble-nuevo {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.6em;
  background-color: #e00000;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
  text-overflow: initial;
  border: 1px solid #e00000;
}

.bubble-nuevo:hover {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
}

.edit-categoria {
  cursor: pointer;
}

.edit-categoria:not(.active):hover:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\270f";
  margin-left: 0.5em;
}

a:not([href]) {
  color: #333;
}

.leyenda {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

.leyenda * {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

a.del,
a.edit,
a.srch,
a.img,
a.add,
a.history,
a.preview {
  display: inline-block;
  width: 0.9em;
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  word-break: normal;
}

a.del.toggleable,
a.edit.toggleable,
a.srch.toggleable,
a.img.toggleable,
a.add.toggleable,
a.history.toggleable,
a.preview.toggleable {
  display: inline-block !important;
}

a.del:before,
a.edit:before,
a.srch:before,
a.img:before,
a.add:before,
a.history:before,
a.preview:before {
  font-size: 0.9em;
  line-height: 1.2em;
  vertical-align: bottom;
  font-family: "Glyphicons Halflings";
  margin-right: 0.1em;
}

a.del:hover,
a.edit:hover,
a.srch:hover,
a.img:hover,
a.add:hover,
a.history:hover,
a.preview:hover,
a.del:focus,
a.edit:focus,
a.srch:focus,
a.img:focus,
a.add:focus,
a.history:focus,
a.preview:focus {
  text-decoration: none;
}

a.del.confirm:hover:before,
a.edit.confirm:hover:before,
a.srch.confirm:hover:before,
a.img.confirm:hover:before,
a.add.confirm:hover:before,
a.history.confirm:hover:before,
a.preview.confirm:hover:before {
  color: #d9534f;
}

a.del.opcion,
a.edit.opcion,
a.srch.opcion,
a.img.opcion,
a.add.opcion,
a.history.opcion,
a.preview.opcion {
  margin: 0;
}

.a-accion:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3em;
}

.a-accion:hover,
.a-accion:focus {
  text-decoration: none;
}

a.comentarios:before,
em.comentarios:before {
  content: "\e111";
}

a.comentarios:before,
em.comentarios:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3em;
}

a.comentarios:hover,
em.comentarios:hover,
a.comentarios:focus,
em.comentarios:focus {
  text-decoration: none;
}

a.import:before {
  content: "\e169";
}

a.import:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3em;
}

a.import:hover,
a.import:focus {
  text-decoration: none;
}

a.export:before {
  content: "\e170";
}

a.export:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3em;
}

a.export:hover,
a.export:focus {
  text-decoration: none;
}

a.add:before {
  content: "\002b";
}

a.del:before {
  content: "\e020";
}

a.img:before {
  content: "\e060";
}

a.srch:before {
  content: "\e003";
}

a.edit:before {
  content: "\270f";
}

a.preview:before {
  content: "\e105";
}

a.history:before {
  content: "\f1da";
  font-family: "FontAwesome";
}

.superadmin:before {
  content: "\f286";
  font-family: "FontAwesome";
  margin-right: 0.2em;
}

/** DISABLED **/
.disabled a {
  color: #98bef0;
}

a.disabled,
.disabled a,
.disabled * a {
  color: #98bef0;
}

img.disabled,
.disabled img,
.disabled * img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.5;
}

.disabled,
.disabled * {
  color: #b3b3b3;
}

.disabled .wrong,
.disabled * .wrong,
.disabled .wrong *,
.disabled * .wrong * {
  background-color: #fcf8f8;
  color: #ebcdcc;
}

.disabled div.pill,
.disabled * div.pill {
  background-color: #f0f0f0 !important;
  color: #999 !important;
}

.espera {
  background: transparent url("https://ucampus.uchile.cl/d/images/loading.gif") no-repeat scroll 0% 50%;
  background-size: 1.1em 1.1em;
  padding: 3px 0 2px 20px;
}

.center {
  text-align: center !important;
}

.nowrap {
  white-space: nowrap !important;
}

div.debug {
  margin-top: 3em;
  text-align: left;
}

div.cronometro {
  border: 1px solid red;
  padding: 0.2em 0.4em;
  margin: 0.1em 0.2em;
  color: #333;
  max-width: 150px;
  white-space: nowrap;
}

span.beta {
  color: #009900 !important;
  font-size: 0.1em !important;
  font-style: italic;
  font-weight: bold;
  position: relative;
  top: -0.5em;
  line-height: 0.1em;
}

img.foto,
img.avatar {
  padding: 0;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  vertical-align: top;
  border-radius: 50%;
  max-width: 80px;
  max-height: 80px;
}

img.chica {
  width: 40px;
  height: 40px;
}

img.foto200 {
  border-radius: 0;
}

img.thumb {
  padding: 1px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}

input.mayusculas {
  background-image: url("https://ucampus.uchile.cl/d/images/mayusculas.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.only-print,
.only-excel {
  display: none;
}

.destaca,
.highlight {
  background-color: #ffff00;
  color: #333;
}

/* fuente */
em.fuente {
  float: right;
  text-align: right;
  margin-right: 1em;
}

h1 em,
h2 em {
  font-family: inherit;
}

h1 em.fuente,
h2 em.fuente {
  float: none;
  font-size: 0.6em;
}

.attachment:after {
  content: "\e142";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  margin-left: 0.5em;
}

a.download:after {
  content: "\e025";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  margin-left: 0.5em;
}

.rojo {
  color: red;
}

a.confirm:after {
  content: "*";
  color: red;
}

a.boton:after,
a.button:after {
  content: "";
}

.html_buscar.active {
  position: absolute;
  display: block;
  vertical-align: top;
  margin: 0 1em 1em 0;
  padding: 1em;
  min-width: 40%;
  box-shadow: 0 2px 5px #d5d5d5;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-top: 0;
  z-index: 10000;
}

.html_buscar .opcion {
  font-size: 0.9em;
}

.html_buscar ul.clickable {
  list-style-type: none;
  margin: -1em;
  padding: 0;
}

.html_buscar ul.clickable li {
  cursor: pointer;
  padding: 0.5em 1em 0.5em 1.5em;
}

.html_buscar ul.clickable li:hover {
  background-color: #f0f0f0;
}

.html_buscar ul.clickable li:hover a {
  text-decoration: none;
}

.html_buscar li:hover {
  background-color: rgba(255, 255, 0, 0.15);
}

.importar {
  vertical-align: top;
  border: 1px dashed #d5d5d5;
  background-color: #f0f0f0;
  padding: 2em;
  margin: 1em;
  border-radius: 5px;
  width: auto;
  max-width: 60em;
}

.importar h1,
.importar h2 {
  margin-top: 0;
}

.invisible {
  display: none;
}

.glyph {
  color: #5594e6;
  background-color: transparent;
  border-color: transparent;
  font-size: 1.2em;
  line-height: 1.2em;
  outline: 0;
  padding: 0.5em;
  display: inline-block;
  cursor: pointer;
}

.glyph:active {
  background-color: #f0f0f0;
  border-radius: 50%;
}

input[type="text"].search {
  min-width: auto;
  width: auto;
  margin-bottom: 1em;
}

.strong,
.strong * {
  font-weight: bold;
}

.error_trace,
.error_detalle {
  background: rgba(217, 237, 247, 0.8);
  border-radius: 5px;
  padding: 0.5em 1em;
}

.card {
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px, rgba(0, 0, 0, 0.14) 0 5px 8px 0,
    rgba(0, 0, 0, 0.12) 0 1px 14px 0;
  border-radius: 4px;
  background-color: #fff;
  width: 35em;
  max-width: 90vw;
  text-align: center;
  margin: 0.4em auto;
  padding: 1em;
}

div.auto {
  display: inline-block;
}

.auto {
  width: auto;
}

.lecturas {
  color: #999;
  margin: 0 0.2em;
  font-weight: 200;
  white-space: nowrap;
}

.lecturas:before {
  font-size: 0.7em;
  font-family: "Glyphicons Halflings";
  content: "\e105";
  margin: 0 0.4em 0 0;
}

.inline-block {
  display: inline-block;
}

/* corta link muy largo */
p a {
  word-break: break-word;
}

/* si las imagenes estan rota, no muestra el ALT */
img {
  color: transparent;
}

/* animacion para blink */
@keyframes blink-bg {
  0% {
    background-color: #d9edf7;
  }

  100% {
    background-color: none;
  }
}

:target {
  animation: blink-bg 1s ease-out 1;
  /* &:active { animation: none; } /* esta linea activa la animacion a cada click del target */
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 5001;
}

@media (max-width: 527px) {
  .sticky {
    top: 50px;
  }
}

.sticky.stuck {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 4px -4px;
}

@media (max-width: 527px) {
  #body.movil-2 .sticky {
    top: 0;
  }
}

@media (max-width: 527px) {
  #body.movil-2 .sticky.separador {
    top: 27px !important;
  }
}

/* autogenerate by https://ucampus.uchile.cl/d/images/mime/make.php */
a.file,
span.file {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("https://ucampus.uchile.cl/d/images/mime/default.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/default.svg"),
    linear-gradient(transparent, transparent);
  background-size: contain;
  text-decoration: none;
  padding: 0 0 0 1.6em;
}

a.file.gdrive,
span.file.gdrive,
a.file.drive,
span.file.drive,
a.file.gview,
span.file.gview {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/gdrive.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/gdrive.svg"),
    linear-gradient(transparent, transparent);
}

a.file.twitter,
span.file.twitter {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/twitter.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/twitter.svg"),
    linear-gradient(transparent, transparent);
}

a.file.facebook,
span.file.facebook {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/facebook.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/facebook.svg"),
    linear-gradient(transparent, transparent);
}

a.file.whatsapp,
span.file.whatsapp {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/whatsapp.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/whatsapp.svg"),
    linear-gradient(transparent, transparent);
}

a.file.google,
span.file.google {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/google.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/google.svg"),
    linear-gradient(transparent, transparent);
}

a.file.google_maps,
span.file.google_maps {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/google_maps.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/google_maps.svg"),
    linear-gradient(transparent, transparent);
}

a.file.url,
span.file.url,
a.file.web,
span.file.web {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/url.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/url.svg"),
    linear-gradient(transparent, transparent);
}

a.file.folder,
span.file.folder,
a.file.dir,
span.file.dir {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/folder.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/folder.svg"),
    linear-gradient(transparent, transparent);
}

a.file.pdf,
span.file.pdf {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/pdf.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/pdf.svg"),
    linear-gradient(transparent, transparent);
}

a.file.zip,
span.file.zip {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/zip.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/zip.svg"),
    linear-gradient(transparent, transparent);
}

a.file.rar,
span.file.rar {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/rar.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/rar.svg"),
    linear-gradient(transparent, transparent);
}

a.file.bz2,
span.file.bz2 {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/bz2.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/bz2.svg"),
    linear-gradient(transparent, transparent);
}

a.file.tgz,
span.file.tgz {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/tgz.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/tgz.svg"),
    linear-gradient(transparent, transparent);
}

a.file.gz,
span.file.gz {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/gz.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/gz.svg"),
    linear-gradient(transparent, transparent);
}

a.file.arj,
span.file.arj {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/arj.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/arj.svg"),
    linear-gradient(transparent, transparent);
}

a.file.tar,
span.file.tar {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/tar.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/tar.svg"),
    linear-gradient(transparent, transparent);
}

a.file.7z,
span.file.7z {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/7z.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/7z.svg"),
    linear-gradient(transparent, transparent);
}

a.file.doc,
span.file.doc {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/doc.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/doc.svg"),
    linear-gradient(transparent, transparent);
}

a.file.docx,
span.file.docx {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/docx.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/docx.svg"),
    linear-gradient(transparent, transparent);
}

a.file.odt,
span.file.odt {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/odt.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/odt.svg"),
    linear-gradient(transparent, transparent);
}

a.file.rtf,
span.file.rtf {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/rtf.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/rtf.svg"),
    linear-gradient(transparent, transparent);
}

a.file.jpg,
span.file.jpg {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/jpg.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/jpg.svg"),
    linear-gradient(transparent, transparent);
}

a.file.png,
span.file.png {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/png.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/png.svg"),
    linear-gradient(transparent, transparent);
}

a.file.jpeg,
span.file.jpeg {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/jpeg.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/jpeg.svg"),
    linear-gradient(transparent, transparent);
}

a.file.gif,
span.file.gif {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/gif.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/gif.svg"),
    linear-gradient(transparent, transparent);
}

a.file.bmp,
span.file.bmp {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/bmp.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/bmp.svg"),
    linear-gradient(transparent, transparent);
}

a.file.tiff,
span.file.tiff {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/tiff.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/tiff.svg"),
    linear-gradient(transparent, transparent);
}

a.file.xls,
span.file.xls {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/xls.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/xls.svg"),
    linear-gradient(transparent, transparent);
}

a.file.xlsx,
span.file.xlsx {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/xlsx.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/xlsx.svg"),
    linear-gradient(transparent, transparent);
}

a.file.xlsm,
span.file.xlsm {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/xlsm.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/xlsm.svg"),
    linear-gradient(transparent, transparent);
}

a.file.ooxml,
span.file.ooxml {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ooxml.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ooxml.svg"),
    linear-gradient(transparent, transparent);
}

a.file.ods,
span.file.ods {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ods.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ods.svg"),
    linear-gradient(transparent, transparent);
}

a.file.csv,
span.file.csv {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/csv.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/csv.svg"),
    linear-gradient(transparent, transparent);
}

a.file.ppt,
span.file.ppt {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ppt.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ppt.svg"),
    linear-gradient(transparent, transparent);
}

a.file.pptx,
span.file.pptx {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/pptx.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/pptx.svg"),
    linear-gradient(transparent, transparent);
}

a.file.pps,
span.file.pps {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/pps.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/pps.svg"),
    linear-gradient(transparent, transparent);
}

a.file.pptm,
span.file.pptm {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/pptm.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/pptm.svg"),
    linear-gradient(transparent, transparent);
}

a.file.txt,
span.file.txt {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/txt.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/txt.svg"),
    linear-gradient(transparent, transparent);
}

a.file.java,
span.file.java {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/java.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/java.svg"),
    linear-gradient(transparent, transparent);
}

a.file.php,
span.file.php {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/php.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/php.svg"),
    linear-gradient(transparent, transparent);
}

a.file.c,
span.file.c {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/c.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/c.svg"),
    linear-gradient(transparent, transparent);
}

a.file.py,
span.file.py {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/py.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/py.svg"),
    linear-gradient(transparent, transparent);
}

a.file.h,
span.file.h {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/h.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/h.svg"),
    linear-gradient(transparent, transparent);
}

a.file.ini,
span.file.ini {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ini.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ini.svg"),
    linear-gradient(transparent, transparent);
}

a.file.reg,
span.file.reg {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/reg.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/reg.svg"),
    linear-gradient(transparent, transparent);
}

a.file.html,
span.file.html {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/html.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/html.svg"),
    linear-gradient(transparent, transparent);
}

a.file.htm,
span.file.htm {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/htm.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/htm.svg"),
    linear-gradient(transparent, transparent);
}

a.file.m,
span.file.m {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/m.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/m.svg"),
    linear-gradient(transparent, transparent);
}

a.file.js,
span.file.js {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/js.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/js.svg"),
    linear-gradient(transparent, transparent);
}

a.file.json,
span.file.json {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/json.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/json.svg"),
    linear-gradient(transparent, transparent);
}

a.file.xml,
span.file.xml {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/xml.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/xml.svg"),
    linear-gradient(transparent, transparent);
}

a.file.avi,
span.file.avi {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/avi.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/avi.svg"),
    linear-gradient(transparent, transparent);
}

a.file.mov,
span.file.mov {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mov.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mov.svg"),
    linear-gradient(transparent, transparent);
}

a.file.mp4,
span.file.mp4 {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mp4.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mp4.svg"),
    linear-gradient(transparent, transparent);
}

a.file.qt,
span.file.qt {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/qt.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/qt.svg"),
    linear-gradient(transparent, transparent);
}

a.file.wmv,
span.file.wmv {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/wmv.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/wmv.svg"),
    linear-gradient(transparent, transparent);
}

a.file.mkv,
span.file.mkv {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mkv.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mkv.svg"),
    linear-gradient(transparent, transparent);
}

a.file.flv,
span.file.flv {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/flv.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/flv.svg"),
    linear-gradient(transparent, transparent);
}

a.file.mpg,
span.file.mpg {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mpg.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mpg.svg"),
    linear-gradient(transparent, transparent);
}

a.file.mpeg,
span.file.mpeg {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mpeg.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mpeg.svg"),
    linear-gradient(transparent, transparent);
}

a.file.mp3,
span.file.mp3 {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mp3.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mp3.svg"),
    linear-gradient(transparent, transparent);
}

a.file.mp2,
span.file.mp2 {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mp2.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/mp2.svg"),
    linear-gradient(transparent, transparent);
}

a.file.ogg,
span.file.ogg {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ogg.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ogg.svg"),
    linear-gradient(transparent, transparent);
}

a.file.wav,
span.file.wav {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/wav.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/wav.svg"),
    linear-gradient(transparent, transparent);
}

a.file.aiff,
span.file.aiff {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/aiff.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/aiff.svg"),
    linear-gradient(transparent, transparent);
}

a.file.aac,
span.file.aac {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/aac.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/aac.svg"),
    linear-gradient(transparent, transparent);
}

a.file.wma,
span.file.wma {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/wma.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/wma.svg"),
    linear-gradient(transparent, transparent);
}

a.file.m4a,
span.file.m4a {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/m4a.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/m4a.svg"),
    linear-gradient(transparent, transparent);
}

a.file.ical,
span.file.ical {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ical.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/ical.svg"),
    linear-gradient(transparent, transparent);
}

a.file.gs,
span.file.gs {
  background-image: url("https://ucampus.uchile.cl/d/images/mime/gs.png");
  background-image: url("https://ucampus.uchile.cl/d/images/mime/gs.svg"),
    linear-gradient(transparent, transparent);
}

/* autogenerate by https://ucampus.uchile.cl/d/images/useragent/make.php */
a.useragent,
span.useragent {
  text-decoration: none;
  padding: 0 0 0 1em;
  margin-right: 2px;
  background-color: #333;
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/default.svg");
  -webkit-mask-image: var(--useragent-icon);
  mask-image: var(--useragent-icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

a.useragent.useragent-android,
span.useragent.useragent-android {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/android.svg");
}

a.useragent.useragent-apple,
span.useragent.useragent-apple {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/apple.svg");
}

a.useragent.useragent-blackberry,
span.useragent.useragent-blackberry {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/blackberry.svg");
}

a.useragent.useragent-chrome,
span.useragent.useragent-chrome {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/chrome.svg");
}

a.useragent.useragent-claro,
span.useragent.useragent-claro {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/claro.svg");
}

a.useragent.useragent-default,
span.useragent.useragent-default {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/default.svg");
}

a.useragent.useragent-desktop,
span.useragent.useragent-desktop {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/desktop.svg");
}

a.useragent.useragent-edge,
span.useragent.useragent-edge {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/edge.svg");
}

a.useragent.useragent-entel,
span.useragent.useragent-entel {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/entel.svg");
}

a.useragent.useragent-firefox,
span.useragent.useragent-firefox {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/firefox.svg");
}

a.useragent.useragent-ghost,
span.useragent.useragent-ghost {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/ghost.svg");
}

a.useragent.useragent-google,
span.useragent.useragent-google {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/google.svg");
}

a.useragent.useragent-instagram,
span.useragent.useragent-instagram {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/instagram.svg");
}

a.useragent.useragent-internet-explorer,
span.useragent.useragent-internet-explorer {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/internet-explorer.svg");
}

a.useragent.useragent-ios,
span.useragent.useragent-ios {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/ios.svg");
}

a.useragent.useragent-linux,
span.useragent.useragent-linux {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/linux.svg");
}

a.useragent.useragent-macos,
span.useragent.useragent-macos {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/macos.svg");
}

a.useragent.useragent-mobile-alt,
span.useragent.useragent-mobile-alt {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/mobile-alt.svg");
}

a.useragent.useragent-movistar,
span.useragent.useragent-movistar {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/movistar.svg");
}

a.useragent.useragent-opera,
span.useragent.useragent-opera {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/opera.svg");
}

a.useragent.useragent-playstation,
span.useragent.useragent-playstation {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/playstation.svg");
}

a.useragent.useragent-private,
span.useragent.useragent-private {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/private.svg");
}

a.useragent.useragent-question,
span.useragent.useragent-question {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/question.svg");
}

a.useragent.useragent-safari,
span.useragent.useragent-safari {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/safari.svg");
}

a.useragent.useragent-starlink,
span.useragent.useragent-starlink {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/starlink.svg");
}

a.useragent.useragent-tablet-alt,
span.useragent.useragent-tablet-alt {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/tablet-alt.svg");
}

a.useragent.useragent-tv,
span.useragent.useragent-tv {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/tv.svg");
}

a.useragent.useragent-ucampus,
span.useragent.useragent-ucampus {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/ucampus.svg");
}

a.useragent.useragent-ucursos,
span.useragent.useragent-ucursos {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/ucursos.svg");
}

a.useragent.useragent-vodafone,
span.useragent.useragent-vodafone {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/vodafone.svg");
}

a.useragent.useragent-vtr,
span.useragent.useragent-vtr {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/vtr.svg");
}

a.useragent.useragent-windows,
span.useragent.useragent-windows {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/windows.svg");
}

a.useragent.useragent-wom,
span.useragent.useragent-wom {
  --useragent-icon: url("https://ucampus.uchile.cl/d/images/useragent/wom.svg");
}

ul.opciones,
ul.options {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.opciones li,
ul.options li {
  display: inline-block;
  margin: 0;
  padding: 1px 5px;
}

ul.opciones li .opcion,
ul.options li .opcion {
  margin: 0;
}

.opcion,
.option {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0.2em;
}

h1 .opcion,
h1 .option {
  font-size: 0.5em;
  margin: 0 0.3em;
}

h2 .opcion,
h2 .option {
  font-size: 0.6em;
}

h3 .opcion,
h3 .option {
  font-size: 0.7em;
}

/* aqui dejo el CSS exclusivo! de .objeto para que NO afecte al tinymce */
.objeto {
  overflow: hidden;
  margin: 0 0 1.5em 0;
  font-size: 1em;
}

.objeto p {
  overflow: auto;
}

.objeto div.video,
div.streaming div.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.objeto div.video iframe,
div.streaming div.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* aqui va el CSS comun .objeto y tinymce */
.objeto h1,
body.mce-content-body h1 {
  padding: 0;
  margin: 0;
  position: relative;
}

.objeto h1 .avatar,
body.mce-content-body h1 .avatar,
.objeto h1 .foto,
body.mce-content-body h1 .foto,
.objeto h1 .foto_grupo,
body.mce-content-body h1 .foto_grupo,
.objeto h1 .icono,
body.mce-content-body h1 .icono {
  float: left;
  margin: 0 0.3em 0 0;
  max-width: 80px;
  max-height: 80px;
}

.objeto h1 img.chica,
body.mce-content-body h1 img.chica,
.objeto h1 img.icono,
body.mce-content-body h1 img.icono {
  height: 1.7em;
  width: 1.7em;
}

.objeto h1 .star,
body.mce-content-body h1 .star {
  font-size: 0.7em;
  vertical-align: middle;
}

.objeto h1 .lecturas,
body.mce-content-body h1 .lecturas {
  position: absolute;
  font-weight: normal;
  top: 0.2em;
  right: 0.2em;
  font-size: 0.5em;
  color: #999;
}

.objeto h1 div.pill,
body.mce-content-body h1 div.pill {
  font-size: 0.5em;
}

.objeto h2,
body.mce-content-body h2 {
  padding: 0;
  margin: 0;
  color: #555;
  font-size: 1.1em;
  font-weight: normal;
}

.objeto h2 img.chica,
body.mce-content-body h2 img.chica {
  max-height: 1.4em;
  max-width: 1.4em;
  vertical-align: middle;
  height: 1em;
  width: 1em;
}

.objeto h2 div.pill,
body.mce-content-body h2 div.pill {
  font-size: 0.8em;
}

.objeto h2 img.cargo,
body.mce-content-body h2 img.cargo {
  float: left;
  margin-top: -0.2em;
  margin-left: -1.6em;
  position: relative;
}

.objeto h3,
body.mce-content-body h3 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

.objeto .meta>img,
body.mce-content-body .meta>img {
  margin: 1em 12em;
  display: block;
}

@media (max-width: 527px) {

  .objeto .meta>img,
  body.mce-content-body .meta>img {
    margin: 1em auto;
  }
}

.objeto p,
body.mce-content-body p {
  max-width: 60em;
}

.objeto p img,
body.mce-content-body p img {
  padding: 5px 10px;
}

.objeto p img.emoticon,
body.mce-content-body p img.emoticon {
  margin: auto;
}

.objeto img,
body.mce-content-body img {
  max-width: 500px;
  max-height: 400px;
}

.caja {
  background-color: #edf3f8;
  border-left: 3px solid #c8dbea;
  margin: 1em 0;
  padding: 1em;
}

.caja>ol,
.caja>ul {
  padding-left: 1em;
}

.caja h1 {
  font-size: 1.5em;
  margin: 0;
}

.caja h2 {
  background-color: #c8dbea;
  margin-left: -1.2em;
  font-size: 1.2em;
  color: white;
  padding: 0.2em 4em 0.2em 1.4em;
  display: inline-block;
}

dl.leyenda {
  margin: 0 0 2.5em 0;
  padding: 0;
}

dl.leyenda dt {
  clear: left;
  font-weight: bold;
  float: left;
  text-align: right;
  width: 8em;
  margin-right: 0.5em;
}

dl.leyenda sup {
  font-size: 0.9em;
}

dl.leyenda dd,
dl.leyenda dt {
  margin-bottom: 0.2em;
}

dl.leyenda,
dl.leyenda * {
  font-size: 0.9em;
}

.toggle:after {
  content: "\25B8";
  display: inline-block;
  margin-left: 0.1em;
  text-align: bottom;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.toggle.active:after {
  margin-left: 0.2em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

div.pill {
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 0.6em;
  border-radius: 0.5em;
  padding: 0.4em 0.5em;
  border-left: 0;
  background-color: #fffadd;
  border-color: #ffe4aa;
  color: #8a6d3b;
  background-color: #f0f0f0;
  color: #333;
}

div.pill a {
  color: inherit;
  font-weight: inherit;
}

div.pill.tipo {
  padding: 0.2em 0.5em;
}

div.pill.ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

div.pill.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

div.pill.info a:not(.chosen-single) {
  color: #2978df;
}

div.pill.warn {
  background-color: #fffadd;
  border-color: #ffe4aa;
  color: #8a6d3b;
}

div.pill.wrong {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* el elemento sujeto a ser mostrado */
.toggleable:not(:target) {
  display: none;
}

/* para el link que lo muestra */
a.toggleable {
  display: initial !important;
}

#body.movil-1,
#body.movil-2 {
  margin: 0.5em;
}

@media (max-width: 527px) {
  .no-movil {
    display: none !important;
  }
}

@media (min-width: 528px) {
  .only-movil {
    display: none !important;
  }
}

/* truco para que el elemento no quede detras del menu */
@media (max-width: 527px) {
  :target {
    scroll-margin-top: 100px;
    /* height of sticky header */
  }
}

#toggler {
  position: fixed;
  top: 0;
  left: 0;
  color: #e5ecf5;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: none;
  -webkit-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
  font-size: 2.5em;
}

#toggler:before {
  position: fixed;
  height: 50px;
  width: 3em;
  content: "\2261";
  text-align: left;
  padding-left: 0.5em;
  line-height: 50px;
}

#toggler.active {
  left: -0.8em;
}

@media (max-width: 527px) {
  body {
    font-size: 14px;
  }

  #header {
    position: fixed;
    z-index: 100000;
    width: 100%;
    text-align: right;
    background-position: 25% 60%;
  }

  #header a {
    height: 50px;
    background-position: 100% 50%;
    margin: 0 0.7em 0 auto;
  }

  #navigation {
    margin: 50px 0 0 0;
    padding: 0.4em;
    -webkit-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
    left: 0;
    width: 100%;
  }

  #navigation.ucursos {
    margin-top: 0;
  }

  #navigation.ucursos h1.modulo {
    display: none;
  }

  #navigation.active {
    left: 90%;
  }

  #footer {
    margin: 0;
    width: 100%;
  }

  #menu {
    max-width: 400px;
    background-color: #f0f0f0;
    z-index: 1000000;
    position: fixed;
    top: 50px;
    bottom: 0;
    left: -100%;
    width: 90%;
    padding: 0 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
    border-right: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
  }

  #menu.active {
    left: 0;
  }

  #contenedor_opciones {
    position: static;
    background-color: #f0f0f0 !important;
    margin: 0;
    padding: 0;
    text-align: right;
    white-space: nowrap;
    overflow-x: auto;
    height: auto;
    border: 0;
  }

  #contenedor_opciones li {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  #contenedor_opciones li a {
    color: #555;
    text-align: left;
    margin: 0;
    padding: 1em 1.5em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d5d5d5;
    display: block;
  }

  #contenedor_opciones li a:hover {
    color: #444444;
    background-color: #d5d5d5;
  }

  #contenedor_opciones li.perfil a {
    padding-left: 1em;
  }

  #contenedor_opciones li.perfil a img {
    float: left;
    margin-right: 5px;
  }

  #contenedor_opciones li#widget_perfil a.validaciones {
    margin-right: 0;
  }

  #contenedor_opciones li#widget_perfil a.perfil {
    display: block;
    border-top: 0;
  }

  #contenedor_opciones li#widget_perfil a.perfil h1 img {
    margin-bottom: -9px;
  }

  #contenedor_opciones li#widget_perfil a.perfil h2 {
    margin-top: 0;
  }

  #contenedor_opciones li#widget_buscador {
    padding: 0.5em 0;
    text-align: center;
  }

  #contenedor_opciones li#widget_buscador form input[type="text"] {
    width: 15em;
    border-color: #999;
    display: inline-block;
    height: 3em;
    padding: 1em 0.5em;
    vertical-align: top;
  }

  #contenedor_opciones li#widget_buscador form button {
    border-color: #999;
    display: inline-block;
    height: 3em;
    vertical-align: top;
  }

  #contenedor_opciones li#widget_ulocks {
    float: right !important;
    margin: 0;
    text-align: center;
  }

  #contenedor_opciones li#widget_ulocks ul {
    margin: 0 auto;
  }

  #contenedor_opciones li#widget_ulocks a {
    width: 6em;
    height: 6em;
    margin: 1em;
    padding: 0;
    text-align: center;
  }

  #contenedor_opciones li#widget_ulocks a span {
    width: 6em;
    height: 6em;
  }

  #toggler {
    display: flex;
    z-index: 100001;
    position: relative;
  }

  #modulos {
    position: static;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 0;
    border: 0;
  }

  #modulos div>h1 {
    padding: 0.8em 0.5em;
    background-color: #d5d5d5;
    color: #333;
    font-weight: 400;
    font-family: "nexa_lightregular";
  }

  #modulos div>h1 a {
    color: white;
  }

  #modulos div>ul {
    margin: 0;
    padding: 0;
  }

  #modulos div>ul>li {
    margin: 0;
    display: block;
  }

  #modulos div>ul>li>a,
  #modulos div>ul>li>a:first-child {
    border-top: 1px solid #fff;
    padding: 1em 1.5em;
    border-bottom: 1px solid #d5d5d5;
  }

  #modulos div>ul>li>a:hover,
  #modulos div>ul>li>a:first-child:hover {
    border-radius: 0 !important;
    background-color: inherit;
  }

  ul.modulo,
  ul.submodulo {
    margin: 0;
    border: 0;
    padding: 0.5em;
    text-align: center;
  }

  ul.modulo li,
  ul.submodulo li {
    border: 1px solid #d5d5d5;
    padding: 0.5em 0.5em;
    margin-bottom: 0.4em;
    border-radius: 3px;
  }

  ul.modulo li a,
  ul.submodulo li a {
    margin: 0;
    padding: 0;
  }

  ul.modulo li.sel,
  ul.submodulo li.sel {
    font-weight: bold;
    border: 0;
  }

  form input,
  form select,
  form textarea,
  form td textarea,
  form .chosen-container {
    width: 100%;
    display: block;
  }

  form input[type="submit"] {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  form input[type="checkbox"],
  form input[type="radio"],
  form input[type="submit"] {
    display: inline-block;
  }

  div.table-responsive {
    min-width: 100%;
    overflow: auto;
    margin: 0 0 9px 0;
    padding: 0;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
  }

  div.table-responsive table {
    margin: 18px 0 0 0;
  }

  div.table-responsive table caption {
    opacity: 1;
  }

  div.table-responsive .sticky {
    position: inherit;
  }

  table tr.separador.sticky {
    top: 79px;
  }

  form.buscar,
  div.buscar {
    width: 100%;
    text-align: center;
    white-space: normal !important;
    padding: 0.8em;
  }

  .buscar input[name="q"] {
    width: 70%;
    min-width: 50%;
    display: inline;
  }

  .buscar input[value="Buscar"],
  .buscar input[value="buscar"],
  .buscar input[value="Search"] {
    width: auto;
    display: inline;
    margin-bottom: 0;
  }

  table caption span {
    opacity: 0;
  }

  table.form,
  table.detalle {
    min-width: 100%;
  }

  table.form>tbody>tr.separador:first-child td,
  table.detalle>tbody>tr.separador:first-child td {
    margin-top: 0;
  }

  table.form>tbody>tr.separador td,
  table.detalle>tbody>tr.separador td {
    margin-top: 0.5em;
    padding: 1em;
  }

  table.form>tbody>tr>th,
  table.detalle>tbody>tr>th {
    display: block;
    padding: 0.2em 0.8em;
    text-align: left;
    padding-bottom: 0;
  }

  table.form>tbody>tr>td,
  table.detalle>tbody>tr>td {
    display: block;
    padding: 0.2em 0.8em 1em 0.8em;
  }

  table.form>tbody>tr:first-child:not(.separador)>td,
  table.detalle>tbody>tr:first-child:not(.separador)>td {
    padding-top: 0.2em;
  }

  table.form>tbody>tr:last-child>th,
  table.detalle>tbody>tr:last-child>th {
    padding-bottom: 0;
  }

  table.form.multi tbody tr th,
  table.detalle.multi tbody tr th,
  table.form.multi tbody tr td,
  table.detalle.multi tbody tr td {
    display: table-cell;
  }

  #mensajes {
    left: 1px;
    right: 1px;
  }

  #navbar {
    display: none;
  }

  h1.modulo {
    display: block;
    margin: 0 0 0.2em 0;
    padding: 0;
    text-align: center;
  }

  div.curso {
    z-index: 1000000;
    margin: 50px 0 0 0;
  }

  div.curso h1 {
    text-overflow: hidden;
    width: 90%;
  }

  ul.modulos {
    margin-left: 0;
    font-size: 0.8em;
  }

  .ajax {
    background-position: 100% 6px;
  }

  .ajax.active {
    background-position: 100% -15px;
  }

  .objeto h1 {
    font-size: 20px;
  }
}

/*!
  Chosen, a Select Box Enhancer for jQuery and Prototype
  by Patrick Filler for Harvest, http://getharvest.com
  
  Version 1.4.2
  Full source at https://github.com/harvesthq/chosen
  Copyright (c) 2011-2015 Harvest http://getharvest.com
  
  MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
  This file is generated by `grunt build`, do not edit it by hand.
  */
/* @group Base */
.chosen-container {
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  min-width: 8em;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 5002;
  width: 100%;
  border: 1px solid #999;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.2em 0 0.2em 8px;
  height: 2.5em;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  line-height: 2em;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 50px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 10px;
  right: 25px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("https://ucampus.uchile.cl/d/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://ucampus.uchile.cl/d/images/chosen-sprite.png") no-repeat 0 5px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 5002;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("https://ucampus.uchile.cl/d/images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("https://ucampus.uchile.cl/d/images/chosen-sprite.png") no-repeat 100% -20px;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #333;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal !important;
  color: #333;
  font-weight: bold;
  background-color: #ffff00;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #999;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #999;
  max-width: 100%;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("https://ucampus.uchile.cl/d/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 5px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("https://ucampus.uchile.cl/d/images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("https://ucampus.uchile.cl/d/images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {

  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("https://ucampus.uchile.cl/d/images/chosen-sprite_2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */