@CHARSET "ISO-8859-1";
html,body,#fullheight{
      margin:0;
      padding:0;
      height:100%;
   }
.infoError{
	font-family:Trebuchet MS;
	font-size:12px;
	color:#ae0000;
}
#fullheight{height:100%;border:1px solid}
.infoExito{
	font-family:Trebuchet MS;
	font-size:12px;
	color:#3C3C3C;
}

.imagenLogin{
	background:url(../images/lock.png);
}

.bienvenida_detalle{
	font-family:Trebuchet MS;
	color:#3c3c3c;
	font-size:12px;
	font-weight:bold;
}
.fondoMenuNavegacion{
	background-color:#c7d5e7;
}

.iconoTecno{
	background:url(../images/round.ico);
}
#prueba{
	position:absolute;
	width:100%;
	background-color:#c7d5e7;
	text-align:right;
	vertical-align:bottom;
}

.menu_tree{
	font-weight:bold;
	color:3C3C3C;
	font-size:13px;
	font-family:Trebuchet MS;
}

.menu_tree_expanded{
	font-weight:bold;
	color:3C3C3C;
	font-size:12px;
	font-family:Trebuchet MS;
}
.file{
	font-family:Trebuchet MS;
	font-size:12px;
	color:#3c3c3c;
	border:1px solid #DDDDDD;
}

/*
	Menu asynctreenode
*/

.empresa_icono{
	background:url(../images/iconos/fondo/empresa.jpg);
}
.perfil_icono{
	background:url(../images/iconos/fondo/perfiles.jpg);
}
.estado_icono{
	background:url(../images/iconos/fondo/estados.jpg);
}
.prioridad_icono{
	background:url(../images/iconos/fondo/prioridades.jpg);
}
.cambiar_clave_icono{
	background:url(../images/iconos/fondo/clave.jpg);
}
.correctivo_icono{
	background:url(../images/iconos/fondo/correctivo.jpg);
}
.preventivo_icono{
	background:url(../images/iconos/fondo/preventivo.jpg);
}
.conocimiento_icono{
	background:url(../images/iconos/fondo/conocimientos.jpg);
}
.desconectar_icono{
	background:url(../images/iconos/fondo/salir.jpg);
}
.maquina_icono{
	background:url(../images/iconos/fondo/maquinas.jpg);
}
.usuario_icono{
	background:url(../images/iconos/fondo/usuarios.jpg);
}
#firmaCreador{
	padding-top:5px;
	padding-bottom:5px;
	width:350px;
	text-align:right;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#000;
	position:absolute;
}
#firmaCreador a,#firmaCreador a:link,#firmaCreador a:visited{
	text-decoration:none;
	color:#15428b;
	font-family:Trebuchet MS;
	font-weight:bold;
}
#firmaCreador a:hover{
	text-decoration:underline;
	color:#15428b;
	font-family:Trebuchet MS;
	font-weight:bold;
}

.btnTbar .x-btn-text{
 	color:#ae0000;
 	font-size:12px;
 	padding:0px;
	font-family:Trebuchet MS;
 }
 .ayuda_icono{
	background:url(../images/iconos/help.ico);
 }