<div class="container">
	<div class="in">
	<?php 
require_once "../dist/class/class_db.php";
$oDB = new Datos();
$oDB->db = 'mysql';
$sql = '
			select n.id, concat_ws(" ", n.nombre, n.appat, n.apmat) as nombre, n.no_not, m.nombre, n.nombre, n.estatus
			from `not` n, municipio m
			where n.municipio = m.no_mun and estatus = 1
			order by nombre
		';
$res = $oDB->query($sql);
?>
		 <!-- <link rel="stylesheet" href="../dist/css/bootstrap.min.css"> -->

		 
		<style>
		button.detalles 
		{
		    background: url('../dist/datatables/images/details_open.png') no-repeat center center;
		    cursor: pointer;
		    height:30px;
		    width:30px;
		}
		tr.shown button.detalles 
		{
		    background: url('../dist/datatables/images/details_close.png') no-repeat center center;
		}
		</style>
		<!--[if lt IE 9]>