<!DOCTYPE html>
<html dir='ltr' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<link href='https://www.blogger.com/static/v1/widgets/2944754296-widget_css_bundle.css' rel='stylesheet' type='text/css'/>
<!-- ADSENSE 20/20/2018 -->
<!-- ADSENSE 20/20/2018 -->
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<meta content='blogger' name='generator'/>
<link href='https://www.noticiascomunitat.com/favicon.ico' rel='icon' type='image/x-icon'/>
<link href='https://www.noticiascomunitat.com/' rel='canonical'/>
<link rel="alternate" type="application/atom+xml" title="Noticias Comunitat Valenciana (NCV) - Atom" href="https://www.noticiascomunitat.com/feeds/posts/default" />
<link rel="alternate" type="application/rss+xml" title="Noticias Comunitat Valenciana (NCV) - RSS" href="https://www.noticiascomunitat.com/feeds/posts/default?alt=rss" />
<link rel="service.post" type="application/atom+xml" title="Noticias Comunitat Valenciana (NCV) - Atom" href="https://www.blogger.com/feeds/103735505482262284/posts/default" />
<link rel="me" href="https://www.blogger.com/profile/11474532746172730691" />
<!--Can't find substitution for tag [blog.ieCssRetrofitLinks]-->
<meta content='Noticias de la Comunitat Valenciana: Alicante, Castellón y Valencia. Cultura, economía, sociedad, turismo, internet y tecnología, medio ambiente...' name='description'/>
<meta content='https://www.noticiascomunitat.com/' property='og:url'/>
<meta content='Noticias Comunitat Valenciana (NCV)' property='og:title'/>
<meta content='Noticias de la Comunitat Valenciana: Alicante, Castellón y Valencia. Cultura, economía, sociedad, turismo, internet y tecnología, medio ambiente...' property='og:description'/>
<!-- <meta HTTP-EQUIV='Refresh' content='8; URL=http://www.puntocomunica.com/'/> -->
<meta content='Noticias de la Comunitat Valenciana: Alicante, Castellón y Valencia. Cultura, economía, sociedad, turismo, internet y tecnología, gastronomía, medio ambiente, salud, eventos...' name='description'/>
<meta content='noticias comunitat, noticias comunitat valenciana, noticias comunidad valenciana, noticias alicante, noticias castellón, noticias valencia, NC, NCV' name='keywords'/>
<!-- Tuserco Travel -->
<!-- <script src='http://resources.dispongo.com/resources/iframeResizer.min.js' type='text/javascript'/> -->
<!-- Tuserco Travel -->
<!-- Start www.bloggertipandtrick.net: Changing the Blogger Title Tag -->
<title>Noticias Comunitat Valenciana (NCV)</title>
<!-- End www.bloggertipandtrick.net: Changing the Blogger Title Tag -->
<link href='YOUR-FAVICON-URL' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
<style id='page-skin-1' type='text/css'><!--
/*
-----------------------------------------------
Blogger Template Style
Name:   News Community
Author: Lasantha Bandara
URL 1:  http://www.premiumbloggertemplates.com/
URL 2:  http://www.bloggertipandtrick.net/
Date:   February 2011
License:  This free Blogger template is licensed under the Creative Commons Attribution 3.0 License, which permits both personal and commercial use.
However, to satisfy the 'attribution' clause of the license, you are required to keep the footer links intact which provides due credit to its authors. For more specific details about the license, you may visit the URL below:
http://creativecommons.org/licenses/by/3.0/
----------------------------------------------- */
/* Variable definitions
====================
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#fff">
<Variable name="textcolor" description="Text Color"
type="color" default="#333">
<Variable name="linkcolor" description="Link Color"
type="color" default="#084">
<Variable name="pagetitlecolor" description="Blog Title Color"
type="color" default="#666">
<Variable name="descriptioncolor" description="Blog Description Color"
type="color" default="#999">
<Variable name="titlecolor" description="Post Title Color"
type="color" default="#c60">
<Variable name="bordercolor" description="Border Color"
type="color" default="#ccc">
<Variable name="sidebarcolor" description="Sidebar Title Color"
type="color" default="#999">
<Variable name="sidebartextcolor" description="Sidebar Text Color"
type="color" default="#666">
<Variable name="visitedlinkcolor" description="Visited Link Color"
type="color" default="#084">
<Variable name="bodyfont" description="Text Font"
type="font" default="normal normal 100% Georgia, Serif">
<Variable name="headerfont" description="Sidebar Title Font"
type="font"
default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
<Variable name="pagetitlefont" description="Blog Title Font"
type="font"
default="normal normal 200% Georgia, Serif">
<Variable name="descriptionfont" description="Blog Description Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
<Variable name="postfooterfont" description="Post Footer Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
<Variable name="startSide" description="Side where text starts in blog language"
type="automatic" default="left">
<Variable name="endSide" description="Side where text ends in blog language"
type="automatic" default="right">
*/
/* Use this with templates/template-twocol.html */

--></style>
<!-- 21/03/2011 G.B. ENTRADAS RELACIONADAS -->
<script type='text/javascript'>
//<![CDATA[
var relatedTitles = new Array();
var relatedTitlesNum = 0;
var relatedUrls = new Array();
 
function related_results_labels(json) {
for (var i = 0; i < json.feed.entry.length; i++) {
var entry = json.feed.entry[i];
relatedTitles[relatedTitlesNum] = entry.title.$t;
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
relatedUrls[relatedTitlesNum] = entry.link[k].href;
relatedTitlesNum++;
break;
}
}
}
}
 
function removeRelatedDuplicates() {
var tmp = new Array(0);
var tmp2 = new Array(0);
for(var i = 0; i < relatedUrls.length; i++) {
if(!contains(tmp, relatedUrls[i])) {
tmp.length += 1;
tmp[tmp.length - 1] = relatedUrls[i];
tmp2.length += 1;
tmp2[tmp2.length - 1] = relatedTitles[i];
}
}
relatedTitles = tmp2;
relatedUrls = tmp;
}
function contains(a, e) {
for(var j = 0; j < a.length; j++) if (a[j]==e) return true;
return false;
}
 
function printRelatedLabels() {
var cuantosPosts = 0;
var r = Math.floor((relatedTitles.length - 1) * Math.random());
var i = 0;
var dirURL = document.URL;
document.write('<ul>');
while (i < relatedTitles.length && i < 20) {
if (relatedUrls[r] != dirURL) {
document.write('<li><a href="' + relatedUrls[r] + '" title="Post relacionado: 

'
+ relatedTitles[r] + '">' + relatedTitles[r] + '</a></li>');
}
if (r < relatedTitles.length - 1) {
r++;
} else {
r = 0;
}
i++;
cuantosPosts++;
if (cuantosPosts == 3) {
break;
}
}
document.write('</ul>');
}
//]]>
</script>
<!-- 21/03/2011 G.B. ENTRADAS RELACIONADAS -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
<script type='text/javascript'>
//<![CDATA[

(function($){
	/* hoverIntent by Brian Cherne */
	$.fn.hoverIntent = function(f,g) {
		// default configuration options
		var cfg = {
			sensitivity: 7,
			interval: 100,
			timeout: 0
		};
		// override configuration options with user supplied object
		cfg = $.extend(cfg, g ? { over: f, out: g } : f );

		// instantiate variables
		// cX, cY = current X and Y position of mouse, updated by mousemove event
		// pX, pY = previous X and Y position of mouse, set by mouseover and polling interval
		var cX, cY, pX, pY;

		// A private function for getting mouse position
		var track = function(ev) {
			cX = ev.pageX;
			cY = ev.pageY;
		};

		// A private function for comparing current and previous mouse position
		var compare = function(ev,ob) {
			ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
			// compare mouse positions to see if they've crossed the threshold
			if ( ( Math.abs(pX-cX) + Math.abs(pY-cY) ) < cfg.sensitivity ) {
				$(ob).unbind("mousemove",track);
				// set hoverIntent state to true (so mouseOut can be called)
				ob.hoverIntent_s = 1;
				return cfg.over.apply(ob,[ev]);
			} else {
				// set previous coordinates for next time
				pX = cX; pY = cY;
				// use self-calling timeout, guarantees intervals are spaced out properly (avoids JavaScript timer bugs)
				ob.hoverIntent_t = setTimeout( function(){compare(ev, ob);} , cfg.interval );
			}
		};

		// A private function for delaying the mouseOut function
		var delay = function(ev,ob) {
			ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
			ob.hoverIntent_s = 0;
			return cfg.out.apply(ob,[ev]);
		};

		// A private function for handling mouse 'hovering'
		var handleHover = function(e) {
			// next three lines copied from jQuery.hover, ignore children onMouseOver/onMouseOut
			var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTarget;
			while ( p && p != this ) { try { p = p.parentNode; } catch(e) { p = this; } }
			if ( p == this ) { return false; }

			// copy objects to be passed into t (required for event object to be passed in IE)
			var ev = jQuery.extend({},e);
			var ob = this;

			// cancel hoverIntent timer if it exists
			if (ob.hoverIntent_t) { ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t); }

			// else e.type == "onmouseover"
			if (e.type == "mouseover") {
				// set "previous" X and Y position based on initial entry point
				pX = ev.pageX; pY = ev.pageY;
				// update "current" X and Y position based on mousemove
				$(ob).bind("mousemove",track);
				// start polling interval (self-calling timeout) to compare mouse coordinates over time
				if (ob.hoverIntent_s != 1) { ob.hoverIntent_t = setTimeout( function(){compare(ev,ob);} , cfg.interval );}

			// else e.type == "onmouseout"
			} else {
				// unbind expensive mousemove event
				$(ob).unbind("mousemove",track);
				// if hoverIntent state is true, then call the mouseOut function after the specified delay
				if (ob.hoverIntent_s == 1) { ob.hoverIntent_t = setTimeout( function(){delay(ev,ob);} , cfg.timeout );}
			}
		};

		// bind the function to the two event listeners
		return this.mouseover(handleHover).mouseout(handleHover);
	};
	
})(jQuery);

//]]>
</script>
<script type='text/javascript'>
//<![CDATA[

/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.88 (08-JUN-2010)
 * Dual licensed under the MIT and GPL licenses.
 * http://jquery.malsup.com/license.html
 * Requires: jQuery v1.2.6 or later
 */
(function($){var ver="2.88";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,(!opts2.rev&&!opts.backwards));},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,(!opts.rev&&!opts.backwards));}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=false;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing; currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null,backwards:false};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);

//]]>
</script>
<script type='text/javascript'>
//<![CDATA[

/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> »</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 800,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);

//]]>
</script>
<script type='text/javascript'>
//<![CDATA[

function showrecentcomments(json){for(var i=0;i<a_rc;i++){var b_rc=json.feed.entry[i];var c_rc;if(i==json.feed.entry.length)break;for(var k=0;k<b_rc.link.length;k++){if(b_rc.link[k].rel=='alternate'){c_rc=b_rc.link[k].href;break;}}c_rc=c_rc.replace("#","#comment-");var d_rc=c_rc.split("#");d_rc=d_rc[0];var e_rc=d_rc.split("/");e_rc=e_rc[5];e_rc=e_rc.split(".html");e_rc=e_rc[0];var f_rc=e_rc.replace(/-/g," ");f_rc=f_rc.link(d_rc);var g_rc=b_rc.published.$t;var h_rc=g_rc.substring(0,4);var i_rc=g_rc.substring(5,7);var j_rc=g_rc.substring(8,10);var k_rc=new Array();k_rc[1]="Jan";k_rc[2]="Feb";k_rc[3]="Mar";k_rc[4]="Apr";k_rc[5]="May";k_rc[6]="Jun";k_rc[7]="Jul";k_rc[8]="Aug";k_rc[9]="Sep";k_rc[10]="Oct";k_rc[11]="Nov";k_rc[12]="Dec";if("content" in b_rc){var l_rc=b_rc.content.$t;}else if("summary" in b_rc){var l_rc=b_rc.summary.$t;}else var l_rc="";var re=/<\S[^>]*>/g;l_rc=l_rc.replace(re,"");if(m_rc==true)document.write('On '+k_rc[parseInt(i_rc,10)]+' '+j_rc+' ');document.write('<a href="'+c_rc+'">'+b_rc.author[0].name.$t+'</a> commented');if(n_rc==true)document.write(' on '+f_rc);document.write(': ');if(l_rc.length<o_rc){document.write('<i>“');document.write(l_rc);document.write('”</i><br/><br/>');}else{document.write('<i>“');l_rc=l_rc.substring(0,o_rc);var p_rc=l_rc.lastIndexOf(" ");l_rc=l_rc.substring(0,p_rc);document.write(l_rc+'…”</i>');document.write('<br/><br/>');}}}

function rp(json){document.write('<ul>');for(var i=0;i<numposts;i++){document.write('<li>');var entry=json.feed.entry[i];var posttitle=entry.title.$t;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break}}posttitle=posttitle.link(posturl);var readmorelink="(more)";readmorelink=readmorelink.link(posturl);var postdate=entry.published.$t;var cdyear=postdate.substring(0,4);var cdmonth=postdate.substring(5,7);var cdday=postdate.substring(8,10);var monthnames=new Array();monthnames[1]="Jan";monthnames[2]="Feb";monthnames[3]="Mar";monthnames[4]="Apr";monthnames[5]="May";monthnames[6]="Jun";monthnames[7]="Jul";monthnames[8]="Aug";monthnames[9]="Sep";monthnames[10]="Oct";monthnames[11]="Nov";monthnames[12]="Dec";if("content"in entry){var postcontent=entry.content.$t}else if("summary"in entry){var postcontent=entry.summary.$t}else var postcontent="";var re=/<\S[^>]*>/g;postcontent=postcontent.replace(re,"");document.write(posttitle);if(showpostdate==true)document.write(' - '+monthnames[parseInt(cdmonth,10)]+' '+cdday);if(showpostsummary==true){if(postcontent.length<numchars){document.write(postcontent)}else{postcontent=postcontent.substring(0,numchars);var quoteEnd=postcontent.lastIndexOf(" ");postcontent=postcontent.substring(0,quoteEnd);document.write(postcontent+'...'+readmorelink)}}document.write('</li>')}document.write('</ul>')}

//]]>
</script>
<script type='text/javascript'>
summary_noimg = 800;
summary_img = 650;
img_thumb_height = 150;
img_thumb_width = 200; 
</script>
<script type='text/javascript'>
//<![CDATA[

function removeHtmlTag(strx,chop){ 
	if(strx.indexOf("<")!=-1)
	{
		var s = strx.split("<"); 
		for(var i=0;i<s.length;i++){ 
			if(s[i].indexOf(">")!=-1){ 
				s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length); 
			} 
		} 
		strx =  s.join(""); 
	}
	chop = (chop < strx.length-1) ? chop : strx.length-2; 
	while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++; 
	strx = strx.substring(0,chop-1); 
	return strx+'...'; 
}

function createSummaryAndThumb(pID){
	var div = document.getElementById(pID);
	var imgtag = "";
	var img = div.getElementsByTagName("img");
	var summ = summary_noimg;
	if(img.length>=1) {	
		imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
		summ = summary_img;
	}
	
	var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
	div.innerHTML = summary;
}

//]]>
</script>
<style type='text/css'>
body{background: #EFEFEF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEQK9JF72LbdZwIXRMj1V66Jqwx9trh7O7C-YzKRAQkswb74LTY7Vkt1kGkEMn1V1qP3mJZt3fBSw63eRRHd7BEcplxpup9gZlmvnjsyphVnHwxRDOZfolL1r70IzyEqcSMFHxcp-kApA/s0/background.png) left top repeat-x;color:#222222;font-family:Arial,Helvetica,Sans-serif;font-size:13px;margin:0px;padding:20px 0px 0px 0px;}
a:link,a:visited{color:#084B8A;text-decoration: underline;outline:none;}
a:hover{color:#084B8A;text-decoration:none;outline:none;}
a img{border-width:0}
#body-wrapper{margin:0;padding:0;}
blockquote{overflow:hidden;padding-left:9px;font-style:italic;color:#666;border-left:3px solid #CADAE7}
/* Header-----------------------------------------------*/
#header-wrapper{width:950px;margin:0 auto 0;height:60px;padding:20px 0;overflow:hidden;}
#header-inner{background-position:center;margin-left:auto;margin-right:auto}
#header{margin:0;border:0 solid $bordercolor;color:$pagetitlecolor;float:left;width:47%;overflow:hidden;}
#header h1{color:#4E4D4D;margin-top:0px;margin-left:0px;padding:0px 0px 0px 15px;font-family:Arial, Helvetica, Sans-serif;font-weight:bold;font-size:40px;line-height:40px;}
#header .description{padding-left:20px;color:#666;font-size:14px;padding-top:5px;margin-top:-25px;}
#header h1 a,#header h1 a:visited{color:#4E4D4D;text-decoration:none}
#header h2{padding-left:15px;color:#736f74;font:14px Arial,Helvetica,Sans-serif}
#header2{float:right;width:51%;overflow:hidden;}
#header2 .widget{padding:0px 10px 0 10px;float:right}
.social-profiles{text-align:right;margin: 10px 10px 0 0;}
/* Outer-Wrapper----------------------------------------------- */
#outer-wrapper{width:950px;margin:0px auto 0px;padding:0;text-align:$startSide;font:$bodyfont;border:2px solid #CECECE;background:#fff;-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
#content-wrapper{background: #fff;}
#main-wrapper{width:510px;padding-left:0px;padding-right:0px;float:left;word-wrap:break-word;/* fix for long text breaking sidebar float in IE */
overflow:hidden;/* fix for long non-text content breaking IE sidebar float */
}
#lsidebar-wrapper{width:140px;float:left;margin-top:10px;margin-left:10px;margin-right:10px;word-wrap:break-word;/* fix for long text breaking sidebar float in IE */
overflow:hidden;/* fix for long non-text content breaking IE sidebar float */
}
#rsidebar-wrapper{width:260px;float:right;margin-top:10px;margin-left:10px;margin-right:10px;word-wrap:break-word;/* fix for long text breaking sidebar float in IE */
overflow:hidden;/* fix for long non-text content breaking IE sidebar float */
}
/* Headings----------------------------------------------- */
h2{margin:1.5em 0 .75em;font:$headerfont;color:$sidebarcolor}
/* Posts-----------------------------------------------*/
h2.date-header{margin:1.5em 0 .5em}
.post{border:1px solid #CECECE;background:#fff;margin-bottom:15px;padding:10px 10px 0 10px;}
.post-title{color:#084B8A;margin:0 0 10px 0;padding:0;font-family:Georgia,Times New Roman Times,Serif;font-size:24px;line-height:24px;}
.post-title a,.post-title a:visited,.post-title strong{display:block;text-decoration:none;color:#084B8A;}
.post-title strong,.post-title a:hover{text-decoration:none;color:#8A0808;}
.post-body{padding-top:0px;padding-bottom:0px;margin:0px;font-family: Georgia, Times New Roman Times, Serif;font-size:13px;line-height: 20px;}
.post-footer{margin:2px 0;color:$sidebarcolor;font:$postfooterfont;}
.comment-link{margin-$startSide:.6em}
.post-body img{padding:6px 6px 6px 6px;background: #fff;border:1px solid #ccc;margin:0 4px 4px 0;}
/* Comments----------------------------------------------- */
#comments h4{margin:1em 0;font-weight:bold;line-height:1.4em;letter-spacing:.2em;color:$sidebarcolor}
#comments-block3{padding:0;margin:0;float:left;overflow:hidden;position:relative;}
#comment-name-url{width:430px;float:left}
#comment-date{width:430px;float:left;margin-top:5px;font-size:10px;}
#comment-header{float:left;border:1px solid #d3d3d3;padding:5px 0 40px 10px;margin:5px 0px;background-color:#fff;position:relative;}
.avatar-image-container{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGf45-NggZ3v1s6WX2GhI1QvnLrDnZUZFPWhos7-iFk4qbRx_Vcq-cYFmdjUi8nxCexUYoTEI8WFrKQG2RZfpiyUkRAZi9L_a-BcaD1YC9IgVlYN0HFDjmWFw9ZgZONrxaiUGi0ssJHLw/s0/comment-avatar.jpg);width:32px;height:32px;float:right;margin:5px 10px 5px 5px;border:1px solid #ddd;position:absolute;top:5px;right:5px;}
.avatar-image-container img{width:32px;height:32px;}
a.comments-autor-name{color:#000;font:normal bold 12px Arial,Tahoma,Verdana}
a.says{color:#000;font:normal 11px Arial,Tahoma,Verdana}
.says a:hover{text-decoration:none}
.deleted-comment{font-style:italic;color:gray}
#blog-pager-newer-link{float:$startSide}
#blog-pager-older-link{float:$endSide}
#blog-pager{text-align:center}
.feed-links{clear:both;line-height:2.5em}
/* Sidebar Content----------------------------------------------- */
.sidebar{margin:0 0 10px 0;color: #252424;}
.sidebar a{text-decoration:none;color: #252424;}
.sidebar a:hover{text-decoration:none;color:#BC0C0C;}
.sidebar h2{color:#1E1E1E;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2K5tXkt-4UzB7bTkTLQiFE6UVrhfUPtJuzHL-J3RpaSTASKZdyapiAJ9g9mJOw52ygTPF1YBuRO9Ya9HCCJba_QkvLH34O7P0udSOhvXFEV9Vuyt_PTK6JwF-6TzPc4_21CcJmOfEUmo/s0/widget-title-bg.png) left center no-repeat;font-size:18px;line-height:18px;font-family:Georgia,Times New Roman Times,Serif;font-weight:bold;margin:0 0 5px 0;padding:2px 0 2px 18px;}
.sidebar ul{list-style-type:none;margin:0px;padding:0px;}
.sidebar ul li{padding:6px 0 6px 0;margin:0;border-bottom:1px solid #D5D5D5;}
.sidebar .widget{margin: 0 0 15px 0;padding:0px;}
.main .widget{margin:0 0 1.5em;padding:0 0 1.5em}
.main .Blog{border-bottom-width:0}
/* Profile ----------------------------------------------- */
.profile-img{float:$startSide;margin-top:0;margin-$endSide:5px;margin-bottom:5px;margin-$startSide:0;padding:4px;border:1px solid $bordercolor}
.profile-data{margin:0;letter-spacing:.1em;font:$postfooterfont;color:$sidebarcolor;font-weight:bold;line-height:1.6em}
.profile-datablock{margin:.5em 0 .5em}
.profile-textblock{margin:0.5em 0;line-height:1.6em}
.profile-link{font:$postfooterfont;letter-spacing:.1em}
#navbar-iframe{height:0;visibility:hidden;display:none}
.featuredposts{margin:10px 0 15px 0;border:1px solid #19191A;width:508px;background:#19191A;height:400px;overflow:hidden;}
.fp-slides{}
.fp-post{padding:13px}
.fp-thumbnail{width:474px;height:260px;margin-bottom:10px;overflow:hidden;border:4px solid #DEDEDE;}
.fp-title{color:#B9B9B9;font:bold 16px Georgia, Times New Roman Times, Serif;padding:0 0 4px 0;margin:0;}
.fp-title a{color:#B9B9B9;text-decoration:none}
.fp-title a:hover{color:#fff;text-decoration:none;}
.fp-label{color:#333;margin:15px 15px 0 15px;padding:0;font:bold 16px/16px Arial,Helvetica,Sans-serif}
.fp-post p{color:#777777;padding:0;margin:0;font:12px/16px Arial,Helvetica,Sans-serif;height:47px;overflow:hidden;}
.fp-more,.fp-more:hover{color:#fff;font-weight:bold}
.fp-nav{width:480px;padding:0 15px 20px 10px}
.fp-pager a{background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkkeF92rOhRqOUW6z1yQpIi9cDrkSdAxLWl2xbx0DnHJ_lm-lnDnhvPZK3ESKjID7QVttZ0Rb_dyBk8qkogMbey9KQAqxpd_6htFQkvubjLJsY9tDBKi7UtVHOzfag4UxmKG0GqINLJ-k/s0/featured-pager.png);cursor:pointer;margin:3px 6px 0 0;padding:0;height:10px;width:10px;display:block;float:left;overflow:hidden;text-indent:-999px;background-position:0 0;}
.fp-pager a:hover,.fp-pager a.activeSlide{text-decoration:none;background-position:0 -110px}
.fp-prev{float:right;margin-right:4px;width:15px;height:17px;opacity:0.7;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsCoSLs4LnAFMDo3oyy0KKoc2r6JaeHF7v8HfpEJO0sViPokfghHPDlhGwY6nseUjHjRnTNHJhRJOmGpHw5Xjq8621okBo3ZZ8aCGfEOkI9IHml-DLKGx6yF4GKdFiJ5WNLqc6MfAHnUE/s0/featured-prev.png) top left no-repeat;}
.fp-prev:hover{opacity:1}
.fp-prev:active{opacity:0.7}
.fp-next{float:right;width:15px;height:17px;margin-left:4px;opacity:0.7;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_gn42b4ci22Exj5qrhCt0B064fAkjqA3sEItxHBTWZD9HnrXOnxy6L_QMk8vv-v-fBMQKmCkCOb6cq0xok-DOKYQz3qmD2n7rd4xgGfpkOn9u9FwKy0rlUpBXRkjnngn-PU6hYJOkBfU/s0/featured-next.png) top left  no-repeat;}
.fp-next:hover{opacity:1}
.fp-next:active{opacity:0.7}
.menus,.menus *{margin:0;padding:0;list-style:none;list-style-type:none;line-height:1.0}
.menus ul{position:absolute;top:-999em;width:100%}
.menus ul li{width:100%}
.menus li:hover{visibility:inherit}
.menus li{float:left;position:relative}
.menus a{display:block;position:relative}
.menus li:hover ul,.menus li.sfHover ul{left:0;top:100%;z-index:99}
.menus li:hover li ul,.menus li.sfHover li ul{top:-999em}
.menus li li:hover ul,.menus li li.sfHover ul{left:100%;top:0}
.menus li li:hover li ul,.menus li li.sfHover li ul{top:-999em}
.menus li li li:hover ul,.menus li li li.sfHover ul{left:100%;top:0}
.sf-shadow ul{padding:0 8px 9px 0;-moz-border-radius-bottomleft:17px;-moz-border-radius-topright:17px;-webkit-border-top-right-radius:17px;-webkit-border-bottom-left-radius:17px}
.menus .sf-shadow ul.sf-shadow-off{background:transparent}
/* .menu-primary-wrap{padding:8px 0 5px 15px;position:relative;height:28px;z-index:400} */
.menu-primary-wrap{padding:8px 0 5px 1px;position:relative;height:1px;z-index:400}
.menu-primary{}
.menu-primary ul{min-width:160px}
.menu-primary li a{color:#666;padding:8px 30px 8px 0;margin-right:6px;text-decoration:none;font:11px Arial,Helvetica,Sans-serif;}
.menu-primary li a:hover,.menu-primary li a:active,.menu-primary li a:focus,.menu-primary li:hover > a,.menu-primary li.current-cat > a,.menu-primary li.current_page_item > a,.menu-primary li.current-menu-item > a{color:#084B8A;outline:0}
.menu-primary li li a{color:#696969;text-transform:none;background:#EEE;padding:10px 15px;margin:0;font-weight:normal}
.menu-primary li li a:hover,.menu-primary li li a:active,.menu-primary li li a:focus,.menu-primary li li:hover > a,.menu-primary li li.current-cat > a,.menu-primary li li.current_page_item > a,.menu-primary li li.current-menu-item > a{color:#fff;background:#084B8A;outline:0}
.menu-primary a.sf-with-ul{padding-right:30px;min-width:1px}
.menu-primary .sf-sub-indicator{position:absolute;display:block;overflow:hidden;right:0;top:0;padding:6px 18px 0 0}
.menu-primary li li .sf-sub-indicator{padding:8px 15px 0 0}
.menu-primary-wrap .sf-shadow ul{background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjer5v5BUbHGezd0O91u9aiVjrQ-eAU9CvTknvGTn4tF8iDEF6mn7pokyCEX5kr_kj4dvCnnIj0cpMGixAv6vN3Jgauthxy08vKRRnC0ClpBcAB9WJXCcrTBvCC61SzpLFkoGCxi_m1Csw/s0/menu-primary-shadow.png') no-repeat bottom right}
.menu-secondary-wrap{padding:0 0 0 10px;margin:0;position:relative;height:40px;z-index:300;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjihfoYt0305jd3k9nAJKwKqv6BHoqv1zVvz-r8uSz5YPMbniC92PhaTqOh6TGsZFPCXR7iVCIcAWik5QDqyR30qjVqzp7lxiPU7EEn2zaRe5rDFhKatAOustFkXJNT5csTW3KEcsKn19w/s0/menu-secondary-bg.png) left top repeat-x}
.menu-secondary{height:40px}
.menu-secondary ul{min-width:160px}
.menu-secondary li a{color:#fff;padding:11px 15px 14px 15px;text-decoration:none;font:12px Arial,Helvetica,Sans-serif;margin-right:2px}
.menu-secondary li a:hover,.menu-secondary li a:active,.menu-secondary li a:focus,.menu-secondary li:hover > a,.menu-secondary li.current-cat > a,.menu-secondary li.current_page_item > a,.menu-secondary li.current-menu-item > a{color:#fff;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjihfoYt0305jd3k9nAJKwKqv6BHoqv1zVvz-r8uSz5YPMbniC92PhaTqOh6TGsZFPCXR7iVCIcAWik5QDqyR30qjVqzp7lxiPU7EEn2zaRe5rDFhKatAOustFkXJNT5csTW3KEcsKn19w/s0/menu-secondary-bg.png) left -140px repeat-x;outline:0}
.menu-secondary li li a{color:#fff;background:#CB1212;padding:10px 15px;text-transform:none;margin:0;font-weight:normal}
.menu-secondary li li a:hover,.menu-secondary li li a:active,.menu-secondary li li a:focus,.menu-secondary li li:hover > a,.menu-secondary li li.current-cat > a,.menu-secondary li li.current_page_item > a,.menu-secondary li li.current-menu-item > a{color:#fff;background:#2B2B2C;outline:0}
.menu-secondary a.sf-with-ul{padding-right:26px;min-width:1px}
.menu-secondary .sf-sub-indicator{position:absolute;display:block;overflow:hidden;right:0;top:0;padding:11px 13px 0 0}
.menu-secondary li li .sf-sub-indicator{padding:6px 13px 0 0}
.menu-secondary-wrap .sf-shadow ul{background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJiQcc3TIzQvlHMy_F6sTAnvsqAmQzQg3z0xtQcvvjtiasqpwXraP4r2hYqyGMas9h5kWFaxmOkFNWw7LftLVUZkYKBa_qT4IhUYUFSTodq3Lqsr0Nj4dhyphenhyphenreQ96QzC66XJ90t7o1PNvE/s0/menu-secondary-shadow.png') no-repeat bottom right}
.postmeta-primary{color:#777;font-size:11px;padding:0 0 10px 0}
.postmeta-secondary{color:#777;font-size:11px;padding:0 0 15px 0}
.meta_date,.meta_author,.meta_comments,.meta_edit,.meta_categories,.meta_tags{padding:3px 0 3px 20px;background-position:left center;background-repeat:no-repeat}
.meta_date{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhl7vEmf2Hc5eiZQT8ao96mSW4peauawcRp9t2Zz3nXBQlZBt3De9AhbvkR9itxTs9x74jujGONnzuCES-jTtgrMW2YJaZvr_a17CqQw9TSyDOmzo8XgGMUad-_2RF26SwMogThQ-W2x5Q/s0/time.png)}
.meta_author{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidFnQzKheUANRP8tehDS528pwSQGpS97YWI_8c_n7Hi9FJBI6_UkLQBnNr5DYE2CweU0Xee1E1jfiOi7vDvFUwlSQ2X1trZcdJwHgA0P8qvj2M2ENo4-P97rIQKHnsvDg1XcNCr9InVx0/s0/author.png)}
.meta_comments{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhC5kt9ol9RhpCZBzEw0Pg8W3_TGMKjhYjYcMBVjvCA-uMdwvwb2FtlHUrWN1Mit41iT2yK5ogjYU7ZrhIFaf19baR_H1HxQtQwnKrVqfw4FyDmf4YDv9VS29wcqvkp-avnsZtE-i67QM/s0/comments.png)}
.meta_edit{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5ZyIV7SmMwIRVXrYzUd51VXms4sjUNCPxRouCyYkoxfLsO57789hyphenhyphenB4MLICE8iDnhG9RXQ2ElSdfJ2Fyox665_fvU8PyoLO8DpRv4oNCd6VQpRiKZvOIxv1qyXynTU9TwVwYPfsRFQtE/s0/edit.png)}
.meta_categories{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9Bf3UlQ8xQYmMAiI8lV8sRoBi14s_nA7ax_thCNtDq_CRKx-UK6ixxFlTihDCNnpn3SycrHuqboAImfeyPPSR7pQH4dz8vQaQyOEOKuERwjUpmbX9o_MiOFUzBJ5OpomVnLJGHd5uhi0/s0/cat.png)}
.meta_tags{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzBGeiDKNYY4oQBJQ9yXuBAcukukoTVlgp8x2D0L2b_1M0WIYQvP4DrV37UtbqzYqrZLK3Ua_J3mLXHRwxi_gs3lVb6AtKWzNDKc9KDWUyXiWp43u5d_S7vYzRd61E0e4cA54Un4NDeNA/s0/tags.png)}
.readmore-wrap{margin-bottom:15px;float:right}
a.readmore{color:#6D6D6D;background:#E5E5E5;padding:5px 14px;font-size:11px;line-height:11px;display:block;text-decoration:none}
a.readmore:hover{color:#fff;background:#B20B0B;text-decoration:none}
.social-connect-widget{background:#fff;border:1px solid #C4C4C4;padding:10px;}
.social-connect-widget:hover{background:#fff;border:1px solid #777777;}
.social-connect-widget a{text-decoration:none;font-weight:bold;font-family:Arial,Helvetica,Sans-serif;color:#252424;}
.social-connect-widget a:hover{text-decoration:underline;color:#bc0c0c;}
.social-connect-widget img{vertical-align:middle;margin-right:5px}
/* FOOTER */
#footer-wrap{}
#footer{}
#copyrights{color:#eee;text-align:center;padding:18px 0;background:#202021;-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}
#copyrights a{color:#eee}
#copyrights a:hover{color:#fff;text-decoration:none}
#credits{color:#333;text-align:center;font-size:12px;padding:10px 0}
#credits a{color:#333;text-decoration:none;font-style:italic;}
#credits a:hover{text-decoration:none;color:#333;font-style:italic;}
/* -- NUMBER PAGE NAVIGATION -- */
.showpageNum a{font:15px Arial,Verdana;padding:4px 8px;margin:0 4px;text-decoration:none;border:0 solid #333;background:#dfdfdf;color:#686868;border:1px solid #989898}
.showpageOf{margin:0 8px 0 0;color:#222;font:15px Arial,Verdana}
.showpageNum a:hover{color:#494949;background:#dfdfdf;border:1px solid #626262}
.showpageArea{margin:10px 0;font:15px Arial,Verdana;color:#111}
.showpagePoint{color:#434343;font:bold 15px Arial,Verdana;padding:4px 8px;margin:2px;border:1px solid #b6b5b5;background:#fff;text-decoration:none}
.addthis_toolbox{padding:5px 0 0px 0;text-align:center;}
.addthis_toolbox .custom_images a{width:32px;height:32px;margin:0 0px 0 0px;padding:0}
.addthis_toolbox .custom_images a:hover img{opacity:1}
.addthis_toolbox .custom_images a img{opacity:0.65}
#comment-form iframe{padding:5px;width:450px}
#search{border:1px solid #C0C0C0;background:#fff;height:30px;padding:0;text-align:left;overflow:hidden}
#search #s{background:none;color:#515151;border:0;padding:4px;margin:3px 0 0 2px;float:left}
#search .search-image{border:0;vertical-align:top;float:right;margin:6px 4px 0 2px}
#search-wrap{width:300px;padding:15px 0}
.topsearch #search{margin:0px 0 0 0}
.tabs-widget{list-style:none;list-style-type:none;margin:0 0 10px 0;padding:0;height:26px}
.tabs-widget li{list-style:none;list-style-type:none;margin:0 0 0 4px;padding:0;float:left}
.tabs-widget li:first-child{margin:0}
.tabs-widget li a{color:#fff;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_Y3xJ0VKAGjQnlDJhKKKNdiEjCCgLWwF6UYHOTrTw8xekERFSfDzUqIzFUlmLQcnf4wFmL4tqs7GfarxyEWyCiXA3K4uyEyvt5M9Js3nDBaIf1IMQkJyhLkDgHdt9hpqOnQ9R81E_ACo/s0/tabs-bg.png) left top repeat-x;padding:5px 10px;font-family:Arial,Helvetica,Sans-serif;font-weight:normal;display:block;text-decoration:none;font-size:12px;-moz-border-radius:5px 5px 0 0;-khtml-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}
.tabs-widget li a:hover,.tabs-widget li a.tabs-widget-current{background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_Y3xJ0VKAGjQnlDJhKKKNdiEjCCgLWwF6UYHOTrTw8xekERFSfDzUqIzFUlmLQcnf4wFmL4tqs7GfarxyEWyCiXA3K4uyEyvt5M9Js3nDBaIf1IMQkJyhLkDgHdt9hpqOnQ9R81E_ACo/s0/tabs-bg.png) left -126px repeat-x;color:#fff;text-decoration:none}
.tabs-widget-content{background:#fff;}
.tabviewsection{margin-top:10px;margin-bottom:2px;}
.widget-wrap{list-style-type:none;list-style:none;margin:0 0 15px 0;padding:0}
h3.widgettitle{color:#1E1E1E;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2K5tXkt-4UzB7bTkTLQiFE6UVrhfUPtJuzHL-J3RpaSTASKZdyapiAJ9g9mJOw52ygTPF1YBuRO9Ya9HCCJba_QkvLH34O7P0udSOhvXFEV9Vuyt_PTK6JwF-6TzPc4_21CcJmOfEUmo/s0/widget-title-bg.png) left center no-repeat;font:bold 18px/18px Georgia,Times New Roman Times,Serif;margin:0 0 5px 0;padding:2px 0 2px 18px;}
h3.widgettitle a,h3.widgettitle a:hover{color:#1E1E1E;text-decoration:none}
div.span-1,div.span-2,div.span-3,div.span-4,div.span-5,div.span-6,div.span-7,div.span-8,div.span-9,div.span-10,div.span-11,div.span-12,div.span-13,div.span-14,div.span-15,div.span-16,div.span-17,div.span-18,div.span-19,div.span-20,div.span-21,div.span-22,div.span-23,div.span-24{float:left;margin-right:10px}
.span-1{width:30px}.span-2{width:70px}.span-3{width:110px}.span-4{width:150px}.span-5{width:190px}.span-6{width:230px}.span-7{width:270px}.span-8{width:310px}.span-9{width:350px}.span-10{width:390px}.span-11{width:430px}.span-12{width:470px}.span-13{width:510px}.span-14{width:550px}.span-15{width:590px}.span-16{width:630px}.span-17{width:670px}.span-18{width:710px}.span-19{width:750px}.span-20{width:790px}.span-21{width:830px}.span-22{width:870px}.span-23{width:910px}.span-24,div.span-24{width:950px;margin:0}input.span-1,textarea.span-1,input.span-2,textarea.span-2,input.span-3,textarea.span-3,input.span-4,textarea.span-4,input.span-5,textarea.span-5,input.span-6,textarea.span-6,input.span-7,textarea.span-7,input.span-8,textarea.span-8,input.span-9,textarea.span-9,input.span-10,textarea.span-10,input.span-11,textarea.span-11,input.span-12,textarea.span-12,input.span-13,textarea.span-13,input.span-14,textarea.span-14,input.span-15,textarea.span-15,input.span-16,textarea.span-16,input.span-//7,textarea.span-17,input.span-18,textarea.span-18,input.span-19,textarea.span-19,input.span-20,textarea.span-20,input.span-21,textarea.span-21,input.span-22,textarea.span-22,input.span-23,textarea.span-23,input.span-24,textarea.span-24{border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important}input.span-1,textarea.span-1{width:18px!important}input.span-2,textarea.span-2{width:58px!important}input.span-3,textarea.span-3{width:98px!important}input.span-4,textarea.span-4{width:138px!important}input.span-5,textarea.span-5{width:178px!important}input.span-6,textarea.span-6{width:218px!important}input.span-7,textarea.span-7{width:258px!important}input.span-8,textarea.span-8{width:298px!important}input.span-9,textarea.span-9{width:338px!important}input.span-10,textarea.span-10{width:378px!important}input.span-11,textarea.span-11{width:418px!important}input.span-12,textarea.span-12{width:458px!important}input.span-13,textarea.span-13{width:498px!important}input.span-14,textarea.span-14{width:538px!important}input.span-15,textarea.span-15{width:578px!important}input.span-16,textarea.span-16{width:618px!important}input.span-17,textarea.span-17{width:658px!important}input.span-18,textarea.span-18{width:698px!important}input.span-19,textarea.span-19{width:738px!important}input.span-20,textarea.span-20{width:778px!important}input.span-21,textarea.span-21{width:818px!important}input.span-22,textarea.span-22{width:858px!important}input.span-23,textarea.span KEY idth:898px!important}input.span-24,textarea.span-24{width:938px!important}.last{margin-right:0;padding-right:0}
.last,div.last{margin-right:0}
</style>
<!--[if lte IE 6]> <style type='text/css'> #lsidebar-wrapper{float:left;margin-left:5px;} #rsidebar-wrapper{float:right;margin-right:5px;} </style> <![endif]-->
<!--COOKIEBOT 09/05/2018 KEY: d7962d47-4822-4eb6-9e79-aaaab476596b -->
<!-- <script async='async' data-cbid='d7962d47-4822-4eb6-9e79-aaaab476596b' id='Cookiebot' src='https://consent.cookiebot.com/uc.js' type='text/javascript'/> -->
<link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=103735505482262284&amp;zx=a2049184-c58a-4631-90f0-913a64e67470' media='none' onload='if(media!=&#39;all&#39;)media=&#39;all&#39;' rel='stylesheet'/><noscript><link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=103735505482262284&amp;zx=a2049184-c58a-4631-90f0-913a64e67470' rel='stylesheet'/></noscript>
<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>

</head>
<body>
<!--NUEVO AVISO COOKIES 14052021 -->
<!-- <script data-cmp-ab='1' data-cmp-cdn='cdn.consentmanager.mgr.consensu.org' data-cmp-host='consentmanager.mgr.consensu.org' data-cmp-id='28551' src='https://cdn.consentmanager.mgr.consensu.org/delivery/automatic.min.js' type='text/javascript'/> -->
<!--NUEVO AVISO COOKIES 14052021 -->
<div class='navbar section' id='navbar'><div class='widget Navbar' data-version='1' id='Navbar1'><script type="text/javascript">
    function setAttributeOnload(object, attribute, val) {
      if(window.addEventListener) {
        window.addEventListener('load',
          function(){ object[attribute] = val; }, false);
      } else {
        window.attachEvent('onload', function(){ object[attribute] = val; });
      }
    }
  </script>
<div id="navbar-iframe-container"></div>
<script type="text/javascript" src="https://apis.google.com/js/platform.js"></script>
<script type="text/javascript">
      gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() {
        if (gapi.iframes && gapi.iframes.getContext) {
          gapi.iframes.getContext().openChild({
              url: 'https://www.blogger.com/navbar/103735505482262284?origin\x3dhttps://www.noticiascomunitat.com',
              where: document.getElementById("navbar-iframe-container"),
              id: "navbar-iframe"
          });
        }
      });
    </script><script type="text/javascript">
(function() {
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js';
var head = document.getElementsByTagName('head')[0];
if (head) {
head.appendChild(script);
}})();
</script>
</div></div>
<script type='text/javascript'>
/* <![CDATA[ */
jQuery.noConflict();
jQuery(function(){ 
	jQuery('ul.menu-primary').superfish({ 
	animation: {opacity:'show'},
autoArrows:  true,
                dropShadows: false, 
                speed: 200,
                delay: 800
                });
            });

jQuery(function(){ 
	jQuery('ul.menu-secondary').superfish({ 
	animation: {opacity:'show'},
autoArrows:  true,
                dropShadows: false, 
                speed: 200,
                delay: 800
                });
            });

jQuery(document).ready(function() {
	jQuery('.fp-slides').cycle({
		fx: 'fade',
		timeout: 4000,
		delay: 0,
		speed: 400,
		next: '.fp-next',
		prev: '.fp-prev',
		pager: '.fp-pager',
		continuous: 0,
		sync: 1,
		pause: 1,
		pauseOnPagerHover: 1,
		cleartype: true,
		cleartypeNoBg: true
	});
 });

/* ]]> */
</script>
<div id='body-wrapper'><div id='outer-wrapper'><div id='wrap2'>
<!-- skip links for text browsers -->
<span id='skiplinks' style='display:none;'>
<a href='#main'>skip to main </a> |
      <a href='#sidebar'>skip to sidebar</a>
</span>
<div class='span-24'>
<div class='span-21'>
<div class='menu-primary-wrap'>
<div class='pagelistmenusblog no-items section' id='pagelistmenusblog'></div>
</div>
</div>
</div>
<div style='clear:both;'></div>
<div id='header-wrapper' style='background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNM1JP_jJIwLeqN7n4w8sjkSNbAa2kkAxe2nEDWIHPiBAdm5gdP9nYNsoUrAgXtO7Kn0PdvL5yDY-J65G-cZiQECTqHNR1vo3aqEJeCz_pfcdVnG8u22qlIDPH5l5Y9qrq2p1k376qeA/s1600/nc-top.gif")no-repeat center center;'>
<div class='header section' id='header'><div class='widget Header' data-version='1' id='Header1'>
<div id='header-inner'>
<a href='https://www.noticiascomunitat.com/' style='display: block'>
<img alt='Noticias Comunitat Valenciana (NCV)' height='77px; ' id='Header1_headerimg' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0T9_GcAqgb3f5Nln4OrHjOmfuQHHpENpH29YD2Q2U6I-PqA9EAIlj0Ws4lT5DSArr1M7xu8q8IPkqWg9EivbLToOA9COj35N8Cn10oy7ZJcvsGGUH7_-d686EDChz5CVgSf1c1G_ajm4/s1600/NOTICIAS+COMUNITAT+VALENCIANA+-+LOGO.png' style='display: block' width='150px; '/>
</a>
</div>
</div></div>
<div class='header section' id='header2'><div class='widget Text' data-version='1' id='Text2'>
<div class='widget-content'>
<br /><span =""  style="color:#ff6600;"><h3>NOTICIAS DE LA COMUNITAT VALENCIANA (<b>NCV</b>):<br />Alicante, Castellón y Valencia. <span style="font-weight: normal;font-size:100%;"> <a href="http://noticiascomunitat.blogspot.com/">www.noticiascomunitat.com </a><small> (<a href="http://www.noticiascomunitat.es/">.es</a>)</small></span></h3></span><br />
</div>
<div class='clear'></div>
</div></div>
<div style='clear:both;'></div>
</div>
<div style='clear:both;'></div>
<div class='span-24'>
<div class='menu-secondary-wrap'>
<ul class='menus menu-secondary'>
<li><a href='https://www.noticiascomunitat.com/'>Home</a></li>
<!-- <li><a href='#'>Secciones en NC</a> -->
<!-- <ul class='children'> -->
<!-- <li><a href='http://noticiascomunitat.blogspot.com.es/search/label/agricultura%20comunitat/'>Agricultura Comunitat</a></li> -->
<!-- <li><a href='http://noticiascomunitat.blogspot.com/search/label/Cultura/'>Cultura</a></li> -->
<!-- <li><a href='http://noticiascomunitat.blogspot.com/search/label/economía/'>Economía</a></li> -->
<!-- <li><a href='http://noticiascomunitat.blogspot.com/search/label/educación/'>Educación</a></li> -->
<!-- <li><a href='http://noticiascomunitat.blogspot.com/search/label/eventos/'>Eventos</a></li> -->
<!-- <li><a href='http://noticiascomunitat.blogspot.com.es/search/label/internet%20y%20tecnolog%C3%ADa'>Internet y Tecnología</a></li> -->
<!-- <li><a href='http://noticiascomunitat.blogspot.com/search/label/medioambiente/'>Medioambiente</a></li> -->
<!-- <li><a href='http://noticiascomunitat.blogspot.com/search/label/sociedad/'>Sociedad</a></li> -->
<!-- </ul> -->
<!-- </li> -->
<li><a href='http://www.noticiascomunitat.com/search/label/Cultura' target='_self'>Cultura</a></li>
<li><a href='http://www.noticiascomunitat.com/search/label/economía' target='_self'>Economía</a></li>
<li><a href='http://www.noticiascomunitat.com/search/label/internet y tecnología' target='_self'>Tecnología</a></li>
<li><a href='http://www.noticiascomunitat.com/search/label/medioambiente' target='_self'>Medioambiente</a></li>
<!-- <li><a href='http://www.noticiascomunitat.tk/p/plantas-comunitat-valenciana.html' target='_self'>Flora</a></li> -->
<li><a href='http://www.noticiascomunitat.com/search/label/Salud' target='_self'>Salud</a></li>
<li><a href='http://www.noticiascomunitat.com/search/label/sociedad' target='_self'>Sociedad</a></li>
<li><a href='http://www.noticiascomunitat.com/search/label/turismo' target='_self'>Turismo y Eventos</a></li>
<!-- <li><a href='http://www.noticiascomunitat.tk/p/diccionario-de-informatica-basica.html' target='_self'>Diccionario</a></li> -->
<li><a href='http://www.puntocomunica.com/contacto-2/' target='_blank'>Contacto</a></li>
</ul>
</div>
</div>
<div style='clear:both;'></div>
<div id='content-wrapper'>
<!-- ANUNCIOS -->
<div align='center' style='padding-top:5px'>
<!-- Buscador Tuserco Travel -->
<!-- <iframe height='180' id='iBuscador' marginheight='0' marginwidth='0' scrolling='no' src='https://booking.tusercotravel.com/es/buscador-iframe.html' style='width: 100%; border: 0;' width='300'/> <script type='text/javascript'> jQuery(document).ready(function () { iFrameResize({ log: false, enablePublicMethods: true, inPageLinks: true, sizeHeight: true, heightCalculationMethod: &#39;grow&#39;, checkOrigin: false, inPageLinks: true }, &#39;#iBuscador&#39;)}); </script> -->
<!-- Buscador Tuserco Travel -->
<!-- <a alt='PanelDECO: Paneles Decorativos' href='http://paneldeco.com/es' rel='nofollow' target='_blank' title='PanelDECO: Paneles Decorativos - www.paneldeco.com'><img alt='PanelDECO: Paneles Decorativos de Poliuretano' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_5DDHGMC_SSD-_eaUrTTFgWMMYy8XmD-BCUFtLeXigpWivh7RHdSehJWaX-1EAxkcYtk3gOYd7M9jnj4PU3W33IYB2J5OljqBO7Saq7QSFM_Bq9NaNaoX9bJw-Ucjwr-afoLX9B5s6YE/s1600/PANELDECO.gif' title='PanelDECO: Paneles Decorativos - www.paneldeco.com'/></a> -->
<!-- <script type='text/javascript'> google_ad_client = &#39;ca-pub-8527080625921352&#39;; google_ad_slot = &#39;1864212044&#39;; google_ad_width = 728; google_ad_height = 90; </script> -->
<!-- 728x90 -->
<!-- <script src='//pagead2.googlesyndication.com/pagead/show_ads.js' type='text/javascript'> </script> -->
</div>
<!-- ANUNCIOS -->
<div id='crosscol-wrapper' style='text-align:left'>
<div class='crosscol no-items section' id='crosscol'></div>
</div>
<div id='lsidebar-wrapper'>
<div class='social-connect-widget' style='margin-top:0px;margin-bottom:10px;'>
<a href='https://www.noticiascomunitat.com/feeds/posts/default'><img alt='RSS Feed' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitxdCmPd81lFyN-feVkmwttoGHImLFz88FiOGd07txnpqN6o94FvpUy_xn-6ZFiJA_waPucTXHbvyWlx3HShby7JNw6bW6zWgmBAkCXYeQ3dMeDYvveUVwd-Vbe8gjoou8lUKKA6pH3tI/s0/social-connect-rss.png' title='RSS Feed'/></a><a href='https://www.noticiascomunitat.com/feeds/posts/default'>Suscribirse</a>
</div>
<div class='social-connect-widget' style='margin-bottom:10px;'>
<a href='http://twitter.com/ncomunitat'><img alt='Síguenos en Twitter!' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHLAUKNPSe8VOiRWaBZETwuTgi8Q4uOiR0Nj6sqjbIJhmhMFMLqtA2PjB3sHpeNeccvqqUMHWPemYxfOeCTbZi0mI-g_Z48-8py3ebmR_ah6wPkgX8qXd553svsy9sf0hk6RRGsZzH9lY/s0/social-connect-twitter.png' title='Síguenos Twitter!'/></a><a href='http://twitter.com/ncomunitat'>Síguenos!</a>
</div>
<div class='social-connect-widget' style='margin-bottom:10px;'>
<a href='https://www.facebook.com/noticiascomunitatvalenciana' target='_blank'><img alt='Síguenos en Facebook!' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibbUFfMhTKbMv5C_WG8z7Sr4FZIBOmpENLsQ8NiG5DoxQNmQsySCvtHa3AV3T1ZdAcucCbob5OHKdBaxkpr-LndklGQRTkVbQhLzDmTyIILdTDF2WZxE4hlAa_f3ahfvG-yjpoj3jj6kg/s0/social-connect-facebook.png' title='Hazte Fan'/></a><a href='https://www.facebook.com/noticiascomunitatvalenciana' target='blank'>NCV</a>
</div>
<div style='height:5px;clear:both;'></div>
<div class='sidebar section' id='sidebarleft'><div class='widget HTML' data-version='1' id='HTML9'>
<div class='widget-content'>
<h2><a href="http://www.noticiascomunitat.com/p/plantas-comunitat-valenciana.html" target="_self">Plantas de la Comunitat Valenciana</a></h2>
<h3 style="background-color: white; color: #222222; font-family: Georgia, 'Times New Roman Times', serif; line-height: 20px; text-align: justify;"><div style="text-align: center;"><a href="http://www.noticiascomunitat.com/search/label/a%20diccionario%20plantas" style="color: #084b8a; outline: none;" target="_blank">A</a>  B  C  D  E  <a href="http://www.noticiascomunitat.com/search/label/f%20diccionario%20plantas" style="color: #084b8a; outline: none;" target="_blank">F</a>  G  <br />H  <span style="font-size:100%;">I  J  K  <a href="http://www.noticiascomunitat.com/search/label/l%20diccionario%20plantas" style="color: #084b8a; outline: none;" target="_blank">L</a>  LL  <a href="http://www.noticiascomunitat.com/search/label/m%20diccionario%20plantas" style="color: #084b8a; outline: none;" target="_blank">M</a>  </span></div><div style="text-align: center;">N  Ñ  O  P  Q  <a href="http://www.noticiascomunitat.com/search/label/r%20diccionario%20plantas" style="color: #084b8a; outline: none;" target="_blank">R</a>  S  <br />T  U  V  W  X  Y  Z </div></h3>
</div>
<div class='clear'></div>
</div><div class='widget HTML' data-version='1' id='HTML11'>
<h2 class='title'>El Tiempo</h2>
<div class='widget-content'>
<center><div id="c_d513fc7e04835a862d47059d4017e772"><h2><a href="http://www.eltiempo.es/" 
id="h_d513fc7e04835a862d47059d4017e772">Tiempo</a></h2><a 
href="http://www.eltiempo.es/valencia.html" 
id="l_d513fc7e04835a862d47059d4017e772">El Tiempo Valencia</a></div><script type="text/javascript" src="//www.eltiempo.es/widget/widget_loader/d513fc7e04835a862d47059d4017e772"></script>
</center>
</div>
<div class='clear'></div>
</div><div class='widget HTML' data-version='1' id='HTML8'>
<div class='widget-content'>
<span style="font-weight:bold;">Licencia NCV - NC Comunitat:</span><br />

<a href="http://creativecommons.org/licenses/by-nc-nd/3.0/deed.es" rel="license"><img style="border-width: 0;" src="https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_veDZdIJI5aiiHDENT5gPESHte1qJd3ofZ2oj6NDZMGELQN8C5DFe4QK_3HCoUeNbQWZpYajELARGom84xWIlihopB3AGDfMeyBuCza4KIWj_FqWNwiFJY=s0-d" alt="Licencia Creative Commons"></a><br />
</div>
<div class='clear'></div>
</div></div>
<p></p></div>
<div id='main-wrapper'>
<div class='main section' id='main'><div class='widget Feed' data-version='1' id='Feed1'>
<h2>Síguenos también en Puntocomunica.com...</h2>
<div class='widget-content' id='Feed1_feedItemListDisplay'>
<span style='filter: alpha(25); opacity: 0.25;'>
<a href='https://www.puntocomunica.com/feed'>Cargando...</a>
</span>
</div>
<div class='clear'></div>
</div><div class='widget Blog' data-version='1' id='Blog1'>
<div class='blog-posts hfeed'>

          <div class="date-outer">
        
<h2 class='date-header'><span>22 feb 2025 NCV (Noticias Comunitat Valenciana)</span></h2>

          <div class="date-posts">
        
<div class='post-outer'>
<div class='post hentry'>
<a name='9215661499198466592'></a>
<h3 class='post-title entry-title'>
<a href='https://www.noticiascomunitat.com/2025/02/puntocomunica-recuperada.html'>Puntocomunica recuperada</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content'>
<div style="text-align: justify;"> Valencia, 22/02/2025<br />Veo que <b>Puntocomunica.com&nbsp;</b>está recuperada. He vuelto a poner en marcha esta web,<b> Noticias Comunitat Valenciana,&nbsp;</b>pensando que el '<i>regreso</i>' de <b>Puntocomunica.com</b> iba a dilatarse más. Por suerte, me he equivocado. No obstante, voy a estar más vigilante...</div><div style="text-align: justify;"><br /></div><div style="text-align: justify;">Hasta pronto!</div><div style="text-align: justify;"><br /></div><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgugQZJcNsEsV2yL2ahF_aU4R3mWU6QSzR45GGTzzO1i8uHI-mqjThIXXi_7dw05Zs2Youj1HwJ2_XeJyY_iT2X00uzW5FfOSnNDNxI7RdZ_VCwbTInK6QLlNExkE_TDMwu4wY-7VwVN8Y9eWDz9BGd7NQhigZmUWOl10DGkpjmZTCWF0GUBdcePItimbk/s844/puntocomunica.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="844" data-original-width="588" height="640" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgugQZJcNsEsV2yL2ahF_aU4R3mWU6QSzR45GGTzzO1i8uHI-mqjThIXXi_7dw05Zs2Youj1HwJ2_XeJyY_iT2X00uzW5FfOSnNDNxI7RdZ_VCwbTInK6QLlNExkE_TDMwu4wY-7VwVN8Y9eWDz9BGd7NQhigZmUWOl10DGkpjmZTCWF0GUBdcePItimbk/w446-h640/puntocomunica.jpg" width="446" /></a></div><br /><div style="text-align: justify;"><br /></div><br /><small>Publicado por Noticias Comunitat Valenciana (NCV)</small><br />
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<br/><span class='post-timestamp'>
en
<a class='timestamp-link' href='https://www.noticiascomunitat.com/2025/02/puntocomunica-recuperada.html' rel='bookmark' title='permanent link'><abbr class='published' title='2025-02-22T21:22:00+01:00'>sábado, febrero 22, 2025</abbr></a>
</span>
<span class='post-comment-link'>
</span>
<span class='post-icons'>
<span class='item-action'>
<a href='https://www.blogger.com/email-post/103735505482262284/9215661499198466592' title='Enviar entrada por correo electrónico'>
<img alt="" class="icon-action" height="13" src="//img1.blogblog.com/img/icon18_email.gif" width="18">
</a>
</span>
<span class='item-control blog-admin pid-470084460'>
<a href='https://www.blogger.com/post-edit.g?blogID=103735505482262284&postID=9215661499198466592&from=pencil' title='Editar entrada'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<span class='post-backlinks post-comment-link'>
</span>
<div class='post-share-buttons'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=9215661499198466592&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=9215661499198466592&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=9215661499198466592&target=twitter' target='_blank' title='Compartir en X'><span class='share-button-link-text'>Compartir en X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=9215661499198466592&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=9215661499198466592&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry'>
<a name='8356698206673156150'></a>
<h3 class='post-title entry-title'>
<a href='https://www.noticiascomunitat.com/2025/02/innovacion-financia-un-proyecto-para.html'>Innovación financia un proyecto para mejorar la sostenibilidad de los procesos industriales del sector textil y de la cosmética</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content'>
<div style="text-align: justify;"><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJcs-WTO-y_SkoL6IW4Vqi20emBORcb9Wc1GH5yY-vSd_GGz6gWEtMmzvKxSN2wJwsV_CkDHMOp6dYPVwRFq-4h7MOWm6S-ac7JdbKvWfa1uMgxNt4j9CAscAAYFs9NTnsZuCrtE-i0IW8Br_C4cYMVELevF34oxv3L85l9BiobqkxX2Hfnyc8sQeht3U/s980/Prosteco%202.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="653" data-original-width="980" height="426" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJcs-WTO-y_SkoL6IW4Vqi20emBORcb9Wc1GH5yY-vSd_GGz6gWEtMmzvKxSN2wJwsV_CkDHMOp6dYPVwRFq-4h7MOWm6S-ac7JdbKvWfa1uMgxNt4j9CAscAAYFs9NTnsZuCrtE-i0IW8Br_C4cYMVELevF34oxv3L85l9BiobqkxX2Hfnyc8sQeht3U/w640-h426/Prosteco%202.jpg" width="640"></a></div><br><div>Valencia, 22/02/2025</div><div>La Conselleria de Innovación, Industria, Comercio y Turismo financia a través de la Dirección General de Innovación el desarrollo de procesos más sostenibles y escalables a nivel industrial para los sectores textil y cosmético.&#160;</div><div><br></div><div>El proyecto Prosteco, liderado por el Centro de Investigación e Innovación Aitex, tiene como finalidad reducir el impacto medioambiental producido tanto desde el punto de vista de procesos, así como desde el punto de vista de materiales, centrándose, principalmente, en el empleo de productos de origen natural.</div><div><br></div><div>Los efectos negativos del cambio climático y la sobreexplotación de los recursos naturales han exigido la adaptación de las industrias hacia un modelo de economía circular que se alinee con las políticas ambientales de la Unión Europea.</div><div><br></div><div>En línea con este propósito, Aitex pretende desarrollar un proyecto sostenible que tenga como punto de partida las investigaciones que se han llevado a cabo en el sector textil para perfeccionar los procesos de teñido y minimizar el impacto medioambiental.&#160;</div><div><br></div><div>El director general de Innovación, Juan José Cortés, ha subrayado el impacto potencial de esta iniciativa, que ayudará al sector a adaptarse a los requerimientos de la Unión Europea en materia de sostenibilidad.&#160;</div><div><br></div><div>&#8220;Gracias a la innovación, nuestras empresas están mejor preparadas y son más competitivas para afrontar un futuro que pasa, necesariamente, por hacer compatible la actividad industrial con el respeto al medio ambiente&#8221;, ha precisado.</div><div><br><span></span></div></div>
<div style='clear: both;'></div>
</div>
<div class='jump-link'>
<a href='https://www.noticiascomunitat.com/2025/02/innovacion-financia-un-proyecto-para.html#more' title='Innovación financia un proyecto para mejorar la sostenibilidad de los procesos industriales del sector textil y de la cosmética'>Leer más &#187;</a>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<br/><span class='post-timestamp'>
en
<a class='timestamp-link' href='https://www.noticiascomunitat.com/2025/02/innovacion-financia-un-proyecto-para.html' rel='bookmark' title='permanent link'><abbr class='published' title='2025-02-22T19:15:00+01:00'>sábado, febrero 22, 2025</abbr></a>
</span>
<span class='post-comment-link'>
</span>
<span class='post-icons'>
<span class='item-action'>
<a href='https://www.blogger.com/email-post/103735505482262284/8356698206673156150' title='Enviar entrada por correo electrónico'>
<img alt="" class="icon-action" height="13" src="//img1.blogblog.com/img/icon18_email.gif" width="18">
</a>
</span>
<span class='item-control blog-admin pid-470084460'>
<a href='https://www.blogger.com/post-edit.g?blogID=103735505482262284&postID=8356698206673156150&from=pencil' title='Editar entrada'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<span class='post-backlinks post-comment-link'>
</span>
<div class='post-share-buttons'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=8356698206673156150&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=8356698206673156150&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=8356698206673156150&target=twitter' target='_blank' title='Compartir en X'><span class='share-button-link-text'>Compartir en X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=8356698206673156150&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=8356698206673156150&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
Etiquetas:
<a href='https://www.noticiascomunitat.com/search/label/comunitat%20valenciana' rel='tag'>comunitat valenciana</a>,
<a href='https://www.noticiascomunitat.com/search/label/innovaci%C3%B3n%20comunitat%20valenciana' rel='tag'>innovación comunitat valenciana</a>,
<a href='https://www.noticiascomunitat.com/search/label/proyecto%20prosteco' rel='tag'>proyecto prosteco</a>,
<a href='https://www.noticiascomunitat.com/search/label/sostenibilidad%20sector%20industrial' rel='tag'>sostenibilidad sector industrial</a>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry'>
<a name='4164485685847837330'></a>
<h3 class='post-title entry-title'>
<a href='https://www.noticiascomunitat.com/2025/02/el-proyecto-life-teixeres-de-la.html'>El proyecto LIFE Teixeres de la Generalitat contó con más de un millar de participantes en sus actividades de conservación de los bosques de tejo durante 2024</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content'>
<div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7sMg-2i4vVqhCGvkO8QHFWRqlua4Qk0GkLrbq1OLeXLs-YYw33FdVeEog78z_3YVcDDCLo8fgKxfq28c68eBt1ALLPf53Y5wuFPPfGzlbqnZrd5WO2hUx73ITvQmvZqq-AlacmsxSGIbdj2i3GoSPoYP8kySlYBKhdzUbzDuvecx8AUdhAyZZZmemWA8/s980/proyecto_tejo1.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="565" data-original-width="980" height="368" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7sMg-2i4vVqhCGvkO8QHFWRqlua4Qk0GkLrbq1OLeXLs-YYw33FdVeEog78z_3YVcDDCLo8fgKxfq28c68eBt1ALLPf53Y5wuFPPfGzlbqnZrd5WO2hUx73ITvQmvZqq-AlacmsxSGIbdj2i3GoSPoYP8kySlYBKhdzUbzDuvecx8AUdhAyZZZmemWA8/w640-h368/proyecto_tejo1.jpg" width="640"></a></div><div style="text-align: justify;"><br></div><div style="text-align: justify;"> Valencia, 22/02/2025<br><div>El proyecto LIFE Teixeres de la Generalitat para la conservación del hábitat del tejo en la Comunitat Valenciana logró la participación y asistencia de más de un millar de personas en las actividades presenciales organizadas a lo largo de 2024.</div><div><br></div><div>Estas actuaciones están dirigidas a involucrar en el proyecto a distintos grupos de interés, desde la ciudadanía de las zonas en las que se están llevando a cabo actuaciones, hasta estudiantes, profesionales y expertos en la conservación y restauración ecológica.</div><div><br></div><div>Una de las principales líneas de trabajo a lo largo de 2024 fueron las campañas con centros escolares de distintos niveles educativos. En todo el año, más de 300 alumnos y alumnas de diferentes etapas educativas y centros de las tres provincias valencianas participaron en actividades llevadas a cabo por LIFE Teixeres.</div><div><br></div><div>Entre ellas, destacan las plantaciones de tejos y otras especies de su hábitat, visitas guiadas al Centro para la Investigación y la Experimentación Forestal (CIEF) de la Generalitat, recolecciones de semilla de tejo o visitas a las zonas de actuación con autobuses financiados por el proyecto.</div><div><br></div><div>Las actividades se reparten a lo largo del año en función de los ciclos del tejo, con plantaciones en otoño e invierno, recolecciones de semilla en otoño, y visitas guiadas durante el resto de estaciones.</div><div><br></div><div>La edad del alumnado con el que trabaja el proyecto es variada, desde niñas y niños en Educación Primaria hasta estudiantes de ciclos formativos, grados o másters relacionados con la temática del proyecto, procedentes de municipios como Segorbe, Chelva, València, Chera, Cheste, Benassal, Alcoy, Onil o Catarroja.<span></span></div></div>
<div style='clear: both;'></div>
</div>
<div class='jump-link'>
<a href='https://www.noticiascomunitat.com/2025/02/el-proyecto-life-teixeres-de-la.html#more' title='El proyecto LIFE Teixeres de la Generalitat contó con más de un millar de participantes en sus actividades de conservación de los bosques de tejo durante 2024'>Leer más &#187;</a>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<br/><span class='post-timestamp'>
en
<a class='timestamp-link' href='https://www.noticiascomunitat.com/2025/02/el-proyecto-life-teixeres-de-la.html' rel='bookmark' title='permanent link'><abbr class='published' title='2025-02-22T18:55:00+01:00'>sábado, febrero 22, 2025</abbr></a>
</span>
<span class='post-comment-link'>
</span>
<span class='post-icons'>
<span class='item-action'>
<a href='https://www.blogger.com/email-post/103735505482262284/4164485685847837330' title='Enviar entrada por correo electrónico'>
<img alt="" class="icon-action" height="13" src="//img1.blogblog.com/img/icon18_email.gif" width="18">
</a>
</span>
<span class='item-control blog-admin pid-470084460'>
<a href='https://www.blogger.com/post-edit.g?blogID=103735505482262284&postID=4164485685847837330&from=pencil' title='Editar entrada'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<span class='post-backlinks post-comment-link'>
</span>
<div class='post-share-buttons'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4164485685847837330&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4164485685847837330&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4164485685847837330&target=twitter' target='_blank' title='Compartir en X'><span class='share-button-link-text'>Compartir en X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4164485685847837330&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4164485685847837330&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
Etiquetas:
<a href='https://www.noticiascomunitat.com/search/label/comunitat%20valenciana' rel='tag'>comunitat valenciana</a>,
<a href='https://www.noticiascomunitat.com/search/label/medioambiente' rel='tag'>medioambiente</a>,
<a href='https://www.noticiascomunitat.com/search/label/proyecto%20life%20teixeres' rel='tag'>proyecto life teixeres</a>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry'>
<a name='3813865087585765252'></a>
<h3 class='post-title entry-title'>
<a href='https://www.noticiascomunitat.com/2025/02/el-perfil-del-turista-internacional-que.html'>El perfil del turista internacional que visitó la Comunitat Valenciana en 2024 destaca por alojarse cerca de 10 días y hacer un gasto medio diario de 131,4 euros</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content'>
<div style="text-align: justify;"><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiieWAVvvJiQezZVFteGTFnn1ODTC0ADuXM4iyO6J4Wld_s3FcY0PXqrWOamWRv2VD1rgW7T7ioqEFzVG5zO_DY4wknVXWgelFPyDvpQbf-I0r5VRDX_rOLYMpMZQQ3cOpnC3LnNiVwRQrPq3LbzdsjnPYjkUXuuNQdyysIVoQxpZAWceyv9_sCsMGvBj8/s980/Turistas-plaza.webp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="653" data-original-width="980" height="426" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiieWAVvvJiQezZVFteGTFnn1ODTC0ADuXM4iyO6J4Wld_s3FcY0PXqrWOamWRv2VD1rgW7T7ioqEFzVG5zO_DY4wknVXWgelFPyDvpQbf-I0r5VRDX_rOLYMpMZQQ3cOpnC3LnNiVwRQrPq3LbzdsjnPYjkUXuuNQdyysIVoQxpZAWceyv9_sCsMGvBj8/w640-h426/Turistas-plaza.webp" width="640"></a></div><br><div>Valencia, 22/02/2025</div><div>La Comunitat Valenciana 2024&#8217;, un informe elaborado por Turisme Comunitat Valenciana a través de los datos de las encuestas Frontur (estadística de movimientos turísiticos en frontera) y Egatur (encuesta del gasto turístico) del Instituto Nacional de Estadística, y que corrobora que un total de 11.938.668 turistas extranjeros visitaron nuestro destino el pasado año.</div><div><br></div><div>De éstos, un 24,7 % provienen de Reino Unido, &#8220;mercado que vuelve a situarse como el mayoritario y el principal mercado emisor de turismo internacional hacia la Comunitat Valenciana, seguido del mercado francés con una cuota del 18,9 %&#8221;, ha señalado Marián Cano. El tercer mercado principal es el nórdico con un porcentaje del 8,7 %, seguido de los Países Bajos con el 7,6 % y Alemania que alcanzó una cuota del 6,3 % en 2024.</div><div><br></div><div>Del mismo modo, la titular de Turisme ha apuntado que el gasto medio diario de quienes nos visitaron el año pasado también se incrementó con respecto a 2023, pasando de gastar 126,8 euros de media al día a 131,4 euros en 2024. Asimismo, ha destacado que el motivo principal del viaje &quot;sigue siendo el ocio y las vacaciones, con una estancia media de 9,7 días y con viajes orientados hacia el producto de sol y playa en un 54,9 % de las ocasiones&#8221;.</div><div><br></div><div>Según ha remarcado la consellera Marián Cano &#8220;este tipo de análisis nos sirve para orientar mejor nuestras estrategias de promoción y ser más eficaces a la hora de llevar a cabo acciones en los diferentes mercados potenciales&#8221;.</div><div><br></div><div>La responsable de la política turística del Consell considera &#8220;fundamentales&#8221; estos datos a la hora de tomar decisiones y &#8220;ser más efectivos con los recursos que destinamos a cada uno de ellos, así como con los productos que reforzamos&#8221;.&#160;<span></span></div></div>
<div style='clear: both;'></div>
</div>
<div class='jump-link'>
<a href='https://www.noticiascomunitat.com/2025/02/el-perfil-del-turista-internacional-que.html#more' title='El perfil del turista internacional que visitó la Comunitat Valenciana en 2024 destaca por alojarse cerca de 10 días y hacer un gasto medio diario de 131,4 euros'>Leer más &#187;</a>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<br/><span class='post-timestamp'>
en
<a class='timestamp-link' href='https://www.noticiascomunitat.com/2025/02/el-perfil-del-turista-internacional-que.html' rel='bookmark' title='permanent link'><abbr class='published' title='2025-02-22T18:52:00+01:00'>sábado, febrero 22, 2025</abbr></a>
</span>
<span class='post-comment-link'>
</span>
<span class='post-icons'>
<span class='item-action'>
<a href='https://www.blogger.com/email-post/103735505482262284/3813865087585765252' title='Enviar entrada por correo electrónico'>
<img alt="" class="icon-action" height="13" src="//img1.blogblog.com/img/icon18_email.gif" width="18">
</a>
</span>
<span class='item-control blog-admin pid-470084460'>
<a href='https://www.blogger.com/post-edit.g?blogID=103735505482262284&postID=3813865087585765252&from=pencil' title='Editar entrada'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<span class='post-backlinks post-comment-link'>
</span>
<div class='post-share-buttons'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=3813865087585765252&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=3813865087585765252&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=3813865087585765252&target=twitter' target='_blank' title='Compartir en X'><span class='share-button-link-text'>Compartir en X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=3813865087585765252&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=3813865087585765252&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
Etiquetas:
<a href='https://www.noticiascomunitat.com/search/label/comunitat%20valenciana' rel='tag'>comunitat valenciana</a>,
<a href='https://www.noticiascomunitat.com/search/label/econom%C3%ADa' rel='tag'>economía</a>,
<a href='https://www.noticiascomunitat.com/search/label/turismo%20comunitat%20valenciana' rel='tag'>turismo comunitat valenciana</a>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry'>
<a name='4749559519514189206'></a>
<h3 class='post-title entry-title'>
<a href='https://www.noticiascomunitat.com/2025/02/el-hospital-clinico-de-valencia.html'>El Hospital Clínico de València incorpora una nueva técnica láser para intervenciones de glaucoma</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content'>
<div style="text-align: justify;"><div><ul><li><b>Con esta nueva técnica se puede combinar y tratar en la misma intervención las cataratas y el glaucoma</b></li><li><b>Permite minimizar el riesgo de complicaciones, entre otras ventajas</b></li></ul></div><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1Xt9ebVwNrIi7H7aDZZchbT8eW922u5Jf9_hmp2ji-kFvJvjJK_ULrIRkQmXGkIGm_EWqM0DY1esRLrh3MPD3QmhloR4nwxKK7myswTHDak7V2cqH2Mn5aGVm7lUZaf-zVUGFB4RzRj7FQdynDnVh5EWPGPmAEG5_RGann4EOj0fYOh8KHMix0Q5lM1g/s980/CL%C3%8DNICO%20CLAUCOMA.jpeg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="926" data-original-width="980" height="604" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1Xt9ebVwNrIi7H7aDZZchbT8eW922u5Jf9_hmp2ji-kFvJvjJK_ULrIRkQmXGkIGm_EWqM0DY1esRLrh3MPD3QmhloR4nwxKK7myswTHDak7V2cqH2Mn5aGVm7lUZaf-zVUGFB4RzRj7FQdynDnVh5EWPGPmAEG5_RGann4EOj0fYOh8KHMix0Q5lM1g/w640-h604/CL%C3%8DNICO%20CLAUCOMA.jpeg" width="640" /></a></div><br /><div>Valencia, 22/02/2025</div><div>El Hospital Clínic Universitari de València ha incorporado una nueva técnica mínimamente invasiva para el tratamiento del glaucoma moderado. Se trata de una tecnología que utiliza el láser y que evita la colocación de un microimplante, tal y como se requiere en otras técnicas. Con ella se puede combinar y tratar en la misma intervención las cataratas y el glaucoma.</div><div><br /></div><div>El glaucoma es una enfermedad que daña el nervio óptico, encargado de transmitir las imágenes al cerebro. En ocasiones, el daño del nervio es producido por una presión alta en los ojos.</div><div><br /></div><div>Tal y como ha explicado el jefe de servicio de Oftalmología del Hospital Clínic Universitari de València, el doctor Antonio Duch, actualmente &#8220;están apareciendo muchas técnicas en la cirugía de glaucoma que intentan minimizar el riesgo de complicaciones postquirúrgicas. Esta técnica, ofrece mayor seguridad que las ya existentes&#8221;.</div><div><br /></div><div>Esta técnica se utiliza en casos de glaucoma leve-moderado, ya que la bajada de tensión ocular que se consigue con la misma es moderada. Puede utilizarse como técnica aislada, o como técnica asociada a la cirugía de cataratas.</div><div><br /></div><div>&#8220;El procedimiento Elios utiliza un láser excimer, como el utilizado en la cirugía refractiva sobre la córnea. Este láser se aplica sobre el trabeculum (estructura de salida del humor acuoso ocular que suele estar parcialmente obstruido), provocando ventanas de drenaje (suelen realizarse alrededor de 10 impactos) a través de este&#8221;, ha explicado el jefe de servicio.</div><div><br /></div><div>El Hospital Clínic de València interviene alrededor de 150 casos de glaucoma cada año. En muchas ocasiones no presenta síntomas, de ahí que el diagnóstico precoz resulte fundamental para minimizar los daños.</div><div><br /></div><div>&#8220;En el caso del glaucoma, podemos realizar un diagnóstico precoz, para evitar que el paciente presente daños avanzados, con pérdida importante del campo visual que, lamentablemente, son irreversibles. El glaucoma tiene tratamiento, y si este es precoz, bajando la tensión ocular, y el paciente sigue los controles periódicos, podemos evitar el deterioro visual, o al menos retrasar su aparición&#8221;, ha finalizado Antonio Duch.</div></div><br /><small>Publicado por Noticias Comunitat Valenciana (NCV)</small><br />
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<br/><span class='post-timestamp'>
en
<a class='timestamp-link' href='https://www.noticiascomunitat.com/2025/02/el-hospital-clinico-de-valencia.html' rel='bookmark' title='permanent link'><abbr class='published' title='2025-02-22T18:49:00+01:00'>sábado, febrero 22, 2025</abbr></a>
</span>
<span class='post-comment-link'>
</span>
<span class='post-icons'>
<span class='item-action'>
<a href='https://www.blogger.com/email-post/103735505482262284/4749559519514189206' title='Enviar entrada por correo electrónico'>
<img alt="" class="icon-action" height="13" src="//img1.blogblog.com/img/icon18_email.gif" width="18">
</a>
</span>
<span class='item-control blog-admin pid-470084460'>
<a href='https://www.blogger.com/post-edit.g?blogID=103735505482262284&postID=4749559519514189206&from=pencil' title='Editar entrada'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<span class='post-backlinks post-comment-link'>
</span>
<div class='post-share-buttons'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4749559519514189206&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4749559519514189206&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4749559519514189206&target=twitter' target='_blank' title='Compartir en X'><span class='share-button-link-text'>Compartir en X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4749559519514189206&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4749559519514189206&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
Etiquetas:
<a href='https://www.noticiascomunitat.com/search/label/comunitat%20valenciana' rel='tag'>comunitat valenciana</a>,
<a href='https://www.noticiascomunitat.com/search/label/Hospital%20Cl%C3%ADnico%20Valencia' rel='tag'>Hospital Clínico Valencia</a>,
<a href='https://www.noticiascomunitat.com/search/label/Salud' rel='tag'>Salud</a>,
<a href='https://www.noticiascomunitat.com/search/label/sanitat%20comunitat%20valenciana' rel='tag'>sanitat comunitat valenciana</a>,
<a href='https://www.noticiascomunitat.com/search/label/tratamiento%20glaucoma' rel='tag'>tratamiento glaucoma</a>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry'>
<a name='4673013815458809926'></a>
<h3 class='post-title entry-title'>
<a href='https://www.noticiascomunitat.com/2025/02/educacion-premia-al-mejor-alumnado-de.html'>Educación premia al mejor alumnado de enseñanzas artísticas profesionales de Artes Plásticas y Diseño del curso 2023-24</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content'>
<div style="text-align: justify;"><div><ul><li><b>Para optar a este reconocimiento es necesario haber finalizado estudios de grado medio y superior en estas enseñanzas con una calificación final igual o superior a 8,50 puntos</b></li></ul>Valencia, 22/02/2025</div><div>La Conselleria de Educación, Cultura, Universidades y Empleo ha publicado en el Diario Oficinal de la Generalitat Valenciana (DOGV) la resolución en la que reconoce los buenos expedientes académicos del alumnado de la Comunitat Valenciana que ha finalizado durante el curso 2023-24 sus estudios de grado medio y superior de enseñanzas artísticas profesionales de Artes Plásticas y Diseño.</div><div><br /></div><div>Para optar a este reconocimiento es necesario haber cursado estos estudios en centros educativos de la Comunitat Valenciana sostenidos con fondos públicos o centros privados debidamente autorizados para impartir dichas enseñanzas y haber obtenido una calificación final de ciclo igual o superior a 8,50 puntos.</div><div><br /></div><div>El alumnado premiado recibirá un diploma acreditativo, que será entregado por la Conselleria de Educación y, además, esta distinción será anotada en su expediente académico.</div><div><br /></div><div>En concreto, los premios extraordinarios de grado medio de enseñanzas artísticas profesionales del curso 23-24 han recaído en una alumna de la Escuela de Arte y Superior de Diseño (EASD) Alcoy, que ha finalizado sus estudios de la familia profesional de Comunicación Gráfica y Audiovisual, y en una estudiante de Barreira Arte y Diseño, que ha concluido el grado medio de Artes aplicadas a la Indumentaria.</div><div><br /></div><div>Respecto a los ciclos de grado superior, los alumnos reconocidos por los resultados académicos alcanzados son de EASD Orihuela (Escultura), EASD Valencia (Joyería de Arte); EASD Alicante (Cerámica Artística); EASD Orihuela (Artes aplicadas a la Indumentaria); EASD Alicante (Diseño de Interiores) y EASD Alcoy (Comunicación Gráfica y Audiovisual).</div></div><br /><small>Publicado por Noticias Comunitat Valenciana (NCV)</small><br />
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<br/><span class='post-timestamp'>
en
<a class='timestamp-link' href='https://www.noticiascomunitat.com/2025/02/educacion-premia-al-mejor-alumnado-de.html' rel='bookmark' title='permanent link'><abbr class='published' title='2025-02-22T18:47:00+01:00'>sábado, febrero 22, 2025</abbr></a>
</span>
<span class='post-comment-link'>
</span>
<span class='post-icons'>
<span class='item-action'>
<a href='https://www.blogger.com/email-post/103735505482262284/4673013815458809926' title='Enviar entrada por correo electrónico'>
<img alt="" class="icon-action" height="13" src="//img1.blogblog.com/img/icon18_email.gif" width="18">
</a>
</span>
<span class='item-control blog-admin pid-470084460'>
<a href='https://www.blogger.com/post-edit.g?blogID=103735505482262284&postID=4673013815458809926&from=pencil' title='Editar entrada'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<span class='post-backlinks post-comment-link'>
</span>
<div class='post-share-buttons'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4673013815458809926&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4673013815458809926&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4673013815458809926&target=twitter' target='_blank' title='Compartir en X'><span class='share-button-link-text'>Compartir en X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4673013815458809926&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=4673013815458809926&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
Etiquetas:
<a href='https://www.noticiascomunitat.com/search/label/comunitat%20valenciana' rel='tag'>comunitat valenciana</a>,
<a href='https://www.noticiascomunitat.com/search/label/Cultura' rel='tag'>Cultura</a>,
<a href='https://www.noticiascomunitat.com/search/label/educaci%C3%B3n%20comunitat%20valenciana' rel='tag'>educación comunitat valenciana</a>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry'>
<a name='7570673414178567550'></a>
<h3 class='post-title entry-title'>
<a href='https://www.noticiascomunitat.com/2025/02/metrovalencia-facilita-la-movilidad.html'>Metrovalencia facilita la movilidad para acudir al certamen Cevisama en Feria Valencia</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content'>
<div style="text-align: justify;"><ul><li><b>Del 24 al 28 de febrero se celebra el Salón Internacional de la Cerámica con tranvías cada 20 minutos entre las 06.00 y las 23.00 horas</b></li><li><b>La Línea 2 de metro también comunica con el recinto ferial desde la estación de Les Carolines-Fira</b></li></ul></div><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjH4lcttGXQ9sdW_90vxv3hmS5xZjBc7JnQXozbOvI0RSVIqjJr6Ee2u6Htj6lxfkrjyVIBWpDpuZEmoGvXVQ1Zhk8uNCemYMiEj06mj72lPSl7mmu6knlKHesBjvyfkQHL6eCNqemv2qz9k1Tv2nFrieX_shvCSBliAUEv9mo3_-v23YV-082hEiWQwtE/s980/FGV_foto_Cevisama.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="653" data-original-width="980" height="426" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjH4lcttGXQ9sdW_90vxv3hmS5xZjBc7JnQXozbOvI0RSVIqjJr6Ee2u6Htj6lxfkrjyVIBWpDpuZEmoGvXVQ1Zhk8uNCemYMiEj06mj72lPSl7mmu6knlKHesBjvyfkQHL6eCNqemv2qz9k1Tv2nFrieX_shvCSBliAUEv9mo3_-v23YV-082hEiWQwtE/w640-h426/FGV_foto_Cevisama.jpg" width="640" /></a></div><br /><div style="text-align: justify;">Valencia, 22/02/2025</div><div style="text-align: justify;"><div>Metrovalencia facilitará del 24 al 28 de febrero los desplazamientos a Feria Valencia en la Línea 4 del tranvía con el objetivo de facilitar la movilidad para las personas que acudan a la celebración del Salón Internacional de Cerámica 2025.</div><div><br /></div><div>Durante la celebración del certamen, el servicio de tranvía circulará entre la parada de Doctor Lluch y la de Fira y viceversa, con una frecuencia de paso de 20 minutos en el horario establecido entre las 06.00 y las 23.00 horas.</div><div>&nbsp;</div><div>El primer tranvía desde Beteró entrará en servicio a las 06.00 horas, mientras que desde Doctor Lluch lo hará a las 06.30 horas. El último desde esta estación será a las 21.29 horas. Desde Fira, el primero será a las 06.40 horas, mientras que el último transporte se ofrecerá a las 22.19 horas.</div><div><br /></div><div>Con el fin de agilizar el servicio, todos los tranvías que realicen el recorrido hasta la Feria de Muestras lo indicarán en el rótulo de destino ubicado en la cabecera de la unidad. Junto con el tranvía, también se puede acceder a Feria Valencia, desplazándose hasta la estación Les Carolines/Fira de la Línea 2 de Metrovalencia.</div><div><br /></div><div>Los horarios se pueden consultar en la página web www.metrovalencia.es y en el teléfono gratuito de información y Atención al Cliente 900 46 10 46, así como en @metrovalencia, en facebook/metrovalencia.fgv y la app oficial de Metrovalencia.&nbsp;</div><br /></div><br /><small>Publicado por Noticias Comunitat Valenciana (NCV)</small><br />
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<br/><span class='post-timestamp'>
en
<a class='timestamp-link' href='https://www.noticiascomunitat.com/2025/02/metrovalencia-facilita-la-movilidad.html' rel='bookmark' title='permanent link'><abbr class='published' title='2025-02-22T18:45:00+01:00'>sábado, febrero 22, 2025</abbr></a>
</span>
<span class='post-comment-link'>
</span>
<span class='post-icons'>
<span class='item-action'>
<a href='https://www.blogger.com/email-post/103735505482262284/7570673414178567550' title='Enviar entrada por correo electrónico'>
<img alt="" class="icon-action" height="13" src="//img1.blogblog.com/img/icon18_email.gif" width="18">
</a>
</span>
<span class='item-control blog-admin pid-470084460'>
<a href='https://www.blogger.com/post-edit.g?blogID=103735505482262284&postID=7570673414178567550&from=pencil' title='Editar entrada'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<span class='post-backlinks post-comment-link'>
</span>
<div class='post-share-buttons'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=7570673414178567550&target=email' target='_blank' title='Enviar por correo electrónico'><span class='share-button-link-text'>Enviar por correo electrónico</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=7570673414178567550&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='Escribe un blog'><span class='share-button-link-text'>Escribe un blog</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=7570673414178567550&target=twitter' target='_blank' title='Compartir en X'><span class='share-button-link-text'>Compartir en X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=7570673414178567550&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Compartir con Facebook'><span class='share-button-link-text'>Compartir con Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=103735505482262284&postID=7570673414178567550&target=pinterest' target='_blank' title='Compartir en Pinterest'><span class='share-button-link-text'>Compartir en Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
Etiquetas:
<a href='https://www.noticiascomunitat.com/search/label/comunitat%20valenciana' rel='tag'>comunitat valenciana</a>,
<a href='https://www.noticiascomunitat.com/search/label/feria%20Valencia' rel='tag'>feria Valencia</a>,
<a href='https://www.noticiascomunitat.com/search/label/metrovalencia' rel='tag'>metrovalencia</a>,
<a href='https://www.noticiascomunitat.com/search/label/sociedad' rel='tag'>sociedad</a>,
<a href='https://www.noticiascomunitat.com/search/label/transporte%20p%C3%BAblico%20comunitat' rel='tag'>transporte público comunitat</a>
</span>
</div>
<div class='post-footer-line post-footer-line-3'>
</div>
</div>
</div>
</div>

        </div></div>
      
</div>
<div class='blog-pager' id='blog-pager'>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' href='https://www.noticiascomunitat.com/search?updated-max=2025-02-22T18:45:00%2B01:00&max-results=7' id='Blog1_blog-pager-older-link' title='Entradas antiguas'>Entradas antiguas</a>
</span>
<a class='home-link' href='https://www.noticiascomunitat.com/'>Inicio</a>
</div>
<div class='clear'></div>
<div class='blog-feeds'>
<div class='feed-links'>
Suscribirse a:
<a class='feed-link' href='https://www.noticiascomunitat.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Comentarios (Atom)</a>
</div>
</div>
</div><div class='widget BlogSearch' data-version='1' id='BlogSearch1'>
<h2 class='title'>Buscar en NCV</h2>
<div class='widget-content'>
<div id='BlogSearch1_form'>
<form action='https://www.noticiascomunitat.com/search' class='gsc-search-box' target='_top'>
<table cellpadding='0' cellspacing='0' class='gsc-search-box'>
<tbody>
<tr>
<td class='gsc-input'>
<input autocomplete='off' class='gsc-input' name='q' size='10' title='search' type='text' value=''/>
</td>
<td class='gsc-search-button'>
<input class='gsc-search-button' title='search' type='submit' value='Buscar'/>
</td>
</tr>
</tbody>
</table>
</form>
</div>
</div>
<div class='clear'></div>
</div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'>
<h2>Hemeroteca NCV</h2>
<div class='widget-content'>
<div id='ArchiveList'>
<div id='BlogArchive1_ArchiveList'>
<select id='BlogArchive1_ArchiveMenu'>
<option value=''>Hemeroteca NCV</option>
<option value='https://www.noticiascomunitat.com/2025/02/'>febrero (8)</option>
<option value='https://www.noticiascomunitat.com/2024/05/'>mayo (31)</option>
<option value='https://www.noticiascomunitat.com/2024/04/'>abril (114)</option>
<option value='https://www.noticiascomunitat.com/2024/03/'>marzo (118)</option>
<option value='https://www.noticiascomunitat.com/2024/02/'>febrero (104)</option>
<option value='https://www.noticiascomunitat.com/2024/01/'>enero (103)</option>
<option value='https://www.noticiascomunitat.com/2023/12/'>diciembre (92)</option>
<option value='https://www.noticiascomunitat.com/2023/11/'>noviembre (107)</option>
<option value='https://www.noticiascomunitat.com/2023/10/'>octubre (94)</option>
<option value='https://www.noticiascomunitat.com/2023/09/'>septiembre (95)</option>
<option value='https://www.noticiascomunitat.com/2023/08/'>agosto (74)</option>
<option value='https://www.noticiascomunitat.com/2022/02/'>febrero (88)</option>
<option value='https://www.noticiascomunitat.com/2022/01/'>enero (131)</option>
<option value='https://www.noticiascomunitat.com/2021/12/'>diciembre (123)</option>
<option value='https://www.noticiascomunitat.com/2021/11/'>noviembre (136)</option>
<option value='https://www.noticiascomunitat.com/2021/10/'>octubre (127)</option>
<option value='https://www.noticiascomunitat.com/2021/09/'>septiembre (157)</option>
<option value='https://www.noticiascomunitat.com/2021/08/'>agosto (118)</option>
<option value='https://www.noticiascomunitat.com/2021/07/'>julio (112)</option>
<option value='https://www.noticiascomunitat.com/2021/06/'>junio (126)</option>
<option value='https://www.noticiascomunitat.com/2021/05/'>mayo (142)</option>
<option value='https://www.noticiascomunitat.com/2021/04/'>abril (138)</option>
<option value='https://www.noticiascomunitat.com/2021/03/'>marzo (35)</option>
<option value='https://www.noticiascomunitat.com/2019/11/'>noviembre (90)</option>
<option value='https://www.noticiascomunitat.com/2019/10/'>octubre (136)</option>
<option value='https://www.noticiascomunitat.com/2019/09/'>septiembre (122)</option>
<option value='https://www.noticiascomunitat.com/2019/08/'>agosto (110)</option>
<option value='https://www.noticiascomunitat.com/2019/07/'>julio (146)</option>
<option value='https://www.noticiascomunitat.com/2019/06/'>junio (145)</option>
<option value='https://www.noticiascomunitat.com/2019/05/'>mayo (167)</option>
<option value='https://www.noticiascomunitat.com/2019/04/'>abril (163)</option>
<option value='https://www.noticiascomunitat.com/2019/03/'>marzo (159)</option>
<option value='https://www.noticiascomunitat.com/2019/02/'>febrero (135)</option>
<option value='https://www.noticiascomunitat.com/2019/01/'>enero (146)</option>
<option value='https://www.noticiascomunitat.com/2018/12/'>diciembre (152)</option>
<option value='https://www.noticiascomunitat.com/2018/11/'>noviembre (175)</option>
<option value='https://www.noticiascomunitat.com/2018/10/'>octubre (161)</option>
<option value='https://www.noticiascomunitat.com/2018/09/'>septiembre (151)</option>
<option value='https://www.noticiascomunitat.com/2018/08/'>agosto (121)</option>
<option value='https://www.noticiascomunitat.com/2018/07/'>julio (180)</option>
<option value='https://www.noticiascomunitat.com/2018/06/'>junio (158)</option>
<option value='https://www.noticiascomunitat.com/2018/05/'>mayo (175)</option>
<option value='https://www.noticiascomunitat.com/2018/04/'>abril (187)</option>
<option value='https://www.noticiascomunitat.com/2018/03/'>marzo (173)</option>
<option value='https://www.noticiascomunitat.com/2018/02/'>febrero (163)</option>
<option value='https://www.noticiascomunitat.com/2018/01/'>enero (157)</option>
<option value='https://www.noticiascomunitat.com/2017/12/'>diciembre (136)</option>
<option value='https://www.noticiascomunitat.com/2017/11/'>noviembre (154)</option>
<option value='https://www.noticiascomunitat.com/2017/10/'>octubre (115)</option>
<option value='https://www.noticiascomunitat.com/2017/09/'>septiembre (93)</option>
<option value='https://www.noticiascomunitat.com/2017/08/'>agosto (54)</option>
<option value='https://www.noticiascomunitat.com/2017/07/'>julio (90)</option>
<option value='https://www.noticiascomunitat.com/2017/06/'>junio (103)</option>
<option value='https://www.noticiascomunitat.com/2017/05/'>mayo (96)</option>
<option value='https://www.noticiascomunitat.com/2017/04/'>abril (95)</option>
<option value='https://www.noticiascomunitat.com/2017/03/'>marzo (112)</option>
<option value='https://www.noticiascomunitat.com/2017/02/'>febrero (109)</option>
<option value='https://www.noticiascomunitat.com/2017/01/'>enero (87)</option>
<option value='https://www.noticiascomunitat.com/2016/12/'>diciembre (91)</option>
<option value='https://www.noticiascomunitat.com/2016/11/'>noviembre (91)</option>
<option value='https://www.noticiascomunitat.com/2016/10/'>octubre (82)</option>
<option value='https://www.noticiascomunitat.com/2016/09/'>septiembre (70)</option>
<option value='https://www.noticiascomunitat.com/2016/08/'>agosto (55)</option>
<option value='https://www.noticiascomunitat.com/2016/07/'>julio (68)</option>
<option value='https://www.noticiascomunitat.com/2016/06/'>junio (85)</option>
<option value='https://www.noticiascomunitat.com/2016/05/'>mayo (71)</option>
<option value='https://www.noticiascomunitat.com/2016/04/'>abril (72)</option>
<option value='https://www.noticiascomunitat.com/2016/03/'>marzo (93)</option>
<option value='https://www.noticiascomunitat.com/2016/02/'>febrero (105)</option>
<option value='https://www.noticiascomunitat.com/2016/01/'>enero (92)</option>
<option value='https://www.noticiascomunitat.com/2015/12/'>diciembre (90)</option>
<option value='https://www.noticiascomunitat.com/2015/11/'>noviembre (100)</option>
<option value='https://www.noticiascomunitat.com/2015/10/'>octubre (100)</option>
<option value='https://www.noticiascomunitat.com/2015/09/'>septiembre (108)</option>
<option value='https://www.noticiascomunitat.com/2015/08/'>agosto (80)</option>
<option value='https://www.noticiascomunitat.com/2015/07/'>julio (132)</option>
<option value='https://www.noticiascomunitat.com/2015/06/'>junio (113)</option>
<option value='https://www.noticiascomunitat.com/2015/05/'>mayo (127)</option>
<option value='https://www.noticiascomunitat.com/2015/04/'>abril (123)</option>
<option value='https://www.noticiascomunitat.com/2015/03/'>marzo (93)</option>
<option value='https://www.noticiascomunitat.com/2015/02/'>febrero (83)</option>
<option value='https://www.noticiascomunitat.com/2015/01/'>enero (85)</option>
<option value='https://www.noticiascomunitat.com/2014/12/'>diciembre (80)</option>
<option value='https://www.noticiascomunitat.com/2014/11/'>noviembre (80)</option>
<option value='https://www.noticiascomunitat.com/2014/10/'>octubre (87)</option>
<option value='https://www.noticiascomunitat.com/2014/09/'>septiembre (80)</option>
<option value='https://www.noticiascomunitat.com/2014/08/'>agosto (67)</option>
<option value='https://www.noticiascomunitat.com/2014/07/'>julio (81)</option>
<option value='https://www.noticiascomunitat.com/2014/06/'>junio (51)</option>
<option value='https://www.noticiascomunitat.com/2013/09/'>septiembre (65)</option>
<option value='https://www.noticiascomunitat.com/2013/08/'>agosto (148)</option>
<option value='https://www.noticiascomunitat.com/2013/07/'>julio (232)</option>
<option value='https://www.noticiascomunitat.com/2013/06/'>junio (203)</option>
<option value='https://www.noticiascomunitat.com/2013/05/'>mayo (183)</option>
<option value='https://www.noticiascomunitat.com/2013/04/'>abril (220)</option>
<option value='https://www.noticiascomunitat.com/2013/03/'>marzo (191)</option>
<option value='https://www.noticiascomunitat.com/2013/02/'>febrero (172)</option>
<option value='https://www.noticiascomunitat.com/2013/01/'>enero (167)</option>
<option value='https://www.noticiascomunitat.com/2012/12/'>diciembre (323)</option>
<option value='https://www.noticiascomunitat.com/2012/11/'>noviembre (408)</option>
<option value='https://www.noticiascomunitat.com/2012/10/'>octubre (345)</option>
<option value='https://www.noticiascomunitat.com/2012/09/'>septiembre (378)</option>
<option value='https://www.noticiascomunitat.com/2012/08/'>agosto (217)</option>
<option value='https://www.noticiascomunitat.com/2012/07/'>julio (334)</option>
<option value='https://www.noticiascomunitat.com/2012/06/'>junio (310)</option>
<option value='https://www.noticiascomunitat.com/2012/05/'>mayo (254)</option>
<option value='https://www.noticiascomunitat.com/2012/04/'>abril (339)</option>
<option value='https://www.noticiascomunitat.com/2012/03/'>marzo (433)</option>
<option value='https://www.noticiascomunitat.com/2012/02/'>febrero (458)</option>
<option value='https://www.noticiascomunitat.com/2012/01/'>enero (96)</option>
<option value='https://www.noticiascomunitat.com/2011/12/'>diciembre (104)</option>
<option value='https://www.noticiascomunitat.com/2011/11/'>noviembre (109)</option>
<option value='https://www.noticiascomunitat.com/2011/10/'>octubre (100)</option>
<option value='https://www.noticiascomunitat.com/2011/09/'>septiembre (105)</option>
<option value='https://www.noticiascomunitat.com/2011/08/'>agosto (13)</option>
<option value='https://www.noticiascomunitat.com/2011/07/'>julio (84)</option>
<option value='https://www.noticiascomunitat.com/2011/06/'>junio (87)</option>
<option value='https://www.noticiascomunitat.com/2011/05/'>mayo (83)</option>
<option value='https://www.noticiascomunitat.com/2011/04/'>abril (303)</option>
<option value='https://www.noticiascomunitat.com/2011/03/'>marzo (157)</option>
<option value='https://www.noticiascomunitat.com/2010/12/'>diciembre (1)</option>
<option value='https://www.noticiascomunitat.com/2010/05/'>mayo (6)</option>
<option value='https://www.noticiascomunitat.com/2010/03/'>marzo (134)</option>
<option value='https://www.noticiascomunitat.com/2010/02/'>febrero (308)</option>
<option value='https://www.noticiascomunitat.com/2010/01/'>enero (314)</option>
<option value='https://www.noticiascomunitat.com/2009/12/'>diciembre (265)</option>
<option value='https://www.noticiascomunitat.com/2009/11/'>noviembre (201)</option>
<option value='https://www.noticiascomunitat.com/2009/10/'>octubre (228)</option>
<option value='https://www.noticiascomunitat.com/2009/09/'>septiembre (313)</option>
<option value='https://www.noticiascomunitat.com/2009/08/'>agosto (240)</option>
<option value='https://www.noticiascomunitat.com/2009/07/'>julio (223)</option>
<option value='https://www.noticiascomunitat.com/2009/06/'>junio (269)</option>
<option value='https://www.noticiascomunitat.com/2009/05/'>mayo (240)</option>
<option value='https://www.noticiascomunitat.com/2009/04/'>abril (240)</option>
<option value='https://www.noticiascomunitat.com/2009/03/'>marzo (231)</option>
<option value='https://www.noticiascomunitat.com/2009/02/'>febrero (224)</option>
<option value='https://www.noticiascomunitat.com/2009/01/'>enero (217)</option>
<option value='https://www.noticiascomunitat.com/2008/12/'>diciembre (135)</option>
</select>
</div>
</div>
<div class='clear'></div>
</div>
</div></div>
</div>
<div id='rsidebar-wrapper'>
<div class='topsearch'>
<div class='clerfix' id='search'>
<form action='/search' id='searchform' method='get'>
<input id='s' name='q' onblur='if (this.value == "") {this.value = "Search";}' onfocus='if (this.value == "Search") {this.value = "";}' type='text' value=''/>
<input class='search-image' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6r9goAg_VbbwCkUrB-z7JFreXyOWorCw_LUX4MihfV08ZPipCsu4zPBAokB9wD4ffsdwys5TcYzpfFSkF-S2hnTCZaLtBYRjaWslHLTf9T4KW7kgBknUr4EEXTs5ipGCP3ZIlOlGPQ-Q/s0/search.png' title='Buscar' type='image'/>
</form>
</div>
</div>
<div style='clear:both;height:10px;'></div>
<!-- <div class='widget-wrap'> <h3 class='widgettitle'>Compartir</h3> <div class='addthis_toolbox'> <div class='custom_images'> <a class='addthis_button_twitter'><img alt='Twitter' height='32' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibAZ4aq7Dm5R8wlvCg3mtwrBfKvEl8uK0cI4DoY934f94R2a6y4Xr0t21pBZCt78LSS01GKNd5mI-De6Owe2hDqyoiCkl0J6HjgaWMmllT3nW3_TfscpuOLwZF9-_n4xPdGpbQwSgNzs0/s0/twitter.png' width='32'/></a> <a class='addthis_button_delicious'><img alt='Delicious' height='32' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9rsE1_sH2B3k2i6EP_jrddpT14oRozaBtD1M8yNx3VQtrkIYJnzwcNZMbe1Pw84MuTkK_ArZ65r-uOmvR7Ad7aRiTwvt8FkfWKUgij-TNPVLj9r61L4lQ3eivUb0SxJ8C5mhZqe11tG4/s0/delicious.png' width='32'/></a> <a class='addthis_button_facebook'><img alt='Facebook' height='32' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-49sXIO2DJHYdDc8XZN43AlVlrVNv-bigicsZUovqun-7q_54d5kE2Y5ygOVh6B2hdZ2MXJ8BFZczehx8Yv2w2IBIscl6Troj6jOIFcTotuIOjXq3fZR7cDF9BLnt8knjn4ZYH55sIxc/s0/facebook.png' width='32'/></a> <a class='addthis_button_digg'><img alt='Digg' height='32' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeOJR_KbdY9GbzKFwqK6HHDRlsJYxghcqgwqMoFylPLCCIVcc4O-a9aieNYmPBi2iQW7dw8A7PW20hdmJTf9JoaM5FVt_wLQGHDAX8c4Ms5b50owfDaOD00FKcJJEr1W3Yi31yNRG_x3A/s0/digg.png' width='32'/></a> <a class='addthis_button_stumbleupon'><img alt='Stumbleupon' height='32' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiqEBcmiHUusZhF5drKO135VzYaIhqzOhYMIipYVaVUbcrvyFEIY65XqT5VrNMl0Y61pPL-HAMYtlGfXywsEp5hri015OXzrkyz_7iL_iryTb6TEwvrn47XL2swsKNMbhJYFLxyJ5udtA/s0/stumbleupon.png' width='32'/></a> <a class='addthis_button_favorites'><img alt='Favorites' height='32' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOwsyYClFuXjheh7drkN-Fs2g1c74VlN1kVfnPrEBdq196yo9IJSdfJfV6ezCWsexynfrYiI4y9Lo1XuuP7u9jSh9gLWUoy2cgmfieX8aeUFvEcXmx4QZKnsKFHMucrCdM31fNyxJxhXU/s0/favorites.png' width='32'/></a> <a class='addthis_button_more'><img alt='More' height='32' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlRkw-LRJK4iAuUJLkVZFsC9ORD49pKfQEFtqbk30C7MB6C2neTGpZYzsDE_I_2zhUM-Be3mfYyQ191fR7TT_f2v7xvVj5xA834XSuNyGaABnmwiV6BKa1ABnHnu-9tpPZNqUSVRyO5_k/s0/more.png' width='32'/></a> </div> <script src='http://s7.addthis.com/js/250/addthis_widget.js' type='text/javascript'/> </div> </div> -->
<div style='clear:both;'></div>
<div class='tabviewsection'>
<script type='text/javascript'>
            jQuery(document).ready(function($){
                $(".tabs-widget-content-widget-themater_tabs-1432447472-id").hide();
            	$("ul.tabs-widget-widget-themater_tabs-1432447472-id li:first a").addClass("tabs-widget-current").show();
            	$(".tabs-widget-content-widget-themater_tabs-1432447472-id:first").show();
       
            	$("ul.tabs-widget-widget-themater_tabs-1432447472-id li a").click(function() {
            		$("ul.tabs-widget-widget-themater_tabs-1432447472-id li a").removeClass("tabs-widget-current a"); 
            		$(this).addClass("tabs-widget-current"); 
            		$(".tabs-widget-content-widget-themater_tabs-1432447472-id").hide(); 
            	    var activeTab = $(this).attr("href"); 
            	    $(activeTab).fadeIn();
            		return false;
            	});
            });
        </script>
<ul class='tabs-widget tabs-widget-widget-themater_tabs-1432447472-id'>
<li><a href='#widget-themater_tabs-1432447472-id1'> Contenido</a></li>
<!-- <li><a href='#widget-themater_tabs-1432447472-id2'>Enlaces</a></li> -->
<li><a href='#widget-themater_tabs-1432447472-id3'>Archivo</a></li>
</ul>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id1'>
<div class='sidebar section' id='sidebartab1'><div class='widget HTML' data-version='1' id='HTML3'>
<h2 class='title'>+ Buscadores</h2>
<div class='widget-content'>
<small> Despliega este menú para elegir el buscador:</small>
<script type="text/javascript"> 
<!-- 
    function buscar () {
        var f = document.forms['formBuscador'];
        var palabra1 = f.Palabra.value;
        var buscador1 = f.Buscador.options[f.Buscador.selectedIndex].value;
        var cadena;    
        var st = document.formBuscador.Palabra.value;
        patron =/[`"'@/\|<>!?/]/; // Añade todos los caracteres no aceptados
        if ( patron.test(st) ) {
            alert("Lo siento, no se aceptan esos caracteres.");
            formBuscador.Palabra.value="";
            formBuscador.Palabra.focus();
        } else {
            if (palabra1 == "") {
               // alert ("No has indicado lo quieres buscar.");
                   formBuscador.Palabra.focus();
           formBuscador.Palabra.value="";
            } else {
                if (buscador1 == "1") {
                    alert ("Por favor, indica un buscador.");
            formBuscador.Palabra.focus();
                    formBuscador.Palabra.value="";
                                    } else {
                    if (palabra1.length < 3) {
                        alert ("Por favor, introduce al menos tres caracteres.");
                        formBuscador.Palabra.focus();
            formBuscador.Palabra.value="";
                    } else {
                        cadena = buscador1 + palabra1;
                        IrA(cadena);
                    }
                }
            }
        }
    }
    
    function IrA (cadena) {
        ventana=window.open(cadena);
    }
</script>

<form name="formBuscador" method="GET" action="javascript:buscar(); target="_top""> 
    <select class="frm" size="1" name="Buscador" onchange="document.formBuscador.Palabra.focus();"> 
	
    <option value="https://indaga.net/?s=" />&nbsp;Directorio INDAGA
    <option value="https://duckduckgo.com/?q=" />&nbsp;DuckDuckGo 
        <option value="https://www.noticiascomunitat.com/search/?q=" />&nbsp;NCV
    <option value="https://www.puntocomunica.com/?s=" /> &nbsp;Puntocomunica 2.0
    <option value="https://www.comerciosvalencia.es/?s=" /> &nbsp;Comercios Valencia
    <option value="http://archive.org/search.php?query=" />&nbsp;Archive.org 
    <option value="http://www.bing.com/search?q=" />&nbsp;Bing 
    <option value="https://www.google.es/#q=" />&nbsp;Google España
    <option value="http://es.search.yahoo.com/search?p=" />&nbsp;Yahoo! Espa&ntilde;a
    <option value="http://es.answers.yahoo.com/search/search_result?p=" />&nbsp;Yahoo! Respuestas
    <option value="https://twitter.com/search?q=" />&nbsp;Buscar en Twitter 
	<option value="https://www.facebook.com/search/top/?q=" />&nbsp;Buscar en Facebook 
<option value="https://www.deepl.com/translator#es/en/" />&nbsp;Traducir al inglés con Deepl
    <option value="http://yourlisten.com/search/" />&nbsp;Buscar audio en YourListen 
	<option value="https://pixabay.com/es/photos/search/" />&nbsp;Imágenes en Pixabay
	<option value="https://www.flickr.com/search/?q=" />&nbsp;Imágenes en Flickr 
    <option value="http://www.ted.com/search?q=" />&nbsp;Charlas y vídeos en Ted.com 
    <option value="https://www.youtube.com/results?search_query=" />&nbsp;Vídeos en Youtube 
    <option value="http://www.dailymotion.com/es/relevance/universal/search/" />&nbsp;Películas en Dailymotion
    <option value="http://lema.rae.es/drae/?val=" />&nbsp;RAE (diccionario)
    <!-- <option value="http://www.webtaller.com/?s=">&nbsp;Webtaller</option> -->
    <option value="http://es.wikipedia.org/w/index.php?title=Especial%3ABuscar&amp;redirs=0&amp;search=" />&nbsp;Wikipedia 
    <option value="http://www.wordreference.com/es/en/translation.asp?spen=" />&nbsp;Wordreference (español - inglés)
    <option value="http://www.wordreference.com/es/translation.asp?tranword=" />&nbsp;Wordreference (inglés - español)
    <option value="https://www.gutenberg.org/ebooks/search/?query=" target="_top" />&nbsp;ebooks sin copyright (Proyecto Gutenberg)
    <option value="http://www.etnassoft.com/biblioteca/?search_term=" />&nbsp;ebooks en OpenLibra (etnasoft)
    <option value="http://espanol.free-ebooks.net/search/" />&nbsp;ebooks en Free ebooks.net
    <option value="https://www.epublibre.org/catalogo/index/0/nuevo/todos/sin/todos/" />&nbsp;ebooks en epubLibre
    
	</select>
    <input type="text" style="width:250px;height:15px" name="Palabra" /><br />
    <input type="submit" class="btn" name="submit" value="Buscar" onclick="buscar();"/> 
    <input type="reset" class="btn" value="Restablecer" name="delete" onclick="document.formBuscador.Palabra.focus();" /> 
    </form><br />
<small> <a href="https://indaga.net" target="_blank" rel="nofollow">INDAGA.net</a> (2002 - 2021)</small>
</div>
<div class='clear'></div>
</div><div class='widget HTML' data-version='1' id='HTML1'>
<h2 class='title'>Aviso Legal y Política de Privacidad y Cookies</h2>
<div class='widget-content'>
<a href="http://www.noticiascomunitat.com/p/politica-de-privacidad-y-aviso-legal.html"><strong>Política de Privacidad y Cookies <br />y Aviso Legal</strong></a>
<br /><br />
<p><b>NOTA IMPORTANTE:</b>  No almacenamos información de nuestros lectores ni recabamos o hacemos uso de sus correos electrónicos o cualquier tipo de información personal. Nuestra web es meramente informativa. Muchas gracias por su interés.</p>
</div>
<div class='clear'></div>
</div><div class='widget PopularPosts' data-version='1' id='PopularPosts1'>
<h2>+ Leído esta semana</h2>
<div class='widget-content popular-posts'>
<ul>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='https://www.noticiascomunitat.com/2024/05/iti-y-coarval-trabajan-con-tecnologias.html' target='_blank'>
<img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizgH58CdvIhn0vPcIlfR2XoR-SlYLa87Qs5P7bxFi4-cVpoNe_SJnc-xlnl4CPLGILE1wBzPLBaewlOFLQlKeFWzZw5T4O6MpIbL_Jb3syPSEtjpQAHPBBWC-J4r1esSEBfCjPxqFb3FPmbjVtbNCqoYG_o3UTcfmodqv5GiASIBtQHgIc6U4vmhrExvw/w72-h72-p-k-no-nu/Pedro%20Zuccarello_ITI.webp'/>
</a>
</div>
<div class='item-title'><a href='https://www.noticiascomunitat.com/2024/05/iti-y-coarval-trabajan-con-tecnologias.html'>ITI y COARVAL trabajan con tecnologías de Inteligencia Artificial para controlar las plagas en el sector agrario</a></div>
<div class='item-snippet'>El objetivo de ITI y COARVAL en su cooperación es precisar cuándo es necesario aplicar tratamientos fitosanitarios para evitar la expansión ...</div>
</div>
<div style='clear: both;'></div>
</li>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='https://www.noticiascomunitat.com/2017/04/llicso-cerraja-comun-o-cerrajon.html' target='_blank'>
<img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4Fz2flqbJI4pMVMqmk20ZFxQosWaG5hChAObLzTejfVpxQMce_jGlFL2gJWUwRRvTc5wtZkxhdZ3vRoenGH0nsyz-Q4eNPQ7qScsXpEKL_H5orgXBaVAPN_nmBSWm_kJuF9ZGeabRlizj/w72-h72-p-k-no-nu/Llics%25C3%25B3+o+Cerraja.JPG'/>
</a>
</div>
<div class='item-title'><a href='https://www.noticiascomunitat.com/2017/04/llicso-cerraja-comun-o-cerrajon.html'>Llicsó, cerraja común o cerrajón</a></div>
<div class='item-snippet'>   Una planta medicinal, comestible y que forma parte de la cocina tradicional mediterránea y valenciana     Valencia, 10/04/2017  El Llicsó...</div>
</div>
<div style='clear: both;'></div>
</li>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='https://www.noticiascomunitat.com/2023/12/labora-ofrece-600-nuevas-plazas-en-su.html' target='_blank'>
<img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgB62679OCR_CdEyxJVvVkqMuGoYfZcw3G3q8SXn6lj6nlrTZVPhrPodTYmyprSFK_TY_GdttUUm6IIDlxI56Zlh5kAFxPxz2bgyUQSMPR6k1VXRJpGhFWSifDdA2QV3Wz7QZae4N9AeaL-FkhkBUHPfwIBA1XuGo0bGzRGuy5nlsqwL3pcKj3tG0_CuoQ/w72-h72-p-k-no-nu/learning%20online.jpg'/>
</a>
</div>
<div class='item-title'><a href='https://www.noticiascomunitat.com/2023/12/labora-ofrece-600-nuevas-plazas-en-su.html'>Labora ofrece 600 nuevas plazas en su campus virtual de idiomas</a></div>
<div class='item-snippet'>Se adelanta la segunda edición de estos cursos de inglés, francés y alemán, tras agotarse rápidamente las 660 plazas anteriores por la gran ...</div>
</div>
<div style='clear: both;'></div>
</li>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='https://www.noticiascomunitat.com/2018/03/mozilla-retira-su-publicidad-de.html' target='_blank'>
<img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7fUJRwULvfB6Qwu6Ph3hWxpe4jQDBknw4cM62459cu-DFVAoZjhpEEtDcYiIG3nUZXuY-vBW3lCiwgEMRZVsJ-UdoPyAG1g0VS7G3Di_wviY2pXU8VZCK4ZW-WOTH2Zj4xlDmK9RDWCM/w72-h72-p-k-no-nu/mozilla-retira-sus-anuncios-de-facebook.jpg'/>
</a>
</div>
<div class='item-title'><a href='https://www.noticiascomunitat.com/2018/03/mozilla-retira-su-publicidad-de.html'>Mozilla retira su publicidad de Facebook en protesta por las filtraciones de datos privados</a></div>
<div class='item-snippet'>    Marzo, 27/03/2018  La desarrolladora de  software Mozilla  se ha convertido en la primera compañía en retirar toda su publicidad de Face...</div>
</div>
<div style='clear: both;'></div>
</li>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='https://www.noticiascomunitat.com/2018/03/recursos-educativos-gratuitos-para-la.html' target='_blank'>
<img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh928hfgB63aeXM7RndAtJBrfmTuxVg5co8Ew1Qg3_-UyG0IOWQdZYRaLPyU460w5dZVWxQkpYqMF8WY8KvvUbdcy19P_pp9eRiRb1GAqim71n_O8eZ92Rgzk7xaGLOe6EskfG9AqZY9wk/w72-h72-p-k-no-nu/teachers.jpg'/>
</a>
</div>
<div class='item-title'><a href='https://www.noticiascomunitat.com/2018/03/recursos-educativos-gratuitos-para-la.html'>Recursos educativos gratuitos para la enseñanza (y el aprendizaje) del inglés</a></div>
<div class='item-snippet'>   Adjuntamos un listado categorizado de algunos de los&#160; recursos educativos &#160;gratuitos para la enseñanza del inglés&#160; que podemos encontrarn...</div>
</div>
<div style='clear: both;'></div>
</li>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='https://www.noticiascomunitat.com/2025/02/metrovalencia-facilita-la-movilidad.html' target='_blank'>
<img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjH4lcttGXQ9sdW_90vxv3hmS5xZjBc7JnQXozbOvI0RSVIqjJr6Ee2u6Htj6lxfkrjyVIBWpDpuZEmoGvXVQ1Zhk8uNCemYMiEj06mj72lPSl7mmu6knlKHesBjvyfkQHL6eCNqemv2qz9k1Tv2nFrieX_shvCSBliAUEv9mo3_-v23YV-082hEiWQwtE/w72-h72-p-k-no-nu/FGV_foto_Cevisama.jpg'/>
</a>
</div>
<div class='item-title'><a href='https://www.noticiascomunitat.com/2025/02/metrovalencia-facilita-la-movilidad.html'>Metrovalencia facilita la movilidad para acudir al certamen Cevisama en Feria Valencia</a></div>
<div class='item-snippet'>Del 24 al 28 de febrero se celebra el Salón Internacional de la Cerámica con tranvías cada 20 minutos entre las 06.00 y las 23.00 horas La L...</div>
</div>
<div style='clear: both;'></div>
</li>
</ul>
<div class='clear'></div>
</div>
</div><div class='widget HTML' data-version='1' id='HTML6'>
<div class='widget-content'>
<!-- Innobiome - Microbioma e innovación en nutrición y salud --> 
<!-- <a href="https://innobiome.csic.es" target="_blank" rel="nofollow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqXmDalmWh8itpqqhSXmcba3np445_CXWIqr-JCk49YtEuavVBiRHLqnGE46yLLsfyKL61SiYv-BZ0JuqaXzkMd8ju0Hl67a1RBQg5YdUh3-JlYn_FZpZzqUEneP_B2GO_2q6Yau3IYZE/s260/innobiome.png" width="260px" height="260px" alt="Innobiome - Microbioma e innovación en nutrición y salud" /></a> -->
</div>
<div class='clear'></div>
</div><div class='widget HTML' data-version='1' id='HTML4'>
<div class='widget-content'>
<!-- Oferta Paneles Decorativos -->
<!-- <a href="http://paneldeco.com/producto/ladrillo-rustico-xl-blanco/" target="_blank" rel="nofollow" alt="Paneles decorativos de poliuretano imitación ladrillo" title="Paneles decorativos de poliuretano imitación ladrillo"><img border="0" data-original-height="317" data-original-width="275" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjR9ydgg9BULmHJOus7194OhiK4cyZUlGEBOvg2NOp4dLQ9dD3LPkQ7TCmdpBsEjlLLSn3JYfN0xWfY0N6YOYa5Hd_L_8AJRtEgw3d77bpQsGWvA_ZPbf4U3MSKuPjxbmB76Ca2RFYfZ0/s1600/paneles+imitacion+ladrillo+paneldeco.png" /></a>
<h4>Paneles decorativos imitación ladrillo rústico fabricados con poliuretano de alta densidad. Gran variedad de acabados. + info en <a href="https://paneldeco.com/es" target="_blank" rel="nofollow" alt="Paneldeco" title=" Paneldeco">www.paneldeco.com</a></h4> -->
</div>
<div class='clear'></div>
</div></div>
</div>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id2'>
<div class='sidebar no-items section' id='sidebartab2'></div>
</div>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id3'>
<div class='sidebar section' id='sidebartab3'><div class='widget BlogArchive' data-version='1' id='BlogArchive2'>
<h2>Archivo</h2>
<div class='widget-content'>
<div id='ArchiveList'>
<div id='BlogArchive2_ArchiveList'>
<select id='BlogArchive2_ArchiveMenu'>
<option value=''>Archivo</option>
<option value='https://www.noticiascomunitat.com/2025/02/'>febrero 2025 (8)</option>
<option value='https://www.noticiascomunitat.com/2024/05/'>mayo 2024 (31)</option>
<option value='https://www.noticiascomunitat.com/2024/04/'>abril 2024 (114)</option>
<option value='https://www.noticiascomunitat.com/2024/03/'>marzo 2024 (118)</option>
<option value='https://www.noticiascomunitat.com/2024/02/'>febrero 2024 (104)</option>
<option value='https://www.noticiascomunitat.com/2024/01/'>enero 2024 (103)</option>
<option value='https://www.noticiascomunitat.com/2023/12/'>diciembre 2023 (92)</option>
<option value='https://www.noticiascomunitat.com/2023/11/'>noviembre 2023 (107)</option>
<option value='https://www.noticiascomunitat.com/2023/10/'>octubre 2023 (94)</option>
<option value='https://www.noticiascomunitat.com/2023/09/'>septiembre 2023 (95)</option>
<option value='https://www.noticiascomunitat.com/2023/08/'>agosto 2023 (74)</option>
<option value='https://www.noticiascomunitat.com/2022/02/'>febrero 2022 (88)</option>
<option value='https://www.noticiascomunitat.com/2022/01/'>enero 2022 (131)</option>
<option value='https://www.noticiascomunitat.com/2021/12/'>diciembre 2021 (123)</option>
<option value='https://www.noticiascomunitat.com/2021/11/'>noviembre 2021 (136)</option>
<option value='https://www.noticiascomunitat.com/2021/10/'>octubre 2021 (127)</option>
<option value='https://www.noticiascomunitat.com/2021/09/'>septiembre 2021 (157)</option>
<option value='https://www.noticiascomunitat.com/2021/08/'>agosto 2021 (118)</option>
<option value='https://www.noticiascomunitat.com/2021/07/'>julio 2021 (112)</option>
<option value='https://www.noticiascomunitat.com/2021/06/'>junio 2021 (126)</option>
<option value='https://www.noticiascomunitat.com/2021/05/'>mayo 2021 (142)</option>
<option value='https://www.noticiascomunitat.com/2021/04/'>abril 2021 (138)</option>
<option value='https://www.noticiascomunitat.com/2021/03/'>marzo 2021 (35)</option>
<option value='https://www.noticiascomunitat.com/2019/11/'>noviembre 2019 (90)</option>
<option value='https://www.noticiascomunitat.com/2019/10/'>octubre 2019 (136)</option>
<option value='https://www.noticiascomunitat.com/2019/09/'>septiembre 2019 (122)</option>
<option value='https://www.noticiascomunitat.com/2019/08/'>agosto 2019 (110)</option>
<option value='https://www.noticiascomunitat.com/2019/07/'>julio 2019 (146)</option>
<option value='https://www.noticiascomunitat.com/2019/06/'>junio 2019 (145)</option>
<option value='https://www.noticiascomunitat.com/2019/05/'>mayo 2019 (167)</option>
<option value='https://www.noticiascomunitat.com/2019/04/'>abril 2019 (163)</option>
<option value='https://www.noticiascomunitat.com/2019/03/'>marzo 2019 (159)</option>
<option value='https://www.noticiascomunitat.com/2019/02/'>febrero 2019 (135)</option>
<option value='https://www.noticiascomunitat.com/2019/01/'>enero 2019 (146)</option>
<option value='https://www.noticiascomunitat.com/2018/12/'>diciembre 2018 (152)</option>
<option value='https://www.noticiascomunitat.com/2018/11/'>noviembre 2018 (175)</option>
<option value='https://www.noticiascomunitat.com/2018/10/'>octubre 2018 (161)</option>
<option value='https://www.noticiascomunitat.com/2018/09/'>septiembre 2018 (151)</option>
<option value='https://www.noticiascomunitat.com/2018/08/'>agosto 2018 (121)</option>
<option value='https://www.noticiascomunitat.com/2018/07/'>julio 2018 (180)</option>
<option value='https://www.noticiascomunitat.com/2018/06/'>junio 2018 (158)</option>
<option value='https://www.noticiascomunitat.com/2018/05/'>mayo 2018 (175)</option>
<option value='https://www.noticiascomunitat.com/2018/04/'>abril 2018 (187)</option>
<option value='https://www.noticiascomunitat.com/2018/03/'>marzo 2018 (173)</option>
<option value='https://www.noticiascomunitat.com/2018/02/'>febrero 2018 (163)</option>
<option value='https://www.noticiascomunitat.com/2018/01/'>enero 2018 (157)</option>
<option value='https://www.noticiascomunitat.com/2017/12/'>diciembre 2017 (136)</option>
<option value='https://www.noticiascomunitat.com/2017/11/'>noviembre 2017 (154)</option>
<option value='https://www.noticiascomunitat.com/2017/10/'>octubre 2017 (115)</option>
<option value='https://www.noticiascomunitat.com/2017/09/'>septiembre 2017 (93)</option>
<option value='https://www.noticiascomunitat.com/2017/08/'>agosto 2017 (54)</option>
<option value='https://www.noticiascomunitat.com/2017/07/'>julio 2017 (90)</option>
<option value='https://www.noticiascomunitat.com/2017/06/'>junio 2017 (103)</option>
<option value='https://www.noticiascomunitat.com/2017/05/'>mayo 2017 (96)</option>
<option value='https://www.noticiascomunitat.com/2017/04/'>abril 2017 (95)</option>
<option value='https://www.noticiascomunitat.com/2017/03/'>marzo 2017 (112)</option>
<option value='https://www.noticiascomunitat.com/2017/02/'>febrero 2017 (109)</option>
<option value='https://www.noticiascomunitat.com/2017/01/'>enero 2017 (87)</option>
<option value='https://www.noticiascomunitat.com/2016/12/'>diciembre 2016 (91)</option>
<option value='https://www.noticiascomunitat.com/2016/11/'>noviembre 2016 (91)</option>
<option value='https://www.noticiascomunitat.com/2016/10/'>octubre 2016 (82)</option>
<option value='https://www.noticiascomunitat.com/2016/09/'>septiembre 2016 (70)</option>
<option value='https://www.noticiascomunitat.com/2016/08/'>agosto 2016 (55)</option>
<option value='https://www.noticiascomunitat.com/2016/07/'>julio 2016 (68)</option>
<option value='https://www.noticiascomunitat.com/2016/06/'>junio 2016 (85)</option>
<option value='https://www.noticiascomunitat.com/2016/05/'>mayo 2016 (71)</option>
<option value='https://www.noticiascomunitat.com/2016/04/'>abril 2016 (72)</option>
<option value='https://www.noticiascomunitat.com/2016/03/'>marzo 2016 (93)</option>
<option value='https://www.noticiascomunitat.com/2016/02/'>febrero 2016 (105)</option>
<option value='https://www.noticiascomunitat.com/2016/01/'>enero 2016 (92)</option>
<option value='https://www.noticiascomunitat.com/2015/12/'>diciembre 2015 (90)</option>
<option value='https://www.noticiascomunitat.com/2015/11/'>noviembre 2015 (100)</option>
<option value='https://www.noticiascomunitat.com/2015/10/'>octubre 2015 (100)</option>
<option value='https://www.noticiascomunitat.com/2015/09/'>septiembre 2015 (108)</option>
<option value='https://www.noticiascomunitat.com/2015/08/'>agosto 2015 (80)</option>
<option value='https://www.noticiascomunitat.com/2015/07/'>julio 2015 (132)</option>
<option value='https://www.noticiascomunitat.com/2015/06/'>junio 2015 (113)</option>
<option value='https://www.noticiascomunitat.com/2015/05/'>mayo 2015 (127)</option>
<option value='https://www.noticiascomunitat.com/2015/04/'>abril 2015 (123)</option>
<option value='https://www.noticiascomunitat.com/2015/03/'>marzo 2015 (93)</option>
<option value='https://www.noticiascomunitat.com/2015/02/'>febrero 2015 (83)</option>
<option value='https://www.noticiascomunitat.com/2015/01/'>enero 2015 (85)</option>
<option value='https://www.noticiascomunitat.com/2014/12/'>diciembre 2014 (80)</option>
<option value='https://www.noticiascomunitat.com/2014/11/'>noviembre 2014 (80)</option>
<option value='https://www.noticiascomunitat.com/2014/10/'>octubre 2014 (87)</option>
<option value='https://www.noticiascomunitat.com/2014/09/'>septiembre 2014 (80)</option>
<option value='https://www.noticiascomunitat.com/2014/08/'>agosto 2014 (67)</option>
<option value='https://www.noticiascomunitat.com/2014/07/'>julio 2014 (81)</option>
<option value='https://www.noticiascomunitat.com/2014/06/'>junio 2014 (51)</option>
<option value='https://www.noticiascomunitat.com/2013/09/'>septiembre 2013 (65)</option>
<option value='https://www.noticiascomunitat.com/2013/08/'>agosto 2013 (148)</option>
<option value='https://www.noticiascomunitat.com/2013/07/'>julio 2013 (232)</option>
<option value='https://www.noticiascomunitat.com/2013/06/'>junio 2013 (203)</option>
<option value='https://www.noticiascomunitat.com/2013/05/'>mayo 2013 (183)</option>
<option value='https://www.noticiascomunitat.com/2013/04/'>abril 2013 (220)</option>
<option value='https://www.noticiascomunitat.com/2013/03/'>marzo 2013 (191)</option>
<option value='https://www.noticiascomunitat.com/2013/02/'>febrero 2013 (172)</option>
<option value='https://www.noticiascomunitat.com/2013/01/'>enero 2013 (167)</option>
<option value='https://www.noticiascomunitat.com/2012/12/'>diciembre 2012 (323)</option>
<option value='https://www.noticiascomunitat.com/2012/11/'>noviembre 2012 (408)</option>
<option value='https://www.noticiascomunitat.com/2012/10/'>octubre 2012 (345)</option>
<option value='https://www.noticiascomunitat.com/2012/09/'>septiembre 2012 (378)</option>
<option value='https://www.noticiascomunitat.com/2012/08/'>agosto 2012 (217)</option>
<option value='https://www.noticiascomunitat.com/2012/07/'>julio 2012 (334)</option>
<option value='https://www.noticiascomunitat.com/2012/06/'>junio 2012 (310)</option>
<option value='https://www.noticiascomunitat.com/2012/05/'>mayo 2012 (254)</option>
<option value='https://www.noticiascomunitat.com/2012/04/'>abril 2012 (339)</option>
<option value='https://www.noticiascomunitat.com/2012/03/'>marzo 2012 (433)</option>
<option value='https://www.noticiascomunitat.com/2012/02/'>febrero 2012 (458)</option>
<option value='https://www.noticiascomunitat.com/2012/01/'>enero 2012 (96)</option>
<option value='https://www.noticiascomunitat.com/2011/12/'>diciembre 2011 (104)</option>
<option value='https://www.noticiascomunitat.com/2011/11/'>noviembre 2011 (109)</option>
<option value='https://www.noticiascomunitat.com/2011/10/'>octubre 2011 (100)</option>
<option value='https://www.noticiascomunitat.com/2011/09/'>septiembre 2011 (105)</option>
<option value='https://www.noticiascomunitat.com/2011/08/'>agosto 2011 (13)</option>
<option value='https://www.noticiascomunitat.com/2011/07/'>julio 2011 (84)</option>
<option value='https://www.noticiascomunitat.com/2011/06/'>junio 2011 (87)</option>
<option value='https://www.noticiascomunitat.com/2011/05/'>mayo 2011 (83)</option>
<option value='https://www.noticiascomunitat.com/2011/04/'>abril 2011 (303)</option>
<option value='https://www.noticiascomunitat.com/2011/03/'>marzo 2011 (157)</option>
<option value='https://www.noticiascomunitat.com/2010/12/'>diciembre 2010 (1)</option>
<option value='https://www.noticiascomunitat.com/2010/05/'>mayo 2010 (6)</option>
<option value='https://www.noticiascomunitat.com/2010/03/'>marzo 2010 (134)</option>
<option value='https://www.noticiascomunitat.com/2010/02/'>febrero 2010 (308)</option>
<option value='https://www.noticiascomunitat.com/2010/01/'>enero 2010 (314)</option>
<option value='https://www.noticiascomunitat.com/2009/12/'>diciembre 2009 (265)</option>
<option value='https://www.noticiascomunitat.com/2009/11/'>noviembre 2009 (201)</option>
<option value='https://www.noticiascomunitat.com/2009/10/'>octubre 2009 (228)</option>
<option value='https://www.noticiascomunitat.com/2009/09/'>septiembre 2009 (313)</option>
<option value='https://www.noticiascomunitat.com/2009/08/'>agosto 2009 (240)</option>
<option value='https://www.noticiascomunitat.com/2009/07/'>julio 2009 (223)</option>
<option value='https://www.noticiascomunitat.com/2009/06/'>junio 2009 (269)</option>
<option value='https://www.noticiascomunitat.com/2009/05/'>mayo 2009 (240)</option>
<option value='https://www.noticiascomunitat.com/2009/04/'>abril 2009 (240)</option>
<option value='https://www.noticiascomunitat.com/2009/03/'>marzo 2009 (231)</option>
<option value='https://www.noticiascomunitat.com/2009/02/'>febrero 2009 (224)</option>
<option value='https://www.noticiascomunitat.com/2009/01/'>enero 2009 (217)</option>
<option value='https://www.noticiascomunitat.com/2008/12/'>diciembre 2008 (135)</option>
</select>
</div>
</div>
<div class='clear'></div>
</div>
</div></div>
</div>
</div>
<div style='height:5px;clear:both;'></div>
<div class='sidebar no-items section' id='sidebarright'></div>
<p></p></div>
<!-- spacer for skins that want sidebar and main to be the same height-->
<div class='clear'>&#160;</div>
</div></div>
<!-- end content-wrapper -->
<div class='span-24' id='footer-wrap'>
<div id='footer'>
<div id='copyrights'>
<!-- Copyright &#169; --> 2008 - 2023 <a href='https://www.noticiascomunitat.com/'>Noticias Comunitat Valenciana (NCV)</a><!-- | Powered by <a href='http://www.blogger.com/'>Blogger</a> -->
</div>
<div id='credits'>
<!-- Design by <a href='http://fthemes.com/' target='_blank'><strong>Free WordPress Themes</strong></a> | Bloggerized by <a href='http://www.bloggertipandtrick.net/' target='_blank'><strong>Lasantha</strong></a> - <a href='http://www.premiumbloggertemplates.com/' target='_blank'><strong>Premium Blogger Themes</strong></a> | Adapted by: <a href='http://noticiascomunitat.blogspot.com'><strong>NC Noticias</strong></a> | <a href='http://thebestbankrates.com/' target='_blank'>Best CD Rates</a> -->
<!-- Noticias Comunitat Valenciana - 2015 -->
</div></div></div>
</div></div>
<!-- end outer-wrapper -->
<!-- PAGE NAVIGATION START-->
<script type='text/javascript'>
var pageCount=4;
var displayPageNum=3;
var upPageWord ='&#171; ';
var downPageWord =' &#187;';
</script>
<script type='text/javascript'>
//<![CDATA[
function showpageCount(json){var thisUrl=home_page_url;var htmlMap=new Array();var thisNum=1;var postNum=1;var itemCount=0;var fFlag=0;var eFlag=0;var html='';var upPageHtml='';var downPageHtml='';for(var i=0,post;post=json.feed.entry[i];i++){var timestamp1=post.published.$t.substring(0,19)+post.published.$t.substring(23,29);timestamp=encodeURIComponent(timestamp1);var title=post.title.$t;if(title!=''){if(itemCount==0||(itemCount%pageCount==(pageCount-1))){if(thisUrl.indexOf(timestamp)!=-1){thisNum=postNum}if(title!='')postNum++;htmlMap[htmlMap.length]='/search?updated-max='+timestamp+'&max-results='+pageCount}}itemCount++}for(var p=0;p<htmlMap.length;p++){if(p>=(thisNum-displayPageNum-1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2){if(thisNum==2){upPageHtml='<span class="showpage" style="padding: 4px 8px;margin:0 4px;text-decoration:none;background:#dfdfdf;color:#686868; border:1px solid #989898;font-family: Arial, Verdana;font-size: 15px;"><a href="/">'+upPageWord+'</a></span>'}else{upPageHtml='<span class="showpage" style="padding: 4px 8px;margin:0 4px;text-decoration:none;background:#dfdfdf;color:#686868; border:1px solid #989898;font-family: Arial, Verdana;font-size: 15px;"><a href="'+htmlMap[p]+'">'+upPageWord+'</a></span>'}fFlag++}if(p==(thisNum-1)){html+='<span class="showpagePoint">'+thisNum+'</span>'}else{if(p==0){html+='<span class="showpageNum"><a href="/">1</a></span>'}else{html+='<span class="showpageNum"><a href="'+htmlMap[p]+'">'+(p+1)+'</a></span>'}}if(eFlag==0&&p==thisNum){downPageHtml='<span class="showpage" style="padding: 4px 8px;margin:0 4px;text-decoration:none;background:#dfdfdf;color:#686868; border:1px solid #989898;font-family: Arial, Verdana;font-size: 15px;"> <a href="'+htmlMap[p]+'">'+downPageWord+'</a></span>';eFlag++}}}if(thisNum>1){html=''+upPageHtml+' '+html+' '}html='<div class="showpageArea"><span style="COLOR: #676767;background:#fff;border: 1px solid #b6b5b5;font-size: 15px;padding:4px 8px;margin:0 4px;" class="showpageOf"> Páginas en NC:  '+(postNum-1)+'</span>'+html;if(thisNum<(postNum-1)){html+=downPageHtml}if(postNum==1)postNum++;html+='</div>';var pageArea=document.getElementsByName("pageArea");var blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var p=0;p<pageArea.length;p++){pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=''}if(blogPager){blogPager.innerHTML=html}}function showpageCount2(json){var thisUrl=home_page_url;var htmlMap=new Array();var isLablePage=thisUrl.indexOf("/search/label/")!=-1;var thisLable=isLablePage?thisUrl.substr(thisUrl.indexOf("/search/label/")+14,thisUrl.length):"";thisLable=thisLable.indexOf("?")!=-1?thisLable.substr(0,thisLable.indexOf("?")):thisLable;var thisNum=1;var postNum=1;var itemCount=0;var fFlag=0;var eFlag=0;var html='';var upPageHtml='';var downPageHtml='';var labelHtml='<span class="showpageNum"><a href="/search/label/'+thisLable+'?&max-results='+pageCount+'">';var thisUrl=home_page_url;for(var i=0,post;post=json.feed.entry[i];i++){var timestamp1=post.published.$t.substring(0,19)+post.published.$t.substring(23,29);timestamp=encodeURIComponent(timestamp1);var title=post.title.$t;if(title!=''){if(itemCount==0||(itemCount%pageCount==(pageCount-1))){if(thisUrl.indexOf(timestamp)!=-1){thisNum=postNum}if(title!='')postNum++;htmlMap[htmlMap.length]='/search/label/'+thisLable+'?updated-max='+timestamp+'&max-results='+pageCount}}itemCount++}for(var p=0;p<htmlMap.length;p++){if(p>=(thisNum-displayPageNum-1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2){if(thisNum==2){upPageHtml=labelHtml+upPageWord+'</a></span>'}else{upPageHtml='<span class="showpage" style="padding: 4px 8px;margin:0 4px;text-decoration:none;background:#dfdfdf;color:#686868; border:1px solid #989898;font-family: Arial, Verdana;font-size: 15px;"><a href="'+htmlMap[p]+'">'+upPageWord+'</a></span>'}fFlag++}if(p==(thisNum-1)){html+='<span class="showpagePoint">'+thisNum+'</span>'}else{if(p==0){html=labelHtml+'1</a></span>'}else{html+='<span class="showpageNum"><a href="'+htmlMap[p]+'">'+(p+1)+'</a></span>'}}if(eFlag==0&&p==thisNum){downPageHtml='<span class="showpage" style="padding: 4px 8px;margin:0 4px;text-decoration:none;background:#dfdfdf;color:#686868; border:1px solid #989898;font-family: Arial, Verdana;font-size: 15px;"> <a href="'+htmlMap[p]+'">'+downPageWord+'</a></span>';eFlag++}}}if(thisNum>1){if(!isLablePage){html=''+upPageHtml+' '+html+' '}else{html=''+upPageHtml+' '+html+' '}}html='<div class="showpageArea"><span style="COLOR: #999;" class="showpageOf"> Pages ('+(postNum-1)+')</span>'+html;if(thisNum<(postNum-1)){html+=downPageHtml}if(postNum==1)postNum++;html+='</div>';var pageArea=document.getElementsByName("pageArea");var blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var p=0;p<pageArea.length;p++){pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=''}if(blogPager){blogPager.innerHTML=html}}var home_page_url=location.href;var thisUrl=home_page_url;if(thisUrl.indexOf("/search/label/")!=-1){if(thisUrl.indexOf("?updated-max")!=-1){var lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?updated-max"))}else{var lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?&max"))}}var home_page="/";if(thisUrl.indexOf("?q=")==-1){if(thisUrl.indexOf("/search/label/")==-1){document.write('<script src="'+home_page+'feeds/posts/summary?alt=json-in-script&callback=showpageCount&max-results=99999" ><\/script>')}else{document.write('<script src="'+home_page+'feeds/posts/full/-/'+lblname1+'?alt=json-in-script&callback=showpageCount2&max-results=99999" ><\/script>')}}
//]]>
</script>
<!-- PAGE NAVIGATION STOP-->
<!-- NUEVA NOTIFICACION COOKIES 14052021 -->
<!-- <div id='cmpcookieinfo'/><script async='async' src='https://consentmanager.mgr.consensu.org/delivery/cookieinfo.php?id=28551' type='text/javascript'/> -->
<!-- NUEVA NOTIFICACION COOKIES 14052021 -->
<!-- NOTIFICACION COOKIES 29042015 FUENTE: http://www.zonasystem.com/2015/01/ley-de-cookies-anadir-mensaje-de.html -->
<!-- Inicio script ley de cookies -->
<div id='barracookies' style='display:none;position:fixed;left:0px;right:0px;bottom:0px;width:100%;min-height:40px;background: #d0d0d0;color:#2e2e2e;z-index: 99999;'>
<div style='width:100%;position:absolute;padding-left:5px;font-family:Trebuchet MS;font-size:14px;top:30%;text-align:center;'>
<span>Usamos cookies propias y de terceros para ayudarle en su navegación. Si continúa navegando consideramos que acepta nuestra  <a href='http://www.noticiascomunitat.com/p/politica-de-privacidad-y-aviso-legal.html'><b>Política de Privacidad y Cookies y Aviso Legal</b></a>.</span>
<a href='javascript:void(0);' onclick='PonerCookie();' style='padding:6px;background:#3E6DA6;text-decoration:none;color:#eaeaea;border-radius:5px;'><b>OK</b></a>
<!-- <a href='http://www.google.com.ar/intl/es-419/policies/technologies/types/' rel='nofollow' style='padding-left:5px;text-decoration:none;color:#2e2e2e;' target='_blank'> -->
<a href='http://www.noticiascomunitat.com/p/ver-las-cookies.html' rel='follow' style='padding-left:5px;text-decoration:none;color:#2e2e2e;' target='_blank'> Más información</a>
</div>
</div>
<script>
 function getCookie(c_name){
  var c_value = document.cookie;
  var c_start = c_value.indexOf(" " + c_name + "=");
  if (c_start == -1){
  c_start = c_value.indexOf(c_name + "=");
  }
  if (c_start == -1){
  c_value = null;
  }else{
  c_start = c_value.indexOf("=", c_start) + 1;
  var c_end = c_value.indexOf(";", c_start);
  if (c_end == -1){
   c_end = c_value.length;
  }
   c_value = unescape(c_value.substring(c_start,c_end));
  }
  return c_value;
 }
 function setCookie(c_name,value,exdays){
  var exdate=new Date();
  exdate.setDate(exdate.getDate() + exdays);
  var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
  document.cookie=c_name + "=" + c_value;
 }
 if(getCookie('aviso')!="1"){
  document.getElementById("barracookies").style.display="block";
 }
 function PonerCookie(){
  setCookie('aviso','1',365);
  document.getElementById("barracookies").style.display="none";
 }
 </script>
<!-- Fin script ley de cookies -->

<script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/2028843038-widgets.js"></script>
<script type='text/javascript'>
window['__wavt'] = 'AOuZoY7bEptYdBiUKrLZxNFMHyvGMgf5_Q:1769426712392';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d103735505482262284','//www.noticiascomunitat.com/','103735505482262284');
_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '103735505482262284', 'title': 'Noticias Comunitat Valenciana (NCV)', 'url': 'https://www.noticiascomunitat.com/', 'canonicalUrl': 'https://www.noticiascomunitat.com/', 'homepageUrl': 'https://www.noticiascomunitat.com/', 'searchUrl': 'https://www.noticiascomunitat.com/search', 'canonicalHomepageUrl': 'https://www.noticiascomunitat.com/', 'blogspotFaviconUrl': 'https://www.noticiascomunitat.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': true, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'es', 'localeUnderscoreDelimited': 'es', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Noticias Comunitat Valenciana (NCV) - Atom\x22 href\x3d\x22https://www.noticiascomunitat.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Noticias Comunitat Valenciana (NCV) - RSS\x22 href\x3d\x22https://www.noticiascomunitat.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Noticias Comunitat Valenciana (NCV) - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/103735505482262284/posts/default\x22 /\x3e\n', 'meTag': '\x3clink rel\x3d\x22me\x22 href\x3d\x22https://www.blogger.com/profile/11474532746172730691\x22 /\x3e\n', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/6e0d22adcfa5abea', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Obtener enlace', 'key': 'link', 'shareMessage': 'Obtener enlace', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Compartir en Facebook', 'target': 'facebook'}, {'name': 'Escribe un blog', 'key': 'blogThis', 'shareMessage': 'Escribe un blog', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Compartir en X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Compartir en Pinterest', 'target': 'pinterest'}, {'name': 'Correo electr\xf3nico', 'key': 'email', 'shareMessage': 'Correo electr\xf3nico', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27es\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Leer m\xe1s', 'pageType': 'index', 'pageName': '', 'pageTitle': 'Noticias Comunitat Valenciana (NCV)', 'metaDescription': 'Noticias de la Comunitat Valenciana: Alicante, Castell\xf3n y Valencia. Cultura, econom\xeda, sociedad, turismo, internet y tecnolog\xeda, medio ambiente...'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Editar', 'linkCopiedToClipboard': 'El enlace se ha copiado en el Portapapeles.', 'ok': 'Aceptar', 'postLink': 'Enlace de la entrada'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Personalizado', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Noticias Comunitat Valenciana (NCV)', 'description': 'Noticias de la Comunitat Valenciana: Alicante, Castell\xf3n y Valencia. Cultura, econom\xeda, sociedad, turismo, internet y tecnolog\xeda, medio ambiente...', 'url': 'https://www.noticiascomunitat.com/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': true, 'isArchive': false, 'isLabelSearch': false}}]);
_WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text2', 'header2', document.getElementById('Text2'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML9', 'sidebarleft', document.getElementById('HTML9'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML11', 'sidebarleft', document.getElementById('HTML11'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML8', 'sidebarleft', document.getElementById('HTML8'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed1', 'main', document.getElementById('Feed1'), {'title': 'S\xedguenos tambi\xe9n en Puntocomunica.com...', 'showItemDate': true, 'showItemAuthor': true, 'feedUrl': 'https://www.puntocomunica.com/feed', 'numItemsShow': 5, 'loadingMsg': 'Cargando...', 'openLinksInNewWindow': true, 'useFeedWidgetServ': 'true'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/498020680-lbx__es.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/828616780-lightbox_bundle.css'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch1', 'main', document.getElementById('BlogSearch1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'main', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Cargando\x26hellip;'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'sidebartab1', document.getElementById('HTML3'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebartab1', document.getElementById('HTML1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts1', 'sidebartab1', document.getElementById('PopularPosts1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML6', 'sidebartab1', document.getElementById('HTML6'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'sidebartab1', document.getElementById('HTML4'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive2', 'sidebartab3', document.getElementById('BlogArchive2'), {'languageDirection': 'ltr', 'loadingMessage': 'Cargando\x26hellip;'}, 'displayModeFull'));
</script>
</body>
</html>