@font-face {
  font-family: 'icons';
  src: url('../fuentes/icons/fa.eot?v=3.0.1');
  src: url('../fuentes/icons/fa.ttf?v=3.0.1') format("truetype"), url('../fuentes/icons/fa.eot?#iefix&v=3.0.1') format("embedded-opentype"), url('../fuentes/icons/fa.svg#') format("svg"), url('../fuentes/icons/fa.woff?v=3.0.1') format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url('../fuentes/noto_sans/noto_sans_400.ttf') format("truetype");
  src: url('../fuentes/noto_sans/noto_sans_400.eot');
  src: local("Noto Sans"), local("NotoSans"), url('../fuentes/noto_sans/noto_sans_400.eot') format("embedded-opentype"), url('../fuentes/noto_sans/noto_sans_400.woff') format("woff");
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url('../fuentes/noto_sans/noto_sans_700.ttf') format("truetype");
  src: url('../fuentes/noto_sans/noto_sans_700.eot');
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url('../fuentes/noto_sans/noto_sans_700.eot') format("embedded-opentype"), url('../fuentes/noto_sans/noto_sans_700.woff') format("woff");
}

/* line 2, ../../../../../../../AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.example table th {
  background-color: white;
}
/* line 4, ../../../../../../../AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.example table th.even, .example table th:nth-child(2n) {
  background-color: #dddddd;
}
/* line 8, ../../../../../../../AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.example table tr.odd td, .example table tr:nth-child(2n+1) td {
  background-color: #98c67a;
}
/* line 10, ../../../../../../../AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.example table tr.odd td.even, .example table tr.odd td:nth-child(2n), .example table tr:nth-child(2n+1) td.even, .example table tr:nth-child(2n+1) td:nth-child(2n) {
  background-color: #76a458;
}
/* line 14, ../../../../../../../AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.example table tr.even td {
  background-color: #7a98c6;
}
/* line 16, ../../../../../../../AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.example table tr.even td.even, .example table tr.even td:nth-child(2n) {
  background-color: #5876a4;
}
/* line 19, ../../../../../../../AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.example table tfoot th, .example table tfoot td {
  background-color: white;
}
/* line 21, ../../../../../../../AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.example table tfoot th.even, .example table tfoot th:nth-child(2n), .example table tfoot td.even, .example table tfoot td:nth-child(2n) {
  background-color: #dddddd;
}
/* line 34, ../../../../sass/base/_mixin.scss */
.example tr:nth-child(even) {
  background: #EBEBEB;
  color: #7D7D7D;
}
/* line 35, ../../../../sass/base/_mixin.scss */
.example tr:nth-child(odd) {
  background: #777777;
  color: #7D7D7D;
}

/* line 181, ../../../../sass/base/_mixin.scss */
.grillaBusqueda, .grillaResultado {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: .5em;
  position: relative;
  font: 100% "icons", "Noto Sans";
  overflow: hidden;
  *zoom: 1;
}
/* line 189, ../../../../sass/base/_mixin.scss */
.grillaBusqueda th, .grillaResultado th {
  padding: 0.1em 0.3em;
}
/* line 192, ../../../../sass/base/_mixin.scss */
.grillaBusqueda table, .grillaResultado table {
  margin: 0 auto;
}
/* line 194, ../../../../sass/base/_mixin.scss */
.grillaBusqueda table td, .grillaBusqueda table th, .grillaResultado table td, .grillaResultado table th {
  padding: 0.1em 0.3em;
}
/* line 198, ../../../../sass/base/_mixin.scss */
.grillaBusqueda table td label, .grillaResultado table td label {
  font-size: .80em;
}

/* line 206, ../../../../sass/base/_mixin.scss */
table.gridView {
  margin: 0 auto;
}
/* line 209, ../../../../sass/base/_mixin.scss */
table.gridView tr:hover td {
  background: #EDEDED;
}
/* line 212, ../../../../sass/base/_mixin.scss */
table.gridView tr.paginador:hover {
  background: none;
}
/* line 216, ../../../../sass/base/_mixin.scss */
table.gridView th {
  border: 0em;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42a413', endColorstr='#295c0d');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #42a413), color-stop(100%, #295c0d));
  background: -webkit-linear-gradient(#42a413, #295c0d);
  background: -moz-linear-gradient(#42a413, #295c0d);
  background: -o-linear-gradient(#42a413, #295c0d);
  -pie-background: linear-gradient(#42a413, #295c0d);
  background: linear-gradient(#42a413, #295c0d);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyYTQxMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5NWMwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #42a413), color-stop(100%, #295c0d));
  background: -webkit-linear-gradient(#42a413, #295c0d);
  background: -moz-linear-gradient(#42a413, #295c0d);
  background: -o-linear-gradient(#42a413, #295c0d);
  -pie-background: linear-gradient(#42a413, #295c0d);
  background: linear-gradient(#42a413, #295c0d);
  color: white;
  text-shadow: rgba(255, 192, 203, 0.9) 1px 1px 2px;
  padding: .5em .5em;
  text-align: center;
}
/* line 224, ../../../../sass/base/_mixin.scss */
table.gridView td {
  padding: .2em 0.2em;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
  font-size: .8em;
  background: #f8f8f8;
}
/* line 230, ../../../../sass/base/_mixin.scss */
table.gridView td[valign="top"] {
  vertical-align: top !important;
}
/* line 234, ../../../../sass/base/_mixin.scss */
table.gridView td.tdScroll > div {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: table;
  *display: block;
  float: left;
  width: 100%;
}
/* line 245, ../../../../sass/base/_mixin.scss */
table.gridView td span input[type*="submit"] {
  font: 1em "icons" !important;
}
/* line 247, ../../../../sass/base/_mixin.scss */
table.gridView td span input[type*="submit"].eliminar, table.gridView td span input[type*="submit"].cancel, table.gridView td span input[type*="submit"].editar, table.gridView td span input[type*="submit"].nuevo, table.gridView td span input[type*="submit"].update, table.gridView td span input[type*="submit"].inactivar {
  height: 1.5em;
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 0.05em 0.1em 0.1em 0.13em;
  *padding-top: 0.1em;
  width: 1.5em;
  background: #ededed;
  border: none;
  *border: 1px solid #d4d4d4;
}
/* line 259, ../../../../sass/base/_mixin.scss */
table.gridView td span input[type*="submit"].eliminar, table.gridView td span input[type*="submit"].cancel {
  background: #eb3d39;
  color: #fffeee;
}
/* line 260, ../../../../sass/base/_mixin.scss */
table.gridView td span input[type*="submit"].update, table.gridView td span input[type*="submit"].inactivar {
  background: #fb9e03;
  padding-left: .1em;
  color: #fffeee;
}
/* line 261, ../../../../sass/base/_mixin.scss */
table.gridView td span input[type*="submit"].editar {
  background: #3480fe;
  color: #fffeee;
}
/* line 262, ../../../../sass/base/_mixin.scss */
table.gridView td span input[type*="submit"].nuevo {
  background: #08b11a;
  color: #fffeee;
}

/* line 2, ../../../../sass/paginas/webForm.scss */
#entrenaApolo {
  width: 100%;
  height: 20px;
  background-size: 200px 40px;
  right: 0;
  padding: .2em;
  background-color: #FFFFC0;
  width: 99.12%;
  min-width: 960px;
}
/* line 11, ../../../../sass/paginas/webForm.scss */
#entrenaApolo span {
  font: 600 0.9em "icons", "Noto Sans";
  padding-left: .5em;
}
/* line 14, ../../../../sass/paginas/webForm.scss */
#entrenaApolo span#advertencia {
  color: Red;
}
/* line 18, ../../../../sass/paginas/webForm.scss */
#entrenaApolo #mensajeAlerta {
  font: 600 0.9em "Noto Sans";
  position: absolute;
  width: 97.5%;
}

/* line 25, ../../../../sass/paginas/webForm.scss */
.gubernamentalLogoIndap {
  background-size: 85px 80px;
  float: right;
  height: 80px;
  width: 85px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='~/App_Themes/ApoloV2/stylesheets/imagenes/logo_indap100x90.png',sizingMethod='scale');
  *-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='~/App_Themes/ApoloV2/stylesheets/imagenes/logo_indap100x90.png',sizingMethod='scale')";
  background: url("../imagenes/logo_indap100x90.png") no-repeat;
  *margin: -3.35em 1.4em 0em 0em;
  z-index: 1;
  position: relative;
}

@keyframes AzulNaranjo {
  /* line 40, ../../../../sass/paginas/webForm.scss */
  from {
    background: #4d90fe;
  }

  /* line 43, ../../../../sass/paginas/webForm.scss */
  to {
    background: #e15616;
    color: black;
  }
}

@-webkit-keyframes AzulNaranjo {
  /* line 51, ../../../../sass/paginas/webForm.scss */
  from {
    background: #4d90fe;
  }

  /* line 54, ../../../../sass/paginas/webForm.scss */
  to {
    background: #e15616;
    color: black;
  }
}

/* line 60, ../../../../sass/paginas/webForm.scss */
#divManuales, #divBugs {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: 900 1.5em/1.4em "icons", "Noto Sans";
  text-align: center;
  color: white;
  width: 1.2em;
  height: 1.3em;
  -webkit-border-radius: 0 0 0.3em 0.3em;
  -moz-border-radius: 0 0 0.3em 0.3em;
  -ms-border-radius: 0 0 0.3em 0.3em;
  -o-border-radius: 0 0 0.3em 0.3em;
  border-radius: 0 0 0.3em 0.3em;
  position: relative;
  float: right;
  margin: -2px .38em 0em 0em;
  right: 1px;
  cursor: pointer;
  -webkit-box-shadow: black 1px 1px 5px;
  -moz-box-shadow: black 1px 1px 5px;
  box-shadow: black 1px 1px 5px;
}
/* line 74, ../../../../sass/paginas/webForm.scss */
#divManuales:active, #divBugs:active {
  -webkit-box-shadow: black 0px 0px 5px inset;
  -moz-box-shadow: black 0px 0px 5px inset;
  box-shadow: black 0px 0px 5px inset;
}

/* line 79, ../../../../sass/paginas/webForm.scss */
#divManuales {
  background: #4d90fe;
  clear: right;
}

/* line 84, ../../../../sass/paginas/webForm.scss */
#divBugs {
  background: #eb3d39;
  clear: none;
}

@media only screen and (max-width: 975px) {
  /* line 90, ../../../../sass/paginas/webForm.scss */
  .divManuales {
    float: right;
    clear: right;
    position: relative;
    margin-top: -.12em;
  }
}
/* line 98, ../../../../sass/paginas/webForm.scss */
#iframeManual {
  width: 20em;
  height: 20em;
  background: white;
}
