@CHARSET "UTF-8";
div#message {
	min-height: 80px;
	position: absolute;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 9999;
	/*padding: 10px;*/
}
#message2 {
	min-height: 150px;
	position: absolute;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 9999;
}
#message-container {
	/*width: 97%;*/
	margin: 10px 0px;
	margin:0 auto;
	border-radius: 5px;
}
#message2-container {
	width: 97%;
	margin-top: 10px;
	min-height: 130px;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#message-container h1 {
	margin: 0;
	padding: 0;
	text-shadow: 0 1px 1px rgba(252, 252, 252, 0.80);
	font-size: 16px;
	font-weight: bold;
}
#message-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.status1 h1 {
	color: #00529B;
}
.status2 h1 {
	color: #4F8A10;
}
.status0 h1 {
	color: #D8000C;
}
.status3 h1 {
	color: #E6C23F;
}
input,
select,
textarea,
file {
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #E5E5E5;
	font-style: normal;
	/*font-size: 12px;*/
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	letter-spacing: 1px;
}
.close {
	float: right;
	top: -10px;
	padding-bottom: 10px;
	cursor: pointer;
}
div#info div.clearfix {
	display: block;
}
div#info img.img {
	display: block;
	border: none;
	float: left;
}
div#info span.pos {
	float: right;
	margin-right: 0px;
	margin-top: 30px;
}
div.uiHeaderTopBorder {
	margin-left: 0;
}
.uiHeaderNavEmpty {
	padding-top: 3px;
}
.uiHeaderNav {
	border-color: #EEEEEE;
	margin: 3px 0 0 3px;
	padding: 2px 2px 1px 3px;
}
.uiHeaderTopBorder {
	border-top: 1px solid #AAAAAA;
	padding-top: 0.05em;
}
div#info #periodos_ .page2 {
	padding: 3px 5px 3px 5px;
	border-radius: 2px;
	background-color: rgb(177, 255, 100 ) !important;
	border: 1px solid #989898;
	color: black !important;
	cursor: pointer;
	font-size: 11px;
	margin-left: 2px;
}
input[type="text"].plantilla_notas {
	width: 92%;
	padding: 3px;
	font-size: 10px;
}

#d table#planillasNotas tbody tr td:first-child {
	text-align: right;
	font-weight: bold;
}
#d table#planillasNotas tbody tr:first-child td,
#d table#planillasNotas2 tbody tr:first-child td,
table#planillasLogros tr:first-child td {
	border-top: 1px solid #AAA;
}
#d table#planillasNotas tbody tr td,
#d table#planillasNotas2 tbody tr td,
table#planillasLogros tbody tr td {
	border-left: 1px solid #AAA;
	height: 20px;
	border-bottom: 1px solid #AAA;
}
table#planillasLogros tbody tr td {
	height: 30px;
}
#d table#planillasNotas2 tbody tr td {
	border-bottom: none;
}
#d table#planillasNotas tbody tr:last-child td {
	border-bottom: none;
}
#d table#planillasNotas tbody tr td:last-child,
#d table#planillasNotas2 tbody tr td:last-child,
table#planillasLogros tbody tr td:last-child {
	border-right: 1px solid #AAA;
}
#d table#planillasNotas tbody tr:last-child td {
	border-bottom: 1px solid #AAA;
}
#d table#planillasNotas tbody tr td:nth-child(2) {
	text-indent: 1px;
}
table#planillasLogros tbody tr td:nth-child(2) {
	text-indent: 3px;
	word-wrap: break-word;
	direction: ltr;
}
#d table#planillasNotas tbody tr td input[type='text'].notas {
	text-align: right;
}
#d table#planillasNotas tbody tr td input[type='text'].fallas {
	text-align: right;
}
#d table#planillasNotas tbody tr td input[type='text'].defini {
	text-align: right;
	font-weight: bold;
}
#d table#planillasNotas tbody tr td input[type='text'].descri {
	text-align: center;
}
#d table#planillasNotas2 tbody tr td input[type='text'].descri {
	text-align: center;
	font-weight: bold;
}
#d table#planillasNotas tbody tr.activo td.des input[type='text'][readonly] {
	cursor: pointer;
}
#d table#planillasNotas tbody tr.perdido td.des input[type='text'][readonly] {
	cursor: pointer;
}
#d table#planillasNotas2 tbody tr td.des input[type='text'][readonly] {
	cursor: pointer;
}
#d table#planillasNotas tbody tr.activo td.des {
	background-color: rgba(240, 255, 237, 1);
}
#d table#planillasNotas tbody tr.perdido td.des {
	background-color: rgba(240, 255, 237, 1);
}
#d table#planillasNotas2 tbody tr td.des {
	background-color: rgba(240, 255, 237, 1);
}
#d table#planillasNotas tbody tr.activo td.def {
	background-color: rgba(225, 240, 255, 1);
}
#d table#planillasNotas tbody tr.perdido td.def {
	background-color: rgba(225, 240, 255, 1);
}
#d table#planillasNotas tbody tr.retirado td.des,
#d table#planillasNotas tbody tr.desertor td.des,
#d table#planillasNotas tbody tr.transferido td.des {
	background-color: rgba(255, 255, 128, 1);
}
#d table#planillasNotas tbody tr.retirado td.def,
#d table#planillasNotas tbody tr.desertor td.def,
#d table#planillasNotas tbody tr.transferido td.def {
	background-color: rgba(255, 255, 128, 1);
}
#d table#planillasNotas tbody tr td input[type="text"]:focus {
	background-color: rgba(255, 146, 64, 0.3);
}
#d table#planillasNotas tbody tr.retirado td.not,
#d table#planillasNotas tbody tr.desertor td.not,
#d table#planillasNotas tbody tr.transferido td.not {
	background-color: rgba(255, 255, 128, 1);
}
#d table#planillasNotas tbody tr.retirado td.fall,
#d table#planillasNotas tbody tr.desertor td.fall,
#d table#planillasNotas tbody tr.transferido td.fall {
	background-color: rgba(255, 255, 128, 1);
}
#d table#planillasNotas tbody tr.retirado td:first-child,
#d table#planillasNotas tbody tr.desertor td:first-child,
#d table#planillasNotas tbody tr.transferido td:first-child {
	background-color: rgba(255, 255, 128, 1);
}
#d table#planillasNotas tbody tr.perdido td:first-child {
	background-color: rgba(255, 0, 0, 0.5);
}
#d table#planillasNotas tr.thead td:first-child,
#d table#planillasNotas2 tr.thead td:first-child,
table#planillasLogros tr.thead td:first-child {
	border-left: 1px solid #AAAAAA;
}
#d table#planillasNotas tr.thead td,
#d table#planillasNotas2 tr.thead td,
table#planillasLogros tr.thead td {
	height: 24px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f8f8f8;
	border-top: 1px solid #989898;
	border-left: 1px solid #AAAAAA;
}
#d table#planillasNotas tr.thead2 td {
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f8f8f8;
	border-top: 1px solid #989898;
	font-weight: bold;
	border-left: 1px solid #AAAAAA;
}
#d table#planillasNotas tr.thead2 td:last-child {
	border-right: 1px solid #AAA;
}
#d table#planillasNotas tr.thead td:last-child,
#d table#planillasNotas2 tr.thead td:last-child,
table#planillasLogros tr.thead td:last-child {
	border-right: 1px solid #AAA;
}
div#ajax-loader {
	margin: 7% auto 0px auto;
	width: 70%;
	color: #000;
	text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#d div#options_ {
	background: rgba(214, 214, 214, 0.5);
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	position: fixed;
	border-radius: 0px 0px 10px 10px;
	-khtml-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
#d table#planillasNotas tbody tr td.warning {
	background-color: rgba(255, 186, 117, 0.5);
}


div#inf table {
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 7px;
	background-color: whiteSmoke;
}
div#inf table th {
	padding-left: 6px;
}
div#inf {
	position: absolute;
	float: right;
	right: 2px;
	top: 40px;
	margin-right: 0px;
	background-color: #0B3B0B;
	width: 24%;
	min-height: 80px;
	border-radius: 0px 0px 10px 10px;
	padding: 7px;
	display: none;
	z-index: 999;
}
header h1 {
	font-size: 20px;
	color: black;
	/*position: absolute;*/
	top: -4px;
	width: 100%;
	text-align: center;
	float: left;
}
nav {
	width: 20.8%;
	height: 40px;
	float: right;
	margin-right: 0px;
	margin-right: 0px;
	background-color: yellowgreen;
}
nav a {
	display: inline-block;
	display: inline-block;
	margin-left: 4px;
	margin-top: 9px;
	font-size: 15px;
	padding: 3px 10px;
	height: 20px;
	vertical-align: top;
	cursor: pointer;
	white-space: nowrap;
}
nav a:hover {
	background-color: #D0F5A9;
}
#fond {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#logo {
	position: relative;
	margin: -18px auto;
	text-align: center;
	border-radius: 200px 200px 200px 200px;
	border: 0px solid #000000;
	width: 200px;
	height: 200px;
}
p {
	padding: 10px 10px 10px 10px;
}
.data {
	width: 100%;
	text-align: center;
	margin: auto;
}
#user {
	background-image: url('public/img/user.png');
}
#pass {
	background-image: url('public/img/pass.png');
	background-repeat: no-repeat;
}
.form {
	width: 40px;
	height: 32px;
	text-align: center;
	margin: auto;
	position: absolute;
	margin-left: 8%;
}
.content-login {
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
	margin-right: auto;
	margin-top: 50px;
	;
	margin-bottom: auto;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 7px;
	background-color: whiteSmoke;
	width: 25%;
	height: 500px;
}
.content-login2 {
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
	margin-right: auto;
	margin-top: 50px;
	;
	margin-bottom: auto;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 7px;
	background-color: whiteSmoke;
	width: 50%;
	height: 500px;
}
.backend {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 79%;
	height: 40px;
	background-color: white;
	z-index: 100;
}
.desplegar {
	width: 7px;
	height: 7px;
	display: inline-block;
	background: transparent url("/2023/img/sprite-icons.png") no-repeat scroll -79px -68px;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 1px;
}
.separator {
	border-left: 1px solid #040404;
	border-right: 1px solid #2F2F2F;
	height: 26px;
	display: inline-block;
	margin: 6px 3px 1px 3px;
}
.contenido {
	border-right: 1px solid #E5E5E5;
	height: 93%;
	width: 99%;
	float: left;
	margin-left: 0px;
	display: inline-block;
	margin: 0px;
	overflow: auto;
}
.header-article {
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	background: seagreen;
	height: 35px;
	/*height: 100px;
	margin-top: -5px;*/
}
div.master {
	width: 100%;
	height: 100%;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
}
section.content {
	height: 100%;
	display: inline-block;
	vertical-align: top;
	width: 80%;
}
.separator-form-horizontal {
	text-align: center;
	display: inline-block;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: whitesmoke;
}
#tabs-2 {
	text-align: center;
}
#tabs-1 {
	text-align: center;
}
.seven {
	text-align: center;
}
.separator-form-vertical {
	margin: auto;
	width: 800px;
	display: inline-table;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: whitesmoke;
}
.separator-form-vertical table {
	position: relative;
	width: 800px;
}
.separator-form-vertical table tr td:not(:first-child) input {
	width: 200px;
}
.separator-form-vertical table tr td:not(:first-child) {
	width: 300px;
}
.separator-form-vertical table tr td:first-child {
	width: 20%;
	font-weight: bold;
	padding: 5px;
}
.separator-vertical {
	display: inline-table;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	width: 95%;
	display: inline-block;
	margin: 6px 3px 1px 3px;
}
.sw30 {
	/*background: url("/2023/img/sw30.png") no-repeat center center fixed;*/
	/*background-image: url("/2023/img/sw30.png"); overflow: auto;
	background-repeat: no-repeat;
	background-position: center center;*/
}
.peri-selected {
	background-color: rgb(53, 86, 100);
	width: 80%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
.nsel {} .peri-selected h3 {
	font-size: 10px;
	color: #fff;
	/*top: -18px;*/

	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.select-periodos {
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	width: 96%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.select-periodos:nth-child(even) {
	background: #E5E5E5;
}
.select-periodos:nth-child(odd) {} .select-periodos:hover {
	background: #fff;
}
.head {
	background-color: rgb(53, 86, 100);
	display: inline-block;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 10px;
}
.body {
	display: inline-block;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}
#pant {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('public/img/fondo1_.jpg');
}
.izq {
	position: relative;
	text-align: center;
	width: 20%;
}
.der {
	position: relative;
	text-align: center;
	width: 75%;
}

/**menu**/

.mbmenu {
	display: none;
}
.rootVoices {
	padding: 5px;
	padding-bottom: 0;
}
.rootVoices td.rootVoice {
	vertical-align: middle;
	color: white;
	font-size: 15px;
	line-height: 16px;
	padding: 8px;
	cursor: pointer;
}
.rootVoices td.rootVoice.selected {
	background-color: #0B3B0B;
	padding: 8px;
	cursor: pointer;
	font-size: 14px;
}
.rootVoices td.rootVoice.disabled.selected {
	background: #ccc!important;
	color: #ddd;
}
.rootVoices.vertical {
	width: 140px;
}
.rootVoices.vertical td.rootVoice {}

.menu {
	display: none;
}
.tablecontainer {
	margin-right: auto;
}
.menuContainer {
	position: absolute;
	background-color: #EFFBF5;
	border-top: 5px #E5E5E5;
	padding: 0;
	box-shadow: #999 2px 2px 10px;
}
.menuContainer.submenuContainer {
	border-top: none!important;
}
.menuContainer.disabled {
	border-top: 5px solid #999;
	background-color: gray;
}
.menuContainer .line {
	background-color: transparent;
	width: 100%;
}
.menuContainer .line.title {
	background-color: #f0fff0;
	font-size: 12px;
}
.menuContainer.disabled .line.title {
	background-color: #999;
}
.menuContainer .line.title a {
	font-size: 12px;
	color: #ccc;
}
.menuContainer.disabled .line.title a {
	font-size: 12px;
	color: #666;
}
.menuContainer td a {
	text-decoration: none;
	color: #000;
}
.menuContainer td.voice {
	font-size: 12px;
	padding: 7px;
}
.menuContainer .separator {
	background-color: #999;
	height: 1px;
	padding: 0;
	margin: 0;
}
.menuContainer td.img {
	text-align: center;
	font-size: 10px;
	color: #c3c3c3;
	background-color: transparent;
	width: 24px;
	padding: 5px;
}
.menuContainer td.img img {
	width: 20px;
}
.menuContainer .textBox {
	padding: 10px;
	font-size: 12px;
	color: #c3c3c3;
}
.menuContainer .selected td {
	background-image: url("/2023/img/images/bgnd_sel_2.jpg")
}
.menuContainer .selected td a {
	color: #000;
	display: block;
}
.menuContainer .disabled td,
.menuContainer .disabled td a {
	color: #555;
}
.menuContainer .subMenuOpener {
	background-image: url("/2023/img/images/menuArrow.gif");
	background-repeat: no-repeat;
	background-position: right;
}
.menuContainer .selected .subMenuOpener {
	background-image: url("/2023/img/images/menuArrow.gif");
	background-repeat: no-repeat;
	background-position: right;
}
.boxMenu {
	color: #f3f3f3;
	border-top: 8px solid #f0fff0;
	background: url("/2023/img/images/box_top.png") repeat-x;
}
.boxMenu h4 {
	white-space: nowrap;
	margin: 0 0 20px 0;
	padding: 3px;
	font: 18px/20px georgia, serif;
	padding-right: 20px;
}
.boxMenu td {
	min-width: 160px;
	vertical-align: top;
	border-right: 1px solid #999;
}
.boxMenu td:hover {
	background: url(../images/box_menu_over.png);
}
.boxMenu td:hover a {
	margin-right: 3px;
	color: #000;
}
.boxMenu td:last-child {
	min-width: 160px;
	vertical-align: top;
	border-right: none;
}
.boxMenu a {
	font-size: 12px;
	white-space: nowrap;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
}
.boxMenu a img {
	padding-right: 5px;
}
.boxMenu a:hover {
	color: #000;
	background-image: url("/2023/img/images/bgnd_sel_2.jpg");
}
.boxMenu a img {
	border: 0;
}
.inputlogin {
	font-size: 1em;
	height: 1.5em;
}
.selectlogin {
	font-size: 1em;
	height: 3em;
	padding: 5px;
}
.logocole2 {
	position: relative;
	float: left;
	margin-top: 5px;
	bottom: 5px;
	margin-left: auto;
	margin-rigth: auto;
	cursor: pointer;
}
.graficas {
	margin: 2em auto 0 auto;
	width: 70%;
	text-align: center;
}
.required {
	background-color: rgab(187, 18, 11, 1);
}
.granted {
	background-color: rgab(0, 124, 0, 1);
}
#message {
	color: #000;
}
.newbottons {
	text-align: center;
	vertical-align: central;
	width: 8em !important;
	height: 3.5em !important;
}
div.content_menu {
	padding: 5px;
	margin: auto;
	width: 75%;
	height: 75%;
	background-color: #ececec;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
div.content_menu div.item:nth-child(even) {
	color: #fff;
	background-color: rgba(53, 86, 100, 1);
}
div.content_menu div.item:nth-child(odd) {
	color: #fff;
	background-color: rgba(53, 86, 100, 1);
}
div.item {
	padding: 2px;
	color: #000;
}
div.item2 {
	color: #000;
	background-color: #ececec;
	border-bottom: 1px solid #e5e5e5;
}
div.item3 {
	color: #000;
	background-color: rgba(255, 255, 255, 0.6);
}
div.item3:hover,
div.item2:hover,
div.item:hover {
	background-color: #fff;
}
div.descrip {
	font-size: 1.2em;
	font-weight: bold;
}
div.descrip {
	text-align: left;
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
div.descrip span {
	float: right;
	right: 5px;
}
div.orden,
div.target {
	text-align: left;
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
div.orden input[type="text"] {
	width: 5em;
}
div.content_menu div.item div.item2 div.descrip {
	font-size: 1em;
	font-weight: bold;
}
div.content_menu div.item div.item2 div.item3 div.descrip {
	font-size: 1em;
	font-weight: normal;
}
div.descrip span {
	font-weight: bold;
	cursor: pointer;
}
.menuOrder {
	width: 12px;
	height: 12px;
}
.buttons {
	width: 70%;
	margin: auto;
	text-align: center;
}
div#contentFiles {
	position: relative;
	margin: 5% 60px auto 60px;
}
div.listado {
	width: auto;
	position: relative;
	padding: 2px 5px 4px 10px;
}
div.listado:nth-child(even) {
	background-color: whiteSmoke;
}
div.listado:nth-child(odd) {
	background-color: #E5E5E5;
}
div.render {
	position: relative;
	display: table-row;
	width: auto;
}
span.spevent {
	cursor: pointer;
}
.shadow {
	box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.85);
	border-radius: 10px;
}
#next {
	width: auto;
	height: auto;
	display: scroll;
	position: fixed;
	bottom: 50%;
	right: 40px;
	transition: 2s;
}
@media screen and (min-width: 0px) and (max-width: 1251px) {
	#next {
		width: auto;
		height: auto;
		display: scroll;
		position: fixed;
		bottom: 7%;
		transition: 2s;
	}
}
#bodyContent {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}
.university {
	cursor: pointer;
	float: left;
	margin-left: 5px;
}
.imgtop {
	position: absolute;
	left: -30px;
	margin-top: 0px;
	cursor: pointer;
	z-index: 10px;
	float: left;
}
.float {
	padding-top: 5px;
	position: fixed;
	margin-top: -10px;
	margin-left: 80%;
	text-align: center;
	width: 200px;
	height: 30px;
	background-color: #355664;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.imgcole {
	float: left;
	margin-top: 2px;
	margin-left: 25%;
	cursor: pointer;
}
.ncole {
	margin-top: 5px;
	cursor: pointer;
	font-size: 20px;
	color: white;
	text-shadow: #000 2px 2px 2px;
	letter-spacing: 2px;
	width: 100%;
}
.titles {
	cursor: pointer;
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: #000000 2px 2px 2px;
	letter-spacing: 2px;
	width: 100%;
}
#carnet {
	position: fixed;
}
#topbar {
	border: 1px solid #214366;
	height: 50px;
	width: 100%;
	margin-left: auto;
	z-index: 100px;
	background: url("/2023/img/zebra.jpg") repeat-x scroll 0 0 #355664;
}
#topbarmenu {
	text-align: center;
	background-color: rgba(0, 201, 201, 0.7);
	border: 1px solid #214366;
	height: 50px;
	width: 80%;
	margin-right: auto;
	margin-left: 1.5%;
	margin-top: 65px;
	border-radius: 20px 20px 20px 20px;
	-khtml-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
#topcontentescu {
	border-top: 1px solid #214366;
	border-right: 1px solid #214366;
	border-left: 1px solid #214366;
	text-align: center;
	position: absolute;
	float: right;
	background-color: #69dfdf;
	height: 100px;
	width: 15%;
	right: 5px;
	bottom: 62px;
	z-index: 999px;
	border-radius: 20px 20px 0px 0px;
	-khtml-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#topcontuniversity {
	text-align: center;
	position: absolute;
	float: right;
	background-color: transparent;
	height: 55px;
	width: 120px;
	right: 7%;
	top: 70px;
	z-index: 999px;
}
#topbar2 {
	text-align: center;
	position: absolute;
	float: left;
	border: 1px solid #214366;
	height: 50px;
	width: 100%;
	z-index: 999px;
	background: url("/2023/img/zebra.jpg") repeat-x scroll 0 0 #355664;
	padding: 0px;
}
#topbarplanillaNotas {
	background-color: whiteSmoke;
	border: 1px solid whiteSmoke;
	height: 100px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	border-radius: 0px 0px 20px 20px;
	-khtml-box-shadow: 0px 0px 12px rgba(145, 205, 97, 0.5);
}
#content {
	top: 100px;
	left: 0;
	width: 100%;
}
input[disabled] {
	background-color: #e9eded;
	color: black;
	user-input: disabled;
}
select[disabled] {
	background-color: #e9eded;
	color: black;
}
.info {
	padding: 60px 25px 35px 25px;
}
input[readonly],
textarea[readonly] {
	background-color: #e9eded;
}

.labelup {
	font-size: 16px;
}
select.notas optgroup {
	font-style: normal;
	color: green;
}
select.notas optgroup option {
	color: black;
}
select optgroup {
	font-style: normal;
	color: #355664;
}
select optgroup option {
	color: black;
}
input[type=text]:focus,
select:focus,
textarea:focus,
file:focus,
input[type=password]:focus,
input[type=text][readonly]:focus input[type=text]:hover,
select:hover,
textarea:hover,
file:hover,
input[type=password]:hover,
input[type=text][readonly]:hover {
	border: 1px solid #355664;
	outline: none;
}

input[type=button].login {
	background-color: whiteSmoke;
	background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
	color: #444;
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
input[type=button].login:focus {
	border: 1px solid #355664;
	outline: none;
}
fieldset {
	color: #3F2B2B;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	background-color: whitesmoke;
}
fieldset#master legend,
fieldset#detail legend,
fieldset#busqueda legend,
fieldset#fact legend {
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	border-radius: 3px;
}
fieldset#master,
fieldset#detail,
fieldset#busqueda,
fieldset#fact {

	border: 1px solid #E5E5E5;
	width: 94%;
}
fieldset#master select,
fieldset#fact select {
	width: 200px;
}
fieldset#master table tbody th,
fieldset#master table tbody td {
	margin: 0;
	padding: 0;
}
fieldset#master table tbody th label {
	cursor: pointer;
}
fieldset#master table tbody th {
	text-align: right;
}
fieldset#fact table tbody th {
	text-align: left;
	vertical-align: top;
}
fieldset#fact table tbody td {
	vertical-align: top;
}
table.helper input[type=text] {
	border: none;
	width: 100%;
	height: 100%;
	background-color: transparent;

}
table.helper tbody tr td {
	border-bottom: 1px solid #DDDDDD;
	height: 25px;
}
fieldset#fact table#list-body tbody tr td {
	height: 25px;
	vertical-align: middle;
}
fieldset#fact table#list-body tbody tr td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
fieldset#fact table#list-body tbody tr td:first-child {
	border-left: 1px solid #DDDDDD;
}
fieldset#fact table#list-body tbody tr:nth-child(2n+2) td {
	background-color: #F3F7FB;
}
fieldset#fact table#list-body tbody tr:nth-child(2n+1) td {
	background-color: #FFFFFF;
}
fieldset#fact table#list-body tbody tr:first-child td {
	border-top: 1px solid #DDDDDD;
}
fieldset#fact table#list-content tbody tr td,
fieldset#fact table#list-content thead tr th {
	background-color: #f8f8f8;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
fieldset#fact table#list-content tbody tr td:first-child,
fieldset#fact table#list-content thead tr th:first-child {
	border-left: 1px solid #DDDDDD;
}
fieldset#fact table#list-body tbody tr td:nth-child(5),
fieldset#fact table#list-body tbody tr td:nth-child(6) {
	padding-right: 9px;
}
fieldset#fact table#list-body tbody tr th {
	padding: 0;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
fieldset#master table tbody th {
	padding-right: 10px;
	vertical-align: middle;
}
fieldset#master table tbody td:first-child {
	vertical-align: middle;
	padding-left: 10px;
}
fieldset#detail table td,
fieldset#detail table th,
table.helper th {
	margin: 0;
	padding: 0;
}
fieldset#detail table tfoot td {
	height: 35px;
	vertical-align: bottom;
}
fieldset#detail table thead th,
fieldset#busqueda table thead th,
fieldset#masterdetail table#dataDetail thead th,
table.helper thead th {
	height: 35px;
	vertical-align: middle;
	cursor: pointer;
	/*background: url("/2023/img/bg-thead.gif");*/
	background-image: linear-gradient(180deg,rgba(0,0,0,.1), white);
	border-bottom: 1px solid #989898;
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #989898;
}
fieldset#detail table thead th:first-child,
fieldset#busqueda table thead th:first-child,
fieldset#masterdetail table#dataDetail thead th:first-child,
table.helper thead th:first-child {
	border-left: 1px solid #AAAAAA;
}
fieldset#detail table tbody th span,
fieldset#busqueda table tbody th span,
fieldset#masterdetail table tbody th span {
	cursor: pointer;
}
fieldset#detail input#match {
	width: 200px;
}
fieldset#detail table tbody tr.row1 td,
fieldset#busqueda table tbody tr.row1 td,
fieldset#masterdetail table#dataDetail tbody tr.row1 td,
table.helper tbody tr.row1 td {
	background-color: #F3F7FB;
	border-right: 1px solid #DDDDDD;
}
fieldset#detail table tbody tr.row1 td:first-child,
fieldset#busqueda table tbody tr.row1 td:first-child,
fieldset#masterdetail table#dataDetail tbody tr.row1 td:first-child,
table.helper tbody tr.row1 td:first-child {
	border-left: 1px solid #DDDDDD;
}
fieldset#detail table tbody tr.row2 td,
fieldset#busqueda table tbody tr.row2 td,
fieldset#masterdetail table#dataDetail tbody tr.row2 td,
table.helper tbody tr.row2 td {
	background-color: #FFF;
	border-right: 1px solid #DDDDDD;
}
fieldset#detail table tbody tr.row2 td:first-child,
fieldset#busqueda table tbody tr.row2 td:first-child,
fieldset#masterdetail table#dataDetail tbody tr.row2 td:first-child,
table.helper tbody tr.row2 td:first-child {
	border-left: 1px solid #DDDDDD;
}
fieldset#detail table#data tbody tr:last-child td,
fieldset#busqueda table#data tbody tr:last-child td,
table.helper tbody tr:last-child td {
	border-bottom: 1px solid #DDDDDD;
}
fieldset#detail table#search tr th {
	padding-right: 4px;
	height: 40px;
	vertical-align: middle;
}
fieldset#detail table#data thead tr th.ord,
fieldset#busqueda table#data thead tr th.ord,
fieldset#masterdetail table#dataDetail thead tr th.ord {
	background: url("/2023/img/bg-thead-selected.gif");
}
fieldset#detail table#data tbody tr td,
fieldset#masterdetail table#dataDetail tbody tr td,
fieldset#busqueda table#data tbody tr td {
	height: 25px;
}
fieldset#detail table#data tbody tr:hover td,
fieldset#busqueda table#data tbody tr:hover td,
fieldset#masterdetail table#dataDetail tbody tr:hover td {
	background-color: #FCEDD8;
}
fieldset#master h4#est {
	display: table-cell;
	width: 11%;
	text-align: right;
	float: right;
	margin-top: -15px;
	margin-right: 90px;
}

fieldset#master table#data tfoot tr td {
	height: 45px;
}
table#data3 thead th {
	height: 35px;
	vertical-align: middle;
	cursor: pointer;
	/*background: url("/2023/img/bg-thead.gif");*/
	background-image: linear-gradient(180deg,rgba(0,0,0,.1), white);
	border-bottom: 1px solid #989898;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #989898;
}
table#data3 tbody tr.row1 td {
	background-color: #F3F7FB;
	border-right: 1px solid #DDDDDD;
	cursor: pointer;
}
table#data3 tbody tr.row1 td:first-child {
	border-left: 1px solid #DDDDDD;
	cursor: pointer;
}
table#data3 tbody tr.row2 td {
	background-color: #FFF;
	border-right: 1px solid #DDDDDD;
	cursor: pointer;
}
table#data3 tbody tr.row2 td:first-child {
	border-left: 1px solid #DDDDDD;
	cursor: pointer;
}
table#data3 tbody tr.row2:hover td {
	background-color: #FCEDD8;
}
table#data3 tbody tr.row1:hover td {
	background-color: #FCEDD8;
}
.status1 {
	background-color: #6697C3;
}
.status0 {
	background-color: #FF6666;
}
.status2 {
	background-color: #A3E066;
}
.status3 {
	background-color: #EDD478;
}
#message-container h1 {
	margin: 0;
	padding: 0;
	text-shadow: 0 1px 1px rgba(252, 252, 252, 0.80);
	font-size: 16px;
	font-weight: bold;
}
#message-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.status1 h1 {
	color: #00529B;
}
.status2 h1 {
	color: #4F8A10;
}
.status0 h1 {
	color: #D8000C;
}
.status3 h1 {
	color: #E6C23F;
}
#paginator {
	padding-bottom: 5px;
	padding-top: 10px;
}
#paginator .page,
#periodos .page,
#selectperiodos .page {
	border: 1px solid #DDDDDD;
	padding: 3px 5px 3px 5px;
	background-color: #fff;
	border-radius: 2px;
	color: #000;
	cursor: pointer;
	font-size: 11px;
	margin-left: 2px;
}
#periodos .page {
	border: 1px solid #DDDDDD;
	padding: 3px 5px 3px 5px;
	background-color: #355664;
	border-radius: 2px;
	color: #000;
	cursor: pointer;
	font-size: 11px;
	margin-left: 2px;
}
#periodos .cerrado {
	background-color: #FFF;
	background-color: rgba(255, 0, 0, 0.7);
	color: #FFF;
}
#paginator .page2 {
	padding: 3px 5px 3px 5px;
	color: #000;
	border-radius: 2px;
	background-color: #F0F0F0;
	border: 1px solid #989898;
	cursor: pointer;
	font-size: 11px;
}
#periodos .page2 {
	padding: 3px 5px 3px 5px;
	color: #000;
	border-radius: 2px;
	background-color: #fff59d;
	border: 1px solid #989898;
	cursor: pointer;
	font-size: 11px;
	margin-left: 2px;
}
div#loginContainer {
	margin: 8% auto 0px auto;
	width: 70%;
}
div#loginContainer .comment {
	color: #999;
}
div#loginContainer label {
	cursor: pointer;
}
.bubble {
	width: 80%;
	margin: 0px auto;
	-khtml-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	height: 400px;
}
.bubble2 {
	margin: 0px auto;
	clear: both;
	margin: 0px auto;
	width: 65%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 90;
	height: 300px;
	;
}
.rectangle {

	background: #92cd61;
	height: 50px;
	width: 99%;
	position: relative;
	left: -15px;
	top: 30px;
	float: left;
	-khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	z-index: 100;

	padding: 0px;
}
.logosist {
	position: relative;
	float: right;
	bottom: -200px;
	cursor: pointer;
}
#login input {} .logosw {
	float: right;

	margin-right: 5px;
	margin-bottom: 30px;
	cursor: pointer;
}
.logocole {
	position: relative;
	float: left;

	bottom: 5px;
	margin-left: 15px;
	bottom: -200px;
	cursor: pointer;
}
.rectangle h2 {
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	text-align: left;
	text-indent: 30px;
	height: 50px;
	margin-top: 12px;
	padding: 0px;
}
.triangle-l {
	border-color: transparent #92cd61 transparent transparent;
	border-style: solid;
	border-width: 15px;
	height: 0px;
	width: 0px;
	position: relative;
	left: -30px;
	top: 65px;
	z-index: -1;
}
.triangle-3 {
	border-color: #ffffff transparent transparent transparent;
	border-style: solid;
	border-width: 15px;
	height: 0px;
	width: 0px;
	position: relative;
	left: 15px;
	top: 300px;
	z-index: -1;
}
.emoticonlogin {
	position: relative;
	left: 5px;
	top: 15px;
	float: left;
	margin-left: 20%;
	z-index: 99;
}
.titlelogin {
	position: relative;
	background-color: #355664;
	text-align: center;
	text-indent: inherit;
	height: 35px;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.rectangle2 {
	background: #92cd61;
	height: 50px;
	width: 99%;
	position: relative;
	left: -15px;
	bottom: 40px;
	float: left;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	z-index: 100;
	/* the stack order: foreground */

	padding: 0px;
}
.triangle-2 {
	border-color: transparent #92cd61 transparent transparent;
	border-style: solid;
	border-width: 15px;
	height: 0px;
	width: 0px;
	position: relative;
	left: -30px;
	bottom: 5px;
	z-index: -1;
}
.menu {
	display: none;
}
#menu {
	margin-top: 5px;
	margin-left: 100px;
	border-radius: 20px 20px 20px 20px;
}
#menu .myMenu {
	border-radius: 20px 20px 20px 20px;
}
#periodos {
	z-index: 9999;
	float: left;
	border-radius: 10px 10px 10px 10px;
	-khtml-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
	/*height: 20px;*/

	min-height: 20px;
	max-width: 150px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	position: absolute;
	margin-top: 30px;
	margin-left: 83%;
	background-color: rgba(105, 223, 223, 0.5);
	color: #000000;
}
#selectperiodos {
	height: 20px;
	min-width: 200px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	position: absolute;
	margin-top: 50px;
	margin-left: 81%;
}
#periodos label {
	color: white;
}
#periodos span {
	cursor: pointer;
}
#save .title {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	color: black;
	border-radius: 3px;
	text-indent: 7px;
	cursor: pointer;
	height: 22px;
	vertical-align: middle;
	/*background: url("/2023/img/bg-thead.gif");*/
	background-image: linear-gradient(180deg,rgba(0,0,0,.1), white);
	border-bottom: 1px solid #989898;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #989898;
	text-transform: capitalize;
}
#save .title:hover {
	background: url("/2023/img/bg-thead-selected.gif");
}
#save .active {
	display: table;
}
#save .inactive {
	display: none;
}

.preview2 {
	box-shadow: 6px 5px 5px rgba(0, 0, 0, 0.8);
	-khtml-box-shadow: 6px 5px 5px rgba(0, 0, 0, 0.8);
	padding: 5px;
	border: 1px solid #999;
	background-color: white;
	margin: auto;
	min-width: 100px;
}
.floatanec {
	padding-top: 50px;
	position: fixed;
	margin-top: 10px;
	margin-left: 5%;
}
div#detail table td,
div#detail table th {
	margin: 0;
	padding: 0;
}
div#detail table tfoot td {
	padding: 0;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
	border-top: 1px solid #989898;
}
div#detail table tfoot td:nth-child(2) {
	/*background: url("/2023/img/bg-thead.gif");*/
	background-image: linear-gradient(180deg,rgba(0,0,0,.1), white);
	border-bottom: 1px solid #989898;
	border-right: 1px solid #989898;
	font-style: normal;
	font-size: 13px;
}
div#detail table tfoot td:nth-child(1) {
	border-right: 1px solid #989898;
}
div#detail table thead th,
div#busqueda table thead th {
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
	/*background: url("/2023/img/bg-thead.gif");*/
	background-image: linear-gradient(180deg,rgba(0,0,0,.1), white);
	border-bottom: 1px solid #989898;
	border-right: 1px solid #989898;
	border-top: 1px solid #989898;
	text-transform: uppercase;
	background-color: seagreen
}
div#detail table thead th:first-child {
	border-left: 1px solid #AAAAAA;
}
div#detail table tbody th span {
	cursor: pointer;
}
div#detail table tbody tr th {
	background-color: #92cd61;
	text-shadow: #335833 2px 2px 2px;
	color: white;
	border-left: 1px solid #989898;
	text-align: center;
	border-right: 1px solid #989898;
}
div#detail table tbody tr:first-child th {
	border-top: none;
}
div#detail table tbody tr.row1 td {
	background-color: #F3F7FB;
	border-right: 1px solid #DDDDDD;
}
div#detail table tbody tr.row2 td {
	background-color: #FFF;
	border-right: 1px solid #DDDDDD;
}
div#detail table tbody tr.row1 td:last-child {
	background-color: #F3F7FB;
	border-right: 1px solid #989898;
	font-style: normal;
	font-size: 13px;
}
div#detail table tbody tr.row2 td:last-child {
	background-color: #FFF;
	border-right: 1px solid #989898;
	font-style: normal;
	font-size: 13px;
}
div#detail table tbody tr.row1 td:first-child {
	background-color: #F3F7FB;
	border-left: 1px solid #989898;
	cursor: pointer;
}
div#detail table tbody tr.row2 td:first-child {
	background-color: #FFF;
	border-left: 1px solid #989898;
	cursor: pointer;
}
div#detail table#search tr th {
	padding-right: 4px;
	height: 40px;
	vertical-align: middle;
}
div#detail table#data tbody tr td,
div#detail table#data tbody tr th {
	height: 25px;
}
div#detail table#data tbody tr:hover td {
	background-color: #FCEDD8;
}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.nom {
	color: black;
	font-size: smaller;
	text-decoration: none;
}
.hoverbox {
	cursor: default;
	list-style: none;
}
.hoverbox a {
	cursor: default;
	text-decoration: none;
}
.hoverbox a .preview {
	display: none;
	color: black;
	text-decoration: none;
}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -30px;
	z-index: 1;
}
.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 91px;
	height: 140px;
}
.hoverbox li {
	background: whiteSmoke;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 10px;
	position: relative;
}
.hoverbox .preview {
	border-color: #000;
	width: 156px;
	height: 208px;
}
@font-face {
	src: url('/2023/img/c39hrp48dhtt.ttf') format("truetype");
	font-weight: bold;
}
span.barCode {
	font-size: 75px;
	letter-spacing: 2px;
}

#info {
	background: #fff;
	width: 200px;
	height: 100%;
	/*position: absolute;*/
	/*position: fixed;*/
	border-right: 1px solid #989898;
	padding-left: 1px;
	top: 0;
	left: 0;
}
div#info img.preview2 {
	box-shadow: 6px 5px 5px rgba(0, 0, 0, 0.8);
	-khtml-box-shadow: 6px 5px 5px rgba(0, 0, 0, 0.8);
	padding: 5px;
	border: 1px solid #999;
	background-color: white;
}
div#info span.boxName {
	display: block;
	font-weight: bold;
	padding: 2px 0 1px;
	word-wrap: break-word;
	width: 60%;
	direction: ltr;
	font-size: 11px;
	text-align: left;
}
div#info span.boxName2 {
	display: block;
	padding: 2px 0 1px;
	word-wrap: break-word;
	width: 98%;
	direction: ltr;
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
}
div#info span.boxName3 {
	display: block;
	padding: 2px 0 1px;
	word-wrap: break-word;
	width: 98%;
	direction: ltr;
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
	background-color: #e9eded;
	border: 1px solid #DDD;
}
.uiHeaderTopBorder {
	border-top: 1px solid #AAAAAA;
	padding-top: 0.05em;
}
div#info #periodos_ .page {
	border: 1px solid #DDDDDD;
	padding: 3px 5px 3px 5px;
	background-color: #FFF;
	border-radius: 2px;
	color: #000;
	cursor: pointer;
	font-size: 11px;
	margin-left: 2px;
}
div#info #periodos_ .cerrado {
	background-color: #FFF;
	background-color: rgba(255, 0, 0, 0.7);
	color: #FFF;
}
div#info select.notas {
	font-size: 11px;
}
input[type="text"].plantilla_notas {
	width: 92%;
	padding: 3px;
	font-size: 10px;
}

#PlantillaNotas{
	font-size:14px;
}
#PlantillaNotas input[type='text'] {
	background: transparent;
	width: 100%;
	padding: 0;
	margin: 0;

	border: none;
	height: 100%;
	text-align: center;
	cursor:pointer;
	transition:all 2s linear;
}
#PlantillaNotas input[type='text']:hover{
	background-color: rgba(0,0,0,.1);
}
#PlantillaNotas table#planillasNotas tbody tr td:first-child {
	text-align: right;
	font-weight: bold;
}
#PlantillaNotas table#planillasNotas tbody tr:first-child td,
#PlantillaNotas table#planillasNotas2 tbody tr:first-child td,
table#planillasLogros tr:first-child td {
	border-top: 1px solid #AAA;
}
#PlantillaNotas table#planillasNotas tbody tr td,
#PlantillaNotas table#planillasNotas2 tbody tr td,
table#planillasLogros tbody tr td {
	border-left: 1px solid #AAA;
	height: 20px;
	border-bottom: 1px solid #AAA;
}
table#planillasLogros tbody tr td {
	height: 30px;
}
#PlantillaNotas table#planillasNotas2 tbody tr td {
	border-bottom: none;
}
#PlantillaNotas table#planillasNotas tbody tr:last-child td {
	border-bottom: none;
}
#PlantillaNotas table#planillasNotas tbody tr td:last-child,
#PlantillaNotas table#planillasNotas2 tbody tr td:last-child,
table#planillasLogros tbody tr td:last-child {
	border-right: 1px solid #AAA;
}
#PlantillaNotas table#planillasNotas tbody tr:last-child td {
	border-bottom: 1px solid #AAA;
}
#PlantillaNotas table#planillasNotas tbody tr td:nth-child(2) {
	text-indent: 1px;
}
table#planillasLogros tbody tr td:nth-child(2) {
	text-indent: 3px;
	word-wrap: break-word;
	direction: ltr;
}
#PlantillaNotas table#planillasNotas tbody tr td input[type='text'].notas {
	text-align: right;
}
#PlantillaNotas table#planillasNotas tbody tr td input[type='text'].fallas {
	text-align: right;
}
#PlantillaNotas table#planillasNotas tbody tr td input[type='text'].defini {
	text-align: center;
	font-weight: bold;
}
#PlantillaNotas table#planillasNotas tbody tr td input[type='text'].valo {
	text-align: center;
	font-weight: bold;
}
#PlantillaNotas table#planillasNotas tbody tr td input[type='text'].descri {
	text-align: center;
}
#PlantillaNotas table#planillasNotas2 tbody tr td input[type='text'].descri {
	text-align: center;
	font-weight: bold;
}
#PlantillaNotas table#planillasNotas tbody tr.activo td.des input[type='text'][readonly] {
	cursor: pointer;
}
#PlantillaNotas table#planillasNotas tbody tr.perdido td.des input[type='text'][readonly] {
	cursor: pointer;
}
#PlantillaNotas table#planillasNotas2 tbody tr td.des input[type='text'][readonly] {
	cursor: pointer;
}
#PlantillaNotas table#planillasNotas tbody tr.activo td.des {
	background-color: rgba(240, 255, 237, 1);
}
#PlantillaNotas table#planillasNotas tbody tr.perdido td.des {
	background-color: rgba(240, 255, 237, 1);
}
#PlantillaNotas table#planillasNotas2 tbody tr td.des {
	background-color: rgba(240, 255, 237, 1);
}
#PlantillaNotas table#planillasNotas tbody tr.activo td.def {
	background-color: rgba(225, 240, 255, 1);
}
#PlantillaNotas table#planillasNotas tbody tr.perdido td.def {
	background-color: rgba(225, 240, 255, 1);
}
#PlantillaNotas table#planillasNotas tbody tr.activo td.val {
	background-color: rgba(225, 240, 255, 1);
}
#PlantillaNotas table#planillasNotas tbody tr.perdido td.val {
	background-color: rgba(225, 240, 255, 1);
}
#PlantillaNotas table#planillasNotas tbody tr.retirado td.des,
#PlantillaNotas table#planillasNotas tbody tr.desertor td.des,
#PlantillaNotas table#planillasNotas tbody tr.transferido td.des {
	background-color: rgba(255, 255, 128, 1);
}
#PlantillaNotas table#planillasNotas tbody tr.retirado td.def,
#PlantillaNotas table#planillasNotas tbody tr.desertor td.def,
#PlantillaNotas table#planillasNotas tbody tr.transferido td.def {
	background-color: rgba(255, 255, 128, 1);
}
#PlantillaNotas table#planillasNotas tbody tr.retirado td.val,
#PlantillaNotas table#planillasNotas tbody tr.desertor td.val,
#PlantillaNotas table#planillasNotas tbody tr.transferido td.val {
	background-color: rgba(255, 255, 128, 1);
}
#PlantillaNotas table#planillasNotas tbody tr td input[type="text"]:focus {
	background-color: rgba(255, 146, 64, 0.3);
}
#PlantillaNotas table#planillasNotas tbody tr.retirado td.not,
#PlantillaNotas table#planillasNotas tbody tr.desertor td.not,
#PlantillaNotas table#planillasNotas tbody tr.transferido td.not {
	background-color: rgba(255, 255, 128, 1);
}
#PlantillaNotas table#planillasNotas tbody tr.retirado td.fall,
#PlantillaNotas table#planillasNotas tbody tr.desertor td.fall,
#PlantillaNotas table#planillasNotas tbody tr.transferido td.fall {
	background-color: rgba(255, 255, 128, 1);
}
#PlantillaNotas table#planillasNotas tbody tr.retirado td:first-child,
#PlantillaNotas table#planillasNotas tbody tr.desertor td:first-child,
#PlantillaNotas table#planillasNotas tbody tr.transferido td:first-child {
	background-color: rgba(255, 255, 128, 1);
}
#PlantillaNotas table#planillasNotas tbody tr.perdido td:first-child {
	background-color: rgba(255, 0, 0, 0.5);
}
#PlantillaNotas table#planillasNotas tr.thead td:first-child,
#PlantillaNotas table#planillasNotas2 tr.thead td:first-child,
table#planillasLogros tr.thead td:first-child {
	border-left: 1px solid #AAAAAA;
}
#PlantillaNotas table#planillasNotas tr.thead td,
#PlantillaNotas table#planillasNotas2 tr.thead td,
table#planillasLogros tr.thead td {
	height: 24px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f8f8f8;
	border-top: 1px solid #989898;
	border-left: 1px solid #AAAAAA;
}
#PlantillaNotas table#planillasNotas tr.thead2 td {
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f8f8f8;
	border-top: 1px solid #989898;
	font-weight: bold;
	border-left: 1px solid #AAAAAA;
}
#PlantillaNotas table#planillasNotas tr.thead2 td:last-child {
	border-right: 1px solid #AAA;
}
#PlantillaNotas table#planillasNotas tr.thead td:last-child,
#PlantillaNotas table#planillasNotas2 tr.thead td:last-child,
table#planillasLogros tr.thead td:last-child {
	border-right: 1px solid #AAA;
}
div#ajax-loader {
	margin: 7% auto 0px auto;
	width: 70%;
	color: #000;
	text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#PlantillaNotas div#options2_ {
	background: rgba(214, 214, 214, 0.5);
	height: 35px;
	position: absolute;
	position: fixed;
	border-radius: 0px 0px 10px 10px;
	-khtml-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
#PlantillaNotas div#options_ {
	background: rgba(214, 214, 214, 0.5);
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	position: fixed;
	border-radius: 0px 0px 10px 10px;
	-khtml-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
#PlantillaNotas table#planillasNotas tbody tr td.warning {
	background-color: rgba(255, 186, 117, 0.5);
}
/*Plnilla mateexclu*/

#PlantillaMateexclu {
	background: #FDFDFD;
}
#PlantillaMateexclu input[type='text'] {
	background: transparent;
	width: 98%;
	padding: 0;
	margin: 0;
	height: 20px;
	border: none;
}
div#PlantillaMateexclu table#planillasNotas tbody tr td:first-child {
	text-align: right;
	font-weight: bold;
}
div#PlantillaMateexclu table#planillasNotas tbody tr:first-child td,
div#PlantillaMateexclu table#planillasNotas2 tbody tr:first-child td,
table#planillasLogros tr:first-child td {
	border-top: 1px solid #AAA;
}
div#PlantillaMateexclu table#planillasNotas tbody tr td,
div#PlantillaMateexclu table#planillasNotas2 tbody tr td,
table#planillasLogros tbody tr td {
	border-left: 1px solid #AAA;
	height: 20px;
	border-bottom: 1px solid #AAA;
}
table#planillasLogros tbody tr td {
	height: 30px;
}
div#PlantillaMateexclu table#planillasNotas2 tbody tr td {
	border-bottom: none;
}
div#PlantillaMateexclu table#planillasNotas tbody tr:last-child td {
	border-bottom: none;
}
div#PlantillaMateexclu table#planillasNotas tbody tr td:last-child,
div#PlantillaMateexclu table#planillasNotas2 tbody tr td:last-child,
table#planillasLogros tbody tr td:last-child {
	border-right: 1px solid #AAA;
}
div#PlantillaMateexclu table#planillasNotas tbody tr:last-child td {
	border-bottom: 1px solid #AAA;
}
div#PlantillaMateexclu table#planillasNotas tbody tr td:nth-child(2) {
	text-indent: 1px;
}
table#planillasLogros tbody tr td:nth-child(2) {
	text-indent: 3px;
	word-wrap: break-word;
	direction: ltr;
}
div#PlantillaMateexclu table#planillasNotas tbody tr td input[type='text'].notas {
	text-align: right;
}
div#PlantillaMateexclu table#planillasNotas tbody tr td input[type='text'].fallas {
	text-align: right;
}
div#PlantillaMateexclu table#planillasNotas tbody tr td input[type='text'].defini {
	text-align: right;
	font-weight: bold;
}
div#PlantillaMateexclu table#planillasNotas tbody tr td input[type='text'].descri {
	text-align: center;
}
div#PlantillaMateexclu table#planillasNotas2 tbody tr td input[type='text'].descri {
	text-align: center;
	font-weight: bold;
}
div#PlantillaMateexclu table#planillasNotas tbody tr.activo td.des input[type='text'][readonly] {
	cursor: pointer;
}
div#PlantillaMateexclu table#planillasNotas tbody tr.perdido td.des input[type='text'][readonly] {
	cursor: pointer;
}
div#PlantillaMateexclu table#planillasNotas2 tbody tr td.des input[type='text'][readonly] {
	cursor: pointer;
}
div#PlantillaMateexclu table#planillasNotas tbody tr.activo td.des {
	background-color: rgba(240, 255, 237, 1);
}
div#PlantillaMateexclu table#planillasNotas tbody tr.perdido td.des {
	background-color: rgba(240, 255, 237, 1);
}
div#PlantillaMateexclu table#planillasNotas2 tbody tr td.des {
	background-color: rgba(240, 255, 237, 1);
}
div#PlantillaMateexclu table#planillasNotas tbody tr.activo td.def {
	background-color: rgba(225, 240, 255, 1);
}
div#PlantillaMateexclu table#planillasNotas tbody tr.perdido td.def {
	background-color: rgba(225, 240, 255, 1);
}
div#PlantillaMateexclu table#planillasNotas tbody tr.retirado td.des,
div#PlantillaMateexclu table#planillasNotas tbody tr.desertor td.des,
div#PlantillaMateexclu table#planillasNotas tbody tr.transferido td.des {
	background-color: rgba(255, 255, 128, 1);
}
div#PlantillaMateexclu table#planillasNotas tbody tr.retirado td.def,
div#PlantillaMateexclu table#planillasNotas tbody tr.desertor td.def,
div#PlantillaMateexclu table#planillasNotas tbody tr.transferido td.def {
	background-color: rgba(255, 255, 128, 1);
}
div#PlantillaMateexclu table#planillasNotas tbody tr td input[type="text"]:focus {
	background-color: rgba(255, 146, 64, 0.3);
}
div#PlantillaMateexclu table#planillasNotas tbody tr.retirado td.not,
div#PlantillaMateexclu table#planillasNotas tbody tr.desertor td.not,
div#PlantillaMateexclu table#planillasNotas tbody tr.transferido td.not {
	background-color: rgba(255, 255, 128, 1);
}
div#PlantillaMateexclu table#planillasNotas tbody tr.retirado td.fall,
div#PlantillaMateexclu table#planillasNotas tbody tr.desertor td.fall,
div#PlantillaMateexclu table#planillasNotas tbody tr.transferido td.fall {
	background-color: rgba(255, 255, 128, 1);
}
div#PlantillaMateexclu table#planillasNotas tbody tr.retirado td:first-child,
div#PlantillaMateexclu table#planillasNotas tbody tr.desertor td:first-child,
div#PlantillaMateexclu table#planillasNotas tbody tr.transferido td:first-child {
	background-color: rgba(255, 255, 128, 1);
}
div#PlantillaMateexclu table#planillasNotas tbody tr.perdido td:first-child {
	background-color: rgba(255, 0, 0, 0.5);
}
div#PlantillaMateexclu table#planillasNotas tr.thead td:first-child,
div#PlantillaMateexclu table#planillasNotas2 tr.thead td:first-child,
table#planillasLogros tr.thead td:first-child {
	border-left: 1px solid #AAAAAA;
}
div#PlantillaMateexclu table#planillasNotas tr.thead td,
div#PlantillaMateexclu table#planillasNotas2 tr.thead td,
table#planillasLogros tr.thead td {
	height: 24px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f8f8f8;
	border-top: 1px solid #989898;
	border-left: 1px solid #AAAAAA;
}
div#PlantillaMateexclu table#planillasNotas tr.thead2 td {
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f8f8f8;
	border-top: 1px solid #989898;
	font-weight: bold;
	border-left: 1px solid #AAAAAA;
}
div#PlantillaMateexclu table#planillasNotas tr.thead2 td:last-child {
	border-right: 1px solid #AAA;
}
div#PlantillaMateexclu table#planillasNotas tr.thead td:last-child,
div#PlantillaMateexclu table#planillasNotas2 tr.thead td:last-child,
table#planillasLogros tr.thead td:last-child {
	border-right: 1px solid #AAA;
}
div#ajax-loader {
	margin: 7% auto 0px auto;
	width: 70%;
	color: #000;
	text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
div#PlantillaMateexclu div#options2_ {
	background: rgba(214, 214, 214, 0.5);
	height: 35px;
	position: absolute;
	position: fixed;
	border-radius: 0px 0px 10px 10px;
	-khtml-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
div#PlantillaMateexclu div#options_ {
	background: rgba(214, 214, 214, 0.5);
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	position: fixed;
	border-radius: 0px 0px 10px 10px;
	-khtml-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
div#PlantillaMateexclu table#planillasNotas tbody tr td.warning {
	background-color: rgba(255, 186, 117, 0.5);
}
/**/
/*Boletin*/

div#contetboletin {} div.topbarpensiones {
	border: 1px solid #214366;
	height: 60px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 100px;
	background-color: rgba(0, 201, 201, 1);
}
div.titlepensionesrigth {
	float: right;
	margin-right: 0px;
	margin-top: 0.5px;
	cursor: pointer;
	font-size: 15px;
	color: white;
	text-shadow: #335833 2px 2px 2px;
	letter-spacing: 2px;
	width: 18%;
}
div.titlepensionesabonos {
	float: right;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5px;
	cursor: pointer;
	font-size: 15px;
	color: black;
	text-shadow: #335833 2px 2px 2px;
	letter-spacing: 2px;
	width: 100%;
}
div.titlepensiones {
	float: left;
	margin-left: 20px;
	margin-top: 0.5px;
	cursor: pointer;
	font-size: 20px;
	color: white;
	text-shadow: #335833 2px 2px 2px;
	letter-spacing: 2px;
	width: 80%;
}
.findpension {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 13px;
	height: 25px;
	line-height: 20px;
	padding: 4px 0 4px 5px;
	width: 223px;
	background-color: #ffffff;
}
div#optionsdoc_ {
	background: rgba(214, 214, 214, 0.5);
	height: 35px;
	position: relative;
	float: right;
	top: 0;
	border-radius: 0px 0px 10px 10px;
	-khtml-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

table.doc {
	font-weight: bold;
	line-height: 1.0em;
	font-style: normal;
	border-collapse: separate;
}
.doc thead th {
	padding: 15px;
	color: #fff;
	text-shadow: 1px 1px 1px #23898f;
	border: 1px solid #37c6ce;
	border-bottom: 3px solid #29c4d9;
	background-color: #29d9d6;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.02, rgb(0, 193, 195)), color-stop(0.51, rgb(0, 201, 201)), color-stop(0.87, rgb(0, 233, 236)));
	background: -moz-linear-gradient( center bottom, rgb(0, 193, 195) 2%, rgb(0, 201, 201) 51%, rgb(0, 233, 236) 87%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.doc thead th:empty {
	background: transparent;
	border: none;
}
.doc tbody th {
	color: #fff;
	text-shadow: 1px 1px 1px #23898f;
	background-color: #29d9d6;
	border: 1px solid #37c6ce;
	border-right: 3px solid #29c4d9;
	padding: 0px 10px;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.02, rgb(0, 193, 195)), color-stop(0.51, rgb(0, 201, 201)), color-stop(0.87, rgb(0, 233, 236)));
	background: -moz-linear-gradient( center bottom, rgb(0, 193, 195) 2%, rgb(0, 201, 201) 51%, rgb(0, 233, 236) 87%);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.doc tbody th.rigth {
	text-align: left;
	color: #fff;
	text-shadow: 1px 1px 1px #23898f;
	background-color: #29d9d6;
	border: 1px solid #37c6ce;
	border-left: 3px solid #29c4d9;
	padding: 0px 10px;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.02, rgb(0, 193, 195)), color-stop(0.51, rgb(0, 201, 201)), color-stop(0.87, rgb(0, 233, 236)));
	background: -moz-linear-gradient( center bottom, rgb(0, 193, 195) 2%, rgb(0, 201, 201) 51%, rgb(0, 233, 236) 87%);
	border-top-rigth-radius: 5px;
	border-bottom-rigth-radius: 5px;
}
.doc tbody td {
	padding: 10px;
	text-align: center;
	background-color: #caf3ee;
	border: 2px solid #E7EFE0;
	border-radius: 2px;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
}
.doc tbody th.up {
	text-align: center;
	padding: 15px;
	color: #fff;
	text-shadow: 1px 1px 1px #23898f;
	border: 1px solid #37c6ce;
	border-bottom: 3px solid #29c4d9;
	background-color: #29d9d6;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.02, rgb(0, 193, 195)), color-stop(0.51, rgb(0, 201, 201)), color-stop(0.87, rgb(0, 233, 236)));
	background: -moz-linear-gradient( center bottom, rgb(0, 193, 195) 2%, rgb(0, 201, 201) 51%, rgb(0, 233, 236) 87%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.inputmore {
	width: 70%;
}
table#planillasNotas tbody td.mora {
	background: -webkit-gradient( linear, left bottom, right top, color-stop(0.02, rgb(234, 64, 65)), color-stop(0.51, rgb(201, 25, 38)), color-stop(0.87, rgb(234, 64, 65)));
	background: -moz-linear-gradient( left bottom, rgb(201, 25, 38) 2%, rgb(234, 64, 65) 51%, rgb(201, 25, 38) 87%);
}
table#planillasNotas tbody td.pago {
	background: -webkit-gradient( linear, left bottom, right top, color-stop(0.02, rgb(0, 201, 201)), color-stop(0.51, rgb(0, 223, 223)), color-stop(0.87, rgb(0, 201, 201)));
	background: -moz-linear-gradient( left bottom, rgb(0, 201, 201) 2%, rgb(0, 223, 223) 51%, rgb(0, 201, 201) 87%);
}
table#planillasNotas tbody tr.activo:hover {
	opacity: 1;
	box-shadow: 0px 0px 20px rgba(130, 130, 130, 0.9);
}
table#planillasNotas tbody tr.activo {
}
span.viewgr {
	text-align: center;
	color: black;
	font-size: small;
	text-decoration: line-through;
}
#online {
	z-index: 8888;
	float: left;
	border-radius: 10px 10px 10px 10px;
	min-height: 70px;
	max-width: 180px;
	min-width: 160px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	position: absolute;
	margin-top: -40px;
	margin-left: 83%;
	background-color: rgba(105, 223, 223, 0.5);
	color: #000000;
}
.votagrupos {
	margin: 0 auto 0 auto;
	width: 50%;
	height: 200px;
	background: white;
	overflow: auto;
	display: inline-block;
	vertical-align: top;
	border: 1px solid;
	text-align: left;
}
.votasedes {
	margin: 0 auto 0 auto;
	width: 30%;
	background: white;
	overflow: auto;
	display: inline-block;
	vertical-align: top;
	border: 1px solid;
}
.checkjorna {
	background: white;
	width: 100%;
	height: 20px;
	display: inline-block
}
.minwidth {
	min-width: 80px;
}
.tabpart {
	display: table-cell;
	width: 50%;
}

::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
	background-color: #29AD5A;
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
		color-stop(.5, rgba(255, 255, 255, .2)),
		color-stop(.5, transparent), to(transparent));
}
