Me temo que sigue el problema. Os pego los cambios:
Código HTML:
<html>
<head>
<link rel=StyleSheet HREF="3.css" TYPE="text/css"/>
<!--<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">-->
<!--<script language="javascript" src="2.js"></script>-->
<title>agr</title>
</head>
<body topmargin="0" bgcolor="#000000">
<center>
<table id="principal" width="800" style:"height=100%" cellpadding="0" cellspacing="0">
<!-- CABECERA-->
<tr style:"height=20%">
<td id="celda_cabecera" width="800" colspan="2">
<img id="imgCabecera" src="Cabecera3.jpg" width="100%" style:"height=100%">
</td>
</tr>
<!-- CUERPO-->
<tr style:"height=80%">
<td width="520" bgcolor="#666666">
<img id="imgCuerpo" src="Noe9.jpg" width="100%" style:"height=100%">
</td>
<td id="celda_contenido" width="280" valign="top" bgcolor="#003366">
<div width="100%" id="presentacion">
<font size="2" Face="forte,Comic Sans MS" color="#FFFFFF">
<br>
Todo pasa y todo queda,<br>
pero lo nuestro es pasar,<br>
pasar haciendo caminos,<br>
caminos sobre el mar.<br><br>
Nunca persequí la gloria,<br>
ni dejar en la memoria<br>
de los hombres mi canción;<br>
yo amo los mundos sutiles,<br>
ingrávidos y gentiles,<br>
como pompas de jabón.<br><br>
Me gusta verlos pintarse<br>
de sol y grana, volar<br>
bajo el cielo azul, temblar<br>
súbitamente y quebrarse...<br><br>
Nunca perseguí la gloria.<br><br>
Caminante, son tus huellas<br>
el camino y nada más;<br>
caminante, no hay camino,<br>
se hace camino al andar.<br><br>
Al andar se hace camino<br>
y al volver la vista atrás<br>
se ve la senda que nunca<br>
se ha de volver a pisar.<br><br>
Caminante no hay camino<br>
sino estelas en la mar...<br><br>
Hace algún tiempo en ese lugar<br>
donde hoy los bosques se visten de espinos<br>
se oyó la voz de un poeta gritar<br>
"Caminante no hay camino,<br>
se hace camino al andar..."<br><br>
Golpe a golpe, verso a verso...<br>
Murió el poeta lejos del hogar.<br>
Le cubre el polvo de un país vecino.<br>
Al alejarse le vieron llorar.<br>
"Caminante no hay camino,<br>
se hace camino al andar..."<br>
</font>
</div>
<div id="pie"><center>
<font color="#FFFFFF" size="2">
pitopitogorgorito
<a href="#">Cómo llegar</a>
<a href="mailto:[email protected]">Contacto</a>
</font>
</center>
</div>
</td>
</tr>
</table>
</center>
</body>
</html>
y el CSS:
Código HTML:
@charset "utf-8";
/* CSS Document */
body, html {
height: 100%;
}
#principal{
border:1px solid #FFFFFF;
}
#presentacion{
overflow:auto;
margin-left:10px;
margin-top:10px;
height:80%;
vertical-align:top;
border-bottom:1px solid #FFFFFF;
}
#pìe{
margin-top:10px;
margin-left:10px;
margin-right:5px;
height:20%;
}
#celda_contenido{
border-left:1px solid #FFFFFF;
}
#celda_cabecera{
border-bottom:1px solid #000000;
}