<?php $__env->startSection('CSS'); ?>
<style type="text/css">
	#preloader {
		display: none;
	}
</style>
<?php $__env->stopSection(); ?>


<?php $__env->startSection('Contenido'); ?>
<div class="row">
	<div class="col-md-12">
		<h2><i class="fa fa-dashboard"></i> Panel de control </h2>
	</div><!--/col-md-12-->
</div><!--/row-->

<div class="row">
	<div class="col-md-12">
		<div class="alert alert-info">
			<!-- <strong> :( Lo sentimos pero el editor solo está disponible para navegadores de computadoras de escritorio </strong> -->
			<strong> :( Lo sentimos pero el editor solo es compatible con los navegadores Google Chrome y Mozilla Firefox de computadoras de escritorio </strong>
		</div>
	</div>
</div><!--/row end-->
<?php $__env->stopSection(); ?>

<?php $__env->startSection('JS'); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('JSOr'); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('BaseSistemaWeb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>