| Línea 4: | Línea 4: | ||
   width:100%;  |    width:100%;  | ||
   border-spacing: 0px;  |    border-spacing: 0px;  | ||
| + |   table-layout: fixed;  | ||
}  | }  | ||
table, tr{  | table, tr{  | ||
Revisión del 16:41 28 ago 2015
/* El CSS colocado en esta página será aplicado a todas las apariencias */
table {
  width:100%;
  border-spacing: 0px;
  table-layout: fixed;
}
table, tr{
  border: 2px solid #004aa1;
}
td{
  border-left: 1px solid #004AA1;
  border-right: 1px solid #004AA1;
}
th{
  text-align: center;
  background-color: #004AA1;
  color: white;
  padding: 6px;
  font-size: 25px;
}
			