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

This commit is contained in:
David Arranz 2009-06-22 07:56:24 +00:00
parent 586c4ff7df
commit 59f7b9d560
6 changed files with 192 additions and 222 deletions

View File

@ -1,8 +1,6 @@
@charset "utf-8";
/* CSS Document */
@import('reset.css');
html {
background-image:url(images/fondo.gif);
@ -16,6 +14,9 @@ html {
font-style: normal;
font-variant: normal;
font-weight: normal;
}
body {
line-height: 170%;
}
@ -101,6 +102,7 @@ li {
height: 125px;
float: left;
}
#cabecera h1, #cabecera h2 {
margin: 0;
padding: 0;
@ -128,47 +130,16 @@ li {
#inicio_izquierda {
border-right: 1px solid #CCCCCC;
float: left;
margin-left: 25px;
padding: 0 15px 15px 0;
width: 430px;
}
padding: 0 25px 15px 25px;
width: 450px;
} * html #inicio_izquierda { display:inline; }
#inicio_derecha {
float: right;
margin-right: 25px;
padding: 0 0 15px 15px;
padding: 0 0 0 25px;
width: 430px;
}
#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;
}
} * html #inicio_derecha { display:inline; }
.clear {
clear:both;
@ -202,13 +173,14 @@ li {
padding: 0;
width: 460px;
float:left;
}
#pie_derecha {
text-align: right;
margin: 0 15px 0 0;
padding: 60px 0 0 0;
width: 460px;
padding: 110px 0 0 0;
width: 420px;
float: right;
}
@ -221,25 +193,25 @@ li {
text-transform:none;
background: none;
margin: 0 0 10px 0;
font-size: medium;
font-size: 140%;
font-weight:normal;
}
#pie strong {
font-size: small;
font-size: 110%;
font-weight: bold;
}
#pie p {
margin: 0 0 15px 0;
padding: 0;
font-size:x-small;
font-size: 75%;
}
#pie a img {
border: 0;
border: 0px;
}
.divisor {
border: 0;
border-bottom: 1px solid #CCCCCC;

View File

@ -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">
<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>

View File

@ -1,16 +1,11 @@
@charset "utf-8";
/* CSS Document */
/* CSS Document */
*{
margin:0;
padding:0;
}
#menu{
float: right;
height:54px;
padding: 45px 0 0 0;
height: auto;
padding: 55px 0 0 0;
width: auto;
line-height: normal;
font-family:Tahoma, Geneva, sans-serif;
@ -18,6 +13,8 @@
}
#menu ul{
margin:0;
padding:0;
list-style:none;
}

View File

@ -1,8 +1,8 @@
@charset "utf-8";
/* CSS Document */
html {
}html, body, div, span, applet, object, iframe,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,