/* Letra parrafo*/

.classname {
color: #333333;
font-family: 'Book Antiqua', 'Book Antiqua', sans-serif;
}

/* Borde tabla*/

.punteado{
  border-style: dotted;
   border-width: 1px;
   border-color: 660033;
   background-color: cc3366;
   font-family: verdana, arial;
   font-size: 10pt;
}

/* Punteado subtitulo*/

#underline {
  background: #EEE;
}
h1.underline {
  background: url(../images/h1-underline.png) bottom left no-repeat;
  font-family: 'Book Antiqua', 'Lucida Grande', sans-serif;
  font-weight: lighter;
}
#underline p {
  font-family: 'Book Antiqua', 'Lucida Grande', sans-serif;
  font-size: 0.9em;
}
