@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
etiqueta
::-webkit-scrollbar {
      width: 5px;
}
 
::-webkit-scrollbar-thumb {
      background-color: rgba(26,41,72,0.56);
}

*{
	font-family: 'Titillium Web', sans-serif;
	margin: 0px;
	font-size: 12px;

}

html{
	background-image: radial-gradient(circle at 100% 0%, 
		#e9f3f2 0, #e2e8e7 25%, #dbdbdb 50%, #d4ced0 75%, #cdc3c6 100%);
}


a{text-decoration: none; color: #000000;}
a:link{text-decoration: none; color: #000000;}
a:active{text-decoration: none; color: #000000;}
a:hover{text-decoration: none; color: #000000;}
a:visited{text-decoration: none; color: #000000;}

table{
	font-size: 11.5px;
}

.table-9{
	font-size: 11px;
}

th{
	background-color: #294784;
	padding: 3px;
	color: #FFFFFF;
}

td{
	padding: 3px;
	border: 1px solid #C3C3C3;
}

h1{
	font-size: 18px;
}

.td-a{
	border: none;
}

.cabecera{
	position: fixed;
	width: 100%;
	height: 105px;
	background-color: #294784;
	top: 0px;
	z-index: 20;
}

.cuadronotificaciones{
	position: fixed;
	width: 300px;
	height: 400px;
	background-color: #FFFFFF;
	right: 5px;
	top: 100px;
	border: 1px solid #C3C3C3;
	display: none;
	z-index: 19;
}

.btncerrar{
	display: inline-grid;
	vertical-align: top;
	color: #F00F00;
	padding: 5px;
	cursor: pointer;
}

.btncerrarotros{
	display: inline-grid;
	vertical-align: top;
	padding: 5px;
	cursor: pointer;
}


.etiquetatarea{
	border-bottom: 1px solid #C3C3C3;
	padding: 10px;
}

.etiquetatarea .fechaeti{
	font-weight: bold;
}

.etiquetatarea .tareaeti{
	
}

.contenido{
	margin-top: 105px;
	padding: 10px;
	z-index: 18;
}

.cuadromenu{
	position: fixed;
	width: 100%;
	height: 90%;
	top: 65px;
	background-color: #f8831d;
	z-index: 19;
	display: none;
}

.cuadrointerno{
	width: 90%;
	margin: 5%;
}

.icono{
	margin-top: 2px;
	margin-left: 5px;
	width: 78px;
	height: 90px;
	display: inline-grid;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	background-position: top;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-size: 68%;
	border-radius: 5px;
	box-shadow: 3px 3px 5px #000000;
	overflow: hidden;
}

.icono-a{
	margin-top: 2px;
	margin-left: 60px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: inline-grid;
	vertical-align: top;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: 90%;
}

.icono-a:hover{
	border-radius: 0%;
	transform: scale(1.2);
	margin-top: 10px;
}

.icono-b{
	width: 40px;
	height: 40px;
	display: inline-grid;
	vertical-align: top;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: 80%;
}

.icono-c{
	width: 70px;
	height: 70px;
	display: inline-grid;
	vertical-align: top;
	background-color: #FFFFFF;
	cursor: pointer;
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: 80%;
}

.etiqueta{
	width: 100%;
	text-align: center;
	font-size: 11px;
	margin-top: 55px;
	background-color: #213e7a;
	padding-top: 3px;
	color: #FFFFFF;
}

.etiqueta-a{
	position: absolute;
	width: 100px;
	height: auto;
	margin-left: -25px;
	margin-top: 55px;
	border: 1px solid #C3C3C3;
	color: #FFFFFF;
	background-color: #F7931E;
	text-align: center;
	font-size: 11px;
}

.etiqueta-b{
	width: 140px;
	border: 1px solid #C3C3C3;
	color: #FFFFFF;
	background-color: #F7931E;
	text-align: center;
	font-size: 18px;
}

.etiqueta-c{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.cajascroll{
	height: 130px;
	max-height: 130px;
	overflow-y: scroll;
}

.cajascroll-a{
	height: 175px;
	max-height: 175px;
	overflow-y: scroll;
}


.cajascroll-b{
	height: 550px;
	max-height: 500px;
	overflow-y: scroll;
}

.item-a{
	padding: 1.2px;
	cursor: pointer;
}

.item-a:hover{
	background-color: #F7931E;
}


.cuerpo{
	position: absolute;
	width: 70%;
	margin: auto;
	overflow: hidden;
}

.cuerpo ul{
	display: flex;
	padding: 0;
	width: 500%;
	animation: cambio 20s infinite;
	animation-direction: alternate;
}

.cuerpo li{
	width: 100%;
	list-style: none;

}

.cuerpo img{
	width: 100%;
}

@keyframes cambio{
	0% {margin-left: 0;}
	18% {margin-left: 0;}
	
	22% {margin-left: -100%;}
	40% {margin-left: -100%;}

	44% {margin-left: -200%;}
	62% {margin-left: -200%;}

	66% {margin-left: -300%;}
	84% {margin-left: -300%;}

	88% {margin-left: -400%;}
	100% {margin-left: -400%;}
}


.ventana{
	text-align: center;
	width: 100%;
	height: 100%;
}

.ventana-b{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0px;
	background-color: #FCFCFC;
}

.cajatop{
	position: absolute;
	width: 100%;
	height: 40px;
	background-size: contain;
	background-image: url(../imagen/bandalogo.png);
}

.cajabootom{
	position: absolute;
	width: 100%;
	height: 40px;
	background-size: contain;
	bottom: 0px;
	background-image: url(../imagen/bandalogo.png);
}

.cajacentral{
	margin-top: 20px;
	width: 30%;
	padding: 2%;
	text-align: center;
}

.text{
	width: 60%;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.text-100{
	width: 100px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.text-m-70{
	width: 70px;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.text-m-100{
	width: 100px;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.text-m-200{
	width: 200px;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.text-m-300{
	width: 300px;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.text-m-area{
	width: 95%;
	height: 120px;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.btn{
	padding: 5px;
	border: 1px solid #000000;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #294784;
}

.btn-label{
	padding: 5px;
	width: 145px;
	height: 20px;
	background-color: #294784;
	margin-bottom: 10px;
	color: #FFFFFF;
	overflow: hidden;
}

.btn-b{
	cursor: pointer;
	color: #FFFFFF;
	background-color: #294784;
	border: none;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.btn-b:active{
	color: #294784;
	background-color: #FFFFFF;
}

.btn-c{
	display: inline-flex;
	width: auto;
	vertical-align: top;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #F7931E;
	border-radius: 5px;
	padding: 7px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.btn-c:hover{
	color: #294784;
	background-color: #FFFFFF;
}

.btn-c-activo{
	display: inline-flex;
	width: auto;
	vertical-align: top;
	cursor: pointer;
	color: #294784;
	background-color: #FFFFFF;
	border: 1px solid #294784;
	border-radius: 5px;
	padding: 7px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.btn-c-grisoscuro{
	display: inline-flex;
	width: auto;
	vertical-align: top;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #676765;
	border-radius: 5px;
	padding: 7px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.btn-c-grisoscuro:hover{
	color: #676765;
	background-color: #FFFFFF;
}

.btn-c-grisoscuro-activo{
	display: inline-flex;
	width: auto;
	vertical-align: top;
	cursor: pointer;
	color: #676765;
	background-color: #FFFFFF;
	border: 1px solid #676765;
	border-radius: 5px;
	padding: 7px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.btn-c-grisclaro{
	display: inline-flex;
	width: auto;
	vertical-align: top;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #999999;
	border-radius: 5px;
	padding: 7px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.btn-c-grisclaro:hover{
	color: #999999;
	background-color: #FFFFFF;
}

.btn-c-grisclaro-activo{
	display: inline-flex;
	width: auto;
	vertical-align: top;
	cursor: pointer;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 7px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.btn-d{
	padding: 5px;
	width: 145px;
	height: 20px;
	background-color: #294784;
	margin-bottom: 10px;
	color: #FFFFFF;
	cursor: pointer;
}

.img-item{
	width: 17px;
	margin-right: 5px;
}


.inputfile{
	position: absolute;
	width: 145px;
	opacity: 0;
}



.selector{
	padding: 1.2px;
	margin-bottom: 10px;
}

.selector-a{
	width: 80%;
	max-width: 80%;
	padding: 1.2px;
	margin-bottom: 10px;
}

.selector-b{
	width: 300px;
	padding: 1.2px;
	margin-bottom: 10px;
}

.mensaje-error{
	position: fixed;
	width: auto;
	padding: 10px;
	border: 1px solid #C3C3C3;
	border-radius: 5px;
	right: 10px;
	bottom: 15px;
	background-color: #FF2B2B;
	color: #FFFFFF;
	box-shadow: 3px 3px 5px #C3C3C3;
	cursor: pointer;
}

.mensaje-correcto{
	position: fixed;
	width: auto;
	padding: 10px;
	border: 1px solid #C3C3C3;
	border-radius: 5px;
	right: 10px;
	bottom: 15px;
	background-color: #8FFFE4;
	box-shadow: 3px 3px 5px #C3C3C3;
	cursor: pointer;
}

.barracargar{
	position: fixed;
	width: 200px;
	bottom: 10px;
	left: 10px;
	display: none;
}

.numcarga{
	position: fixed;
	width: 35px;
	height: 32px;
	bottom: 30px;
	left: 30px;
	text-align: center;
	font-size: 20px;
	display: none;
}

.item-factura{
	padding: 5px;
	cursor: pointer;
	background-image: radial-gradient(circle at -7.92% 9.44%, #e5f691 0, #e9ec80 10%, 
		#ece06f 20%, #efd35e 30%, #f1c54d 40%, #f2b53c 50%, #f3a52d 60%, #f59422 70%, #f8831d 80%, 
		#fa721e 90%, #fd6124 100%);
}

.item-factura:hover{
	padding: 5px;
	cursor: pointer;
	background-image: none;
}

.item-factura:active{
	padding: 5px;
	cursor: pointer;
	background-image: radial-gradient(circle at -7.92% 9.44%, #e5f691 0, #e9ec80 10%, 
		#ece06f 20%, #efd35e 30%, #f1c54d 40%, #f2b53c 50%, #f3a52d 60%, #f59422 70%, #f8831d 80%, 
		#fa721e 90%, #fd6124 100%);
}

.item-factura-select{
	padding: 5px;
	cursor: pointer;
	background-color: #FFFFFF;
}

.botonsubir{
	height: 140px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #C3C3C3;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.cuandrodocumentos{
	width: 100%;
	height: 530px;
	border: 1px solid #C3C3C3;
	overflow-y: scroll;
}

.iconosdocumentos{
	display: inline-grid;
	vertical-align: top;
	border: 5px solid rgba(255, 226, 148, 0);
	width: 130px;
	height: 135px;
	background-color: #ffffff;
	box-shadow: 3px 3px 5px #C0C0C0;
	background-position: center;
	background-origin: content-box;
	background-size: 90%;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 10px;
}

.iconosdocumentos .logoicom{
	margin: 5px;
	width: 120px;
	height: 90px;
	background-position: center;
	background-origin: content-box;
	background-size: cover;
	background-repeat: no-repeat;
}

.iconosdocumentos .logoicom .btnmenu{
	
	background-position: center;
	background-origin: content-box;
	background-size: 90%;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.4);
	width: 25px;
	height: 25px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.iconosdocumentos .logoicom .menuarchivo{
	
	margin-left: 10px;
	margin-top: 5px;
	width: auto;
	min-height: 0px;
	background-color: #FFFFFF;
	border: 1px solid #C3C3C3;
	box-shadow: 2px 2px 3px #C3C3C3;
}

.iconosdocumentos .logoicom .menuarchivo .itemmenu{
	padding-left: 8px;
	padding-right: 8px;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid #C3C3C3;
}

.iconosdocumentos .logoicom .menuarchivo .itemmenu:hover{
	background-color: #F5F4D0;
}

.iconosdocumentos .etiquita{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 120px;
	height: 25px;
	overflow: hidden;
}

.nombreusuario{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

.datosusuario{
	display: inline-flex;
	vertical-align: top;
	margin-left: 10px;
	padding: 5px;
	cursor: pointer;
	text-align: right;
	color: #FFFFFF;
}

.cuadrocuenta{
	width: 200px;
	height: 200px;
	border: 1px solid #C3C3C3;
	display: inline-grid;
	border-radius: 5px;
	box-shadow: 3px 3px 7px #C0C0C0;
	margin-left: 10px;
	margin-bottom: 10px;
	background-origin: content-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.etiquetacuenta{
	display: inline-grid;
	vertical-align: top;
	background-color: rgba(0, 0, 0, 0.5);
	width: 70%;
	height: 40px;
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}

.textarea{
	min-width: 295px;
	min-height: 200px;
	max-width: 295px;
	max-height: 200px;
}



.fotocliente{
	width: 115px;
	height: 115px;
	border: 5px ridge #294784;
	border-radius: 100%;
	background-origin: content-box;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.diad{
	position: relative;
	width: 120px;
	height: 120px;
	background-color: #ffffff;
	border: 1px solid #000000;
	background-color: #294784;
	overflow: hidden;
}

.diad .izquierda{
	height: 60px;
	font-size: 50px;
	padding-left: 15px;
}

.diad .derecha{
	height: 60px;
	font-size: 40px;
	padding-right: 15px;
	text-align: right;
}

.diad .linea{
	border: 1px solid #000000;
	position: absolute;
	width: 169.71px;
	transform: rotate(-45deg);
	margin-left: -26px;
	margin-top: -61px;
}

.cuadrochat{
	position: fixed;
	width: 400px;
	height: 500px;
	background-color: #FFFFFF;
	border: 1px inset #C3C3C3;
	padding: 1px;
	right: 0px;
	top: 100px;
}

.listachat{
	border: 1px solid #C0C0C0;
	height: 400px;
	overflow-y: scroll;
}

.cajachat{
	min-width: 325px;
	max-width: 325px;
	min-height: 50px;
	max-height: 50px;
}

.btnchat{
	background-color: #294784;
	color: #FFFFFF;
	vertical-align: top;
	height: 55px;
	width: 55px;
	cursor: pointer;
	border-radius: 5px;
}

.icoperfil{
	display: inline-flex;
	width: 45px;
	height: 45px;
	border: 1px solid #C3C3C3;
	border-radius: 100%;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: 135%;
	background-position: center;
}

.textenvio{
	display: inline-flex;
	width: 320px;
	margin-left: 10px;
	background-color: #FFF0D5;
	padding: 5px;
	border-radius: 3px;
	vertical-align: top;
	margin: 5px;
	text-align: left;
}

.textrecibo{
	display: inline-flex;
	width: 320px;
	margin-left: 10px;
	background-color: #BDE5DF;
	padding: 5px;
	border-radius: 3px;
	vertical-align: top;
	margin: 5px;
}

.notaalpie{
	font-size: 9px;
	margin-right: 15px;
	text-align: right;
	width: 330px;
	background-color: #FFF0D5;
	margin-top: -4px;
	margin-left: 64px;
	font-style: italic;
}

.listacuentas{
	position: fixed;
	width: 400px;
	height: 500px;
	background-color: #FFFFFF;
	border: 1px inset #C3C3C3;
	padding: 1px;
	right: 0px;
	top: 100px;
	overflow-y: scroll;
}

.itenchat{
	cursor: pointer;
}

.itenchat:hover{
	background-color: #FFF0D5;
}

.nombrecuenta{
	display: inline-flex;
	width: 320px;
	margin-left: 10px;
	padding: 5px;
	border-radius: 3px;
	vertical-align: top;
	margin: 5px;
	font-weight: bold;
	font-size: 18px;
}

.cerrarchat{
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	color: #F00F00;
	margin-right: 10px;
}

.listanotificaciones{
	position: fixed;
	width: 50%;
	height: 300px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	top: 200px;
	margin-left: 25%;
	overflow-y: scroll;
}

.celdacalendar{
	height: 100px;
}

.icopastel{
	display: inline-grid;
	vertical-align: top;
	width: 15px;
}

.textopastel{
	display: inline-grid;
	vertical-align: top;
}

.fotousuario{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #000000;
	background-size: cover;
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
}

.textousuario{
	margin-right: 5px;
}

.contenmenu{
	height: 50px;
	padding: 2.5px;
}

.fieldset{
	width: auto;
	height: 50px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}

.btnopcionmenu{
	width: 170px;
	height: 20px;
	border: 1px solid #000000;
	margin-bottom: 7px;
	cursor: pointer;
	border-radius: 30px;
	background-color: #FFFFFF;
	font-weight: bold;
}

.btnopcionmenu:hover{
	transform: scale(1.2);
}

.fotomenu{
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	background-size: 80%;
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-radius: 30px;
	display: inline-flex;
	vertical-align: top;
	margin-right: 5px;
	box-shadow: 3px 0px 5px #000000;
	transform: scale(1.2);
}

.cuadrodatos{
	position: fixed;
	top: 0px;
	left: -300px;
	width: 280px;
	height: 97%;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 5px;
	box-shadow: 7px 4px 4px #00000070;
	z-index: 30;
}

.cuadrodatos strong{
	font-size: 13px;
	margin-right: 5px;
}

.cuadrodatos hr{
	margin-bottom: 3px;
	margin-top: 3px;
}

.btnc{
	width: 40px;
	cursor: pointer;
	box-shadow: 3px 3px 5px #000000;
	margin-right: 5px;
}

.btnc:active{
	width: 40px;
	margin-right: -1px;
	box-shadow: 0px 0px 0px #FFFFFF;
}

.imgcliente{
	width: 120px;
	height: 120px;
	background-size: cover;
	background-origin: content-box;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(15deg, #ffff54 0, #ffff49 12.5%, 
		#fff040 25%, #ffd83a 37.5%, #f9be34 50%, #e8a530 62.5%, 
		#d9902d 75%, #ca7d2c 87.5%, #bd6d2c 100%);
	border-radius: 120px;
	border: 1px solid #000000;
	align-items: center;
	overflow: hidden;
	box-shadow: 5px 5px 7px #00000070;
	margin-bottom: 10px;
}

.nombrecliente{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.diade{
	font-size: 25px;
	font-weight: bold;
	width: 60px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background-image: linear-gradient(15deg, #fff241 0, 
		#ffd93a 25%, #f9be34 50%, #e8a430 75%, #d78e2d 100%);
	box-shadow: 4px 4px 5px #00000070;
	margin-right: 5px;
	margin-bottom: 10px;
}

.btnac{
	width: 40px;
	cursor: pointer;
	box-shadow: 3px 3px 5px #000000;
	border-radius: 40px;
}

.btnac:active{
	width: 40px;
	margin-right: -1px;
	box-shadow: 0px 0px 0px #FFFFFF;
}