| Línea 26: | Línea 26: | ||
   padding: 8px;  |    padding: 8px;  | ||
   font-size: 20px;  |    font-size: 20px;  | ||
| + | }  | ||
| + | |||
| + | h2{  | ||
| + |   color: #00529E;  | ||
| + |   font-size: 25px;  | ||
| + |   text-transform: uppercase;  | ||
}  | }  | ||
Revisión del 12:07 31 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;
}
h3{
  color: white;
  background-color: lightgray;
  font-weight: unset;
  padding: 8px;
  font-size: 20px;
}
h2{
  color: #00529E;
  font-size: 25px;
  text-transform: uppercase;
}
			