Viewing file: normatividad.php (5.9 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es">
<head>
<title>Normativa</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.settingsXML = "settings.xml";
<?php
if(count($_GET) > 0 || count($_POST) > 0) {
$phpFlashVars = "";
foreach ($_GET as $var => $value) {
$phpFlashVars .= 'flashvars.'.$var.'="'.$value.'";';
}
foreach ($_POST as $var => $value) {
$phpFlashVars .= 'flashvars.'.$var.'="'.$value.'";';
}
}
print($phpFlashVars);
?>
var params = {};
params.scale = "noscale";
params.salign = "tl";
params.wmode = "transparent";
var attributes = {};
swfobject.embedSWF("carousel.swf", "CarouselDiv", "600", "300", "9.0.0", false, flashvars, params, attributes);
</script>
</head>
<body>
<div class="main">
<div class="header">
<div class="head_2">
<div class="block_header"><img src="images/cabezote BLEGAL.jpg" width="960" height="150" border="0" />
</div>
<div class="menu">
<ul>
<li><a href="index.php" >Inicio</a></li>
<li><a href="norma_menu.php" class="active">Normativa</a></li>
<li><a href="services.html">Actos Administrativos</a></li>
<li><a href="portfolio.html">Doctrina</a></li>
<li><a href="contacts.html">Jurisprudencia</a></li>
</ul>
</div>
<div class="clr"></div>
<div class="text">
<div class="left_t"></div>
<div class="right_t"><a href="#"><img src="images/rss.gif" alt="RSS" width="31" height="21" border="0" align="right" /></a><a href="#"><img src="images/twitter.gif" alt="twitter" width="28" height="24" border="0" align="right" /></a></div>
</div>
</div>
</div>
<div class="clr"></div>
<div class="body body_bg">
<h2><span>Normativa</span> Ambiental</h2>
<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like
Aldus PageMaker <br />
including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
<div class="img"><img src="images/serv_03.jpg" alt="Serv" width="50" height="63" align="left" /></div>
<div class="full">
<p><strong>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </strong></p>
<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it?</p>
<p><img src="images/read.jpg" alt="more" width="90" height="20" align="left" /></p>
</div>
<div class="img"><img src="images/serv_07.jpg" alt="Serv" width="51" height="62" align="left" /></div>
<div class="full">
<p><strong>Not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </strong></p>
<p>Popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it?</p>
<p><img src="images/read.jpg" alt="more" width="90" height="20" align="left" /></p>
</div>
<div class="img"><img src="images/serv_09.jpg" alt="Serv" width="51" height="69" align="left" /></div>
<div class="full">
<p><strong>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </strong></p>
<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it?</p>
<p><img src="images/read.jpg" alt="more" width="90" height="20" align="left" /></p>
</div>
<div class="img"><img src="images/serv_11.jpg" alt="Serv" width="51" height="70" align="left" /></div>
<div class="full" style="border:none;">
<p><strong>Not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </strong></p>
<p>Popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it?</p>
<p><img src="images/read.jpg" alt="more" width="90" height="20" align="left" /></p>
</div>
<div class="clr"></div>
<div class="bott" style="border:none;">
<p align="justify"><img src="images/serv_14.gif" alt="Serv" width="89" height="109" align="right" />It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<div class="footer">
<p align="center"><a href="#">INICIO</a>|<a href="#">NORMATIVA</a>|<a href="#">ACTOS ADMINISTRATIVOS</a>|<a href="#">DOCTRINA</a>|<a href="#">JURISPRUDENCIA</a> <a href="#"></a> </p>
<p align="center">© Copyright 2011. SECRETARIA DISTRITAL DE AMBIENTE. TODOS LOS DERECHOS RESERVADOS</p>
</div>
</body>
</html>
|