<?php $__env->startSection('CSS'); ?>
<?php /* LIBRERÍAS EXTERNAS NECESARIAS PARA SU EJECUCIÓN */ ?>
<?php echo HTML::style('SysWeb/SumeClientes/Preloader.min.css?=v2.9.85'); ?>

<?php if(isset($_GET["nomin"])): ?>
<?php echo HTML::style('gentemplate/css/complementos-editor-v2.css?v='.date('H:i:s')); ?>

<?php else: ?>
<?php echo HTML::style('gentemplate/css/min/complementos-editor-v2.min.css?=v2.9.85'); ?>

<?php endif; ?>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Acme|Anton|Adamina|Archivo+Narrow|Arimo|Asap|Bangers|Bubblegum+Sans|Cabin|Dancing+Script|Droid+Sans|Dosis|Fira+Sans|Indie+Flower|Just+Another+Hand|Josefin+Sans|Lato|Lobster+Two|Londrina+Solid|Luckiest+Guy|Montserrat|Monoton|Nanum+Gothic|Nixie+One|Nunito|Orbitron|Oswald|Pacifico|PT+Sans|Permanent+Marker|Poiret+One|Poppins|Raleway|Roboto|Rock+Salt|Rubik|Shadows+Into+Light+Two|Source+Sans+Pro|The+Girl+Next+Door|Ubuntu" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<?php if(isset($_GET["nomin"])): ?>
<?php echo HTML::style('images_hover/css/efectos.css?='.date('H:i:s')); ?>

<?php echo HTML::style('gentemplate/css/menu-editor-v2.css?v='.date('H:i:s')); ?>

<?php else: ?>
<?php echo HTML::style('images_hover/css/efectos.min.css?=v2.9.85'); ?>

<?php echo HTML::style('gentemplate/css/min/menu-editor-v2.min.css?=v2.9.85'); ?>

<?php endif; ?>
<style type="text/css">
	#printable_header{opacity: 0.5;}
	#printable_footer{opacity: 0.5;}
	.sidebar{opacity: 0.5 !important;}
	#modalCrearElemento .check-post label::before, .check-post label::after {
	 margin-top: 7px;
	}
	/*.media-box-container{
		margin-left: 0px !important;
		margin-bottom: 0px !important;
	}*/
	.page-content > div.alert:first-child{
		display: none;
	}
</style>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('Contenido'); ?>
<?php echo $__env->make('Preloader', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('GenTemplate.variables-ocultas', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div id="contenedor-menu"></div>
<div class="row fila-contenido-editable">
	<div class="col-md-12">
		<div class="block-web paginas-sitios">
			<div id="printable" class="main-sortable">
				<?php echo $PlantillaSM->codigo_html_edicion; ?>

			</div>
		</div>
	</div>
</div><!--/row end-->
<?php $__env->stopSection(); ?>

<?php $__env->startSection('JS'); ?>
<?php /* LIBRERÍAS EXTERNAS NECESARIAS PARA SU EJECUCIÓN */ ?>
<?php echo HTML::script('SysWeb/SumeClientes/Preloader.min.js?=v2.9.85'); ?>

<script type="text/javascript" src="//maps.google.com/maps/api/js?key=AIzaSyA_RJ3RLP-n_eyjN1jXzEkLNt3vcwBxEEY"></script>
<?php /* HTML::script('RoyalSlider/jquery.royalslider.js?v='.date('H:i:s')) */ ?>
<?php if(isset($_GET["nomin"])): ?>
	<?php echo HTML::script('gentemplate/js/complementos-editor-v2.js?v='.date('H:i:s')); ?>

	<?php echo HTML::script('gentemplate/js/menu-editor-v2.js?v='.date('H:i:s')); ?>

<?php else: ?>
	<?php echo HTML::script('gentemplate/js/min/complementos-editor-v2.min.js?=v2.9.85'); ?>

	<?php echo HTML::script('gentemplate/js/min/menu-editor-v2.min.js?=v2.9.85'); ?>

<?php endif; ?>
<script type="text/javascript">
</script>
<script type="text/javascript"></script>
<script type="text/javascript">
	/* VARIABLES NECESARIAS PARA */
	var paleta = new Array();
	var paletaBtn = new Array();
	var edicion = true;
	var clipboardElement = "";
	var tipoClipboard = "";
	var fontColor = "";
	//VALIDACIÓN PARA MOSTRAR EL MENSAJE DE PUBLICACIÓN AL GUARDAR Y SALIR
 	var mensajePublicar = true;
</script>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('JSOr'); ?>
$.fn.matchHeight._update();
//$.jResize({ viewPortSizes: ['480px', '800px', '1280px'], backgroundColor: "444", fontColor: "FFF" });
/*if( $.browser.msie || $.browser.msedge || $.browser.safari || $.browser.opera ){
	$("#errCompatibilidad").html('<div class="alert alert-danger" role="alert"> Tu navegador no es 100% compatible con todas las funciones del editor, para que tengas la mejor experiencia de uso te recomendamos lo abras en Google Chrome o Mozila Firefox </div>');
}*/
$("#printable_footer").css("pointer-events", "none");
$("#printable_header").css("pointer-events", "none");
$(".sidebar-toggle-box").trigger("click");
//generarMenus($("#printable"), 0);
//generarMenus($("#printable_footer"), 0);
//generarMenus($("#printable_header"), 0);
scConfigurarMenus($("#printable_header"), false);
scConfigurarMenus($("#printable_footer"), false);
scConfigurarMenus(false, false);
$(".galeria").each(function(indice){
	var id = $(this).find(".grid-galeria").attr("id");
	$("#"+id).mediaBoxes("resize");
	var image = $(this).find(".done");
	if(image.parent().height() > image.height()){
		image.css({"height": image.parent().height(), "object-fit": "cover"});
	}
});
$(".viewlist").find("[title]").each(function(){
	$(this).uitooltip({
		position: {
			my: "center bottom-5",
			at: "center top",
		},
		tooltipClass: "entry-tooltip-positioner",
	});
});
<?php $__env->stopSection(); ?>
<?php echo $__env->make('BaseSistemaWeb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>