@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family:"Roboto", sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #B61031;
	scrollbar-track-color: #DEDEDE;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
}

td, th {
	font-family:"Roboto", sans-serif !important;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	font-weight: bold;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

form {
	background-color: #FFFFFF;
}

/*
.title {
	font-family:"Roboto", sans-serif !important;
	font-size: 24px;
	line-height: 30px;
	background-color: #006666;
	color: #DCDCDC;
}
*/
/*QBIT 2025 INI*/
.title {
	font-family:"Roboto", sans-serif !important;
	line-height: auto;
	background-color: #fff;
	color: #333;
	padding-bottom:20px;
	font-size:20px;
}
input {
	font-family:"Roboto", sans-serif !important;
	padding: 10px;
	border:1px solid #bdbdbd;
	font-size:14px;
	border-radius:4px;
	width:100%;
	outline: none;
}
input:hover {
	border:1px solid #fd4238;
}
input:focus {
	border:1px solid #fd4238;
}
.div-container {
	display:block;
	text-align:center;
}
.div-container-contenido {
	padding:25px;
	border-radius:5px;
	border:1px solid #707070;
	display:inline-block;
	min-width:300px;
	text-align:center;
	position:relative;
}
.boton-normal {
	font-family:"Roboto", sans-serif !important;
	padding-left:30px;
	padding-right:30px;
	padding-top:7px;
	padding-bottom:7px;
	border-radius:20px;
	font-size:16px;
	border:2px solid #333;
	color: #333;
	background:#FFF;
	display:inline-block;
	width:auto;
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
}
.boton-normal:hover {
	border:2px solid #fd4238;
	color:#fd4238;
	text-decoration:none;
}
.boton-normal-icono {
	font-size:20px;
	font-weight:bold;
	display:inline-block;
	margin-right:8px;
}
.boton-normal-icono.aceptar:before {
	/*color:#0C0;*/
	content: "\2713";
}
.boton-normal-icono.cancelar:before {
	/*color:#F00;*/
	content: "\2715";
}
.boton-normal-icono.conectar:before {
	font-weight:normal;
	content: "\2794"; /*"\2192";*/
}

/*Cabecera Avisos*/
.cabecera-avisos-container {
	display:inline-block;
	padding-right:5px;
/*	padding-top:5px;*/
	padding-bottom:5px;
}
.cabecera-avisos-cantidad {
	color:#fff;
	text-align:center;
	padding:3px;
	min-width:22px;
	display:inline-block;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font-size:13px;
	cursor:pointer;
}
.cabecera-avisos-texto {
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	display:inline-block;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size:13px;
	cursor:pointer;
}

.cabecera-avisos-cantidad.crm {
	background:#f00000;
}
.cabecera-avisos-texto.crm {
	background:#ff8a82;
}
.cabecera-avisos-cantidad.py {
	background:#3182d8;
}
.cabecera-avisos-texto.py {
	background:#6fb5ff;
}
.cabecera-avisos-cantidad.displanos {
	background:#1092b4;
}
.cabecera-avisos-texto.displanos {
	background:#1cbae3;
}
.cabecera-avisos-cantidad.triangulo {
	background:#107e4c;
}
.cabecera-avisos-texto.triangulo {
	background:#29d587;
}

.cabecera-avisos-cantidad:hover .cabecera-avisos-texto, .cabecera-avisos-cantidad:hover ~ .cabecera-avisos-texto {
	opacity:0.8;
}
.cabecera-avisos-texto:hover {
	opacity:0.8;
}

@media screen and (max-width: 1200px) {
	.cabecera-avisos-mini {
		display: none;
	}
	.cabecera-avisos-texto {
		display:none;
	}
	.cabecera-avisos-cantidad {
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
		min-width:35px;
	}
}


@media screen and (max-width: 1000px) {
	.cabecera-avisos-cantidad {
		font-size:11px;
		padding:0px;
		margin:0px;
	}
	.cabecera-avisos-container {
		padding:1px;
	}
}




/*Cabecera Menu*/
.cabecera-menu-container {
	display:inline-block;
	transition: all .25s ease-in-out;
	float:right;
}
.cabecera-menu-opcion {
	display:inline-block;
	/*opacity:0.8;*/
	padding-left:8px;
	padding-right:8px;


	text-align:center;
	color:#333333;
	font-size:13px;
	text-decoration:none;
}
.cabecera-menu-opcion:hover {
	/*
	opacity:1;
	color:#fff;
	background:#fd4238;
	border-radius:5px;
	*/
	color:#fd4238;
	text-decoration:none;
}
.cabecera-menu-mini-boton {
	display:none;
	cursor:pointer;
}

.cabecera-bandasup {
	background:#fd4238;
	height:1px;
}
/*CABECERA MINI OK QUITADO PORQUE ESTA EN UN FRAME INI
@media screen and (max-width: 800px) {
	.cabecera-menu-container {
		border-left:1px solid #ccc;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		background:#fff;
		position:fixed;
		right:-270px;
		top:0px;
		border-top-left-radius:10px;
		border-bottom-left-radius:10px;
	}
	.cabecera-menu-opcion {
		display:block;
		text-align:left;
		border-bottom:1px solid #eaeaea;
		min-width:250px;
		min-height:40px;
		padding-top:5px;
		padding-bottom:5px;
		vertical-align:middle;
		font-size:15px;
		z-index:999;
	}
	.cabecera-menu-opcion:first-child {
		border-top-left-radius:10px;
	}
	.cabecera-menu-opcion:last-child {
		border-bottom-left-radius:10px;
		border-bottom:0px;
	}
	.cabecera-menu-opcion:hover {
		background:#f4f4f4
	}
	.cabecera-menu-opcion div {
		display:inline-block;
		min-width:50px;
		vertical-align:middle;
	}
	.cabecera-menu-opcion img {
		width:35px;
	}
	.cabecera-menu-mini-boton {
		display:block;
	}
}
CABECERA MINI OK QUITADO PORQUE ESTA EN UN FRAME FIN*/

/*QBIT 2025 FIN*/




.subtitle {
	font-family:"Roboto", sans-serif !important;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #006666;
}

.header {
	font-family:"Roboto", sans-serif !important;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	font-family:"Roboto", sans-serif !important;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family:"Roboto", sans-serif !important;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family:"Roboto", sans-serif !important;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family:"Roboto", sans-serif !important;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family:"Roboto", sans-serif !important;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
	font-family:"Roboto", sans-serif !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family:"Roboto", sans-serif !important;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
	border-style: ridge;
}

.promo {
	font-family:"Roboto", sans-serif !important;
	color: #000033;
}

.titlebar {
	font-family:"Roboto", sans-serif !important;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family:"Roboto", sans-serif !important;
	background-color: #99CC99;
	color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}



.boton {
	font-family:"Roboto", sans-serif !important;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #224386;
	background-color: #DAE3F1;
	height: 18px;
	width: auto;
	cursor: hand;
	border: thin outset;
}

.celda {
	background-color: #E0E0E0;
	color: #000000;
}


.celda-qb25 {
	background-color: #fff; /*#E0E0E0*/
	color: #000000;
	font-weight:normal;
	font-size:14px;
}

.celdatit {
	background-color: #5F5C5C;
	color: #fff;
}
.celdatit-qb25 {
	font-size:20px;
	background-color: #fff; /*#5F5C5C*/
	color: #fd4238;
}




.celdalin {
	background-color: #F7FFCB;
	color: #000000;
}

.celdalintit {
	background-color: #A6C218;
	color: #FFFFFF;
}
.celdalintit-qb25 {
	background-color: #fff;/*#A6C218*/
	color: #000000;
	font-weight:bold;
	font-size:14px;
}



/*QBIT 2025
input {
	font-family:"Roboto", sans-serif !important;
	font-size: 12px;
}
*/

select {
	font-family:"Roboto", sans-serif !important;
	font-size: 14px;
}

.BlueButton
{
  color: #FFFFFF; 
  font-size: 11px; 
  font-family:"Roboto", sans-serif !important;
  font-style: normal; 
  font-weight: bold; 
  background-color: #5F5C5C; 
  border: 1px solid; 
  border-color: #5F5C5C #5F5C5C #5F5C5C #5F5C5C; 
  height: 22px;
  cursor: pointer;
  cursor: hand;
}

textarea {
	font-family:"Roboto", sans-serif !important;
	font-size: 12px;
}


.textoenlace {
	color: #000000;
	font-family:"Roboto", sans-serif !important;
	font-size: 11px;
	text-decoration: none;
}

.textoenlace:hover {
	text-decoration: none;
}


.textoenlacepeq {
	color: #000000;
	font-family:"Roboto", sans-serif !important;
	font-size: 10px;
	text-decoration: none;
}

.textoenlacepeq:hover {
	text-decoration: none;
	color: #B51030;
}
