/* Minification failed. Returning unminified contents.
(1661,1): run-time error CSS1019: Unexpected token, found '@import'
(1661,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Raleway")'
 */
.menuDerecha {
    background: white;
    width: 300px;
    display: table-cell;
    padding: 0px 20px 20px 20px;
}

.menuDerecha a:hover{
	color:#333;
}

/* MATERIAS */

.materia {
    padding: 5px 8px;
    font-size: 11px;
    border-radius: 25px;
    color: #333;
    margin-right: 2px;
    font-weight: 500;
}

.materias-container {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 25px;
    line-height: 2em;
}

/* PROXIMOS EVENTOS */

.proximo-evento-fecha-container hr{
width: 50%;
margin-bottom: 20px;
margin-top: 20px;
border-style: inset;
border-top: 0px solid white;
border-bottom: 1px solid white;
border-left: 0px solid white;
border-right: 0px solid white;

}

.proximos-eventos-container {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 18px;
}

.proximos-eventos-titulo {
    padding: 4px 2px 2px 2px;
    background-color: #E2E2E2;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 28px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 25px;
    text-transform: uppercase;
}

.proximo-evento {

}

.proximo-evento-fecha-container {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    color: white;
    margin-top: -1px;
    margin-right: 5px;
    cursor: pointer;
}

.proximo-evento-fecha-dia {
    margin-bottom: -24px;
    font-size: 12px;
    margin-top: -4px;
}

.proximo-evento-fecha-mes {
    margin-top: -21px;
    font-size: 12px;
}

.proximo-evento-texto {
    display: inline-block;
    width: 205px;
    height: 45px;
    overflow: hidden;
    position: relative;
    top: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proximo-evento-texto-titulo {
    font-size: 16px;
    margin-bottom: -10px;
}

.proximo-evento-texto-descripcion {
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* ACTIVIDAD */

.actividad-container {
}

.actividad-normal {
    border-radius: 15px;
    font-size: 10px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 260px;
    cursor: pointer;
}

.actividad-descarga {
    border-radius: 15px;
    font-size: 10px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    line-height: 1.5em;
    cursor: pointer;
}

.actividad-descarga-texto-container{
	display: inline-block;
}

.actividad-descarga-texto {
    width: 190px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.actividad-descarga-icono {display: inline-block;
width: 30px;
text-align: right;
float: right;
position: relative;
right: 0px;
margin-left: 10px;
top: -30px;}

.actividad-descarga-icono i {
    font-size: 30px!important;
    margin-top: -1px;
}

.fa-descarga {
    font-size: 30px !important;
}

/* MEDIA QUERIES */


@media(max-width:768px){
	#menuDerecha-fondo{
		display:none;
	}
	.menuDerecha{
		display: block;
		margin-top: 50px;
		width: 100%;
	}
	.materias-container{
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 25px;
		line-height: 2em;
		border-top: 1px solid #dfdfdf;
		padding-top: 23px;
	}
	.proximo-evento{
		padding-right: 10px;
width: 32.8%;

	display: inline-block;

	}
	.materias-container{
		text-align: center;
	}
	.actividad-normal{
		width: 49.7%;
		display: inline-block;
	}
	.actividad-descarga{
		width: 49.7%;
		display: inline-block;
	}
	.actividad-descarga-icono i{font-size: 19px !important;
top: -15px;
position: relative;}
	.actividad-descarga-icono{
		position: initial;
		margin-left: 0px;
		top: 0px;
	}
	.actividad-descarga{
		padding-bottom: 1px;
	}
	.actividad-descarga-texto{
		white-space: nowrap;
	}
}
@media(max-width:668px){
	.proximo-evento{
		width: 49.5%;
	}
	.actividad-normal{
		width: 100%;
	}
	.actividad-descarga{
		width: 100%;
	}
}
@media(max-width:500px){
	.proximo-evento{
		width: 100%;
	}
}


.selector-modal {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 0px;
    width: 100%;
    height: 31px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    color: #333;
}

.titulo-modal {
    font-size: 25px;
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: -5px;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}

.boton-modal-aceptar {
    border: 0px solid white;
    border-radius: 200px;
    padding: 3px 10px 3px 10px;
    font-weight: 500 !important;
    color: white;
    margin-top: 35px;
    display: block;
    width: 100%;
    cursor:pointer;
    cursor:hand;
    background-color: rgba(31, 201, 123, 1);
}

    .boton-modal-aceptar:hover {
        background-color: rgba(31, 201, 123, 0.8);
    }

.boton-modal-cancelar {
    border: 0px solid white;
    border-radius: 200px;
    padding: 3px 10px 3px 10px;
    font-weight: 500 !important;
    color: white;
    margin-top: 15px;
    display: block;
    width: 100%;
    background-color: rgba(255, 106, 67, 1);
    cursor:pointer;
    cursor:hand;
}

    .boton-modal-cancelar:hover {
        background-color: rgba(255, 106, 67, 0.8);
    }


.control-label {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 13px;
}

.control-label-normal {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 13px;
    margin-top: -10px;
}

.campo, .note-video-url, .note-link-text, .note-link-url, .note-image-url {
    width: 100%;
    margin-bottom: 10px;
    color: #333;
    border-radius: 5px;
    border-color: white;
    border: 0;
    height: 31px;
    text-align: center;
}


.modal-header {
    background-color: #333;
    border: none !important;
    height: 50px;
}

.modal-footer {
    background-color: #333;
    border: none !important;
}

.close {
    border: 2px solid white;
    border-radius: 200px;
    padding: 3px 12px 3px 12px;
    font-weight: 500 !important;
    color: white;
    margin-top: 15px;
    display: block;
    background-color: #333;
}

    .close:hover {
        background-color: white;
        color: #333;
        font-weight: 800!important;
    }

.usuario{
	float: right;
	padding-right: 20px;
	width: 300px;
	text-align: right;
	height: 30px;
	position: relative;
	top: 11px;
	font-size: 18px!important;
}
.btn-lg{
	color: #333;
}
.fa {
    display: inline-block;
    font: normal normal normal 19px / 1 FontAwesome!important;
    font-size: 19px!important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.menu-materias{
	font-size: 17px;
	color: #333;
	display: inline-block;
	height: 53px;
	padding: 14px 26px 15px 25px;
	font-weight: 500;
}


/*=================================================================================*/
/*================= AGREGADO POR SALO PARA LOS MODALES ============================*/
/*=================================================================================*/

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,
menu,
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-color: 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 {
  -webkit-box-sizing: content-box;
     -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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
     -moz-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: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
	background-color: #333;
  position: relative;
  padding: 25px;
  color: white;
  text-align: center;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 320px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/*=============================================================================================*/
/*============================= FIN DE LO AGREGADO POR SALO ===================================*/
/*=============================================================================================*/




.navbar-default {
    background-color: #999899;
}

img {
    vertical-align: middle;
}

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

.btn {
    display: inline-block;
    padding: 6px 9px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

.btn-link {
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: white;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg {
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

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

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button,
input {
    line-height: normal;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover,
    a:focus {
    }

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus {
            outline: none;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

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



.navbar-header {
    float: left;
}

body {
    margin: 0;
}

.pull-right {
    float: right !important;
}

.badge {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 1px 3px;
    font-size: 10px;
    /* font-weight: bold; */
    /* line-height: 1; */
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: red;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.btn .badge {
    position: absolute;
    top: -2px;
    right: 0px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

/*=============================================================
    Authour URL: www.designbootstrap.com

    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE

========================================================  */

/*==================================================
    ----------------AKADEMOS-----------------------
  ==================================================*/
body {
    overflow: auto;
}


.no-scroll {
    overflow: hidden !important;
}

.clicked-sombra {
    opacity: 0.6 !important;
    pointer-events: all !important;

}

.hamburguesa-sombra {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: black;
    z-index: 25;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .5s;

}

.invert {
    -webkit-filter: invert(100%);
    width: 100px;
    position: relative;
    left: 60px;
    top: 30px;
}

.lista-materias-hamburguesa {
    display: none;
}

.menu-hamburguesa-container {
    overflow-x: hidden;
}



.menu-hamburguesa {
    -webkit-transition: .5s;
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 9999;
    background: #333;
    color: white;
    right: -200px;
    overflow: scroll;
}

.menu-hamburguesa ul {
    margin-top: 80px;
}

.lista-materias-hamburguesa a {
    color: #999 !important;
}

.lista-materias-hamburguesa a:hover {
    color: white !important;
}

.lista-materias-hamburguesa li {

    border-bottom: 0px solid #999 !important;


}

.lista-materias-hamburguesa ul {
    margin-top: 0px !important;
    color: #666;
}

.lista-materias-hamburguesa li:last-child {
    border-bottom: 0px;
}

.menu-hamburguesa a {
    color: white;
}

.clicked {
    right: 0px;
    background: #333;
}

.clicked-paty {
    margin-right: 142px;
}

.menu-hamburguesa li {
    width: 180px;
    margin-left: -30px;
    padding: 10px 2px;
    border-bottom: 1px solid #E2E2E2;

    color: white;
    display: block;
}

a:hover {
    text-decoration: none !important;
}

#body-container {
    width: 100% !important;
    display: table !important;
    position: absolute !important;
    /* top: 180px !important; */
    margin-top: 5px;
    padding-left: 38px;
}

.centrado {
    text-align: center;
}

.label-archivo {
    margin-top: 10px;
    border: solid 2px white;
    border-radius: 25px;
    padding: 4px 12px 4px 12px;
    cursor: pointer;
}

.label-archivo-entrega {
    margin-top: 10px;
    border: solid 2px #333;
    border-radius: 25px;
    padding: 4px 12px 4px 12px;
    cursor: pointer;
}

.avatar-preview {
    border-radius: 15px;
}

.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

@media(max-width:1024px) {
    .footer-container {
        display: none;
    }
}

@media(max-height:600px) {
    .footer-container {
        display: none;
    }
}

@media (min-width:780px) and (max-width:1024px) {
    #body-container {
        padding-left: 19px;
    }
}


@media (max-width:780px) {
    #body-container {
        padding-left: 8px;
        padding-right: 8px;
    }
}




/*==================================================
    ----------------AKADEMOS-----------------------
  ==================================================*/


/*==============================================
    GENERAL  STYLES
 =============================================*/

@import url("https://fonts.googleapis.com/css?family=Raleway");

::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: #333;
}

::selection {
    color: white;
    background: #333;
}

.centrado {
    text-align: center;
}

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

body {
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    background: #E2E2E2;
}

#wrapper {
    width: 100%;
    background: #d2d2d2;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 800px;
    background: #fff;
}

#page-inner {
    width: 100%;
    margin: 10px 20px 10px 0px;
    background-color: #fff !important;
    padding: 10px;
    min-height: 800px;
}

.page-head-line {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 30px;
}

.progress {
    height: 5px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #A3A3A3 !important;
}


/*==============================================
    MENU STYLES
 =============================================*/

/*Akademos*/








#body {
    width: 100%;
    height: 100%;
    float: right;
}

.navbar-cls-top .navbar-brand {
    color: #fff;
    background: #DD1533;
    width: 180px;
    text-align: center;
    height: 75px;
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 25px;
}

.navbar-cls-top .navbar-brand:hover {
    background: #DD1533;
    color: #fff;
}

.header-right {
    color: #fff;
    padding: 15px 50px 5px 50px;
    float: right;
    font-size: 16px;
}

.user-img-div {
    min-height: 130px;
    padding: 20px;
    background-color: #262626;
    text-align: center;
}

.user-img-div img {
    height: 130px;
    border: 5px solid #DD1533;
}


.active-menu {
    background-color: #f8f8f8 !important;
    border-left: 5px solid #e7e7e7;
}

.active-menu-top {
    background-color: #000 !important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active>a>.fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 45px;
}

.nav-third-level li a {
    padding-left: 55px;
}

.sidebar-collapse,
.sidebar-collapse .nav {
    background: none;
}

.sidebar-collapse .nav {
    padding: 0;
}

.sidebar-collapse .nav>li>a {
    color: #000;
    background: #e6e6e6;
    text-shadow: none;
    border-bottom: 1px solid #D2D2D2;
}

.sidebar-collapse>.nav>li>a {
    padding: 15px 10px;
    padding-left: 30px;
}

.sidebar-collapse .nav>li>a:hover,
.sidebar-collapse .nav>li>a:focus {
    background: #D2D2D2;
    outline: 0;
}



.nav-second-level>li:last-child>a:after,
.nav-third-level>li:last-child>a:after {
    height: 50%;
}

.nav-third-level>li>a:after,
.nav-third-level>li>a:before {
    left: 40px;
}

.navbar-side {
    border: none;
    background-color: #f8f8f8;
}

.navbar-cls-top {
    background: #262626;
    border-bottom: none;
}


.navbar-default {
    border-bottom: 1px solid #999;
}

.navbar-header {
    background: #333;
    padding-left: 30px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DD1533;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.nav>li>a>i {
    margin-right: 10px;
}

/*==============================================
    NOTIFICATION  STYLES
 =============================================*/
.notifications-wrapper {
    margin-left: 3px;
}

.notifications-wrapper .nav {
    background-color: #D2d2d2;
}

.notifications-wrapper li {
    display: inline-block;
}


.notifications-wrapper li a {
    padding: 25px;
    min-height: 50px;
}



.notifications-wrapper .dropdown-tasks {
    width: 250px;
    min-width: 0;
}


.notifications-wrapper .dropdown-menu li {
    display: block;
}

.notifications-wrapper .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.notifications-wrapper .nav>li>a {
    background-color: #E2E2E2;
    color: #000;
}

.notifications-wrapper .nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    /*background-color: #FFF!important;*/
    color: #30a6e6;
}

.notifications-wrapper .dropdown-menu {
    margin: 0px;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

/*==============================================
    FOOTER  STYLES
 =============================================*/
footer {
    padding: 20px 50px;
    color: #fff;
    font-size: 12px;
}

footer a {
    color: #fff;
}

footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: none;
}

/*===============================================================================================
    DASHBOARD STYLES
 ===============================================================================================*/

.style-box-one {
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
    border-left: 10px solid #262626;
}

.style-box-one a,
.style-box-one a:hover {
    color: #fff;
    text-decoration: none;
}

.style-box-one span {
    font-size: 50px;
    padding-bottom: 10px;
}

.Style-one-clr-one {
    background-color: #d96614;
}

.Style-one-clr-two {
    background-color: #2bbeb5;
}

.Style-one-clr-three {
    background-color: #e83dab;
}

.Style-one-clr-four {
    background-color: #adab36;
}

.current-notices ul {
    padding-left: 20px;
    list-style: decimal-leading-zero;
    line-height: 30px;
}

.paty {
    color: white;
    position: relative;
    top: 6px;
}

/*==============================================
    MEDIA QUERIES
  =============================================*/

@media (min-width:768px) {
    .page-wrapper-cls {
        margin: 0 0 0 180px;
    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 180px;
    }

    .navbar {
        border-radius: 0px;
        height: 53px;
    }

    .navbar-responsive {
        display: none;
    }

    .logo-responsive {
        display: none;
    }
}


@media (min-width:280px) and (max-width:767px) {
    #menuClose {
        visibility: hidden;
    }
}

@media (max-width:768px) {
    .navbar {
        display: none;
    }

    .navbar-responsive {
        -webkit-transition: .5s;
        z-index: 99999;
        display: initial;
        position: fixed;
        top: 6px;
        right: 33px;
        background: #333;
        padding: 6px 15px 15px 15px;
        border-radius: 100%;
        border: 2px solid #E2E2E2;
    }

    .logo-responsive {
        display: initial;
        position: absolute;
        top: 18px;
        left: 30px;
        opacity: 0.2;
    }
}
