.spinner {
  background: #EFEFEF url('../img/gears.gif') no-repeat center center;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0.7;
  position: absolute;
  z-index: 2;
  top: 0;
}
.show-grid {
	padding: 15px;
}
.boton-salir {
  margin: 5px 0 0 10px;
}
.tabsdemoDynamicHeight md-content {
  background-color: transparent !important; }
  .tabsdemoDynamicHeight md-content md-tabs {
    background: #f6f6f6;
    border: 1px solid #e1e1e1; }
    .tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
      background: white; }
  .tabsdemoDynamicHeight md-content h1:first-child {
    margin-top: 0; }