12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" type="text/css" href="../css/bootstrap-4.3.1-dist/css/bootstrap.css">
- <link rel="stylesheet" type="text/css" href="../css/custom.css">
-
- <script type="text/javascript" src="../js/custom.js"></script>
-
- <title>Ordenes de Protección en Violencia Domestica y Agresión Sexual</title>
-
- </head>
- <body>
- <!--MENU-->
- <div class="nav-bar">
- <div id="myNav" class="overlay">
- <div>
-
- <span style="font-size:30px;cursor:pointer" onclick="closeNav()">☰</span>
- </div>
-
- <div class="overlay-content">
- <a href="index.html">Start</a>
- <a href="vdomestica_en.html">Domestic Violence</a>
- <a href="vsexual_en.html">Sexual Violence</a>
- <a href="leyes_en.html">Laws</a>
- <a href="campanas_en.html">Campaings</a>
- <a href="test_en.html">Test </a>
- <a href="servicios_en.html">Find Help</a>
- <a href="cerca_en.html">Near Me</a>
- <a href="contacto_en.html">Contacts</a>
- <a href="../index.html">App in Spanish</a>
- </div>
- </div>
-
- <p id="demo"></p>
- </div>
- <div id="menubtn">
- <span style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
- </div>
- </div>
-
- <h1 style="text-align: center; font-size:30px;"> Laws</h1>
-
- <!--CONTENT-->
-
-
- <div class="top-div">
- <center> <img src="../img/LEYES.PNG" alt="LEYES" style= "width:300px;height:300px;"> </center>
- <br>
- </div>
-
- <div class="app">
- <div id="deviceready">
- <h2 style="padding-right: 20px;padding-left: 20px;">Law 54: Protection Order in Domestic Violence situations:</h2>
- <div class="info-section">
-
- <p> Civil remedy available under the
- “Law for the prevention and intervention in cases of Domestic Violence”, Law num. 54 of
- August 15, 1989 with the purpose of attaining protection for the victim of domestic violence,
- regardless of sex, marital status, sexual orientation, gender indentity or immigration status of
- any of the individuals that comprise the relationship. As well as the protection of their
- offspring, family members and property. </p>
- </div>
-
- <h2 style="padding-right: 20px;padding-left: 20px;">Law 148: Protection Order in Sexual Assault Situations: </h2>
- <div class="info-section">
- <p> Civil remedy available under Law Num.
- 148 of September 15, 2015: Law for the Protection of Victims of Sexual Violence in Puerto Rico.
- This law provides access to a protection order that serves to prohibit an agresor from coming
- within distance, o attempting to contact the sexual violence victim/survivor, as defined in the
- Penal Code.</p>
-
- <p> <b>You can request a protection order and the company of a legal advisor or advocated in any
- Judicial Center in Puerto Rico</b></p>
-
-
- </div>
-
- </div>
- </div>
-
- </body>
- </html>
|