<?xml version="1.0" encoding="windows-1252"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
.tabla1 {border: medium solid #00F; }
.tabla1 td {border: medium solid #000; background-color: #333333; color: #fff; }
.tabla2 {border: medium dotted #F00}
.tabla2 td {border: medium solid #000; background-color: #A3B6C4; color: #00F; font-weight:bold;}
.tabla3 {border: 0px; background-color: #A3B6C4;}
.tabla3 td {background-color: #EEE; padding: 0.5em 1em 0.5em 1em}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>Bordes</title>
</head>
<body>
<table class="tabla1">
<tr>
<td>esta es la celda 1</td>
</tr>
<tr>
<td>esta es la celda 2</td>
</tr>
</table>
<br />
<table class="tabla2">
<tr>
<td>esta es la celda 1</td>
</tr>
<tr>
<td>esta es la celda 2</td>
</tr>
</table>
<br />
<table class="tabla3">
<tr>
<td>esta es la celda 1</td>
</tr>
<tr>
<td>esta es la celda 2</td>
</tr>
</table>
</body>
</html>