@charset "utf-8";
* { box-sizing: border-box; }
body {
	position: relative;
	margin: 0px;
	font-size: 12px;
}
fieldset {
	box-sizing: border-box;
	display: table;
	width: 100%;
}
form .fr {
	width: 100%;
	display: table-row;
}

form .fr>.fl {
	text-align: right;
	white-space: nowrap;
}
form .fr>.fi {
	text-align: left;
	width: 100%;
}
form .fr>.fl,
form .fr>.fi {
	padding: 0.5em 0.2em 0.2em 0.2em;
	vertical-align: middle;
	display: table-cell;
}
form .fr:last-of-type {
	text-align: right;
}
form .fb {
	text-align: right;
}
form.inline {
	display: inline;
}
form.inline .fr,
form.inline .fb {
	width: auto;
	display: inline-block;
	margin: 0px;
}
form.inline .fr>.fl,
form.inline .fr>.fi {
	width: auto;
	margin: 0px;
}
form.inline input,
form.inline select,
form.inline textarea {
	width: auto;
}
form.inline fieldset {
	width: auto;
	display: inline-block;
}
button,
.button {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	background: #CBCBCB;
	border: 1px solid transparent;
}
table.readable th,
table.readable td {
	padding: 1ex;
}
table.readable th{
	color: #FFFFFF;
	background: #808080;
}
table.readable tr:nth-child(even) {
	background: #FFFFFF;
}
table.readable tr:nth-child(odd) {
	background: #E8E8E8;
}
.ta-l {
	text-align: left;
}
.ta-c {
	text-align: center;
}
.ta-r {
	text-align: right;
}
.wide {
	width: 100%;
}
.fill {
	position: absolute;
	top: 0px; left: 0px;
	bottom: 0px; right: 0px;
}
.mid-wrapper {
	text-align: center;
}
.mid-wrapper::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mid-wrapper>*{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.lp, .rp {
	width: 50%;
	display: table-cell;
}
.content-view {
	position: relative;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
}
.tc {
	display: table-cell;
}
.nowrap {
	white-space: nowrap;
}
.h-list {
	margin: 0px;
	padding: 0px;
}
.h-list>li {
	display: inline-block;
	vertical-align: top;
}
.submenu {
	box-sizing: border-box;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
	position: absolute;
	display: none;
	left: 0px;
	top: 100%;
	list-style-type: none;
}
.menu-item {
	position: relative;
}
.menu-item:not(.toggle):hover>.submenu,
.menu-item.toggle[selected]>.submenu {
	display: block;
}
#user-bar {
	color: #FFFFFF;
	display: block;
	position: relative;
	height: 2em;
	background-color: rgb(56,55,186);
}
#header-toolbar {
	text-align: right;
}
#header-access {
	height: 35px;
	display: inline-block;
	text-transform: uppercase;
}
#header-search {
	display: inline-block;
}
#header-access li:not(:first-child)::before {
	content: "|";
	padding: 0px 0.5em;
}
#header-logobar {
	display: table;
	margin: 0px auto;
	width: 95%;
	white-space: nowrap;
}
#header-logobar>div {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
#header-logobar>.content {
	width: 100%;
}
#head-menu {
	height: 40px;
	padding: 0px 2em;
	background-size: 100% 100%;
}
#head-menu>.h-list {
	position: relative;
	display: table;
	height: 36px;
	width: auto;
}
#head-menu>.h-list>.menu-item {
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	display: table-cell;
	text-align: center;
	height: 100%;
}
#head-menu>.h-list>.menu-item>.menu-text {
	position: relative;
	box-sizing: border-box;
	padding: 8px 1em;
	z-index: 101;
}
#head-menu>.h-list>.menu-item>.submenu {
	margin-top: -2;
	z-index: 100;
	min-width: 105%;
	padding: 1em 1em;
}
#head-menu>.h-list>.menu-item .menu-item {
	white-space: nowrap;
	float: none;
	display: block;
	padding: 0.5em 0px;
}
#pathmap {
	padding-left: 2em;
}
#pathmap a {
	text-decoration: none;
}
#pathmap>li:first-child::before {
	content: "\2617";
	display: inline-block;
	color: inherit;
	padding-right: 0.5em;
}
#pathmap>li:not(:first-child)::before {
	font-size: 0.6em;
	content: "\25B6";
	display: inline-block;
	color: inherit;
	padding-right: 0.5em;
}
main>.content-view {
	width: 950px;
}
main>.content-view:not(.auto-height) {
	min-height: 30em;
	padding-left: 0px;
	padding-right: 0px;
}
#access-panel {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#access-panel a {
	padding: 1em;
	display: block;
}
.prior-option {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 6em;
	margin: 0px;
	border: none;
	outline: none;
	text-align: left;
	font-family: Sans-serif;
	box-shadow: none !important;
	background: #FFF;
	position: relative;
	vertical-align: middle;
}
.prior-option.selected {
	color: #FFF;
	background-color: #080;
}
.prior-option:disabled {
	color: #A0A0A0;
}
.prior-option .title {
	font-weight: bold;
	font-size: 1.2em;
}
.prior-option>* {
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.left-panel {
	display: table-cell;
	position: relative;
	width: 100%;
	vertical-align: top;
}
.right-panel {
	display: table-cell;
	position: relative;
	min-width: 250px;
}

/* DISPLAY */
.display.lock-panel {
	position: fixed;
	top: 0px; left: 0px;
	right: 0px; bottom: 0px;
	background: rgba(0,0,0,0.3);
	text-align: center;
}
.display.lock-panel::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.display.inner-panel {
	max-height: 90%;
	position: relative;
	text-align: left;
	display: inline-block;
	background: #FFFFFF;
	vertical-align: middle;
	padding: 32px 0px;
	box-shadow: 0px 0.5em 4em rgba(0,0,0,0.2);
	margin: 2em;
	border-radius: 3px;
}
.display.content-panel {
	overflow-x: hidden;
	overflow-y: auto;
}
.display .fi {
	width: auto;
}
.display.heading-panel {
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	height: 24px;
}
.display.close-button {
	float: right;
	background: #A92812;
	border: none;
	outline: none;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
	width: 32px;
	height: 24px;
	text-align: center;
}
.display.close-button:hover {
	background: #E04112;
}
.display.close-button::before {
	content: "\2715";
	display: inline-block;
	font-size: 18px;
	color: #FFF;
}
/* */
#list-inst-prog {
}
#list-inst-prog .institucion {
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#list-inst-prog .institucion .nombre {
	font-size: 1.4em;
	font-weight: 700;
	color: #A90000;
}
#list-inst-prog .programa {
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#list-inst-prog .programa:hover {
	background: #F0F0F0;
	cursor: pointer;
}
#list-inst-prog .programa.selected {
	background: #D8D8D8;
}
#list-inst-prog .programa .tc {
	vertical-align: top;
}
#list-inst-prog .programa .nombre {
	color: #000000;
	padding-top: 0px;
	font-size: 1.2em;
}
#list-inst-prog label {
	display: block;
	cursor: pointer;
}

/* FIXED AUTO-FIX*/
#fix-panel {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
}