body { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px;
  background: #ffffff; color: #333333;
  margin: 0; padding: 0;
  }

table, td, th, p, blockquote, li, ol, ul, dl, dt, dd {
  font-family: Arial, Helvetica, sans-serif; font-size: 13px; 
  }

ul { 
  list-style-type: square; 
  }

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px; 
  font-weight: bold; 
  background: transparent; 
  color: #D87824; 
  }
h2, h3, h4, h5   { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  background: transparent; 
  color: #222222; 
  }

small        { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

a:link       { background: transparent; color: #990033; text-decoration: none; } 
a:visited    { background: transparent; color: #990033; text-decoration: none; } 
a:hover      { background: transparent; color: #990000; text-decoration: underline; }
a:active     { background: transparent; color: #FAA474; text-decoration: underline; } 

.black       { background: transparent; color: #000000; }
.grey        { background: transparent; color: #666666; }
.red         { background: transparent; color: #990000; }
.white       { background: transparent; color: #FFFFFF; }

.small		 { font-size: 11px; }

.ulnomargin  { margin-left: 1.25em; padding-left: 0; list-style-type: square; }

.JHAcontent {
  padding: 20px;
  background-color: #ECE7E3;
  font-size: .95em;
  line-height: 1.5em;
  position: relative;
  top: -1px;
  left: 0;
  color: #333333;
  }

.photo { 	border: 1px solid  #333333; margin: 0px 0px 10px 10px; }

#inpagelist
  {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  }
#inpagelist ul { margin-top: 2px; }
#inpagelist li 
  {
  font-size: 11px; 
  padding-left: 10px;
  background-image: url("/aguirre/assets/img/raquo.gif");
  background-repeat: no-repeat;
  background-position: 0 .5em;
  margin-bottom:3px;
  }


