forked from jquemada/cal_2com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
102 lines (74 loc) · 3.1 KB
/
Index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<Title>Estudio Juridico Ortiz & Asociados</Title>
<link href="css/Estilos.css" rel="stylesheet" type="text/css" />
<script src="scripts/igu.js" type="text/javascript"></script>
<script src="scripts/Efectos.js" type="text/javascript"></script>
<script src="scripts/jquery-2.1.4.min.js"></script>
<script src="scripts/jquery-ui.min"></script>
<script src="scripts/bootstrap.js"></script>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.css" rel="stylesheet">
-->
<script language="javascript">
window.onload = function() { changeImg(document.getElementById('Imagen'), 'Index', 4); };
</script>
</head>
<body class="cuerpo-f1">
<header>
<nav>
<script language="javascript">
getMenu();
</script>
</nav>
</header>
<section>
<article>
<!--<table cellpadding="0" class="tabla-f1">
<tr>-->
<!-- <div id="myCarousel" width="90%" class="carousel slide" data-ride="carousel" style="border:1px solid blue"> -->
<div id="contCarrusel" align="center" class="contenedorgeneral" style="border:1px solid blue">
<div width="80%" style="border:1px solid red" class="imagendecontenedor" id="ContImagen">
<img src="imagenes/Index1.svg" alt="" height="100%" width="100%" id="Imagen" >
<!-- <picture>
<source media="(min-width: 1300px)" srcset="">
<source media="(min-width: 1200px)" srcset="imagenes/Index1.svg">
<img src="" alt="" id="Imagen" height="100%" width="100%">
</picture> -->
</div>
<div width="20%"style="border:1px solid red">
<!-- <td valign="top">
<table cellpadding="10" border="0">
<tr>
<td valign="top">
-->
<p class="texto-l1">
<br>
En Ortiz & Asociados estamos comprometidos en
<br>brindar el mejor asesoramiento <br>legal a nuestros clientes.
<br><br>
Nuestros años de experiencia y
diversidad en las materias del derecho nos permiten
ofrecer una amplia gama de servicios con la finalidad
de poder solucionar problemas de diferente
índole.
<br>
Contamos con un grupo de profesionales en los distintos
servicios que ofrecemos que le proporcionan conocimiento
y experiencia a los casos que tomamos.
</p>
</div>
</div>
<!-- </td>
</tr>
</table>
-->
<!-- </td>
</tr> >
</table> -->
</article>
</section>
</body>
</html>