884 lines
		
	
	
		
			38 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			884 lines
		
	
	
		
			38 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<HTML>
 | 
						|
 | 
						|
  <HEAD>
 | 
						|
 | 
						|
    <META http-equiv="Content-Type" content=
 | 
						|
 | 
						|
    "text/html; charset=iso-8859-1">
 | 
						|
 | 
						|
    <META name="DESIGNER" content="JD soft. -=[ www.infdj.com ]=-">
 | 
						|
 | 
						|
 | 
						|
 | 
						|
    <TITLE>-=[ www.infdj.com ]=- Páginas en
 | 
						|
 | 
						|
    construcción</TITLE>
 | 
						|
 | 
						|
    <LINK rel="stylesheet" type="text/css" href="protel.css" body=
 | 
						|
 | 
						|
    "protel.css">
 | 
						|
 | 
						|
  </HEAD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
  <BODY bgcolor="#000000" text="#FFFF00" link="#00FF00">
 | 
						|
 | 
						|
<SCRIPT type="text/javascript" language="JavaScript" src=
 | 
						|
 | 
						|
"addons/scroller.js">
 | 
						|
 | 
						|
</SCRIPT>
 | 
						|
 | 
						|
<SCRIPT type="text/javascript" language="JavaScript">
 | 
						|
 | 
						|
<!--
 | 
						|
 | 
						|
 | 
						|
 | 
						|
nc4 = (document.layers) ? 1 : 0; //deteccion del navegador
 | 
						|
 | 
						|
 | 
						|
 | 
						|
ie4 = (document.all) ? 1 : 0;
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
function ShowHideLayer( LayerName )
 | 
						|
 | 
						|
 | 
						|
 | 
						|
{ 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 var action = "", show; 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 if ( !nc4 && !ie4 )   return; 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 // ocultamos todos los visibles... 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 if ( nc4 ) {    
 | 
						|
 | 
						|
 | 
						|
 | 
						|
  if ( document.layers[LayerName].display == action ) LayerName = "separador";
 | 
						|
 | 
						|
 | 
						|
 | 
						|
  document.layers.incendios.display="none";   
 | 
						|
 | 
						|
 | 
						|
 | 
						|
  document.layers.seguridad.display="none";   
 | 
						|
 | 
						|
 | 
						|
 | 
						|
  document.layers.separador.display="none";
 | 
						|
 | 
						|
 | 
						|
 | 
						|
  document.layers[LayerName].display = action; 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 }
 | 
						|
 | 
						|
 if ( ie4 ) { 
 | 
						|
 | 
						|
  if ( document.all[LayerName].style.display == action ) LayerName = "separador"; 
 | 
						|
 | 
						|
  document.all.incendios.style.display = "none"; 
 | 
						|
 | 
						|
  document.all.seguridad.style.display="none";  
 | 
						|
 | 
						|
  document.all.separador.style.display="none";  
 | 
						|
 | 
						|
  document.all[LayerName].style.display = action;  
 | 
						|
 | 
						|
 } 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
 | 
						|
function mLeySeg( LayerName )
 | 
						|
 | 
						|
{
 | 
						|
 | 
						|
 var action = ""; 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 if ( !nc4 && !ie4 )   return; 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 if ( nc4 ) {    
 | 
						|
 | 
						|
  document.layers.ls1.display="none";   
 | 
						|
 | 
						|
  document.layers.ls2.display="none";   
 | 
						|
 | 
						|
  document.layers.ls3.display="none";   
 | 
						|
 | 
						|
  document.layers.ls4.display="none";   
 | 
						|
 | 
						|
  document.layers.ls5.display="none";   
 | 
						|
 | 
						|
  document.layers.ls6.display="none";   
 | 
						|
 | 
						|
  document.layers.ls7.display="none";   
 | 
						|
 | 
						|
  document.layers.ls8.display="none";   
 | 
						|
 | 
						|
  document.layers.ls9.display="none";   
 | 
						|
 | 
						|
  document.layers.lsA.display="none";   
 | 
						|
 | 
						|
  document.layers.lsB.display="none";   
 | 
						|
 | 
						|
  document.layers.lsC.display="none";   
 | 
						|
 | 
						|
  document.layers.lsD.display="none";   
 | 
						|
 | 
						|
  document.layers.lsE.display="none";   
 | 
						|
 | 
						|
  document.layers[LayerName].display = action; 
 | 
						|
 | 
						|
 }
 | 
						|
 | 
						|
 if ( ie4 ) {
 | 
						|
 | 
						|
  document.all.ls1.style.display = "none";
 | 
						|
 | 
						|
  document.all.ls2.style.display = "none";
 | 
						|
 | 
						|
  document.all.ls3.style.display = "none";
 | 
						|
 | 
						|
  document.all.ls4.style.display = "none";
 | 
						|
 | 
						|
  document.all.ls5.style.display = "none";
 | 
						|
 | 
						|
  document.all.ls6.style.display = "none";
 | 
						|
 | 
						|
  document.all.ls7.style.display = "none";
 | 
						|
 | 
						|
  document.all.ls8.style.display = "none";
 | 
						|
 | 
						|
  document.all.ls9.style.display = "none";
 | 
						|
 | 
						|
  document.all.lsA.style.display = "none";
 | 
						|
 | 
						|
  document.all.lsB.style.display = "none";
 | 
						|
 | 
						|
  document.all.lsC.style.display = "none";
 | 
						|
 | 
						|
  document.all.lsD.style.display = "none";
 | 
						|
 | 
						|
  document.all.lsE.style.display = "none";
 | 
						|
 | 
						|
  document.all[LayerName].style.display = action; 
 | 
						|
 | 
						|
 }
 | 
						|
 | 
						|
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
 | 
						|
function go( url )
 | 
						|
 | 
						|
{
 | 
						|
 | 
						|
  window.open(url,'ver_normativa','scrollbars=yes, toolbar=no, status=no, width=600,height=600'); 
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
// -->
 | 
						|
 | 
						|
</SCRIPT>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
    <DIV align="center">
 | 
						|
 | 
						|
      <CENTER>
 | 
						|
 | 
						|
        <TABLE border="0" cellpadding="0" cellspacing="0" width="700"
 | 
						|
 | 
						|
        bgcolor="#000000" bordercolordark="#F0C104" bordercolorlight=
 | 
						|
 | 
						|
        "#FCE27C">
 | 
						|
 | 
						|
          <TR>
 | 
						|
 | 
						|
            <TD>
 | 
						|
 | 
						|
              <TABLE border="0" cellpadding="0" cellspacing="0">
 | 
						|
 | 
						|
                <TR>
 | 
						|
 | 
						|
                  <TD><IMG src="images/marco/esi.gif" width="11" height=
 | 
						|
 | 
						|
                  "11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD background="images/marco/hs.gif"><IMG src=
 | 
						|
 | 
						|
                  "images/marco/hs.gif" width="11" height="11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><IMG src="images/marco/hs.gif" width="11" height=
 | 
						|
 | 
						|
                  "11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD background="images/marco/hs.gif"><IMG src=
 | 
						|
 | 
						|
                  "images/marco/hs.gif" width="11" height="11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD background="images/marco/hs.gif"><IMG src=
 | 
						|
 | 
						|
                  "images/marco/hs.gif" width="11" height="11"><IMG src=
 | 
						|
 | 
						|
                  "images/marco/hs.gif" width="11" height="11"></TD>
 | 
						|
 | 
						|
                </TR>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                <TR>
 | 
						|
 | 
						|
                  <TD background="images/marco/vi.gif"><IMG src=
 | 
						|
 | 
						|
                  "images/marco/vi.gif" width="11" height="11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><OBJECT id="Titulo" classid=
 | 
						|
 | 
						|
                  "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=
 | 
						|
 | 
						|
                  "http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
 | 
						|
 | 
						|
                   align="baseline" border="0" width="230" height="60">
 | 
						|
 | 
						|
                    <PARAM name="movie" value="images/protelsur.swf">
 | 
						|
 | 
						|
                    <PARAM name="menu" value="false">
 | 
						|
 | 
						|
                    <PARAM name="quality" value="high">
 | 
						|
 | 
						|
                    <PARAM name="scale" value="noborder">
 | 
						|
 | 
						|
                    <PARAM name="salign" value="T">
 | 
						|
 | 
						|
                    <PARAM name="wmode" value="transparent">
 | 
						|
 | 
						|
                    <PARAM name="bgcolor" value="#FFFFFF">
 | 
						|
 | 
						|
                    <EMBED src=
 | 
						|
 | 
						|
                    "file:///Z:/users/protelsur/images/protelsur.swf"
 | 
						|
 | 
						|
                    align="baseline" border="0" width="230" height="60"
 | 
						|
 | 
						|
                    menu="false" quality="high" scale="noborder" salign=
 | 
						|
 | 
						|
                    "T" wmode="transparent" bgcolor="#FFFFFF" type=
 | 
						|
 | 
						|
                    "application/x-shockwave-flash" pluginspage=
 | 
						|
 | 
						|
                    "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
 | 
						|
 | 
						|
                  </OBJECT></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD valign="top" background="images/marco/vd.gif"><IMG
 | 
						|
 | 
						|
                  src="images/marco/esd-r2.gif" width="11" height=
 | 
						|
 | 
						|
                  "27"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD valign="top" background="images/marco/hi-r.gif">
 | 
						|
 | 
						|
                    <TABLE border="0" cellpadding="0" cellspacing="0">
 | 
						|
 | 
						|
                      <TR>
 | 
						|
 | 
						|
                        <TD><IMG src="images/boton/i.gif" width="16"
 | 
						|
 | 
						|
                        height="15"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD><A href="index.htm"><FONT size="1" face=
 | 
						|
 | 
						|
                        "Arial Black"><IMG src="images/boton/u.gif" alt=
 | 
						|
 | 
						|
                        "Regresar al principio" border="0" width="19"
 | 
						|
 | 
						|
                        height="15"></FONT></A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD><A href="index.htm"><FONT size="1" face=
 | 
						|
 | 
						|
                        "Arial Black"><IMG src="images/boton/u.gif" alt=
 | 
						|
 | 
						|
                        "Regresar al principio" border="0" width="19"
 | 
						|
 | 
						|
                        height="15"></FONT></A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD background="images/boton/f.gif"><A href=
 | 
						|
 | 
						|
                        "conocenos.htm">conocenos</A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD><FONT color="#FFFFFF" size="1" face=
 | 
						|
 | 
						|
                        "Arial Black"><IMG src="images/boton/u.gif" width=
 | 
						|
 | 
						|
                        "19" height="15"></FONT></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD background="images/boton/f.gif"><A href=
 | 
						|
 | 
						|
                        "servicios.htm">servicios</A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD><FONT color="#FFFFFF" size="1" face=
 | 
						|
 | 
						|
                        "Arial Black"><IMG src="images/boton/u.gif" width=
 | 
						|
 | 
						|
                        "19" height="15"></FONT></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD background="images/boton/f.gif"><A href=
 | 
						|
 | 
						|
                        "catalogo.htm">catálogo</A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD><FONT color="#FFFFFF" size="1" face=
 | 
						|
 | 
						|
                        "Arial Black"><IMG src="images/boton/u.gif" width=
 | 
						|
 | 
						|
                        "19" height="15"></FONT></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD background="images/boton/f.gif"><A href=
 | 
						|
 | 
						|
                        "formacion.htm">formación</A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD><FONT color="#FFFFFF" size="1" face=
 | 
						|
 | 
						|
                        "Arial Black"><IMG src="images/boton/u.gif" width=
 | 
						|
 | 
						|
                        "19" height="15"></FONT></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD background="images/boton/f.gif"><A href=
 | 
						|
 | 
						|
                        "enlaces.htm">enlaces</A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <TD><IMG src="images/boton/d.gif" width="16"
 | 
						|
 | 
						|
                        height="15"></TD>
 | 
						|
 | 
						|
                      </TR>
 | 
						|
 | 
						|
                    </TABLE>
 | 
						|
 | 
						|
                  </TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD valign="top"><IMG src="images/marco/negro.gif"
 | 
						|
 | 
						|
                  width="11" height="11"></TD>
 | 
						|
 | 
						|
                </TR>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                <TR>
 | 
						|
 | 
						|
                  <TD><IMG src="images/marco/eii.gif" width="11" height=
 | 
						|
 | 
						|
                  "11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD background="images/marco/hi.gif"><IMG src=
 | 
						|
 | 
						|
                  "images/marco/hi.gif" width="11" height="11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><IMG src="images/marco/eid-r.gif" width="11" height=
 | 
						|
 | 
						|
                  "11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><IMG src="images/marco/negro.gif" width="11" height=
 | 
						|
 | 
						|
                  "11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><IMG src="images/marco/negro.gif" width="11" height=
 | 
						|
 | 
						|
                  "11"></TD>
 | 
						|
 | 
						|
                </TR>
 | 
						|
 | 
						|
              </TABLE>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
              <P align="left"><FONT color="#FF0000" face=
 | 
						|
 | 
						|
              "Arial"><STRONG><BR>
 | 
						|
 | 
						|
              </STRONG></FONT> <IMG src="images/marca-d.gif" width="11"
 | 
						|
 | 
						|
              height="12"> <A href=
 | 
						|
 | 
						|
              "javascript:ShowHideLayer('incendios');" class=
 | 
						|
 | 
						|
              "a2">Incendios</A></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
              <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
              <DIV id="incendios" style="display: none;">
 | 
						|
 | 
						|
                <!--webbot
 | 
						|
 | 
						|
                        bot="HTMLMarkup" endspan --><BR>
 | 
						|
 | 
						|
                <BR>
 | 
						|
 | 
						|
                 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                <TABLE border="0" width="100%">
 | 
						|
 | 
						|
                  <TR>
 | 
						|
 | 
						|
                    <TD width="50"><IMG src="images/separador.gif" width=
 | 
						|
 | 
						|
                    "1" height="200"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                    <TD valign="top"><IMG src="images/fuego.gif" align=
 | 
						|
 | 
						|
                    "right" hspace="0" width="151" height="150"><BR>
 | 
						|
 | 
						|
                     <BR>
 | 
						|
 | 
						|
                     <A href=
 | 
						|
 | 
						|
                    "javascript:go(%22normativas/i_extintores_coches.htm%22);">
 | 
						|
 | 
						|
                    Extintores instalados en vehículos de
 | 
						|
 | 
						|
                    transporte</A> <BR>
 | 
						|
 | 
						|
                     <A href=
 | 
						|
 | 
						|
                    "javascript:go(%22normativas/i_extintores_gasolineras.htm%22);">
 | 
						|
 | 
						|
                    Extintores en Gasolineras</A> <BR>
 | 
						|
 | 
						|
                     <A href=
 | 
						|
 | 
						|
                    "javascript:go(%22normativas/i_legislacion_sanitaria.htm%22);">
 | 
						|
 | 
						|
                    Protección anti-incendios en establecimientos
 | 
						|
 | 
						|
                    sanitarios</A> <BR>
 | 
						|
 | 
						|
                     <A href=
 | 
						|
 | 
						|
                    "javascript:go(%22normativas/i_mie_ap5.htm%22);">Instrucción
 | 
						|
 | 
						|
                    Técnica Complementaria MIE-AP5</A> <BR>
 | 
						|
 | 
						|
                     <A href=
 | 
						|
 | 
						|
                    "javascript:go(%22normativas/i_nbe_cpi96.htm%22);">Norma
 | 
						|
 | 
						|
                    Básica de la Edificación NBE-CPI/96</A>
 | 
						|
 | 
						|
                    <BR>
 | 
						|
 | 
						|
                     <A href=
 | 
						|
 | 
						|
                    "javascript:go(%22normativas/i_rd1942.htm%22);">R. D.
 | 
						|
 | 
						|
                    1942/1993 Instalaciones de Protección contra
 | 
						|
 | 
						|
                    Incendios</A> <BR>
 | 
						|
 | 
						|
                     </TD>
 | 
						|
 | 
						|
                  </TR>
 | 
						|
 | 
						|
                </TABLE>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
              </DIV>
 | 
						|
 | 
						|
              <!--webbot
 | 
						|
 | 
						|
                      bot="HTMLMarkup" endspan --><BR>
 | 
						|
 | 
						|
              <BR>
 | 
						|
 | 
						|
               
 | 
						|
 | 
						|
 | 
						|
 | 
						|
              <P align="left"><IMG src="images/marca-d.gif" width="11"
 | 
						|
 | 
						|
              height="12"> <A href=
 | 
						|
 | 
						|
              "javascript:ShowHideLayer('seguridad');" class=
 | 
						|
 | 
						|
              "a2">Seguridad</A></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
              <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
              <DIV id="seguridad" style="display: none;">
 | 
						|
 | 
						|
                <!--webbot
 | 
						|
 | 
						|
                        bot="HTMLMarkup" endspan --><BR>
 | 
						|
 | 
						|
                <BR>
 | 
						|
 | 
						|
                 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                <TABLE border="0" width="100%">
 | 
						|
 | 
						|
                  <TR>
 | 
						|
 | 
						|
                    <TD width="50"><IMG src="images/separador.gif" width=
 | 
						|
 | 
						|
                    "1" height="200"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                    <TD valign="top">
 | 
						|
 | 
						|
                      <IMG src="images/seguridad.jpg" align="right"
 | 
						|
 | 
						|
                      hspace="0" width="194" height="168">
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <FORM method="POST" name="ls">
 | 
						|
 | 
						|
                        <P><SELECT name="d1" size="1" onchange=
 | 
						|
 | 
						|
                        "mLeySeg(this.document.ls.d1.value);">
 | 
						|
 | 
						|
                          <OPTION>
 | 
						|
 | 
						|
                            Seleccione una Normativa
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION>
 | 
						|
 | 
						|
                            ------------------------------------- --- -
 | 
						|
 | 
						|
                            --- - - -
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="ls1">
 | 
						|
 | 
						|
                            Ley de Seguridad Privada
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="ls2">
 | 
						|
 | 
						|
                            Reglamento de Seguridad Privada
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="ls3">
 | 
						|
 | 
						|
                            Ley de Prot. Seguridad Ciudadana
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="ls4">
 | 
						|
 | 
						|
                            R. D. 2487/1998
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="ls5">
 | 
						|
 | 
						|
                            Orden 07/07/95
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="ls6">
 | 
						|
 | 
						|
                            Orden 14/01/94
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="ls7">
 | 
						|
 | 
						|
                            Orden 14/01/99
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="ls8">
 | 
						|
 | 
						|
                            Resolución 28/02/96
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="ls9">
 | 
						|
 | 
						|
                            RD 938/1997
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="lsA">
 | 
						|
 | 
						|
                            RD 137/1993
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="lsB">
 | 
						|
 | 
						|
                            Resolución 19/01/96
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="lsC">
 | 
						|
 | 
						|
                            Resolución 18/01/99
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="lsD">
 | 
						|
 | 
						|
                            Resolución 07/01/1997
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                          <OPTION value="lsE">
 | 
						|
 | 
						|
                            Orden de 18 de marzo de 1998
 | 
						|
 | 
						|
                          </OPTION>
 | 
						|
 | 
						|
                        </SELECT></P>
 | 
						|
 | 
						|
                      </FORM>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="ls1" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->LEY
 | 
						|
 | 
						|
                        23/1992, de 30 de Julio, de Seguridad Privada, en
 | 
						|
 | 
						|
                        su redacción dada por el Real Decreto-Ley
 | 
						|
 | 
						|
                        2/1999, de 29 de Enero<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/leysp01.htm%22);">mas
 | 
						|
 | 
						|
                        información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="ls2" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->REAL
 | 
						|
 | 
						|
                        DECRETO 2364/1994, de 9 de Diciembre, B.O.E. del
 | 
						|
 | 
						|
                        10 de Enero de 1.995, por el que se aprueba el
 | 
						|
 | 
						|
                        Reglamento de Seguridad Privada.<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/reglsp01.htm%22);">mas
 | 
						|
 | 
						|
                        información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="ls3" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->LEY
 | 
						|
 | 
						|
                        ORGÁNICA 1/1992, de 21 de febrero, sobre
 | 
						|
 | 
						|
                        protección de la Seguridad Ciudadana (En su
 | 
						|
 | 
						|
                        redacción dada por la Sentencia 341/1993,
 | 
						|
 | 
						|
                        de 18 de noviembre, del TRIBUNAL CONSTITUCIONAL,
 | 
						|
 | 
						|
                        por la que se declaran nulos determinados
 | 
						|
 | 
						|
                        preceptos -BOE Nº 295, de 10 de diciembre -;
 | 
						|
 | 
						|
                        por la disposición adiciaonal cuarta de la
 | 
						|
 | 
						|
                        LEY ORGÁNICA 4/1997, de 4 de Agosto - BOE
 | 
						|
 | 
						|
                        Nº 186, de 5 de agosto - y po la LEY 10/1999,
 | 
						|
 | 
						|
                        de 21 de abril - BOE Nº 96, de 22 de abril
 | 
						|
 | 
						|
                        -)<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/leyprotsc01.htm%22);">
 | 
						|
 | 
						|
                        mas información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="ls4" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->REAL
 | 
						|
 | 
						|
                        DECRETO 2487/1998, de 20 de Noviembre, por el que
 | 
						|
 | 
						|
                        se regula la acreditación de aptitud
 | 
						|
 | 
						|
                        psicofísica para tener y usar armas y para
 | 
						|
 | 
						|
                        prestar servicios de seguridad privada.<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/rd2487I.htm%22);">mas
 | 
						|
 | 
						|
                        información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="ls5" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->Por la
 | 
						|
 | 
						|
                        que se da cumplimiento a diversos aspectos del
 | 
						|
 | 
						|
                        Reglamento de Seguridad Privada, sobre
 | 
						|
 | 
						|
                        personal<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/orden07_95.htm%22);">mas
 | 
						|
 | 
						|
                        información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="ls6" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->ORDEN
 | 
						|
 | 
						|
                        de 14 de Enero de 1999 por la que se modifica lo
 | 
						|
 | 
						|
                        dispuesto, sobre Módulos de
 | 
						|
 | 
						|
                        Formación de los Vigilantes de Seguridad y
 | 
						|
 | 
						|
                        Guardas particulares del campo, en la ORDEN de 7
 | 
						|
 | 
						|
                        de Julio de 1995<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/ord01_94.htm%22);">mas
 | 
						|
 | 
						|
                        información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="ls7" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->ORDEN
 | 
						|
 | 
						|
                        de 14 de Enero de 1999 por la que se aprueban los
 | 
						|
 | 
						|
                        modelos de informes de aptitud psicofísica
 | 
						|
 | 
						|
                        necesaria para tener y usar armas y para prestar
 | 
						|
 | 
						|
                        servicios de Seguridad Privada<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/orden01_99.htm%22);">mas
 | 
						|
 | 
						|
                        información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                       startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="ls8" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->RESOLUCIóN
 | 
						|
 | 
						|
                        de 28 de febrero de 1996, de la Secretaria de
 | 
						|
 | 
						|
                        Estado de interior, por la que se aprueban las
 | 
						|
 | 
						|
                        instrucciones para la realizaciòn de los
 | 
						|
 | 
						|
                        ejercicios de tiro del personal de Seguridad
 | 
						|
 | 
						|
                        Privada<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/instr_tiro1.htm%22);">
 | 
						|
 | 
						|
                        mas información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="ls9" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->REAL
 | 
						|
 | 
						|
                        DECRETO 938/1997, de 20 de Junio, por el que se
 | 
						|
 | 
						|
                        completa la regulación de los requisitos de
 | 
						|
 | 
						|
                        autorización de empresas de seguridad y los
 | 
						|
 | 
						|
                        de habilitación del personal de seguridad
 | 
						|
 | 
						|
                        privada<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/rd938_97.htm%22);">mas
 | 
						|
 | 
						|
                        información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="lsA" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->REAL
 | 
						|
 | 
						|
                        DECRETO 137/1993, de 29 de Enero, por el que se
 | 
						|
 | 
						|
                        aprueba el Reglamento de armas<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/reglarm01.htm%22);">mas
 | 
						|
 | 
						|
                        información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="lsB" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->RESOLUCIóN
 | 
						|
 | 
						|
                        de 19 de Enero de 1996, de la Secretaría de
 | 
						|
 | 
						|
                        Estado de Interior, por la que se determinan
 | 
						|
 | 
						|
                        aspectos relacionados con el personal de seguridad
 | 
						|
 | 
						|
                        privada, en cumplimiento de la ORDEN del
 | 
						|
 | 
						|
                        Ministerio de Justicia e Interior de 7 de julio de
 | 
						|
 | 
						|
                        1995<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/resol01_96.htm%22);">mas
 | 
						|
 | 
						|
                        información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="lsC" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->RESOLUCIóN
 | 
						|
 | 
						|
                        de 18 de Enero de 1999, de la Secretaría de
 | 
						|
 | 
						|
                        Estado de Seguridad, por la que se modifica la de
 | 
						|
 | 
						|
                        19 de Enero de 1996, de la Secretaría de
 | 
						|
 | 
						|
                        Estado de interior, en lo referente a la
 | 
						|
 | 
						|
                        uniformidad y módulos profesionales de
 | 
						|
 | 
						|
                        formación de los guardas particulares del
 | 
						|
 | 
						|
                        campo, y en lo relativo a los módulos
 | 
						|
 | 
						|
                        profesionales de formación de los
 | 
						|
 | 
						|
                        vigilantes de seguridad.<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/resol0199_01.htm%22);">
 | 
						|
 | 
						|
                        mas información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="lsD" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->RESOLUCIóN
 | 
						|
 | 
						|
                        de 7 de Enero de 1997, de laSecretaría de
 | 
						|
 | 
						|
                        Estado de Seguridad, por la que se regula la
 | 
						|
 | 
						|
                        adquisición de los distintivos de los
 | 
						|
 | 
						|
                        Vigilantes de Seguridad y de los Vigilantes de
 | 
						|
 | 
						|
                        Explosivos y se concretan sus
 | 
						|
 | 
						|
                        características<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/resol0197.htm%22);">mas
 | 
						|
 | 
						|
                        información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12"></P>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                        startspan -->
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup"
 | 
						|
 | 
						|
                                      endspan -->
 | 
						|
 | 
						|
                      <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                      <DIV id="lsE" style="display: none;">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" endspan -->ORDEN
 | 
						|
 | 
						|
                        de 18 de marzo de 1998 por la que se regulan las
 | 
						|
 | 
						|
                        pruebas de capacitación para obtener
 | 
						|
 | 
						|
                        determinadas licencias de armas y los requisitos
 | 
						|
 | 
						|
                        para la habilitación de entidades dedicadas
 | 
						|
 | 
						|
                        a la enseñanza correspondiente<BR>
 | 
						|
 | 
						|
                        <BR>
 | 
						|
 | 
						|
                         
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                        <P align="right"><IMG src="images/marca-d.gif"
 | 
						|
 | 
						|
                        width="11" height="12"> <A href=
 | 
						|
 | 
						|
                        "javascript:go(%22normativas/ord03_98.htm%22);">mas
 | 
						|
 | 
						|
                        información</A> <IMG src=
 | 
						|
 | 
						|
                        "images/marca-i.GIF" width="11" height="12">
 | 
						|
 | 
						|
                        <!--webbot
 | 
						|
 | 
						|
                                        bot="HTMLMarkup" startspan --></P>
 | 
						|
 | 
						|
                      </DIV>
 | 
						|
 | 
						|
                      <!--webbot
 | 
						|
 | 
						|
                                      bot="HTMLMarkup" endspan --><BR>
 | 
						|
 | 
						|
                      <BR>
 | 
						|
 | 
						|
                       
 | 
						|
 | 
						|
                    </TD>
 | 
						|
 | 
						|
                  </TR>
 | 
						|
 | 
						|
                </TABLE>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                
 | 
						|
 | 
						|
                <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
              </DIV>
 | 
						|
 | 
						|
              <!--webbot
 | 
						|
 | 
						|
                      bot="HTMLMarkup" endspan --><BR>
 | 
						|
 | 
						|
              <BR>
 | 
						|
 | 
						|
               
 | 
						|
 | 
						|
 | 
						|
 | 
						|
              <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
              <DIV id="separador">
 | 
						|
 | 
						|
                <!--webbot
 | 
						|
 | 
						|
                        bot="HTMLMarkup" endspan --><BR>
 | 
						|
 | 
						|
                <BR>
 | 
						|
 | 
						|
                 
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                <TABLE border="0" cellpadding="0" cellspacing="0" width=
 | 
						|
 | 
						|
                "100%">
 | 
						|
 | 
						|
                  <TR>
 | 
						|
 | 
						|
                    <TD width="50"><IMG src="images/separador.gif" width=
 | 
						|
 | 
						|
                    "1" height="200"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                    <TD><IMG src="images/normativas.gif" align="right"
 | 
						|
 | 
						|
                    hspace="0" width="200" height="200"><BR>
 | 
						|
 | 
						|
                     <BR>
 | 
						|
 | 
						|
                     <BR>
 | 
						|
 | 
						|
                     Aquí tiene una recopilación de las
 | 
						|
 | 
						|
                    principales normas que regulan el sector de Seguridad
 | 
						|
 | 
						|
                    Privada en España y seguridad contra
 | 
						|
 | 
						|
                    incendios.<BR>
 | 
						|
 | 
						|
                     Se incluyen además de la Ley de Seguridad
 | 
						|
 | 
						|
                    Privada y el Reglamento que la desarrolla, otras
 | 
						|
 | 
						|
                    normas que regulan diversos aspectos del sector, como
 | 
						|
 | 
						|
                    pueden ser los requisitos que deben cumplir las
 | 
						|
 | 
						|
                    empresas, centros de formación, etc...</TD>
 | 
						|
 | 
						|
                  </TR>
 | 
						|
 | 
						|
                </TABLE>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                <!--webbot bot="HTMLMarkup" startspan -->
 | 
						|
 | 
						|
              </DIV>
 | 
						|
 | 
						|
              <!--webbot
 | 
						|
 | 
						|
                      bot="HTMLMarkup" endspan --><BR>
 | 
						|
 | 
						|
               <BR>
 | 
						|
 | 
						|
              <BR>
 | 
						|
 | 
						|
               
 | 
						|
 | 
						|
            </TD>
 | 
						|
 | 
						|
          </TR>
 | 
						|
 | 
						|
        </TABLE>
 | 
						|
 | 
						|
      </CENTER>
 | 
						|
 | 
						|
    </DIV>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
    <DIV align="center">
 | 
						|
 | 
						|
      <CENTER>
 | 
						|
 | 
						|
        <TABLE border="0" cellpadding="0" cellspacing="0" width="725">
 | 
						|
 | 
						|
          <TR>
 | 
						|
 | 
						|
            <TD><IMG src="images/marco/negro.gif" width="11" height=
 | 
						|
 | 
						|
            "11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
            <TD width="100%" background="images/marco/hs.gif"><IMG src=
 | 
						|
 | 
						|
            "images/marco/hs.gif" width="11" height="11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
            <TD><IMG src="images/marco/esd.gif" width="11" height=
 | 
						|
 | 
						|
            "11"></TD>
 | 
						|
 | 
						|
          </TR>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
          <TR>
 | 
						|
 | 
						|
            <TD><IMG src="images/boton/i.gif" width="16" height="15"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
            <TD width="100%">
 | 
						|
 | 
						|
              <TABLE border="0" cellpadding="0" cellspacing="0">
 | 
						|
 | 
						|
                <TR>
 | 
						|
 | 
						|
                  <TD background="images/boton/f.gif"><A href=
 | 
						|
 | 
						|
                  "vr.htm">visita virtual</A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><FONT color="#FFFFFF" size="1" face=
 | 
						|
 | 
						|
                  "Arial Black"><IMG src="images/boton/u.gif" width="19"
 | 
						|
 | 
						|
                  height="15"></FONT></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD background="images/boton/f.gif"><A href=
 | 
						|
 | 
						|
                  "ofertas.htm">ofertas</A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><FONT color="#FFFFFF" size="1" face=
 | 
						|
 | 
						|
                  "Arial Black"><IMG src="images/boton/u.gif" width="19"
 | 
						|
 | 
						|
                  height="15"></FONT></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD background="images/boton/f.gif"><A href=
 | 
						|
 | 
						|
                  "normativas.htm">normativas</A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><FONT color="#FFFFFF" size="1" face=
 | 
						|
 | 
						|
                  "Arial Black"><IMG src="images/boton/u.gif" width="19"
 | 
						|
 | 
						|
                  height="15"></FONT></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD background="images/boton/f.gif"><A href=
 | 
						|
 | 
						|
                  "intranet.htm">intranet</A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><FONT color="#FFFFFF" size="1" face=
 | 
						|
 | 
						|
                  "Arial Black"><IMG src="images/boton/u.gif" width="19"
 | 
						|
 | 
						|
                  height="15"></FONT></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD background="images/boton/f.gif"><A href=
 | 
						|
 | 
						|
                  "mailto:info@protelsur.com">@</A></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><FONT size="1" face="Arial Black"><IMG src=
 | 
						|
 | 
						|
                  "images/boton/u.gif" width="19" height="15"></FONT></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><FONT size="1" face="Arial Black"><IMG src=
 | 
						|
 | 
						|
                  "images/boton/u.gif" width="19" height="15"></FONT></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD><IMG src="images/boton/d.gif" width="16" height=
 | 
						|
 | 
						|
                  "15"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                  <TD>
 | 
						|
 | 
						|
<SCRIPT type="text/javascript" language="JavaScript1.2">
 | 
						|
 | 
						|
if (document.all)document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'<\/marquee>')
 | 
						|
 | 
						|
</SCRIPT>
 | 
						|
 | 
						|
                    <ILAYER width="&{marqueewidth};" height=
 | 
						|
 | 
						|
                    "&{marqueeheight};" name="cmarquee01"></ILAYER>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
                    <LAYER name="cmarquee02" width="&{marqueewidth};"
 | 
						|
 | 
						|
                    height="&{marqueeheight};">
 | 
						|
 | 
						|
                      <ILAYER width="&{marqueewidth};" height=
 | 
						|
 | 
						|
                      "&{marqueeheight};" name="cmarquee01"></ILAYER>
 | 
						|
 | 
						|
                    </LAYER>
 | 
						|
 | 
						|
                  </TD>
 | 
						|
 | 
						|
                </TR>
 | 
						|
 | 
						|
              </TABLE>
 | 
						|
 | 
						|
            </TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
            <TD background="images/marco/vd.gif"><IMG src=
 | 
						|
 | 
						|
            "images/marco/vd.gif" width="11" height="11"></TD>
 | 
						|
 | 
						|
          </TR>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
          <TR>
 | 
						|
 | 
						|
            <TD background="images/marco/hi.gif"><IMG src=
 | 
						|
 | 
						|
            "images/marco/hi.gif" width="11" height="11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
            <TD width="100%" background="images/marco/hi.gif"><IMG src=
 | 
						|
 | 
						|
            "images/marco/hi.gif" width="11" height="11"></TD>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
            <TD><IMG src="images/marco/eid.gif" width="11" height=
 | 
						|
 | 
						|
            "11"></TD>
 | 
						|
 | 
						|
          </TR>
 | 
						|
 | 
						|
        </TABLE>
 | 
						|
 | 
						|
      </CENTER>
 | 
						|
 | 
						|
    </DIV>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
    <P><A href="http://www.infdj.com"><IMG src="images/cerezaLITTLE.gif"
 | 
						|
 | 
						|
    alt=
 | 
						|
 | 
						|
    "Página diseñada por Informática D.J. -=[ www.infdj.com ]=-"
 | 
						|
 | 
						|
     align="right" border="0" hspace="0" width="22" height="22"></A><A
 | 
						|
 | 
						|
    href="javascript:history.go(-1);"><IMG src="images/back.gif" alt=
 | 
						|
 | 
						|
    "Retroceder" align="right" border="0" hspace="0" width="24" height=
 | 
						|
 | 
						|
    "20"></A></P>
 | 
						|
 | 
						|
  </BODY>
 | 
						|
 | 
						|
</HTML>
 | 
						|
 | 
						|
 | 
						|
 |