/* ------- COLORES ----------- */
/* ------------------------- */
/* ------- MEDIDAS --------- */
.medida-contenido {
  max-width: 1128px;
  margin: 0 auto;
  width: 95%;
  min-width: 730px;
}
.medida-contenido-media {
  max-width: 93%;
  margin: 0 auto;
  width: 93%;
  min-width: 93%;
}
.medida-contenido-top {
  width: 1128px;
  margin: 60px auto 50px;
}
.medida-buscador {
  width: 79%;
}
.altura-drop {
  line-height: 45px;
  height: 45px;
}
.center_absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.center_horizontal {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.close_ico:after,
.close_ico:before {
  content: '';
  position: absolute;
  width: 15px;
  top: 7px;
  right: 0;
  height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.close_ico:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close_ico:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow_bottom {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_top {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_right {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_left {
  content: "";
  display: inline-table;
  vertical-align: middle;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check_arrow {
  position: absolute;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ------------------------- */
/* ------- BORDER ---------- */
.border-content {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* ------------------------- */
/* ------- ACTIONS --------- */
.hover-btn {
  background: #7faf15;
}
.btn-claro {
  background: #90d113;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
}
.btn-claro a,
.btn-claro p,
.btn-claro span,
.btn-claro input {
  color: #ffffff;
  font-weight: bold;
}
.btn-claro:hover {
  background: #7faf15;
}
.btn-claro:hover a,
.btn-claro:hover p,
.btn-claro:hover span,
.btn-claro:hover input {
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-claro-fit {
  background: #90d113;
  color: #ffffff;
  cursor: pointer;
}
.btn-claro-fit a,
.btn-claro-fit p,
.btn-claro-fit span,
.btn-claro-fit input {
  color: #ffffff;
}
.btn-claro-fit:hover {
  background: #7faf15;
}
.btn-claro-fit:hover a,
.btn-claro-fit:hover p,
.btn-claro-fit:hover span,
.btn-claro-fit:hover input {
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-contact-fit {
  background: #fc4c02;
  color: #ffffff;
  cursor: pointer;
}
.btn-contact-fit a,
.btn-contact-fit p,
.btn-contact-fit span,
.btn-contact-fit input {
  color: #ffffff;
}
.btn-contact-fit:hover {
  background: #e84400;
}
.btn-contact-fit:hover a,
.btn-contact-fit:hover p,
.btn-contact-fit:hover span,
.btn-contact-fit:hover input {
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-statistics {
  background: #d0f087;
  border-bottom: 2px solid #198e88;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
  color: #333333;
  cursor: pointer;
  font-weight: bold;
}
.btn-statistics a,
.btn-statistics p,
.btn-statistics span,
.btn-statistics input {
  color: #333333;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
}
.btn-statistics:hover {
  background: #7faf15;
}
.btn-statistics:hover a,
.btn-statistics:hover p,
.btn-statistics:hover span,
.btn-statistics:hover input {
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-infonavit {
  background: #e1102c;
  border-bottom: 2px solid #aa2525;
  color: #ffffff;
  cursor: pointer;
}
.btn-infonavit a {
  color: #ffffff;
}
.btn-infonavit:hover {
  background: #aa2525;
  border-bottom: 2px solid #8e2121;
}
.btn-fovisste {
  background: #2b5f93;
  border-bottom: 2px solid #1d3f71;
  color: #ffffff;
  cursor: pointer;
}
.btn-fovisste a {
  color: #ffffff;
}
.btn-fovisste:hover {
  background: #1d3f71;
  border-bottom: 2px solid #19375b;
}
/* Nuevos estilos */
/* BOTONES ACTION*/
.gris-gradient {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
.negro {
  background: #3b3b3b;
  background: -moz-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #030303));
  background: -webkit-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: -o-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: -ms-linear-gradient(top, #3b3b3b 0%, #030303 100%);
  background: linear-gradient(to bottom, #3b3b3b 0%, #030303 100%);
}
.gris {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
.vd-light {
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80b214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: linear-gradient(to top, #80b214 0%, #95e111 100%);
  text-shadow: 1px 1px 1px #679910;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
}
.vd-light:hover {
  color: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
.vd-light:hover p {
  color: #333333;
}
.verde-btn {
  background: #95e111;
  background: -moz-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80b214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: linear-gradient(to top, #80b214 0%, #95e111 100%);
  text-shadow: 1px 1px 1px #679910;
}
.gris-header {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(87%, #f4f4f4), color-stop(100%, #a8a8a8));
  background: -webkit-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: -o-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: -ms-linear-gradient(top, #f4f4f4 87%, #a8a8a8 100%);
  background: linear-gradient(to bottom, #f4f4f4 87%, #a8a8a8 100%);
}
.gris-btn {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(87%, #f9f9f9), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #dadada 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #dadada 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 2px solid #c1c1c1;
}
.gray-header-search {
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
}
.vd-obs {
  background: #1ca049;
  background: -moz-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ca049), color-stop(100%, #155925));
  background: -webkit-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -o-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -ms-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: linear-gradient(to bottom, #1ca049 0%, #155925 100%);
}
.gray-header-search {
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
}
.vd-light {
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80b214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: linear-gradient(to top, #80b214 0%, #95e111 100%);
  text-shadow: 1px 1px 1px #679910;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
}
.vd-light:hover {
  color: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
  background: #7FAF15;
}
.vd-light-a {
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80b214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: linear-gradient(to top, #80b214 0%, #95e111 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
}
.vd-light-a a {
  color: #fff;
  text-shadow: 1px 1px 1px #679910;
}
.vd-light-a:hover {
  background: #7FAF15;
}
.vd-light-a:hover a,
.vd-light-a:hover span {
  color: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
}
.btn-vd-block {
  cursor: pointer;
  background: #90d113;
  color: #fff;
}
.btn-vd-block a,
.btn-vd-block span {
  color: #fff;
}
.btn-vd-block:hover {
  background: #7FAF15;
  color: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
}
.btn-vd-block:hover a,
.btn-vd-block:hover span {
  color: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
}
.vd-obs-a {
  cursor: pointer;
  background: #1ca049;
  background: -moz-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ca049), color-stop(100%, #155925));
  background: -webkit-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -o-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: -ms-linear-gradient(top, #1ca049 0%, #155925 100%);
  background: linear-gradient(to bottom, #1ca049 0%, #155925 100%);
  box-shadow: 0px 2px 0px #0E3A16;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.vd-obs-a a {
  color: #fff;
  text-shadow: 2px 2px 0 #155925;
}
.vd-obs-a:hover {
  background: #155925;
}
.vd-obs-a:hover a,
.vd-obs-a:hover span {
  color: #90d113;
}
/* SHADOWS */
.shadow-contenido {
  -moz-box-shadow: 0px 0px 4px #a9a9a9;
  -webkit-box-shadow: 0px 0px 4px #a9a9a9;
  box-shadow: 0px 0px 4px #a9a9a9;
}
.shadow-contenido-hover {
  -moz-box-shadow: 0px 0px 4px #696969;
  -webkit-box-shadow: 0px 0px 4px #696969;
  box-shadow: 0px 0px 4px #696969;
}
.shadow-img {
  -moz-box-shadow: 0px 0px 4px #a9a9a9;
  -webkit-box-shadow: 0px 0px 4px #a9a9a9;
  box-shadow: 0px 0px 4px #a9a9a9;
}
.tooltip-light {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fbfbfb;
  padding: 10px 15px;
}
.tooltip-medium {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f6f6f6;
  padding: 10px 15px;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
/* URL */
.gray_scale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  div#static_content_wrapper section.main_content {
    width: 68%;
  }
  div#static_content_wrapper aside {
    width: 30%;
    float: left;
    margin: 0 0 0 2%;
  }
  div#static_content_wrapper blockquote div.imagen img.size-img {
    width: 80%;
  }
  ul.tabs li {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  div#static_content_wrapper section.main_content {
    width: 100%;
    float: none;
  }
  div#static_content_wrapper aside {
    float: none;
  }
  section.sitemap ul.nav {
    background: none;
    border: none;
    border-radius: none;
  }
  section.sitemap ul.nav li {
    width: 47%;
    margin: 0 1% 5px;
    overflow: hidden;
    line-height: 30px;
  }
  section.sitemap ul.nav li a {
    padding: 0 4%;
    width: 92%;
    display: block;
  }
  section.sitemap ul.nav li a.active {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  div#static_content_wrapper aside {
    width: 350px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  div.header-content {
    display: none;
  }
  div.outer_general {
    padding: 0;
    margin: 0;
  }
  div.outer_general div#static_content_wrapper {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
    padding: 20px 0;
  }
  div.outer_general div#static_content_wrapper article blockquote {
    width: 96%;
    padding: 40px 2% 40px;
    border-right: 0;
    height: auto;
    border-bottom: 2px solid #e2e2e2;
  }
  div.outer_general div#static_content_wrapper article blockquote p {
    height: auto;
  }
  div.outer_general div#static_content_wrapper article blockquote.wtbordebottom {
    border-bottom: 2px solid #e2e2e2;
  }
  div.outer_general div#static_content_wrapper article blockquote:last-child {
    border-bottom: 0;
  }
  div.outer_general div#static_content_wrapper article blockquote span.seccion {
    width: 80%;
    margin: 0 auto;
  }
  div.outer_general div#static_content_wrapper div.content_page {
    margin: 0 auto;
  }
  div.outer_general div#static_content_wrapper div.content-border-trl ul {
    border: none;
  }
  div.outer_general div#static_content_wrapper div.content-border-trl ul li {
    border: 1px solid #E2E2E2;
    font-size: 1em;
    margin: 0;
    padding: 0 2%;
    color: #999999;
    text-align: center;
  }
  div.outer_general div#static_content_wrapper div.content-border-trl ul li.active {
    border: 1px solid #51AA29;
    color: #51AA29;
  }
  div.outer_general div#static_content_wrapper section.main_content div#social-media-panel {
    width: 96%;
    padding: 0 2%;
  }
  div.outer_general div#static_content_wrapper section.main_content div#social-media-panel a {
    margin: 0 15px 20px 0;
  }
  div.outer_general div#static_content_wrapper aside {
    width: 100%;
    margin: 20px 0;
  }
  div.outer_general div#static_content_wrapper aside div.message-box-contact {
    background: none;
    width: 94%;
    padding: 2% 3%;
    border-color: #D1D1D1;
  }
  div.outer_general div#static_content_wrapper aside div.message-box-contact div.title-message-box {
    background: none;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 1.6em;
  }
  div.outer_general div#static_content_wrapper aside div.message-box-contact p {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
  }
  div.outer_general div#static_content_wrapper aside div.message-box-contact a {
    background: #90d113;
    font-size: 1.2em;
    padding: 7px 0;
    line-height: initial;
    text-transform: initial;
  }
  div.outer_general div#static_content_wrapper aside div.message-box-contact a:hover {
    text-shadow: 1px 1px 0 #A7D32F;
    background: #7FAF15;
  }
  div.outer_general div#static_content_wrapper aside div#mail_contact_public {
    background: none;
    border-color: #D1D1D1;
    width: 94%;
    padding: 2% 3%;
  }
  div.outer_general div#static_content_wrapper aside div#mail_contact_public form fieldset p {
    background: none;
    text-align: left;
    color: #666666;
    text-shadow: none;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    font-size: 1.6em;
  }
  div.outer_general div#static_content_wrapper aside div#mail_contact_public form fieldset textarea,
  div.outer_general div#static_content_wrapper aside div#mail_contact_public form fieldset input {
    width: 100%;
    padding: 5px 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #D1D1D1;
    border-radius: 0;
  }
  div.outer_general div#static_content_wrapper aside div#mail_contact_public form fieldset div.contact_check_label {
    font-size: 1.1em;
  }
  div.outer_general div#static_content_wrapper aside div#mail_contact_public form fieldset div.eula {
    width: 100%;
  }
  div.outer_general div#static_content_wrapper aside div#mail_contact_public form fieldset div.login-buttons_ {
    background: #90d113;
    font-size: 1.1em;
    line-height: initial;
    text-transform: initial;
  }
  div.outer_general div#static_content_wrapper aside div#mail_contact_public form fieldset div.login-buttons_:hover {
    background: #7FAF15;
  }
  div.outer_general div#static_content_wrapper aside div#mail_contact_public form fieldset div.login-buttons_:hover input {
    text-shadow: 1px 1px 0 #A7D32F;
    color: #333333;
  }
  div.outer_general div#static_content_wrapper aside div#mail_contact_public form fieldset div.login-buttons_ input {
    border: none;
  }
  div.outer_general footer {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  div.outer_general div#static_content_wrapper div.content-border-trl ul li {
    width: 29%;
  }
}
@media screen and (min-width: 320px) and (max-width: 639px) {
  div.outer_general div#static_content_wrapper div.content-border-trl ul li {
    width: 96%;
    margin: 0 0 10px 0;
  }
  div.outer_general div#static_content_wrapper ol li p.title {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/arrow_statics.png") no-repeat right top 4px;
    line-height: initial;
    background-size: 25px;
    padding: 0 45px 0 0;
    margin: 0 10px 10px 0;
    cursor: pointer;
  }
  div.outer_general div#static_content_wrapper ol li p.title:hover {
    color: #666666;
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/arrow_statics.png") no-repeat right -91px;
    background-size: 25px;
  }
  div.outer_general div#static_content_wrapper ol li h3 {
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/arrow_statics.png") no-repeat right top 4px;
    line-height: initial;
    background-size: 25px;
    padding: 0 45px 0 0;
    margin: 0 10px 10px 0;
    color: #1CA049;
    cursor: pointer;
  }
  div.outer_general div#static_content_wrapper ol li h3:hover {
    color: #666666;
    background: url("/assets/bf27c95bd7a9410caced488633a8c656ffeeb4d2/margarita/img/Home/arrow_statics.png") no-repeat right -91px;
    background-size: 25px;
  }
  div.outer_general div#static_content_wrapper ol li:first-child p.title {
    background: none;
  }
  div.outer_general div#static_content_wrapper ol li:first-child p:hover {
    background: none;
  }
}
