.myHeader01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	border:double;
	border-color:#CCFF66;
	color:#FFFFFF;
	background-color:#006600;
}
p {
 font: 11px Arial, Helvetica, sans-serif;
 color: #333333;
 text-align: justify;
}
.centrado {
 font: 11px Arial, Helvetica, sans-serif;
 color: #333333;
 text-align: center;
}
h1 {
 font: 12px Arial, Helvetica, sans-serif;
 color: #333333;
 text-align: justify;
 	font-weight: bold;
}
li {
 font: 11px Arial, Helvetica, sans-serif;
 color: #333333;
 text-align: left;
}
.bulletrojo {
 font: 11px Arial, Helvetica, sans-serif;
 color: #993300;
  text-align: left;
}
b {
	color: #993300;
	font-weight: bold;
}
strong {
	color: #993300;
	font-weight: bold;
}
a:hover { color:#333333; text-transform: none;}