git-svn-id: https://192.168.0.254/svn/Proyectos.Cyvacsa_Web/trunk@9 583017cb-8bbc-4616-bb79-af8c6d247e7b
This commit is contained in:
parent
586c4ff7df
commit
59f7b9d560
@ -1,8 +1,6 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* CSS Document */
|
/* CSS Document */
|
||||||
|
|
||||||
@import('reset.css');
|
|
||||||
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-image:url(images/fondo.gif);
|
background-image:url(images/fondo.gif);
|
||||||
@ -16,6 +14,9 @@ html {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
line-height: 170%;
|
line-height: 170%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -101,6 +102,7 @@ li {
|
|||||||
height: 125px;
|
height: 125px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cabecera h1, #cabecera h2 {
|
#cabecera h1, #cabecera h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -128,47 +130,16 @@ li {
|
|||||||
#inicio_izquierda {
|
#inicio_izquierda {
|
||||||
border-right: 1px solid #CCCCCC;
|
border-right: 1px solid #CCCCCC;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 25px;
|
padding: 0 25px 15px 25px;
|
||||||
padding: 0 15px 15px 0;
|
width: 450px;
|
||||||
width: 430px;
|
} * html #inicio_izquierda { display:inline; }
|
||||||
}
|
|
||||||
|
|
||||||
#inicio_derecha {
|
#inicio_derecha {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 25px;
|
padding: 0 0 0 25px;
|
||||||
padding: 0 0 15px 15px;
|
|
||||||
width: 430px;
|
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 {
|
||||||
clear:both;
|
clear:both;
|
||||||
@ -202,14 +173,15 @@ li {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 460px;
|
width: 460px;
|
||||||
float:left;
|
float:left;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pie_derecha {
|
#pie_derecha {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin: 0 15px 0 0;
|
margin: 0 15px 0 0;
|
||||||
padding: 60px 0 0 0;
|
padding: 110px 0 0 0;
|
||||||
width: 460px;
|
width: 420px;
|
||||||
float:right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pie a {
|
#pie a {
|
||||||
@ -221,25 +193,25 @@ li {
|
|||||||
text-transform:none;
|
text-transform:none;
|
||||||
background: none;
|
background: none;
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
font-size: medium;
|
font-size: 140%;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pie strong {
|
#pie strong {
|
||||||
font-size: small;
|
font-size: 110%;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pie p {
|
#pie p {
|
||||||
margin: 0 0 15px 0;
|
margin: 0 0 15px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size:x-small;
|
font-size: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pie a img {
|
#pie a img {
|
||||||
border: 0;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.divisor {
|
.divisor {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-bottom: 1px solid #CCCCCC;
|
border-bottom: 1px solid #CCCCCC;
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>CYVACSA</title>
|
<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="estilos.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="menu.css"/>
|
<link rel="stylesheet" type="text/css" href="menu.css"/>
|
||||||
</head>
|
</head>
|
||||||
@ -51,7 +52,7 @@
|
|||||||
<div id="pie">
|
<div id="pie">
|
||||||
<div id="pie_izquierda">
|
<div id="pie_izquierda">
|
||||||
<h3>Delegaciones:</h3>
|
<h3>Delegaciones:</h3>
|
||||||
<p><strong>Madrid</strong>(Ver localización)<br/>
|
<p><strong>Madrid</strong> (Ver localización)<br/>
|
||||||
C/ Orense, 85, Esc. 4 - 4º B | 28020 - Madrid<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: +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/>
|
<p><strong>Castellón</strong> (Ver localización)<br/>
|
||||||
|
|||||||
13
src/menu.css
13
src/menu.css
@ -1,16 +1,11 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* CSS Document */
|
/* CSS Document */
|
||||||
|
|
||||||
/* CSS Document */
|
|
||||||
*{
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu{
|
#menu{
|
||||||
float:right;
|
float: right;
|
||||||
height:54px;
|
height: auto;
|
||||||
padding: 45px 0 0 0;
|
padding: 55px 0 0 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
font-family:Tahoma, Geneva, sans-serif;
|
font-family:Tahoma, Geneva, sans-serif;
|
||||||
@ -18,6 +13,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#menu ul{
|
#menu ul{
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
list-style:none;
|
list-style:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* CSS Document */
|
/* CSS Document */
|
||||||
|
|
||||||
html {
|
|
||||||
}html, body, div, span, applet, object, iframe,
|
html, body, div, span, applet, object, iframe,
|
||||||
h1, h2, h3, h4, h5, h6, p,
|
h1, h2, h3, h4, h5, h6, p,
|
||||||
blockquote, pre, a, abbr, acronym, address, big,
|
blockquote, pre, a, abbr, acronym, address, big,
|
||||||
cite, code, del, dfn, em, font, img,
|
cite, code, del, dfn, em, font, img,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user