#main_logo
{
	width: 300px;
	height: 150px;
}

.logWindow
{
	display:block;
	font-size:small;
	position:fixed;
	top:0px;
	left:30%;
	width:500px;
	height:200px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid lightgray;
	overflow:auto;
}

ul.windowMenu
{
	padding-left:0px;
	font-size:10px;
	list-style-type:none;
	cursor:pointer;
}

li.windowMenu:hover
{
	background-color:#E5EBEE;
}

li.windowMenu
{
	display:inline;
}

div.windowMenu
{
	position:absolute;
}

div.search
{
	position:relative;
	margin-bottom:20px;
}


div.loadingWindow
{
	position:fixed;
	top:0px;
	left:40%;
	background-color:#E5EBEE;
	height:20px;
	width:100px;
	text-align:center;
}

div.popupBkg
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:lightgray;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

div.popupFgd
{
	position:fixed;
	top:0;
	overflow:auto;
	background-color:transparent;
	height: 100vh;
	left: 50%;
    transform: translateX(-50%);
}

#fc {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    align-items: flex-start;
}

/* Estilo personalizado para el scrollbar */
.popupFgd::-webkit-scrollbar {
    width: 10px; /* Ancho del scroll */
}

/* Fondo del scrollbar */
.popupFgd::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color de fondo del track */
    border-radius: 10px; /* Bordes redondeados */
}

/* Estilo del pulgar del scrollbar */
.popupFgd::-webkit-scrollbar-thumb {
    background: #8CACC1; /* Color del pulgar del scroll */
    border-radius: 10px; /* Bordes redondeados del pulgar */
    border: 2px solid #f1f1f1; /* Espacio alrededor del pulgar */
}

/* Estilo del pulgar al pasar el mouse */
.popupFgd::-webkit-scrollbar-thumb:hover {
    background: #6d8ca1; /* Color al pasar el mouse */
}

/* Estilos para Firefox */
.popupFgd {
    scrollbar-width: thin; /* Grosor del scrollbar */
    scrollbar-color: #8CACC1 #f1f1f1; /* Color del pulgar y del fondo */
}

body
{
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}

div.header
{
	width:99.9%;
}

div.menu
{
	border:none;
	margin-top:10px;
	margin-right:10px;
	float:left;
	width:150px;
	position:relative;
	z-index:0;
	white-space:nowrap;
	overflow:hidden;
}

div.menuText
{
	float:left;
	white-space:hidden;
	overflow:hidden;
	width:130px;
}

div.toggler
{
	cursor:pointer;
	float:right;
	width:20px;
	font-size:10px;
}

div.menuTitle 
{
	background-color:#E5EBEE;
	height:19px;
	border-bottom:1px solid gray;
}

div.Vsubmenu
{
	display:block;
	padding-left:5px;
}

div.Hsubmenu
{
	display:none;
	padding-left:5px;
}

div.menuIcon
{
	border:none;
	float:left;
	margin-right:2px;
}

div.menuElement
{	
	cursor:pointer;
	background-color:transparent;
	border:none;
	height:20px;	
}

div.activeMenuElement
{
	background-color:lightblue;
	border:none;
	height:20px;
}

div.menuElement:hover
{
	cursor:pointer;
}

div.mainWindow
{
	border:none;
	border:2px solid lightblue;
	right:10px;
	margin-top:10px;
	overflow:auto;
}

div.tabs
{
	height:20px;
	border-bottom:1px solid lightblue;
	background-color:#E5EBEE;
}

img.menuIcon
{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3px;
}

img.menuImg
{
	height:100%;
	width:100%;
}

p.sessionInfo
{
	position:absolute;
	top:-10px;
	font-size:small;
	right:10px;
}

div.content
{
	padding-left:40px;
	padding-right:40px;
}

div.windowDiv
{
	position:absolute;
	width:344px;
}

div.windowDiv div.toolbar
{
	position:relative;
	width:100%;
	height:20px;
	border:1px solid #8CACC1;
	background:#8CACC1;
}

div.windowDiv div.toolbar div.kbmcloseBtn
{
	position:relative;
	float:right;
	width:20px;
	height:20px;
	margin:0px;
	top:0px;
	right:0px;
	background-image:url(../imgs/closeBtn.jpg);
}

div.windowDiv div.toolbar div.kbmcloseBtn:hover
{
	cursor:pointer;
	margin-top:1px;
	margin-right:1px;
}

div.windowDiv div.contents
{
	position:relative;
	width:100%;
	background:white;
	border:1px solid #8CACC1;
	overflow:auto;
}

div.windowDiv div.contents table.imgTable
{
	width:100%;
}

div.windowDiv div.contents table.imgTable td
{
	text-align:center;
	width:64px;
	height:64px;
}

div.windowDiv div.contents table.imgTable td:hover
{
	background-color:#E5EBEE;
	cursor:pointer;
}

div.windowDiv div.resizer
{
	position:relative;
	width:10px;
	height:10px;
	top:100%;
	left:100%;
	margin-top:-10px;
	margin-left:-10px;
	background:green;
	cursor:se-resize;
}
