html { height:100%; }  

body {
    height: 100%;
    margin: 0;
    font-family: helvetica, sans-serif;
    -webkit-text-size-adjust: none;
   }

body {
    -webkit-background-size: 100% 21px;
    background-color: #c5ccd3;
    background-image:
    -webkit-gradient(linear, left top, right top,
    color-stop(.75, transparent),
    color-stop(.75, rgba(255,255,255,.1)) );
    -webkit-background-size: 7px;
   }

.view {
    min-height: 100%;
    overflow: auto;
   }

.header-wrapper {
    height: 44px;
    font-weight: bold;
    text-shadow: rgba(0,0,0,0.7) 0 -1px 0;
    border-top: solid 1px rgba(255,255,255,0.6);
    border-bottom: solid 1px rgba(0,0,0,0.6);
    color: #fff;
    background-color: #8195af;
    background-image:
    -webkit-gradient(linear, left top, left bottom,
    from(rgba(255,255,255,.4)),
    to(rgba(255,255,255,.05)) ),
    -webkit-gradient(linear, left top, left bottom,
    from(transparent),
    to(rgba(0,0,64,.1)) );
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    -webkit-background-size: 100% 21px, 100% 22px;
    -webkit-box-sizing: border-box;
   }

.header-wrapper h1 {
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    margin: 0;
   }

.header-wrapper h2 {
    text-align: left;
    font-size: 14px;
    line-height: 44px;
    margin: 0;
   }

.group-wrapper {
    margin: 9px;
    }

.group-wrapper h2 {
    color: #4c566c;
    font-size: 17px;
    line-height: 0.8;
    font-weight: bold;
    text-shadow: #fff 0 1px 0;
    margin: 20px 10px 12px;
   }

.group-wrapper h3 {
    color: #4c566c;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-shadow: #fff 0 1px 0;
    margin: 20px 10px 12px;
   }

.group-wrapper h4 {  <!--//Text for description-->
    color: #212121;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-shadow: #aaa 1px 1px 3px;
    margin: 5px 5px 5px;
   }
 
.group-wrapper table {
    background-color: #fdfdfd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 5px;
    border: solid 1px #a9abae;
    padding: 6px 6px 6px 6px;
    margin-left:auto;
    margin-right:auto;
    -moz-transform :scale(1); <!--//Code for Mozilla Firefox-->
    -moz-transform-origin: 0 0;
   }
 
.group-wrapper tr {
    border: 0px;
   }
 
.transpa {
    background-color: transparent;
    border: 0;
    font-size: 15px;
    padding: 0px;
	text-align: center;
	vertical-align: center;
    margin-left:auto;
    margin-right:auto;
   }

.led-green {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #abff00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89ff00 0 2px 12px;
}

.led-red {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #f00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
}

.led-blue {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #24e0ff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3f8cff 0 2px 14px;
}

#container {
	min-width: 320px;
	height: 400px;
	margin: 0 auto;
}

.button1 {
  border: 2px solid #555555;
  border-radius: 4px;
  color: #555555;
  background-color: white;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 2px 1px;
  transition-duration: 0.2s;
  cursor: pointer;
}

.button1:hover {
  background-color: #008CBA;
  color: white;
}

.button2 {
  border: 1px solid #000000;
  border-radius: 3px;
  color: #000000;
  background-color: #CCCCCC;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 2px 1px;
  transition-duration: 0.1s;
  cursor: pointer;
}

.button2:hover {
  background-color: #DDDDDD;
}

.botongraf {
  height: 35px;
  width: 35px; 
  border: 0;
  background-image: url(iconos/grafica.png);
  background-size: cover;
  padding: 0px;
  transition-duration: 0.3s;
  cursor: pointer;
}

.botongraf:hover {
  background-image:url(iconos/graficahover.png);
}

.botontabla {
  height: 35px;
  width: 35px; 
  border: 0;
  background-image: url(iconos/tabla.png);
  background-size: cover;
  padding: 0px;
  transition-duration: 0.3s;
  cursor: pointer;
}

.botontabla:hover {
  background-image:url(iconos/tablahover.png);
}