/*
VORKNEWS "2016"
*/
.bgsecundario_op {
  background-color: #000;
  background: rgba(255, 255, 255, 0.75);
}
.hover_menu:hover,
.hover_menu.active {
  background-color: #FA8E13;
}
/*
Color Principal
Color Secundario (por lo general negro o gris)
Color Body
Color Caja
Color Titulos Noticias
Color Títulos de Noticias Superdestacadas
Color Bajada
Color Texto

*/
.cprincipal,
.cprincipal-hover:hover {
  color: #FA8E13;
}
.csecundario,
.csecundario-hover:hover {
  color: #000;
}
.cbody,
.cbody-hover:hover {
  color: #FFF;
}
.ccaja,
.ccaja-hover:hover {
  color: #FFF;
}
.ctitle,
.ctitle-hover:hover {
  color: #58595b;
}
.ctitle_superdestacada,
.ctitle_superdestacada-hover:hover {
  color: #FFF;
}
.cbajada,
.cbajada-hover:hover {
  color: #444041;
}
.ctext,
.ctext-hover:hover {
  color: #676767;
}
.ctextlight,
.ctextlight-hover:hover {
  color: #bbbdbf;
}
.cblack,
.cblack-hover:hover {
  color: black;
}
.cwhite,
.cwhite-hover:hover {
  color: white;
}
.cgrey,
.cgrey-hover:hover {
  color: #404041;
}
.clightgrey,
.clightgrey-hover:hover {
  color: #6d6e70;
}
.ci {
  color: inherit;
}
.bdprincipal,
.bdprincipal-hover:hover {
  border: 1px solid #FA8E13;
}
.bdsecundario,
.bdsecundario-hover:hover {
  border: 1px solid #000;
}
.bdbody {
  border: 1px solid #FFF;
}
.bdcaja {
  border: 1px solid #FFF;
}
.bdtitle {
  border: 1px solid #58595b;
}
.bdtitle_superdestacadas {
  border: 1px solid #FFF;
}
.bdbajada,
.bdbajada-hover:hover {
  border: 1px solid #444041;
}
.bdtext,
.bdtext-hover:hover {
  border: 1px solid #676767;
}
.bdtextlight,
.bdtextlight-hover:hover {
  border: 1px solid #bbbdbf;
}
.bdblack,
.bdblack-hover:hover {
  border: 1px solid black;
}
.bdwhite,
.bdwhite-hover:hover {
  border: 1px solid white;
}
.bgprincipal,
.bgprincipal-hover:hover {
  background-color: #FA8E13;
}
.bgsecundario,
.bgsecundario-hover:hover {
  background-color: #000;
}
.bgbody,
.bgbody-hover:hover {
  background-color: #FFF;
}
.bgcaja,
.bgcaja-hover:hover {
  background-color: #FFF;
}
.bgtitle,
.bgtitle-hover:hover {
  background-color: #58595b;
}
.bgtitle_superdestacadas,
.bgtitle_superdestacadas-hover:hover {
  background-color: #FFF;
}
.bgbajada,
.bgbajada-hover:hover {
  background-color: #444041;
}
.bgtext,
.bgtext-hover:hover {
  background-color: #676767;
}
.bgtextlight,
.bgtextlight-hover:hover {
  background-color: #bbbdbf;
}
.bgblack,
.bgblack-hover:hover {
  background-color: black;
}
.bgwhite,
.bgwhite-hover:hover {
  background-color: white;
}
.bgicon,
.bgicon-hover:hover {
  background-color: #9b9c9e;
}
.lsn {
  list-style: none;
}
.bgprincipal-op85 {
  background-color: #FA8E13;
  background: rgba(255, 123, 13, 0.85);
}
.arial {
  font-family: arial, sans-serif;
}
html {
  font-family: arial, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
article img {
  width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*grid generator*/
/*Transitions*/
.trs {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*Opacity*/
/*clearfix*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.bgrn {
  background-repeat: no-repeat;
}
.bgct {
  background-position: center top;
}
.op0 {
  filter: alpha(opacity=0);
  opacity: 0;
}
.op1 {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cok {
  color: #468847;
}
.bgok {
  background: #DFF0D8;
}
.bdok {
  border: 1px solid #D6E9C6;
}
.ok {
  color: #468847;
  background: #DFF0D8;
  border: 1px solid #D6E9C6;
}
.cerror {
  color: #C7254E;
}
.bgerror {
  background: #FF9999;
}
.bderror {
  border: 1px solid #DFB5B4;
}
.error {
  color: #C7254E;
  background: #FF9999;
  border: 1px solid #DFB5B4;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  line-height: 24px;
  color: #676767;
}
a {
  color: #FA8E13;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
figure {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 24px;
  font-weight: normal;
}
ul,
ol {
  padding: 0;
}
ul ul,
ol ol {
  padding-left: 1.694%;
}
img {
  vertical-align: middle;
}
hr {
  margin: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(103, 103, 103, 0.5);
}
input,
textarea,
select {
  background-color: #FFF;
  color: #676767;
  border: 0;
  width: 100%;
  padding: 1.694%;
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid rgba(103, 103, 103, 0.5);
}
::-moz-selection,
::selection {
  background: #137ffa;
  text-shadow: none;
}
.fz10 {
  font-size: 10px;
}
.fz11 {
  font-size: 11px;
}
.fz12 {
  font-size: 12px;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz17 {
  font-size: 17px;
}
.fz18 {
  font-size: 18px;
}
.fz19 {
  font-size: 19px;
}
.fz20 {
  font-size: 20px;
}
.fz21 {
  font-size: 21px;
}
.fz22 {
  font-size: 22px;
}
.fz23 {
  font-size: 23px;
}
.fz24 {
  font-size: 24px;
}
.fz25 {
  font-size: 25px;
}
.fz26 {
  font-size: 26px;
}
.fz27 {
  font-size: 27px;
}
.fz28 {
  font-size: 28px;
}
.fz29 {
  font-size: 29px;
}
.fz30 {
  font-size: 30px;
}
.fz31 {
  font-size: 31px;
}
.fz32 {
  font-size: 32px;
}
.fz33 {
  font-size: 33px;
}
.fz34 {
  font-size: 34px;
}
.fz35 {
  font-size: 35px;
}
.fz36 {
  font-size: 36px;
}
.fz37 {
  font-size: 37px;
}
.fz38 {
  font-size: 38px;
}
.fz39 {
  font-size: 39px;
}
.fz40 {
  font-size: 40px;
}
.fz41 {
  font-size: 41px;
}
.fz42 {
  font-size: 42px;
}
.fz43 {
  font-size: 43px;
}
.fz44 {
  font-size: 44px;
}
.fz45 {
  font-size: 45px;
}
.fz46 {
  font-size: 46px;
}
.fz47 {
  font-size: 47px;
}
.fz48 {
  font-size: 48px;
}
.fz49 {
  font-size: 49px;
}
.fz50 {
  font-size: 50px;
}
.fz51 {
  font-size: 51px;
}
.fz52 {
  font-size: 52px;
}
.fz53 {
  font-size: 53px;
}
.lh0 {
  line-height: 0;
}
.lh10 {
  line-height: 10px;
}
.lh11 {
  line-height: 11px;
}
.lh12 {
  line-height: 12px;
}
.lh13 {
  line-height: 13px;
}
.lh14 {
  line-height: 14px;
}
.lh15 {
  line-height: 15px;
}
.lh16 {
  line-height: 16px;
}
.lh17 {
  line-height: 17px;
}
.lh18 {
  line-height: 18px;
}
.lh19 {
  line-height: 19px;
}
.lh20 {
  line-height: 20px;
}
.lh21 {
  line-height: 21px;
}
.lh22 {
  line-height: 22px;
}
.lh23 {
  line-height: 23px;
}
.lh24 {
  line-height: 24px;
}
.lh25 {
  line-height: 25px;
}
.lh26 {
  line-height: 26px;
}
.lh27 {
  line-height: 27px;
}
.lh28 {
  line-height: 28px;
}
.lh29 {
  line-height: 29px;
}
.lh30 {
  line-height: 30px;
}
.lh31 {
  line-height: 31px;
}
.lh32 {
  line-height: 32px;
}
.lh33 {
  line-height: 33px;
}
.lh34 {
  line-height: 34px;
}
.lh35 {
  line-height: 35px;
}
.lh36 {
  line-height: 36px;
}
.lh37 {
  line-height: 37px;
}
.lh38 {
  line-height: 38px;
}
.lh39 {
  line-height: 39px;
}
.lh40 {
  line-height: 40px;
}
.lh41 {
  line-height: 41px;
}
.lh42 {
  line-height: 42px;
}
.lh43 {
  line-height: 43px;
}
.lh44 {
  line-height: 44px;
}
.lh45 {
  line-height: 45px;
}
.lh46 {
  line-height: 46px;
}
.lh47 {
  line-height: 47px;
}
.lh48 {
  line-height: 48px;
}
.lh49 {
  line-height: 49px;
}
.lh50 {
  line-height: 50px;
}
.lh51 {
  line-height: 51px;
}
.lh52 {
  line-height: 52px;
}
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw700 {
  font-weight: 700;
}
.fw900 {
  font-weight: 900;
}
.tdn {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.h_tdu:hover {
  text-decoration: underline;
}
.ttu {
  text-transform: uppercase;
}
.ttl {
  text-transform: lowercase;
}
.ttc {
  text-transform: capitalize;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.tac {
  text-align: center;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.wsn {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.middle_magic {
  height: inherit;
}
.middle_magic:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.35em;
  /* Adjusts for spacing */
}
.middle_magic > * {
  display: inline-block;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.di {
  display: inline;
}
.dn {
  display: none;
}
.dt {
  display: table;
}
.dtc {
  display: table-cell;
}
.bzcb {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.cll {
  clear: left;
}
.clear {
  clear: both;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.posf {
  position: fixed;
}
.top {
  top: 0;
}
.bottom {
  bottom: 0;
}
.right {
  right: 0;
}
.left {
  left: 0;
}
.z9 {
  z-index: 9;
}
.z99 {
  z-index: 99;
}
.z999 {
  z-index: 999;
}
.z9999 {
  z-index: 9999;
}
.w100p {
  width: 100%;
}
.w75p {
  width: 75%;
}
.w50p {
  width: 50%;
}
.w25p {
  width: 25%;
}
.h100p {
  height: 100%;
}
.auto {
  margin: 0 auto;
}
.m0 {
  margin: 0;
}
.m {
  margin: 1.694%;
}
.m1 {
  margin: 1px;
}
.m2 {
  margin: 2px;
}
.m3 {
  margin: 3px;
}
.m4 {
  margin: 4px;
}
.m5 {
  margin: 5px;
}
.m6 {
  margin: 6px;
}
.m7 {
  margin: 7px;
}
.m8 {
  margin: 8px;
}
.m9 {
  margin: 9px;
}
.m10 {
  margin: 10px;
}
.m11 {
  margin: 11px;
}
.m12 {
  margin: 12px;
}
.m13 {
  margin: 13px;
}
.m14 {
  margin: 14px;
}
.m15 {
  margin: 15px;
}
.m16 {
  margin: 16px;
}
.m17 {
  margin: 17px;
}
.m18 {
  margin: 18px;
}
.m19 {
  margin: 19px;
}
.m20 {
  margin: 20px;
}
.m21 {
  margin: 21px;
}
.m22 {
  margin: 22px;
}
.m23 {
  margin: 23px;
}
.m24 {
  margin: 24px;
}
.m25 {
  margin: 25px;
}
.m26 {
  margin: 26px;
}
.m27 {
  margin: 27px;
}
.m28 {
  margin: 28px;
}
.m29 {
  margin: 29px;
}
.m30 {
  margin: 30px;
}
.m31 {
  margin: 31px;
}
.m32 {
  margin: 32px;
}
.m33 {
  margin: 33px;
}
.m34 {
  margin: 34px;
}
.m35 {
  margin: 35px;
}
.m36 {
  margin: 36px;
}
.m37 {
  margin: 37px;
}
.m38 {
  margin: 38px;
}
.m39 {
  margin: 39px;
}
.m40 {
  margin: 40px;
}
.m41 {
  margin: 41px;
}
.m42 {
  margin: 42px;
}
.m43 {
  margin: 43px;
}
.m44 {
  margin: 44px;
}
.m45 {
  margin: 45px;
}
.m46 {
  margin: 46px;
}
.m47 {
  margin: 47px;
}
.m48 {
  margin: 48px;
}
.m49 {
  margin: 49px;
}
.m50 {
  margin: 50px;
}
.m51 {
  margin: 51px;
}
.mt0 {
  margin-top: 0;
}
.mt {
  margin-top: 1.694%;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mt7 {
  margin-top: 7px;
}
.mt8 {
  margin-top: 8px;
}
.mt9 {
  margin-top: 9px;
}
.mt10 {
  margin-top: 10px;
}
.mt11 {
  margin-top: 11px;
}
.mt12 {
  margin-top: 12px;
}
.mt13 {
  margin-top: 13px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt16 {
  margin-top: 16px;
}
.mt17 {
  margin-top: 17px;
}
.mt18 {
  margin-top: 18px;
}
.mt19 {
  margin-top: 19px;
}
.mt20 {
  margin-top: 20px;
}
.mt21 {
  margin-top: 21px;
}
.mt22 {
  margin-top: 22px;
}
.mt23 {
  margin-top: 23px;
}
.mt24 {
  margin-top: 24px;
}
.mt25 {
  margin-top: 25px;
}
.mt26 {
  margin-top: 26px;
}
.mt27 {
  margin-top: 27px;
}
.mt28 {
  margin-top: 28px;
}
.mt29 {
  margin-top: 29px;
}
.mt30 {
  margin-top: 30px;
}
.mt31 {
  margin-top: 31px;
}
.mt32 {
  margin-top: 32px;
}
.mt33 {
  margin-top: 33px;
}
.mt34 {
  margin-top: 34px;
}
.mt35 {
  margin-top: 35px;
}
.mt36 {
  margin-top: 36px;
}
.mt37 {
  margin-top: 37px;
}
.mt38 {
  margin-top: 38px;
}
.mt39 {
  margin-top: 39px;
}
.mt40 {
  margin-top: 40px;
}
.mt41 {
  margin-top: 41px;
}
.mt42 {
  margin-top: 42px;
}
.mt43 {
  margin-top: 43px;
}
.mt44 {
  margin-top: 44px;
}
.mt45 {
  margin-top: 45px;
}
.mt46 {
  margin-top: 46px;
}
.mt47 {
  margin-top: 47px;
}
.mt48 {
  margin-top: 48px;
}
.mt49 {
  margin-top: 49px;
}
.mt50 {
  margin-top: 50px;
}
.mt51 {
  margin-top: 51px;
}
.mb0 {
  margin-bottom: 0;
}
.mb {
  margin-bottom: 1.694%;
}
.mb1 {
  margin-bottom: 1px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb6 {
  margin-bottom: 6px;
}
.mb7 {
  margin-bottom: 7px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb9 {
  margin-bottom: 9px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb11 {
  margin-bottom: 11px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb13 {
  margin-bottom: 13px;
}
.mb14 {
  margin-bottom: 14px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb17 {
  margin-bottom: 17px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb19 {
  margin-bottom: 19px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb21 {
  margin-bottom: 21px;
}
.mb22 {
  margin-bottom: 22px;
}
.mb23 {
  margin-bottom: 23px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb26 {
  margin-bottom: 26px;
}
.mb27 {
  margin-bottom: 27px;
}
.mb28 {
  margin-bottom: 28px;
}
.mb29 {
  margin-bottom: 29px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb31 {
  margin-bottom: 31px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb33 {
  margin-bottom: 33px;
}
.mb34 {
  margin-bottom: 34px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb36 {
  margin-bottom: 36px;
}
.mb37 {
  margin-bottom: 37px;
}
.mb38 {
  margin-bottom: 38px;
}
.mb39 {
  margin-bottom: 39px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb41 {
  margin-bottom: 41px;
}
.mb42 {
  margin-bottom: 42px;
}
.mb43 {
  margin-bottom: 43px;
}
.mb44 {
  margin-bottom: 44px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb46 {
  margin-bottom: 46px;
}
.mb47 {
  margin-bottom: 47px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb49 {
  margin-bottom: 49px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb51 {
  margin-bottom: 51px;
}
.mr0 {
  margin-right: 0;
}
.mr {
  margin-right: 1.694%;
}
.mr1 {
  margin-right: 1px;
}
.mr2 {
  margin-right: 2px;
}
.mr3 {
  margin-right: 3px;
}
.mr4 {
  margin-right: 4px;
}
.mr5 {
  margin-right: 5px;
}
.mr6 {
  margin-right: 6px;
}
.mr7 {
  margin-right: 7px;
}
.mr8 {
  margin-right: 8px;
}
.mr9 {
  margin-right: 9px;
}
.mr10 {
  margin-right: 10px;
}
.mr11 {
  margin-right: 11px;
}
.mr12 {
  margin-right: 12px;
}
.mr13 {
  margin-right: 13px;
}
.mr14 {
  margin-right: 14px;
}
.mr15 {
  margin-right: 15px;
}
.mr16 {
  margin-right: 16px;
}
.mr17 {
  margin-right: 17px;
}
.mr18 {
  margin-right: 18px;
}
.mr19 {
  margin-right: 19px;
}
.mr20 {
  margin-right: 20px;
}
.mr21 {
  margin-right: 21px;
}
.mr22 {
  margin-right: 22px;
}
.mr23 {
  margin-right: 23px;
}
.mr24 {
  margin-right: 24px;
}
.mr25 {
  margin-right: 25px;
}
.mr26 {
  margin-right: 26px;
}
.mr27 {
  margin-right: 27px;
}
.mr28 {
  margin-right: 28px;
}
.mr29 {
  margin-right: 29px;
}
.mr30 {
  margin-right: 30px;
}
.mr31 {
  margin-right: 31px;
}
.mr32 {
  margin-right: 32px;
}
.mr33 {
  margin-right: 33px;
}
.mr34 {
  margin-right: 34px;
}
.mr35 {
  margin-right: 35px;
}
.mr36 {
  margin-right: 36px;
}
.mr37 {
  margin-right: 37px;
}
.mr38 {
  margin-right: 38px;
}
.mr39 {
  margin-right: 39px;
}
.mr40 {
  margin-right: 40px;
}
.mr41 {
  margin-right: 41px;
}
.mr42 {
  margin-right: 42px;
}
.mr43 {
  margin-right: 43px;
}
.mr44 {
  margin-right: 44px;
}
.mr45 {
  margin-right: 45px;
}
.mr46 {
  margin-right: 46px;
}
.mr47 {
  margin-right: 47px;
}
.mr48 {
  margin-right: 48px;
}
.mr49 {
  margin-right: 49px;
}
.mr50 {
  margin-right: 50px;
}
.mr51 {
  margin-right: 51px;
}
.ml0 {
  margin-left: 0;
}
.ml {
  margin-left: 1.694%;
}
.ml1 {
  margin-left: 1px;
}
.ml2 {
  margin-left: 2px;
}
.ml3 {
  margin-left: 3px;
}
.ml4 {
  margin-left: 4px;
}
.ml5 {
  margin-left: 5px;
}
.ml6 {
  margin-left: 6px;
}
.ml7 {
  margin-left: 7px;
}
.ml8 {
  margin-left: 8px;
}
.ml9 {
  margin-left: 9px;
}
.ml10 {
  margin-left: 10px;
}
.ml11 {
  margin-left: 11px;
}
.ml12 {
  margin-left: 12px;
}
.ml13 {
  margin-left: 13px;
}
.ml14 {
  margin-left: 14px;
}
.ml15 {
  margin-left: 15px;
}
.ml16 {
  margin-left: 16px;
}
.ml17 {
  margin-left: 17px;
}
.ml18 {
  margin-left: 18px;
}
.ml19 {
  margin-left: 19px;
}
.ml20 {
  margin-left: 20px;
}
.ml21 {
  margin-left: 21px;
}
.ml22 {
  margin-left: 22px;
}
.ml23 {
  margin-left: 23px;
}
.ml24 {
  margin-left: 24px;
}
.ml25 {
  margin-left: 25px;
}
.ml26 {
  margin-left: 26px;
}
.ml27 {
  margin-left: 27px;
}
.ml28 {
  margin-left: 28px;
}
.ml29 {
  margin-left: 29px;
}
.ml30 {
  margin-left: 30px;
}
.ml31 {
  margin-left: 31px;
}
.ml32 {
  margin-left: 32px;
}
.ml33 {
  margin-left: 33px;
}
.ml34 {
  margin-left: 34px;
}
.ml35 {
  margin-left: 35px;
}
.ml36 {
  margin-left: 36px;
}
.ml37 {
  margin-left: 37px;
}
.ml38 {
  margin-left: 38px;
}
.ml39 {
  margin-left: 39px;
}
.ml40 {
  margin-left: 40px;
}
.ml41 {
  margin-left: 41px;
}
.ml42 {
  margin-left: 42px;
}
.ml43 {
  margin-left: 43px;
}
.ml44 {
  margin-left: 44px;
}
.ml45 {
  margin-left: 45px;
}
.ml46 {
  margin-left: 46px;
}
.ml47 {
  margin-left: 47px;
}
.ml48 {
  margin-left: 48px;
}
.ml49 {
  margin-left: 49px;
}
.ml50 {
  margin-left: 50px;
}
.ml51 {
  margin-left: 51px;
}
.mlr {
  margin-left: 0.847%;
  margin-right: 0.847%;
}
.m1p {
  margin: 1%;
}
.m2p {
  margin: 2%;
}
.m3p {
  margin: 3%;
}
.m4p {
  margin: 4%;
}
.m5p {
  margin: 5%;
}
.m6p {
  margin: 6%;
}
.m7p {
  margin: 7%;
}
.m8p {
  margin: 8%;
}
.m9p {
  margin: 9%;
}
.m10p {
  margin: 10%;
}
.m11p {
  margin: 11%;
}
.m12p {
  margin: 12%;
}
.m13p {
  margin: 13%;
}
.m14p {
  margin: 14%;
}
.m15p {
  margin: 15%;
}
.m16p {
  margin: 16%;
}
.m17p {
  margin: 17%;
}
.m18p {
  margin: 18%;
}
.m19p {
  margin: 19%;
}
.m20p {
  margin: 20%;
}
.mt1p {
  margin-top: 1%;
}
.mt2p {
  margin-top: 2%;
}
.mt3p {
  margin-top: 3%;
}
.mt4p {
  margin-top: 4%;
}
.mt5p {
  margin-top: 5%;
}
.mt6p {
  margin-top: 6%;
}
.mt7p {
  margin-top: 7%;
}
.mt8p {
  margin-top: 8%;
}
.mt9p {
  margin-top: 9%;
}
.mt10p {
  margin-top: 10%;
}
.mt11p {
  margin-top: 11%;
}
.mt12p {
  margin-top: 12%;
}
.mt13p {
  margin-top: 13%;
}
.mt14p {
  margin-top: 14%;
}
.mt15p {
  margin-top: 15%;
}
.mt16p {
  margin-top: 16%;
}
.mt17p {
  margin-top: 17%;
}
.mt18p {
  margin-top: 18%;
}
.mt19p {
  margin-top: 19%;
}
.mt20p {
  margin-top: 20%;
}
.mb1p {
  margin-bottom: 1%;
}
.mb2p {
  margin-bottom: 2%;
}
.mb3p {
  margin-bottom: 3%;
}
.mb4p {
  margin-bottom: 4%;
}
.mb5p {
  margin-bottom: 5%;
}
.mb6p {
  margin-bottom: 6%;
}
.mb7p {
  margin-bottom: 7%;
}
.mb8p {
  margin-bottom: 8%;
}
.mb9p {
  margin-bottom: 9%;
}
.mb10p {
  margin-bottom: 10%;
}
.mb11p {
  margin-bottom: 11%;
}
.mb12p {
  margin-bottom: 12%;
}
.mb13p {
  margin-bottom: 13%;
}
.mb14p {
  margin-bottom: 14%;
}
.mb15p {
  margin-bottom: 15%;
}
.mb16p {
  margin-bottom: 16%;
}
.mb17p {
  margin-bottom: 17%;
}
.mb18p {
  margin-bottom: 18%;
}
.mb19p {
  margin-bottom: 19%;
}
.mb20p {
  margin-bottom: 20%;
}
.mr1p {
  margin-right: 1%;
}
.mr2p {
  margin-right: 2%;
}
.mr3p {
  margin-right: 3%;
}
.mr4p {
  margin-right: 4%;
}
.mr5p {
  margin-right: 5%;
}
.mr6p {
  margin-right: 6%;
}
.mr7p {
  margin-right: 7%;
}
.mr8p {
  margin-right: 8%;
}
.mr9p {
  margin-right: 9%;
}
.mr10p {
  margin-right: 10%;
}
.mr11p {
  margin-right: 11%;
}
.mr12p {
  margin-right: 12%;
}
.mr13p {
  margin-right: 13%;
}
.mr14p {
  margin-right: 14%;
}
.mr15p {
  margin-right: 15%;
}
.mr16p {
  margin-right: 16%;
}
.mr17p {
  margin-right: 17%;
}
.mr18p {
  margin-right: 18%;
}
.mr19p {
  margin-right: 19%;
}
.mr20p {
  margin-right: 20%;
}
.ml1p {
  margin-left: 1%;
}
.ml2p {
  margin-left: 2%;
}
.ml3p {
  margin-left: 3%;
}
.ml4p {
  margin-left: 4%;
}
.ml5p {
  margin-left: 5%;
}
.ml6p {
  margin-left: 6%;
}
.ml7p {
  margin-left: 7%;
}
.ml8p {
  margin-left: 8%;
}
.ml9p {
  margin-left: 9%;
}
.ml10p {
  margin-left: 10%;
}
.ml11p {
  margin-left: 11%;
}
.ml12p {
  margin-left: 12%;
}
.ml13p {
  margin-left: 13%;
}
.ml14p {
  margin-left: 14%;
}
.ml15p {
  margin-left: 15%;
}
.ml16p {
  margin-left: 16%;
}
.ml17p {
  margin-left: 17%;
}
.ml18p {
  margin-left: 18%;
}
.ml19p {
  margin-left: 19%;
}
.ml20p {
  margin-left: 20%;
}
.bd0 {
  border: none;
}
.bd {
  border: 1px solid;
}
.bd2 {
  border: 2px solid;
}
.bd3 {
  border: 3px solid;
}
.bd4 {
  border: 4px solid;
}
.bd5 {
  border: 5px solid;
}
.bd6 {
  border: 6px solid;
}
.bd7 {
  border: 7px solid;
}
.bd8 {
  border: 8px solid;
}
.bd9 {
  border: 9px solid;
}
.bd10 {
  border: 10px solid;
}
.bdt {
  border-width: 1px 0 0 0;
}
.bdt2 {
  border-width: 2px 0 0 0;
}
.bdt3 {
  border-width: 3px 0 0 0;
}
.bdt4 {
  border-width: 4px 0 0 0;
}
.bdt5 {
  border-width: 5px 0 0 0;
}
.bdt6 {
  border-width: 6px 0 0 0;
}
.bdt7 {
  border-width: 7px 0 0 0;
}
.bdt8 {
  border-width: 8px 0 0 0;
}
.bdt9 {
  border-width: 9px 0 0 0;
}
.bdt10 {
  border-width: 10px 0 0 0;
}
.bdr {
  border-width: 0 1px 0 0;
}
.bdr2 {
  border-width: 0 2px 0 0;
}
.bdr3 {
  border-width: 0 3px 0 0;
}
.bdr4 {
  border-width: 0 4px 0 0;
}
.bdr5 {
  border-width: 0 5px 0 0;
}
.bdr6 {
  border-width: 0 6px 0 0;
}
.bdr7 {
  border-width: 0 7px 0 0;
}
.bdr8 {
  border-width: 0 8px 0 0;
}
.bdr9 {
  border-width: 0 9px 0 0;
}
.bdr10 {
  border-width: 0 10px 0 0;
}
.bdb {
  border-width: 0 0 1px 0;
}
.bdb2 {
  border-width: 0 0 2px 0;
}
.bdb3 {
  border-width: 0 0 3px 0;
}
.bdb4 {
  border-width: 0 0 4px 0;
}
.bdb5 {
  border-width: 0 0 5px 0;
}
.bdb6 {
  border-width: 0 0 6px 0;
}
.bdb7 {
  border-width: 0 0 7px 0;
}
.bdb8 {
  border-width: 0 0 8px 0;
}
.bdb9 {
  border-width: 0 0 9px 0;
}
.bdb10 {
  border-width: 0 0 10px 0;
}
.bdl {
  border-width: 0 0 0 1px;
}
.bdl2 {
  border-width: 0 0 0 2px;
}
.bdl3 {
  border-width: 0 0 0 3px;
}
.bdl4 {
  border-width: 0 0 0 4px;
}
.bdl5 {
  border-width: 0 0 0 5px;
}
.bdl6 {
  border-width: 0 0 0 6px;
}
.bdl7 {
  border-width: 0 0 0 7px;
}
.bdl8 {
  border-width: 0 0 0 8px;
}
.bdl9 {
  border-width: 0 0 0 9px;
}
.bdl10 {
  border-width: 0 0 0 10px;
}
.bdtb {
  border-width: 1px 0;
}
.bdtb2 {
  border-width: 2px 0;
}
.bdtb3 {
  border-width: 3px 0;
}
.bdtb4 {
  border-width: 4px 0;
}
.bdtb5 {
  border-width: 5px 0;
}
.bdtb6 {
  border-width: 6px 0;
}
.bdtb7 {
  border-width: 7px 0;
}
.bdtb8 {
  border-width: 8px 0;
}
.bdtb9 {
  border-width: 9px 0;
}
.bdtb10 {
  border-width: 10px 0;
}
.bdtb {
  border-width: 1px 0;
}
.bdb0 {
  border-bottom: 0;
}
.bdrs {
  border-radius: 2px;
}
.ovh {
  overflow: hidden;
}
.hi {
  height: inherit;
}
.maw100pc {
  max-width: 100%;
}
.w100pc {
  width: 100%;
}
.boxed {
  max-width: 1200px;
}
.g1 {
  width: 6.77%;
}
.g2 {
  width: 15.23491525%;
}
.g3 {
  width: 23.69983051%;
}
.g4 {
  width: 32.16474576%;
}
.g5 {
  width: 40.62966102%;
}
.g6 {
  width: 49.09457627%;
}
.g7 {
  width: 57.55949153%;
}
.g8 {
  width: 66.02440678%;
}
.g9 {
  width: 74.48932203%;
}
.g10 {
  width: 82.95423729%;
}
.g11 {
  width: 91.41915254%;
}
.g12 {
  width: 99.8840678%;
}
.inarow1 > *:nth-child(1n+1),
.inarow2 > *:nth-child(odd),
.inarow3 > *:nth-child(3n+1),
.inarow4 > *:nth-child(4n+1),
.inarow5 > *:nth-child(5n+1),
.inarow6 > *:nth-child(6n+1) {
  margin-left: 0 !important;
  clear: left;
}
.inarow1 > *:nth-child(1n+1) figure,
.inarow2 > *:nth-child(odd) figure,
.inarow3 > *:nth-child(3n+1) figure,
.inarow4 > *:nth-child(4n+1) figure,
.inarow5 > *:nth-child(5n+1) figure,
.inarow6 > *:nth-child(6n+1) figure {
  border-left: none!important;
}
.p0 {
  padding: 0;
}
.p {
  padding: 1.694%;
}
.p1 {
  padding: 1px;
}
.p2 {
  padding: 2px;
}
.p3 {
  padding: 3px;
}
.p4 {
  padding: 4px;
}
.p5 {
  padding: 5px;
}
.p6 {
  padding: 6px;
}
.p7 {
  padding: 7px;
}
.p8 {
  padding: 8px;
}
.p9 {
  padding: 9px;
}
.p10 {
  padding: 10px;
}
.p11 {
  padding: 11px;
}
.p12 {
  padding: 12px;
}
.p13 {
  padding: 13px;
}
.p14 {
  padding: 14px;
}
.p15 {
  padding: 15px;
}
.p16 {
  padding: 16px;
}
.p17 {
  padding: 17px;
}
.p18 {
  padding: 18px;
}
.p19 {
  padding: 19px;
}
.p20 {
  padding: 20px;
}
.p21 {
  padding: 21px;
}
.p22 {
  padding: 22px;
}
.p23 {
  padding: 23px;
}
.p24 {
  padding: 24px;
}
.p25 {
  padding: 25px;
}
.p26 {
  padding: 26px;
}
.p27 {
  padding: 27px;
}
.p28 {
  padding: 28px;
}
.p29 {
  padding: 29px;
}
.p30 {
  padding: 30px;
}
.p31 {
  padding: 31px;
}
.p32 {
  padding: 32px;
}
.p33 {
  padding: 33px;
}
.p34 {
  padding: 34px;
}
.p35 {
  padding: 35px;
}
.p36 {
  padding: 36px;
}
.p37 {
  padding: 37px;
}
.p38 {
  padding: 38px;
}
.p39 {
  padding: 39px;
}
.p40 {
  padding: 40px;
}
.p41 {
  padding: 41px;
}
.p42 {
  padding: 42px;
}
.p43 {
  padding: 43px;
}
.p44 {
  padding: 44px;
}
.p45 {
  padding: 45px;
}
.p46 {
  padding: 46px;
}
.p47 {
  padding: 47px;
}
.p48 {
  padding: 48px;
}
.p49 {
  padding: 49px;
}
.p50 {
  padding: 50px;
}
.p51 {
  padding: 51px;
}
.pt0 {
  padding-top: 0;
}
.pt {
  padding-top: 1.694%;
}
.pt1 {
  padding-top: 1px;
}
.pt2 {
  padding-top: 2px;
}
.pt3 {
  padding-top: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pt6 {
  padding-top: 6px;
}
.pt7 {
  padding-top: 7px;
}
.pt8 {
  padding-top: 8px;
}
.pt9 {
  padding-top: 9px;
}
.pt10 {
  padding-top: 10px;
}
.pt11 {
  padding-top: 11px;
}
.pt12 {
  padding-top: 12px;
}
.pt13 {
  padding-top: 13px;
}
.pt14 {
  padding-top: 14px;
}
.pt15 {
  padding-top: 15px;
}
.pt16 {
  padding-top: 16px;
}
.pt17 {
  padding-top: 17px;
}
.pt18 {
  padding-top: 18px;
}
.pt19 {
  padding-top: 19px;
}
.pt20 {
  padding-top: 20px;
}
.pt21 {
  padding-top: 21px;
}
.pt22 {
  padding-top: 22px;
}
.pt23 {
  padding-top: 23px;
}
.pt24 {
  padding-top: 24px;
}
.pt25 {
  padding-top: 25px;
}
.pt26 {
  padding-top: 26px;
}
.pt27 {
  padding-top: 27px;
}
.pt28 {
  padding-top: 28px;
}
.pt29 {
  padding-top: 29px;
}
.pt30 {
  padding-top: 30px;
}
.pt31 {
  padding-top: 31px;
}
.pt32 {
  padding-top: 32px;
}
.pt33 {
  padding-top: 33px;
}
.pt34 {
  padding-top: 34px;
}
.pt35 {
  padding-top: 35px;
}
.pt36 {
  padding-top: 36px;
}
.pt37 {
  padding-top: 37px;
}
.pt38 {
  padding-top: 38px;
}
.pt39 {
  padding-top: 39px;
}
.pt40 {
  padding-top: 40px;
}
.pt41 {
  padding-top: 41px;
}
.pt42 {
  padding-top: 42px;
}
.pt43 {
  padding-top: 43px;
}
.pt44 {
  padding-top: 44px;
}
.pt45 {
  padding-top: 45px;
}
.pt46 {
  padding-top: 46px;
}
.pt47 {
  padding-top: 47px;
}
.pt48 {
  padding-top: 48px;
}
.pt49 {
  padding-top: 49px;
}
.pt50 {
  padding-top: 50px;
}
.pt51 {
  padding-top: 51px;
}
.pb0 {
  padding-bottom: 0;
}
.pb {
  padding-bottom: 1.694%;
}
.pb1 {
  padding-bottom: 1px;
}
.pb2 {
  padding-bottom: 2px;
}
.pb3 {
  padding-bottom: 3px;
}
.pb4 {
  padding-bottom: 4px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb6 {
  padding-bottom: 6px;
}
.pb7 {
  padding-bottom: 7px;
}
.pb8 {
  padding-bottom: 8px;
}
.pb9 {
  padding-bottom: 9px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb11 {
  padding-bottom: 11px;
}
.pb12 {
  padding-bottom: 12px;
}
.pb13 {
  padding-bottom: 13px;
}
.pb14 {
  padding-bottom: 14px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb17 {
  padding-bottom: 17px;
}
.pb18 {
  padding-bottom: 18px;
}
.pb19 {
  padding-bottom: 19px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb21 {
  padding-bottom: 21px;
}
.pb22 {
  padding-bottom: 22px;
}
.pb23 {
  padding-bottom: 23px;
}
.pb24 {
  padding-bottom: 24px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb26 {
  padding-bottom: 26px;
}
.pb27 {
  padding-bottom: 27px;
}
.pb28 {
  padding-bottom: 28px;
}
.pb29 {
  padding-bottom: 29px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb31 {
  padding-bottom: 31px;
}
.pb32 {
  padding-bottom: 32px;
}
.pb33 {
  padding-bottom: 33px;
}
.pb34 {
  padding-bottom: 34px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb36 {
  padding-bottom: 36px;
}
.pb37 {
  padding-bottom: 37px;
}
.pb38 {
  padding-bottom: 38px;
}
.pb39 {
  padding-bottom: 39px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb41 {
  padding-bottom: 41px;
}
.pb42 {
  padding-bottom: 42px;
}
.pb43 {
  padding-bottom: 43px;
}
.pb44 {
  padding-bottom: 44px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb46 {
  padding-bottom: 46px;
}
.pb47 {
  padding-bottom: 47px;
}
.pb48 {
  padding-bottom: 48px;
}
.pb49 {
  padding-bottom: 49px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb51 {
  padding-bottom: 51px;
}
.pl0 {
  padding-left: 0;
}
.pl {
  padding-left: 1.694%;
}
.pl1 {
  padding-left: 1px;
}
.pl2 {
  padding-left: 2px;
}
.pl3 {
  padding-left: 3px;
}
.pl4 {
  padding-left: 4px;
}
.pl5 {
  padding-left: 5px;
}
.pl6 {
  padding-left: 6px;
}
.pl7 {
  padding-left: 7px;
}
.pl8 {
  padding-left: 8px;
}
.pl9 {
  padding-left: 9px;
}
.pl10 {
  padding-left: 10px;
}
.pl11 {
  padding-left: 11px;
}
.pl12 {
  padding-left: 12px;
}
.pl13 {
  padding-left: 13px;
}
.pl14 {
  padding-left: 14px;
}
.pl15 {
  padding-left: 15px;
}
.pl16 {
  padding-left: 16px;
}
.pl17 {
  padding-left: 17px;
}
.pl18 {
  padding-left: 18px;
}
.pl19 {
  padding-left: 19px;
}
.pl20 {
  padding-left: 20px;
}
.pl21 {
  padding-left: 21px;
}
.pl22 {
  padding-left: 22px;
}
.pl23 {
  padding-left: 23px;
}
.pl24 {
  padding-left: 24px;
}
.pl25 {
  padding-left: 25px;
}
.pl26 {
  padding-left: 26px;
}
.pl27 {
  padding-left: 27px;
}
.pl28 {
  padding-left: 28px;
}
.pl29 {
  padding-left: 29px;
}
.pl30 {
  padding-left: 30px;
}
.pl31 {
  padding-left: 31px;
}
.pl32 {
  padding-left: 32px;
}
.pl33 {
  padding-left: 33px;
}
.pl34 {
  padding-left: 34px;
}
.pl35 {
  padding-left: 35px;
}
.pl36 {
  padding-left: 36px;
}
.pl37 {
  padding-left: 37px;
}
.pl38 {
  padding-left: 38px;
}
.pl39 {
  padding-left: 39px;
}
.pl40 {
  padding-left: 40px;
}
.pl41 {
  padding-left: 41px;
}
.pl42 {
  padding-left: 42px;
}
.pl43 {
  padding-left: 43px;
}
.pl44 {
  padding-left: 44px;
}
.pl45 {
  padding-left: 45px;
}
.pl46 {
  padding-left: 46px;
}
.pl47 {
  padding-left: 47px;
}
.pl48 {
  padding-left: 48px;
}
.pl49 {
  padding-left: 49px;
}
.pl50 {
  padding-left: 50px;
}
.pl51 {
  padding-left: 51px;
}
.pr0 {
  padding-right: 0;
}
.pr {
  padding-right: 1.694%;
}
.pr1 {
  padding-right: 1px;
}
.pr2 {
  padding-right: 2px;
}
.pr3 {
  padding-right: 3px;
}
.pr4 {
  padding-right: 4px;
}
.pr5 {
  padding-right: 5px;
}
.pr6 {
  padding-right: 6px;
}
.pr7 {
  padding-right: 7px;
}
.pr8 {
  padding-right: 8px;
}
.pr9 {
  padding-right: 9px;
}
.pr10 {
  padding-right: 10px;
}
.pr11 {
  padding-right: 11px;
}
.pr12 {
  padding-right: 12px;
}
.pr13 {
  padding-right: 13px;
}
.pr14 {
  padding-right: 14px;
}
.pr15 {
  padding-right: 15px;
}
.pr16 {
  padding-right: 16px;
}
.pr17 {
  padding-right: 17px;
}
.pr18 {
  padding-right: 18px;
}
.pr19 {
  padding-right: 19px;
}
.pr20 {
  padding-right: 20px;
}
.pr21 {
  padding-right: 21px;
}
.pr22 {
  padding-right: 22px;
}
.pr23 {
  padding-right: 23px;
}
.pr24 {
  padding-right: 24px;
}
.pr25 {
  padding-right: 25px;
}
.pr26 {
  padding-right: 26px;
}
.pr27 {
  padding-right: 27px;
}
.pr28 {
  padding-right: 28px;
}
.pr29 {
  padding-right: 29px;
}
.pr30 {
  padding-right: 30px;
}
.pr31 {
  padding-right: 31px;
}
.pr32 {
  padding-right: 32px;
}
.pr33 {
  padding-right: 33px;
}
.pr34 {
  padding-right: 34px;
}
.pr35 {
  padding-right: 35px;
}
.pr36 {
  padding-right: 36px;
}
.pr37 {
  padding-right: 37px;
}
.pr38 {
  padding-right: 38px;
}
.pr39 {
  padding-right: 39px;
}
.pr40 {
  padding-right: 40px;
}
.pr41 {
  padding-right: 41px;
}
.pr42 {
  padding-right: 42px;
}
.pr43 {
  padding-right: 43px;
}
.pr44 {
  padding-right: 44px;
}
.pr45 {
  padding-right: 45px;
}
.pr46 {
  padding-right: 46px;
}
.pr47 {
  padding-right: 47px;
}
.pr48 {
  padding-right: 48px;
}
.pr49 {
  padding-right: 49px;
}
.pr50 {
  padding-right: 50px;
}
.pr51 {
  padding-right: 51px;
}
.p1p {
  padding: 1%;
}
.p2p {
  padding: 2%;
}
.p3p {
  padding: 3%;
}
.p4p {
  padding: 4%;
}
.p5p {
  padding: 5%;
}
.p6p {
  padding: 6%;
}
.p7p {
  padding: 7%;
}
.p8p {
  padding: 8%;
}
.p9p {
  padding: 9%;
}
.p10p {
  padding: 10%;
}
.p11p {
  padding: 11%;
}
.p12p {
  padding: 12%;
}
.p13p {
  padding: 13%;
}
.p14p {
  padding: 14%;
}
.p15p {
  padding: 15%;
}
.p16p {
  padding: 16%;
}
.p17p {
  padding: 17%;
}
.p18p {
  padding: 18%;
}
.p19p {
  padding: 19%;
}
.p20p {
  padding: 20%;
}
.pt1p {
  padding-top: 1%;
}
.pt2p {
  padding-top: 2%;
}
.pt3p {
  padding-top: 3%;
}
.pt4p {
  padding-top: 4%;
}
.pt5p {
  padding-top: 5%;
}
.pt6p {
  padding-top: 6%;
}
.pt7p {
  padding-top: 7%;
}
.pt8p {
  padding-top: 8%;
}
.pt9p {
  padding-top: 9%;
}
.pt10p {
  padding-top: 10%;
}
.pt11p {
  padding-top: 11%;
}
.pt12p {
  padding-top: 12%;
}
.pt13p {
  padding-top: 13%;
}
.pt14p {
  padding-top: 14%;
}
.pt15p {
  padding-top: 15%;
}
.pt16p {
  padding-top: 16%;
}
.pt17p {
  padding-top: 17%;
}
.pt18p {
  padding-top: 18%;
}
.pt19p {
  padding-top: 19%;
}
.pt20p {
  padding-top: 20%;
}
.pb1p {
  padding-bottom: 1%;
}
.pb2p {
  padding-bottom: 2%;
}
.pb3p {
  padding-bottom: 3%;
}
.pb4p {
  padding-bottom: 4%;
}
.pb5p {
  padding-bottom: 5%;
}
.pb6p {
  padding-bottom: 6%;
}
.pb7p {
  padding-bottom: 7%;
}
.pb8p {
  padding-bottom: 8%;
}
.pb9p {
  padding-bottom: 9%;
}
.pb10p {
  padding-bottom: 10%;
}
.pb11p {
  padding-bottom: 11%;
}
.pb12p {
  padding-bottom: 12%;
}
.pb13p {
  padding-bottom: 13%;
}
.pb14p {
  padding-bottom: 14%;
}
.pb15p {
  padding-bottom: 15%;
}
.pb16p {
  padding-bottom: 16%;
}
.pb17p {
  padding-bottom: 17%;
}
.pb18p {
  padding-bottom: 18%;
}
.pb19p {
  padding-bottom: 19%;
}
.pb20p {
  padding-bottom: 20%;
}
.pl1p {
  padding-left: 1%;
}
.pl2p {
  padding-left: 2%;
}
.pl3p {
  padding-left: 3%;
}
.pl4p {
  padding-left: 4%;
}
.pl5p {
  padding-left: 5%;
}
.pl6p {
  padding-left: 6%;
}
.pl7p {
  padding-left: 7%;
}
.pl8p {
  padding-left: 8%;
}
.pl9p {
  padding-left: 9%;
}
.pl10p {
  padding-left: 10%;
}
.pl11p {
  padding-left: 11%;
}
.pl12p {
  padding-left: 12%;
}
.pl13p {
  padding-left: 13%;
}
.pl14p {
  padding-left: 14%;
}
.pl15p {
  padding-left: 15%;
}
.pl16p {
  padding-left: 16%;
}
.pl17p {
  padding-left: 17%;
}
.pl18p {
  padding-left: 18%;
}
.pl19p {
  padding-left: 19%;
}
.pl20p {
  padding-left: 20%;
}
.pr1p {
  padding-right: 1%;
}
.pr2p {
  padding-right: 2%;
}
.pr3p {
  padding-right: 3%;
}
.pr4p {
  padding-right: 4%;
}
.pr5p {
  padding-right: 5%;
}
.pr6p {
  padding-right: 6%;
}
.pr7p {
  padding-right: 7%;
}
.pr8p {
  padding-right: 8%;
}
.pr9p {
  padding-right: 9%;
}
.pr10p {
  padding-right: 10%;
}
.pr11p {
  padding-right: 11%;
}
.pr12p {
  padding-right: 12%;
}
.pr13p {
  padding-right: 13%;
}
.pr14p {
  padding-right: 14%;
}
.pr15p {
  padding-right: 15%;
}
.pr16p {
  padding-right: 16%;
}
.pr17p {
  padding-right: 17%;
}
.pr18p {
  padding-right: 18%;
}
.pr19p {
  padding-right: 19%;
}
.pr20p {
  padding-right: 20%;
}
.curp {
  cursor: pointer;
}
.fader .pager-list .pager {
  background-color: #FFF;
}
.fader .pager-list .pager.active,
.fader .pager-list .pager:hover {
  background: #FCEA0D;
}
.grid > article,
.grid > div {
  float: left;
}
.grid > .clear {
  float: none;
}
.grid > :last-child {
  margin-right: 0;
}
.wysiwyg > * {
  margin-top: 1.694%;
}
.wysiwyg > *:first-child {
  margin-top: 0;
}
.boxed {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 1180px;
}
iframe {
  width: 100%;
}
.addthis_button_facebook_like .fb_iframe_widget {
  line-height: inherit !important;
}
.banner img {
  width: 100%;
}
.banner .is_responsive {
  display: none;
}
.banner .is_desktop {
  display: block;
}
#encuesta {
  background: #186DBC;
}
.at-icon-wrapper.at-share-btn.at-svc-whatsapp {
  display: none;
}
body.is_mobile .banner.flash {
  display: none;
}
body.is_phone .at-svc-whatsapp {
  display: inline-block !important;
}
article.noticia-12 span.cprincipal {
  color: white;
}
header .equalheight {
  height: 126px;
}
header .links_redes_sociales {
  margin-top: 18px;
}
#menu_header_fixed.fixed nav {
  top: 53px;
}
.icon_social {
  border-radius: 40px;
  padding: 8px 7px 7px 7px;
}
.icon_social i {
  font-size: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
}
footer .icon_social {
  margin-left: 3%!important;
  margin-bottom: 20px;
}
header #menu_header_vorknews > ul {
  background-color: #676767;
  display: inline-flex;
  justify-content: space-between;
}
header #menu_header_vorknews > ul > li {
  position: relative;
}
header #menu_header_vorknews > ul > li a {
  width: 100%;
  padding: 0 10px;
}
header #menu_header_vorknews > ul > li ul {
  display: none;
}
header #menu_header_vorknews > ul > li:hover > ul {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
}
header #menu_header_fixed.fixed .barra_muestra_menu {
  display: inline-block;
}
header #logo img {
  max-width: 100%;
}
header #clima li {
  list-style: none;
  display: none;
}
header #form-buscador #boton-buscador {
  z-index: 10;
}
#menu_header_fixed {
  position: fixed;
  top: 0;
  box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.3);
}
#menu_header_fixed nav {
  width: 100%;
  max-width: 300px;
  text-align: left;
}
footer #logo img {
  max-width: 100%;
}
#encuestas .encuesta .opcion {
  height: 28px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
}
#encuestas .encuesta .opcion span {
  height: 100%;
}
#encuestas .encuesta .opcion.active span {
  background: url(../images/loading.gif) no-repeat center right #FF7B0D;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  position: absolute;
  z-index: 10;
  top: 40%;
}
.bx-wrapper .bx-prev {
  left: 2%;
}
.bx-wrapper .bx-next {
  right: 2%;
}
.bx-wrapper .video-thumbs .bx-prev,
.bx-wrapper .video-thumbs .bx-next {
  top: 20%;
}
.bx-wrapper .bx-viewport {
  border-top: 1px solid #FFF;
}
.modulo_galeria_de_videos .bx-wrapper .bx-controls-direction a {
  top: 36%;
}
#lightbox {
  font-family: arial, sans-serif;
}
article.has_video figure:after {
  content: " ";
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(images/icon_play.png) center center no-repeat;
}
article.placa_degrade_negro figure:before {
  content: " ";
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 33%, #000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(22%, rgba(0, 0, 0, 0)), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 33%, #000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 33%, #000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 33%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 33%, #231f20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
#super_destacada article .titulo_superdestacada {
  bottom: 1%;
  width: 98%;
}
#super_destacada article .seccion {
  top: 10px;
  left: 10px;
}
#super_destacada article .icon-audio,
#super_destacada article .icon-video {
  top: -40px;
}
#super_destacada article.has_video.has_audio .icon-audio {
  right: 40px;
}
.icon-audio,
.icon-video {
  border: 2px solid #FFF;
  padding: 3px;
  display: inline-block;
  border-radius: 30px;
}
.icon-audio i,
.icon-video i {
  width: 24px;
  font-size: 14px;
  text-align: center;
}
.icon-video i {
  padding-left: 3px;
}
.noticia-1 .icon-audio,
.noticia-2 .icon-audio,
.noticia-3 .icon-audio,
.noticia-4 .icon-audio,
.noticia-5 .icon-audio,
.noticia-6 .icon-audio,
.noticia-7 .icon-audio,
.noticia-8 .icon-audio,
.noticia-13 .icon-audio,
.noticia-14 .icon-audio,
.noticia-18 .icon-audio,
.noticia-1 .icon-video,
.noticia-2 .icon-video,
.noticia-3 .icon-video,
.noticia-4 .icon-video,
.noticia-5 .icon-video,
.noticia-6 .icon-video,
.noticia-7 .icon-video,
.noticia-8 .icon-video,
.noticia-13 .icon-video,
.noticia-14 .icon-video,
.noticia-18 .icon-video {
  bottom: 10px;
  right: 10px;
  z-index: 3;
}
.noticia-1.has_video.has_audio .icon-audio,
.noticia-2.has_video.has_audio .icon-audio,
.noticia-3.has_video.has_audio .icon-audio,
.noticia-4.has_video.has_audio .icon-audio,
.noticia-5.has_video.has_audio .icon-audio,
.noticia-6.has_video.has_audio .icon-audio,
.noticia-7.has_video.has_audio .icon-audio,
.noticia-8.has_video.has_audio .icon-audio,
.noticia-13.has_video.has_audio .icon-audio,
.noticia-14.has_video.has_audio .icon-audio,
.noticia-15.has_video.has_audio .icon-audio,
.noticia-16.has_video.has_audio .icon-audio,
.noticia-18.has_video.has_audio .icon-audio {
  right: 48px;
}
.noticia-4 .seccion,
.noticia-5 .seccion,
.noticia-6 .seccion,
.noticia-7 .seccion,
.noticia-8 .seccion {
  top: 8px;
  left: 8px;
}
.noticia-1 .seccion,
.noticia-2 .seccion,
.noticia-3 .seccion,
.noticia-9 .seccion {
  top: 8px;
  left: 8px;
}
.noticia-15 .icon-audio,
.noticia-16 .icon-audio,
.noticia-15 .icon-video,
.noticia-16 .icon-video {
  top: -40px;
}
.noticia-18 .icon-audio,
.noticia-18 .icon-video {
  line-height: 24px;
}
.noticia-1.has_video:not(.has_image) figure,
.noticia-2.has_video:not(.has_image) figure,
.noticia-3.has_video:not(.has_image) figure,
.noticia-4.has_video:not(.has_image) figure,
.noticia-5.has_video:not(.has_image) figure,
.noticia-6.has_video:not(.has_image) figure,
.noticia-8.has_video:not(.has_image) figure,
.noticia-11.has_video:not(.has_image) figure,
.noticia-14.has_video:not(.has_image) figure,
.noticia-15.has_video:not(.has_image) figure,
.noticia-16.has_video:not(.has_image) figure {
  position: relative;
  padding-top: 56.42%;
  overflow: hidden;
}
.noticia-1.has_video:not(.has_image) figure img,
.noticia-2.has_video:not(.has_image) figure img,
.noticia-3.has_video:not(.has_image) figure img,
.noticia-4.has_video:not(.has_image) figure img,
.noticia-5.has_video:not(.has_image) figure img,
.noticia-6.has_video:not(.has_image) figure img,
.noticia-8.has_video:not(.has_image) figure img,
.noticia-11.has_video:not(.has_image) figure img,
.noticia-14.has_video:not(.has_image) figure img,
.noticia-15.has_video:not(.has_image) figure img,
.noticia-16.has_video:not(.has_image) figure img {
  position: absolute;
  left: 0;
  top: -10%;
  width: 100%;
  z-index: 1;
}
.noticia-14.has_video:not(.has_image) figure img {
  top: -16.5%;
}
.noticia-8.has_video:not(.has_image) figure,
.noticia-11.has_video:not(.has_image) figure {
  padding-top: 66.42%;
}
.noticia-8.has_video:not(.has_image) figure img,
.noticia-11.has_video:not(.has_image) figure img {
  top: -5%;
}
.modulo_galeria_de_videos {
  max-height: 450px;
  overflow: hidden;
}
#noticias-destacadas-1 .noticias-destacadas-cant_3 .g4 {
  margin-bottom: 10px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_3 .g4 h3 {
  font-size: 11px;
  line-height: 20px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_3 .g4 h2 {
  font-size: 20px;
  line-height: 24px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_3 .g8 h3 {
  font-size: 11px;
  line-height: 20px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_3 .g8 h2 {
  font-size: 36px;
  line-height: 40px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.inarow3 article.noticia-2 {
  width: 32.16474576%;
  float: left;
  margin-left: 1.694%;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.inarow3 article.noticia-2 h3 {
  font-size: 11px;
  line-height: 20px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.inarow3 article.noticia-2 h2 {
  font-size: 20px;
  line-height: 24px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.inarow3 article.placa_degrade_negro.has_video:before {
  background: url(images/icon_play_chico.png) center center no-repeat;
}
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.inarow2 article.noticia-2 {
  width: 49.09457627%;
  float: left;
  margin-left: 1.694%;
}
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.inarow2 article.noticia-2 h3 {
  font-size: 11px;
  line-height: 20px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.inarow2 article.noticia-2 h2 {
  font-size: 30px;
  line-height: 32px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.laterales,
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.laterales {
  position: relative;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.laterales article.noticia-2 h3,
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.laterales article.noticia-2 h3 {
  font-size: 11px;
  line-height: 20px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.laterales article.noticia-2 h2,
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.laterales article.noticia-2 h2 {
  font-size: 20px;
  line-height: 24px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.laterales article.placa_degrade_negro.has_video:before,
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.laterales article.placa_degrade_negro.has_video:before {
  background: url(images/icon_play_chico.png) center center no-repeat;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.laterales article:first-child,
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.laterales article:first-child {
  margin-bottom: 10px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.principal article,
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.principal article,
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.principal figure,
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.principal figure,
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.principal img,
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.principal img {
  height: 100%;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.principal article.noticia-2 h3,
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.principal article.noticia-2 h3 {
  font-size: 11px;
  line-height: 20px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_6 div.principal article.noticia-2 h2,
#noticias-destacadas-1 .noticias-destacadas-cant_5 div.principal article.noticia-2 h2 {
  font-size: 30px;
  line-height: 32px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_2 article.noticia-2 {
  margin-bottom: 20px;
  width: 49.09457627%;
  float: left;
  margin-left: 1.694%;
}
#noticias-destacadas-1 .noticias-destacadas-cant_2 article.noticia-2 h3 {
  font-size: 12px;
  line-height: 20px;
}
#noticias-destacadas-1 .noticias-destacadas-cant_2 article.noticia-2 h2 {
  font-size: 28px;
  line-height: 34px;
}
#noticias-destacadas-2 .seccion {
  top: inherit;
  bottom: -10px;
}
#noticias-destacadas-2 div.p10 {
  padding-top: 25px;
}
#noticias-destacadas-2 .inarow2 article {
  width: 49.09457627%;
}
#noticias-destacadas-2 .inarow2 article h3 {
  font-size: 12px;
  line-height: 20px;
}
#noticias-destacadas-2 .inarow2 article h1 {
  font-size: 28px;
  line-height: 32px;
}
#noticias-destacadas-2 .inarow3 article {
  width: 32.16474576%;
}
#noticias-destacadas-2 .inarow3 article h3 {
  font-size: 12px;
  line-height: 20px;
}
#noticias-destacadas-2 .inarow3 article h1 {
  font-size: 24px;
  line-height: 28px;
}
#noticias-destacadas-2 .inarow3 article.has_video figure:before {
  background: url(images/icon_play_chico.png) center center no-repeat;
}
#noticias-destacadas-2 .inarow4 article {
  width: 23.69983051%;
}
#noticias-destacadas-2 .inarow4 article h3 {
  font-size: 12px;
  line-height: 20px;
}
#noticias-destacadas-2 .inarow4 article h1 {
  font-size: 20px;
  line-height: 25px;
}
#noticias-destacadas-2 .noticias-destacadas-cant_5 .inarow2 article.noticia-3 h2 {
  font-size: 24px;
  line-height: 28px;
}
#noticias-destacadas-2 .noticias-destacadas-cant_3_2.inarow2 article.noticia-3 h2 {
  font-size: 30px;
  line-height: 32px;
}
#noticias-destacadas-2 .noticias-destacadas-cant_3_2.inarow4 article.noticia-3 h2 {
  font-size: 17px;
  line-height: 22px;
}
#modulo-1 {
  min-height: 400px;
  background-color: #67A969;
}
#modulo-1 article {
  border: none;
  background-color: white;
  width: 23.69983051%;
}
#modulo-1 article .seccion {
  display: none;
}
#modulo-1 article h3 {
  font-size: 12px;
  line-height: 20px;
}
#modulo-1 article h2 {
  font-size: 17px;
  line-height: 22px;
}
#modulo-1 article.has_video figure:before {
  background: url(images/icon_play_chico.png) center center no-repeat;
}
#dos_columnas_distintas_home #columna-home-1 .seccion {
  top: -24px;
  left: 0;
  z-index: 999;
}
#dos_columnas_distintas_home #columna-home-1 article div.placa {
  width: 65%;
}
#dos_columnas_distintas_home #columna-home-2 article.has_video figure:after {
  background: url(images/icon_play_chico.png) center center no-repeat;
}
#modulo-videos .laterales article.has_video figure:after {
  background: url(images/icon_play_chico.png) center center no-repeat;
}
#notas_mas_leidas article.has_video.noticia-12 figure:after {
  background: url(images/icon_play_chico.png) center center no-repeat;
}
#modulo-2 {
  background: #186DBC;
}
#modulo-2 div.inarow3 article.noticia-2 {
  width: 32.16474576%;
  float: left;
  margin-left: 1.694%;
}
#modulo-2 div.inarow3 article.noticia-2 h3 {
  font-size: 11px;
  line-height: 20px;
}
#modulo-2 div.inarow3 article.noticia-2 h2 {
  font-size: 20px;
  line-height: 24px;
}
#modulo-2 .noticias-destacadas-cant_3 .g4 {
  margin-bottom: 10px;
}
#modulo-2 .noticias-destacadas-cant_3 .g4 h3 {
  font-size: 11px;
  line-height: 20px;
}
#modulo-2 .noticias-destacadas-cant_3 .g4 h2 {
  font-size: 20px;
  line-height: 24px;
}
#modulo-2 .noticias-destacadas-cant_3 .g8 h3 {
  font-size: 11px;
  line-height: 20px;
}
#modulo-2 .noticias-destacadas-cant_3 .g8 h2 {
  font-size: 36px;
  line-height: 40px;
}
#modulo-2 .laterales article:last-child {
  position: absolute;
  bottom: 0;
}
#modulo-3 article {
  background-color: #f1f1f2;
  border: none;
  width: 32.16474576%;
  text-align: center;
}
#modulo-3 article .seccion {
  display: none;
}
#modulo-3 article h3 {
  font-size: 12px;
  line-height: 20px;
}
#modulo-3 article h1 {
  font-size: 20px;
  line-height: 25px;
}
#modulo-3 div.sin-imagen article {
  background-color: white;
  border: 1px solid #bbbdbf;
  border-width: 0 0 1px 0;
}
#modulo-3 div.sin-imagen article img {
  display: none;
}
#modulo-3 div.sin-imagen article h3 {
  font-size: 10px;
  line-height: 20px;
}
#modulo-3 div.sin-imagen article h1 {
  font-size: 16px;
  line-height: 20px;
}
#modulo-opinion {
  background-color: #f1f1f2;
}
#modulo-opinion div.inarow3 {
  background-color: #f1f1f2;
}
#modulo-opinion article {
  background-color: #f1f1f2;
  border: none;
  width: 32.16474576%;
}
#modulo-opinion article .tac h3 {
  font-size: 10px;
  line-height: 20px;
}
#modulo-opinion article h1 {
  font-size: 16px;
  line-height: 20px;
}
#modulo-opinion article img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
}
#modulo-opinion article figure {
  border-left: 1px solid #929497;
}
#modulo-4 article {
  width: 32.16474576%;
}
#modulo-4 article h3 {
  font-size: 12px;
  line-height: 20px;
}
#modulo-4 article h1 {
  font-size: 24px;
  line-height: 28px;
}
#mas-noticias article.has_video figure:before {
  background: url(images/icon_play_chico.png) center center no-repeat;
}
.nota #galeria-noticia ul {
  list-style: none;
}
.nota #galeria-noticia ul li img {
  width: 100%;
}
.nota #galeria-noticia ul li.is_video {
  position: relative;
  /*padding-top: 56%;*/
}
.nota #galeria-noticia ul li.is_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nota #galeria-noticia .bx-caption {
  background-color: #FA8E13;
  color: white;
  padding: 9px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 12px;
  width: 96%;
  margin: 2%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.85;
}
.nota div.embeddedContent iframe {
  width: 100%;
}
.nota .fb-like {
  float: left;
}
.nota .audiojs {
  width: 100%;
}
.nota .audiojs .scrubber {
  width: 77%;
}
.nota .audiojs .play-pause {
  width: 39px;
}
.nota .wysiwyg img {
  max-width: 100%;
  height: auto!important;
}
.nota .wysiwyg ol li {
  margin-left: 3%;
  padding-left: 4px;
}
.nota .wysiwyg ul li {
  margin-left: 3.5%;
}
.seccion .noticias-destacadas-cant_3 div.laterales,
.resultados .noticias-destacadas-cant_3 div.laterales {
  position: relative;
}
.seccion .noticias-destacadas-cant_3 div.laterales article.noticia-2 h3,
.resultados .noticias-destacadas-cant_3 div.laterales article.noticia-2 h3 {
  font-size: 11px;
  line-height: 20px;
}
.seccion .noticias-destacadas-cant_3 div.laterales article.noticia-2 h2,
.resultados .noticias-destacadas-cant_3 div.laterales article.noticia-2 h2 {
  font-size: 20px;
  line-height: 24px;
}
.seccion .noticias-destacadas-cant_3 div.laterales article.placa_degrade_negro.has_video:before,
.resultados .noticias-destacadas-cant_3 div.laterales article.placa_degrade_negro.has_video:before {
  background: url(images/icon_play_chico.png) center center no-repeat;
}
.seccion .noticias-destacadas-cant_3 div.laterales article:last-child,
.resultados .noticias-destacadas-cant_3 div.laterales article:last-child {
  position: absolute;
  bottom: 0;
}
.seccion #notas_mas_leidas > article:last-child,
.resultados #notas_mas_leidas > article:last-child {
  border-bottom: none;
}
.seccion .g8 .noticia-2 .bgprincipal,
.resultados .g8 .noticia-2 .bgprincipal {
  display: none;
}
.seccion .g8 .noticia-2 h3,
.resultados .g8 .noticia-2 h3 {
  font-size: 11px;
  line-height: 20px;
}
.seccion .g8 .noticia-2 h2,
.resultados .g8 .noticia-2 h2 {
  font-size: 36px;
  line-height: 40px;
}
.seccion .g4 .noticia-2 .bgprincipal,
.resultados .g4 .noticia-2 .bgprincipal {
  display: none;
}
.seccion .g4 .noticia-2 h3,
.resultados .g4 .noticia-2 h3 {
  font-size: 11px;
  line-height: 20px;
}
.seccion .g4 .noticia-2 h2,
.resultados .g4 .noticia-2 h2 {
  font-size: 20px;
  line-height: 24px;
}
.seccion .noticia-3,
.resultados .noticia-3 {
  width: 32.16474576%;
}
.seccion .noticia-3 h3,
.resultados .noticia-3 h3 {
  font-size: 12px;
  line-height: 20px;
}
.seccion .noticia-3 h1,
.resultados .noticia-3 h1 {
  font-size: 20px;
  line-height: 25px;
}
.seccion .noticia-3 .seccion,
.resultados .noticia-3 .seccion {
  top: inherit;
  bottom: -10px;
}
.seccion .noticia-3 div.p10,
.resultados .noticia-3 div.p10 {
  padding-top: 25px;
}
.page .icono-contacto {
  display: inline-block;
  width: 25px;
}
@media (max-width: 1200px) {
  .boxed {
    width: 100%;
    max-width: 1440px;
    min-width: 100%;
  }
  body.home #super_destacada .texto {
    padding: 30px;
  }
  body.home #super_destacada .texto h2 {
    font-size: 32px;
    line-height: 38px;
  }
  body.home #noticias-destacadas-1 article.noticia-2 .texto h2 {
    font-size: 20px;
    line-height: 28px;
  }
  #header_vorknews .modulo_redes_sociales a.ml10 {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 960px) {
  #header_vorknews .modulo_clima {
    display: none;
  }
  #header_vorknews > .g3,
  #header_vorknews > .g2 {
    width: 23.69983051%;
  }
  #header_vorknews > .g7 {
    width: 49.09457627%;
  }
  #header_vorknews .modulo_redes_sociales a .ml10 {
    margin-left: 5px;
  }
  footer .g6 img {
    max-width: 100%;
  }
  .home #super_destacada .texto,
  .home #noticias-destacadas-1 .texto {
    padding: 10px;
    position: relative;
  }
  .home #dos_columnas_iguales_home #columna-home-3 {
    margin-right: 0;
  }
  .home #dos_columnas_iguales_home #columna-home-4 {
    display: none;
  }
  .home #dos_columnas_iguales_home > .g6 {
    width: 66.02440678%;
  }
  .home #dos_columnas_iguales_home > .g3 {
    width: 32.16474576%;
  }
  .home #modulo-2 .g8,
  .home #modulo-2 .g4 {
    width: 99.8840678%;
  }
  .home #modulo-2 .noticia-2 {
    width: 99.8840678% !important;
    margin-bottom: 1.694%;
  }
  .home #modulo-2 .laterales article:last-child {
    position: relative;
    bottom: initial;
  }
  .home #mas-noticias.inarow6 article.noticia-11.g2 {
    width: 32.16474576%;
    margin-bottom: 15px;
  }
  .home #mas-noticias.inarow6 > *:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .home #dos_columnas_distintas_home #columna-home-1 {
    width: 32.16474576%;
  }
  .home #dos_columnas_distintas_home #columna-home-1 article {
    border: 1px solid #bbbdbf;
    border-width: 0 0 1px 0;
    padding-bottom: 15px;
  }
  .home #dos_columnas_distintas_home #columna-home-1 article .placa {
    width: unset;
  }
  .home #dos_columnas_distintas_home #columna-home-1 article h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .home #dos_columnas_distintas_home #columna-home-2 {
    width: 32.16474576%;
  }
  .home #dos_columnas_distintas_home #columna-home-3 {
    width: 32.16474576%;
  }
  .seccion #main #columna-seccion-1,
  .resultados #main #columna-seccion-1 {
    width: 66.02440678%;
  }
  .seccion #main #columna-seccion-2,
  .resultados #main #columna-seccion-2 {
    width: 32.16474576%;
  }
  body.nota #main #columna-noticia-1,
  body.video #main #columna-noticia-1 {
    width: 99.8840678%;
  }
  body.nota #main #columna-noticia-1 > .g11,
  body.video #main #columna-noticia-1 > .g11 {
    width: 99.8840678%;
  }
  body.nota #main #columna-noticia-1 > .g10,
  body.video #main #columna-noticia-1 > .g10 {
    width: 99.8840678%;
  }
  body.nota #main #columna-noticia-1 > .g2,
  body.video #main #columna-noticia-1 > .g2 {
    width: 99.8840678%;
  }
  body.nota #main #columna-noticia-1 > .g2 .g6,
  body.video #main #columna-noticia-1 > .g2 .g6 {
    width: 99.8840678%;
    margin-bottom: 15px;
  }
  body.nota #main #columna-noticia-1 > .g2 .g6 br,
  body.video #main #columna-noticia-1 > .g2 .g6 br {
    display: none;
  }
  body.nota #main #columna-noticia-2,
  body.video #main #columna-noticia-2 {
    width: 99.8840678%;
  }
  body.nota #main #columna-noticia-2 .fb-page,
  body.video #main #columna-noticia-2 .fb-page {
    display: block !important;
    margin: 0 auto;
    width: 280px;
  }
  .page #columna-page-1 {
    width: 99.8840678%;
  }
  .page #columna-page-1 > .g10 {
    width: 99.8840678%;
  }
  .page #columna-page-2 {
    display: none;
  }
}
@media only screen and (max-width: 775px) {
  header {
    display: none;
  }
  footer .pt40 {
    padding-top: 0;
  }
  footer .g6 {
    height: auto!important;
  }
  #menu_header_fixed {
    display: block !important;
  }
  .banner.m1180x90.is_desktop {
    display: none!important;
  }
  .banner.is_responsive {
    display: block!important;
  }
  .home #contenido {
    padding-top: 55px;
  }
  .home #super_destacada .imagen_descktop,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_1 .imagen_descktop {
    display: none;
  }
  .home #super_destacada .imagen_responsive,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_1 .imagen_responsive {
    display: block;
  }
  .home #super_destacada .posa.bottom,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_1 .posa.bottom {
    padding: 0;
    position: relative;
  }
  .home #super_destacada .posa.bottom h3,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_1 .posa.bottom h3 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }
  .home #super_destacada .posa.bottom h2,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_1 .posa.bottom h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 1.694%;
  }
  .home #noticias-destacadas-1 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .home #noticias-destacadas-1 article {
    width: 99.8840678% !important;
    margin-left: 0 !important;
  }
  .home #noticias-destacadas-1 article .z99 {
    padding-bottom: 25px;
  }
  .home #noticias-destacadas-1 article h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .home #noticias-destacadas-1 .principal {
    height: auto!important;
    margin-bottom: 15px;
  }
  .home #noticias-destacadas-1 .laterales {
    margin-bottom: 0;
  }
  .home #noticias-destacadas-1 .laterales article {
    margin-bottom: 15px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_1 article > a > div.g6 {
    width: 99.8840678%;
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_2 article {
    width: 99.8840678%;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_3 > .g8,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_3 > .g4 {
    width: 99.8840678%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_4 .noticia-6.g3 {
    width: 49.09457627%;
    margin-bottom: 15px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_4.inarow4 > *:nth-child(2n+1) {
    margin-left: 0 !important;
    clear: left;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_6,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 {
    margin-bottom: 0;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_6 > .g8,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 > .g8,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_6 > .g4,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 > .g4 {
    width: 99.8840678%;
    margin-right: 0;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_6 .inarow3 article,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 .inarow3 article {
    margin-bottom: 15px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_6 .inarow2 article,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 .inarow2 article {
    margin-bottom: 15px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_6 .laterales,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 .laterales {
    height: auto!important;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 div.principal article.noticia-2 h2,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_6 div.principal article.noticia-2 h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 div.laterales article:last-child,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_6 div.laterales article:last-child {
    position: relative;
  }
  .home #noticias-destacadas-2 {
    margin-bottom: 0;
    border-bottom: none;
  }
  .home #noticias-destacadas-2 div.inarow4 .noticia-3 {
    width: 49.09457627% !important;
    margin-left: 1.694%;
    margin-bottom: 15px;
  }
  .home #noticias-destacadas-2 .inarow4 > *:nth-child(odd) {
    margin-left: 0!important;
    clear: left;
  }
  .home #noticias-destacadas-2 .noticias-destacadas-cant_5 .inarow3 article.noticia-3,
  .home #noticias-destacadas-2 .noticias-destacadas-cant_5 .inarow2 article.noticia-3 {
    width: 99.8840678%;
    margin-left: 0;
    height: auto!important;
  }
  .home #noticias-destacadas-2 .noticias-destacadas-cant_5 .inarow3 article.noticia-3 h2,
  .home #noticias-destacadas-2 .noticias-destacadas-cant_5 .inarow2 article.noticia-3 h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .home #modulo-1 div#contenido {
    padding-top: 0;
  }
  .home #modulo-1 h1 {
    margin-bottom: 4%;
  }
  .home #modulo-1 div.inarow4 .noticia-3 {
    width: 49.09457627% !important;
    margin-left: 1.694%;
    margin-bottom: 20px;
  }
  .home #modulo-1 .inarow4 > *:nth-child(odd) {
    margin-left: 0!important;
    clear: left;
  }
  .home #dos_columnas_distintas_home {
    margin-bottom: 0;
  }
  .home #dos_columnas_distintas_home #columna-home-1 {
    width: 99.8840678%;
  }
  .home #dos_columnas_distintas_home #columna-home-1 article {
    border-bottom: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .home #dos_columnas_distintas_home #columna-home-1 article h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .home #dos_columnas_distintas_home #columna-home-2 {
    width: 99.8840678%;
    margin-right: 0;
  }
  .home #dos_columnas_distintas_home #columna-home-2 article figure {
    margin-bottom: 0;
  }
  .home #dos_columnas_distintas_home #columna-home-3 {
    width: 99.8840678%;
  }
  .home #modulo-2 .g8,
  .home #modulo-2 .g4 {
    width: 99.8840678%;
    margin-bottom: 0;
    height: auto !important;
  }
  .home #modulo-2 article.noticia-2 {
    margin-bottom: 1.694%;
    position: relative!important;
    width: 99.8840678% !important;
    margin-left: 0 !important;
  }
  .home #modulo-2 article.noticia-2 h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .home #modulo-2 article.noticia-2 div.z99 {
    padding-bottom: 25px;
  }
  .home #modulo-3 > h1 {
    text-align: center;
  }
  .home #modulo-3 article {
    width: 99.8840678%;
  }
  .home #modulo-videos > h1 {
    text-align: center;
  }
  .home #modulo-videos .g8,
  .home #modulo-videos .g4 {
    width: 99.8840678%;
  }
  .home #modulo-videos .g8 .noticia-4,
  .home #modulo-videos .g4 .noticia-4 {
    width: 82.95423729%;
    margin: 0 auto;
  }
  .home #modulo-videos .g8 .noticia-4 h2,
  .home #modulo-videos .g4 .noticia-4 h2 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
  }
  .home #modulo-videos .g8 .noticia-5,
  .home #modulo-videos .g4 .noticia-5 {
    width: 82.95423729%;
    margin: 0 auto;
    margin-bottom: 2%;
  }
  .home #modulo-videos .g8 .noticia-5 .g6,
  .home #modulo-videos .g4 .noticia-5 .g6 {
    width: 99.8840678%;
  }
  .home #modulo-videos .g8 .noticia-5 h1,
  .home #modulo-videos .g4 .noticia-5 h1 {
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .home #modulo-videos .laterales article figure.g6 {
    width: 23.69983051%;
  }
  .home #modulo-videos .laterales article div.g6 {
    padding-top: 0;
    width: 74.48932203%;
  }
  .home #modulo-opinion article {
    width: 99.8840678%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .home #modulo-opinion article figure {
    border: none;
  }
  .home .modulo-3 {
    width: 99.8840678%;
  }
  .home .banners-modulo-3 {
    display: none;
  }
  .home #galeria_de_imagenes .g9,
  .home #galeria_de_imagenes .g3 {
    width: 99.8840678%;
  }
  .home #contenedor-modulo-opinion .g9,
  .home #contenedor-modulo-opinion .g3 {
    width: 99.8840678%;
    margin-bottom: 1.694%;
  }
  .seccion #main,
  .resultados #main {
    padding-top: 67px;
  }
  .seccion #main .noticias-destacadas-cant_3 > .g8,
  .resultados #main .noticias-destacadas-cant_3 > .g8 {
    margin-bottom: 0;
    width: 99.8840678%;
    margin-right: 0;
  }
  .seccion #main .noticias-destacadas-cant_3 > .g4,
  .resultados #main .noticias-destacadas-cant_3 > .g4 {
    width: 99.8840678%;
  }
  .seccion #main .noticias-destacadas-cant_3 > .g4 .noticia-5,
  .resultados #main .noticias-destacadas-cant_3 > .g4 .noticia-5 {
    float: left;
    margin-right: 1.694%;
    width: 49.09457627%;
  }
  .seccion #main .noticias-destacadas-cant_3 > .g4 .noticia-5:nth-child(2),
  .resultados #main .noticias-destacadas-cant_3 > .g4 .noticia-5:nth-child(2) {
    margin-right: 0;
  }
  .seccion #main .noticias-destacadas-cant_3 .laterales,
  .resultados #main .noticias-destacadas-cant_3 .laterales,
  .seccion #main .noticias-destacadas-cant_3 .principal,
  .resultados #main .noticias-destacadas-cant_3 .principal {
    height: auto!important;
  }
  .seccion #main .noticias-destacadas-cant_3 .laterales .posa.bottom,
  .resultados #main .noticias-destacadas-cant_3 .laterales .posa.bottom,
  .seccion #main .noticias-destacadas-cant_3 .principal .posa.bottom,
  .resultados #main .noticias-destacadas-cant_3 .principal .posa.bottom {
    padding: 0;
    position: relative;
  }
  .seccion #main .noticias-destacadas-cant_3 .laterales .posa.bottom article,
  .resultados #main .noticias-destacadas-cant_3 .laterales .posa.bottom article,
  .seccion #main .noticias-destacadas-cant_3 .principal .posa.bottom article,
  .resultados #main .noticias-destacadas-cant_3 .principal .posa.bottom article {
    margin-bottom: 1.694%;
  }
  .seccion #main .noticias-destacadas-cant_3 .laterales .posa.bottom h2,
  .resultados #main .noticias-destacadas-cant_3 .laterales .posa.bottom h2,
  .seccion #main .noticias-destacadas-cant_3 .principal .posa.bottom h2,
  .resultados #main .noticias-destacadas-cant_3 .principal .posa.bottom h2,
  .seccion #main .noticias-destacadas-cant_3 .laterales .posa.bottom h3,
  .resultados #main .noticias-destacadas-cant_3 .laterales .posa.bottom h3,
  .seccion #main .noticias-destacadas-cant_3 .principal .posa.bottom h3,
  .resultados #main .noticias-destacadas-cant_3 .principal .posa.bottom h3 {
    color: #000;
  }
  .seccion #main .noticias-destacadas-cant_3 .laterales .posa.bottom h3,
  .resultados #main .noticias-destacadas-cant_3 .laterales .posa.bottom h3,
  .seccion #main .noticias-destacadas-cant_3 .principal .posa.bottom h3,
  .resultados #main .noticias-destacadas-cant_3 .principal .posa.bottom h3 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }
  .seccion #main .noticias-destacadas-cant_3 .laterales .posa.bottom h2,
  .resultados #main .noticias-destacadas-cant_3 .laterales .posa.bottom h2,
  .seccion #main .noticias-destacadas-cant_3 .principal .posa.bottom h2,
  .resultados #main .noticias-destacadas-cant_3 .principal .posa.bottom h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .seccion #main .noticias-destacadas-cant_3 .laterales article:last-child,
  .resultados #main .noticias-destacadas-cant_3 .laterales article:last-child,
  .seccion #main .noticias-destacadas-cant_3 .principal article:last-child,
  .resultados #main .noticias-destacadas-cant_3 .principal article:last-child {
    position: relative;
  }
  .seccion #main .noticias-destacadas-cant_3 .laterales article,
  .resultados #main .noticias-destacadas-cant_3 .laterales article,
  .seccion #main .noticias-destacadas-cant_3 .principal article,
  .resultados #main .noticias-destacadas-cant_3 .principal article {
    margin-bottom: 15px;
  }
  .seccion #main #columna-seccion-1,
  .resultados #main #columna-seccion-1 {
    width: 99.8840678%;
    margin-right: 0;
  }
  .seccion #main #columna-seccion-1 article,
  .resultados #main #columna-seccion-1 article {
    width: 99.8840678%;
    margin-left: 0;
  }
  .seccion #main #columna-seccion-2,
  .resultados #main #columna-seccion-2 {
    width: 99.8840678%;
  }
  .seccion #main #columna-seccion-2 .fb-page,
  .resultados #main #columna-seccion-2 .fb-page {
    display: block !important;
    margin: 0 auto;
    width: 280px;
  }
  body.nota #main,
  body.video #main {
    padding-top: 60px;
  }
  body.nota #main #columna-noticia-1 > .g11,
  body.video #main #columna-noticia-1 > .g11 {
    width: 99.8840678%;
  }
  body.nota #main #columna-noticia-1 > .g10,
  body.video #main #columna-noticia-1 > .g10 {
    width: 99.8840678%;
  }
  body.nota #main #columna-noticia-1 > .g2,
  body.video #main #columna-noticia-1 > .g2 {
    width: 99.8840678%;
  }
  body.nota #main #columna-noticia-1 > .g2 .g6,
  body.video #main #columna-noticia-1 > .g2 .g6 {
    width: 99.8840678%;
    margin-bottom: 15px;
  }
  body.nota #main #columna-noticia-1 > .g2 .g6 br,
  body.video #main #columna-noticia-1 > .g2 .g6 br {
    display: none;
  }
  .page #contenido {
    padding-top: 68px;
  }
}
@media only screen and (max-width: 650px) {
  #menu_header_fixed .barra_muestra_menu {
    text-align: center;
  }
  #menu_header_fixed .barra_muestra_menu .logo-botonera {
    float: none;
    display: inline-block;
  }
  #menu_header_fixed .barra_muestra_menu > .g3 {
    display: none;
  }
  #menu_header_fixed #search-mobile {
    display: block !important;
  }
  .banner .is_responsive {
    display: block;
  }
  .banner .is_desktop {
    display: none;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_4 article.noticia-6.g3 {
    width: 99.8840678%;
    margin-left: 0;
  }
  .home #seccion-destacada1 > .g8 article figure > .placa_titulo {
    position: relative;
  }
  .home #seccion-destacada1 > .g8 article figure > .icon-video,
  .home #seccion-destacada1 > .g8 article figure .icon-audio {
    bottom: auto;
    top: 10px;
  }
  .home #noticias-destacadas-2 div.inarow4 article.noticia-3,
  .home #noticias-destacadas-2 div.inarow3 article.noticia-3 {
    width: 99.8840678% !important;
    margin-left: 0;
  }
  .home #modulo-1 {
    padding-top: 15px;
  }
  .home #modulo-1 div.inarow4 article.noticia-3 {
    width: 99.8840678% !important;
    margin-left: 0;
  }
  .home #dos_columnas_distintas_home #columna-home-1 {
    width: 99.8840678%;
    margin-right: 0;
  }
  .home #dos_columnas_distintas_home #columna-home-1 article div.placa {
    margin-bottom: 30px;
  }
  .home #dos_columnas_distintas_home #columna-home-2 {
    width: 99.8840678%;
  }
}
@media only screen and (max-width: 450px) {
  .nota .wysiwyg ul li {
    margin-left: 4%;
  }
  .nota p iframe {
    width: 100%!important;
  }
  footer .g6 {
    padding-top: 0;
    padding-bottom: 30px;
    width: 99.8840678%;
    text-align: center;
  }
  footer .g6 img {
    max-width: 100%;
  }
  .home #noticias-destacadas-1 article div.posa.bottom.z99.p15 {
    padding-bottom: 16px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_1 article h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_1 article h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_2 article.g6 {
    width: 99.8840678%;
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_2 article.noticia-2 h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 > .g8,
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 > .g4 {
    width: 99.8840678%;
    margin-right: 0;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 article h2 {
    font-size: 21px!important;
    line-height: 22px!important;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_5 article h3 {
    display: none;
  }
  .home #noticias-destacadas-1 .noticias-destacadas-cant_6 article h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .home #noticias-destacadas-2 .noticias-destacadas-cant_3_2 article {
    width: 99.8840678%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .home #noticias-destacadas-2 .noticias-destacadas-cant_4 article {
    width: 99.8840678%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .home #noticias-destacadas-2 .noticias-destacadas-cant_2 article {
    width: 99.8840678%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .home #columna-home-1 article div.posa.bottom.placa {
    margin-bottom: 10px;
  }
  .home #modulo-2 {
    padding-top: 7%;
  }
  .home #modulo-2 article div.posa.bottom.z99.p15 {
    padding-bottom: 16px;
  }
  .home #modulo-2 article h2 {
    font-size: 21px!important;
    line-height: 24px!important;
  }
  .home #modulo-2 article h3 {
    font-size: 12px;
    line-height: 20px;
  }
  .home #modulo-3 .inarow3 article.g4 {
    width: 99.8840678%;
    margin-left: 0;
  }
  .home #seccion-destacada2 .titulo_superdestacada {
    position: relative;
    width: 100%!important;
    margin-left: 0;
    margin-right: 0;
    bottom: 0!important;
  }
  .home #seccion-destacada2 .titulo_superdestacada h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .home #mas-noticias.inarow6 article.noticia-11.g2 {
    width: 49.09457627%;
    margin-bottom: 15px;
    clear: none;
  }
  .home #mas-noticias.inarow6 > *:nth-child(3n+1) {
    margin-left: 1.694%;
  }
  .home #mas-noticias.inarow6 > *:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .seccion #main .noticias-destacadas-cant_3 > .g8 {
    width: 99.8840678%;
    margin-right: 0;
  }
  .seccion #main .noticias-destacadas-cant_3 > .g8 h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .seccion #main .noticias-destacadas-cant_3 > .g4 {
    width: 99.8840678%;
  }
  .seccion #main .noticias-destacadas-cant_3 > .g4 .noticia-5 {
    margin-right: 0;
    width: 99.8840678%;
  }
  .seccion #main #columna-seccion-1 article.noticia-10 figure {
    width: 99.8840678%;
    margin-right: 0;
  }
  .seccion #main #columna-seccion-1 article.noticia-3 {
    margin-bottom: 15px;
    width: 99.8840678%;
    margin-left: 0;
  }
  body.nota #columna-noticia-1 h1,
  body.video #columna-noticia-1 h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  body.nota #columna-noticia-2 .noticia-12 h1,
  body.video #columna-noticia-2 .noticia-12 h1,
  body.nota #columna-noticia-2 .noticia-12g h1,
  body.video #columna-noticia-2 .noticia-12g h1,
  body.nota #columna-noticia-2 .noticia-12 h2,
  body.video #columna-noticia-2 .noticia-12 h2,
  body.nota #columna-noticia-2 .noticia-12g h2,
  body.video #columna-noticia-2 .noticia-12g h2 {
    font-size: 18px;
    line-height: 27px;
  }
  body.nota #notas_relacionadas article a .g9,
  body.video #notas_relacionadas article a .g9,
  body.nota #notas_relacionadas article a .g3,
  body.video #notas_relacionadas article a .g3 {
    width: 99.8840678%;
    margin-right: 0;
  }
  body.nota #notas_relacionadas article a .g9 figure,
  body.video #notas_relacionadas article a .g9 figure,
  body.nota #notas_relacionadas article a .g3 figure,
  body.video #notas_relacionadas article a .g3 figure {
    margin-bottom: 1.694%;
  }
  body.nota #notas_relacionadas article a .g9 h2,
  body.video #notas_relacionadas article a .g9 h2,
  body.nota #notas_relacionadas article a .g3 h2,
  body.video #notas_relacionadas article a .g3 h2 {
    line-height: 22px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 380px) {
  .home #mas-noticias.inarow6 article.noticia-11.g2 {
    width: 99.8840678%;
    margin-bottom: 15px;
    clear: none;
    margin-left: 0;
    float: none;
  }
  .home #mas-noticias.inarow6 > *:nth-child(3n+1) {
    margin-left: 0;
  }
  .home #mas-noticias.inarow6 > *:nth-child(2n+1) {
    margin-left: 0;
  }
}
/*

.g1 {
  width: 6.77%;
}
.g2 {
  width: 15.23491525%;
}
.g3 {
  width: 23.69983051%;
}
.g4 {
  width: 32.16474576%;
}
.g5 {
  width: 40.62966102%;
}
.g6 {
  width: 49.09457627%;
}
.g7 {
  width: 57.55949153%;
}
.g8 {
  width: 66.02440678%;
}
.g9 {
  width: 74.48932203%;
}
.g10 {
  width: 82.95423729%;
}
.g11 {
  width: 91.41915254%;
}
.g12 {
  width: 99.8840678%;
}

*/
