html { height: 100%; width: 100%; margin: 0; } 
body {
	//height: 97.85%;
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size: 80%;
}

nav #login-content {
  display: none;
  position: absolute;
  top: 50px;
  //left: 5;
  right: 0;
  z-index: 999;
      
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #3091be, #eee);
  background-image: -moz-linear-gradient(top, #3091be, #eee);
  background-image: -ms-linear-gradient(top, #3091be, #eee);
  background-image: -o-linear-gradient(top, #3091be, #eee);
  background-image: linear-gradient(top, #3091be, #eee); 
  padding: 15px;
  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}
nav #login-menu {
  width: auto; //125px;
  position: relative;
  align: right;
  right: 0;

  //float:right;
}

#menuBox {
  position: relative;
  left: 0;
  //float:left;
}

#contenido {
    heigth: 100%; 
    width: 100%
}

.w100 {
    width: 100%;
    height: 100%;
    margin:0;
}

.h100 {
    height: 100%;
}

.h93 {
    height: 75%;
}

#tabs { margin-top: 1em; }
#tabs li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; padding:0; }
#add_tab { cursor: pointer; }
.ui-tab-content, .ui-tabs-panel {overflow: auto; padding:0; }
  
