* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Calama";
  src: url("font/calama.ttf");
}

@font-face {
  font-family: "Nexa";
  src: url("font/nexa_book.otf");
}

@font-face {
  font-family: "Fira";
  src: url("font/firacode.ttf");
}

body {
  font-family: "Nexa";
  background-color: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-y: hidden;
}

.pointer {
  cursor: pointer;
}

.fondoGris {
	background-color: #e9e9e9 !important;
}

.selector {
  height: 40px;
  background-image: url("images/flechas_select.svg");
  background-position: calc(100% - .5rem), 100% 0;
  background-repeat: no-repeat;
}

.entrada {
  height: 40px;
  padding: 0px 10px;
  color: black;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 14px;
  vertical-align: middle;
  background-color: white;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.entrada:hover {
  border: 2px solid #5dbdaa;
}

.entrada:focus {
  border: 2px solid #5dbdaa;
}

.areaTexto {
	height: 200px;
	resize: none;
}

.areaTextoTabla {
  width: 300px;
  height: 30px;
  min-height: 30px;
  max-height: 100px;
  padding: 3px 10px;
  resize: none;
  box-sizing: border-box;
  overflow-y: hidden;
  transition: height 0.1s ease;
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  LOGIN
//----------------------------------------------------------------------------------------------------------------------------------*/

#ventanaLogin {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	align-items: center;
	justify-content: center;
	background-image: url("images/login_fondo.png");
	background-size: cover;
	font-family: "Nexa";
}

#textoLogin {
  margin-top: 40px;
	font-size: 14px;
	text-decoration: none;
	color: white;
}

#idenUser {
  margin: 20px 0px;
}

#btnEntrar {
  margin: 20px 0px;
  cursor: pointer;
}

#avisoNavegador {
	width:80vmin;
	margin:50px auto 0px auto;
  font-size:calc(6px + 1vmin);
	text-align:center;
	text-decoration:none;
	color:#DE9D2A;
}

#recuperar {
	font-size:14px;
	text-decoration:none;
	color:white;
	cursor:pointer;
}

#recuperar:hover {
	text-decoration:underline;
}

#avisoNavegador {
	font-size:18px;
	text-decoration:none;
	color:#DE9D2A;
}

#basesFondo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9598ad;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 19;
}

#basesDatos {
  display: none;
  flex-direction: column;
  position: fixed;
  width:80%;
  height:80vh;
  max-width: 1000px;
  max-height: 700px;
  top: 50%;
  left: 50%;
  background-color: white;
  transform: translate(-50%, -50%);
	box-shadow:5px 5px 5px #9598ad;
	border:1px solid #9598ad;
  overflow-y: auto;
  z-index: 20;
}

/* BASES HEADER */
#basesHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#basesBtnCerrar {
  top: 20px;
  margin: 20px 20px;
  cursor: pointer;
}

#basesTitulo {
  flex-grow: 1;
  text-align: center;
  margin: 20px 0px 20px 90px;
  padding: 10px 0px;
  font-size: 22px;
  color: #4a4d62;
	font-weight: bold;
}

#basesLinea {
  position: relative;
  width: 80%;
  height: 2px;
  max-width: 600px;
  margin: 20px auto 60px auto;
  background-color: #4a4d62;
}

#basesFooter {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 20px;
  flex-shrink: 0;
}

#btnAceptar {
	display: block;
	cursor: pointer;
}

#btnAceptar:hover {
	-ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  SECCION CABECERA
//----------------------------------------------------------------------------------------------------------------------------------*/

.seccionCabecera {
  display: flex;
  width: 100%;
  height: 60px;
  top: 0;
  background-color: #4a4d62;
  align-items: center;
  position: sticky;
  z-index: 4;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  SECCION BOTONES
//----------------------------------------------------------------------------------------------------------------------------------*/

.seccionBotones {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
	min-height: 70px;
  top: 60px;
  padding: 15px 0;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background-color: #9598ad;
  position: sticky;
  z-index: 3;
}

.btnNavegacion {
  margin: 0px 0px;
  padding: 0px 5px;
  cursor: pointer;
}

.btnNavegacion:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  SECCION NUEVO
//----------------------------------------------------------------------------------------------------------------------------------*/

.seccionNuevo {
  display: flex;
  width: 100%;
  height: auto;
	min-height: 80px;
  top: 120px;
  padding: 0px 0;
  justify-content: center;
  align-items: center;
  background-color: #9598ad;
  position: sticky;
  z-index: 2;
}

.barraNuevo {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
}

#selectorActividad {
  width: 300px;
  margin-left: 20px;
  order: 1;
}

.btnNuevo {
  position: absolute;
  height: 40px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  order: 2;
  margin-top: 10px;
}

.btnNuevo:hover {
  height: 42px;
}

.grupoInformes {
  display: flex;
  gap: 0px;
  order: 3;
}

.btnInformes {
  padding: 10px 0px;
  cursor: pointer;
}

@media (max-width:850px) {
  .barraNuevo {
    justify-content: center;
  }

  #selectorActividad {
    width: 400px;
    margin: 10px 0 20px 0;
  }

  .btnNuevo {
    position: static;
    width: 100%;
    margin: 5px 0;
    transform: none;
    margin-top: 0;
  }

  .grupoInformes {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .btnInformes {
    margin: 5px 0;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  SECCION BUSQUEDA
//----------------------------------------------------------------------------------------------------------------------------------*/

.seccionBusqueda {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
	min-height: 70px;
  top: 180px;
  padding: 0px 0;
  justify-content: center;
  background-color: #9598ad;
  position: sticky;
  z-index: 1;
}

.barraBusqueda {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.selCriterio {
  width: 150px;
  margin: 15px 10px;
}

.filtroBusquedaA {
  width: 300px;
  margin: 15px 10px;
}

.filtroBusquedaB {
  width: 140px;
  margin: 15px 10px;
}

.selBusqueda {
  width: 300px;
  margin: 15px 10px;
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  SECCION TABLA PRINCIPAL
//----------------------------------------------------------------------------------------------------------------------------------*/

.seccionTabla {
  flex: 1;
  margin-top: 10px;
  padding: 10px;
  overflow-y: auto;
}

.barraTabla {
  max-width: 1200px;
  margin: 0 auto;
  overflow-y: auto;
}

#tablaPrincipal {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  font-family: "Fira";
}

#tablaPrincipal tr {
  cursor: pointer;
}

#tablaPrincipal th {
  top: 0;
  padding: 8px 10px;
  text-align: left;
  border: none !important;
  font-size: 12px;
  text-decoration: underline;
  background-color: white;
  position: sticky;
  cursor: pointer;
}

#tablaPrincipal td {
  padding: 8px 10px;
  text-align: left;
  border: none !important;
  font-size: 14px;
}

#tablaPrincipal tr:nth-child(even) {
  background-color: white;
}

#tablaPrincipal tr:nth-child(odd) {
  background-color: #f2f2f2;
}

#tablaPrincipal tr:hover {
  background-color: #d1e7dd !important;
  transition: background-color 0.3s;
}

#tablaPrincipal th:hover {
  color: #de9d2a !important;
  transition: color 0.3s;
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  SECCION PAGINACION
//----------------------------------------------------------------------------------------------------------------------------------*/

.seccionPagina {
  width: 100%;
  height:60px;
  margin-top: auto;
  bottom: 0;
  padding: 10px 0;
  background-color: white;
  flex-shrink: 0;
  position: sticky;
}

.barraPagina {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.btnPagina {
  margin: auto 10px;
  cursor: pointer;
}

.selPagina {
  width: 80px;
  height: 40px;
  margin: auto 10px;
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  MENU PRINCIPAL
//----------------------------------------------------------------------------------------------------------------------------------*/

#menuFondo {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9598ad;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 19;
}

#menu {
  position: fixed;
  top: 0;
  left: -240px;
  width: 240px;
  height: 100%;
  background-color: white;
  z-index: 20;
  transition: transform 0.3s ease;
  transform: translateX(0);
}

#menu.abrir {
  transform: translateX(240px);
}

.menuHeader {
  height: 60px;
  width: 100%;
  background-color: #4a4d62;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.menuLogo {
  text-align: center;
  margin-top: 20px;
}

#menuImagen {
  width: 120px;
  height: 60px;
  object-fit: contain;
  cursor: pointer;
}

#menuNombre {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #4a4d62;
  cursor: pointer;
}

#menuGad {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #5dbdaa;
  cursor: pointer;
}

.menuLinea {
  text-align: center;
  margin: 10px 0;
}

.menuLinea img {
  width:200px;
  height: 1px;
}

.menuSecciones p {
  margin: 5px 20px;
  text-align: left;
  font-size: 14px;
  color: #4a4d62;
  cursor: pointer;
}

.menuFila {
  display: flex;
  align-items: center;
  margin-left: 20px;
  gap: 0px;
}

.menuFila > *:not(:last-child) {
  margin-right: -10px;
}

.menuActivo {
  color: #de9d2a !important;
	font-weight: bold;
}

.menuSecciones p:hover {
  text-decoration: underline;
}

#linkConceptos {
  padding-left: 40px;
}

.ventanaExterna {
  width: 100%;
  margin: 0 20px;
}

.ventanaExterna h1 {
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
}

.ventanaExterna h2 {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  VENTANAS
//----------------------------------------------------------------------------------------------------------------------------------*/

.ventanaFondo {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9598ad;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 19;
}

.ventana {
  display: none;
  flex-direction: column;
  position: fixed;
  width:80%;
  height:80vh;
  max-width: 1000px;
  max-height: 700px;
  top: 50%;
  left: 50%;
  background-color: white;
  transform: translate(-50%, -50%);
	box-shadow:5px 5px 5px #9598ad;
	border:1px solid #9598ad;
  overflow-y: auto;
  z-index: 20;
}

/* VENTANA HEADER */
.ventanaHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.ventanaBtnInformes {
  top: 20px;
  padding: 10px 0px;
  cursor: pointer;
}

.ventanaBtnCerrar {
  top: 20px;
  margin: 20px 20px;
  cursor: pointer;
}

.ventanaTitulo {
  flex-grow: 1;
  text-align: center;
  margin: 20px 0px 20px 0px;
  padding: 10px 0px;
  font-size: 22px;
  color: #4a4d62;
	font-weight: bold;
}

#ventanaLinea {
  position: relative;
  width: 80%;
  height: 2px;
  max-width: 600px;
  margin: 20px auto 60px auto;
  background-color: #4a4d62;
}

/* VENTANA BOTONES */
#ventanaBotones {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.ventanaBtn {
  display: none;
  cursor: pointer;
}

.ventanaBtn:hover {
	-ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#ventanaBtnFila {
  display:none;
  position: absolute;
  right: 0px;
  top: 150px;
  cursor: pointer;
  z-index: 1;
}

#ventanaBtnFila:hover {
	-ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
	transform: scale(1.05);
  transform-origin: right center;
}

#ventanaBtnFila.visible {
  display:block;
}

/* VENTANA SECCION */
#ventanaSeccion {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}

.ventanaBtn.visible {
  display: block;
}

.barraTablaVentana.visible {
  display: block;
  font-family: "Fira";
}

/* CONTENIDO DE VENTANA */
.ventanaContenido {
  display: none;
	flex-wrap:wrap;
  justify-content: center;
  height: 100%;
  max-width: 1000px;
  margin: 0px 20px;
  overflow-y: auto;
}

.ventanaContenido.visible {
  display: flex;
}

.ventanaVista {
	display: flex;
	flex-direction: column;
	width: 280px;
	margin: 0px 15px;
}

.ventanaVistaCantidad {
	display: flex;
	flex-direction: column;
	width: 140px;
	margin: 0px 15px;
}

.ventanaVistaAdjuntos {
	display: flex;
	flex-direction: column;
	width: 500px;
	margin: 0px 15px;
}

.ventanaDatosDoble {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.ventanaDescCentro {
	width: 260px;
	margin: 10px auto 0px auto;
	font-size: 12px;
	text-align: center;
	color: black;
}

.ventanaDescA {	/* 1/1 */
	width: 260px;
	margin: 10px auto 0px auto;
	font-size: 12px;
	text-align: left;
	color: black;
}

.ventanaDescB {	/* 1/2 */
	width: 120px;
	margin: 10px auto 0px auto;
	font-size: 12px;
	text-align: left;
	color: black;
}

.ventanaDescC {	/* 1/3 */
	width: 80px;
	margin: 10px auto 0px auto;
	font-size: 12px;
	text-align: left;
	color: black;
}

.ventanaDescD {	/* 2/3 */
	width: 160px;
	margin: 10px auto 0px auto;
	font-size: 12px;
	text-align: left;
	color: black;
}

.ventanaDescCantidad {	/* DESCRIPCION CANTIDADES */
	width: 120px;
	margin: 10px auto 0px auto;
	font-size: 12px;
	text-align: right;
	color: black;
}

.ventanaDatoA {	/* 1/1 */
	width: 260px;
	margin: 0px auto;
}

.ventanaDatoB {	/* 1/2 */
	width: 120px;
	margin: 0px auto;
}

.ventanaDatoC {	/* 1/3 */
	width: 80px;
	margin: 0px auto;
}

.ventanaDatoD {	/* 2/3 */
	width: 160px;
	margin: 0px auto;
}

.ventanaDatoCantidad {	/* DATO CANTIDADES */
	width: 120px;
	margin: 0px auto;
	text-align: right;
}

.ventanaDatoTablaA {	/* ITEM TABLA CONCEPTO */
	width: 100%;
  height: 30px !important;
  max-width: 780px;
  min-width: 200px;
	margin: 0px auto;
}

.ventanaDatoTablaB {	/* ITEM TABLA PRECIO/UNIDADES */
	width: 80px;
  height: 30px !important;
	margin: 0px auto;
  text-align: right;
}

.ventanaDatoTablaC {	/* ITEM TABLA PRECIO/UNIDADES MAS GRANDE */
	width: 120px;
  height: 30px !important;
	margin: 0px auto;
  text-align: right;
}

.ventanaDatoTablaD {	/* ITEM TABLA FECHA */
	width: 120px;
  height: 30px !important;
	margin: 0px auto;
}

.ventanaCheckGrupo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.ventanaCheck {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border: 1px solid #4a4d62;
  cursor: pointer;
}

.ventanaCheckTxt {
  margin-top: 10px;
  font-size: 16px;
  color: black;
  text-align: left;
  cursor: pointer;
}

.ventanaVistaBotones {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 30px 10px 0px 10px;
}

/* TABLA DE VENTANA */
.barraTablaVentana {
  display: none;
  height: 100%;
  max-width: 1000px;
  margin: 0px 20px;
  overflow-y: auto;
}

.tablaVentana {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}

.tablaVentana th {
  top: 0;
  padding: 8px 10px;
  text-align: left;
  border: none !important;
  font-size: 12px;
  text-decoration: underline;
  background-color: white;
  position: sticky;
  cursor: pointer;
}

.tablaVentana td {
  padding: 8px 10px;
  text-align: left;
  border: none !important;
  font-size: 14px;
}

.tablaVentana tr {
  cursor: pointer;
}

.tablaVentana tr:nth-child(even) {
  background-color: white;
}

.tablaVentana tr:nth-child(odd) {
  background-color: #f2f2f2;
}

#ventanaTablaB {
  max-width: 400px;
  margin: 0px auto;
}

.estiloTd40 {
  width: 40px;
  align-items: center !important;
  text-align: center !important;
}

.estiloTd110d {
  width: 110px;
  min-width: 110px;
  text-align: right !important;
}

.estiloTd110i {
  width: 110px;
  min-width: 110px;
  text-align: left !important;
}

.estiloTd120d {
  width: 120px;
  max-width: 120px;
  min-width: 100px;
  text-align: right !important;
}

.estiloTd120i {
  width: 100%;
  max-width: 120px;
  min-width: 100px;
  text-align: left !important;
}

.btnAnadir {
  margin-left: -5px;
  margin-right: -5px;
}

.btnQuitar {
  margin-left: -5px;
  margin-right: -5px;
}

/* VENTANA AMORTIZAR */
#ventanaAmortizar {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  gap: 0px;
  margin: 10px auto;
}

#ventanaAmortizar.visible {
  display: flex;
}

#ventanaAmortizarTotales {
  display: flex;
  flex-direction: column;
  margin: 0px 10px;
}

#ventanaAmortizarTotales p {
	font-size:14px;
  margin: 3px 0;
  line-height: 1.2;
}

/* VENTANA TOTALES */
#ventanaTotales {
  display: none;
  grid-template-columns: auto auto;
  gap: 0px 0px;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

#ventanaTotales img {
  grid-column: 1 / -1;
  justify-self: stretch;
  margin: 5px 0;
}

#ventanaTotales p {
  margin: 0;
  font-size: 14px;
}

#totalesTotalFac {
  font-weight: bold;
}

#ventanaTotales p:nth-child(odd) {
  text-align: right;
}

#ventanaTotales p:nth-child(even) {
  text-align: right;
  font-weight: bold;
}

#ventanaTotales.visible {
  display:grid;
}

#perfilSubirLogo {
  width: 120px;
  height: 60px;
  margin: 0px auto 0px auto;
  object-fit: contain;
  cursor: pointer;
}

#agrariosCanvasFirmar {
	display: flex;
	margin: 30px auto;
  max-width: 600px;
  border: 1px solid black;
}

/* VENTANA FOOTER */
.ventanaFooter {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 20px;
  flex-shrink: 0;
}

.btnFooter {
	display: none;
	cursor: pointer;
}

.btnFooter:hover {
	-ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  VENTANA ALERTA NOTIFICACION
//----------------------------------------------------------------------------------------------------------------------------------*/

.alerta {
  position: fixed;
  top: -200px; /* Oculta la alerta fuera de la pantalla */
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  z-index: 1000;
}

.alerta.exito {
  background-color: #4CAF50; /* Verde para éxito */
  color: white;
}

.alerta.error {
  background-color: #F44336; /* Rojo para error */
  color: white;
}

.alerta.mostrar {
  top: 20px; /* Posición visible */
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  VENTANA TRABAJANDO
//----------------------------------------------------------------------------------------------------------------------------------*/

#trabajandoFondo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9598ad;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 29;
}

#trabajando {
	display: none;
  position: fixed;
	width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
	z-index: 30;
}

#trabajando.visible {
	display: block;
}

.spinner {
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	font-size: 4em;
	height: 1em;
	line-height: 1;
	margin: .5em;
	animation: anim-rotate 2s infinite linear;
	color: #fff;
	text-shadow: 0 0 .25em rgba(255, 255, 255, .3);
}

@font-face {
	font-family: 'icomoon';
	src: url('https://cdnjs.cloudflare.com/ajax/libs/videogular-themes-default/0.7.1/fonts/icomoon.woff') format('woff')
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-spinner:before {
	content: "\e001";
}

@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*----------------------------------------------------------------------------------------------------------------------------------//
//  DROPDOWN
//----------------------------------------------------------------------------------------------------------------------------------*/

#dropdown {
	position:absolute;
	top:0;
	left:0;
	min-width:150px;
	background:#F2F2F2;
	border:1px solid #CCCCCC;
	z-index:1000;
}

#dropdown ul {
	list-style:none;
	margin:0;
	padding:0;
}

#dropdown ul li {
	position:relative;
}

#dropdown ul li a {
	display:block;
	padding:5px 10px;
	clear:both;
	cursor:pointer;
	color:#4A4D62;
	font-size:14px;
	text-decoration:none;
}

#dropdown ul li a:hover, #dropdown ul li a:focus {
	color:#4A4D62;
	background:#9598AD;
	text-decoration:none;
}

#dropdown ul li a:active {
	color:#F2F2F2;
	background:#4A4D62;
}
