OK
http://elsoldemargarita.com.ve/
Hungary
Country
Network
October 09, 2025, 01:34 PM UTC
Date & Time
Websites
Websites
Runtime: 12.6s
On October 09, 2025, 01:34 PM UTC, http://elsoldemargarita.com.ve/ was accessible when tested on 20845 in Hungary.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
172.68.224.111
Query:
IN A elsoldemargarita.com.ve
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
74.208.51.96

TCP Connections

Connection to 74.208.51.96:80 succeeded.

HTTP Requests

URL
GET http://elsoldemargarita.com.ve/
Response Headers
Connection:
keep-alive
Content-Length:
78206
Content-Type:
text/html; charset=UTF-8
Date:
Thu, 09 Oct 2025 13:35:01 GMT
Server:
nginx
X-Powered-By:
PHP/5.6.40
Response Body
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
	<head>
		<meta name="title" content=".: El Sol de Margarita :."/><meta name="description" content="El Periódico de la Verdad."/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@elsoldmargarita"/><meta name="twitter:url" content="http://www.elsoldemargarita.com.ve/"/><meta name="twitter:title" content="El Sol de Margarita"/><meta name="twitter:description" content="El Periódico de la Verdad."/><meta name="twitter:image" content="https://elsoldemargarita.com.ve/img/feature_image_elsol.jpg"/><meta property="og:type" content="summary_large_image"/><meta property="og:url" content="@elsoldmargarita"/><meta property="og:title" content="http://www.elsoldemargarita.com.ve/"/><meta property="og:description" content="El Sol de Margarita"/><meta property="og:image" content="https://elsoldemargarita.com.ve/img/feature_image_elsol.jpg"/>		<!-- <div id="76642-6"><script src="//ads.themoneytizer.com/s/gen.js?type=6"></script><script src="//ads.themoneytizer.com/s/requestform.js?siteId=76642&formatId=6"></script></div> -->
		<!-- Active Layout -->
		<!-- Quantcast Choice. Consent Manager Tag v2.0 (for TCF 2.0) -->
		<!--
		<script type="text/javascript" async="true">
			(function() {
		    var host = 'www.themoneytizer.com';
		    var element = document.createElement('script');
		    var firstScript = document.getElementsByTagName('script')[0];
		    var url = 'https://quantcast.mgr.consensu.org'
		        .concat('/choice/', '6Fv0cGNfc_bw8', '/', host, '/choice.js')
		    var uspTries = 0;
		    var uspTriesLimit = 3;
		    element.async = true;
		    element.type = 'text/javascript';
		    element.src = url;

		    firstScript.parentNode.insertBefore(element, firstScript);

		    function makeStub() {
		        var TCF_LOCATOR_NAME = '__tcfapiLocator';
		        var queue = [];
		        var win = window;
		        var cmpFrame;

		        function addFrame() {
		            var doc = win.document;
		            var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);

		            if (!otherCMP) {
		                if (doc.body) {
		                    var iframe = doc.createElement('iframe');

		                    iframe.style.cssText = 'display:none';
		                    iframe.name = TCF_LOCATOR_NAME;
		                    doc.body.appendChild(iframe);
		                } else {
		                    setTimeout(addFrame, 5);
		                }
		            }
		            return !otherCMP;
		        }

		        function tcfAPIHandler() {
		            var gdprApplies;
		            var args = arguments;

		            if (!args.length) {
		                return queue;
		            } else if (args[0] === 'setGdprApplies') {
		                if (
		                    args.length > 3 &&
		                    args[2] === 2 &&
		                    typeof args[3] === 'boolean'
		                ) {
		                    gdprApplies = args[3];
		                    if (typeof args[2] === 'function') {
		                        args[2]('set', true);
		                    }
		                }
		            } else if (args[0] === 'ping') {
		                var retr = {
		                    gdprApplies: gdprApplies,
		                    cmpLoaded: false,
		                    cmpStatus: 'stub'
		                };

		                if (typeof args[2] === 'function') {
		                    args[2](retr);
		                }
		            } else {
		                queue.push(args);
		            }
		        }

		        function postMessageEventHandler(event) {
		            var msgIsString = typeof event.data === 'string';
		            var json = {};

		            try {
		                if (msgIsString) {
		                    json = JSON.parse(event.data);
		                } else {
		                    json = event.data;
		                }
		            } catch (ignore) {}

		            var payload = json.__tcfapiCall;

		            if (payload) {
		                window.__tcfapi(
		                    payload.command,
		                    payload.version,
		                    function(retValue, success) {
		                        var returnMsg = {
		                            __tcfapiReturn: {
		                                returnValue: retValue,
		                                success: success,
		                                callId: payload.callId
		                            }
		                        };
		                        if (msgIsString) {
		                            returnMsg = JSON.stringify(returnMsg);
		                        }
		                        event.source.postMessage(returnMsg, '*');
		                    },
		                    payload.parameter
		                );
		            }
		        }

		        while (win) {
		            try {
		                if (win.frames[TCF_LOCATOR_NAME]) {
		                    cmpFrame = win;
		                    break;
		                }
		            } catch (ignore) {}

		            if (win === window.top) {
		                break;
		            }
		            win = win.parent;
		        }
		        if (!cmpFrame) {
		            addFrame();
		            win.__tcfapi = tcfAPIHandler;
		            win.addEventListener('message', postMessageEventHandler, false);
		        }
		    };

		    if (typeof module !== 'undefined') {
		        module.exports = makeStub;
		    } else {
		        makeStub();
		    }

		    var uspStubFunction = function() {
		        var arg = arguments;
		        if (typeof window.__uspapi !== uspStubFunction) {
		            setTimeout(function() {
		                if (typeof window.__uspapi !== 'undefined') {
		                    window.__uspapi.apply(window.__uspapi, arg);
		                }
		            }, 500);
		        }
		    };

		    var checkIfUspIsReady = function() {
		        uspTries++;
		        if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
		            console.warn('USP is not accessible');
		        } else {
		            clearInterval(uspInterval);
		        }
		    };

		    if (typeof window.__uspapi === 'undefined') {
		        window.__uspapi = uspStubFunction;
		        var uspInterval = setInterval(checkIfUspIsReady, 6000);
		    }
		})();
		</script>
	-->
		<!-- End Quantcast Choice. Consent Manager Tag v2.0 (for TCF 2.0) -->
		<!-- Google / Search Engine Tags -->
		<meta itemprop="name" content="http://www.elsoldemargarita.com.ve/">
		<meta itemprop="description" content="El Periódico de la Verdad.">
		<meta itemprop="image" content="http://elsoldemargarita.com.ve/img/feature_image_elsol.jpg">
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<title>.: El Sol de Margarita :.</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link href="/posts/home/type:icon" type="application/rss+xml" rel="alternate" title="/favicon.ico"/>		<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
				<!-- Google tag (gtag.js) -->
		<script async src="https://www.googletagmanager.com/gtag/js?id=G-YD790S7G23"></script>
		<script>
			window.dataLayer = window.dataLayer || [];
			function gtag(){dataLayer.push(arguments);}
			gtag('js', new Date());

			gtag('config', 'G-YD790S7G23');
		</script>
		<!--
		<script type="text/javascript">
			var _gaq = _gaq || [];
			_gaq.push(['_setAccount', 'UA-27553016-1']);
			_gaq.push(['_setDomainName', 'elsoldemargarita.com.ve']);
			_gaq.push(['_setAllowLinker', true]);
			_gaq.push(['_trackPageview']);
			(function() {
				var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
				ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
				var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
			})();
		</script>
		-->

		<script type="text/javascript">
			var NS4 = true; //(document.layers)?true:false;
			var IE4 = false; //(document.all)?true:false;
			var ppromt = '';
			var bydefault = '';

			function jumpBusqueda(){
				var string = $("#busqueda").val();
				location.href = ('/posts/busqueda/' + string);
				event.preventDefault();
			}

			function jumpSection() {
				var url=("/clasificados/index");
				var section = $("#fsection").val();
				var search = $("#fsearch").val();
				var subsection_ = $("#fsubsection").val();
				var res = subsection_.split(';;');
				var subsection = res[0];

				if (search != '')
					fsearch = '/fsearch:' + search;
				else
					fsearch = '';

				if (section != 0)
					fsection = '/fsection:' + section;
				else
					fsection = '';

				if (subsection != 0)
					fsubsection = '/fsubsection:' + subsection;
				else
					fsubsection = '';

				newLocation = fsection + fsubsection + fsearch;
				location.href = (url+newLocation);
				event.preventDefault();
			};

			function _struct(child,childcaption,parent){
				this.child = child;
				this.childcaption = childcaption;
				this.parent	= parent;
			}

			function limitText(limitField, limitNum) {
				if (limitField.value.length > limitNum) {
					limitField.value = limitField.value.substring(0, limitNum);
				} 
			}
			
			function _addobject(child,childcaption,parent){
				var obj = new _struct();
				obj.child = child;
				obj.childcaption = childcaption;
				obj.parent = parent;
				return(obj);
			}
			
			function isEntry(child,parent){
				if(child.length > 0 ){		
					for(var i=0;i<this.length;i++)
						if(this.items[i].child == child)
							return true;			
				}
				return false;
			}
			
			function insertEntry(child,childcaption,parent){
				if(child.length > 0 ){		
					for(var i=0;i<this.length;i++)
						if(this.items[i].child == child)
							return;			
						this.items[this.length++] = _addobject(child,childcaption,parent);		
				}
			}
					
			function add_option(oSelect,pprompt,bydefault){
				var new_option = ' ';
				new_option = prompt (ppromt,bydefault);
				if ( new_option == null ) {
					//donothing
				} else {
					if ( new_option.length > 2) {
						new_option = new_option.toUpperCase();
						elOption = new Option();
						//now IE and NS have a different way to handle object creation.
						if(IE4){						
							elOption.value = new_option + ' selected';
							elOption.text = new_option;
							eval(document.formparent.elements[oSelect]).options[0] = elOption
							eval(document.formparent.elements[oSelect]).selectedIndex = 0;
						}else if(NS4){				
							elOption.value = new_option  + ' selected';
							elOption.text = new_option;
							document.all.item(oSelect).options.add(elOption,0)					
							document.all.item(oSelect).selectedIndex  = 0;
						}						
						delete(elOption);
					}
				}
			}

			function OptionCollection(){
				this.length=0;
				this.items = new Object();
				this.Add=insertEntry
			}

			function clearSelect(oSelect){
				var iCount=0;
				if(!oSelect) return;
				iCount = oSelect.options.length;
				for(var i=0;i<iCount;i++){
					if(IE4)
						oSelect.options.remove(0);
					else if(NS4)
						oSelect.options[0]=null;
				}
			}
			function addOptions(oSelect,olist,parent){
				var elOption;
				var idxSelect=0;
				var found=false;
				if((!olist) || (!oSelect)) return;
				clearSelect(oSelect);	
				elBlankOption = new Option();
				elBlankOption.text = "Todos";
				elBlankOption.value = "";
				if (NS4) oSelect.options[idxSelect] = elBlankOption
					else if(IE4) oSelect.options.add(elBlankOption,idxSelect)
						idxSelect++;
					for(var i=0;i<olist.length;i++){		
						if(olist.items[i].parent == parent){									
							found = true;
							elOption = new Option();
						//now IE and NS have a different way to handle object creation.
						if(NS4){
							elOption.value = olist.items[i].child
							elOption.text = olist.items[i].childcaption
							oSelect.options[idxSelect] = elOption				
						}else if(IE4){				
							elOption.value = olist.items[i].child
							elOption.text = olist.items[i].childcaption
							oSelect.options.add(elOption,idxSelect)					
						}						
						idxSelect++;
						delete(elOption);
					}			
				}	
				if (!found)
				{
					elBlankOption = new Option();
					elBlankOption.text = "Todas";
					elBlankOption.value = "";
					idxSelect++;
					if(NS4) oSelect.options[0] = elBlankOption
						else if(IE4) oSelect.options.add(elBlankOption,0)
					}
			}

			function clearOptions(szSelect,szForm){
				if(szSelect.length <= 0 || szForm.length <=0)
					alert("error:clearOption must pass arguments");	
				if(IE4)
					clearSelect(document.all.item(szSelect));
				else if(NS4)
					clearSelect(eval('document.' + szForm + '.elements["' + szSelect + '"]'));
			}

			function listAllOptions(szSelect,szForm,olist){
				var elOption;
				var idxSelect=0;
				var oSelect = new Object();
				if(!olist)return;			
				if(IE4)
					oSelect = document.all.item(szSelect);
				else if(NS4)
					oSelect = eval('document.' + szForm + '.' + szSelect);
				if(!oSelect)return;			
				clearSelect(oSelect);
				for(var i=0;i<olist.length;i++){							
					elOption = new Option();
					if(NS4){						
						elOption.value = olist.items[i].child
						elOption.text = olist.items[i].childcaption
						oSelect.options[idxSelect] = elOption				
					}else if(IE4){				
						elOption.value = olist.items[i].child
						elOption.text = olist.items[i].childcaption
						oSelect.options.add(elOption,idxSelect)					
					}						
					idxSelect++;
					delete(elOption);					
				}	
			}

			function UpdateSelect(szSelect,szForm,szParent,olist){
				if(IE4)
					addOptions(document.all.item(szSelect),olist,szParent);
				else if(NS4)
					addOptions(eval('document.' + szForm + '.elements["' + szSelect + '"]'),olist,szParent);
			}

			var oSubSection = new OptionCollection();
			var oSection = new OptionCollection();
			</script>
<link rel="stylesheet" type="text/css" href="/css/unique2.css"/><link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/><meta name="title" content=".: El Sol de Margarita :."/><meta name="description" content="El Periódico de la Verdad."/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@elsoldmargarita"/><meta name="twitter:url" content="http://www.elsoldemargarita.com.ve/"/><meta name="twitter:title" content="El Sol de Margarita"/><meta name="twitter:description" content="El Periódico de la Verdad."/><meta name="twitter:image" content="https://elsoldemargarita.com.ve/img/feature_image_elsol.jpg"/><meta property="og:type" content="summary_large_image"/><meta property="og:url" content="@elsoldmargarita"/><meta property="og:title" content="http://www.elsoldemargarita.com.ve/"/><meta property="og:description" content="El Sol de Margarita"/><meta property="og:image" content="https://elsoldemargarita.com.ve/img/feature_image_elsol.jpg"/><script type="text/javascript" src="/js/unique.js"></script>	
		</script>
		<style type="text/css">
			#dhtmltooltip{
				position: absolute;
				width: 320px;
				border:solid 2px #cbcbcb;
				padding: 20px;
				background: #ffffff;
				filter: alpha(opacity=98);
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=98);
				opacity:0.98;
				-moz-opacity: 0.98;
				visibility: hidden;
				z-index: 100;
				font-family: Helvetica, Verdana, arial;
				font-size:13px;
			}
		</style>
	</head>
	<body>
		<div id="container">
									<div id="dhtmltooltip"></div>
			<script data-ad-client="ca-pub-9905995757269944" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
            <!-- <script type="text/javascript" src="https://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4f19dac54dfeed4a"></script> -->
			<script type="text/javascript">
				var offsetxpoint=-60 //Customize x offset of tooltip
				var offsetypoint=20 //Customize y offset of tooltip
				var ie=document.all
				var ns6=document.getElementById && !document.all
				var enabletip=false
				if (ie||ns6)
					var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
				function ietruebody() {
					return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
				}
				function ddrivetip(thetext, thecolor, thewidth){
					if (ns6||ie){
						if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
						if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
						tipobj.innerHTML=thetext
						enabletip=true
						return false
					}
				}
				function positiontip(e){
					if (enabletip){
						var curY=(ns6)?e.pageY : event.y+ietruebody().scrollTop;
						var curX=390;
						var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
						var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
						var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
						if (rightedge<tipobj.offsetWidth)
						tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
						else if (curX<leftedge)
						tipobj.style.left="5px"
						else
						tipobj.style.left=curX+offsetxpoint+"px"
						if (bottomedge<tipobj.offsetHeight)
						tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
						else
						tipobj.style.top=curY+offsetypoint+"px"
						tipobj.style.left='210px';
						tipobj.style.visibility="visible"
					}
				}
				function hideddrivetip(){
					if (ns6||ie){
						enabletip=false
						tipobj.style.visibility="hidden"
						tipobj.style.left="-1000px"
						tipobj.style.backgroundColor=''
					tipobj.style.width=''
					}
				}
				document.onclick=positiontip
			</script>
			<!-- <div id="header2" class="header2">
				<div id="flexslider" class="flexslider">
				  	<div>
				  		<ul class="slides">
				  							  		</ul>
					</div>
			  	</div>
			</div>
			<br>
			<br>
			<hr>
			 -->
<!--   SubMenu de la parte Superior -

	<div style="margin-left:auto;margin-right:auto;width:auto;">
				<ul class="main-menu" style="border-bottom-color:#D1671B; border-bottom-style:solid; border-bottom-width:2px;background-color:#FFF;padding-left:8px;padding-right:2px;"> 
			<li><a style=";background-color:#FFF;color:#D1671B;border-color:#D1671B" href="https://www.elsoldemargarita.com.ve/posts/seccion/54/Ahora%20es%20cuando">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ahora es Cuando&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li>
	   <li ><a style="background-color:#FFF;color:#D1671B;border-color:#D1671B" href="https://www.elsoldemargarita.com.ve/posts/seccion/41/Rayitos%20de%20Sol">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rayitos de Sol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li>
	         <li><a style="background-color:#FFF;color:#D1671B;border-color:#D1671B" href="https://www.elsoldemargarita.com.ve/posts/seccion/61/Entre%20Coche%20y%20Cubagua">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Entre Coche y Cubagua&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li>
<li><a style="background-color:#FFF;color:#D1671B;border-color:#D1671B" href="https://www.elsoldemargarita.com.ve/posts/seccion/57/Tierra%20Asoleada">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     Tierra Asoleada  &nbsp&nbsp;&nbsp;&nbsp;&nbsp;</a></li>
	 <li><a style="background-color:#FFF;color:#D1671B;border-color:#D1671B" href="https://www.elsoldemargarita.com.ve/posts/seccion/52/Lo%20%2B%20le%C3%ADdo">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lo Más Leído&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li></ul>
</div>

-->	

			<div class="topHeader">
				<div class="topHeaderFirstDiv">
					<a href="https://clasificadoselsoldemargarita.com/" target="_blank" ><img src="/uploads/ads/2025/07/29/clasificadosbannerizquierda.jpg" /></a>				</div>
				<div class="topHeaderSocNetDiv">
	                <a href="https://twitter.com/@elsoldmargarita" target="_blank"><img src="/img/btnTT.png"></a>
	                <a href="https://www.facebook.com/elsoldemargarita" target="_blank"><img src="/img/btnFF.png"></a>
	                <a href="https://www.youtube.com/user/ElSoldeMargarita" target="_blank"><img src="/img/btnYT.png"></a>
					<a href="https://instagram.com/elsoldemargarita?ref=badge" target="_blank"><img src="/img/btnIG.png"></a>					
				</div>
				<div class="topHeaderLogoDiv">
					<div>
						<a href="/"><img src=/img/logo_sol.jpg style="width:256px;height:152px;"></a>
					</div>
				</div>
				<div class="topHeaderNewsPaperFrontPageDiv" >
					<div>
						<p>Porlamar<br> 9 de octubre de 2025</p>					</div>
					<div>
						<a href="/posts/seccion/21"><img src=/img/bannerClasificados2.gif></a>
										</div>
				</div>
				<div class="topHeaderLastDiv">
					<a href="https://clasificadoselsoldemargarita.com/" target="_blank" ><img src="/uploads/ads/2016/02/19/clasificadosbannerderecho.jpg" /></a>				</div> 
			</div>
			<hr><hr><hr>
			<div style="margin-left:auto;margin-right:auto;width:auto;">
				<ul class="main-menu">
					<li><a href="https://www.elsoldemargarita.com.ve">Inicio</a></li><li ><a href="/posts/seccion/4/Locales">Locales</a></li><li ><a href="/posts/seccion/5/Sucesos">Sucesos</a></li><li ><a href="/posts/seccion/3/Afici%C3%B3n%20Deportiva">Afición Deportiva</a></li><li ><a href="/posts/seccion/1/Nacionales">Nacionales</a></li><li ><a href="/posts/seccion/9/Internacionales">Internacionales</a></li><li ><a href="/posts/seccion/38/Vida%20de%20Hoy">Vida de Hoy</a></li><li ><a href="/posts/seccion/30/Gente%20Feliz">Gente Feliz</a></li><li ><a href="/posts/seccion/77/50%C2%B0%20Aniversario">50° Aniversario</a></li><li ><a href="/posts/seccion/7/Opini%C3%B3n">Opinión</a></li>				</ul>
			</div>
			<hr>
			<div id="highlights-navigation">
				<ul>
					<li><a href="#" style="color:#FFF;">Destacados</a></li>
					<li><a href="/posts/post/id:256427/García-y-Maneiro">García y Maneiro</a></li><li><a href="/posts/post/id:256421/Playa-Caribe">Playa Caribe</a></li><li><a href="/posts/post/id:256420/Calle-San-Rafael">Calle San Rafael</a></li><li><a href="/posts/post/id:256424/Daniel-Noboa">Daniel Noboa</a></li>				</ul>
			</div>
				<div style="display:inline;height:30px;">
					<table>
						<tr>
							<td><img src="https://l.yimg.com/a/i/us/we/52/26.gif" style="display:inline;width:26px;height:26px;border:0;"></td>
							<td><p style="display:inline;vertical-align:top;"><strong>EL TIEMPO</strong> EN MARGARITA <strong>28°C</strong></p></td>
						</tr>
					</table>
				</div>

		<hr><br><hr>

<style type="text/css">
	hr.ads-pleca{
		width:100%;
		border-bottom:3px solid #F0F0F0;
		margin-bottom:4px;
	}
</style>
<script type="text/javascript">

	$(document).ready(function(){
		$('#header22').css({position:'absolute'});
	});	
	
<!--		
</script>
<script type="text/javascript">
	$(document).ready(function(){
		$('#to_youtube_channel').lightbox_me({
			overlayCSS : {
				background : 'black',
				opacity : .8
			}
		});
	});
-->
</script>

	<table style="display:inline;width:1024px;">
		<tr>
		<!-- Despliegue del cintillo de la serie del caribe -->
			<td colspan=3>
			<!--	   -->
				 
                 
								
							</td>
		</tr>
		<tr>
<!--
	Despliegue de Columna 1, en sentido vertical
	la función showFirstColLiPost, exclusiva para "seccion" recibe tres parámetros,
	el primero es el contenido a desplegar, el segundo es el indice usado para extraer
	el elemento del arreglo, y el tercero indica si se colocará una pleca (línea horizontal)
-->
			<td colspan=2>
														
			</td>
<!--
	Despliegue de la tercera columna 
-->
			<td style="vertical-align:top;" rowspan=3>
				<div class="thirdColumn">
<!--		
	PLUGIN CUENTA REGRESIVA 
	Comentar la siguiente línea para eliminar


					<div style="margin: 0 auto; text-align: center;">
			   		<iframe align="middle" allowtransparency="true" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://elsoldemargarita.com.ve/countdown.htm" style="height: 75px; width: 330px;">
						</iframe>
					</div>
					<br>
-->
										<br>
																														<!--
	Incluimos un div para mostrar publicidad de Clever 
-->
					<div class="clever-core-ads" style="width:300px;height:auto;max-height:250px;"></div>
					

<!--
	Incluimos una tabla para mostrar los banner de los suplementos 
-->
					<table style="height:360px;margin:0px;padding:0px">
						<tr>
							<td>
								<div z-index="10"><div class="BannerSuplSlide" style="overflow:hidden;width:100%;height:330px;"><ul><li id="li0"><a href="http://elsoldemargarita.com.ve/posts/seccion/30/Gente-Feliz" target="_self" ><img src="/uploads/banners/2025/08/19/portadillagenetefeliz.jpg" style="width:157px;height:343px;"/></a></li></ul></div></div><hr>							</td>
							<td>
								<div z-index="10"><div class="BannerSuplSlide" style="overflow:hidden;width:100%;height:330px;"><ul><li id="li0"><a href="http://www.elsoldemargarita.com.ve/posts/seccion/3" target="_self" ><img src="/uploads/banners/2021/08/13/Portadilla Aficion Deportiva 2021.jpg" style="width:157px;height:343px;"/></a></li></ul></div></div><hr>							</td>
						</tr>
					</table>
<!--	
	Mostramos el contenedor de Banners Lateral Cuarto Derecha
	Tweeter
	Lateral Segundo Derecha
	Lateral Quinto Derecha
	Lista de Artículos de Opinión
	Lateral Sexto Derecha	
-->
																				<div>
						<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
	                    <ins class="adsbygoogle"
	                         style="display:block"
	                         data-ad-format="fluid"
	                         data-ad-layout-key="-fa+62+33-dq+dl"
	                         data-ad-client="ca-pub-8144703285836547"
	                         data-ad-slot="9668448131"></ins>
	                    <script>
	                         (adsbygoogle = window.adsbygoogle || []).push({});
	                    </script>
	                </div>
<!--
					<div class="areaTwitter"> <a class="twitter-timeline" href="https://twitter.com/elsoldmargarita" data-widget-id="360940061673549824" width="100%" height="600" lang="ES">Tweets por @elsoldmargarita</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div>-->
					<div class="areaTwitter"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
		<ins class="adsbygoogle"
		     style="display:block"
		     data-ad-format="fluid"
		     data-ad-layout-key="-6m+c8+39+6+44"
		     data-ad-client="ca-pub-8144703285836547"
		     data-ad-slot="1506807531"></ins>
		<script>
		     (adsbygoogle = window.adsbygoogle || []).push({});
		</script> </div>					
																																			<hr><hr><hr><hr>
										<hr><hr><hr><hr>
					<div z-index="10"><div class="postList"><div><div><h1>&nbsp;&nbsp;OPINIÓN</h1></div><div style="text-align: left"><h4>El acidito</h4><a href="/posts/post/id:256239" target="_self" ><h2>El Estado de Justicia trasciende al Estado formal de derecho. Aplaudo esta sentencia del TSJ</h2></a><h5>Reinaldo Silva
<br>reinaldosilva119@gmail.com; Twitter: @ReinaldoAcidito: Instagram: reinaldo_silva5; TikTok: @reinaldojosesilva97</h5></div><div style="text-align: left"><h4></h4><a href="/posts/post/id:256238" target="_self" ><h2>Más libros y menos pantallas es la consigna nacional</h2></a><h5>Iván Gómez León
<br>		iegomezleon@gmail.com</h5></div><div style="text-align: left"><h4>palabreo</h4><a href="/posts/post/id:256237" target="_self" ><h2>Una ilusión : no tener presos políticos</h2></a><h5>Pedro Salima
<br>Psalima36@gmail.com</h5></div><div style="text-align: left"><h4></h4><a href="/posts/post/id:256236" target="_self" ><h2>Feminismo verdadero vs. falso</h2></a><h5>Carolina Jaimes Branger
<br>@cjaimesb</h5></div><div style="text-align: left"><h4>nasa margariteña</h4><a href="/posts/post/id:256235" target="_self" ><h2>Basta ya de invocar al diablo</h2></a><h5>José Gregorio Rodríguez R.
<br>jotaerre577@gmail.com</h5></div></div></div></div><hr>					<hr><hr><hr><hr>
																																																	
					<div class="areaTwitter"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
		<ins class="adsbygoogle"
		     style="display:block"
		     data-ad-format="fluid"
		     data-ad-layout-key="-6m+c8+39+6+44"
		     data-ad-client="ca-pub-8144703285836547"
		     data-ad-slot="1506807531"></ins>
		<script>
		     (adsbygoogle = window.adsbygoogle || []).push({});
		</script> </div>				</div>
			</td>
<!--
	Fin de la tercera Columna
-->
		</tr>
		<tr>
			<td style="vertical-align:top;">
				<div class="firstColumn">
<div class="post"><div class="breadcrumb">conexión</div><div class="titlewraphome" style="font-size:230%;"><a href="/posts/post/id:256427/Alcalde-oficializa-ruta-de-transporte-entre-municipios-García-y-Maneiro">Alcalde oficializa ruta de transporte entre municipios García y Maneiro</a></div><a href="/posts/post/id:256427/Alcalde-oficializa-ruta-de-transporte-entre-municipios-García-y-Maneiro"><img src="/uploads/images/2025/10/08/Captura_de_pantalla_2025-10-08_140437.png" /></a><div class="extractwraphome">Morel David explicó que en adelante esos usuarios no van a tener que pagar dos pasajes para desplazarse entre ambos municipios, sino que van a poder ahora tener una conectividad directa.
<br></div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div z-index="0"><div class="BannerSlide" style="overflow:hidden;width:100%"><ul><li id="li0"><a href="http://www.elsoldemargarita.com.ve/posts/seccion/67" target="_self" ><img src="/uploads/banners/2016/12/20/BANNER-400X90.jpg" style="width:100%;"/></a></li><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"></ul></div></div><hr><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div class="post"><div class="breadcrumb">fe</div><div class="titlewraphome" style="font-size:230%;"><a href="/posts/post/id:256422/Rehabilitan-y-embellecen-la-iglesia-de-El-Bichar-en-la-isla-de-Coche">Rehabilitan y embellecen la iglesia de El Bichar en la isla de Coche</a></div><a href="/posts/post/id:256422/Rehabilitan-y-embellecen-la-iglesia-de-El-Bichar-en-la-isla-de-Coche"><img src="/uploads/images/2025/10/08/Captura_de_pantalla_2025-10-08_134715.png" /></a><div class="extractwraphome">A través de sus redes sociales del alcalde Freddy Serrano mostró las labores de pintura que se ejecutaron y el resultado final de la obra</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div z-index="0"><div class="BannerSlide" style="overflow:hidden;width:100%"><ul><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"></ul></div></div><hr><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;">					<hr class="ads-pleca">
                   	<div class="blog-box">
                        <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
                        <ins class="adsbygoogle"
                             style="display:block"
                             data-ad-format="fluid"
                             data-ad-layout-key="-hg-3+1f-3d+2z"
                             data-ad-client="ca-pub-8144703285836547"
                             data-ad-slot="2834418800"></ins>
                        <script>
                             (adsbygoogle = window.adsbygoogle || []).push({});
                        </script>
                    </div>
					<hr class="ads-pleca">

					<hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div class="post"><div class="breadcrumb">sucesos</div><div class="titlewraphome" style="font-size:230%;"><a href="/posts/post/id:256421/Riña-con-lesionados-en-Playa-Caribe-termina-con-dos-detenidos">Riña con lesionados en Playa Caribe termina con dos detenidos</a></div><a href="/posts/post/id:256421/Riña-con-lesionados-en-Playa-Caribe-termina-con-dos-detenidos"><img src="/uploads/images/2025/10/08/Captura_de_pantalla_2025-10-08_134149.png" /></a><div class="extractwraphome">Una comisión policial se trasladó al lugar de los hechos y logró la aprehensión del segundo ciudadano, de 34 años, involucrado en la riña.
<br></div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div class="post"><div class="breadcrumb">mejoras</div><div class="titlewraphome" style="font-size:230%;"><a href="/posts/post/id:256420/Finalizan-asfaltado-en-la-calle-San-Rafael-de-Porlamar">Finalizan asfaltado en la calle San Rafael de Porlamar</a></div><a href="/posts/post/id:256420/Finalizan-asfaltado-en-la-calle-San-Rafael-de-Porlamar"><img src="/uploads/images/2025/10/08/Captura_de_pantalla_2025-10-08_133733.png" /></a><div class="extractwraphome">El plan de bacheo y recuperación de vías avanza a paso firme en el municipio, gracias al trabajo conjunto entre el gobierno local, liderado por el alcalde Eneas González, y el respaldo de la gobernadora Marisel Velásquez.</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;">					<hr class="ads-pleca">
                   	<div class="blog-box">
                        <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
                        <ins class="adsbygoogle"
                             style="display:block"
                             data-ad-format="fluid"
                             data-ad-layout-key="-f9+5w+4e-db+86"
                             data-ad-client="ca-pub-8144703285836547"
                             data-ad-slot="2834418800"></ins>
                        <script>
                             (adsbygoogle = window.adsbygoogle || []).push({});
                        </script>
                    </div>
					<hr class="ads-pleca">

					<hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div class="post"><div class="breadcrumb">llamado</div><div class="titlewraphome" style="font-size:230%;"><a href="/posts/post/id:256415/Alí-Romero-exhorta-a-pagar-y-cobrar-la-tarifa-aprobada-en-Gaceta-para-el-transporte-público">Alí Romero exhorta a pagar y cobrar la tarifa aprobada en Gaceta para el transporte público</a></div><a href="/posts/post/id:256415/Alí-Romero-exhorta-a-pagar-y-cobrar-la-tarifa-aprobada-en-Gaceta-para-el-transporte-público"><img src="/uploads/images/2021/08/13/Alcalde_del_Municipio_Arismendi_Ali_Romero-C1.jpg" /></a><div class="extractwraphome">En la imagen publicada resaltó que la Gaceta establece la tarifa del pasaje urbano en 40 bolívares.</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div class="post"><div class="breadcrumb">demostración</div><div class="titlewraphome" style="font-size:230%;"><a href="/posts/post/id:256414/Ejecutaron-despliegue-de-fuerzas-y-medios-de-la-FANB-en-Nueva-Esparta-y-sus-espacios-marítimos">Ejecutaron despliegue de fuerzas y medios de la FANB en Nueva Esparta y sus espacios marítimos</a></div><a href="/posts/post/id:256414/Ejecutaron-despliegue-de-fuerzas-y-medios-de-la-FANB-en-Nueva-Esparta-y-sus-espacios-marítimos"><img src="/uploads/images/2025/10/07/Captura_de_pantalla_2025-10-07_120508.png" /></a><div class="extractwraphome">El comandante de la ZODI-71 precisó que se están ejecutando misiones de patrullaje, vigilancia y exploración marítima, junto a los consejos de pescadores artesanales, así como vuelos de reconocimiento en la franja costera.</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;">					<hr class="ads-pleca">
                   	<div class="blog-box">
                        <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
                        <ins class="adsbygoogle"
                             style="display:block"
                             data-ad-format="fluid"
                             data-ad-layout-key="-hg-3+1f-3d+2z"
                             data-ad-client="ca-pub-8144703285836547"
                             data-ad-slot="2834418800"></ins>
                        <script>
                             (adsbygoogle = window.adsbygoogle || []).push({});
                        </script>
                    </div>
					<hr class="ads-pleca">

					<hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div class="post"><div class="breadcrumb">ambiente</div><div class="titlewraphome" style="font-size:230%;"><a href="/posts/post/id:256413/Nueva-Esparta-tendrá-29-representantes-en-el-Congreso-Mundial-en-Defensa-de-la-Madre-Tierra">Nueva Esparta tendrá 29 representantes en el Congreso Mundial en Defensa de la Madre Tierra</a></div><a href="/posts/post/id:256413/Nueva-Esparta-tendrá-29-representantes-en-el-Congreso-Mundial-en-Defensa-de-la-Madre-Tierra"><img src="/uploads/images/2021/02/26/PARA-RECORRER-EL-LUGAR-EL-VISITANTE-CUENTA-CON-EXCELENTES--CAMINERIAS.jpg" /></a><div class="extractwraphome">El evento tiene como objetivo compartir experiencias y estrategias para enfrentar los desafíos ambientales globales, con lo cual se promueven el cumplimiento de los siete vértices de la Gran Misión Madre Tierra Venezuela.</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;">					<hr class="ads-pleca">
                   	<div class="blog-box">
                        <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
                        <ins class="adsbygoogle"
                             style="display:block"
                             data-ad-format="fluid"
                             data-ad-layout-key="-7e+eq+q-2i+1s"
                             data-ad-client="ca-pub-8144703285836547"
                             data-ad-slot="2834418800"></ins>
                        <script>
                             (adsbygoogle = window.adsbygoogle || []).push({});
                        </script>
                    </div>
					<hr class="ads-pleca">

									</div>
			</td>
<!--
	despliegue de Columna 2, en sentido vertical
	la función showSecondColLiPost, exclusiva para "seccion" recibe tres parámetros,
	el primero es el contenido a desplegar, el segundo es el indice usado para extraer
	el elemento del arreglo, y el tercero indica si se colocará una pleca (línea horizontal)
-->
			<td style="vertical-align:top;">
				<div class="secondColumn">
<div class="post"><a href="/posts/post/id:256426/Billboard-escoge-a-Bad-Bunny-como-el-máximo-artista-latino-del-siglo-XXI"><img src="/uploads/images/2020/08/28/Bad_Bunny_2-efe.jpg"/></a><div class="breadcrumb">top</div><div class="titlewraphome2"><a href="/posts/post/id:256426/Billboard-escoge-a-Bad-Bunny-como-el-máximo-artista-latino-del-siglo-XXI">Billboard escoge a Bad Bunny como el máximo artista latino del siglo XXI</a></div><div class="extractwraphome">El cantante puertorriqueño tiene un récord de 89 canciones que han llegado a los primeros 10 en Hot Latin Songs, más del doble que Enrique Iglesias y Luis Miguel</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div z-index="0"><div class="BannerSlide" style="overflow:hidden;width:100%"><ul><li id="li0"><a href="http://www.elsoldemargarita.com.ve/posts/seccion/71" target="_self" ><img src="/uploads/banners/2020/11/04/PILDORA-CARTELES.gif" style="width:100%;"/></a></li><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"></ul></div></div><hr><div class="post"><a href="/posts/post/id:256425/Cristiano-Ronaldo-se-convierte-en-el-primer-futbolista-milmillonario"><img src="/uploads/images/2022/04/23/Cristiano_Ronaldo.jpeg"/></a><div class="breadcrumb">astro</div><div class="titlewraphome2"><a href="/posts/post/id:256425/Cristiano-Ronaldo-se-convierte-en-el-primer-futbolista-milmillonario">Cristiano Ronaldo se convierte en el primer futbolista milmillonario</a></div><div class="extractwraphome">El futbolista de 40 años sumó 550 millones de dólares en salarios entre 2002 y 2023, a lo que se suman patrocinios publicitarios por más de 360 millones, y la reciente renovación con el Al-Nassr saudí por 400 millones, y otros ingresos</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div z-index="0"><div class="BannerSlide" style="overflow:hidden;width:100%"><ul><li id="li0"><a href="http://www.elsoldemargarita.com.ve/posts/seccion/53/Obituarios" target="_self" ><img src="/uploads/banners/2019/10/25/PILDORA OVITUARIO.jpg" style="width:100%;"/></a></li><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"></ul></div></div><hr><div class="post"><a href="/posts/post/id:256424/Ecuador-denuncia-presunto-intento-de-asesinato-a-Daniel-Noboa"><img src="/uploads/images/2024/01/12/Noboa.jpg"/></a><div class="breadcrumb">complejo</div><div class="titlewraphome2"><a href="/posts/post/id:256424/Ecuador-denuncia-presunto-intento-de-asesinato-a-Daniel-Noboa">Ecuador denuncia presunto intento de asesinato a Daniel Noboa</a></div><div class="extractwraphome">El presidente ecuatoriano salió ileso luego de que alrededor de "500 personas" lanzaran piedras al vehículo en el que se trasportaba</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div z-index="0"><div class="BannerSlide" style="overflow:hidden;width:100%"><ul><li id="li0"><a href="http://www.elsoldemargarita.com.ve/posts/seccion/66" target="_self" ><img src="/uploads/banners/2019/10/25/PILDORA-EMPLEO-RAPIDITO.gif" style="width:100%;"/></a></li><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"></ul></div></div><hr><div class="post"><a href="/posts/post/id:256423/Maduro-sella-el-“Tratado-de-Asociación-Estratégica-y-Cooperación”-con-Rusia"><img src="/uploads/images/2025/10/08/Maduro-y-Rusia.jpg"/></a><div class="breadcrumb">acuerdo</div><div class="titlewraphome2"><a href="/posts/post/id:256423/Maduro-sella-el-“Tratado-de-Asociación-Estratégica-y-Cooperación”-con-Rusia">Maduro sella el “Tratado de Asociación Estratégica y Cooperación” con Rusia</a></div><div class="extractwraphome">El líder oficialista cerró este martes el acuerdo con Sergey Mélik-Bagdasárov, embajador de Rusia, y agradeció a la Asamblea Nacional (AN) por el debate sobre el tratado</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div class="post"><a href="/posts/post/id:256419/Gobierno-busca-a-responsables-de-planear-_ataque-terrorista_-en-Embajada-de-EE.-UU."><img src="/uploads/images/2025/08/21/Maduro.jpg"/></a><div class="breadcrumb">observación</div><div class="titlewraphome2"><a href="/posts/post/id:256419/Gobierno-busca-a-responsables-de-planear-_ataque-terrorista_-en-Embajada-de-EE.-UU.">Gobierno busca a responsables de planear "ataque terrorista" en Embajada de EE. UU.</a></div><div class="extractwraphome">Nicolás Maduro aseguró este lunes que se encuentran "tras la búsqueda y captura de algunos de esos personajes que están en territorio venezolano"</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div class="post"><a href="/posts/post/id:256418/Cabello-responsabiliza-a-Marco-Rubio-del-fin-del-TPS-para-los-venezolanos"><img src="/uploads/images/2025/09/04/Revocan_el_beneficio_TPS_de_2021_para_un_cuarto_de_millon_de_venezolanos_free1757009569.jpg"/></a><div class="breadcrumb">señalado</div><div class="titlewraphome2"><a href="/posts/post/id:256418/Cabello-responsabiliza-a-Marco-Rubio-del-fin-del-TPS-para-los-venezolanos">Cabello responsabiliza a Marco Rubio del fin del TPS para los venezolanos</a></div><div class="extractwraphome">Expresó el ministro este lunes que la decisión fue tomada por medio de la "intermediación" de la "oposición extremista" de Venezuela</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div class="post"><a href="/posts/post/id:256417/Trump-ordena-cancelar-contacto-diplomático-con-Venezuela"><img src="/uploads/images/2025/06/19/Trump_busca_evitar_un_conflicto_mas_amplio_mientras_se_decide_sobre_posibles_ataques_de_EE.UU._en_Iran,_segun_fuentes.jpg"/></a><div class="breadcrumb">The New York Times:</div><div class="titlewraphome2"><a href="/posts/post/id:256417/Trump-ordena-cancelar-contacto-diplomático-con-Venezuela">Trump ordena cancelar contacto diplomático con Venezuela</a></div><div class="extractwraphome">Según el informe publicado este lunes, el presidente de los EE. UU. comunicó directamente a Richard Grenell la orden de detener inmediatamente cualquier iniciativa diplomática con Venezuela</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;"><div class="post"><a href="/posts/post/id:256416/La-Casa-Blanca-evita-dar-detalles-sobre-una-_fase-dos_-contra-Venezuela"><img src="/uploads/images/2023/02/17/casa_blanca.jpg"/></a><div class="breadcrumb">silencio</div><div class="titlewraphome2"><a href="/posts/post/id:256416/La-Casa-Blanca-evita-dar-detalles-sobre-una-_fase-dos_-contra-Venezuela">La Casa Blanca evita dar detalles sobre una "fase dos" contra Venezuela</a></div><div class="extractwraphome">“No voy a discutir opciones que estén sopesando el presidente y su equipo, pero hemos sido claros en la ilegitimidad del gobierno de Maduro”, señaló este lunes la portavoz Karoline Leavitt</div></div><hr style="width:100%;border-bottom:1px dotted #FFFFFF;margin-bottom:4px;">				</div>
			</td>
		</tr>
		<tr>
			<td colspan=2>
<!-- Estas dos líneas de PHP son las que tienes que descomentar, quitando las "//" -->
								<hr>
							</td>
			<td>
			</td>
		</tr>
	</table>
	<br>
	<table>
		<tr>
			<td>
											</td>
		</tr>
	</table>
	<div style="width:1024px;display:block;background-color:#D48600;border-radius: 15px 15px 0px 0px;float:left;">
		<span style="font-size:24px;font-weight:bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ZONA&nbsp;</span>
		<span style="font-size:24px;font-weight:bold;color:#FFF;">&nbsp;MULTIMEDIA </span>
	</div>
	<div style="width:1024px;display:inline;" id="mediaContainer">
		<div style="width:692px;height:415px;float:left;border:0px;background-color:#333;" id="gallery">
			
		<div id="gallery" class="ad-gallery" style="padding-left:20px;">
			<div class="ad-image-wrapper">
			  	<div class="ad-image" >
			  		<img src="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6_free1754157793.26"  height="300px"></a>
			  		<p class="ad-image-description"><strong class="ad-description-title">Doris Perozo, cultivando el tesoro de la amistad.</strong><span>jleal</span></p>
			  	</div><img class="ad-loader" src="/img/loader.gif" style="display: none;">
			  	<div class="ad-next" style="height: 400px;">
			  		<div class="ad-next-image" style="opacity: 0.7; display: none;">
			  		</div>
			  	</div>
			  	<div class="ad-prev" style="height:400px;">
			  		<div class="ad-prev-image" style="opacity: 0.7; display: none;">
			  	</div>
			</div>
		</div>
		<div class="ad-controls">
			<p class="ad-info"></p>
			<div class="ad-slideshow-controls">
				<span class="ad-slideshow-start"></span>
				<span class="ad-slideshow-stop"></span>
				<span class="ad-slideshow-countdown" style="display: none;"></span>
			</div>
		</div>
		<div class="ad-nav">
			<div class="ad-back" style="opacity: 0.6;"></div>
			<div class="ad-thumbs">
				<ul class="ad-thumb-list" >
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6_free1754157793.26" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6_free1754157793.26" title="Doris Perozo, cultivando el tesoro de la amistad." alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.20_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.20_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.21_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.21_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.22_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.22_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.23_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.23_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.24_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.24_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.25_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.25_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.25_PM__2_.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.25_PM__2_.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM__2_.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM__2_.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM__1_.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM__1_.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
						  </ul>
			</div>
		  <div class="ad-forward" style="opacity: 0.6;"></div></div>
		</div>		</div>

		<div style="width:692px;height:413px;float:left;display:none;" id="gallery0">
			
		<div id="gallery" class="ad-gallery" style="padding-left:20px;">
			<div class="ad-image-wrapper">
			  	<div class="ad-image" >
			  		<img src="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6_free1754157793.26"  height="300px"></a>
			  		<p class="ad-image-description"><strong class="ad-description-title">Doris Perozo, cultivando el tesoro de la amistad.</strong><span>jleal</span></p>
			  	</div><img class="ad-loader" src="/img/loader.gif" style="display: none;">
			  	<div class="ad-next" style="height: 400px;">
			  		<div class="ad-next-image" style="opacity: 0.7; display: none;">
			  		</div>
			  	</div>
			  	<div class="ad-prev" style="height:400px;">
			  		<div class="ad-prev-image" style="opacity: 0.7; display: none;">
			  	</div>
			</div>
		</div>
		<div class="ad-controls">
			<p class="ad-info"></p>
			<div class="ad-slideshow-controls">
				<span class="ad-slideshow-start"></span>
				<span class="ad-slideshow-stop"></span>
				<span class="ad-slideshow-countdown" style="display: none;"></span>
			</div>
		</div>
		<div class="ad-nav">
			<div class="ad-back" style="opacity: 0.6;"></div>
			<div class="ad-thumbs">
				<ul class="ad-thumb-list" >
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6_free1754157793.26" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6_free1754157793.26" title="Doris Perozo, cultivando el tesoro de la amistad." alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.20_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.20_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.21_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.21_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.22_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.22_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.23_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.23_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.24_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.24_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.25_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.25_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.25_PM__2_.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.25_PM__2_.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM__2_.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM__2_.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM__1_.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6.26.26_PM__1_.jpeg" title="" alt="" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
						  </ul>
			</div>
		  <div class="ad-forward" style="opacity: 0.6;"></div></div>
		</div>		</div>

		<div style="width:692px;height:413px;float:left;display:none;" id="gallery1">
			
		<div id="gallery" class="ad-gallery" style="padding-left:20px;">
			<div class="ad-image-wrapper">
			  	<div class="ad-image" >
			  		<img src="/uploads/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final.jpeg"  height="300px"></a>
			  		<p class="ad-image-description"><strong class="ad-description-title">Aficionados margariteños hacen fila desde temprano para asegurar sus entradas para el tercer juego de la final.</strong><span>Foto: ARCADIO MILLÁN</span></p>
			  	</div><img class="ad-loader" src="/img/loader.gif" style="display: none;">
			  	<div class="ad-next" style="height: 400px;">
			  		<div class="ad-next-image" style="opacity: 0.7; display: none;">
			  		</div>
			  	</div>
			  	<div class="ad-prev" style="height:400px;">
			  		<div class="ad-prev-image" style="opacity: 0.7; display: none;">
			  	</div>
			</div>
		</div>
		<div class="ad-controls">
			<p class="ad-info"></p>
			<div class="ad-slideshow-controls">
				<span class="ad-slideshow-start"></span>
				<span class="ad-slideshow-stop"></span>
				<span class="ad-slideshow-countdown" style="display: none;"></span>
			</div>
		</div>
		<div class="ad-nav">
			<div class="ad-back" style="opacity: 0.6;"></div>
			<div class="ad-thumbs">
				<ul class="ad-thumb-list" >
								<li>
					  <a href="/uploads/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final.jpeg" title="Aficionados margariteños hacen fila desde temprano para asegurar sus entradas para el tercer juego de la final." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final3.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final3.jpeg" title="Aficionados margariteños hacen fila desde temprano para asegurar sus entradas para el tercer juego de la final." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final4.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final4.jpeg" title="Aficionados margariteños hacen fila desde temprano para asegurar sus entradas para el tercer juego de la final." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final5.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final5.jpeg" title="Aficionados margariteños hacen fila desde temprano para asegurar sus entradas para el tercer juego de la final." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final2.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final2.jpeg" title="Aficionados margariteños hacen fila desde temprano para asegurar sus entradas para el tercer juego de la final." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final6.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final6.jpeg" title="Aficionados margariteños hacen fila desde temprano para asegurar sus entradas para el tercer juego de la final." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final7.jpeg" class="ad-active">
						<img src="/uploads/thumbs/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final7.jpeg" title="Aficionados margariteños hacen fila desde temprano para asegurar sus entradas para el tercer juego de la final." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
						  </ul>
			</div>
		  <div class="ad-forward" style="opacity: 0.6;"></div></div>
		</div>		</div>

		<div style="width:692px;height:413px;float:left;display:none;" id="gallery2">
			
		<div id="gallery" class="ad-gallery" style="padding-left:20px;">
			<div class="ad-image-wrapper">
			  	<div class="ad-image" >
			  		<img src="/uploads/images/2024/10/09/Jovenes_peroodistas_se_estrenan_como_padres_free1728485168."  height="300px"></a>
			  		<p class="ad-image-description"><strong class="ad-description-title">Jovenes peroodistas se estrenan como padres..</strong><span>Foto: CORTESÍA</span></p>
			  	</div><img class="ad-loader" src="/img/loader.gif" style="display: none;">
			  	<div class="ad-next" style="height: 400px;">
			  		<div class="ad-next-image" style="opacity: 0.7; display: none;">
			  		</div>
			  	</div>
			  	<div class="ad-prev" style="height:400px;">
			  		<div class="ad-prev-image" style="opacity: 0.7; display: none;">
			  	</div>
			</div>
		</div>
		<div class="ad-controls">
			<p class="ad-info"></p>
			<div class="ad-slideshow-controls">
				<span class="ad-slideshow-start"></span>
				<span class="ad-slideshow-stop"></span>
				<span class="ad-slideshow-countdown" style="display: none;"></span>
			</div>
		</div>
		<div class="ad-nav">
			<div class="ad-back" style="opacity: 0.6;"></div>
			<div class="ad-thumbs">
				<ul class="ad-thumb-list" >
								<li>
					  <a href="/uploads/images/2024/10/09/En_buenas_manos_el_pequeno_Emiliano_Mateo..jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/10/09/En_buenas_manos_el_pequeno_Emiliano_Mateo..jpg" title="En buenas manos el pequeño Emiliano Mateo.." alt="Foto: CORTESÍA" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/10/09/Ya_en_casita_Emiliano_Mateo_Jimenez_Guedez.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/10/09/Ya_en_casita_Emiliano_Mateo_Jimenez_Guedez.jpg" title="Ya en casita Emiliano Mateo Jiménez Guédez." alt="Foto: CORTESÍA" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/10/09/Ya_en_casita_Emiliano_Mateo_Jimenez_Guedez.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/10/09/Ya_en_casita_Emiliano_Mateo_Jimenez_Guedez.jpg" title="Ya en casita Emiliano Mateo Jiménez Guédez." alt="Foto: CORTESÍA" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/10/09/Con_su_feliz_abuela_Eludys_Vasquez_de_Guedez.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/10/09/Con_su_feliz_abuela_Eludys_Vasquez_de_Guedez.jpg" title="Con su feliz abuela Eludys Vásquez de Guedez." alt="Foto: CORTESÍA" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/10/09/Jovenes_peroodistas_se_estrenan_como_padres_free1728485168." class="ad-active">
						<img src="/uploads/thumbs/images/2024/10/09/Jovenes_peroodistas_se_estrenan_como_padres_free1728485168." title="Jovenes peroodistas se estrenan como padres.." alt="Foto: CORTESÍA" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/10/09/El_periodista_Dexcy_Guedez_comienza_a_ejercer_como_abuelo..jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/10/09/El_periodista_Dexcy_Guedez_comienza_a_ejercer_como_abuelo..jpg" title="El periodista Dexcy Guedez comienza a ejercer como abuelo." alt="Foto: CORTESÍA" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/10/09/El_periodista_Dexcy_Guedez_comienza_a_ejercer_como_abuelo..jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/10/09/El_periodista_Dexcy_Guedez_comienza_a_ejercer_como_abuelo..jpg" title="El periodista Dexcy Guedez comienza a ejercer como abuelo." alt="Foto: CORTESÍA" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
						  </ul>
			</div>
		  <div class="ad-forward" style="opacity: 0.6;"></div></div>
		</div>		</div>

		<div style="width:692px;height:13px;float:left;display:none;" id="gallery3">
			
		<div id="gallery" class="ad-gallery" style="padding-left:20px;">
			<div class="ad-image-wrapper">
			  	<div class="ad-image" >
			  		<img src="/uploads/images/2024/07/02/ESTUDIANTES-DE-UNIMAR-ATENTOS-A-LA-CHARLA-SOBRE-PRIMEROS-AUXILIOS.jpg"  height="300px"></a>
			  		<p class="ad-image-description"><strong class="ad-description-title">ESTUDIANTES-DE-UNIMAR-ATENTOS-A-LA-CHARLA-SOBRE-PRIMEROS-AUXILIOS.</strong><span>Foto: ARCADIO MILLÁN</span></p>
			  	</div><img class="ad-loader" src="/img/loader.gif" style="display: none;">
			  	<div class="ad-next" style="height: 400px;">
			  		<div class="ad-next-image" style="opacity: 0.7; display: none;">
			  		</div>
			  	</div>
			  	<div class="ad-prev" style="height:400px;">
			  		<div class="ad-prev-image" style="opacity: 0.7; display: none;">
			  	</div>
			</div>
		</div>
		<div class="ad-controls">
			<p class="ad-info"></p>
			<div class="ad-slideshow-controls">
				<span class="ad-slideshow-start"></span>
				<span class="ad-slideshow-stop"></span>
				<span class="ad-slideshow-countdown" style="display: none;"></span>
			</div>
		</div>
		<div class="ad-nav">
			<div class="ad-back" style="opacity: 0.6;"></div>
			<div class="ad-thumbs">
				<ul class="ad-thumb-list" >
								<li>
					  <a href="/uploads/images/2024/07/02/ESTUDIANTES-DE-UNIMAR-ATENTOS-A-LA-CHARLA-SOBRE-PRIMEROS-AUXILIOS.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/07/02/ESTUDIANTES-DE-UNIMAR-ATENTOS-A-LA-CHARLA-SOBRE-PRIMEROS-AUXILIOS.jpg" title="ESTUDIANTES-DE-UNIMAR-ATENTOS-A-LA-CHARLA-SOBRE-PRIMEROS-AUXILIOS." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/07/02/STAND-DE-LA-DIRECCION-DE-PREVENCION-DE-LA-VIOLENCIA-CONTRA-LA-MUJER.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/07/02/STAND-DE-LA-DIRECCION-DE-PREVENCION-DE-LA-VIOLENCIA-CONTRA-LA-MUJER.jpg" title="STAND-DE-LA-DIRECCION-DE-PREVENCION-DE-LA-VIOLENCIA-CONTRA-LA-MUJER." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/07/02/STAND-DE-LA-DIRECCION-DE-PREVENCION-DE-LA-VIOLENCIA-CONTRA-LA-MUJER.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/07/02/STAND-DE-LA-DIRECCION-DE-PREVENCION-DE-LA-VIOLENCIA-CONTRA-LA-MUJER.jpg" title="STAND-DE-LA-DIRECCION-DE-PREVENCION-DE-LA-VIOLENCIA-CONTRA-LA-MUJER." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/07/02/PERSONAL-DE-LA-CRUZ-ROJA-VENEZOLANA-SECCIONAL-NUEVA-ESAPRTA.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/07/02/PERSONAL-DE-LA-CRUZ-ROJA-VENEZOLANA-SECCIONAL-NUEVA-ESAPRTA.jpg" title="PERSONAL-DE-LA-CRUZ-ROJA-VENEZOLANA-SECCIONAL-NUEVA-ESAPRTA." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/07/02/PERSONAL-DE-LA-CRUZ-ROJA-VENEZOLANA-SECCIONAL-NUEVA-ESAPRTA.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/07/02/PERSONAL-DE-LA-CRUZ-ROJA-VENEZOLANA-SECCIONAL-NUEVA-ESAPRTA.jpg" title="PERSONAL-DE-LA-CRUZ-ROJA-VENEZOLANA-SECCIONAL-NUEVA-ESAPRTA." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/07/02/MASIVA-CONCURRENCIA-AL-EVENTO.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/07/02/MASIVA-CONCURRENCIA-AL-EVENTO.jpg" title="MASIVA-CONCURRENCIA-AL-EVENTO." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/07/02/DESTACO-LA-PRESENCIA-DEL-CUERPO-DE-BOMBEROS.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/07/02/DESTACO-LA-PRESENCIA-DEL-CUERPO-DE-BOMBEROS.jpg" title="DESTACO-LA-PRESENCIA-DEL-CUERPO-DE-BOMBEROS." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/07/02/INEGUARD-PRESENTE-EN-EL-EVENTO.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/07/02/INEGUARD-PRESENTE-EN-EL-EVENTO.jpg" title="INEGUARD-PRESENTE-EN-EL-EVENTO." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/07/02/INEGUARD-PRESENTE-EN-EL-EVENTO.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/07/02/INEGUARD-PRESENTE-EN-EL-EVENTO.jpg" title="INEGUARD-PRESENTE-EN-EL-EVENTO." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
								<li>
					  <a href="/uploads/images/2024/07/02/ALDO-PUSTICCIO-Y-ADALBERTO-ORTA-DESTACARON-EN-EL-EVENTO.jpg" class="ad-active">
						<img src="/uploads/thumbs/images/2024/07/02/ALDO-PUSTICCIO-Y-ADALBERTO-ORTA-DESTACARON-EN-EL-EVENTO.jpg" title="ALDO-PUSTICCIO-Y-ADALBERTO-ORTA-DESTACARON-EN-EL-EVENTO." alt="Foto: ARCADIO MILLÁN" class="image0" style="opacity: 1;height:80px;">
					  </a>
					</li>
						  </ul>
			</div>
		  <div class="ad-forward" style="opacity: 0.6;"></div></div>
		</div>		</div>

		<div style="width:332px;height:384px;float:right;">
			<div class="areaVideos">
                    <div class="avContent"><p style="font-size:11px;text-align:right;margin-bottom:0;color:#FFF;"><a href="https://www.youtube.com/user/ElSoldeMargarita" target="_blank">Ver más</a></p>
                    </div>
                </div>		</div>
	</div>
	<hr>
	<div style="width:1024px;display:inline;">
		<table style="width:1024px;border:0px;background-color:rgb(204, 234, 245);">
			<tr>
				<td style="width:242px;">
					<a href="javascript:showGallery(0)"><img src="/uploads/images/2025/08/02/WhatsApp_Image_2025-08-01_at_6_free1754157793.26" style="display:block;height:140px;margin-left:auto;margin-right:auto;" /></a>
				</td>
				
				<td style="width:242px;">
					<a href="javascript:showGallery(1)"><img src="/uploads/images/2025/01/22/Aficionados_margaritenos_hacen_fila_desde_temprano_para_asegurar_sus_entradas_para_el_tercer_juego_de_la_final.jpeg" style="display:block;height:140px;margin-left:auto;margin-right:auto;" /></a>
				</td>
				
				<td style="width:242px;">
					<a href="javascript:showGallery(2)"><img src="/uploads/images/2024/10/09/Jovenes_peroodistas_se_estrenan_como_padres_free1728485168." style="display:block;height:140px;margin-left:auto;margin-right:auto;" /></a>
				</td>
				
				<td style="width:242px;">
					<a href="javascript:showGallery(3)"><img src="/uploads/images/2024/07/02/ESTUDIANTES-DE-UNIMAR-ATENTOS-A-LA-CHARLA-SOBRE-PRIMEROS-AUXILIOS.jpg" style="display:block;height:140px;margin-left:auto;margin-right:auto;" /></a>
				</td>
			</tr>
		</table>
	</div>
	<br><br>
	<hr style="width:100%;border-bottom:4px solid #D48600;margin-bottom:4px;">
	<table>
		<tr>
			<td>
			    											</td>
		</tr>
	</table>
	<hr style="width:100%;border-bottom:4px solid #D48600;margin-bottom:4px;">
	<div id="portadaBIGGER" style="display:none;background:#666;border:solid 1px #000;padding:10px">
		<img src="/uploads/fp/portada.jpg" width="405" height="500" border="0" class="" id="" style="" />
	</div>	
<!--	
	<div id="to_youtube_channel" style="display:none;background:#666;border:solid 1px #000;padding:10px">
		<div style="text-align:right;">
              <a class="close" href="javascript:void(0)" onclick="document.getElementById('to_youtube_channel').style.display='none';">X</a><p></p>
        </div>

        <a href="javascript:void(0)" onclick="$('#to_youtube_channel').trigger('close'); window.open('http://www.elsoldemargarita.com.ve/posts/seccion/69')">
        <img src="/uploads/fp/aniversario46.jpg" width="600" height="500" border="0" class="" id="" style="" />
	</div>
	 --><br>
<br>
<br>
<div style="display:inline;">
	<div style="width:692px;float:left;">
		<img src="/img/sdm.jpg">
	</div>
	<div>
			<label for="busqueda"></label><input name="busqueda" style="font-size:100%; width:180px;" type="text" id="busqueda">
			<input style="font-size:100%" onclick="javascript:event.preventDefault();javascript:jumpBusqueda();" type="submit" value="Buscar">
	</div>
</div>
<hr style="width:100%;border-bottom:8px solid #4998B7;margin-bottom:4px;">
<br>
<div style="display:inline;">
	<div style="width:792px;float:left;">
		<img src="/img/sdm2.jpg">
	</div>
	<div class="bottomFooterSocNetDiv">
	                <a href="https://twitter.com/@elsoldmargarita" target="_blank"><img src="/img/btnTT.png"></a>
	                <a href="https://www.facebook.com/elsoldemargarita" target="_blank"><img src="/img/btnFF.png"></a>
	                <a href="https://www.youtube.com/user/ElSoldeMargarita" target="_blank"><img src="/img/btnYT.png"></a>
					<a href="https://instagram.com/elsoldemargarita?ref=badge" target="_blank"><img src="/img/btnIG.png"></a>					
	</div>
</div>
<hr>
<br>
<div style="display:block;text-align:center;"
	<div class="bottomNav">
		<a href=/posts/seccion/4>Locales</a> | <a href=/posts/seccion/5>Sucesos</a> | <a href=/posts/seccion/3>Afición Deportiva</a> | <a href=/posts/seccion/1>Nacionales</a> | <a href=/posts/seccion/9>Internacionales</a> | <a href=/posts/seccion/38>Vida de Hoy</a> | <a href=/posts/seccion/30>Gente Feliz</a> | <a href=/posts/seccion/77>50° Aniversario</a> | <a href=/posts/seccion/7>Opinión</a>	</div>
</div>
<br>
<br>
<div style="display:block;text-align:center;"
	<div class="bottomNav">
		<a href=https://www.elsoldemargarita.com.ve/posts/inst/id:127802/Nosotros>Nosotros</a> | <a href=https://www.elsoldemargarita.com.ve/posts/inst/id:127800/HISTORIA>HISTORIA</a> | <a href=https://www.elsoldemargarita.com.ve/posts/inst/id:127801/mision-vision-valores>MISIÓN, VISIÓN Y VALORES</a></div>
</div>
<br><br>
<hr style="width:100%;border-bottom:4px solid #D48600;margin-bottom:4px;">
<br><br><br><br><br><br><br><br><br><br>
			<div id="footer">
			</div>
		</div>
		
	<script data-cfasync="false" type="text/javascript" id="clever-core">
	/* <![CDATA[ */
	    (function (document, window) {
	        var a, c = document.createElement("script"), f = window.frameElement;

	        c.id = "CleverCoreLoader83126";
	        c.src = "https://scripts.cleverwebserver.com/5168b56f7d5b45e4c5916c8fbddecb44.js";

	        c.async = !0;
	        c.type = "text/javascript";
	        c.setAttribute("data-target", window.name || (f && f.getAttribute("id")));
	        c.setAttribute("data-callback", "put-your-callback-function-here");
	        c.setAttribute("data-callback-url-click", "put-your-click-macro-here");
	        c.setAttribute("data-callback-url-view", "put-your-view-macro-here");
	        

	        try {
	            a = parent.document.getElementsByTagName("script")[0] || document.getElementsByTagName("script")[0];
	        } catch (e) {
	            a = !1;
	        }

	        a || (a = document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]);
	        a.parentNode.insertBefore(c, a);
	    })(document, window);
	/* ]]> */
	</script>

	</body>
</html>

Resolver

Resolver ASN
AS13335
Resolver IP
172.68.224.111
Resolver Network Name
Cloudflare Inc
Report ID
20251009T133205Z_webconnectivity_HU_20845_n4_Mhn5ca2gElcTIZ88
Platform
android
Software Name
ooniprobe-android-unattended (5.1.0)
Measurement Engine
ooniprobe-engine (3.26.0)

Raw Measurement Data

Loading