A pesar de haber colocado todas las capas correctamente, tanto en cabecera como en el pie tengo el problema que no desaparecen los bordes "top" y "bottom". A que se puede deber? Les adjunto copia de estilo general.css de web-ejemplo-cctw-local
*{margin:0px ; padding:0px ; border:0px}
body {text-align: center}
#global {width:800px ; margin:4px auto}
#curva-superior { background-image: url(objetos/curva-superior.gif) ;
background-repeat: no-repeat ;
width: 800px ;
height: 12px ;
overflow: hidden }
#cabecera {background-color: white ; border right: black 1px solid ; border left: black 1px solid}
#navegacion {background-color: grey ; border: black 1px solid}
#contenido {background-color: orange ; border: black 1px solid}
#contenido p {padding: 5px 10px 5px 10px ; text-indent: 15px}
#menu {background-color: yellow ; width: 150px ; float: left ; text-align:left ; margin:3px 10px 3px 3px}
#menu li {list-style:none ; margin: 4px 0px 4px 6px}
a {color: brown ; text-decoration:none ; display: block}
a:link {}
a:visited {}
a:hover {color:red ; text-decoration:underline ; background-color:silver}
a:active {}
p {text-align: justify}
h1 {font-size: 1.2em ; color:blue ; text-decoration: underline ; font-weight: bold}
h2 {font-size: 1.1em ; color:blue ; text-decoration: none ; font-weight: bold}
#pie {background-color: white ; border top: black 1px solid ; border right: black 1px solid ; border left: black 1px solid}
#curva-inferior {background-image: url(objetos/curva-inferior.gif) ;
background-repeat: no-repeat ;
width: 800px ;
height: 12px ;
overflow: hidden}
Agradecido por la atención...
*{margin:0px ; padding:0px ; border:0px}
body {text-align: center}
#global {width:800px ; margin:4px auto}
#curva-superior { background-image: url(objetos/curva-superior.gif) ;
background-repeat: no-repeat ;
width: 800px ;
height: 12px ;
overflow: hidden }
#cabecera {background-color: white ; border right: black 1px solid ; border left: black 1px solid}
#navegacion {background-color: grey ; border: black 1px solid}
#contenido {background-color: orange ; border: black 1px solid}
#contenido p {padding: 5px 10px 5px 10px ; text-indent: 15px}
#menu {background-color: yellow ; width: 150px ; float: left ; text-align:left ; margin:3px 10px 3px 3px}
#menu li {list-style:none ; margin: 4px 0px 4px 6px}
a {color: brown ; text-decoration:none ; display: block}
a:link {}
a:visited {}
a:hover {color:red ; text-decoration:underline ; background-color:silver}
a:active {}
p {text-align: justify}
h1 {font-size: 1.2em ; color:blue ; text-decoration: underline ; font-weight: bold}
h2 {font-size: 1.1em ; color:blue ; text-decoration: none ; font-weight: bold}
#pie {background-color: white ; border top: black 1px solid ; border right: black 1px solid ; border left: black 1px solid}
#curva-inferior {background-image: url(objetos/curva-inferior.gif) ;
background-repeat: no-repeat ;
width: 800px ;
height: 12px ;
overflow: hidden}
Agradecido por la atención...