git-svn-id: https://192.168.0.254/svn/Proyectos.Cyvacsa_Web/trunk@10 583017cb-8bbc-4616-bb79-af8c6d247e7b

This commit is contained in:
David Arranz 2009-07-17 14:02:16 +00:00
parent 59f7b9d560
commit 49fafacda7
3 changed files with 188 additions and 124 deletions

View File

@ -1,82 +1,94 @@
<!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</title>
<link rel="stylesheet" type="text/css" href="estilos.css"/>
<link rel="stylesheet" type="text/css" href="menu.css"/>
</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.html">Inicio<br /><span>Bienvenido<br />a Cyvacsa</span></a></li>
<li><a href="servicios.html">Servicios<br /><span>¿Qué hacemos<br />y ofrecemos?</span></a></li>
<li><a href="">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 id="index_03" src="images/banner1.jpg" width="960px" height="296px"/>
</div>
<div id="principal">
<div class="contacto_izquierda">
<h3>Delegación en Madrid</h3>
C/ Orense, 85, Esc. 4 - 4º B<br/>28020 - Madrid<br/>
Teléfono: +34 91 571 33 60<br/>Fax: +34 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>
</div>
<div class="contacto_derecha">
<img src="images/mapa.gif" style="border: 1px solid #999;"/>
</div>
<div class="clear"></div>
<hr class="divisor"/>
<div class="contacto_izquierda">
<h3>Delegación en Castellón</h3>
C/ Orense, 85, Esc. 4 - 4º B<br/>28020 - Madrid<br/>
Teléfono: +34 91 571 33 60<br/>Fax: +34 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>
</div>
<div class="contacto_derecha">
<img src="images/mapa.gif" style="border: 1px solid #999;"/>
</div>
<div class="clear"></div>
<hr class="divisor"/>
<div class="contacto_izquierda">
<h3>Delegación en Murcia</h3>
C/ Orense, 85, Esc. 4 - 4º B<br/>28020 - Madrid<br/>
Teléfono: +34 91 571 33 60<br/>Fax: +34 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>
</div>
<div class="contacto_derecha">
<img src="images/mapa.gif" style="border: 1px solid #999;"/>
</div>
</div>
</div>
<div class="clear">&nbsp;</div>
<div id="pie_layout">
<div id="pie">
<div id="pie_izquierda">
<h3>Delegaciones:</h3>
<p><strong>Madrid</strong> (Ver localización)<br/>
C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid<br/>
Teléfono: +34 91 571 33 60 | Fax: +34 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>
<p><strong>Castellón</strong> (Ver localización)<br/>
C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid<br/>
Teléfono: +34 91 571 33 60 | Fax: +34 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>
<p><strong>Murcia</strong> (Ver localización)<br/>
C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid<br/>
Teléfono: +34 91 571 33 60 | Fax: +34 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>
</div>
<div id="pie_derecha">
<p><a href=""><img width="50px" height="50px" src="images/logo-footer.gif" alt=""/></a></p>
<p><a href="">Aviso legal</a> | <a href="" title="">Política de privacidad</a></p>
<p>Diseñado por <a href="http://www.rodax-software.com" title="Rodax Software S.L.">Rodax Software S.L.</a> - 2009</p>
</div>
</div >
</div>
</body>
</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</title>
<link rel="stylesheet" type="text/css" href="estilos.css"/>
<link rel="stylesheet" type="text/css" href="menu.css"/>
</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.html">Inicio<br /><span>Bienvenido<br />a Cyvacsa</span></a></li>
<li><a href="servicios.html">Servicios<br /><span>¿Qué hacemos<br />y ofrecemos?</span></a></li>
<li><a href="">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 id="index_03" src="images/banner1.jpg" width="960px" height="296px"/>
</div>
<div id="principal">
<div class="contacto_izquierda">
<h3>Sede y oficinas centrales en Madrid</h3>
<p>C/ Orense, nº 85, Esc. 4 - 4º B<br/>28020 - Madrid<br/>
Teléfono: 91 571 33 60<br/>Fax: 91 571 32 60<br/>E-Mail: <a href="cyvacsa@cyvacsa.com">cyvacsa@cyvacsa.com</a></p>
<h3>Oficina técnica en Madrid</h3>
<p>C/ Orense, nº 85, Esc. 4 - 2º B<br/>28020 - Madrid</p>
</div>
<div class="contacto_derecha">
<img src="images/mapa.gif" style="border: 1px solid #999;"/>
</div>
<div class="clear"></div>
<hr class="divisor"/>
<div class="contacto_izquierda">
<h3>Oficina en Castellón</h3>
<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="castellon@cyvacsa.com">castellon@cyvacsa.com</a></p>
</div>
<div class="contacto_derecha">
<img src="images/mapa.gif" style="border: 1px solid #999;"/>
</div>
<div class="clear"></div>
<hr class="divisor"/>
<div class="contacto_izquierda">
<h3>Oficina en Valencia</h3>
<p>Avenida del Puerto, nº 241 - 1º A<br/>46011 - Valencia<br/>
Teléfono: 96 316 44 80<br/>Fax: 96 316 44 81</p>
</div>
<div class="contacto_derecha">
<img src="images/mapa.gif" style="border: 1px solid #999;"/>
</div>
<div class="clear"></div>
<hr class="divisor"/>
<div class="contacto_izquierda">
<h3>Delegación en Murcia</h3>
<p>C/ Vicente Alexandre, nº 4 - 6º B<br/>30011 - Murcia<br/>
Teléfono: 619 75 04 63</p>
</div>
<div class="contacto_derecha">
<img src="images/mapa.gif" style="border: 1px solid #999;"/>
</div>
</div>
</div>
<div class="clear">&nbsp;</div>
<div id="pie_layout">
<div id="pie_contacto">
<div id="pie_izquierda">
<!--<h3>Delegaciones:</h3>
<p><strong>Madrid</strong> (Ver localización)<br/>
C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid<br/>
Teléfono: 91 571 33 60 | Fax: 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>
<p><strong>Castellón</strong> (Ver localización)<br/>
C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid<br/>
Teléfono: 91 571 33 60 | Fax: 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>
<p><strong>Murcia</strong> (Ver localización)<br/>
C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid<br/>
Teléfono: 91 571 33 60 | Fax: 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>-->
</div>
<div id="pie_derecha">
<p><a href=""><img width="50px" height="50px" src="images/logo-footer.gif" alt=""/></a></p>
<p><a href="">Aviso legal</a> | <a href="" title="">Política de privacidad</a></p>
<p>Diseñado por <a href="http://www.rodax-software.com" title="Rodax Software S.L.">Rodax Software S.L.</a> - 2009</p>
</div>
</div >
</div>
</body>
</html>

View File

@ -1,6 +1,8 @@
@charset "utf-8";
/* CSS Document */
@import('reset.css');
html {
background-image:url(images/fondo.gif);
@ -14,9 +16,6 @@ html {
font-style: normal;
font-variant: normal;
font-weight: normal;
}
body {
line-height: 170%;
}
@ -102,7 +101,6 @@ li {
height: 125px;
float: left;
}
#cabecera h1, #cabecera h2 {
margin: 0;
padding: 0;
@ -130,16 +128,47 @@ li {
#inicio_izquierda {
border-right: 1px solid #CCCCCC;
float: left;
padding: 0 25px 15px 25px;
width: 450px;
} * html #inicio_izquierda { display:inline; }
margin-left: 25px;
padding: 0 15px 15px 0;
width: 430px;
}
#inicio_derecha {
float: right;
padding: 0 0 0 25px;
margin-right: 25px;
padding: 0 0 15px 15px;
width: 430px;
} * html #inicio_derecha { display:inline; }
}
#servicios_izquierda {
border-right: 1px solid #CCCCCC;
float: left;
margin-left: 25px;
padding: 0 15px 15px 0;
width: 570px;
}
#servicios_derecha {
float: right;
margin-right: 25px;
padding: 0 0 15px 15px;
width: 305px;
}
.contacto_izquierda {
float: left;
margin-left: 25px;
padding: 0 15px 15px 0;
width: 305px;
}
.contacto_derecha {
float: right;
margin-right: 25px;
padding: 0 0 15px 15px;
width: 570px;
}
.clear {
clear:both;
@ -152,13 +181,12 @@ li {
background-image:url(images/fondo-pie.gif);
background-repeat:repeat-x;
background-position: top;
height: 283px;
width: 100%;
text-align: left;
color: #777;
}
#pie {
#pie, #pie_contacto {
line-height: normal;
width: 960px;
margin: 0 auto;
@ -167,51 +195,71 @@ li {
font-family: Verdana, Geneva, sans-serif;
}
#pie_contacto {
height: 150px;
}
#pie {
height: 283px;
}
#pie_izquierda {
text-align: left;
margin: 0 0 0 15px;
padding: 0;
width: 460px;
padding: 20px 0 0 0;
width: 306px;
float:left;
}
#pie_central {
text-align: left;
margin: 0 0 0 15px;
padding: 40px 0 0 0;
width: 306px;
float:left;
}
#pie_derecha {
text-align: right;
margin: 0 15px 0 0;
padding: 110px 0 0 0;
width: 420px;
float: right;
width: auto;
float:right;
}
#pie #pie_derecha {
padding: 40px 0 0 0;
}
#pie a {
color: #fff;
#pie_layout a {
color: #d0bca8;
}
#pie h3 {
#pie_layout h3 {
text-transform:none;
background: none;
margin: 0 0 10px 0;
font-size: 140%;
font-size: small;
font-weight:normal;
}
#pie strong {
font-size: 110%;
font-weight: bold;
#pie_layout strong {
font-size:x-small;
}
#pie p {
#pie_layout p {
margin: 0 0 15px 0;
padding: 0;
font-size: 75%;
font-size: x-small;
color: #ae9f89;
}
#pie a img {
border: 0px;
#pie_layout a img {
border: 0;
}
.divisor {
border: 0;
border-bottom: 1px solid #CCCCCC;

View File

@ -1,9 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!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</title>
<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"/>
</head>
@ -51,21 +50,26 @@
<div id="pie_layout">
<div id="pie">
<div id="pie_izquierda">
<h3>Delegaciones:</h3>
<p><strong>Madrid</strong> (Ver localización)<br/>
<h3>Oficinas y delegaciones:</h3>
<p><strong>Sede central en Madrid</strong> (Ver localización)<br/>
C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid<br/>
Teléfono: +34 91 571 33 60 | Fax: +34 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>
<p><strong>Castellón</strong> (Ver localización)<br/>
C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid<br/>
Teléfono: +34 91 571 33 60 | Fax: +34 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>
<p><strong>Murcia</strong> (Ver localización)<br/>
C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid<br/>
Teléfono: +34 91 571 33 60 | Fax: +34 91 571 32 60<br/>E-Mail: info@cyvacsa.es</p>
Teléfono: 91 571 33 60 | Fax: 91 571 32 60<br/>E-Mail: <a href="cyvacsa@cyvacsa.com">cyvacsa@cyvacsa.com</a></p>
<p><strong>Oficina en Castellón</strong> (Ver localización)<br/>
C/ Enmedio, nº 23 - 9º 28 | 12001 - Castellón de la Plana<br/>
Teléfono: 96 424 76 78<br/>E-Mail: <a href="castellon@cyvacsa.com">castellon@cyvacsa.com</a></p>
</div>
<div id="pie_central">
<p><strong>Oficina en Valencia</strong> (Ver localización)<br/>
Avenida del Puerto, nº 241 - 1º A | 46011 - Valencia<br/>
Teléfono: 96 316 44 80 | Fax: 96 316 44 81</p>
<p><strong>Delegación en Murcia</strong> (Ver localización)<br/>
C/ Vicente Alexandre, nº 4 - 6º B | 30011 - Murcia<br/>
Teléfono: 619 75 04 63</p>
</div>
<div id="pie_derecha">
<p><a href=""><img width="50px" height="50px" src="images/logo-footer.gif" alt=""/></a></p>
<p><a href=""><img width="50px" height="50px" src="images/logo-footer.gif" alt=""/></a></p>
<p><a href="">Aviso legal</a> | <a href="" title="">Política de privacidad</a></p>
<p>Diseñado por <a href="http://www.rodax-software.com" title="Rodax Software S.L.">Rodax Software S.L.</a> - 2009</p>
Diseñado por <a href="http://www.rodax-software.com" title="Rodax Software S.L.">Rodax Software S.L.</a> - 2009</p>
</div>
</div >
</div>