/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 28 2024 | 18:02:36 */
.su-quote-style-default {
  position:relative;
  margin-bottom:1.5em;
  padding:.5em 3em;
  font-style:italic;
}
.su-quote-style-default:after,
.su-quote-style-default:before {
  position:absolute;
  display:block;
  width:20px;
  height:20px;
  background-image:url(https://www.oaxaca.gob.mx/semovi/wp-content/uploads/sites/34/2024/10/quote.png);
  content:''
}
.su-quote-style-default:before {
  top:0;
  left:0;
  background-position:0 0
}
.su-quote-style-default:after {
  right:0;
  bottom:0;
  background-position:-20px 0
}
.su-quote-style-default .su-quote-cite {
  display:block;
  text-align:right;
  font-style:normal
}
.su-quote-style-default .su-quote-cite:before {
  content:'\2014\0000a0'
}
.su-quote-style-default .su-quote-cite a {
  text-decoration:underline
}
.su-heading-style-default {
	padding: 2px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.su-heading.su-heading-align-center {
	text-align: center;
}
.su-heading-style-default .su-heading-inner {
	padding: 1em .5em;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}