Ver Mensaje Individual
  #16 (permalink)  
Antiguo 17/06/2005, 12:05
Snake nS
 
Fecha de Ingreso: diciembre-2004
Ubicación: Cordoba - Argentina
Mensajes: 503
Antigüedad: 19 años, 4 meses
Puntos: 1
Código:
<!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=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
<link href="estilos.css" rel="stylesheet" type="text/css" />
</head>

<body>
<table border="0" cellpadding="0" cellspacing="0" class="pagina">
  <tr>
    <td valign="top"><table width="779" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="arriba1"><img src="../Images/transparente.gif" width="25" height="15" /></td>
      </tr>
      <tr>
        <td class="arriba2"></td>
      </tr>
    </table>
      <table width="779" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td class="menuhorisontal"></td>
          <td class="menuhorisontalcuadradito"></td>
          <td class="horisontal2"></td>
        </tr>
      </table>      
      <table width="779" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td class="arriba3"><img src="../Images/spacer.gif" width="1" height="1" /></td>
        </tr>
      </table>      
      <table border="0" cellpadding="0" cellspacing="0" class="tablacontiene">
        <tr>
          <td height="19" class="nacemenu"><img src="../Images/transparente.gif" width="1" height="19" /></td>
          <td class="barratemas"><img src="../Images/transparente.gif" width="25" height="15" /></td>
        </tr>
      </table>      
      <table border="0" cellpadding="0" cellspacing="0" class="tablacontiene2">
        <tr>
          <td class="menulateral"></td>
          <td valign="top" class="celdacontenido">&nbsp;</td>
        </tr>
      </table>      
      <table width="779" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td class="piedepagina"></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>
Código:
    body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	}
	/* Tabla Contenedora del sitio*/
    .pagina {
	margin:auto;
    width:779px;
    }
    /* Cabesera*/
	.arriba1 {
	background-image: url(../Images/design_01.gif);
    }
    .arriba2 {
	background-image: url(../Images/design_02.gif);
	height:59px;
    }
	/* Menu Horisontal*/
    .menuhorisontal {
	background-image: url(../Images/Design2-remix_02.gif);
	width:122px;
	height:24px;
    }
    .menuhorisontalcuadradito {
	background-image: url(../Images/Design2-remix_03.gif);
	width:17px;
    }
    .horisontal2 {
	background-image: url(../Images/Desing2-remix_04.gif);
	width:638px;
    }
	/* Debajo de menu horisontal*/
    .arriba3 {
	background-image: url(../Images/design_12.gif);
	height:9px;
    }
	/* La siguiente tabla contiene a las celdas "nacemenu" y "barratemas"*/
	.tablacontiene {
    width:779px;
	height:19px;
    }
    .nacemenu {
	background-image: url(../Images/design-2_02.gif);
	width:140px;
	height:19px;
	}
    .barratemas {
	background-image: url(../Images/barra-temas.gif);
    }
	/* La siguiente tabla contiene a las celdas "menulateral" y "celdacontenido"*/
	.tablacontiene2 {
	width:779px;
	height:447px;
    }
    .menulateral {
	background-image: url(../Images/design-2_04.gif);
	width:140px;
	height:447px;
    }
    /* Celda de contenido principal*/
    .celdacontenido {
	background-color: #A3A3A3;
    /* Pie de pagina - Footer*/
    }
    .piedepagina {
	background-image: url(../Images/design_18.gif);
	width:779px;
	height:27px;
    }
    .tabla-arriba1-2 {
    border-spacing:0;
    padding:0;
    border-style:0;
    }