* {
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
}

input[type=text],input[type=number],input[type=email],select,textarea {
	display: block;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}

textarea {
	height: 150px;
	resize: none;
}

select {
	width: 100%;
}

input[type=button], button {
	background-color: #ca9758;
	color: #fff;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 8px;
	border: 1px solid #a96f26;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	font-size: 1.1rem;
}

button > i {
	margin-right: 10px;
}

td > input[type=button] {
	font-size: 10px;
	padding: 5px;
}

table {
	margin: 10px;
	width: calc(100% - 20px);
	border-collapse: collapse;
}

table > tbody > tr {
	border: 1px solid #000;
	border-left: none;
	border-top: none;
	border-right: none;
	vertical-align: top;
}

table > tbody > tr:nth-child(odd) {
	background-color: #eee;
}

table > tbody > tr:nth-child(even) {
	background-color: #fff;
}

table > tbody > tr > th {
	background-color: #555;
	color: #fff;
	padding: 5px;
}

table > tbody > tr > td {
	padding: 5px;
}

table > tbody > tr > td > i {
	cursor: pointer;
	cursor: hand;
	font-size: 1.5rem !important;
	margin: 0px 5px;
}

table > tbody > tr > td > input {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}

#header {
	display: block;
	padding: 10px;
	width: calc(100% - 20px);
	height: 120px;
}

#logo1 {
	position: absolute;
	top: 30px;
	left: 60px;
	height: calc(100% - 60px);
}

#logo2 {
	position: absolute;
	top: 30px;
	right: 20px;
	height: 70px;
}

#menubar {
	height: 60px;
	width: 100%;
	background-color: #818286; /*#ab0033; */
	color:  #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

#menubar > ul {
	width: calc(100% - 50px);
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 25px;
	float: right;
}

#menubar > ul > li {
	float: left;
	font-size: 1em;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    height: 60px;
    display: flex;
    align-items: center;
    line-height: 1.3em;
    color: #FFF;
    text-decoration: none;;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    cursor: hand;
    cursor: pointer;
}

#menubar > ul > li:hover {
	background-color: #807d7d; /* #6d0826; */
}

#toolbox {
	padding: 10px;
	width: calc(100% - 20px);
}

#contenido {
	padding: 10px;
	width: calc(100% - 60px);
	background-color: #e4e4e4;
	padding-left: 30px;
	padding-right: 30px;
	min-height: calc(100% - 455px);
}

#footer {
	display: flex;
	flex-wrap: wrap;
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	margin-top: calc(-1 * var(--bs-gutter-y));
	background-color: #f5f5f5;
	width: 100%;
}

#footer > .d1 {
	min-height: 200px;
	display: inline-block;
	flex: 0 0 auto;
	width: 25%;
	background-color: #646569;
	color: #fff;
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
    margin-top: var(--bs-gutter-y);
}

#footer > .d1 > h2 {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	padding-top: 20px;
	margin-top: 0;
}

#footer > .d1 > p {
	font-size: .8em;
	color: white;
	margin-bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: lighter;
}

#footer > .d2 {
	min-height: 200px;
	display: inline-block;
	flex: 0 0 auto;
	width: calc(75% - 60px);
}

#footer > .d2 > div {
	display: inline-block;
	flex: 0 0 auto;
	width: 25%;
	max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    vertical-align: top;
}

.d2 > div > h2 {
	font-size: .9em;
    text-transform: uppercase;
    font-weight: bold;
    color: #333e48;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
    padding-top: 20px;
    margin-top: 0;
}

.d2 > div > a {
	color: #5c6670;
    font-size: 0.9em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
    text-decoration: none;
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
}

#liston-inferior {
	text-align: center;
    color: white;
    font-size: .9em;
    line-height: 35px;
    height: 35px;
    background: #555; /* #ab0033; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
    position: relative;
    width: 100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.filtro {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
    position: relative;
    flex: 1 1 auto;
    width: 60%;
    min-width: 0;
    display: inline-block;
    vertical-align: top;
}

.form-control, .goog-te-combo {
	text-transform: uppercase;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.goog-te-combo {
	line-height: 1rem;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.busca {
	display: inline-block;
    margin: 5px;
    vertical-align: top;
    cursor: hand;
    cursor: pointer;
}

.idioma {
	display: inline-block;
	float: right;
	margin-top: -4px;
	margin-right: 10px;
	overflow: hidden;
	height: 40px;
}

.idioma > div {
	height: 20px;
}

.sub_menu {
	position: absolute;
	background: #fbfbfb;
	border-bottom: none;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #000;
	z-index: 1;
	top: 100%;
	left: 0;
	min-width: 100%;
	overflow: hidden;
	height: 0px;
	transition: all 0.3s ease-in-out;
}

.sub_menu_on {
	height: fit-content;
	border-bottom: 3px solid #555; /* #ab0033; */
}

.sub_menu > li {
	cursor: hand;
	cursor: pointer;
	font-family: 'Roboto Condensed';
    font-size: .9em;
    color: #555; /* #ab0033; */
    padding: 0 20px;
    display: block;
    line-height: 3em;
    white-space: nowrap;
    text-decoration: none;
}

.sub_menu > li:hover {
	background-color: #dee2e6;
}

.cubos {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.cubos > div {
	margin: 10px;
	width: calc(100% - 20px);
	min-height: 50px;
}

.titulo-seccion {
    padding-left: 15px;
    padding-top: 5px;
    color: rgb(255, 255, 255);
    font-size: 27px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    background-color: #ab0033;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
}

#login_box {
	width: 50%;
	margin-left: 25%;
	margin-bottom: 40px;
}

#login_box > div > span {
	margin-top: 20px;
	display: block;
}

.texto {
    font-size: 14px;
    color: #000000;
}

#olvido {
	float: right;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #0d6efd;
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
}

.btn-azulclaro {
    color: white;
    background-color: #ca9758;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    letter-spacing: 1.2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
}

#entrar, #doregistro, #ientrar {
	bottom: 0px;
	left: 0px;
	width: 100%;
	border: none;
	border-radius: 5px;
	padding: 10px;
}

#ientrar {
	margin-top: 20px;
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.tbtool {
	float: right;
	font-size: 1.2rem;
	margin-right: 10px;
}

.tbtool > i {
	margin: 5px;
	cursor: pointer;
	cursor: hand;
}

#ubx, #ftx {
	position: fixed;
	z-index: 1;
	width: 90%;
	height: 80%;
	top: 10%;
	left: 5%;
	margin: 0;
	box-shadow: 0px 0px 10px 0px #000;
	display: none;
}

#ubx > div, #ftx > div {
	height: calc(100% - 60px);
	text-align: center;
}

#ubx > div > iframe {
	border: none;
	width: 100%;
	height: 100%;
}

#ftx > div > img {
	max-width: 100%;
	max-height: 100%;
}

.pin, .pinoff {
	position: absolute;
	top: 0;
	right: -5px;
	font-size: 9px;
	padding: 3px;
	background-color: #900;
	color: #fff;
	display: flex;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	flex-direction: column-reverse;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	opacity: 1;
}

.pinoff {
	top: 5px;
	right: 0px;
	width: 0;
	height: 0;
	opacity: 0;
}

#chat {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 400px;
	height: calc(100% - 20px);
	margin: 0;
	box-shadow: 0px 0px 5px 0px #000;
	display: none;
	z-index: 1;
}

#chatlist {
	position: absolute;
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 50px);
	border: none;
	overflow: hidden;
	overflow-y: auto;
}

.msgbox {
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: calc(100% - 20px);
	height: 30px;
}

.msgbox > input {
	width: calc(100% - 40px);
	display: block;
	padding: 5px;
	border: 1px solid #cacaca;
	border-radius: 5px;
}

.msgbox > i {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 30px;
	cursor: pointer;
	cursor: hand;
}

#chatlist > span, #chatlist > font {
	display: block;
	border: none;
	margin-bottom: 10px;
}

#chatlist > span > div, #chatlist > font > div {
	padding: 10px;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #3d8fd5;
}

#chatlist > span > div > span, #chatlist > font > div > span {
	display: block;
	font-size: 10px;
	color: #555;
	width: 100%;
	text-align: right;
	margin-top: 8px;
}

#chatlist > span {
	text-align: right;
}

#chatlist > span > div {
	text-align: right;
	background-color: #c4def9;
}

.progress {
	display: inline-block;
	width: 300px;
	height: 20px;
	border: 1px solid #ab0033;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
}

.progress > span {
	font-size: 12px;
	color: #ca9758;
	margin-top: 3px;
	display: inline-block;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: #5f021e;	
	-webkit-text-fill-color: white;
}

.progress > div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	border: none;
	background-color: #ab0033;
}

.toolb {
	font-size: 1.5rem;
	float: right;
	margin-bottom: 10px;
}

.toolb > i {
	cursor: pointer;
	cursor: hand;
}

.toolb > span {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

.ploff {
	font-size: 0.9rem;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	vertical-align: top;
}

.plon {
	font-size: 0.9rem;
	height: auto;
	transition: all 0.3s ease-in-out;
	vertical-align: top;
}

.plon > input[type="checkbox"], .ploff > input[type="checkbox"] {
	height: 0.9rem;
	vertical-align: top;
}

td > input[type="text"], td > input[type="email"], td > input[type="date"], td > select {
	border-radius: unset;
	padding: 1px;
	margin: 0;
}

td > input[type="checkbox"] {
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	cursor: hand;
}

#bucob {
	padding: 2px 20px;
	font-size: 1rem;
	border-radius: 5px;
	float: right;
	display: inline-block;
}

#butex {
	width: calc(100% - 130px);
	display: inline-block;
}

#nom, #email, #cla {
	width: 100%;
}

.window {
	position: fixed;
	background-color: #00000099;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.window > div {
	position: absolute;
	width: 80%;
	height: 90%;
	left: 10%;
	top: 5%;
	background-color: #fff;
	border: none;
	border-radius: 10px;
}

.window > div > .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #c19715;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	text-transform: uppercase;
	border-radius: 10px 10px 0px 0px;
}

.window > div > .close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	color: #fff;
	background-color: #f00;
	border-radius: 15px;
	cursor: pointer;
	cursor: hand;
}

.window > div > .contenido {
	overflow: auto;
	position: absolute;
	left: 0;
	top: 30px;
	padding: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 60px);
	padding-bottom: 0;
}

.off {
	opacity: 0;
}

.on {
	opacity: 1;
}

b {
	font-weight: bolder;
	font-family: 'Arial Narrow';
}

select:disabled { 
	background-color: #e0e0e0 !important; 
	color: #000 !important;
}

h3 {
	background-color: #a00;
	color: #fff;
	text-align: center;
	padding: 10px;
}

#pagino > input {
	padding: 0px 10px;
	margin: 0px 5px;
	border-radius: 5px;
}

#solcre > i, #solfir > i {
	font-size: 5rem;
	margin: 10px;
	cursor: pointer;
	cursor: hand;
}

#solcre > span, #solfir > span {
	display: block;
	text-align: center;
	width: 100%;
}

#login_box > h5 {
	background-color: #555 !important;
}

#login_box > div > input[type=button] {
	background-color: #999 !important;
}