/* line 6, ../scss/parallax.scss */
body, html {
  width: 100%;
  height: 100%;
  background-color: #ff0;
  background-image: url("../images/fondo_cima.jpg");
  background-size: 1814px 1083px;
  background-position: top center;
  background-repeat: no-repeat;
}

/* line 15, ../scss/parallax.scss */
#formacion, #gestion, #equipo, #contacto, #anim_ini, #menu {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 50%;
  background-color: #e0e;
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

/* line 31, ../scss/parallax.scss */
#formacion {
  z-index: 200;
  width: 90%;
}
/* line 34, ../scss/parallax.scss */
#formacion #grafico {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 12em;
  background-color: transparent;
  height: 12em;
}
/* line 44, ../scss/parallax.scss */
#formacion #grafico #grafico-fin {
  background-color: transparent;
  position: absolute;
  width: 7.2em;
  height: 50%;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-image: url("../images/formacion/financieros.png");
  background-position: top left;
  overflow: visible;
}
/* line 56, ../scss/parallax.scss */
#formacion #grafico #grafico-com {
  background-color: transparent;
  position: absolute;
  width: 50%;
  height: 7.2em;
  right: 0;
  top: 0;
  background-size: 100% 100%;
  background-image: url("../images/formacion/comerciales.png");
  background-position: top right;
  overflow: visible;
}
/* line 68, ../scss/parallax.scss */
#formacion #grafico #grafico-form {
  background-color: transparent;
  position: absolute;
  width: 50%;
  height: 7.2em;
  left: 0;
  bottom: 0;
  background-size: 100% 100%;
  background-image: url("../images/formacion/cambio.png");
  background-position: left bottom;
  overflow: visible;
}
/* line 80, ../scss/parallax.scss */
#formacion #grafico #grafico-prof {
  background-color: transparent;
  position: absolute;
  width: 7.2em;
  height: 50%;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  background-image: url("../images/formacion/profesionales.png");
  background-position: right bottom;
  overflow: visible;
}

/* line 95, ../scss/parallax.scss */
#gestion {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 300;
  width: 80%;
}

/* line 100, ../scss/parallax.scss */
#equipo {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 400;
  width: 70%;
}

/* line 105, ../scss/parallax.scss */
#contacto {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 500;
  width: 60%;
}

/* line 110, ../scss/parallax.scss */
#anim_ini {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 600;
  width: 50%;
}

/* line 115, ../scss/parallax.scss */
#menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1000;
  width: 40%;
}
