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

table {  
  font-size:11px;
  background-color:transparent;
  width: auto; 
}


td{
  text-align: center;
  background-color: transparent;
  color:transparent;
  border-style: none
  padding:3px;
}



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;
	text-align:justify;

}

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

img {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  text-align: left;
  vertical-align: top;
  float: left;
}

img.alineaciones {
  border: 0px;
  border-style: none;
  text-align: left;
  vertical-align: top;
}

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

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