.story_editor table,
.story_editor dl,
.story_editor blockquote,
.story_editor pre,
.story_editor h1,
.story_editor h2,
.story_editor h3,
.story_editor h4,
.story_editor h5,
.story_editor h6 {
    font-family: 'Lora', sans-serif;
}
.story_editor code,
.story_editor pre {
    font-family: Menlo, Monaco, monospace, sans-serif;
}
.story_editor div,
.story_editor table,
.story_editor dl,
.story_editor blockquote,
.story_editor pre {
}
.story_editor a {
    color: #E83E58;
    text-decoration: none;
    border-bottom: #E83E58 1px dotted;
}
.story_editor .redactor_placeholder {
    color: #999 !important;
    display: block !important;
}
/*
	TYPOGRAPHY
*/
.story_editor div,
.story_editor p,
.story_editor ul,
.story_editor ol,
.story_editor table,
.story_editor dl,
.story_editor pre {
    margin: 0;
  /*  margin-bottom: 10px !important; */
    border: none;
    background: none;
    box-shadow: none;
}
.story_editor iframe,
.story_editor object,
.story_editor hr {
    margin-bottom: 15px;
}
.story_editor ul,
.story_editor ol {
    padding-left: 2em;
}
.story_editor ul ul,
.story_editor ol ol,
.story_editor ul ol,
.story_editor ol ul {
    margin: 2px;
    padding: 0;
    padding-left: 2em;
    border: none;
}
.story_editor dl dt {
    font-weight: bold;
}
.story_editor dd {
    margin-left: 1em;
}
.story_editor table {
    border-collapse: collapse;
}
.story_editor table td {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
}
.story_editor table thead td {
    border-bottom: 2px solid #000;
    font-weight: bold;
}
.story_editor code {
    background-color: #d8d7d7;
}
.story_editor pre {
    overflow: auto;
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f8f8f8;
    white-space: pre;
    font-size: 90%;
}
.story_editor hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}
/*
	HEADERS
*/
.story_editor h1,
.story_editor h2,
.story_editor h3,
.story_editor h4,
.story_editor h5,
.story_editor h6 {
    margin-top: 0;
    padding: 0;
    background: none;
    color: #444444;
    font-weight: bold;
}
.story_editor h1 {
    font-size: 36px;
    line-height: 1.111em;
    margin-bottom: .15em;
}
.story_editor h2 {
    font-size: 30px;
    line-height: 1.111em;
    margin-bottom: .25em;
}
.story_editor h3 {
    font-size: 24px;
    line-height: 1.333em;
    margin-bottom: .2em;
}
.story_editor h4 {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: .2em;
}
.story_editor h5 {
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: .25em;
}
.story_editor h6 {
    font-size: .8em;
    line-height: 1.6em;
    text-transform: uppercase;
    margin-bottom: .3em;
}


.story_editor p,
.story_editor ul,
.story_editor ol {
    color: #000000;
    font-family: 'Martel', serif;
    font-size: 16.7px;
    line-height: 28px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.story_editor blockquote {
	background-image: url("../../images/showid/900591"); 
    background-repeat:no-repeat; 
    background-position: left top;
	width: 43%;
    position: relative;
	font-family: 'Raleway',Helvetica,sans-serif;
    text-indent: 22px;
    font-style: italic;
    font-weight: 600;
    font-size: 1.5em;
    color: #F10D30;
    margin-bottom: 1.2rem;
    padding-top: 0.5rem;
    position: relative;
    padding-left: 30px;
    padding-right: 8px;
    float: right;
    margin-left:4%;
}
.story_editor blockquote:before {
    background: #000;
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.story_editor figure {
}

.story_editor figcaption{
    text-align: right;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    border-bottom:#b2b2b2 1px dotted;
    color: #737373;
    font-family: Arial, Verdana;
    font-size: 12px;
}
.story_editor figcaption .caption-summary{
}
.story_editor figcaption .caption-summary:after {
    content: " | ";
}
.story_editor figcaption .caption-credit{
    font-weight: bold;
    font-family: Arial, Verdana;
    font-size: 12px;
    text-indent: 5px;
    color: #999;
}


/** -------------- margenes responsive CUIDADOOOOO ------------------ */

@media only screen and (max-width:48em) {
  .story_editor blockquote {
      width: 98%;
      float: none;
      margin-left:1%;
  }
}

/** -------------- FIN margenes responsive CUIDADOOOOO ------------------ */