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

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: 13px;
	font-family: Arial, Verdana;
	color: #000099;
	text-align:left;
}

li {
    font-size: 13px;
	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;
}

span.negrita {
  font-weight: bold;
}

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