/* HOJA DE ESTILOS */
.asterisco{
  color: #910000;
}
.center{
  text-align: center;
}
h1{
  color: #910000;
  font: normal normal bold 17px/27px Helvetica;
  background: transparent url("../img/sprites.png") no-repeat 6px -135px;
  margin: 6px 0 16px;
  padding-left: 16px;
  height: 15px;
  line-height: 15px;
  display: block;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
p, li{
  color: #463D24;
}
article a{
  color: #A59355;
  font-weight: bold;
}
p, label, input, select, li{
  font-size: 13px;
}
#txt{
  padding: 10px 16px;
  font-size: 12px;
}
#txt p, #txt li{
  font-size: 12px;
}
#txt ul{
  padding-left: 25px;
}
#txt li{
  padding-bottom: 10px;
}
#txt h2{
  font-size: 14px;
}