@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow);
body {
	font-size: 12pt;
	background-image: url(../img/back2.png);
	margin: 0px;
	padding: 0px;
}
.verde {
	color:#009900;
}

/* el menú en si mismo */
  .mi-menu  {
	border-radius: 5px;
	list-style-type: none;
	padding: 0;
    /* la altura y su ancho dependerán de los textos */
    width: 600px; 
	height: 40px; 
    /* el color de fondo */
    background: transparent;
	display: inline;
  }

  /* si es necesario, evitamos que Blogger de problemas con los saltos de línea cuando escribimos el HTML */
  .mi-menu  br { display:none; }

  /* cada item del menu */
  .mi-menu  li {
    display: block;
    float: left; /* la lista se ve horizontal */
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  .mi-menu li a {
	color: #333;
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 40px;
	padding: 0px;
	margin-left: 18px;
	margin-right: 18px;
	text-decoration: none;
	/* animamos el cambio de color de los textos */
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
  }
  .mi-menu li.active a {
    color: #333;
	font-weight:bold;
  }
  /* eliminamos los bordes del primer y el último */
  .mi-menu li:first-child a { border-left: none; }
  .mi-menu li:last-child a{ border-right: none; }
  /* efecto hover cambia el color */
  .mi-menu li:hover > a { color: #009900; }

  /* los submenús */
  .mi-menu ul {
    border-radius: 0 0 5px 5px;
    left: 0px;
    margin: 0px;
	padding: 0px;
    opacity: 0; /* no son visibles */
    position: absolute;
	z-index:1000;
    top: 40px; /* se ubican debajo del enlace principal */
    /* el color de fondo */
    background: transparent;
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
	box-shadow: 0px 2px 4px #525252;
  }
  /* son visibes al poner el cursor encima */
  .mi-menu li:hover > ul { opacity: 1; }

   /* cada un ode los items de los submenús */
  .mi-menu ul li {
    height: 0px; /* no son visibles */
    overflow: hidden;
    padding: 0px;
	margin:0px;
    /* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
  }
  .mi-menu li:hover > ul li {

    height: auto; /* los mostramos */
    overflow: visible;
    padding: 0px;
  }
  .mi-menu ul li a {
    border: none;
    border-bottom: 1px solid #eee;
    margin: 0px;
    /* el ancho dependerá de los textos a utilizar */
    padding: 2px 4px 2px 16px;
    width: 160px;
  }
  /* el último no tiene un borde */
  .mi-menu ul li:last-child a { border: none; }

.headerBack {
	height: 70px;
	width: 100%;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #93c01f;
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: fixed;
	top: 0px;
	display: block;
	z-index: 100;
}
.header {
	height: 70px;
	width: 995px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.header > .logoTop {
	background-image: url(../img/logo.png);
	float: left;
	height: 23px;
	width: 195px;
	margin-top: 22px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.header > .menuTop {
	margin: 8px;
	float: right;
	margin-top:26px;
	height: 40px;
	width: 480px;
	font-family: "Archivo Narrow", "Arial Narrow";
	font-size: 16px;
	color: #333;
}

.flags {
	background-image: url(../img/flags-selector.png);
	background-repeat: no-repeat;
	background-position: 128px 10px;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width: 144px;
	padding: 4px;
	position: absolute;
	margin-top: 0px;
	margin-left: 840px;
	color:#FFF;
}
.flags:hover {
	background-color:#999;
}

.flags .flagEs {
	background-image: url(../img/fl_es.png);
	height: 24px;
	width: 85px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	line-height: 24px;
	background-repeat: no-repeat;
	padding-left: 35px;
	display: none;
	background-position: 5px 0px;
}
.flags .flagEs:hover {
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor: pointer;
	color: #fff;
	background-color: #808080;
	
}
.flags .flagEn {
	background-image: url(../img/fl_en.png);
	height: 24px;
	width: 85px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	background-repeat: no-repeat;
	padding-left: 35px;
	display: none;
	background-position: 5px 0px;
}
.flags .flagEn:hover {
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor: pointer;
	color: #fff;
	background-color: #808080;
	
}
.flags .flagSelected {
	cursor: pointer;
	display: block;
	color: #666;
}
.pagina {
	background-color: #FFF;
	padding: 0px;
	width: 995px;
	overflow: hidden;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.pagina .slidePrincipal {
	clear: both;
	float: left;
	height: 300px;
	width: 995px;
}
.pagina .catalogos {
	clear: both;
	float: left;
	height: 320px;
	width: 630px;
	padding-left: 20px;
	background-color: #E2F0F1;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Google Chrome y Safari */
	border-radius: 8px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
}
.catalogos .catalogoItem {
	margin: 5px 0 0 8px;
	float: left;
	height: 189px;
	width: 140px;
	position:relative;
}
.catalogos .catalogoItem > .catalogoItemBack {
	position:absolute;
	top:0;
    background-image: url(../img/catalogoBack.png);
    opacity: 0.3;
	height: 199px;
	width: 140px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    
}
.catalogos .catalogoItem:hover > .catalogoItemBack {
	opacity:0.7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.catalogos .catalogoItem > img {
	position:absolute;
	top:0;
}
.catalogos .catalogosPie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-align: center;
	clear: left;
	float: left;
	width: 610px;
	margin-top: 13px;
}
.displayCatalogo{
	float: left;
	height: 670px;
	width: 400px;
	background-color: #F2F2F2;
	padding: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.listFamilias {
	padding: 0px;
	clear: both;
	float: left;
	width: 96%;
	list-style-type: none;
}
.listFamilias li {
	margin: 2px;
	padding: 2px;
	float: left;
	height: 50px;
	width: 650px;
}
.listFamilias li > .nFam{
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	float: left;
	height: 50px;
	width: 50px;
	font-family: "Archivo Narrow", "Arial Narrow";
	background-color: #CCC;
}
.listFamilias li > .titulo{
	font-family: "Archivo Narrow", "Arial Narrow";
	font-size: 18px;
	line-height: 50px;
	color: #333;
	text-decoration: none;
	float: left;
	height: 50px;
	width: 490px;
	margin-left: 15px;
}
.listFamilias li > .verMas{
	font-family: "Archivo Narrow", "Arial Narrow";
	font-size: 14px;
	line-height: 50px;
	color: #333;
	text-decoration: none;
	float: left;
	height: 50px;
	width: 80px;
	display:none;
	margin-left: 15px;
}
.listFamilias li:hover{
	background-color: #F9F9F9;
	cursor: pointer;
}
.listFamilias li:hover > .nFam{
	background-color:#93C01F;
}
.listFamilias li:hover > .verMas{
display:block;
}



.pagina .serForestales {
	float: left;
	height: 336px;
	width: 475px;
	background-image: url(../img/serForestales.jpg);
}
.pagina .centro {
	margin: 15px 10px ;
	float: left;
	width: 655px;
	overflow: hidden;
}
h1 {
	font-family: "Archivo Narrow", "Arial Narrow";
	font-size: 1.8em;
	color: #333;
}
h2 {
	font-family: "Archivo Narrow", "Arial Narrow";
	font-size: 1.4em;
	color: #333;
}
.ubicacionNav{
	font-family: "Archivo Narrow", "Arial Narrow";
	font-size: 0.8em;
	color: #666;
	line-height: 1em;
	clear: both;
	float: left;
	width: 100%;

}
.ubicacionNav a{
	color: #666;
	
}

.texto {
	font-family: "Archivo Narrow", "Arial Narrow";
	font-size: 1em;
	color: #333;
	line-height: 1.2em;
}
.pagina .columnaDerecha {
	float: left;
	width: 320px;

}

.pagina .columnaDerecha .bloqueLateral {
	margin: 15px 5px 5px 5px;
	float: left;
	width: 290px;
	height:322px;
	overflow: hidden;
	background-color: #E9E9E9;
	padding-right: 4px;
	padding-left: 16px;
	font-family: "Archivo Narrow", "Arial Narrow";
	text-decoration: none;
	
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Google Chrome y Safari */
	border-radius: 8px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.pagina .columnaDerecha .bloqueLateralCatalogos {
	margin: 15px 5px 5px 5px;
	float: left;
	width: 296px;
	height:490px;
	overflow: hidden;
	background-color: #E9E9E9;
	padding-right: 4px;
	padding-left: 10px;
	font-family: "Archivo Narrow", "Arial Narrow";
	text-decoration: none;
	
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Google Chrome y Safari */
	border-radius: 8px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */

}
.footerBack {
	background-image:url(../img/footerBack.jpg);
	background-color: #202020;
	clear: left;
	float: left;
	height: 140px;
	width: 100%;
	-webkit-box-shadow: 4px 0px 0px 0px rgba(0.1, 0, 0, 0.1);
	box-shadow: 4px 0px 0px 0px rgba(0.1, 0, 0, 0.1);
}

.footer {
	font-family:Calibri;
	height: 140px;
	width: 995px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.footer .footerBoxs {
	float:left;
	height:80px;
	width:162px;
	padding:6px;
	margin:20px 0 0 15px;
	background-color:#333;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.footer .footerBoxs .Flags {
	float:left;
	margin:2px;
}
.footer .footerBoxs .Text {
	float:left;
	margin:6px 0 0 2px;
	font-size:15px;
	color:#FFF;
}
.footer .footerBoxs .Number {
	clear:both;
	float:left;
	margin:15px 0 0 0;
	font-size:22px;
	color:#CCC;
}
.footer .footerLogo {
	background-image: url(../img/logo.png);
	float: right;
	height: 22px;
	width:160px;
	margin-top: 20px;
	background-size:160px;
	background-repeat: no-repeat;
}
.footer .footerMenu {
	float: right;
	height: 22px;
	width: 382px;
	margin-top: 10px;
	margin-left: 10px;
	color:#666;
	font-family:Calibri;
	text-align:right;

}
.footer .footerMenu a{
	color:#FFF;
	text-decoration:none;
}

.footer .creditsMG
{
	float: right;
	width: 350px;
	height: 20px;
	margin-top: 2px;
	color:#999;
	text-align:right;
	font-size:14px;
}
.footer .creditsAV
{
	float: right;
	height: 20px;
	width: 350px;
	margin-top: 2px;
	color:#666;
	text-align:right;
	font-size:12px;
}
.footer .creditsAV a {
	 text-decoration:none;
	 color:#666;
}
swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
/*CAMBIO PUNTERO MOUSE*/
.swiper-container:hover {
cursor: url(../z_fun/sliderResp/img/pointmouse.png), pointer;
}
.swiper-wrapper, .swiper-slide{
	height: auto !important;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}
.descargarPdf{
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family: "Archivo Narrow", "Arial Narrow";
	font-size: 16px;
	color: #333;
	background-color: #FFC;
	text-align: center;
	clear: both;
	float: left;
	width: 80%;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 10%;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-weight: bold;
	text-decoration: none;
}
.descargarPdf img{
	vertical-align: middle;
}