@charset "UTF-8";
/* ------- -RESETEO ------ */
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-size: 62.5%;
  height: 100%;
  background: #AACC63;
  font-family: 'raleway';
}

.clear {
  clear: both;
}

/********* ------ INTRO ---------------   *****/
.intro {
  background: #AACC63;
  min-height: 100%;
}
.intro #logo {
  width: 380px;
  height: 230px;
  background: url(../images/logo_bosni.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -190px;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
}
.intro .logosalida {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}

#datos {
  position: absolute;
  z-index: 9998;
  top: 10px;
  right: 40px;
  width: 102px;
  height: 102px;
}
#datos #icodatos {
  cursor: pointer;
}
#datos img {
  width: auto;
  height: 101px;
  display: block;
  margin: 0 auto;
}
#datos h3 {
  text-align: center;
  font-family: 'opensans';
  color: #3c8b3a;
  font-weight: 900;
  font-size: 1.6em;
  margin-bottom: .4em;
}
#datos h4 {
  text-align: center;
  font-family: 'opensans';
  color: #1D431C;
  font-weight: 900;
  font-size: 1.4em;
  line-height: 1.1em;
}

.cont_opciones {
  display: none;
  width: 100%;
  height: 100%;
  background: #AACC63 url(../images/fondo_vegetaverde.svg) no-repeat center bottom;
  background-size: 100% auto;
  margin: 0 auto;
  padding-top: 6em;
}
.cont_opciones h2 {
  font-family: 'opensans';
  color: #1D431C;
  font-weight: 900;
  font-size: 3.2em;
  text-align: center;
}
.cont_opciones ul {
  list-style: none;
  width: 900px;
  height: 300px;
  margin: 6em auto;
}
.cont_opciones ul li {
  width: 250px;
  height: 300px;
  float: left;
  display: none;
  margin-right: 50px;
}
.cont_opciones ul li a {
  display: block;
  width: 250px;
  height: 300px;
  padding-top: 270px;
  text-align: center;
  text-decoration: none;
  font-family: 'opensans';
  color: #3c8b3a;
  font-weight: 900;
  font-size: 2.4em;
  text-shadow: 0 0 0 #d4e5b0;
  transition: text-shadow 1s;
  -webkit-transition: text-shadow 1s;
  -moz-transition: text-shadow 1s;
}
.cont_opciones ul li a:hover {
  text-shadow: 0px 0px 20px #d4e5b0;
}
.cont_opciones ul li:last-child {
  margin-right: 0;
}
.cont_opciones ul li:nth-child(1) a {
  background: url(../images/opc_ninonina.svg) no-repeat;
}
.cont_opciones ul li:nth-child(2) {
  animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
}
.cont_opciones ul li:nth-child(2) a {
  background: url(../images/opc_grupo.svg) no-repeat;
}
.cont_opciones ul li:nth-child(3) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}
.cont_opciones ul li:nth-child(3) a {
  background: url(../images/opc_docente.svg) no-repeat;
}
.cont_opciones .eleccion1 {
  display: none;
  padding-top: 12em;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}
.cont_opciones .eleccion1 .uno_nombre {
  display: none;
  width: 600px;
  margin: 0 auto;
}
.cont_opciones .eleccion1 .uno_nombre h2 {
  font-family: 'opensans';
  color: #1D431C;
  font-weight: 900;
  font-size: 3.2em;
  text-align: center;
}
.cont_opciones .eleccion1 .uno_nombre input {
  display: block;
  margin: 2em 0;
  width: 100%;
  padding: 20px;
  border: 5px solid #1D431C;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-family: 'raleway';
  color: #fff;
  font-weight: 400;
  font-size: 3.2em;
  color: #333;
  text-align: center;
}
.cont_opciones .eleccion1 .uno_nombre button {
  text-align: center;
  display: block;
  width: 220px;
  margin: 0 auto;
  background: #FF3E35;
  padding: 10px 20px;
  border: 0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-family: 'opensans';
  color: #fff;
  font-weight: 900;
  font-size: 2.5em;
  outline: none;
  cursor: pointer;
  box-shadow: 0 0 0 #680500;
  -webkit-box-shadow: 0 0 0 #680500;
  -moz-box-shadow: 0 0 0 #680500;
  transition: box-shadow 300ms;
  -moz-transition: -moz-box-shadow 300ms;
  -webkit-transition: -webkit-box-shadow 300ms;
}
.cont_opciones .eleccion1 .uno_nombre button:hover {
  box-shadow: 0 6px 0 #680500;
  -webkit-box-shadow: 0 6px 0 #680500;
  -moz-box-shadow: 0 6px 0 #680500;
}
.cont_opciones .eleccion1 .uno_genero {
  display: none;
  width: 600px;
  margin: 0 auto;
}
.cont_opciones .eleccion1 .uno_genero h2 {
  font-family: 'opensans';
  color: #1D431C;
  font-weight: 900;
  font-size: 3.2em;
  text-align: center;
}
.cont_opciones .eleccion1 .uno_genero ul {
  list-style: none;
}
.cont_opciones .eleccion1 .uno_genero ul li {
  float: left;
  width: 250px;
  height: 300px;
}
.cont_opciones .eleccion1 .uno_genero ul li button {
  display: block;
  width: 250px;
  height: 300px;
  padding-top: 270px;
  text-align: center;
  text-decoration: none;
  font-family: 'opensans';
  color: #3c8b3a;
  font-weight: 900;
  font-size: 2.4em;
  text-shadow: 0 0 0 #d4e5b0;
  transition: text-shadow 1s;
  -webkit-transition: text-shadow 1s;
  -moz-transition: text-shadow 1s;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.cont_opciones .eleccion1 .uno_genero ul li button:hover {
  text-shadow: 0px 0px 20px #d4e5b0;
}
.cont_opciones .eleccion1 .uno_genero ul li:nth-child(1) {
  margin-right: 100px;
}
.cont_opciones .eleccion1 .uno_genero ul li:nth-child(1) button {
  background: transparent url(../images/genero1.svg) no-repeat;
}
.cont_opciones .eleccion1 .uno_genero ul li:nth-child(2) button {
  background: transparent url(../images/genero2.svg) no-repeat;
}
.cont_opciones .eleccion1 .uno_bienvenido {
  display: none;
  width: 600px;
  margin: 0 auto;
}
.cont_opciones .eleccion1 .uno_bienvenido h2 {
  font-family: 'opensans';
  color: #1D431C;
  font-weight: 900;
  font-size: 3.2em;
  text-align: center;
  margin-bottom: 1em;
}
.cont_opciones .eleccion1 .uno_bienvenido h3 {
  font-family: 'raleway';
  color: #333;
  font-weight: 400;
  font-size: 5.7em;
  text-align: center;
  margin-bottom: 2em;
}
.cont_opciones .eleccion1 .uno_bienvenido button {
  text-align: center;
  display: block;
  width: 220px;
  margin: 0 auto;
  background: #FF3E35;
  padding: 10px 20px;
  border: 0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-family: 'opensans';
  color: #fff;
  font-weight: 900;
  font-size: 2.5em;
  outline: none;
  cursor: pointer;
  box-shadow: 0 0 0 #680500;
  -webkit-box-shadow: 0 0 0 #680500;
  -moz-box-shadow: 0 0 0 #680500;
  transition: box-shadow 300ms;
  -moz-transition: -moz-box-shadow 300ms;
  -webkit-transition: -webkit-box-shadow 300ms;
}
.cont_opciones .eleccion1 .uno_bienvenido button:hover {
  box-shadow: 0 6px 0 #680500;
  -webkit-box-shadow: 0 6px 0 #680500;
  -moz-box-shadow: 0 6px 0 #680500;
}
.cont_opciones .eleccion2 {
  display: none;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}
.cont_opciones .eleccion2 .dos_nombre {
  display: none;
  height: 100%;
  width: 600px;
  margin: 0 auto;
}
.cont_opciones .eleccion2 .dos_nombre h2 {
  font-family: 'opensans';
  color: #9d8026;
  font-weight: 900;
  font-size: 3.2em;
  text-align: center;
}
.cont_opciones .eleccion2 .dos_nombre input {
  display: block;
  margin: 2em 0;
  width: 100%;
  padding: 20px;
  border: 5px solid #4B3D12;
  background: #d6b653;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-family: 'raleway';
  color: #fff;
  font-weight: 400;
  font-size: 3.2em;
  color: #333;
  text-align: center;
  outline: none;
}
.cont_opciones .eleccion2 .dos_nombre button {
  text-align: center;
  display: block;
  width: 220px;
  margin: 0 auto;
  background: #FF3E35;
  padding: 10px 20px;
  border: 0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-family: 'opensans';
  color: #fff;
  font-weight: 900;
  font-size: 2.5em;
  outline: none;
  cursor: pointer;
  box-shadow: 0 0 0 #680500;
  -webkit-box-shadow: 0 0 0 #680500;
  -moz-box-shadow: 0 0 0 #680500;
  transition: box-shadow 300ms;
  -moz-transition: -moz-box-shadow 300ms;
  -webkit-transition: -webkit-box-shadow 300ms;
}
.cont_opciones .eleccion2 .dos_nombre button:hover {
  box-shadow: 0 6px 0 #680500;
  -webkit-box-shadow: 0 6px 0 #680500;
  -moz-box-shadow: 0 6px 0 #680500;
}
.cont_opciones .eleccion2 .dos_bienvenido {
  display: none;
  height: 100%;
  width: 600px;
  margin: 0 auto;
}
.cont_opciones .eleccion2 .dos_bienvenido h2 {
  font-family: 'opensans';
  color: #4B3D12;
  font-weight: 900;
  font-size: 3.2em;
  text-align: center;
  margin-bottom: 1em;
}
.cont_opciones .eleccion2 .dos_bienvenido h3 {
  font-family: 'raleway';
  color: #333;
  font-weight: 400;
  font-size: 5.7em;
  text-align: center;
  margin-bottom: 2em;
}
.cont_opciones .eleccion2 .dos_bienvenido button {
  text-align: center;
  display: block;
  width: 220px;
  margin: 0 auto;
  background: #FF3E35;
  padding: 10px 20px;
  border: 0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-family: 'opensans';
  color: #fff;
  font-weight: 900;
  font-size: 2.5em;
  outline: none;
  cursor: pointer;
  box-shadow: 0 0 0 #680500;
  -webkit-box-shadow: 0 0 0 #680500;
  -moz-box-shadow: 0 0 0 #680500;
  transition: box-shadow 300ms;
  -moz-transition: -moz-box-shadow 300ms;
  -webkit-transition: -webkit-box-shadow 300ms;
}
.cont_opciones .eleccion2 .dos_bienvenido button:hover {
  box-shadow: 0 6px 0 #680500;
  -webkit-box-shadow: 0 6px 0 #680500;
  -moz-box-shadow: 0 6px 0 #680500;
}

.cont_ajax {
  height: 100%;
  width: 100%;
  display: none;
}

#view-fullscreen {
  cursor: pointer;
  position: absolute;
  bottom: 120px;
  right: 20px;
  display: block;
  width: 80px;
  height: 80px;
  border: 0;
  background: url(../images/btn_fullscreen.png);
  text-indent: -9999px;
  outline: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  transition: all 500ms;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  z-index: 9999;
}

#view-fullscreen:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

#cancel-fullscreen {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 80px;
  height: 80px;
  border: 0;
  background: url(../images/btn_normal.png);
  text-indent: -9999px;
  outline: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  transition: all 500ms;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  z-index: 9999;
}

#cancel-fullscreen:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/********* ------ MENU ---------------   *****/
#menu {
  height: 100%;
  padding-top: 2em;
  background-color: #fee9a3;
  background-image: url(../images/fondo_vegetaverde.svg), url(../images/bg2.gif);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, 0;
  background-size: 100% auto, auto;
}
#menu .cont_menu {
  width: 960px;
  margin: 0 auto;
}
#menu .cont_menu h2 {
  width: 186px;
  height: 111px;
  background: url(../images/logo_bosni.png);
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 4em auto;
}
#menu .cont_menu ul {
  list-style: none;
}
#menu .cont_menu ul li {
  width: 300px;
  height: 240px;
  float: left;
}
#menu .cont_menu ul li button {
  display: block;
  width: 300px;
  height: 260px;
  border: 0;
  cursor: pointer;
  outline: none;
  animation-duration: 200ms;
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
}
#menu .cont_menu ul li button#bt_recursos {
  background: url(../images/itemsmenu-01.svg) no-repeat;
  text-indent: -9999px;
}
#menu .cont_menu ul li button#bt_especies {
  background: url(../images/itemsmenu-02.svg) no-repeat;
  text-indent: -9999px;
}
#menu .cont_menu ul li button#bt_documentos {
  background: url(../images/itemsmenu-03.svg) no-repeat;
  text-indent: -9999px;
}
#menu .cont_menu ul li button#bt_juegos {
  background: url(../images/itemsmenu-04.svg) no-repeat;
  text-indent: -9999px;
}
#menu .cont_menu ul li button#bt_recorriendo {
  background: url(../images/itemsmenu-05.svg) no-repeat;
  text-indent: -9999px;
}
#menu .cont_menu ul li:nth-child(1), #menu .cont_menu ul li:nth-child(2) {
  margin-right: 30px;
}
#menu .cont_menu ul li:nth-child(1), #menu .cont_menu ul li:nth-child(2), #menu .cont_menu ul li:nth-child(3) {
  margin-bottom: 3em;
}
#menu .cont_menu ul li:nth-child(4) {
  margin: 0 30px 0 165px;
}

#seccion.recursos_cont {
  background: #FDD03E;
  min-height: 100%;
}
#seccion.recursos_cont .header_recursos {
  background: #fff5d5;
  padding: 40px;
}
#seccion.recursos_cont .header_recursos h1 {
  float: left;
  font-family: 'opensans';
  color: #4B3D12;
  font-weight: 900;
  font-size: 3.2em;
}
#seccion.recursos_cont .header_recursos .der {
  float: right;
  margin-right: 130px;
}
#seccion.recursos_cont .header_recursos .der button {
  width: 60px;
  height: 60px;
  background: url(../images/icono_home.svg) no-repeat;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  outline: 0;
}
#seccion.recursos_cont .cont_filtros {
  height: 76px;
  background: #e0c77c;
}
#seccion.recursos_cont .cont_filtros .contiene {
  max-width: 1200px;
  min-width: 960px;
  height: 50px;
  margin: 0 auto;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu:nth-child(1) {
  width: 7%;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu:nth-child(2) {
  width: 31%;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu {
  float: left;
  width: 19%;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu label {
  font-family: 'raleway';
  color: #4B3D12;
  font-weight: 400;
  font-size: 1.2em;
  margin: .5em;
  display: block;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_cadafiltro {
  /* Size & position */
  position: relative;
  padding: 12px 15px;
  height: 50px;
  font-family: 'opensans';
  color: #333;
  font-weight: 900;
  font-size: 1.2em;
  /* Styles */
  background: #ead9a5;
  cursor: pointer;
  outline: none;
  border-left: 1px solid #c6a130;
  border-top: 1px solid #c6a130;
  border-bottom: 1px solid #c6a130;
  transition: all 0.3s ease-out;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_cadafiltro span {
  display: block;
  height: 50px;
  overflow: hidden;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_cadafiltro .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  /* Styles */
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  transition: all 0.3s ease-out;
  /* Hiding */
  max-height: 0;
  overflow: hidden;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_cadafiltro .dropdown li {
  padding: 0 10px;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_cadafiltro .dropdown li a {
  display: block;
  text-decoration: none;
  color: #745e1c;
  padding: 10px 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_cadafiltro .dropdown li:hover a {
  color: #d6b653;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_cadafiltro .dropdown li:last-of-type a {
  border: none;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_cadafiltro:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #4B3D12 transparent;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_cadafiltro.active {
  background: #4B3D12;
  box-shadow: none;
  border-bottom: none;
  color: white;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_cadafiltro.active .dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_cadafiltro.active:after {
  border-color: #ead9a5 transparent;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_buscador_ficha {
  background: #ead9a5;
  height: 50px;
  border-left: 1px solid #c6a130;
  border-right: 1px solid #c6a130;
  border-top: 1px solid #c6a130;
  border-bottom: 1px solid #c6a130;
  padding-top: 10px;
  padding-left: 10px;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_buscador_ficha input[type="text"] {
  padding: 5px 5px;
  font-size: 1.2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #9d8026;
  margin-right: 10px;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_buscador_ficha input[type="submit"] {
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  background: transparent url(../images/lupa.svg) no-repeat;
  border: 0;
  cursor: pointer;
  outline: 0;
}
#seccion.recursos_cont .cont_filtros .contiene .cont_cu .cont_buscador_ficha input[type="submit"]:hover {
  background-position: -30px 0;
}
#seccion.recursos_cont .cont_resultados {
  background: #FDD03E;
  margin-top: 7.6em;
}
#seccion.recursos_cont .cont_resultados ul {
  list-style: none;
}
#seccion.recursos_cont .cont_resultados ul li:first-child {
  top: 0;
  height: 100px;
}
#seccion.recursos_cont .cont_resultados ul li {
  height: 71px;
  position: relative;
  top: -30px;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}
#seccion.recursos_cont .cont_resultados ul li .contiene_fichas {
  max-width: 1200px;
  min-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#seccion.recursos_cont .cont_resultados ul li .contiene_fichas h3 {
  position: relative;
  top: -68px;
  font-weight: 200;
  font-family: "'raleway'light", sans-serif;
  float: left;
  padding: 15px 40px 15px 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 60px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 60px;
  border-top-left-radius: 15px;
  border-top-right-radius: 60px;
}
#seccion.recursos_cont .cont_resultados ul li .contiene_fichas h3 a {
  color: #fff;
  text-decoration: none;
  font-size: 2.4em;
  line-height: 36px;
}
#seccion.recursos_cont .cont_resultados ul li .contiene_fichas h3 a span {
  background: #fff;
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #2183C6;
  text-align: center;
  font-family: "'raleway'bold", sans-serif;
  font-weight: 700;
  line-height: 36px;
  margin-right: 0.6em;
}
#seccion.recursos_cont .cont_resultados ul li:first-child:hover {
  height: 120px;
}
#seccion.recursos_cont .cont_resultados ul li:hover {
  height: 101px;
}
#seccion.recursos_cont .cont_resultados ul.res li.agua:nth-child(odd) {
  background: #2183C6;
  border-top: 2px solid #12496f;
}
#seccion.recursos_cont .cont_resultados ul.res li.agua:nth-child(odd) h3 {
  background: #2183C6;
  border-top: 2px solid #12496f;
  border-left: 2px solid #12496f;
  border-right: 2px solid #12496f;
}
#seccion.recursos_cont .cont_resultados ul.res li.agua:nth-child(even) {
  background: #67b2e6;
  border-top: 2px solid #12496f;
}
#seccion.recursos_cont .cont_resultados ul.res li.agua:nth-child(even) h3 {
  background: #67b2e6;
  border-top: 2px solid #12496f;
  border-left: 2px solid #12496f;
  border-right: 2px solid #12496f;
}
#seccion.recursos_cont .cont_resultados ul.res li.bosques:nth-child(odd) {
  background: #255524;
  border-top: 2px solid black;
}
#seccion.recursos_cont .cont_resultados ul.res li.bosques:nth-child(odd) h3 {
  background: #255524;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
}
#seccion.recursos_cont .cont_resultados ul.res li.bosques:nth-child(odd) h3 a span {
  color: #3c8b3a;
}
#seccion.recursos_cont .cont_resultados ul.res li.bosques:nth-child(even) {
  background: #3c8b3a;
  border-top: 2px solid black;
}
#seccion.recursos_cont .cont_resultados ul.res li.bosques:nth-child(even) h3 {
  background: #3c8b3a;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
}
#seccion.recursos_cont .cont_resultados ul.res li.bosques:nth-child(even) h3 a span {
  color: #3c8b3a;
}
#seccion.recursos_cont .cont_resultados ul.res li.reduccion_del_riesgo:nth-child(odd) {
  background: #fdd657;
  border-top: 2px solid #6e5401;
}
#seccion.recursos_cont .cont_resultados ul.res li.reduccion_del_riesgo:nth-child(odd) h3 {
  background: #fdd657;
  border-top: 2px solid #6e5401;
  border-left: 2px solid #6e5401;
  border-right: 2px solid #6e5401;
}
#seccion.recursos_cont .cont_resultados ul.res li.reduccion_del_riesgo:nth-child(odd) h3 a {
  color: #9d8026;
}
#seccion.recursos_cont .cont_resultados ul.res li.reduccion_del_riesgo:nth-child(odd) h3 a span {
  color: #9d8026;
}
#seccion.recursos_cont .cont_resultados ul.res li.reduccion_del_riesgo:nth-child(even) {
  background: #fee9a3;
  border-top: 2px solid #6e5401;
}
#seccion.recursos_cont .cont_resultados ul.res li.reduccion_del_riesgo:nth-child(even) h3 {
  background: #fee9a3;
  border-top: 2px solid #6e5401;
  border-left: 2px solid #6e5401;
  border-right: 2px solid #6e5401;
}
#seccion.recursos_cont .cont_resultados ul.res li.reduccion_del_riesgo:nth-child(even) h3 a {
  color: #9d8026;
}
#seccion.recursos_cont .cont_resultados ul.res li.reduccion_del_riesgo:nth-child(even) h3 a span {
  color: #9d8026;
}
#seccion.recursos_cont .cont_resultados ul.res li.epidemiologia:nth-child(even) {
  background: #ff9f9b;
  border-top: 2px solid #680500;
}
#seccion.recursos_cont .cont_resultados ul.res li.epidemiologia:nth-child(even) h3 {
  background: #ff9f9b;
  border-top: 2px solid #680500;
  border-left: 2px solid #680500;
  border-right: 2px solid #680500;
}
#seccion.recursos_cont .cont_resultados ul.res li.epidemiologia:nth-child(even) h3 a {
  color: #ce0900;
}
#seccion.recursos_cont .cont_resultados ul.res li.epidemiologia:nth-child(even) h3 a span {
  color: #ce0900;
}
#seccion.recursos_cont .cont_resultados ul.res li.epidemiologia:nth-child(odd) {
  background: #ff564f;
  border-top: 2px solid #680500;
}
#seccion.recursos_cont .cont_resultados ul.res li.epidemiologia:nth-child(odd) h3 {
  background: #ff564f;
  border-top: 2px solid #680500;
  border-left: 2px solid #680500;
  border-right: 2px solid #680500;
}
#seccion.recursos_cont .cont_resultados ul.res li.epidemiologia:nth-child(odd) h3 a {
  color: #ce0900;
}
#seccion.recursos_cont .cont_resultados ul.res li.epidemiologia:nth-child(odd) h3 a span {
  color: #ce0900;
}
#seccion.recursos_cont .cont_resultados ul.res li.residuos:nth-child(even) {
  background: #f8ab84;
  border-top: 2px solid #461a04;
}
#seccion.recursos_cont .cont_resultados ul.res li.residuos:nth-child(even) h3 {
  background: #f8ab84;
  border-top: 2px solid #461a04;
  border-left: 2px solid #461a04;
  border-right: 2px solid #461a04;
}
#seccion.recursos_cont .cont_resultados ul.res li.residuos:nth-child(even) h3 a {
  color: #a73e09;
}
#seccion.recursos_cont .cont_resultados ul.res li.residuos:nth-child(even) h3 a span {
  color: #a73e09;
}
#seccion.recursos_cont .cont_resultados ul.res li.residuos:nth-child(odd) {
  background: #f4793b;
  border-top: 2px solid #461a04;
}
#seccion.recursos_cont .cont_resultados ul.res li.residuos:nth-child(odd) h3 {
  background: #f4793b;
  border-top: 2px solid #461a04;
  border-left: 2px solid #461a04;
  border-right: 2px solid #461a04;
}
#seccion.recursos_cont .cont_resultados ul.res li.residuos:nth-child(odd) h3 a {
  color: #a73e09;
}
#seccion.recursos_cont .cont_resultados ul.res li.residuos:nth-child(odd) h3 a span {
  color: #a73e09;
}
#seccion.recursos_cont .cont_resultados ul.res li.nutricion:nth-child(even) {
  background: #9d8026;
  border-top: 2px solid black;
}
#seccion.recursos_cont .cont_resultados ul.res li.nutricion:nth-child(even) h3 {
  background: #9d8026;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
}
#seccion.recursos_cont .cont_resultados ul.res li.nutricion:nth-child(even) h3 a {
  color: black;
}
#seccion.recursos_cont .cont_resultados ul.res li.nutricion:nth-child(even) h3 a span {
  color: black;
}
#seccion.recursos_cont .cont_resultados ul.res li.nutricion:nth-child(odd) {
  background: #604e17;
  border-top: 2px solid black;
}
#seccion.recursos_cont .cont_resultados ul.res li.nutricion:nth-child(odd) h3 {
  background: #604e17;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
}
#seccion.recursos_cont .cont_resultados ul.res li.nutricion:nth-child(odd) h3 a {
  color: black;
}
#seccion.recursos_cont .cont_resultados ul.res li.nutricion:nth-child(odd) h3 a span {
  color: black;
}

#fondogris {
  width: 100%;
  height: 100%;
  position: fixed;
  min-height: 900px;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
}

#contenedor_ficha {
  width: 1000px;
  height: 100%;
  background: #fff;
  margin: 0 auto;
  overflow-y: scroll;
  padding: 10px;
}

/********+*  --------------- FICHA INVIVIDUAL --------- ****/
.cont_ficha {
  width: auto;
  min-width: 960px;
  margin: 0 auto;
  background: #fff;
}
.cont_ficha .header_ficha {
  border-bottom: 2px solid #333;
}
.cont_ficha .header_ficha .sup .num_ficha {
  float: left;
  width: 10%;
  padding-top: 10px;
}
.cont_ficha .header_ficha .sup .num_ficha p {
  text-align: center;
  font-family: 'raleway';
  color: #333;
  font-weight: 400;
  font-size: 1.4em;
}
.cont_ficha .header_ficha .sup .num_ficha .cont_num_ficha {
  display: block;
  text-align: center;
  font-family: 'opensans';
  color: #333;
  font-weight: 900;
  font-size: 3.2em;
  line-height: 1.1em;
}
.cont_ficha .header_ficha .sup .tit_ficha {
  float: left;
  width: 70%;
}
.cont_ficha .header_ficha .sup .tit_ficha h1 {
  font-family: 'opensans';
  color: #333;
  font-weight: 900;
  font-size: 2.6em;
  line-height: 2em;
}
.cont_ficha .header_ficha .sup .grado_ficha {
  float: left;
  width: 15%;
}
.cont_ficha .header_ficha .sup .grado_ficha p {
  font-family: 'opensans';
  color: #333;
  font-weight: 900;
  font-size: 2.4em;
  text-align: center;
}
.cont_ficha .header_ficha .sup .grado_ficha p.nivel_ficha {
  font-family: 'opensans';
  color: #333;
  font-weight: 900;
  font-size: 1.6em;
  text-transform: uppercase;
  text-align: center;
}
.cont_ficha .header_ficha .sup .opc_ficha {
  float: right;
  width: 32px;
}
.cont_ficha .header_ficha .sup .opc_ficha button {
  display: block;
  width: 32px;
  height: 32px;
  border: 0;
  text-indent: -9999px;
  background: url(../images/iconos_cerrar_imprimir.gif);
  cursor: pointer;
}
.cont_ficha .header_ficha .sup .opc_ficha button.cerrar {
  background-position: 0 0;
}
.cont_ficha .header_ficha .sup .opc_ficha button.cerrar:hover {
  background-position: 0 -32px;
}
.cont_ficha .header_ficha .sup .opc_ficha button.imprimir {
  background-position: -32px 0;
}
.cont_ficha .header_ficha .sup .opc_ficha button.imprimir:hover {
  background-position: -32px -32px;
}
.cont_ficha .header_ficha .inf {
  padding: 30px;
}
.cont_ficha .header_ficha .inf p {
  font-family: 'raleway';
  color: #333;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.4em;
}
.cont_ficha .objetivo_ficha .cont_obj {
  width: 85%;
  float: left;
  padding: 15px 30px;
}
.cont_ficha .objetivo_ficha .cont_obj h2 {
  font-family: 'opensans';
  color: #333;
  font-weight: 900;
  font-size: 1.8em;
}
.cont_ficha .objetivo_ficha .cont_obj p {
  margin: 1em 0;
  font-family: 'raleway';
  color: #333;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.4em;
}
.cont_ficha .objetivo_ficha .cont_obj p span.ser {
  color: #f62835;
}
.cont_ficha .objetivo_ficha .cont_obj p span.saber {
  color: #c6a130;
}
.cont_ficha .objetivo_ficha .cont_obj p span.hacer {
  color: #4caf49;
}
.cont_ficha .objetivo_ficha .cont_obj p span.decidir {
  color: #3c9cde;
}
.cont_ficha .objetivo_ficha .ref {
  width: 15%;
  float: right;
  padding-right: 30px;
  padding-top: 15px;
}
.cont_ficha .objetivo_ficha .ref ul {
  list-style: none;
}
.cont_ficha .objetivo_ficha .ref ul li {
  height: 16px;
  font-family: 'raleway';
  color: #333;
  font-weight: 400;
  font-size: 1.4em;
  text-align: right;
  margin-bottom: .4em;
}
.cont_ficha .objetivo_ficha .ref ul li span {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin-left: .4em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.cont_ficha .objetivo_ficha .ref ul li span.ref_ser {
  background: #E20917;
}
.cont_ficha .objetivo_ficha .ref ul li span.ref_saber {
  background: #9d8026;
}
.cont_ficha .objetivo_ficha .ref ul li span.ref_hacer {
  background: #3c8b3a;
}
.cont_ficha .objetivo_ficha .ref ul li span.ref_decidir {
  background: #2183C6;
}
.cont_ficha .orientacionesmet_ficha {
  border-bottom: 2px solid #333;
}
.cont_ficha .orientacionesmet_ficha p {
  font-family: 'raleway';
  color: #333;
  font-weight: 400;
  font-size: 1.4em;
  margin-bottom: 1em;
}
.cont_ficha .orientacionesmet_ficha ul li, .cont_ficha .orientacionesmet_ficha ol li {
  font-family: 'raleway';
  color: #333;
  font-weight: 400;
  font-size: 1.4em;
}
.cont_ficha .orientacionesmet_ficha #orient_izq {
  width: 70%;
  float: left;
}
.cont_ficha .orientacionesmet_ficha #orient_izq img {
  max-width: 400px;
  height: auto;
}
.cont_ficha .orientacionesmet_ficha #orient_izq img.big {
  max-width: 600px;
  height: auto;
}
.cont_ficha .orientacionesmet_ficha #orient_izq img.der {
  max-width: 200px;
  height: auto;
  float: right;
}
.cont_ficha .orientacionesmet_ficha #orient_izq img.bigder {
  max-width: 350px;
  height: auto;
  float: right;
}
.cont_ficha .orientacionesmet_ficha #orient_izq table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2em;
}
.cont_ficha .orientacionesmet_ficha #orient_izq table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 5px;
  vertical-align: middle;
}
.cont_ficha .orientacionesmet_ficha #orient_izq #cont_practica li, .cont_ficha .orientacionesmet_ficha #orient_izq #cont_teoria li, .cont_ficha .orientacionesmet_ficha #orient_izq #cont_produccion li, .cont_ficha .orientacionesmet_ficha #orient_izq #cont_valoracion li {
  margin-bottom: 1em;
}
.cont_ficha .orientacionesmet_ficha #orient_izq #cont_practica a, .cont_ficha .orientacionesmet_ficha #orient_izq #cont_teoria a, .cont_ficha .orientacionesmet_ficha #orient_izq #cont_produccion a, .cont_ficha .orientacionesmet_ficha #orient_izq #cont_valoracion a {
  color: #AACC63;
}
.cont_ficha .orientacionesmet_ficha #orient_izq .labels {
  list-style: none;
}
.cont_ficha .orientacionesmet_ficha #orient_izq .labels li:first-child {
  margin-left: 1em;
}
.cont_ficha .orientacionesmet_ficha #orient_izq .labels li {
  float: left;
  padding: 10px 20px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  cursor: pointer;
  margin-right: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-collapse: collapse;
}
.cont_ficha .orientacionesmet_ficha #orient_izq .labels li.active {
  background: #ccc;
  color: #fff;
}
.cont_ficha .orientacionesmet_ficha #orient_izq .contenidos {
  clear: both;
  border-top: 2px solid #ccc;
  padding: 3em;
}
.cont_ficha .orientacionesmet_ficha #orient_izq .contenidos h2 {
  font-family: 'opensans';
  color: #333;
  font-weight: 900;
  font-size: 1.8em;
  margin-bottom: 1em;
}
.cont_ficha .orientacionesmet_ficha #orient_izq .contenidos #cont_practica, .cont_ficha .orientacionesmet_ficha #orient_izq .contenidos #cont_teoria, .cont_ficha .orientacionesmet_ficha #orient_izq .contenidos #cont_produccion, .cont_ficha .orientacionesmet_ficha #orient_izq .contenidos #cont_valoracion {
  display: none;
}
.cont_ficha .orientacionesmet_ficha #orient_der {
  width: 30%;
  float: left;
  background: #d4e5b0;
  padding: 1em;
}
.cont_ficha .orientacionesmet_ficha #orient_der h2 {
  font-family: 'opensans';
  color: #333;
  font-weight: 900;
  font-size: 1.8em;
  margin-bottom: 1em;
}
.cont_ficha .orientacionesmet_ficha #orient_der ul {
  list-style-position: inside;
}
.cont_ficha .relacionados_ficha {
  padding: 30px;
  border-bottom: 2px solid #333;
}
.cont_ficha .relacionados_ficha h2 {
  font-family: 'opensans';
  color: #333;
  font-weight: 900;
  font-size: 1.8em;
  margin-bottom: 1em;
}
.cont_ficha .relacionados_ficha ul li {
  margin-bottom: 1em;
}
.cont_ficha .relacionados_ficha ul li a {
  font-family: 'raleway';
  color: #1D431C;
  font-weight: 400;
  font-size: 1.4em;
  text-decoration: none;
  background: #d4e5b0;
  padding: 2px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 500ms;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
}
.cont_ficha .relacionados_ficha ul li a:hover {
  background: #1D431C;
  color: #fff;
}
.cont_ficha .posibilidades_ficha {
  padding: 30px;
}
.cont_ficha .posibilidades_ficha h2 {
  font-family: 'opensans';
  color: #333;
  font-weight: 900;
  font-size: 1.8em;
  margin-bottom: 1em;
}

/* --------------- ESPECIES --------- */
.cont_tit_especies {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2900;
}
.cont_tit_especies h1 {
  font-family: 'opensans';
  color: #4B3D12;
  font-weight: 900;
  font-size: 3.6em;
}
.cont_tit_especies h2 {
  font-family: 'opensans';
  color: #4B3D12;
  font-weight: 900;
  font-size: 3em;
}

#todo_especies #volverhome_especies {
  display: block;
  position: absolute;
  top: 30px;
  right: 170px;
  z-index: 7000;
  width: 60px;
  height: 60px;
  background: url(../images/icono_home.svg) no-repeat;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  outline: 0;
}

#fullpage {
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 51%, #f8d080 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #f8d080));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 51%, #f8d080 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 51%, #f8d080 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 51%, #f8d080 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 51%, #f8d080 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8d080', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#fullpage .abre_especie {
  display: block;
  text-decoration: none;
  width: 500px;
  margin: 0 auto;
}
#fullpage .abre_especie span {
  display: block;
  text-align: center;
  font-size: 2.4em;
  color: #4B3D12;
}
#fullpage .abre_especie img {
  display: block;
  margin: 0 auto 1em auto;
}

.controles_especies {
  position: absolute;
  z-index: 8999;
  top: 20px;
  left: 50%;
  height: 100px;
  width: 272px;
  margin-left: -136px;
}
.controles_especies .cont_controles {
  position: relative;
}
.controles_especies .cont_controles #ant {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  border: 0;
  outline: 0;
  background: #FF3E35;
  cursor: pointer;
  font-size: 1.6em;
  padding: .5em 1em;
  color: #fff;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  position: relative;
}
.controles_especies .cont_controles #ant:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #FF3E35;
  border-width: 30px;
  margin-top: -30px;
}
.controles_especies .cont_controles #volver_especies {
  display: block;
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  background: url(../images/volver_bt.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.controles_especies .cont_controles #sig {
  display: block;
  float: left;
  border: 0;
  margin-top: 10px;
  outline: 0;
  background: #FF3E35;
  cursor: pointer;
  font-size: 1.6em;
  padding: .5em 1em;
  color: #fff;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  position: relative;
}
.controles_especies .cont_controles #sig:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #FF3E35;
  border-width: 30px;
  margin-top: -30px;
}

#fullpage_ind {
  position: relative;
  background: #f8d080;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f8d080 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8d080), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f8d080 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f8d080 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f8d080 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f8d080 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8d080', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
#fullpage_ind .intro_especies {
  width: 100%;
  min-width: 960px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
#fullpage_ind .intro_especies .conozcamos .cont_txt.izq {
  margin-top: 100px;
}
#fullpage_ind h1 {
  font-family: 'opensans';
  color: #4B3D12;
  font-weight: 900;
  font-size: 3.6em;
}
#fullpage_ind h2 {
  font-family: 'opensans';
  color: #F36923;
  font-weight: 900;
  font-size: 3em;
  margin-bottom: .6em;
}
#fullpage_ind .cont_txt {
  max-width: 45%;
}
#fullpage_ind .cont_txt p {
  font-family: 'raleway';
  color: #000;
  font-weight: 400;
  font-size: 1.6em;
  margin-bottom: 1em;
  line-height: 1.4em;
}
#fullpage_ind .cont_txt h3 {
  font-family: 'opensans';
  color: #4B3D12;
  font-weight: 900;
  font-size: 2.4em;
  margin-bottom: .6em;
}
#fullpage_ind .cont {
  max-width: 45%;
}
#fullpage_ind .pano {
  background: #fff5d5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  padding: 3em;
}
#fullpage_ind .cont_img_intro {
  float: right;
  max-width: 45%;
  margin-right: 4%;
  position: relative;
}
#fullpage_ind .cont_img_intro img.intro_foto {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#fullpage_ind .cont_img_intro .ilustra {
  position: absolute;
  bottom: -3em;
  right: -1em;
}
#fullpage_ind .wrap {
  shape-outside: circle();
  margin: 20px !important;
}
#fullpage_ind .izq {
  float: left;
  margin-left: 4%;
  position: relative;
}
#fullpage_ind .izq img {
  width: 60%;
  height: auto;
  display: block;
  margin: 1em auto;
}
#fullpage_ind .izq img.peq {
  width: 40% !important;
  height: auto !important;
}
#fullpage_ind .izq img.superpeq {
  width: 30% !important;
}
#fullpage_ind .der {
  float: right;
  margin-right: 4%;
  position: relative;
}
#fullpage_ind .der img {
  width: 60%;
  height: auto;
  display: block;
  margin: 1em auto;
}
#fullpage_ind .der img.grande {
  width: 100% !important;
  height: auto !important;
}
#fullpage_ind .der img.grande img.grande {
  width: 100% !important;
  height: auto !important;
}
#fullpage_ind .der img.peq {
  width: 40% !important;
  height: auto !important;
  shape-outside: circle();
  margin: 10px;
}
#fullpage_ind .der .peqsinwrap {
  width: 40% !important;
  height: auto !important;
}
#fullpage_ind .der img.superpeq {
  width: 30% !important;
  shape-outside: circle();
  margin: 10px;
}
#fullpage_ind .comportamiento .der .peq {
  shape-outside: none;
  bottom: 0;
  left: 0;
}
#fullpage_ind .acciones .cierre {
  width: 70%;
  margin: 0 auto;
  background: #fff5d5;
  position: relative;
  padding: 6em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#fullpage_ind .acciones .cierre ul li {
  font-family: 'raleway';
  color: #000;
  font-weight: 400;
  font-size: 1.6em;
  margin-bottom: .6em;
}
#fullpage_ind .acciones .cierre .ilustra {
  position: absolute;
  bottom: -300px;
  left: -300px;
}

/* ************ JUEGOS ************************** */
.cont_iniciojuegos {
  width: 100%;
  height: 100%;
  background: #b3b3b3;
  padding: 2em;
}
.cont_iniciojuegos h1 {
  font-family: 'opensans';
  color: #fff;
  font-weight: 900;
  font-size: 3.2em;
}
.cont_iniciojuegos .volver_menu {
  display: block;
  position: absolute;
  top: 30px;
  right: 170px;
  width: 60px;
  height: 60px;
  background: url(../images/icono_home.svg) no-repeat;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.cont_iniciojuegos ul {
  width: 730px;
  margin: 0 auto;
  list-style: none;
}
.cont_iniciojuegos ul li {
  width: 283px;
  float: left;
  height: 252px;
  margin: 40px;
}
.cont_iniciojuegos ul li button {
  display: block;
  width: 283px;
  height: 252px;
  background: url("../images/botones_juegos.png");
  text-indent: -9999px;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.cont_iniciojuegos ul li #abre_memoria {
  background-position: 0 -506px;
}
.cont_iniciojuegos ul li #abre_relaciones {
  background-position: 0 -250px;
}
.cont_iniciojuegos ul li #abre_preguntas {
  background-position: 0 -758px;
}

#juego h1, #relaciones h1, #memoria h1, #cont_pregunta h1 {
  color: #1D431C;
  padding-top: 1em;
}
#juego #dificultades h2, #relaciones #dificultades h2, #memoria #dificultades h2, #cont_pregunta #dificultades h2 {
  text-align: center;
  font-family: 'opensans';
  color: #fff;
  font-weight: 900;
  font-size: 2.4em;
}
#juego #dificultades p strong, #relaciones #dificultades p strong, #memoria #dificultades p strong, #cont_pregunta #dificultades p strong {
  display: block;
  font-size: 1.4em;
  clear: both;
  text-align: center;
  color: #fff;
}

/* ************* DOCUMENTOS TEÓRICOS ************ */
.documentos_teoricos {
  background: #ff9f9b url(../images/linea_fondo_docteoricos.png) no-repeat center center;
  height: 100%;
  padding: 3%;
}
.documentos_teoricos h1 {
  font-size: 3.2em;
  color: #fff;
}
.documentos_teoricos ul {
  list-style: none;
  width: 556px;
  margin: 230px auto 0 auto;
}
.documentos_teoricos ul li {
  width: 263px;
  height: 263px;
  float: left;
}
.documentos_teoricos ul li button {
  width: 263px;
  height: 263px;
  display: block;
  border: 0;
  outline: 0;
  text-indent: -999px;
  cursor: pointer;
}
.documentos_teoricos ul li:nth-child(1) {
  margin-right: 30px;
}
.documentos_teoricos ul li:nth-child(1) button {
  background: url("../images/btn_guiadocente.png");
}
.documentos_teoricos ul li:nth-child(2) button {
  background: url("../images/btn_curriculabase.png");
}
.documentos_teoricos #volver_docteo {
  display: block;
  position: absolute;
  top: 30px;
  right: 170px;
  width: 60px;
  height: 60px;
  background: url(../images/icono_home.svg) no-repeat;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  outline: 0;
}

/* ------- RECORRIENDO ---------- */
.recorriendo {
  background: #fedc70 url(../images/fondo_recorriendo.png) no-repeat center bottom;
  background-size: 100% auto;
  height: 100%;
  padding: 5%;
}
.recorriendo #volver_inicio {
  display: block;
  position: absolute;
  top: 30px;
  right: 170px;
  width: 60px;
  height: 60px;
  background: url(../images/icono_home.svg) no-repeat;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.recorriendo h1 {
  font-family: 'opensans';
  color: #4B3D12;
  font-weight: 900;
  font-size: 3.2em;
}
.recorriendo ul {
  list-style: none;
  width: 830px;
  margin: 40px auto 0  auto;
}
.recorriendo ul li {
  width: 270px;
  height: 270px;
  float: left;
}
.recorriendo ul li button {
  display: block;
  width: 270px;
  height: 270px;
  border: 0;
  outline: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.recorriendo ul li:nth-child(1) {
  margin-right: 10px;
}
.recorriendo ul li:nth-child(2) {
  margin-right: 10px;
}
.recorriendo ul li:nth-child(4) {
  margin-left: 140px;
  margin-right: 10px;
}
.recorriendo ul li:nth-child(1) button {
  background: url(../images/btn_amazonia.png) no-repeat center center;
}
.recorriendo ul li:nth-child(2) button {
  background: url(../images/btn_chaco.png) no-repeat center center;
}
.recorriendo ul li:nth-child(3) button {
  background: url(../images/btn_pantanal.png) no-repeat center center;
}
.recorriendo ul li:nth-child(4) button {
  background: url(../images/btn_puna.png) no-repeat center center;
}
.recorriendo ul li:nth-child(5) button {
  background: url(../images/btn_valle.png) no-repeat center center;
}

#todotodopan {
  background: #000;
  height: 100%;
}
#todotodopan h1 {
  font-family: 'opensans';
  color: #fff;
  font-weight: 900;
  font-size: 3.8em;
  text-shadow: 0 0 10px black;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9999;
}
#todotodopan #volver_panoramica {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/volver_bt.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  outline: 0;
  top: 30px;
  right: 170px;
  z-index: 9999;
}

.todotodo {
  width: 100%;
  height: 100%;
}

.mascara {
  width: 100%;
  height: 100%;
}

.cimagen {
  position: absolute;
  width: auto;
  height: 100%;
}

.puntos {
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
}

.punto {
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #5cb85c;
  width: 40px;
  height: 40px;
  list-style: none;
  z-index: 9999;
}

.imagen {
  width: auto;
  height: 100%;
}

.botones {
  position: absolute;
  width: 100%;
  height: 100%;
}

.boton_izquierda {
  position: absolute;
  background: url(../images/izquierda.png);
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 48px;
  height: 48px;
  left: 20px;
  top: 40%;
  z-index: 9999;
}

.boton_derecha {
  position: absolute;
  background: url(../images/derecha.png);
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 48px;
  height: 48px;
  right: 20px;
  top: 40%;
  z-index: 9999;
}

.popup {
  display: block;
  position: absolute;
  width: 600px;
  padding: 10px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: rgba(33, 128, 194, 0.8);
  top: -80px;
  left: 90px;
  z-index: 9989;
}
.popup .cont_img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  display: block;
  background: #fff;
}
.popup .cont_img #img_opcion {
  display: block;
  width: 160px;
  height: 110px;
  margin: 75px auto 0 auto;
  background: url(../images/placeholder_recorriendo.png);
}
.popup .cont_txt {
  padding-top: 20px;
  width: 300px;
  float: right;
}
.popup .cont_txt .tit {
  display: block;
  font-family: 'opensans';
  color: #fff;
  font-weight: 900;
  font-size: 1.8em;
}
.popup .cont_txt .etimo {
  display: block;
  font-family: 'opensans';
  color: #fff;
  font-weight: 900;
  font-size: 1.4em;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1em;
}
.popup .cont_txt .desc {
  display: block;
  font-family: 'raleway';
  color: #fff;
  font-weight: 400;
  font-size: 1.2em;
}
.popup .cerrar_popup {
  width: 35px;
  height: 35px;
  border: 0;
  background: url(../images/btn_cerrarpopup.png);
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.popup:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 50px 0;
  border-color: transparent rgba(33, 128, 194, 0.6) transparent transparent;
  position: absolute;
  top: 50px;
  left: -50px;
}

#amazonia_pano #dos {
  top: 299px;
  left: 600px;
  background: red;
}

#volver_juegos {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/volver_bt.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  outline: 0;
  top: 30px;
  right: 170px;
  z-index: 9999;
}

/*# sourceMappingURL=main.css.map */
