* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	box-sizing: content-box;
}

body {
	background: #F6F6F6 url(../../images/img01.jpg) repeat-x;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 12px;
	color: #6B6B6B;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.inhabilitado {
	color: #ccc;
	cursor: default;
	pointer-events: none;
}

input,
textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	color: #6B6B6B;
}

h1,
h2,
h3,
h4 {
	margin: 0;
}

h3,
h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37504C;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

p,
ul,
ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

ul,
ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 0px;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../../images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(../../images/img10.jpg) no-repeat left bottom;
}

/* Header */
#header {
	height: 140px;
	background: #087FE7 url(../../images/img03.jpg) no-repeat;
}

/* Logo */
#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 90px 0 0 78px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	display: grid;
	width: 960px;
	background: var(--header-img) no-repeat;
	background-image: var(--header-img-img);
	background-size: contain;
}

@-moz-document url-prefix() {
	#page {
		display: block;
	}
}

#content {
	float: left;
	width: 800px;
	padding: 0 0 0 76px;
}

.post {
	padding-top: 20px;
}

.post .title a {
	text-decoration: none;
	color: #37504C;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(../../images/img07.jpg) repeat-x left bottom;
	line-height: normal;
}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(../../images/img09.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 15px 0 19px;
	background: url(../../images/img08.gif) no-repeat left center;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 186px;
	padding: 67px 76px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li li {
	margin: 0;
}

#search br {
	display: none;
}

#search input {
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(../../images/img18.gif) repeat-x;
	font-size: 11px;
	color: #FFFFFF;
}

#search #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/* Widebar */
#widebar,
#widebar-x {
	margin: 0 3px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(../../images/img11.gif) repeat-x;
}

#widebar2 {
	margin: 0 3px;
	padding: 5px 28px 0 28px;
	background: #F2F2F2 url(../../images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 750px;
}

/* Footer */
#footer {
	height: 108px;
	background: url(../../images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

ul {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 11.5px;
	text-decoration: none;
	color: #4D4B4B;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}

ul li {
	display: block;
	position: relative;
	float: left;
}

li ul {
	display: none;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	padding: 8px 8px 8px 8px;
	background: var(--COLOR_MENU);
	margin-left: 1px;
	white-space: nowrap;
	margin-left: 2px;
}

ul li a:hover {
	background: var(--COLOR_MENU);
}

li:hover ul {
	display: block;
	position: absolute;
}

li:hover li {
	float: none;
	font-size: 12px;
}

li:hover a {
	background: var(--COLOR_MENU);
}

li:hover li a:hover {
	background: var(--COLOR_MENU_OVER);
	color: 000000;
}
#menu * {
	box-sizing: border-box!important;
}
#menu li {
	margin-right: -1px;
}

.styled2-select select {
	background: #FFFFFF;
	width: 400px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	height: 30px;
	box-sizing: border-box;
}

.styled3-select select {
	background: #FFFFFF;
	width: 70px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	height: 30px;
	box-sizing: border-box;
}

.styled4-select select {
	background: #FFFFFF;
	width: 110px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	height: 30px;
}

.styled5-select select {
	background: #FFFFFF;
	width: 180px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	height: 30px;
}

.styled6-select select {
	background: #FFFFFF;
	width: 250px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
}

.campo {
	height: 23px;
}

.campoLlenar {
	height: 23px;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 14px;
	color: black;
}

.classname {
	-moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	box-shadow: inset 0px 1px 0px 0px #fce2c1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background: -moz-linear-gradient(center top, #ffc477 5%, #fb9e25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color: #ffc477;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eeb44f;
	display: inline-block;
	color: #ffffff;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 15px;
	font-weight: bold;
	padding: 4px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #cc9f52;
	cursor: pointer;
}

.classname:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background: -moz-linear-gradient(center top, #fb9e25 5%, #ffc477 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color: #fb9e25;
}

.classname:active {
	position: relative;
	top: 1px;
}

.deshabilitado {
	filter: grayscale(1);
}

.buttonText {
	background: none !important;
	border: none;
	padding: 0 !important;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	cursor: pointer;
}

.icono {
	background: transparent;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 25px;

}

.icono-text {
	font-size: 12px;
	background: transparent;
	cursor: pointer;
}

.tblConEstilo {
	border-collapse: collapse;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.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: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.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 {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn2+.btn2 {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn2-group .btn2+.btn2 {
	margin-left: -1px;
}

.modal-footer .btn2-block+.btn2-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}

	.modal-sm {
		width: 300px;
	}
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: ' ';
}

.modal-header:after,
.modal-footer:after {
	clear: both;
}

.modal-circle {
	width: 100px;
	height: 100px;
	/*-moz-border-radius: 50%;
			-webkit-border-radius: 50%;*/
	margin-top: 70%;
	/*border-radius: 50%;*/
	background: url(/images/62160.gif) no-repeat center;
	background-size: 100%;
	/*-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);*/
	/*opacity: 0.5;*/
	/*box-shadow: 0 5px 15px rgba(0, 0, 0, .5);*/
}

.popup.show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

.popup {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popup .popuptext {
	visibility: hidden;
	width: 260px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
}

.popup .popuptext::after {
	content: ' ';
	position: absolute;
	top: 100%;
	left: 30%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

hr {
	border-style: solid;
	border: var(--COLOR_MAIN);
	height: 3px;
	width: 100%;
	background-color: var(--COLOR_MAIN);
	/* rgba(44, 102, 5, 0.767);*/
}

/*************************ESTILOS FUENTES Y TABLAS *******************************/

.Estilo0 {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 20px;
	color: var(--COLOR_MAIN);
	text-align: left;
}

/*topbar*/
.Estilo1 {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 12px;
}

.Estilo2 {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 12px;
	color: var(--COLOR_MAIN);
}

/**/
.Estilo3 {
	color: #0033CC;
	font-size: 20px;
	font-weight: bold;
}

.Estilo5 {
	color: #2078BB
}

.Estilo6 {
	color: #FF0000
}

.Estilo7 {
	color: #0052a5
}

.Estilo12 {
	color: #FF0000
}

.Estilo14 {
	font-size: 18px;
	color: #FF6600;
}

.Estilo15 {
	color: #333333;
	font-size: 13px;
}

.Estilo16 {
	color: #E8B400;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.Estilo17 {
	font-size: 13px;
	color: #CC3333;
}

.Estilo18 {
	color: #2078BB;
	font-size: 11px;
}

.Estilo19 {
	color: #005093
}

.Estilo20 {
	color: #FFFFFF;
	font-size: 8px;
}

.Estilo22 {
	font-size: 24px;
	color: #FFFFFF;
}

.Estilo31 {
	font-size: 12px
}

.Estilo32 {
	color: #333333;
	font-weight: bold;
}

.Estilo34 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.Estilo37 {
	color: #FF0000;
	font-weight: bold;
}

.Estilo38 {
	font-size: 14px;
	color: #2078BB;
	font-weight: bold;
}

.Estilo39 {
	color: #FF0000;
	font-weight: bold;
}

.Estilo41 {
	font-size: 13px;
	color: #333333;
}

/*Labels*/
.Estilo43 {
	font-size: 14px;
	color: #663399;
	font-weight: bold;
}

.Estilo45 {
	color: #333333;
	font-size: 14px;
}

.Estilo46 {
	color: #FF0000;
	font-size: 14px;
}

.Estilo47 {
	color: #2078BB;
	font-size: 18px;
}

.Estilo48 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.style0 {
	color: var(--COLOR_MAIN);
}

/*topbar*/
.style1 {
	color: #0066CC
}

.style2 {
	color: #F3800C;
	font-weight: bold;
}

/*.style3  {	color: #005093;	  font-weight: bold;	  font-size: 14px;	}*/
.style3 {
	color: #993399;
	font-weight: bold;
}

.style3b {
	color: #4194B5;
	font-weight: bold;
}

.style4 {
	color: #006699;
	font-weight: bold;
	font-size: 14px;
}

.style5 {
	color: #0066CC
}

.style6 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}

.style7 {
	color: #000000;
	font-size: 12px;
}

.style8 {
	font-size: 16px
}

.style9 {
	font-size: 16px;
	color: #FF6600;
}

.style10 {
	font-size: 18px;
	color: var(--COLOR_MAIN);
	font-weight: bold;
}

.style11 {
	color: #FF0000
}

.style12 {
	font-size: 18px;
	color: var(--COLOR_MAIN);
	font-weight: bold;
}

.style13 {
	color: #2078BB
}

.style14 {
	color: #333333
}

.style15 {
	color: #2078BB
}

.style16 {
	color: #D9A800;
	font-weight: bold;
}

.style19 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #2078BB;
	font-size: 16px;
}

.style100 {
	font-size: 18px;
	color: rgb(255, 136, 0);
	font-weight: bold;
}

.tblConEstilo {
	border-collapse: collapse;
}

.tblConEstilo2 {
	border-collapse: collapse;
}

.tblConEstilo3 {
	border-collapse: collapse;
	font-weight: bold;
}

.link {
	cursor: pointer;
	color: #0265AB;
	font-style: 16px;
}

.all-rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.spacer {
	display: block;
}

.progress-bar {
	text-align: center
}

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	background-color: #eee;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background-color: #2196F3;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #4CAF50
}

.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #00BCD4
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #FF5722
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #F44336
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.alert {
	padding: 20px;
	background-color: #345687;
	color: white;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: black;
}

.alert,
.thumbnail {
	margin-bottom: 20px
}

.jumbotron>hr {
	border-top-color: transparent
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:769px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 33px
	}
}

.thumbnail {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	margin-left: auto;
	margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #1E88E5
}

.thumbnail .caption {
	padding: 20px;
	color: #333
}

.alert {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 3px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 500
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.modal,
.modal-backdrop {
	right: 0;
	bottom: 0;
	left: 0
}

.alert-success {
	background-color: #E8F5E9;
	border-color: #4CAF50;
	color: #43A047
}

.alert-success hr {
	border-top-color: #449d48
}

.alert-success .alert-link {
	color: #347c37
}

.alert-info {
	background-color: #E0F7FA;
	border-color: #00BCD4;
	color: #00838F
}

.alert-info hr {
	border-top-color: #00a5bb
}

.alert-info .alert-link {
	color: #00545c
}

.alert-warning {
	background-color: #FFF3E0;
	border-color: #FF9800;
	color: #EF6C00
}

.alert-warning hr {
	border-top-color: #e68900
}

.alert-warning .alert-link {
	color: #bc5500
}

.alert-danger {
	background-color: #FBE9E7;
	border-color: #FF5722;
	color: #D84315
}

.alert-danger hr {
	border-top-color: #ff4408
}

.alert-danger .alert-link {
	color: #aa3510
}


.responsive {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.imagenResponsiveManual {
	width: 100%;
	height: auto;
}

.botonapp {
	background-color: var(--COLOR_MAIN);
	color: #fff
}

#myModal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 300px;
	/* Could be more or less, depending on screen size */
}

/** Estilos de autocompletado jquery-ui*/
.ui-menu-item {
	width: 100%;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
	max-width: 300px;
}

.ui-menu .ui-menu-item a {
	background: red;
	height: 10px;
	font-size: 8px;
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	padding: 4px 0;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.ui-menu-item>a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	text-decoration: none;
}

.ui-state-hover,
.ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
	cursor: pointer;
}

.container2 {
	padding: 10px;
}

/* The message box is shown when the user clicks on the password field */
#message {
	display: none;
	background: #f6f6f6;
	color: #000;
	position: relative;
	padding: 1px;
	margin-top: 10px;
	font-size: 12px;
}

#message p {
	font-size: 12px;
}

#message2 {
	display: none;
	background: #f6f6f6;
	color: #000;
	position: relative;
	padding: 1px;
	margin-top: 10px;
	font-size: 12px;
}

#message2 div {
	padding: 1px 3px;
	font-size: 12px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: green;
}

.valid:before {
	position: relative;
	left: -10px;
	content: '✔';
}

/* Add a red text color and an 'x' when the requirements are wrong */
.invalid {
	color: red;
}

.invalid:before {
	position: relative;
	left: -10;
	content: '✖';
}

.tabla {
	width: 750px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	background-color: #fff;
	margin-left: -5px;
}

.tabla th,
.tabla td {
	border: 1px solid #fc9c04;
}

.tabla tr:first-child th {
	border: 1px solid;
	border-color: #E5E5E5;
	border-bottom: none;
	background-color: #fff;
}

.tabla tr:first-child {
	/* primera fila */
	border-top: none;
	background-color: #fff;
	vertical-align: middle;
}

.tabla tr:last-child td {
	/* ultima fila */
	/*border-bottom: none;*/
	border-color: #E5E5E5;
}

.tabla th:first-child,
.tabla td:first-child {
	/* primera columna */
	border-left: none;
	background-color: #f1e5d1;
}

.tabla th:last-child,
.tabla td:last-child {
	/* ultima columna */
	border-right: none;
}

.tablagraficas {
	width: 750px;
}

.tablaresultados {
	width: 750px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid;
	border-color: #E5E5E5;
	font-size: xx-small;

}

.tablaresultados td {
	border: 1px solid #E5E5E5;
}

.tablaresultados tr:first-child {
	/* primera fila */
	height: 28px;
	vertical-align: middle;
}

.titulos {
	background-color: #FFE8E8;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	vertical-align: text-top;
	border: 1px solid;
	border-color: #E5E5E5;
	height: 28px;
}

.registros {
	color: #000000;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	height: 25px;
}

.tablatopbar {
	width: 741px;
	height: 40px;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}

.tablafiltros {
	width: 750px;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	empty-cells: show;
}

.tablafiltros td:first-child {
	/* primera columna */
	border-left: none;
	text-align: right;
	font-size: 13px;
	color: #333333;
}

.tablafiltros tr td:empty {
	height: 20px;
}

.tablafiltros tr:last-child td {
	/* ultima fila */
	text-align: center;
	height: 60px;
}

.separadorfiltro {
	border-style: solid;
	border: var(--COLOR_MAIN);
	height: 1px;
	width: 100%;
	background-color: var(--COLOR_MAIN);
	/* rgba(44, 102, 5, 0.767);*/
}

.tablaseguimientos {
	width: 750px;
	border: 1px solid #E5E5E5;
	border-spacing: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-left: -5px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	width: 350px;
	height: 25px;
	background: var(--COLOR_MAIN);
	border: 0px;
}

.button:hover {
	text-decoration: none;
	background: var(--COLOR_MAIN);
}

.button:active {
	position: relative;
	top: 1px;
	background: var(--COLOR_MAIN);
}

.moduloText {
	font: 16px/100% Helvetica, sans-serif;
	text-align: center;
	color: var(--COLOR_TITULOS);
}

.moduloVersion {
	vertical-align: top;
	font: 16px/100% Helvetica, sans-serif;
	text-align: center;
	color: white;
	font-weight: bold;
}

.botonFormulario {
	width: 24px;
	height: 24px;
	border: 0px
}

.botonDescargas {
	-moz-box-shadow: inset 0px 1px 0px 0px white;
	-webkit-box-shadow: inset 0px 1px 0px 0px white;
	box-shadow: inset 0px 1px 0px 0px white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #76BD03), color-stop(1, #76BD03));
	background: -moz-linear-gradient(center top, #76BD03 5%, #76BD03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76BD03', endColorstr='#76BD03');
	background-color: #76BD03;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #76BD03;
	display: inline-block;
	color: #ffffff;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 14px 2px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #76BD03;
	width: 111px;
	cursor: pointer;
	margin-bottom: 3px;
	margin-left: 3px;
}

.botonVerGraficas {
	-moz-box-shadow: inset 0px 1px 0px 0px white;
	-webkit-box-shadow: inset 0px 1px 0px 0px white;
	box-shadow: inset 0px 1px 0px 0px white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF4F0C), color-stop(1, #FF4F0C));
	background: -moz-linear-gradient(center top, #FF4F0C 5%, #FF4F0C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4F0C', endColorstr='#FF4F0C');
	background-color: #FF4F0C;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #FF4F0C;
	display: inline-block;
	color: #ffffff;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 14px 2px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FF4F0C;
	width: 111px;
	cursor: pointer;
	margin-bottom: 3px;
	margin-left: 3px;
}

.button-li {
	background-color: var(--COLOR_MENU_OVER);
	color: white;
	height: 35px;
	width: 60px;
	cursor: pointer;
}

.botonDeshabilitado {
	cursor: context-menu;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, grey), color-stop(1, grey));
	background: -moz-linear-gradient(center top, grey 5%, grey 100%);
	text-shadow: 1px 1px 0px grey;
	border: 1px solid grey;
}

.current {
	background-color: var(--COLOR_MAIN)
}

.tablapromedios {
	width: 750px;
	border: 1pt solid #E0F7FA;
	border-spacing: 0px;
	padding: 0px;
	empty-cells: show;
	margin-left: -5px;
	background-color: #fff;
	font-size: 14px;
	color: #2078BB;
	font-weight: bold;
}

.tablapromedios tr {
	height: 10px;
}

.tablapromedios-alert {
	width: 750px;
	border: 1pt solid #de4445;
	border-spacing: 0px;
	padding: 0px;
	empty-cells: show;
	margin-left: -5px;
	background-color: #fff;
}

.tablapromedios-alert tr {
	height: 10px;
}

.resumen-alert {
	background-color: #fff;
	font-size: 14px;
	color: #de4445;
	font-weight: bold;
}

.resumen-info {
	background-color: #fff;
	font-size: 14px;
	color: #2078BB;
	font-weight: bold;
}

.tablanotas {
	width: 750px;
	border: 1px;
	border-color: #E0F7FA;
	border-spacing: 0px;
	padding: 0px;
	empty-cells: show;
	background-color: #fff;
	margin-left: -5px;
}

.tablanotas tr td {
	border-bottom: 10pt solid #f2f2f2;
}

.tablanotas tr:last-child {
	border-bottom: none;
}

.tablaactividades {
	width: 750px;
	border: 2pt solid var(--COLOR_MAIN);
	padding: 0px;
	background-color: #fff;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.tablaactividades tr:first-child {
	height: 40px;
	text-align: left;
	font-size: 12px;
	color: var(--COLOR_MAIN);
	font-weight: bold;
	background: url(../../assets/botones/calendario/calendario_fecha_especial.png) no-repeat;
	background-size: 32px 32px;
	background-position: 0.1cm 0.1cm;
	background-color: #fff;
}

.actividadinfo {
	background: unset !important;
	height: unset !important;
	width: 100%;
}

.actividadinfo tr:first-child {
	height: 18px;
	background: unset !important;

}

.actividadinfo th {
	color: black;
	text-align: right;
}

.actividadinfo td {
	color: #666;
	text-align: left;
}

.actividadinfo tr {
	height: 18px;
	vertical-align: Top;
}

.materia-ganada {
	background: url(../../images/b_seguimiento_academico2.png) no-repeat;
	background-size: 32px 32px;
	background-position: 0.1cm 0.1cm;
	background-color: #fff;
	border-color: #00BCD4;
	color: #00838F;
}

.materia-perdida {
	border: 1pt solid #317E95;

}

.materianombre {
	margin-left: 13px;
	position: relative;
}

.materiasinfo {
	background: unset !important;
	height: unset !important;
	width: 100%;
}

.materiasinfo th {
	color: #006699;
	text-align: right;
}

.materiasinfo td {
	color: #006699;
	text-align: left;
}

.materiasinfo tr {
	height: 18px;
}

.tablaconceptos {
	font-size: unset !important;
	color: unset !important;
	width: 750px;
	border: 0pt solid #317E95;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	empty-cells: show;
	border-collapse: collapse;
}

.tablaconceptos tr {
	height: 40px;
	border: 1pt solid #317E95;
}

.tablaconceptos td {
	text-align: center;
	border: 1pt solid #317E95;
}

.tablaconceptos tr:first-child th {
	border: 1pt solid #317E95;
	background-color: #F0FAFF;
	text-align: center;
	font-size: 12px;
	color: #333333;
}

.tablaconceptos tr:last-child td {
	/* ultima fila */
	/*border-bottom: none;*/
	border: 1pt solid #317E95;
}

.tablaconceptos td:first-child {
	/* primera columna */
	border: 1pt solid #317E95;
	background-color: #F0FAFF;
}

.nota_ganada {
	text-align: center;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.nota_perdida {
	text-align: center;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.tablamaterias {
	width: 750px;
	border: 1pt solid #fff;
	padding: 0px;
	background-color: #fff;
	margin-left: -5px;
}

.tablamaterias tr:first-child {
	height: 40px;
	text-align: left;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}

.tablamateriasperdidas {
	width: 750px;
	border: 1pt solid #de4445;
	padding: 0px;
	background-color: #fff;
	margin-left: -5px;
}

.tablamateriasperdidas tr:first-child {
	height: 40px;
	text-align: left;
	font-size: 12px;
	color: #de4445;
	font-weight: bold;
}

.btn2 {
	height: 20px;
	border: none;
	color: white;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.btn2-danger,
.btn2-danger:hover,
.btn2-danger:focus,
.btn2-danger:active,
.btn2-danger.active,
.open>.dropdown-toggle.btn2-danger,
.btn2-danger.disabled,
.btn2-danger[disabled],
fieldset[disabled] .btn2-danger,
.btn2-danger.disabled:hover,
.btn2-danger[disabled]:hover,
fieldset[disabled] .btn2-danger:hover,
.btn2-danger.disabled:focus,
.btn2-danger[disabled]:focus,
fieldset[disabled] .btn2-danger:focus,
.btn2-danger.disabled:active,
.btn2-danger[disabled]:active,
fieldset[disabled] .btn2-danger:active,
.btn2-danger.disabled.active,
.btn2-danger[disabled].active,
fieldset[disabled] .btn2-danger.active {
	background-color: #f9243f;
	border-color: #f9243f;
}

.banner {
	width: 750px;
	height: 25px;
	top: -10px;
	position: relative;
	left: -9px;
	border-radius: 10px;
}

.banner-popup {
	height: 25px;
	top: -10px;
	position: relative;
	left: 10px;
	border-radius: 10px;
}

.banner-text {
	color: white;
	position: relative;
	left: -87px;
	vertical-align: top;
	font-size: 19px;
	font-weight: bold;
	top: -2px;
}

.banner-icono {
	position: absolute;
	z-index: 1;
	margin-top: -4px;
	margin-left: -136px;
	color: white;
	font-size: 2.5em;
}

.banner-circulo-seguimiento {
	margin-top: -47px;
	margin-left: -10px;
	color: #3FA1BC;
}

.banner-seguimiento {
	background-color: #3FA1BC;
}

.banner-alertas {
	background-color: #E04243;
}

.banner-evaluacion {
	background-color: #E04243;
}

.banner-caracterizacion {
	background-color: #F79405;
}

.banner-circulo-alertas {
	margin-top: -49px;
	margin-left: -10px;
	color: #E04243;
}

.banner-circulo-caracterizacion {
	margin-top: -47px;
	margin-left: -10px;
	color: #F79405;
}

.icono-materias {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	color: white;
	background-color: #006699;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 23px;
	text-align: center;
}

.icono-materias-perdidas {
	background-color: #E04243;
}

.icono-seguimientos {
	width: 25px;
	height: 25px;
	border-radius: 10px;
	padding: 10px 5px 0px;
	color: white;
	background-color: #7AC003;
	vertical-align: middle;
	margin-top: -10px;
}

.icono-actividades {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	padding: 5px 5px 0px;
	color: white;
	background-color: #7AC003;
	vertical-align: middle;
	margin-top: -10px;
}

.icono-remisiones {
	background-color: #7AC003;
}

.icono-apoyos-individuales {
	background-color: #3FA1BC;
}

.icono-apoyos-financieros {
	background-color: #203454;
}

.icono-circulo-titulos {
	width: 60px;
	height: 60px;
	top: -10px;
	position: relative;
	left: -9px;
	border-radius: 100px;
	background-color: var(--COLOR_MAIN);
	color: white;
	font-size: 30px;
	text-align: center;
	display: flex;
}

.titulo-riesgos {
	background: #EF4B43;
}

.titulo-seguimientos {
	background: #75BD03;
}

.titulo-evaluacion {
	background: #FAAA31;
}

.titulo-reportes {
	background: #6F4C90;
}

.titulo-configuracion {
	background: #EF4B43;
}

.titulo-mi-cuenta {
	background: var(--COLOR_MAIN);
}

.icono-subareas {
	background: transparent;
	color: #007a5a;
}

.icono-editar {
	background: transparent;
	color: #4F6685;
}

.icono-eliminar {
	background: transparent;
	color: #E04243;
}

.icono-correos {
	background: transparent;
	color: #f1be33;
}

.icono-documentacion {
	background: transparent;
	color: #f1be33;
}

.icono-grafica {
	background: transparent;
	color: #8BC34A;
}

.icono-ayudas {
	color: #2CABD9;
	cursor: help;
}

.icono-cargas {
	color: #F79405;
	font-size: 1.5em;
}

.icono-informacion {
	color: #3DA1BA;
}

.icono-listas {
	color: #FAAA31;
}

.icono-canvas {
	color: #FF9900;
}

.icono-deshabilitado {
	cursor: context-menu;
	color: grey;
}

.icono-eliminar {
	color: #E04343;
}

.icono-arana {
	color: #f83839;
}

.icono-listas {
	color: #ff9900;
}

button {
	border: 0px;
}

i {
	margin: auto;
	position: relative;
}

.icono-boton {
	width: 24px;
	height: 24px;
	border-radius: 1px;
	color: white;
	background-color: #006699;
	vertical-align: middle;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	text-align: center;
	border: 1px;
	border-style: solid;
}

.icono-boton-cambio-estado {
	background-color: white;
	color: #3CB39D;
}

.icono-boton-mensaje-recibido {
	background-color: white;
	color: #FF7F27;
}

.icono-boton-mensaje {
	background-color: white;
	color: #7BA549;
}

.icono-boton-editar {
	background-color: white;
	color: #006699;
}

.icono-eliminar-test {
	background-color: white;
	color: #006699;
}

/*
.manual, .manual * {
	all: revert;
}
*/

.manual {
	width: 100%;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	color: #131212;
	font-size: 13px;
	text-align: justify;
	font-weight: 400;
}

.manual p {
	text-align: justify;
}

.manual b {
	font-weight: bolder;
}

.manual ul.manual {
	list-style-type: circle !important;
}

.chip {
	display: inline-flex;
	flex-direction: row;
	background-color: #e5e5e5;
	border: none;
	cursor: default;
	height: 36px;
	outline: none;
	padding: 0;
	font-size: 14px;
	color: #333333;
	font-family: \"Open Sans\", sans-serif;
	white-space: nowrap;
	align-items: center;
	border-radius: 16px;
	vertical-align: middle;
	text-decoration: none;
	justify-content: center;
	margin: 10px;
	float: left;
}

.chip-head {
	display: flex;
	position: relative;
	overflow: hidden;
	background-color: var(--COLOR_MAIN);
	font-size: 1.25rem;
	flex-shrink: 0;
	align-items: center;
	user-select: none;
	border-radius: 50%;
	justify-content: center;
	width: 36px;
	color: #fff;
	height: 36px;
	font-size: 20px;
	margin-right: -4px;
}

.chip-content {
	cursor: inherit;
	display: flex;
	align-items: center;
	user-select: none;
	white-space: nowrap;
	padding-left: 12px;
	padding-right: 12px;
}

.chip-svg {
	color: #999999;
	cursor: pointer;
	height: auto;
	margin: 4px 4px 0 -8px;
	fill: currentColor;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 24px;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	user-select: none;
	flex-shrink: 0;
}

.chip-svg:hover {
	color: #666666;
}

.piedepagina {
	z-index: 0;
	font-family: 'Microsoft JhengHei', 'MingLiU', 'Apple LiSung' !important;
	margin-top: 25px;
	font-size: 15px;
}

.versionFooter {
	z-index: 0;
	position: absolute;
	margin-left: 50px;
	margin-top: 25px;
	font-size: 15px;
	font-family: 'Microsoft JhengHei', 'MingLiU', 'Apple LiSung' !important;
	font-weight: bold;
}

.lemaFooter {
	z-index: 0;
	position: absolute;
	margin-left: 145px;
	margin-top: 25px;
	font-size: 15px;
	font-family: 'Microsoft JhengHei light', 'MingLiU', 'Apple LiSung' !important;
}

.desarrolladoFooter {
	z-index: 0;
	position: absolute;
	margin-left: 720px;
	margin-top: 25px;
	font-size: 15px;
	font-family: 'Microsoft JhengHei light', 'MingLiU', 'Apple LiSung' !important;
}

.logoFooterS {
	z-index: 0;
	position: absolute;
	margin-left: 846px;
	margin-top: 28px;
}

.logoFooter {
	width: auto;
	height: 25px;
}

.alertas-rojas {
	background: #E04243;
	color: #E04243;
}

.alertas-naranjas {
	background: #F79307;
}

.sticky {
	/*background: #F79307;*/
	border-radius: 20px 0 0 20px;
	width: 15rem;
	height: 40px;
	display: flex;
	-moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	box-shadow: inset 0px 1px 0px 0px #fce2c1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background: -moz-linear-gradient(center top, #ffc477 5%, #fb9e25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color: #ffc477;
	text-decoration: none;
}

.sticky .contador_variables {
	text-shadow: 1px 1px 0px #cc9f52;
}

.contador {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	background-color: #fff;
	margin-left: 5px;
	margin-top: 3px;
	text-align: center;
	vertical-align: middle;
	font-size: x-large;
}

.sticky {
	display: inline-flex;
	position: fixed;
	top: 120px;
	right: 0;
	width: 50px;
	z-index: 100;
	align-items: center;
	padding: 5px;
	justify-content: space-evenly;
	cursor: pointer;
	box-shadow: 1px 0px 2px 1px #999;
	transition: transform .2s, width .5s;
}

.sticky:hover {
	box-shadow: 1px 1px 2px 1px #666;
	transform: scale(1.1);
}

.sticky-animado {
	animation-name: despliegue_sticky;
	animation-duration: 3s;
}

.sticky-animado {
	box-shadow: 1px 1px 2px 1px #999 !important;
	transform: none !important;
}

.sticky-desplegado {
	flex-direction: column !important;
	width: 500px !important;
	box-shadow: 1px 1px 2px 1px #999 !important;
	transform: none !important;
}

.sticky-sin-interaccion {
	box-shadow: 1px 1px 2px 1px #999 !important;
	transform: none !important;
	cursor: default;
}

.sticky #contador_variables {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.sticky span {
	font-size: 12px;
	flex-grow: 1;
	background: #FFF;
	padding: 10px 5px;
	border-radius: 50px;
	font-weight: bold;
	text-align: center;
	display: none;
}

@keyframes despliegue_sticky {
	10% {
		width: 340px;
	}

	20% {
		width: 320px;
	}

	50% {
		width: 320px;
	}

	80% {
		width: 320px;
	}

	90% {
		width: 340px;
	}

	100% {
		width: 50px;
	}
}

.tabla-variables {
	width: 450px;
	display: none;
	background: #FFF;
	padding: 25px;
	padding-top: 50px;
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 90;
	box-shadow: 1px 0px 2px 1px #999;
	max-height: 400px;
	overflow-y: auto;
	border-color: #E5E5E5;

}

.tabla-variables table {
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px;
	width: 100%;
	border-color: #E5E5E5;
}

.tabla-variables th {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: solid 1px;
	font-weight: bold;
	border-color: #E5E5E5;
}

.tabla-variables tr {
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px;
	border-color: #E5E5E5;
}

.tabla-variables td {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	padding: 5px;
	border: solid 1px;
	border-color: #E5E5E5;
}

.terminosycondiciones {
	text-align: justify;
	color: var(--COLOR_MAIN);
	font-size: 10px;
	padding: 5px;
	border: solid 0px;
}

.botonRiesgoflecha {
	background: white !important;
}

.boton_pdfx {
	position: absolute;
	clear: both;
	text-align: center;
	margin-top: 100px;
	margin-left: 650px;
	border: 0px;
}

.botonPdf {
	-moz-box-shadow: inset 0px 1px 0px 0px white;
	-webkit-box-shadow: inset 0px 1px 0px 0px white;
	box-shadow: inset 0px 1px 0px 0px white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b3150e), color-stop(1, #b3150e));
	background: -moz-linear-gradient(center top, #b3150e 5%, #b3150e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3150e', endColorstr='#b3150e');
	background-color: #b3150e;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b3150e;
	display: inline-block;
	color: #ffffff;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 14px 2px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #b3150e;
	width: 80px;
	cursor: pointer;
}

@media print {
	@page {
		margin-left: 0.2in;
		margin-right: 0.2in;
		margin-top: 0;
		margin-bottom: 0.2in;
	}

	.classname {
		display: none;
	}
}

.texto {
	text-align: justify;
	text-justify: inter-word;
}

#chartdiv {
	width: 80%;
	height: 500px;
	margin-left: 100px;
}

.tablaSeguimientosCompletos {
	box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	width: 750px;

	background-color: #FFFFFF;
}

.tablaSeguimientosCompletosPdf {
	box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	width: 100%;

	background-color: #181818;
}

.alerta {
	position: relative;
	top: 10;
	left: 0;
	width: auto;
	height: auto;
	padding: 10px;
	margin: 10px;
	line-height: 1.8;
	border-radius: 5px;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-weight: 200;
}

.informacion {
	background-color: #EEE;
	border: 1px solid #DDD;
	color: #999;
	font-size: 11.5px;
	vertical-align: middle;
	text-align: center;
}

.exito {
	background-color: #EFE;
	border: 1px solid #DED;
	color: #9A9;
}

.notificacion {
	background-color: #EFF;
	border: 1px solid #DEE;
	color: #9AA;
}

.advertencia {
	background-color: #FDF7DF;
	border: 1px solid #FEEC6F;
	color: #C9971C;
}

.divError {
	height: auto;
	width: 750px;
	margin-left: 15px;
	margin-bottom: 20px;
}

.error {
	background-color: #FEE;
	border: 1px solid #EDD;
	color: #A66;
}

.alertaTexto {
	display: table;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}

table {
	width: 750px;
}

.tablaPreguntasCaracterizacion {
	width: 100%;
	margin-left: -20px;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	/*border: 1px solid #EDD;
	color: #A66;*/
}

.tablaPreguntasCaracterizacion tr:first-child,
.tablaPreguntasCaracterizacion td:first-child {
	/* primera columna */
	/*border-left: none;
	background-color: #f1e5d1;*/
	width: 50px;
	text-align: center;

}

.tablaPreguntasCaracterizacion tr:last-child,
.tablaPreguntasCaracterizacion td:last-child {
	/* ultima columna */
	border-right: none;
	text-align: left;
	padding-left: 5px;
}

.tablaRespuestasCaracterizacion {
	width: 100%;
	margin-left: -20px;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	/*border: 1px solid #EDD;
	color: #A66;*/
}

.tablaRespuestasCaracterizacion tr:first-child,
.tablaRespuestasCaracterizacion td:first-child {
	/* primera columna */
	/*border-left: none;
	background-color: #f1e5d1;*/
	width: 50px;
	text-align: center;

}

.tablaRespuestasCaracterizacion tr:last-child,
.tablaRespuestasCaracterizacion td:last-child {
	/* ultima columna */
	border-right: none;
	text-align: left;
	padding-left: 5px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.adjust-word {
	width: 95%;
	border: 1px solid #ccc;
	padding: 10px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}
.accordion * {
	box-sizing: border-box!important;
}

.notificaciones-box {
	background-color: #f9f9fb;
	border-left: 4px solid var(--COLOR_MENU);
	padding: 10px 20px;
	margin: 20px 0;
	border-radius: 8px;
	color: #333;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.notificaciones-titulo {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 16px;
	color: var(--COLOR_MENU);
	font-weight: 600;
}

.notificacion-item {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 0.8;
}

.notificacion-item a {
	color: #0056b3;
	text-decoration: none;
	font-weight: bold;
}

.notificacion-item strong {
	color: #212529;
}

.destacado-tabla{
	font-weight: 500; 
	color: #393939
}

.bg-highlighted {
	background-color:#e0bfd0!important; 
}