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

table {  
  font-size:12px;
  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: left;
  background-color: transparent; /* Posible color de fondo: ccccff */
  color:#000099;
  border-style: none;
  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;
  padding: 5px;
}

p.titulo {
    font-size: 35px;
	font-family: Arial, Verdana;
	color: #000099;
	text-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: 1px;
  border-style: solid;
  border-color: #000000;
  text-align: left;
  vertical-align: top;
  float: left;
}

span.negrita {
  font-weight: bold;
}

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

hr {
	color: #000099;
	text-align: center;
	height: 2px;
	width: 70%;
	clear: left;
}
