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

table {
	font-size:11px;
	background-color:#FFE8D8;
	text-align:center;
	width: 60%;


  
}

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;
  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;
	align=left;
	text-decoration: underline;
	font-weight:bold;
	font-style:italic;
}

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

div.tabla {
	text-align:center;
}

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;
}

