<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('contenido.css');
@import url('mime.css');
/***************************************************************************************************
NAV
***************************************************************************************************/
#herramientas {
	position: absolute;
	right: 19px;
	top: 21px;
	width: 96px;
	height: 40px;
	background-color: #6b6b6b;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #FFF;
	padding-top: 11px;
	text-align: center;
	z-index: 101;
}
#nav {
	width: 190px;
	position: absolute;
	top: 59px;
	right: 18px;
	background: #EEE;
	padding: 6px 3px;
	border: 1px solid #999;
	display: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 100;
}
.textoMenu {
	background: url(../img/iconos/menu.png) no-repeat left center;
	padding: 0 0 0 22px;
	letter-spacing: 0.7px;
}
#nav ul {
	list-style: none;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	width: 180px;
	height:25px;
	font-size: 12px;
	padding: 2px 4px;
	font-weight: normal;
	clear: both;
	margin: 1px 0 1px 5px;
}
#nav li span {
	margin-right: 4px;
}
#nav a:link, #nav a:visited, #nav a:active{
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #999;
}
#subNav {
	position: absolute;
	height: 34px;
	right: 115px;
	top: 22px;
	min-width: 20px;
	background: #828282 url(../img/subNavBg.png) no-repeat right center;
	border-top-left-radius: 5px;
	padding: 0 0 0 15px;
}
#subNav ul, #subNav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subNav li {
	float: right;
	padding: 5px 15px 5px 0;
}
#subNav #mail {
	position: relative;
}
#subNav #newMail {
	background-color: #dd6d19;
	position: absolute;
	border-radius: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	bottom: 0;
	right: -2px;
	padding: 0 2px;
}
#navMain .btn {
	padding: 8px 2px;
	border-radius:  16px;
	margin-left: 3px;
}

/***************************************************************************************************
REDEFINICIONES Y ETIQUETAS
***************************************************************************************************/
form {
	margin: 0px;
	padding: 0px;
}
input,textarea,select {
	font-size: 14px;
	border: 1px solid #000;
}
input[type="file"]{
	border: none;
}
label {
	cursor: pointer;
}
.hidden {
	display: none;
}
blockquote {
	font-size: 12px;
}
blockquote.blockquote-primary {
	border-left-color: #285E8F;
}
.panel-heading&gt;.dropdown .dropdown-toggle {
	color: #FFF;
}
.panel-heading a {
	color: inherit;
}
/***************************************************************************************************
IDS Y CLASES
***************************************************************************************************/
#main {
	text-align: center;
	background-color: #FFF;
}
#head {
	background: url(../personalize/headBg.png);
	height: 61px;
	color: #999;
	text-align: left;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
#head #logo {
	position: absolute;
	top: 0;
	left: 27px;
	width: 170px;
	height: 55px;
}
@media (max-width: 800px) {
	#head #logo {
		width: 32px;
		overflow: hidden;
		left: 10px;
		top: 0;
	}
}
#head #logo img {
	margin-top: 12px;
}
#head #userData {
	position: absolute;
	top: 13px;
	left: 200px;
}
#head #userData a:link, #head #userData a:visited, #head #userData a:active {
	color: #BBB;
	text-decoration: none;
}
#head #userData a:hover {
	color: #FFF;
}
@media (max-width: 800px) {
	#head #userData {
		left: 50px;
	}
}
#contenido {
	clear: both;
	line-height: 160%;
	background-color: #FFF;
	text-align: left;
	font-size: 14px;
	position: relative;
	padding: 90px 27px 10px 27px;
	z-index: 0;
}
.tablaSubrayada td, .tablaSubrayada th {
	border: solid #1E60A8;
	border-width: 0 0 1px 0;
}
.tablaSubrayada tr:hover {
	background-color: #FFC;
}
.tablaSubrayadaGris td, .tablaSubrayadaGris th {
	border: solid #DDD;
	border-width: 0 0 1px 0;
}
.tablaSubrayadaGris tr:hover {
	background-color: #F0F0F0;
}
.clr {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.divTabla {
	display: table;
	width: auto;
}
.divTR {
	display: table-row;
	clear: both;
}
.divTD {
	display: table-cell;
	padding: 5px 2px;
}
.navButton {
	float: right;
	padding-top: 8px;
}
.button {
	background-color: #083847;
	border-radius: 2px;
	padding: 3px 6px;
	text-align: center;
	cursor: pointer;
}
.button:hover {
	background-color: #0E5C76;
}
.button a {
	color: #EEE;
	text-decoration: none;
}
.tableResponsive {
	width: 99%;
	overflow-x:auto;
}

/***************************************************************************************************
PASSWORD STRENGTH
***************************************************************************************************/
#divLogin {
	margin: 0 auto;
	max-width: 300px;
	text-align: left;
}
#divLogin #user, #divLogin #pass, #divLogin #email {
	width: 100%;
}
.short{
    color:#FF0000;
}
.weak{
    color:#E66C2C;
}
.good{
    color:#2D98F3;
}
.strong{
    color:#006400;
}
/***************************************************************************************************
 FOOTER
***************************************************************************************************/
footer {
	font-size: 85%;
	line-height: 130%;
	padding: 20px 0;
}
/***************************************************************************************************
USERS ONLINE
***************************************************************************************************/
#usersOnline  {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 3px;
	text-align: left;
	margin-bottom: 10px;
	min-height: 28px;
}
#usersOnline span {
	padding: 3px;
}
/***************************************************************************************************
DECORACIÓN
***************************************************************************************************/
.tablaDatos div {
	padding: 3px 0;
}
.tablaDatos .rotulo {
	font-size: 85%;
	font-style: italic;
	color: #666;
	line-height: 160%;
}
.bordeImagen {
	border: 8px solid #CCC;
}
.bordeImagen img {
	border: 1px solid #666;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}
/***************************************************************************************************
CORREO
***************************************************************************************************/
#divMail {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#divMail label {
	display: block;
	border-top: 1px solid #999;
	margin: 5px 0;
}
#divMail label input[type=text] {
	z-index: 0;
	padding: 6px;
	margin: 0;
	font: inherit;
	line-height: 17px;
	border: none;
	width: 100%;
}
#divMail #destinatario {
	border: solid #999;
	border-width: 1px 0 0 0;
	margin: 5px 0;
	padding: 7px 0 5px 7px;
	cursor: pointer;
}
#divMail #destinatario span {
	color: #999;
	line-height: 17px;
	margin-left: 2px;
}
#divMail #enviar {
	position: absolute;
	top: 5px;
	right: 10px;
	background-color: #083847;
	border-radius: 2px;
	color: #FFF;
	font-weight: bold;
	padding: 3px 0;
	width: 70px;
	z-index: 1000;
	cursor: pointer;
}
#divMail #enviar:hover {
	background-color: #0F6582;
}
#divMail textarea {
	width: 100%;
	height: 300px;
}
#divMail .divPara, #divMail .divAdjuntos {
	position: relative;
	left: 0;
	border: none;
	padding: 5px 8px 1px 0;
	width: calc(100% - 16px);
}
#divMail .divAdjuntos {
	border: solid #999;
	border-width: 1px 0 0 0;
	padding-bottom: 5px;
}
#divMail .label {
	position: absolute;
	color: #999;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
}
#divMail .divPara .input {
	position: relative;
	left: 62px;
	top: 0;
	bottom: 0;
	width: calc(100% - 54px);
}
#divMail .input .para {
	float: left;
	padding: 0 5px;
	border: 1px solid #999;
	margin: 0 3px 2px 0;
	border-radius: 3px;
}
#divMail .input .para a {
	text-decoration: none;
	color: #F00;
	font-size: 9px;
}
#divMail .btnCancelar {
	padding: 0 10px 0 0;
}
#divMail #destinatario {
	float: left;
}
#divMail #destinatario {
	border: none;
	padding: 0 4px;
	line-height: 22px;
	cursor: text;
	margin: 0 3px 2px 0;
}
#divMail #paraLista {
	border: solid #000;
	border-width: 0 1px 1px 1px;
	position: absolute;
	background-color: #FFF;
	left: 63px;
	margin-top: 6px;
	width: calc(100% - 65px);
	z-index:1001;
	max-height: 300px;
	overflow: auto;
	display: none;
}
#divMail #paraLista .miembro {
	cursor: pointer;
	margin: 0 2px 5px 2px;
	border: 1px solid #DDD;
	border-radius: 5px;
	background-color: #EEE;
}
#divMail #paraLista .miembro:hover  {
	background-color: #F2F5D8;
}
#divMail #paraLista .miembro img {
	float: left;
	margin: 0 5px 0 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#divMail .ck-editor__editable {
    min-height: 250px;
}
#divMail .ck-voice-label {
	display: none;
}
#correoNav {
	background-color: #EEE;
	border: solid #DDD;
	border-width: 0 0 1px 0;
	padding: 5px;
	margin-bottom: 5px;
}
#correoNav .emailButton {
	padding: 3px 5px;
	float: right;
}
#correoNav .emailButton a {
	color: #FFF;
}
#correoNav .titulo {
	float: left;
	padding: 6px 5px;
	color: #083847;
	line-height: 130%;
}
/***************************************************************************************************
CORREO 2
***************************************************************************************************/
.mailList {
	cursor: pointer;
}
.mailList:hover {
	background-color: #D9E4F1!important;
}
/***************************************************************************************************
FORO
***************************************************************************************************/
#divForo {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#divForo label {
	display: block;
	border: solid #999;
	border-width: 1px 0 0 0;
	margin: 5px 0;
}
#divForo label span {
	position: absolute;
	z-index: 1;
	cursor: text;
	pointer-events: none;
	color: #999;
	padding: 7px;
	line-height: 17px;
	margin-left: 2px;
}
#divForo label input[type=text] {
	z-index: 0;
	padding: 6px 6px 6px 130px;
	margin: 0;
	font: inherit;
	line-height: 17px;
	border: none;
	width: 100%;
}
#divForo #enviar {
	position: absolute;
	bottom: 30px;
	right: 10px;
	background-color: #083847;
	border-radius: 2px;
	color: #FFF;
	font-weight: bold;
	padding: 3px 0;
	width: 70px;
	z-index: 1000;
	cursor: pointer;
}
#divForo #enviar:hover {
	background-color: #0F6582;
}
/***************************************************************************************************
MIEMBROS
***************************************************************************************************/
#miembros {
	line-height: 130%;
}
#miembros h3 {
	clear: both;
	padding: 2px 0;
	margin: 15px 0 5px 0;
}
#miembros .miembro.docente {
	background-color: #F2F5D8;
}
#miembros .miembro.administrador {
	background-color: #D8E9F5;
}
#miembros .miembro {
	float: left;
	width: 100%;
	max-width: 430px;
	border: 1px solid #DDD;
	border-radius: 4px;
	margin: 0 8px 8px 0;
	background-color: #EEE;
	height: 100px;
}
#miembros .miembro p {
	padding-top: 6px;
}
#miembros .miembro img {
	float: left;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin: 0 8px 0 0;
}
.chatUserColor {
	width: 40px;
	border-radius: 4px;
	float: left;
	padding: 2px 0 4px 0;
	text-align: center;
	margin: 0 4px 4px 0;
}
/***************************************************************************************************
CORREO
***************************************************************************************************/
#mailNav .nav-item {
	cursor: pointer;
}
#correo .row {
	border: solid #DDD;
	border-width: 0 0 1px 0;
	padding: 6px 2px;
	background-color: #F4F4F4;
}
#correo .row div {
	white-space: nowrap;
	overflow: hidden;
	padding-left: 3px;
	padding-right: 3px;
}
#correo a:hover {
	text-decoration: none;
}
#correo .row.noLeido {
	background-color: #FFF;
}

#correo .leido {
	background-color: #F4F4F4;
}
#correo .noLeido {
	font-weight: bold;
}
#correo .correoUsuario, #correo .correoFecha {
	white-space: nowrap;
	overflow: hidden;
}
#correo .correoUsuario {
	float: left;
	padding: 3px;
	width: 220px;
}
#correo .correoFecha {
	float: right;
	padding: 3px;
	width: 70px;
	text-align: right;
}
/***************************************************************************************************
 CONTENIDOS
***************************************************************************************************/
#contenidos .row {
	position: relative;
}
#contenidos .colLeft {
	padding-left: 0;
	padding-right: 0;
}
.contentNavPanel {
	border-right: 1px dashed #EEE;
}
.contentNavPanel h1 {
	font-size: 130%;
	border-bottom: 1px solid #CCC;
}
.contentNavPanel h2 {
	font-size: 110%;
	border-bottom: 1px solid #CCC;
	padding-top: 5px;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
</pre></body></html>