/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 10 2023 | 00:13:22 */
.titular3:first-letter {
font-size: 150%;
color: red; 
font-weight: bold;
line-height: 30px;
}
h3:after {
  content: " ";
  display: block; 
  width: 100%;
  height: 1px;
  margin: 20px auto;
  border: 0;
  background: #999;
  transition:all 0.2s
}
.titular4:first-letter {
font-size: 250%;
color: #888; 
font-weight: bold;
line-height: 30px;
}
h4:after {
  content: " ";
  display: block; 
  width: 100%;
  height: 1px;
  margin: 20px auto;
  border: 0;
  background: #999;
  transition:all 0.2s
}
