body {
  background:#FFE8D8;
  font-family:Arial, Verdana, Geneva, "Times New Roman";
  font-size:11px;
  margin: 10px;
}

table {  
  font-size:11px;
  background-color:#FFE8D8;
  width: 100%;
}

th {
  text-align: center;
  background-color: #FF0000;
  color:#FFFFFF;
  border-style: solid;
  border-top-color:#666666;
  border-left-color:#666666;
  border-right-color:#000000;
  border-bottom-color:#000000;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  
}
td{
  text-align: center;
  background-color: #33ff99; /* Posible color de fondo: ccccff */
  color:#000099;
  border-style: solid;
  border-top-color:#666666;
  border-left-color:#666666;
  border-right-color:#000000;
  border-bottom-color:#000000;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

td.champion{
  text-align: center;
  background-color: #33ff99; /* Posible color de fondo: ccccff */
  color:#000099;
  border-style: solid;
  border-top-color:#666666;
  border-left-color:#666666;
  border-right-color:#000000;
  border-bottom-color:#000000;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

td.uefa{
  text-align: center;
  background-color: #00ffff; /* Posible color de fondo: ccccff */
  color:#000099;
  border-style: solid;
  border-top-color:#666666;
  border-left-color:#666666;
  border-right-color:#000000;
  border-bottom-color:#000000;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

td.recopa{
  text-align: center;
  background-color: #99ffcc; /* Posible color de fondo: ccccff */
  color:#000099;
  border-style: solid;
  border-top-color:#666666;
  border-left-color:#666666;
  border-right-color:#000000;
  border-bottom-color:#000000;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

td.supercopa{
  text-align: center;
  background-color: #ffff66; /* Posible color de fondo: ccccff */
  color:#000099;
  border-style: solid;
  border-top-color:#666666;
  border-left-color:#666666;
  border-right-color:#000000;
  border-bottom-color:#000000;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

td.ferias{
  text-align: center;
  background-color: #ffcccc; /* Posible color de fondo: ccccff */
  color:#000099;
  border-style: solid;
  border-top-color:#666666;
  border-left-color:#666666;
  border-right-color:#000000;
  border-bottom-color:#000000;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

table.letras{
  background-color:#FFE8D8
  }
  
td.letras{
  text-align: center;
  border-style: solid;
  border-width: 0px;
  background-color: transparent;
}

p.titulo {
    font-size: 35px;
	font-family: Arial, Verdana;
	color: #000099;
	text-align:left;
	text-decoration: underline;
	font-weight:bold;
	font-style:italic;
}

p.subtitulo {
    font-size: 20px;
	font-family: Arial, Verdana;
	color: #000099;
	align:left;
	text-decoration: underline;
	font-weight:bold;
	font-style:italic;
}

p {
    font-size: 11px;
	font-family: Arial, Verdana;
	color: #000099;
	text-align:left;
}

p.inicio {
    font-size: 10px;
	font-family: Arial, Verdana;
	color: #000099;
	text-align:right;
}

a:link {
	border: 0px;
	color: #000099;
	text-decoration: none;
}
a:visited {
	border: 0px;
  color: #000099;
  text-decoration: none;
}
a:hover {
	border: 0px;
  color: #FF0000;
  text-decoration: underline;
}
a:active{
	border: 0px;
  color: #000099;
	text-decoration: none;
}

img {
  border: 0px;
}

img.foto {
  border: 1px;
  border-style: solid;
  border-color: #000000;
}

div.notatitulo {
    font-size: 12px;
	font-family: Arial, Verdana;
	color: #000099;
	text-align:left;
	text-decoration: none;
	font-style:italic;
}

ul{
  color:#000099;
}
