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

p.titulo {
    font-size: 25px;
	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;
}

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

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

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;
  margin-right: 25px;
}

span.negrita {
  font-weight: bold;
}

p.subtitulo {
    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;
}