git-svn-id: https://192.168.0.254/svn/Proyectos.Cyvacsa_Web/trunk@21 583017cb-8bbc-4616-bb79-af8c6d247e7b
155 lines
7.4 KiB
HTML
155 lines
7.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>CYVACSA - Sedes y oficinas - Madrid, Castellón de la Plana, Valencia y Murcia.</title>
|
|
<meta name="description" content="Asesoramiento y realización de expedientes de expropiación forzosa de bienes y derechos."/>
|
|
<meta name="keywords" content="abogado administrativo,abogado penalista,abogados,central eolica,compensación,contencioso administrativa,contencioso administrativo,disciplina urbanistica,energia eolica,eolica,expropiacion,expropiacion de terrenos,expropiacion forzosa,expropiaciones,expropiación,expropiación forzosa,expropiar,gasoducto,gasoductos,justiprecio,ley expropiación forzosa,ley urbanismo,ley urbanistica,oleoductos,oleoducto,parque eolico,parques eolicos,proyectos energia solar,urbanismo"/>
|
|
<link rel="stylesheet" type="text/css" href="reset.css"/>
|
|
<link rel="stylesheet" type="text/css" href="estilos.css"/>
|
|
<link rel="stylesheet" type="text/css" href="menu.css"/>
|
|
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAMN4drdDdihDdBoiOaTXX6hTusAh6eTC1Npudg-LnXt5cIkq9ohTGfC71LX4qvhhu9Qelwvm6fjJemQ"></script>
|
|
</head>
|
|
<body>
|
|
<div id="layout">
|
|
<div id="cabecera">
|
|
<div id="logotipo">
|
|
<h1>CYVACSA</h1>
|
|
<h2>Cartografías y Valoraciones Agronómicas y Catastrales, S.A.</h2>
|
|
</div>
|
|
<div id="menu">
|
|
<ul>
|
|
<li><a href="index.htm">Inicio<br /><span>Bienvenido<br />a Cyvacsa</span></a></li>
|
|
<li><a href="servicios.htm">Servicios<br /><span>¿Qué hacemos<br />y ofrecemos?</span></a></li>
|
|
<li><a href="proyectos.htm">Proyectos<br /><span>Nuestros proyectos<br />y clientes</span></a></li>
|
|
<li class="current">Contacto<br /><span>Las direcciones de<br />nuestras oficinas</span></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="banner"><img src="images/banner1.jpg" width="958" height="218" alt=""/></div>
|
|
|
|
<a name="madrid"></a>
|
|
<div id="principal">
|
|
<div class="contacto_izquierda">
|
|
<h2>Sede y oficinas centrales en Madrid</h2>
|
|
<p>C/ Orense, nº 85, Esc. 4 - 4º B<br/>28020 - Madrid<br/>
|
|
Teléfonos: 91 571 33 60 - 91 571 35 54<br/>Fax: 91 571 32 60<br/>E-Mail: <a href="mailto:cyvacsa@cyvacsa.com">cyvacsa@cyvacsa.com</a></p>
|
|
<h2>Oficina técnica en Madrid</h2>
|
|
<p>C/ Orense, nº 85, Esc. 4 - 2º B<br/>28020 - Madrid<br/>
|
|
Teléfonos: 91 571 13 82 - 91 571 16 24</p>
|
|
</div>
|
|
<div class="contacto_derecha">
|
|
<div class="map" id="map_madrid"></div>
|
|
<script type="text/javascript">
|
|
google.load("maps", "2.x");
|
|
|
|
// Call this function when the page has been loaded
|
|
function initialize() {
|
|
var map1 = new google.maps.Map2(document.getElementById("map_madrid"));
|
|
map1.setCenter(new GLatLng(40.460601,-3.694175), 15);
|
|
map1.setMapType(G_NORMAL_MAP);
|
|
map1.addControl(new GLargeMapControl());
|
|
map1.addControl(new GMapTypeControl());
|
|
var marker1 = new GMarker(new GLatLng(40.460601,-3.694175));
|
|
map1.addOverlay(marker1);
|
|
}
|
|
google.setOnLoadCallback(initialize);
|
|
</script>
|
|
</div>
|
|
<div class="clear"></div>
|
|
<hr class="divisor"/>
|
|
<a name="castellon"></a>
|
|
<div class="contacto_izquierda">
|
|
<h2>Oficina en Castellón</h2>
|
|
<p>C/ Enmedio, nº 23 - 9º 28<br/>12001 - Castellón de la Plana<br/>
|
|
Teléfono: 96 424 76 78<br/>E-Mail: <a href="mailto:castellon@cyvacsa.com">castellon@cyvacsa.com</a></p>
|
|
</div>
|
|
<div class="contacto_derecha">
|
|
<div class="map" id="map_castellon"></div>
|
|
<script type="text/javascript">
|
|
google.load("maps", "2.x");
|
|
|
|
// Call this function when the page has been loaded
|
|
function initialize() {
|
|
var map2 = new google.maps.Map2(document.getElementById("map_castellon"));
|
|
map2.setCenter(new GLatLng(39.985637,-0.038795), 15);
|
|
map2.setMapType(G_NORMAL_MAP);
|
|
map2.addControl(new GLargeMapControl());
|
|
map2.addControl(new GMapTypeControl());
|
|
var marker2 = new GMarker(new GLatLng(39.985637,-0.038795));
|
|
map2.addOverlay(marker2);
|
|
}
|
|
google.setOnLoadCallback(initialize);
|
|
</script>
|
|
</div>
|
|
<div class="clear"></div>
|
|
<hr class="divisor"/>
|
|
<a name="valencia"></a>
|
|
<div class="contacto_izquierda">
|
|
<h2>Oficina en Valencia</h2>
|
|
<p>Avenida del Puerto, nº 241 - 1º A<br/>46011 - Valencia<br/>
|
|
Teléfono: 96 316 44 80<br/>Fax: 96 316 44 81<br/>E-Mail: <a href="mailto:valencia@cyvacsa.com">valencia@cyvacsa.com</a></p>
|
|
</div>
|
|
<div class="contacto_derecha">
|
|
<div class="map" id="map_valencia"></div>
|
|
<script type="text/javascript">
|
|
google.load("maps", "2.x");
|
|
|
|
// Call this function when the page has been loaded
|
|
function initialize() {
|
|
var map3 = new google.maps.Map2(document.getElementById("map_valencia"));
|
|
map3.setCenter(new GLatLng(39.46137,-0.337556), 15);
|
|
map3.setMapType(G_NORMAL_MAP);
|
|
map3.addControl(new GLargeMapControl());
|
|
map3.addControl(new GMapTypeControl());
|
|
var marker3 = new GMarker(new GLatLng(39.46137,-0.337556));
|
|
map3.addOverlay(marker3);
|
|
}
|
|
google.setOnLoadCallback(initialize);
|
|
</script>
|
|
</div>
|
|
<div class="clear"></div>
|
|
<hr class="divisor"/>
|
|
<a name="murcia"></a>
|
|
<div class="contacto_izquierda">
|
|
<h2>Oficina en Murcia</h2>
|
|
<p>C/ González Adalid, 11, 1º derecha, oficina 3<br/>(Semiesquina a C/ Platería)<br/>30001 - Murcia<br/>
|
|
Teléfono: 968 21 03 62<br/>E-Mail: <a href="mailto:murcia@cyvacsa.com">murcia@cyvacsa.com</a></p>
|
|
</div>
|
|
<div class="contacto_derecha">
|
|
<div class="map" id="map_murcia"></div>
|
|
<script type="text/javascript">
|
|
google.load("maps", "2.x");
|
|
// Call this function when the page has been loaded
|
|
function initialize() {
|
|
var map4 = new google.maps.Map2(document.getElementById("map_murcia"));
|
|
map4.setCenter(new GLatLng(37.98601,-1.129685), 17);
|
|
map4.setMapType(G_NORMAL_MAP);
|
|
map4.addControl(new GLargeMapControl());
|
|
map4.addControl(new GMapTypeControl());
|
|
var marker4 = new GMarker(new GLatLng(37.98601,-1.129685));
|
|
map4.addOverlay(marker4);
|
|
}
|
|
google.setOnLoadCallback(initialize);
|
|
</script>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="clear"> </div>
|
|
<div id="pie_layout">
|
|
<div id="pie_contacto">
|
|
</div >
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
try {
|
|
var pageTracker = _gat._getTracker("UA-297093-15");
|
|
pageTracker._trackPageview();
|
|
} catch(err) {}</script>
|
|
</body>
|
|
</html>
|