#toTop{--elevator-image:url(../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
#stacks_in_1045_float {
	float:right;
	width:33%;
}
#stacks_in_1048 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_1048 .pullquote:before, #stacks_in_1048 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_1048 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_1048 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_1048 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_1048 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_1048 {
	border: solid rgba(102, 102, 102, 1.00);
	border-width: 1px 0px 1px 0px;
	margin: 8px 5px 8px 10px;
	padding: 10px 10px 10px 10px;
}

#stacks_in_1049 {
	font-size: 81%;
}
#stacks_in_94432 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_94432 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_94432 #jwresp_col2_stacks_in_94432{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_94432 #jwresp_col1_stacks_in_94432,#stacks_in_94432 #jwresp_col2_stacks_in_94432{width:100%;float:none;display:block}#stacks_in_94432 #jwresp_col1_stacks_in_94432{margin-bottom:15px}}

#stacks_out_94440 {
	margin-left:0;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_94414.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_94414.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_94414.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_94414.semantic-content:target {display: block\9;}
#popBox_stacks_in_94414.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_94414.semantic-content .popBoxHeader {
  background: #008080;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_94414.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 400px;
  
}
#popBox_stacks_in_94414.semantic-content .popBoxFooter {
  background: #008080;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}


#stacks_in_94414 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_94414 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_94414.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_94414 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_94414 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_94414 .closeIcon svg {
  font-size: 16px;
  height: 16px;
  width: 16px;
}
#popBox_stacks_in_94414 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_94414.semantic-content .widthPercentageOff .modal-inner {
    width: 700px;
    min-width: 700px;
    max-width: 700px;
  }
  #popBox_stacks_in_94414.semantic-content .widthPercentageOn .modal-inner {
    width: 50%;
    min-width: 50%;
    max-width: 800px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_94414.semantic-content .modal-content {
      height: 600px;
    }
    #popBox_stacks_in_94414.semantic-content .widthPercentageOff .modal-inner {
      width: 600px;
      min-width: 600px;
      max-width: 600px;
    }
    #popBox_stacks_in_94414.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_94414.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_94414.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_94414.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_94414 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_94414 .closeIcon img {
  display: none;
}
#popBox_stacks_in_94414 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_94414.semantic-content .modal-inner {
  border-radius: 3px
}
#popBox_stacks_in_94414.semantic-content .popBoxHeader {
  border-radius: 3px 3px 0px 0px;
}
#popBox_stacks_in_94414.semantic-content .popBoxFooter {
  border-radius: 0px 0px 3px 3px;
}
#popBox_stacks_in_94414.semantic-content .modal-inner {
  border-width: 2px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_94414 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_94414.popBoxStyleDemo .modal-content {
  height: 400px;
}
#popBox_stacks_in_94414.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_94414.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 700px;
  min-width: 700px;
  max-width: 700px;
  margin: 0 auto;
}
#popBox_stacks_in_94414.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 50%;
  min-width: 50%;
  max-width: 800px;
  margin: 0 auto;
}
#popBox_stacks_in_94414.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_94414.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_94414.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_94414.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_94414 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


#stacks_in_94423 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_94423 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_94423 #jwresp_col2_stacks_in_94423{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_94423 #jwresp_col1_stacks_in_94423,#stacks_in_94423 #jwresp_col2_stacks_in_94423{width:100%;float:none;display:block}#stacks_in_94423 #jwresp_col1_stacks_in_94423{margin-bottom:15px}}

#stacks_in_94425 {
	margin:  3px;
	padding:  3px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://nuestrasraicesri.net/rw_common/plugins/stacks/mejs-controls.svg')}.stacks_in_94428{width:100%;text-align:center;}.stacks_in_94428 div:focus{outline:none}.stacks_in_94428 .html5audio,.stacks_in_94428 audio.html5audio{outline:none;margin:0 auto;display:block;min-height:40px;width:100% !important;height:auto;}.stacks_in_94428 .html5audio.mejs-ted,.stacks_in_94428 .html5audio.mejs-wmp,.stacks_in_94428 audio.html5audio.mejs-ted,.stacks_in_94428 audio.html5audio.mejs-wmp{min-height:65px}.stacks_in_94428 button{box-shadow:none;border-width:0;border-style:none}.stacks_in_94428 .mejs__container .mejs__overlay-play,.stacks_in_94428 .mejs__container .mejs__overlay-loading{}.stacks_in_94428 .mejs__container .mejs__controls{}.stacks_in_94428 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}.stacks_in_94428 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}.stacks_in_94428 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 

#stacks_in_94428 {
	margin:  2px;
	padding:  2px;
}

#stacks_out_94428 {
	width: 200px;
}

#stacks_in_94430 {
	margin:  2px;
	padding:  2px;
}

#stacks_in_94431 {
	font-size: 78%;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_94437 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_94437 .theDivider1,
#simpleDivider_stacks_in_94437 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_94437 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_94437.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_94437.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_94437 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_94437.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_94437.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_94437.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_94437.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_2509 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_2509 .theDivider1, #simpleDivider_stacks_in_2509 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_2509 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_2509 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_94389 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_94389 .theDivider1,
#simpleDivider_stacks_in_94389 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_94389 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_94389.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_94389.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_94389 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_94389.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_94389.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_94389.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_94389.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_94444 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_94444 .theDivider1, #simpleDivider_stacks_in_94444 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_94444 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_94444 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}

#stacks_in_2507 {
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
