/*LA VOZ*/
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: Arial, Helvetica, sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  /*font-family: monospace, serif;*/
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
978px grid system ~ Core CSS.
12 Columns ~ Margin left: 30px

Based on the simple grid system - http://www.webnicer.com/
by Jacek Ciolek

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/

*/
/* clearfix */
.clearfix:after,
.row:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix,
.row {
  display: inline-block;
}
/*Those two .clearfix have to be separate!)*/
.clearfix,
.row {
  display: block;
}
/* gridframework */
.row {
  position: relative;
  margin-left: -30px;
}
.gu1 .row {
  width: 84px;
}
.gu2 .row {
  width: 168px;
}
.gu3 .row {
  width: 252px;
}
.gu4 .row {
  width: 336px;
}
.gu5 .row {
  width: 420px;
}
.gu6 .row {
  width: 504px;
}
.gu7 .row {
  width: 588px;
}
.gu8 .row {
  width: 672px;
}
.gu9 .row {
  width: 756px;
}
.gu10 .row {
  width: 840px;
}
.gu11 .row {
  width: 924px;
}
.gu12 .row {
  width: 1008px;
}
.canvas .gu1 .row {
  width: 84px;
}
.canvas .gu2 .row {
  width: 168px;
}
.canvas .gu3 .row {
  width: 252px;
}
.canvas .gu4 .row {
  width: 336px;
}
.canvas .gu5 .row {
  width: 420px;
}
.canvas .gu6 .row {
  width: 504px;
}
.canvas .gu7 .row {
  width: 588px;
}
.canvas .gu8 .row {
  width: 672px;
}
.canvas .gu9 .row {
  width: 756px;
}
.canvas .gu10 .row {
  width: 840px;
}
.canvas .gu11 .row {
  width: 924px;
}
.canvas .gu12 .row {
  width: 1008px;
}
.col {
  padding-left: 30px;
  float: left;
  position: relative;
}
.gu1 {
  width: 54px;
}
.gu2 {
  width: 138px;
}
.gu3 {
  width: 222px;
}
.gu4 {
  width: 306px;
}
.gu5 {
  width: 390px;
}
.gu6 {
  width: 474px;
}
.gu7 {
  width: 558px;
}
.gu8 {
  width: 642px;
}
.gu9 {
  width: 726px;
}
.gu10 {
  width: 810px;
}
.gu11 {
  width: 894px;
}
.gu12 {
  width: 978px;
}
.first {
  padding-left: 0px;
}
.gu8-3 {
  width: 194px;
}
/*IMPORTANTE: Nunca debe devolver nada el css ya que solo son variables*/
/*FONTS*/
/*Grosor tipografia*/
/*800*/
/*Tamaño tipografia*/
/*Interletrado*/
/*COLORES*/
/*Espacios*/
/*Anchos*/
/*EFECTOS*/
/*Sombras*/
/*Boton estandar*/
/*RESET*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p,
form,
dd,
dl,
dt,
label,
fieldset,
legend,
address,
center {
  margin: 0;
  padding: 0;
}
img,
fieldset {
  border: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
input,
select,
textarea {
  outline: none;
}
textarea {
  margin: 0;
  resize: none;
}
table,
tr,
td,
th,
tbody,
thead {
  border: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
/*resoluciones*/
.columnaExtra {
  width: 300px;
  float: left;
  height: 600px;
  margin-left: 15px;
  display: block;
  position: relative;
}
.columnaExtra {
  position: relative;
  width: 1260px;
}
.columnaExtra .banner {
  position: absolute;
  left: 990px;
}
.columnaExtra .banner .pauta {
  position: fixed;
  margin-left: 10px;
}
.columnaExtra .banner {
  /*position:absolute; top:0;*/
}
.example-grid {
  float: left;
  margin-top: 10px;
}
.canvas {
  margin: 0 auto;
  position: relative;
}
/*@media screen and (min-width: 320px) and (max-width: 1366px)   {
    .flechas-wrapper {.ocultar;}
    }*/
@media screen and (max-width: 1024px) {
  .columnaExtra {
    display: none;
    visibility: hidden;
  }
  .anchototal {
    /*width: 1008978px;*/
  }
  .active > .submenu-content {
    margin: 0;
  }
  /*.hola{background:@color7;}*/
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .anchototal {
    /*width: 1248px;*/
  }
  .columnaExtra {
    width: 200px;
    overflow: hidden;
  }
  /* #header .submenu-content .canvas .gu12 {padding-left: 15px;}*/
  /*.hola{background:@color1;}*/
}
@media screen and (min-width: 1280px) {
  .anchototal {
    /*width: 1248px;*/
  }
  /*#header .submenu-content .canvas .gu12 {padding-left: 30px;}*/
  /*.hola{background:@color;}*/
}
@media all and (min-width: 1600px) {
  /* #header .submenu-content .canvas .gu12 {padding-left: 30px;}*/
}
@media (max-width: 480px) {
  .footer-block-bottom .derecha {
    float: left;
  }
}
/*Resuelve cliqueable 100%*/
a.linkok {
  display: block;
  height: 100%;
  margin-left: -10px;
}
/*Genericos*/
.moderado p {
  color: #FF0000;
  font-size: 14px;
}
#messages .status {
  display: none;
}
.DN {
  display: none;
}
/*FONDO*/
html.home {
  background: url(../img/fd_home.png) repeat 0 0;
}
body.home {
  background: url(../img/fd_home.png) repeat 0 0;
}
.loader {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.loader img {
  float: none;
  margin: 0;
}
.fondo {
  background-color: #ffffff;
}
.fondoOscuro {
  background-color: #1d1d1d;
}
.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #e8e8e8;
  border: 1px solid #cccccc;
  text-transform: uppercase;
  padding: 3px 15px;
  color: #333333;
  cursor: pointer;
  font-size: 13px;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
.btn:hover {
  color: #1d1d1d;
  border-color: #999999;
}
.btnOscuro,
#boxLogin input[type="submit"],
.submenu-content.share .suscripcion .newsletter input[type="submit"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #1d1d1d;
  border: 1px solid #666666;
  text-transform: uppercase;
  padding: 3px 15px;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  clear: both;
  margin-top: 10px;
  display: block;
}
/*h1{ font-family:@ffspecial; font-size:@ffsize8; font-weight:@ffbold;}
p{font-family:@ffbasica; font-size:@ffsize1; font-weight:@ffmedium;}
h3{font-family:@ffspecial; font-weight:@ffbold;}*/
/*Definiciones genericas*/
.element-invisible {
  display: none;
  visibility: hidden;
}
.tag {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 2px 5px;
  font-weight: bold;
  background: #cc0000;
  margin-right: 5px;
  padding-top: 1px;
}
.tag.mundod {
  background: #99b62c;
}
.tag.vos {
  background: #f29400;
}
.tag.blog {
  background: #6c1f80;
}
.tag.concurso {
  background: #ffff00;
  color: #000000;
}
.tag.usuario {
  background: #17a2ff;
}
#block-lavoz-content-mas-vistas-nota,
.pane-lavoz-content-mas-vistas-nota,
#block-lavoz-content-informacion-relacionada,
.moduloEspecial {
  margin-bottom: 30px;
}
#block-lavoz-content-mas-vistas-nota .tituloSeccion,
.pane-lavoz-content-mas-vistas-nota .tituloSeccion,
#block-lavoz-content-informacion-relacionada .tituloSeccion,
.moduloEspecial .tituloSeccion {
  background: url(../img/barrita_tab.png) no-repeat bottom left;
  padding: 20px 0;
}
.pane-lavoz-content-mas-vistas-nota,
.pane-lavoz-content-temas-del-dia-nota {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
.pane-lavoz-content-mas-vistas-nota h2.pane-title,
.pane-lavoz-content-temas-del-dia-nota h2.pane-title {
  background: url(../img/barrita_tab.png) no-repeat bottom left;
  padding: 20px 0;
  font-weight: 400;
  color: #1d1d1d;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 22px;
}
#block-lavoz-content-temas-del-dia-nota,
.pane-lavoz-content-temas-del-dia-nota,
.view-articulos-patrocinados-por-usuario,
#espMarcaBloque {
  margin-bottom: 30px;
}
#block-lavoz-content-temas-del-dia-nota .tituloSeccion,
.pane-lavoz-content-temas-del-dia-nota .tituloSeccion,
.view-articulos-patrocinados-por-usuario .tituloSeccion,
#espMarcaBloque .tituloSeccion {
  background: url(../img/barrita_tab.png) no-repeat bottom left;
  padding: 20px 0;
  padding-top: 0;
}
#block-lavoz-content-temas-del-dia-nota img,
.pane-lavoz-content-temas-del-dia-nota img,
.view-articulos-patrocinados-por-usuario img,
#espMarcaBloque img {
  float: left;
  margin-right: 10px;
  padding-top: 10px;
}
.block-lavoz-content h2,
.pane-lavoz-content-mas-vistas-nota h2,
.pane-lavoz-content-temas-del-dia-nota h2 {
  font-size: 14px;
  color: #484848;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 10px 0;
}
.block-lavoz-content h2 a,
.pane-lavoz-content-mas-vistas-nota h2 a,
.pane-lavoz-content-temas-del-dia-nota h2 a {
  font-size: 14px;
  color: #484848;
}
.block-lavoz-content li,
.pane-lavoz-content-mas-vistas-nota li,
.pane-lavoz-content-temas-del-dia-nota li {
  border-bottom: 1px solid #DBDBDB;
  list-style: none;
}
/*Header*/
/*MENU CABEZAL*/
.submenu-content #boxLogin,
.page-user #boxLogin {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
}
.submenu-content #boxLogin .ayuda,
.page-user #boxLogin .ayuda {
  color: #0062aa;
  font-size: 13px;
  padding: 10px 0;
}
.submenu-content #boxLogin .titulo,
.page-user #boxLogin .titulo {
  font-weight: bold;
  height: 50px;
  color: #666;
}
.submenu-content #boxLogin .social,
.page-user #boxLogin .social {
  float: left;
  width: 530px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.submenu-content #boxLogin .social a.fb,
.page-user #boxLogin .social a.fb {
  padding-left: 15px;
  font-size: 14px;
  color: #ffffff;
  color: #18acf2;
  font-weight: 600;
  float: left;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  background-position: -326px -936px;
  margin: 10px 0;
  height: 26px;
  margin-right: 10px;
}
.submenu-content #boxLogin .social a.em,
.page-user #boxLogin .social a.em {
  padding-left: 27px;
  font-size: 14px;
  color: #ffffff;
  color: #18acf2;
  font-weight: 600;
  float: left;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  background-position: -318px -1074px;
  margin: 10px 0;
  height: 26px;
}
.submenu-content #boxLogin .social a.tw,
.page-user #boxLogin .social a.tw {
  padding-left: 27px;
  font-size: 14px;
  color: #ffffff;
  color: #18acf2;
  font-weight: 600;
  float: left;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  background-position: -320px -992px;
  margin: 10px 0;
  height: 26px;
  margin-right: 10px;
}
.submenu-content #boxLogin .social a.gm,
.page-user #boxLogin .social a.gm {
  padding-left: 27px;
  font-size: 14px;
  color: #ffffff;
  color: #18acf2;
  font-weight: 600;
  float: left;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  background-position: -319px -1037px;
  margin: 10px 0;
  height: 26px;
  margin-right: 10px;
}
.submenu-content #boxLogin .registrate p a,
.page-user #boxLogin .registrate p a {
  display: block;
  width: 118px;
  margin-top: 10px;
}
.submenu-content #boxLogin .olvide a,
.page-user #boxLogin .olvide a {
  color: #0062aa;
  font-size: 12px;
  margin-right: 10px;
}
.submenu-content #boxLogin .form-item .description,
.page-user #boxLogin .form-item .description {
  font-size: 12px;
  color: #666666;
}
.submenu-content #boxLogin .form-item input[type="text"],
.page-user #boxLogin .form-item input[type="text"],
.submenu-content #boxLogin .form-item input[type="password"],
.page-user #boxLogin .form-item input[type="password"] {
  width: 250px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  border: 0;
  padding: 3px;
  margin-top: 5px;
  border: 1px solid #ccc;
}
.submenu-content #boxLogin .form-item label,
.page-user #boxLogin .form-item label {
  font-weight: bold;
  font-size: 14px;
  padding-top: 15px;
  display: block;
}
.submenu-content #boxLogin .user-picture,
.page-user #boxLogin .user-picture {
  float: left;
  overflow: hidden;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  margin-right: 30px;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.submenu-content #boxLogin .user-picture img,
.page-user #boxLogin .user-picture img {
  width: 120px;
  height: 120px;
}
.submenu-content #boxLogin h1,
.page-user #boxLogin h1 {
  float: left;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 42px;
  margin-top: 10px;
  font-weight: 600;
}
.submenu-content #boxLogin h1 a,
.page-user #boxLogin h1 a {
  color: #ffffff;
}
.submenu-content #boxLogin .gu3,
.page-user #boxLogin .gu3 {
  border-left: 1px solid #333333;
  min-height: 120px;
  width: 220px;
  padding-top: 20px;
}
.submenu-content #boxLogin .gu3 .btn,
.page-user #boxLogin .gu3 .btn {
  background: #1d1d1d;
  color: #cccccc;
  border: 1px solid #333333;
  text-transform: uppercase;
  padding: 8px 15px;
  display: block;
  margin-bottom: 20px;
  width: 150px;
  text-align: center;
}
.submenu-content #boxLogin .col .divisor,
.page-user #boxLogin .col .divisor {
  min-height: 220px;
  border-right: 1px solid #CCCCCC;
}
.submenu-content #boxLogin p,
.page-user #boxLogin p {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  /*color: #333;*/
  float: left;
  width: 530px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.activityProfile #boxLogin .col .divisor {
  border-right: 0 none;
}
.activityProfile #boxLogin p {
  width: auto;
}
#header {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  min-height: 44px;
  width: 100%;
}
#header .fixed-wrap {
  background: #0062aa;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  /*height: 45px;*/
  color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
#header .submenu-content {
  display: none;
  visibility: hidden;
}
#header .active {
  display: block;
  visibility: visible;
}
#header .example-grid {
  margin-top: 0;
}
#header .menu-principal li.link {
  position: relative;
}
#header .menu-principal li.link .new {
  display: block;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: -783px -1137px;
  width: 17px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: -6px;
}
#header .menu-principal li > a {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: -0.001em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  padding: 0 6px;
  color: #ffffff;
  line-height: 44px;
  text-transform: uppercase;
}
#header .menu-principal li.link:hover,
#header .menu-principal li.active {
  background: #1d1d1d;
}
#header .menu-principal li {
  display: block;
  float: left;
  cursor: pointer;
}
#header .menu-principal li.link a {
  padding: 0 8px;
}
#header .menu-principal li.iconoDerecha.clima {
  width: 66px;
}
#header .menu-principal li.iconoDerecha {
  border-left: 1px solid #327DB6;
  float: right;
}
#header .menu-principal li.iconoDerecha a {
  padding: 0 3px;
}
#header .menu-principal li.iconoDerecha a.search-trigger {
  text-indent: -88px;
  overflow: hidden;
  position: relative;
  width: 32px;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 44px;
  display: block;
  background-position: -298px 10px;
}
#header .menu-principal li.iconoDerecha a.clima-trigger {
  position: relative;
}
#header .menu-principal li.iconoDerecha a.clima-trigger .tempActual:before {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  top: 7px;
  background-position: 0 -234px;
  content: "";
  margin-right: 5px;
}
#header .menu-principal li.iconoDerecha a.clima-trigger .t1:before {
  background-position: 0 -234px;
}
#header .menu-principal li.iconoDerecha a.clima-trigger .t2:before {
  background-position: -42px -234px;
}
#header .menu-principal li.iconoDerecha a.clima-trigger .t3:before {
  background-position: -90px -234px;
}
#header .menu-principal li.iconoDerecha a.clima-trigger .t4:before {
  background-position: -135px -234px;
}
#header .menu-principal li.iconoDerecha a.clima-trigger .t5:before {
  background-position: -180px -234px;
}
#header .menu-principal li.iconoDerecha a.clima-trigger .t6:before {
  background-position: -225px -234px;
}
#header .menu-principal li.iconoDerecha a.clima-trigger .t7:before {
  background-position: -270px -234px;
}
#header .menu-principal li.iconoDerecha a.clima-trigger .t8:before {
  background-position: -315px -234px;
}
#header .menu-principal li.iconoDerecha a.follow-trigger {
  text-indent: -88px;
  overflow: hidden;
  position: relative;
  width: 50px;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 44px;
  display: block;
  background-position: -199px 10px;
}
#header .menu-principal li.iconoDerecha a.login-trigger {
  text-indent: -88px;
  overflow: hidden;
  position: relative;
  width: 35px;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 44px;
  display: block;
  background-position: -258px 10px;
}
#header .menu-principal li.iconoDerecha a.login-avatar {
  display: block;
  margin-top: 8px;
  min-height: 36px;
}
#header .menu-principal li.iconoDerecha a.login-avatar .fotoRedonda {
  width: 30px;
  height: 30px;
  display: block;
}
#header .menu-principal li.iconoDerecha a.login-avatar img {
  width: 30px;
  height: 30px;
}
#header .menu-principal .logo {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 103px;
  height: 40px;
  display: block;
  background-position: 10px 7px;
  margin-right: 15px;
}
#header .menu-principal .logo a.brand {
  margin-left: 0;
  /*padding: 0;*/
  color: #fff;
  display: block;
  width: 93px;
  height: 44px;
  line-height: 38px !important;
}
#header .half {
  width: 49%;
  float: left;
}
#header .submenu-content.more ul.columns > li {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #333333;
  padding-right: 10px;
  margin-right: 10px;
  min-height: 306px;
  margin-bottom: 10px;
}
#header .submenu-content.more .columns {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header .submenu-content.more .columns ul.column-list {
  list-style: none;
}
#header .submenu-content.more .columns ul.column-list li.header2 {
  margin-top: 10px;
}
#header .submenu-content.more .columns ul.column-list li.header {
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#header .submenu-content.more .columns ul.column-list li {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #cccccc;
}
#header .submenu-content.more .columns ul.column-list li a:hover {
  color: #e8e8e8;
}
#header .submenu-content.more .columns ul.column-list li a {
  display: block;
  padding: 6px 0;
  color: #cccccc;
}
#header .submenu-content.servicios .gu7 {
  float: left;
}
#header .submenu-content.servicios .gu5 {
  float: left;
  background-color: #F2F2F2;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 15px;
}
#header .submenu-content.servicios .gu5 .horoscopo {
  padding-top: 0;
}
#header .submenu-content.servicios .gu5 .horoscopo .iconoH {
  float: left;
  width: 90px;
}
#header .submenu-content.servicios .gu5 .horoscopo .iconoH img {
  width: 60px;
  height: 60px;
  padding-left: 15px;
}
#header .submenu-content.servicios .gu5 .horoscopo .iconoH a.btn {
  display: block;
  margin-top: 10px;
}
#header .submenu-content.servicios .gu5 .horoscopo .infoH {
  float: left;
  display: block;
  width: 280px;
  padding-left: 15px;
}
#header .submenu-content.servicios .gu5 .horoscopo h2 {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #333333;
}
#header .submenu-content.servicios .gu5 .horoscopo h2 a {
  color: #333333;
}
#header .submenu-content.servicios .gu5 .horoscopo p {
  color: #666666;
  font-size: 12px;
}
#header .submenu-content.share .suscripcion {
  padding: 20px;
  padding-top: 0;
  width: 46%;
}
#header .submenu-content.share .suscripcion .newsletter input[type="text"] {
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 5px;
  border: 0 none;
  min-width: 300px;
  color: #999999;
  font-size: 18px;
  margin-top: 10px;
  padding: 5px;
}
#header .submenu-content.share .suscripcion .newsletter input[type="submit"] {
  display: inline-block;
  padding: 8px 15px;
}
#header .submenu-content.share .redesSociales {
  border-right: 1px solid #4F4F4F;
  height: 150px;
}
#header .submenu-content.share .redesSociales li {
  float: left;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  background-position: -20px -126px;
  width: 118px;
  margin: 10px 0;
  height: 26px;
}
#header .submenu-content.share .redesSociales li a {
  padding-left: 40px;
  font-size: 14px;
  color: #ffffff;
}
#header .submenu-content.share .redesSociales li.icon-p {
  background-position: -20px -165px;
}
#header .submenu-content.share .redesSociales li.icon-tw {
  background-position: -207px -126px;
}
#header .submenu-content.share .redesSociales li.icon-i {
  background-position: -208px -165px;
}
#header .submenu-content.share .redesSociales li.icon-g {
  background-position: -390px -126px;
}
#header .submenu-content.share .redesSociales li.icon-f {
  background-position: -387px -165px;
}
#header .submenu-content.share .redesSociales li.icon-y {
  background-position: -555px -126px;
}
#header .submenu-content.share .redesSociales li.icon-r {
  background-position: -556px -165px;
}
#header .submenu-content.share strong {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  height: 30px;
  color: #999999;
  text-transform: uppercase;
}
#header .submenu-content.share strong li {
  display: block;
  float: left;
  list-style: none;
}
#header .submenu-content.clima .col {
  /*padding-left:0;*/
}
#header .submenu-content.clima .gu8 {
  padding-left: 15px;
}
#header .submenu-content.clima .titulo {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  height: 30px;
  color: #999999;
  border-bottom: 1px solid #333333;
  position: relative;
}
#header .submenu-content.clima .titulo a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  font-weight: 400;
}
#header .submenu-content.clima table {
  width: 100%;
}
#header .submenu-content.clima table th {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  width: 150px;
}
#header .submenu-content.clima table td {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  padding: 8px;
}
#header .submenu-content.clima table td.temperatura {
  font-size: 15px;
  font-weight: 800;
}
#header .submenu-content.clima table td.icono {
  width: 50px;
  text-align: center;
}
#header .submenu-content.clima .datosClima > div {
  padding: 10px 0;
}
#header .submenu-content.clima .datosClima img {
  width: 75px;
  height: 75px;
  float: left;
  margin: 10px 20px 0 16px;
}
#header .submenu-content.clima .datosClima .divisor {
  border-bottom: 1px solid #333333;
}
#header .submenu-content.clima .datosClima h5 {
  font-weight: 100;
  font-size: 18px;
}
#header .submenu-content.clima .datosClima span {
  display: block;
}
#header .submenu-content.clima .datosClima span strong {
  font-weight: bold;
}
#header .submenu-content.clima .datosClima .grados {
  font-weight: 400;
  font-size: 42px;
}
#header .submenu-content.clima .datosClima .condicion {
  font-weight: 100;
  font-size: 16px;
}
#header .submenu-content.clima .datosClima .humedad,
#header .submenu-content.clima .datosClima .sensacion {
  font-weight: 400;
  font-size: 14px;
}
#header .submenu-content.clima .datosClima .actualizacion {
  font-weight: 100;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #696969;
  text-align: center;
  margin: 10px 0;
  padding: 3px 0;
  cursor: pointer;
}
#header .submenu-content.nav-search {
  color: #999999;
  min-height: 170px;
}
#header .submenu-content.nav-search .filtrarBusqueda {
  display: block;
  padding-bottom: 10px;
}
#header .submenu-content.nav-search .filtrarBusqueda strong {
  font-weight: bold;
}
#header .submenu-content.nav-search .filtrarBusqueda span {
  float: left;
  margin-right: 10px;
  font-weight: 400;
}
#header .submenu-content.nav-search .filtrarBusqueda label {
  margin-right: 5px;
}
#header .submenu-content.nav-search .filtrarBusqueda span input,
#header .submenu-content.nav-search .filtrarBusqueda span label {
  display: inline-block;
}
#header .submenu-content.noticias .content .subnav-posts {
  min-height: 264px;
}
#header .submenu-content.mundod .content .subnav-posts {
  min-height: 232px;
}
#header .submenu-content.vos .content .subnav-posts {
  min-height: 196px;
}
#header .submenu-content {
  background-image: linear-gradient(bottom, #000000 1%, #1d1d1d 51%);
  background-image: -o-linear-gradient(bottom, #000000 1%, #1d1d1d 51%);
  background-image: -moz-linear-gradient(bottom, #000000 1%, #1d1d1d 51%);
  background-image: -webkit-linear-gradient(bottom, #000000 1%, #1d1d1d 51%);
  background-image: -ms-linear-gradient(bottom, #000000 1%, #1d1d1d 51%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.01, #000000), color-stop(0.51, #1d1d1d));
  background-color: #1d1d1d;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff1d1d1d, endColorstr=#ff1d1d1d)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff1d1d1d, endColorstr=#ff1d1d1d);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 44px;
  color: #ffffff;
}
#header .submenu-content .canvas .gu12 {
  padding-left: 15px;
}
#header .submenu-content .anchototal {
  width: 978px;
}
#header .submenu-content .content {
  padding-top: 10px;
  position: relative;
  /*.borde{padding-left:@margenes; }*/
}
#header .submenu-content .content .borde {
  display: block;
  border-right: 1px solid #DBDBDB;
  width: 490px;
}
#header .submenu-content .content .subnav-posts {
  position: relative;
  line-height: 28px;
  float: left;
  list-style: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
  padding: 20px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(#ffffff, #f0f0f0);
  background: -moz-linear-gradient(#ffffff, #f0f0f0);
  background: -o-linear-gradient(#ffffff, #f0f0f0);
  background: linear-gradient(#ffffff, #f0f0f0);
  background: #f0f0f0;
  width: 740px;
  max-height: 255px;
  margin-bottom: 10px;
}
#header .submenu-content .content .subnav-posts .subnav-post:first-child {
  min-height: 70px;
  margin-top: 0;
  padding-top: 0;
}
#header .submenu-content .content .subnav-posts .subnav-post.sinfoto:first-child {
  margin-top: 0;
  padding-top: 0;
  min-height: 25px;
}
#header .submenu-content .content .subnav-posts img {
  margin-right: 10px;
  /*width: 120px;
  height: 69px;*/
  display: block;
  float: left;
  margin-right: 12px;
}
#header .submenu-content .content .subnav-posts li.subnav-post {
  white-space: normal;
  vertical-align: top;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  width: 460px;
  padding: 10px 0;
  line-height: 18px;
  border-bottom: 1px solid #DBDBDB;
  padding-right: 10px;
}
#header .submenu-content .content .subnav-posts li.subnav-post a {
  font-size: 13px;
  color: #1d1d1d;
  font-weight: 400;
  vertical-align: top;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
#header .submenu-content .content .subnav-posts .subnav-tags {
  list-style: none;
  vertical-align: top;
  margin: 0;
  padding: 0 20px;
  line-height: 20px;
  width: 222px;
  position: absolute;
  right: 0;
  top: 15px;
  min-height: 280px;
}
#header .submenu-content .content .subnav-posts .subnav-tags .seccion {
  margin-bottom: 20px;
}
#header .submenu-content .content .subnav-posts .subnav-tags li a {
  color: #0062aa;
  font-size: 13px;
}
#header .submenu-content .content .subnav-posts .subnav-tags strong {
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
#header .submenu-content .content .subnav-posts .subnav-tags .sponsor li.logo {
  float: left;
}
#header .submenu-content .content .subnav-posts .subnav-tags .sponsor li.marca {
  float: left;
  color: #0062aa;
  font-size: 13px;
}
#header .submenu-content .content .channels {
  margin: 0;
  margin-right: 20px;
  float: left;
  width: 150px;
  list-style: none;
  text-align: left;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-top: -2px;
}
#header .submenu-content .content .channels li {
  line-height: 31px;
  border-bottom: 1px solid #303030;
}
#header .submenu-content .content .channels li .subnav-channel.active:after {
  content: "\203A";
  font-size: 2rem;
  position: absolute;
  right: 5px;
  top: -2px;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  color: #cccccc;
}
#header .submenu-content .content .channels li a {
  color: #cccccc;
  display: block;
  position: relative;
}
body.home #header .submenu-content .anchototal {
  /*width:1293px;*/
}
.close-btn {
  cursor: pointer;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-position: -740px -395px;
  z-index: 1;
  text-indent: -60859px;
  right: 33px;
  top: 260px;
  /*display:none;*/
}
.submenu-content.noticias .close-btn {
  top: 285px;
}
.submenu-content.share .close-btn {
  top: 128px;
}
.submenu-content.login .close-btn {
  top: 142px;
}
.submenu-content.clima .close-btn {
  top: 248px;
}
.submenu-content.nav-search .close-btn {
  top: 12px;
}
.submenu-content.more .close-btn {
  top: 320px;
  right: 68px;
}
.submenu-content.servicios .close-btn {
  top: 114px;
  right: 15px;
}
/*Ticker Menu*/
.block-ticker {
  width: 100%;
  background: #242424;
  font-size: 16px;
  color: #ffffff;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
.block-ticker #ticker {
  position: relative;
}
.block-ticker #ticker .close-btn {
  top: 16px;
  right: 0;
  background-position: -776px -395px;
}
.block-ticker #ticker .estado {
  font-weight: bold;
  float: left;
  padding: 5px 10px;
  margin: 10px;
  background: #cc0000;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-ticker #ticker .ticker-wrap {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.block-ticker #ticker .ticker-wrap .rrt-inner {
  padding: 10px 0;
}
.block-ticker #ticker .ticker-wrap .rrt-inner .rrt-content p {
  padding-top: 6px;
  font-weight: 600;
}
.block-ticker #ticker .ticker-wrap .rrt-inner li {
  list-style-type: none;
}
.block-ticker #ticker .ticker-wrap .rrt-inner a {
  color: #00bef6;
}
#block-lavoz-content-temas-del-dia-nota li,
#espMarcaBloque li {
  display: inline-block;
  padding-bottom: 15px;
  min-width: 306px;
}
#block-lavoz-content-temas-del-dia-nota li h2,
#espMarcaBloque li h2 {
  padding-bottom: 0;
}
.publicidad {
  margin: 0 auto ;
  text-align: center;
}
.publicidad > div > div {
  background: #DFDFDF;
  padding: 5px 3px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.publicidad > div > iframe {
  background: #DFDFDF;
  padding: 5px 3px !important;
  margin: 0 auto !important;
  margin-bottom: 30px !important;
}
.publicidad > div > object {
  background: #DFDFDF;
  padding: 5px 3px !important;
  margin: 0 auto !important;
  margin-bottom: 30px !important;
}
.publicidad > div > iframe {
  background: #DFDFDF;
  padding: 5px 3px !important;
  margin: 0 auto !important;
  margin-bottom: 30px !important;
}
.publicidad > div > img {
  background: #DFDFDF;
  padding: 5px 3px !important;
  margin: 0 auto !important;
  margin-bottom: 30px !important;
}
.publicidad > div > a > img {
  background: #DFDFDF;
  padding: 5px 3px !important;
  margin: 0 auto !important;
  margin-bottom: 30px !important;
}
/*.publicidad.sinBorde >div{background:none; padding:0;}*/
.enProfundidad .publicidad.megabanner > div > div {
  min-height: 540px;
}
.publicidad > div > img.PixelBanner {
  display: none;
}
.columnaExtra {
  margin-top: 30px;
}
.tituloSeccion {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.tituloSeccion strong {
  font-weight: 600;
}
.tituloSeccion a {
  color: #333;
}
.tituloBarrita,
.temasRelacionados .tituloSeccion,
.personas .tituloSeccion {
  background: url(../img/barrita_tab.png) no-repeat bottom left;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border: none;
}
.modulo {
  display: block;
  margin-bottom: 30px;
}
.modulo .tituloSeccion {
  font-weight: 600;
}
.modulo .tituloSeccion strong {
  font-weight: 600;
}
/*FOTOS Y VIDEOS*/
.node-type-nota-periodistica .block-multimedia {
  background: url(../img/fd_home.png) repeat 0 0;
}
.block-multimedia {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
.block-multimedia .view-notas-con-video {
  background: #242424;
  padding: 10px;
}
.block-multimedia .view-notas-con-video article {
  max-width: 202px;
  position: relative;
}
.block-multimedia .view-notas-con-video a {
  font-size: 14px;
  color: #cccccc;
  max-width: 202px;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #4F4F4F;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.block-multimedia .view-notas-con-video img {
  width: 202px;
  height: 112px;
  margin-bottom: 5px;
}
.block-multimedia .view-notas-con-video h3 {
  font-size: 14px;
}
.block-multimedia .content {
  background: #1d1d1d;
  min-height: 578px;
}
.block-multimedia .tituloSeccion {
  margin: 0 auto;
  font-weight: 600;
  /*font-size:@ffsize7;*/
  margin-bottom: 10px;
  background: none;
}
.block-multimedia .tituloSeccion a {
  display: block;
  margin: 0 auto;
  width: 978px;
}
.block-multimedia .tituloSeccion a.expandido {
  width: 1248px;
}
.block-multimedia .tituloSeccion strong {
  font-weight: bold;
}
.block-multimedia .tituloSimple {
  font-size: 16px;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.block-multimedia .galeriasContainer {
  margin-top: 15px;
}
.block-multimedia .galeriasContainer .galeriasPie {
  position: relative;
}
.block-multimedia .galeriasContainer .galeriasPie article.fotoTitulo > a {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.block-multimedia .galeriasContainer .galeriasPie article.fotoTitulo:first-child > a {
  display: block;
  visibility: visible;
}
.block-multimedia .galeriasContainer .galeriasPie article:nth-child(1) .thumbGaleria {
  border-left: 1px solid #2E2E2E;
}
.block-multimedia .galeriasContainer .galeriasPie article {
  position: relative;
}
.block-multimedia .galeriasContainer .galeriasPie article img {
  width: 726px;
  height: 412px;
}
.block-multimedia .galeriasContainer .galeriasPie article .thumbGaleria {
  position: relative;
  border-right: 1px solid #2E2E2E;
  top: 412px;
  width: 160px;
  padding: 10px;
  float: left;
  text-align: center;
  min-height: 130px;
}
.block-multimedia .galeriasContainer .galeriasPie article .thumbGaleria .icono,
.block-multimedia .galeriasContainer .galeriasPie article .thumbGaleria .icono2 {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background-position: -770px -190px;
  top: -35px;
  left: 44px;
}
.block-multimedia .galeriasContainer .galeriasPie article .thumbGaleria a {
  position: relative;
  width: 160px;
  height: 130px;
}
.block-multimedia .galeriasContainer .galeriasPie article .thumbGaleria a > img {
  /*display:inline-table;*/
  text-align: center;
  width: 120px;
  height: 69px;
  margin-bottom: 5px;
}
.block-multimedia .galeriasContainer .galeriasPie article .thumbGaleria h3 {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.block-multimedia .galeriasContainer .galeriasPie article .thumbGaleria a:hover h3 {
  color: #999999;
}
/*Block galerias*/
#block-multimedia-galerias .nota {
  margin-bottom: 30px;
  position: relative;
}
#block-multimedia-galerias .nota.principal {
  height: 551px;
  min-height: 551px;
  max-height: 551px;
  margin-top: 20px;
  position: relative;
}
#block-multimedia-galerias .nota.principal .foto {
  position: relative;
}
#block-multimedia-galerias .nota.principal .foto .icono {
  top: 10px;
  left: 10px;
}
#block-multimedia-galerias .nota.principal .contenido {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#block-multimedia-galerias .nota.principal .contenido h2 {
  font-size: 28px;
}
#block-multimedia-galerias .nota.principal .contenido h2 a {
  color: #fff;
}
#block-multimedia-galerias .nota.comun {
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  max-height: 240px;
  min-height: 240px;
}
#block-multimedia-galerias .nota.comun .foto {
  height: 138px;
  position: relative;
}
#block-multimedia-galerias .nota.comun .contenido {
  padding: 0;
}
#block-multimedia-galerias .nota.comun .contenido h2 {
  line-height: 1.3;
  margin: 10px 0;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
}
#block-multimedia-galerias .nota.comun .contenido h2 a {
  color: #fff;
  font-size: 18px;
}
.fotoRedonda {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.personas li {
  float: left;
  width: 24%;
  padding-right: 1%;
  list-style: none;
  margin-bottom: 10px;
}
.personas li a {
  display: block;
}
.personas li span {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  line-height: 14px;
  min-height: 43px;
}
.personas li .fotoRedonda {
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.personas li .fotoRedonda img {
  width: 45px;
  height: 45px;
}
/*Iconos tipo de contenido*/
a > .icono {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: -745px -117px;
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
a > .icono.video {
  background-position: -745px -234px;
  top: 10px;
  left: 10px;
}
a > .icono.interactivo {
  background-position: -689px -117px;
  top: 10px;
  left: 10px;
}
a > .icono.infografico {
  background-position: -689px -234px;
  top: 10px;
  left: 10px;
}
a > .icono.whatsapp {
  background-position: -632px -234px;
  top: 10px;
  left: 10px;
}
a > .icono.lista {
  background-position: -633px -46px;
  top: 10px;
  left: 10px;
}
.derecha {
  float: right;
}
.izquierda {
  float: left;
}
/*PIE*/
footer .pie {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
footer .pie .bottom {
  background-color: #000000;
  color: #666666;
  font-size: 11px;
  font-weight: 400;
}
footer .pie .bottom .legales {
  padding: 15px 0;
  border-bottom: 1px solid #484848;
  line-height: 1.3;
}
footer .pie .bottom .legales a {
  color: #666666;
  float: left;
  height: 14px;
}
footer .pie .bottom .legales a .Tel {
  margin-top: 3px;
  display: block;
}
footer .pie .bottom .legales a .Tel img {
  height: 11px;
}
footer .pie .bottom .creditos {
  padding: 10px 0;
}
footer .pie .bottom .creditos .desarrollo_it > span {
  padding-top: 5px;
  margin-right: 5px;
}
footer .pie .bottom .creditos .desarrollo_it {
  padding: 5px 0;
}
footer .pie .bottom .creditos .desarrollo_it .lvi_logo {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 58px;
  height: 16px;
  background-position: 0 -385px;
}
footer .pie .bottom .creditos .desarrollo_it .lvi_logo:hover {
  background-position: -68px -385px;
}
footer .pie .bottom .creditos li {
  display: inline-block;
  margin-right: 20px;
}
footer .pie .bottom .creditos li a {
  display: block;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 28px;
  width: 58px;
}
footer .pie .bottom .creditos li .cmi {
  background-position: 0 -333px;
}
footer .pie .bottom .creditos li .comScore {
  background-position: -83px -333px;
  width: 100px;
}
footer .pie .bottom .creditos li .dndp {
  background-position: -209px -333px;
  width: 148px;
}
footer .pie .bottom .creditos li .iab {
  background-position: -367px -333px;
  width: 38px;
}
footer .pie .bottom .creditos li .adepa {
  background-position: -425px -333px;
  width: 57px;
}
footer .pie .bottom .creditos li .aedia {
  background-position: -505px -333px;
  width: 73px;
}
footer .pie .link-list {
  background-color: #ffffff;
  position: static;
  padding: 20px 0;
  -webkit-box-shadow: 0px 3px 16px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 16px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 16px 6px rgba(0, 0, 0, 0.1);
}
footer .pie .link-list .enRedesSociales {
  position: absolute;
  bottom: 0;
  left: 30px;
  display: block;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 0 -282px;
  width: 150px;
  height: 23px;
}
footer .pie .link-list ul.siteMap {
  width: 16.6%;
  float: left;
  display: block;
  list-style: none;
  margin-bottom: 30px;
}
footer .pie .link-list ul.siteMap li {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
footer .pie .link-list ul.siteMap li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}
footer .pie a {
  color: #666666;
}
footer .pie .utilidades {
  width: 626px;
  margin: 0 auto;
  padding: 30px 0;
}
footer .pie .utilidades li {
  float: left;
  margin-right: 28px;
  display: block;
}
footer .pie .utilidades li a {
  display: block;
  text-align: center;
  cursor: pointer;
}
footer .pie .utilidades li a .iconoGrande {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 70px;
  height: 55px;
  display: block;
  background-position: 0px -41px;
  margin-bottom: 10px;
}
footer .pie .utilidades li .contacto:hover .iconoGrande {
  background-position: 0px -432px;
}
footer .pie .utilidades li .feedback .iconoGrande {
  background-position: -71px -41px;
}
footer .pie .utilidades li .feedback:hover .iconoGrande {
  background-position: -71px -432px;
}
footer .pie .utilidades li .rss .iconoGrande {
  background-position: -142px -41px;
}
footer .pie .utilidades li .rss:hover .iconoGrande {
  background-position: -142px -432px;
}
footer .pie .utilidades li .movil .iconoGrande {
  background-position: -213px -41px;
}
footer .pie .utilidades li .movil:hover .iconoGrande {
  background-position: -213px -432px;
}
footer .pie .utilidades li .edidigital .iconoGrande {
  background-position: -284px -41px;
}
footer .pie .utilidades li .edidigital:hover .iconoGrande {
  background-position: -284px -432px;
}
footer .pie .utilidades li .clublavoz .iconoGrande {
  background-position: -355px -41px;
}
footer .pie .utilidades li .clublavoz:hover .iconoGrande {
  background-position: -355px -432px;
}
/*PIE SHORT*/
.footer-short .footer-block-top {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.footer-short .footer-block-top ul {
  max-width: 745px;
}
.footer-short .footer-block-top ul li a {
  color: #666666;
}
.footer-short .footer-block-bottom {
  background-color: #222;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 13px;
  display: inline-block;
  width: 100%;
}
.footer-short .footer-block-bottom p {
  padding-bottom: 0;
}
.footer-short .footer-block-bottom p.footer-legal {
  float: left;
  color: #CCCCCC;
}
.footer-short .footer-block-bottom .desarrollo_it .lvi_logo {
  background-image: url("../img/sprite.png");
  background-position: 0 -385px;
  background-repeat: no-repeat;
  height: 16px;
  width: 58px;
  margin-left: 5px;
}
/*Social Bar*/
.social-bar li {
  list-style: none;
  padding: 5px;
  margin-bottom: 5px;
}
.social-bar li .Tw {
  margin-bottom: 14px;
  display: block;
  height: 20px;
}
.social-bar li .icon {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #cccccc;
  float: left;
  display: block;
  width: 118px;
  width: 35px;
  height: 35px;
}
.social-bar li .active {
  background-color: #242424;
  display: block;
  width: 118px;
  width: 50px;
  height: 35px;
}
.social-bar li .icon-fb {
  background-position: -767px -469px;
}
.social-bar li .icon-fb:hover {
  background-color: #3b5998;
}
.social-bar li .icon-tw {
  background-position: -768px -508px;
}
.social-bar li .icon-tw:hover {
  background-color: #00bef6;
}
.social-bar li .icon-g {
  background-position: -768px -546px;
}
.social-bar li .icon-g:hover {
  background-color: #ce3d2b;
}
.social-bar li .icon-comment {
  background-position: -769px -581px;
}
.social-bar li .icon-comment:hover {
  background-color: #666666;
}
.social-bar li .icon-print {
  background-position: -770px -613px;
  margin-bottom: 15px;
}
.social-bar li .icon-print:hover {
  background-color: #666666;
}
.social-bar li .icon-more {
  background-position: -770px -650px;
}
.social-bar li .icon-more:hover {
  background-color: #666666;
}
.social-bar li span {
  font-size: 12px;
  font-weight: bold;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 36px;
  height: 33px;
  background-position: -764px -431px;
  display: block;
  text-align: center;
  margin-top: 38px;
}
.social-bar li p {
  padding-top: 13px;
  color: #666666;
}
.social-bar li a {
  cursor: pointer;
}
/*cabezal fondo oscuro full*/
.cabezalSeccion {
  width: 100%;
  background: #242424;
  font-size: 16px;
  color: #ffffff;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cabezalSeccion h1 {
  text-transform: uppercase;
  font-size: 72px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
.cabezalSeccion h1.tituloLargo {
  margin-top: 26px;
  font-size: 46px;
}
/*Scroll Mike Anello*/
.ps-container .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 0;
  /*filter: alpha(opacity = 0);*/
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-x {
  opacity: 0.6;
  /*filter: alpha(opacity = 60);*/
}
.ps-container .ps-scrollbar-x:hover {
  opacity: 0.9;
  /*filter: alpha(opacity = 90);*/
  cursor: default;
}
.ps-container .ps-scrollbar-x.in-scrolling {
  opacity: 0.9;
  /*filter: alpha(opacity = 90);*/
}
.ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  right: 0px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 0;
  /*filter: alpha(opacity = 0);*/
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-y {
  opacity: 0.6;
  /*filter: alpha(opacity = 60);*/
}
.ps-container .ps-scrollbar-y:hover {
  opacity: 0.9;
  /*filter: alpha(opacity = 90);*/
  cursor: default;
}
.ps-container .ps-scrollbar-y.in-scrolling {
  opacity: 0.9;
  /*filter: alpha(opacity = 90);*/
}
#quicktabs-tabpage-dynamic_quicktabs_timeline-0 {
  position: relative;
  padding: 0px;
  height: 1489px;
  overflow: hidden;
}
#quicktabs-tabpage-dynamic_quicktabs_timeline-0 .last-content-scroll {
  height: 10000px;
}
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red,
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-musa,
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-md,
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-vos {
  position: relative;
  padding: 0px;
  height: 390px /*1296px*/;
  overflow: hidden;
}
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red .last-content-scroll,
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-musa .last-content-scroll,
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-md .last-content-scroll,
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-vos .last-content-scroll {
  height: 700px;
}
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-musa,
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-md,
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-vos {
  width: 282px;
}
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-musa .last-content-scroll,
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-md .last-content-scroll,
#quicktabs-tabpage-dynamic_quicktabs_timeline-sitio-red-vos .last-content-scroll {
  width: 282px;
}
#quicktabs-tabpage-dynamic_quicktabs_timeline-1 {
  position: relative;
  padding: 0px;
  height: 1489px;
  overflow: hidden;
}
#quicktabs-tabpage-dynamic_quicktabs_timeline-1 .last-content-scroll {
  height: 3000px;
}
.ie-search-wrapper {
  display: block;
  position: relative;
  width: 98%;
}
.ie-search-wrapper input.header-search {
  border: 0;
  margin: 0;
  padding: 5px 10px 4px;
  height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 98%;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 100;
  position: absolute;
  display: block;
  color: #333333;
  top: 0;
  left: 0;
  z-index: 100;
}
.ie-search-wrapper .header-search-submit {
  position: absolute;
  right: 2%;
  z-index: 101;
  top: 36px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 100;
  background: #1d1d1d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  border: 0;
  padding: 2px 15px;
}
/*Date picker*/
#ui-datepicker-div {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  border: 0 none;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #EDEDED;
}
#ui-datepicker-div .ui-datepicker-header {
  font-size: 22px;
  font-weight: 200;
  border: 0 none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid #cccccc;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  font-size: 22px;
  font-weight: 200;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  width: 30px;
  height: 26px;
  margin-left: -13px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
  background-position: -768px -983px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover {
  border: 0 none;
  background: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-icon {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: -722px -983px;
  text-indent: -589654px;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  background: none;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  border: 1px solid #666666;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #666666;
  color: #ffffff;
}
.cabezalSeccion {
  width: 100%;
  background: #242424;
  font-size: 16px;
  color: #ffffff;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
.cabezalSeccion .contacto {
  font-size: 13px;
  letter-spacing: -0.04em;
}
.cabezalSeccion .contacto a {
  color: #ffffff;
}
.cabezalSeccion .contacto .twitter .icon {
  background-position: -34px -837px;
}
.cabezalSeccion .contacto li.editor {
  margin-right: 10px;
}
.cabezalSeccion .contacto li {
  float: left;
  list-style: none;
  margin-bottom: 10px;
  color: #ffffff;
}
.cabezalSeccion .contacto li a {
  color: #ffffff;
  font-weight: bold;
}
.cabezalSeccion .contacto li .icon {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  display: block;
  float: left;
  margin-right: 5px;
  background-position: 0 -837px;
}
.cabezalSeccion h1 {
  text-transform: uppercase;
  font-size: 72px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
.cabezalSeccion h1 a {
  color: #ffffff;
}
.cabezalSeccion h1 a:hover {
  color: #ffffff;
}
.cabezalSeccion ul {
  font-size: 14px;
  color: #ffffff;
}
.cabezalSeccion ul.temas {
  margin-bottom: 10px;
}
.cabezalSeccion ul.temas li {
  list-style: none;
  font-weight: bold;
  float: left;
  margin-right: 15px;
}
.cabezalSeccion ul.temas li a {
  color: #18acf2;
  font-weight: 400;
}
.cabezalSeccion ul.temas .titulo {
  text-transform: uppercase;
}
.pager {
  clear: both;
  text-align: center;
}
.pager li {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  list-style: none;
  display: inline-block;
  background: #f0f0f0;
  color: #333333;
  font-size: 13px;
  padding: 8px 8px;
  margin-left: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  text-shadow: 0 1px #fff;
}
.pager li a {
  color: #333333;
}
.pager li.pager-current {
  color: #1d1d1d;
  font-weight: bold;
}
#cboxLoadedContent #system-messages .messages {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
}
#cboxLoadedContent #system-messages .messages a {
  color: #0062aa;
}
.contenido footer,
.poll footer,
article footer {
  padding: 5px 0;
  bottom: 0;
  color: #999999;
  padding-bottom: 0;
}
.contenido footer .utilidades,
.poll footer .utilidades,
article footer .utilidades {
  float: right;
  min-height: 30px;
}
.contenido footer .utilidades .btnFbTw,
.poll footer .utilidades .btnFbTw,
article footer .utilidades .btnFbTw {
  z-index: 11;
  display: none;
  padding: 1px 0;
}
.contenido footer .utilidades .btnFbTw .botonCompartir,
.poll footer .utilidades .btnFbTw .botonCompartir,
article footer .utilidades .btnFbTw .botonCompartir {
  display: block;
  float: left;
  cursor: pointer;
}
.contenido footer .utilidades .btnFbTw .botonCompartir div,
.poll footer .utilidades .btnFbTw .botonCompartir div,
article footer .utilidades .btnFbTw .botonCompartir div {
  margin-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  display: block;
  margin-right: 5px;
  font-size: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ECEEF5;
  border: 1px solid #CAD4E7;
  color: #3B5998;
  padding: 3px 5px;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: -785px -58px;
  padding-left: 20px;
  font-weight: 400;
  margin-right: 3px;
}
.contenido footer .utilidades .btnFbTw .botonCompartir span,
.poll footer .utilidades .btnFbTw .botonCompartir span,
article footer .utilidades .btnFbTw .botonCompartir span {
  display: block;
  float: left;
  border: 1px solid #e5e5e5;
  padding: 0 3px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-height: 20px;
}
.contenido footer .utilidades .btnFbTw .botonCompartir span p,
.poll footer .utilidades .btnFbTw .botonCompartir span p,
article footer .utilidades .btnFbTw .botonCompartir span p {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-weight: 400;
  color: #666666;
  font-size: 11px;
}
.contenido footer .utilidades .btnFbTw .Tw div,
.poll footer .utilidades .btnFbTw .Tw div,
article footer .utilidades .btnFbTw .Tw div {
  background-position: -783px -81px;
  background-color: #f6f6f6;
  color: #333333;
}
.contenido footer .utilidades .iconoCompartir,
.poll footer .utilidades .iconoCompartir,
article footer .utilidades .iconoCompartir {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: -772px -29px;
  z-index: 10;
  width: 28px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.contenido footer a,
.poll footer a,
article footer a {
  color: #999999;
  font-weight: bold;
}
.contenido footer .fuente,
.poll footer .fuente,
article footer .fuente {
  float: left;
  font-size: 12px;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
.contenido footer .fuente .tag,
.poll footer .fuente .tag,
article footer .fuente .tag {
  background-color: transparent;
  /*font-family:@ffbasica;*/
}
.contenido footer .fuente .fotoRedonda,
.poll footer .fuente .fotoRedonda,
article footer .fuente .fotoRedonda {
  float: left;
  margin-right: 10px;
}
.contenido footer .fuente .fotoRedonda img,
.poll footer .fuente .fotoRedonda img,
article footer .fuente .fotoRedonda img {
  width: 25px;
  height: 25px;
}
.contenido footer .fuente .fotoRedonda span,
.poll footer .fuente .fotoRedonda span,
article footer .fuente .fotoRedonda span {
  float: left;
  color: #999999;
  padding: 7px 0;
}
.contenido footer .fuente .fotoRedonda span a,
.poll footer .fuente .fotoRedonda span a,
article footer .fuente .fotoRedonda span a {
  color: #999999;
  font-weight: bold;
}
.temasRelacionados {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
.temasRelacionados .btn {
  margin-bottom: 10px;
}
.temasRelacionados p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.temasRelacionados li:before {
  content: "\203A";
  color: #cccccc;
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
.temasRelacionados li {
  list-style: none;
  border-bottom: 1px dotted #cccccc;
  padding: 10px 5px;
  line-height: 100%;
  font-size: 13px;
  font-weight: 600;
}
.temasRelacionados li a {
  color: #0062AA;
}
/*perfil de usuario patrocinador*/
.perfil-patrocinador-intereses {
  margin-bottom: 20px;
}
.perfil-patrocinador-intereses header.tituloSeccion {
  margin-top: 20px;
}
.perfil-patrocinador-intereses .content .acerca a span {
  font-size: 18px;
}
.perfil-patrocinador-intereses .content .acerca p {
  font-size: 13px;
}
.perfil-patrocinador-intereses .foto {
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}
.perfil-patrocinador-intereses .foto .epigrafeFotoNota {
  text-align: left;
  position: absolute;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
  padding: 5px 5px;
  width: 296px;
}
.perfil-patrocinador-intereses .foto .epigrafeFotoNota span {
  display: none;
}
.perfil-patrocinador-intereses .foto .epigrafeFotoNota p {
  display: block;
  visibility: visible;
  color: #999999;
  font-size: 12px;
}
.perfil-patrocinador-intereses ul.info li {
  border-bottom: 1px solid #CCCCCC;
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}
.perfil-patrocinador-intereses ul.info li.direccion h3 {
  font-size: 14px;
  font-weight: 800;
  color: #525252;
}
.perfil-patrocinador-intereses ul.info li.direccion p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #666;
  line-height: 1.4;
}
.perfil-patrocinador-intereses ul.info li.telefono h3 {
  font-size: 18px;
  font-weight: 800;
  color: #525252;
}
.perfil-patrocinador-intereses ul.info li.web a {
  font-size: 14px;
  font-weight: 800;
  color: #1F9FF2;
}
/*acerca*/
.acerca {
  font-style: normal;
}
.acerca img {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin-bottom: 10px;
}
.acerca span {
  clear: both;
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.acerca span a {
  color: #000000;
}
.acerca .dialogo a {
  font-size: 16px;
  color: #000000;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.acerca p {
  font-size: 12px;
  margin-top: 5px;
  color: #666666;
  line-height: 1.4;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
.acerca p a {
  color: #18acf2;
  clear: both;
}
#encuesta .messages {
  display: none;
}
/**
 * ColorBox Core Style:
 * The following CSS is consistent between example themes and should not be altered.
 */
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  z-index: 9999999;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/**
 * Colorbox module default style:
 * The styles are ordered & tabbed in a way that represents
 * the nesting of the generated HTML.
 */
#cboxContent {
  background: #fff;
  overflow: hidden !important;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 18px;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
  padding-bottom: 15px;
}
.cboxSlideshow_on #cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 30px;
  background: url(images/controls.png) -75px -50px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -101px -50px;
}
.cboxSlideshow_off #cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 30px;
  background: url(images/controls.png) -49px -50px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -25px -50px;
}
#cboxLoadingOverlay {
  background: #fff;
}
#cboxLoadingGraphic {
  background: url(images/loading_animation.gif) center center no-repeat;
}
/* The following are fixes for IE. */
.cboxIE6 #cboxTitle {
  background: #fff;
}
/*Modal*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
}
#cboxTopLeft {
  width: 15px;
  height: 15px;
}
#cboxTopCenter {
  height: 15px;
}
#cboxTopRight {
  width: 15px;
  height: 15px;
}
#cboxBottomLeft {
  width: 15px;
  height: 10px;
}
#cboxBottomCenter {
  height: 10px;
}
#cboxBottomRight {
  width: 15px;
  height: 10px;
}
#cboxMiddleLeft {
  width: 15px;
}
#cboxMiddleRight {
  width: 15px;
}
#cboxWrapper {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}
#cboxTitle {
  margin: 0;
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #1d1d1d;
}
#cboxClose {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: -740px -395px;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-indent: -9999px;
  border: 0 none;
  background-color: #FFF;
}
#cboxClose.hover {
  background-position: -740px -395px;
}
#cboxPrevious {
  position: absolute;
  top: 42%;
  left: 0;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: -208px -592px;
  width: 44px;
  height: 65px;
  text-indent: -9999px;
  border: 0 none;
  background-color: transparent;
}
#cboxNext {
  position: absolute;
  top: 42%;
  right: 0;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: -268px -592px;
  width: 44px;
  height: 65px;
  text-indent: -9999px;
  border: 0 none;
  background-color: transparent;
}
#cboxCurrent {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: 4px;
  left: 0px;
  color: #666666;
  font-size: 14px;
}
/*Quienes somos*/
.quienes-somos .fondo .acerca {
  background-color: #EEEEEE;
  width: 260px;
  height: 200px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 30px;
  margin-bottom: 30px;
}
.quienes-somos .fondo .acerca .dialogo {
  clear: both;
}
.quienes-somos .fondo .acerca .dialogo .sobremi {
  font-size: 12px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  max-height: 61px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 5px;
}
.quienes-somos .fondo .acerca .dialogo .social a {
  /*color: @color7; 
                                        font-size: @ffsize2;
                                        font-weight: @ffmedium;
                                        font-family: @ffbasica; */
  display: block;
  margin-bottom: 5px;
  /*text-indent:-99999999px;*/
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  background-position: -277px -936px;
  cursor: pointer;
}
.quienes-somos .fondo .acerca .dialogo .social a.em {
  background-position: -277px -1072px;
}
.quienes-somos .fondo .acerca .dialogo .social a.gm {
  background-position: -277px -1035px;
}
.quienes-somos .fondo .acerca .dialogo .social a.tw {
  background-position: -277px -991px;
}
/*Fix scroll*/
/*banner fijo*/
/* floatFix */
* + html .floatFix,
* + html ul {
  display: inline-block;
}
* + html .floatFix,
* + html ul {
  display: block;
}
* html .floatFix,
* html ul {
  height: 1%;
}
.floatFix:after,
ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#contenedor-mega {
  left: 978px;
}
.page-taxonomy-term #contenedor-mega {
  left: 1010px;
}
/* banner megalateral */
#contenedor-mega {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 270px;
  height: 800px;
  margin-top: 10px;
}
#contenedor-mega .mega {
  position: fixed!important;
  width: 260px;
  height: 800px;
  margin-left: 20px;
}
.canvas.expandido {
  width: 1248px!important;
}
.page-node-330483 .cabezalSeccion h1,
.page-node-330802 .cabezalSeccion h1,
.page-node-564733 .cabezalSeccion h1 {
  text-transform: none;
  font-size: 60px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 20px;
}
.portadaSeccion #contenedor-mega {
  /*top:-159px;*/
}
.alerta {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  width: 95%;
  background: #FFF9AA;
  padding: 2.5%;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alerta span.icono {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
  width: 34px;
  height: 30px;
  display: block;
  background-position: -483px -1005px;
}
.alerta h3 a {
  color: #333333;
}
.coberturaEspecialBlanco {
  /*MOnitor Vial*/
}
.coberturaEspecialBlanco .tituloMonitorVial {
  width: 100%;
  height: 149px;
  margin-top: 25px;
}
.coberturaEspecialBlanco .tituloMonitorVial span {
  height: 149px;
  width: 980px;
  display: block;
}
.coberturaEspecialBlanco .tituloMonitorVial span.donde {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/monitorvial/cebera-donde.jpg") center center no-repeat;
}
.coberturaEspecialBlanco .tituloMonitorVial span.como {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/monitorvial/cebera-como.jpg") center center no-repeat;
}
.coberturaEspecialBlanco .tituloMonitorVial span.cuando {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/monitorvial/cebera-cuando.jpg") center center no-repeat;
}
.coberturaEspecialBlanco .tituloMonitorVial span.quienes {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/monitorvial/cebera-quienes.jpg") center center no-repeat;
}
.coberturaEspecialBlanco .titulopatrimonio {
  width: 100%;
  height: 140px;
  margin-top: 25px;
}
.coberturaEspecialBlanco .titulopatrimonio span {
  height: 149px;
  width: 980px;
  display: block;
}
.coberturaEspecialBlanco .titulopatrimonio span.cto_tiene {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/patrimonio/titulos-01.png") left bottom no-repeat;
}
.coberturaEspecialBlanco .titulopatrimonio span.cto_gana {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/patrimonio/titulos-02.png") left bottom no-repeat;
}
.coberturaEspecialBlanco .titulopatrimonio span.quien_tiene_mas {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/patrimonio/titulos-03.png") left bottom no-repeat;
}
.coberturaEspecialBlanco .titulopatrimonio span.informaron {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/patrimonio/titulos-04.png") left bottom no-repeat;
}
.coberturaEspecialBlanco .titulopatrimonio span.aumento {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/patrimonio/titulos-05.png") left bottom no-repeat;
}
.coberturaEspecialBlanco .titulopatrimonio span.cambia {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/patrimonio/titulos-06.png") left bottom no-repeat;
}
.coberturaEspecialBlanco .titulopatrimonio span.autos {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/patrimonio/titulos-07.png") left bottom no-repeat;
}
.coberturaEspecialBlanco .titulopatrimonio span.inmuebles {
  background: url("http://www.lavoz.com.ar/sites/all/themes/lvi_new/img/especiales/patrimonio/titulos-08.png") left bottom no-repeat;
}
.coberturaEspecial,
.catastrofe {
  background: #1F1F1F;
  padding: 15px 0;
  /*Mam catastrofe*/
  /*finMam*/
}
.coberturaEspecial .nota.principal.mamGrande .contentMinuto:after,
.catastrofe .nota.principal.mamGrande .contentMinuto:after {
  display: inline-block;
  display: block;
}
.coberturaEspecial .nota.principal.mamGrande .foto,
.catastrofe .nota.principal.mamGrande .foto {
  position: relative;
  padding: 0;
}
.coberturaEspecial .nota.principal.mamGrande .foto h2,
.catastrofe .nota.principal.mamGrande .foto h2 {
  padding-left: 10px;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto {
  z-index: 1000;
  width: 620px;
  position: absolute;
  bottom: 0;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .player p,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .player p {
  display: block;
  visibility: visible;
  font-weight: bold;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .incidencias:after,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .incidencias:after {
  display: inline-block;
  display: block;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .incidencias,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .incidencias {
  display: none;
  visibility: hidden;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador:after,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador:after {
  display: inline-block;
  display: block;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador {
  padding: 10px;
  height: 60px;
  border-top: 0 none;
  background-color: rgba(0, 0, 0, 0.4);
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador p,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador img,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador img {
  width: 50px;
  height: 50px;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador span.goles,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador span.goles {
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  min-width: 50px;
  color: #a7e700;
  font-size: 28px;
  line-height: 50px;
  margin: 0 0.1em;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador span.goles,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador span.goles {
  float: left;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorIzq,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorIzq {
  float: left;
  width: 49%;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 0;
  padding-left: 5px;
  border-right: 0 none;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorIzq img,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorIzq img {
  margin-right: 10px;
  margin-left: 0;
  float: left;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorIzq .equipo,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorIzq .equipo {
  text-align: left;
  padding: 10px 0;
  float: left;
  width: 60%;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorDer,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorDer {
  background-color: rgba(0, 0, 0, 0.4);
  float: left;
  width: 49%;
  text-align: left;
  padding: 5px 0;
  padding-right: 5px;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorDer img,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorDer img {
  margin-left: 10px;
  float: right;
  margin-right: 0;
}
.coberturaEspecial .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorDer .equipo,
.catastrofe .nota.principal.mamGrande .foto .contentMinuto .marcador .marcadorDer .equipo {
  text-align: right;
  width: 60%;
  padding: 10px 0;
  float: left;
}
.coberturaEspecial .tituloSeccion,
.catastrofe .tituloSeccion {
  color: #ccc;
}
.coberturaEspecial .twitter,
.catastrofe .twitter {
  background: #fff;
  height: 438px;
  display: block;
}
.tituloSeccion .tituloTransmision {
  float: left;
  width: 30%;
}
.tituloSeccion .shareButtons {
  float: right;
  width: 70%;
  text-align: right;
}
.tituloSeccion .shareButtons .fbCompartir {
  display: inline-block;
}
.tituloSeccion .shareButtons .embedPlayer {
  display: inline-block;
  background: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-transform: lowercase;
  border-radius: 2px;
  padding: 2px;
  font-size: 11px;
  color: #fff;
  text-shadow: 1px 1px 2px #969696;
  font-family: Arial, Helvetica, sans-serif;
}
.tituloSeccion a.embedPlayerButton {
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: 5px;
}
.tituloSeccion .embedPlayer a {
  color: #fff;
}
.catastrofe {
  padding: 0;
}
.catastrofe .tituloSeccion {
  background: #353535 url(../img/bg_tituloSeccion.png) no-repeat center bottom;
  min-height: 82px;
  margin-bottom: 0;
}
.catastrofe .tituloSeccion .tituloTransmision {
  margin-top: 14px;
  margin-left: 10px;
}
.catastrofe .tituloSeccion .tituloTransmision a {
  color: #fff;
  font-weight: 200;
}
.catastrofe .tituloSeccion .shareButtons {
  width: 55%;
  padding-top: 17px;
  padding-right: 10px;
  z-index: 100005;
}
.moduloEspecial {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
.moduloEspecial .alternativa.last {
  border-bottom: 0 none;
}
.moduloEspecial .alternativa {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
}
.moduloEspecial .alternativa .btn {
  display: inline-block;
  margin-top: 10px;
}
.moduloEspecial .alternativa p.descripcion {
  font-size: 13px;
  color: #666;
}
.moduloEspecial .alternativa .tel {
  color: #0062aa;
  font-size: 20px;
  margin-bottom: 11px;
}
.moduloEspecial .alternativa .telefono {
  background: url(../img/ico_telefono2.png) no-repeat 12px 5px;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.moduloEspecial .alternativa .icoCordobes {
  background: url(../img/ico_cordobes.png) no-repeat 12px 5px;
  width: 50px;
  height: 97px;
  float: left;
  margin-right: 10px;
}
#block-lavoz-votaciones-candidatos-cordobes .moduloEspecial .foto {
  margin-bottom: 10px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 {
  padding: 0px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.pane-external-mundialbrasilenlavoz .brasil2014 nav.clearfix {
  background-color: #000;
  padding-left: 10px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .bloquePrincipal {
  margin-top: 10px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota {
  margin-bottom: 15px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .gu4 {
  width: 310px;
  padding-left: 26px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .gu3 {
  width: 229px;
  padding-left: 20px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .menu-btn {
  background: url(../img/btn_menu_modulo_brasil2014.png) no-repeat 0px 0px;
  width: 32px;
  height: 35px;
  cursor: pointer;
  display: block;
  margin-left: 0;
  float: left;
  position: absolute;
  margin-top: 14px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .menuContent {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6000000, endColorstr=#e6000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6000000, endColorstr=#e6000000);
  opacity: 90;
  width: 250px;
  height: 473px;
  float: left;
  position: absolute;
  z-index: 99;
  margin-top: 60px;
  margin-left: -10px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .menuContent a:hover {
  border-bottom: 3px solid #54ACED;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .menuContent ul {
  padding-top: 10px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .menuContent ul li {
  list-style-type: none;
  padding-left: 10px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .menuContent ul.secciones li a {
  color: #FFF;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .menuContent ul.tags li a {
  color: #999999;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .menuContent ul.links li a {
  color: #55ACEE;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 2;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .fajaPromocion {
  padding-left: 10px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .fajaPromocion .nota.comun {
  max-height: 108px;
  min-height: 105px;
  height: 100px;
  padding-left: 10px;
  padding-bottom: 14px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .fajaPromocion .nota.comun .foto {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .fajaPromocion .nota.comun .contenido {
  padding: 0;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .fajaPromocion .nota.comun .tag {
  display: none;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .destacada {
  max-height: 224px;
  min-height: 224px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .destacada .tag {
  position: absolute;
  top: 10px;
  z-index: 9;
  margin-left: 10px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .destacada .tag.cintilloEspecial {
  background: #000;
  color: #a7e700;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .close-text {
  color: #FFF;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  float: left;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 107px;
  width: 46px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .close-btn {
  cursor: pointer;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-position: -748px -1276px;
  z-index: 1;
  text-indent: 0;
  right: 33px;
  top: 18px;
  float: left;
  left: 12px;
  /*display:none;*/
}
.pane-external-mundialbrasilenlavoz .brasil2014 .tituloSeccion {
  color: #FFF;
  text-align: left;
  background: url(../img/especiales/fondo_modulo_copaamerica.jpg) no-repeat 40px 0px;
  width: 720px;
  height: 44px;
  padding-top: 16px;
  padding-left: 50px;
  float: left;
  /*text-indent:-60000px;*/
  padding-bottom: 0;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .tituloSeccion a {
  color: #FFF;
  display: block;
  width: 720px;
  height: 40px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal {
  height: 463px;
  min-height: 463px;
  max-height: 463px;
  width: 650px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal article {
  position: relative;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal h1,
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal h2 {
  font-size: 35px;
  position: relative;
  margin-bottom: 5px;
  max-width: 625px;
  width: 90%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal h1 a,
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal h2 a {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  line-height: 1.12;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal .foto .tag.cintilloEspecial {
  background: #000;
  color: #a7e700;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal .foto .tag {
  left: 10px;
  position: absolute;
  top: 10px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal .contenido {
  position: absolute;
  bottom: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  /* IE6-8 */
  padding-bottom: 40px;
  width: 100%;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal .contenido footer {
  bottom: 5px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal p {
  margin-top: 0;
  display: none;
  visibility: hidden;
  color: #e8e8e8;
  font-size: 14px;
  font-weight: 400;
  max-width: 625px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal p a {
  color: #18acf2;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal footer {
  width: 632px;
  border-top: 0 none;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contentMinuto:after {
  display: inline-block;
  display: block;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido {
  padding: 0;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido h2 {
  padding-left: 10px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto {
  z-index: 1000;
  width: 650px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .player p {
  display: block;
  visibility: visible;
  font-weight: bold;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .incidencias:after {
  display: inline-block;
  display: block;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .incidencias {
  display: none;
  visibility: hidden;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador:after {
  display: inline-block;
  display: block;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador {
  padding: 10px;
  height: 60px;
  border-top: 0 none;
  background-color: rgba(0, 0, 0, 0.4);
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador img {
  width: 50px;
  height: 50px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador span.goles {
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  min-width: 50px;
  color: #a7e700;
  font-size: 28px;
  line-height: 50px;
  margin: 0 0.1em;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador span.goles {
  float: left;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador .marcadorIzq {
  float: left;
  width: 49%;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 0;
  padding-left: 5px;
  border-right: 0 none;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador .marcadorIzq img {
  margin-right: 10px;
  margin-left: 0;
  float: left;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador .marcadorIzq .equipo {
  text-align: left;
  padding: 10px 0;
  float: left;
  width: 60%;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador .marcadorDer {
  background-color: rgba(0, 0, 0, 0.4);
  float: left;
  width: 49%;
  text-align: left;
  padding: 5px 0;
  padding-right: 5px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador .marcadorDer img {
  margin-left: 10px;
  float: right;
  margin-right: 0;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.principal.mamGrande .contenido .contentMinuto .marcador .marcadorDer .equipo {
  text-align: right;
  width: 60%;
  padding: 10px 0;
  float: left;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido h2 {
  font-size: 20px;
  width: 80%;
  bottom: 55px;
  height: auto;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  width: 310px;
  position: absolute;
  /*bottom:0;*/
  top: 170px;
  left: 0;
  max-height: 63px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .incidencias {
  display: none;
  visibility: hidden;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcador {
  border: 0 none;
  padding: 0;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcador .marcadorDer {
  float: left;
  width: 47%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 0;
  padding-right: 5px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcador .marcadorDer .equipo {
  width: 54%;
  margin: 0;
  padding: 0;
  text-align: right;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcador .marcadorDer img {
  margin-left: 5px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcador .marcadorIzq {
  width: 47%;
  float: left;
  border-right: 0 none;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 0;
  padding-left: 5px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcador .marcadorIzq .equipo {
  width: 54%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcador .marcadorIzq img {
  margin-right: 5px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcador p {
  font-size: 12px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcador span.goles {
  font-size: 16px;
  min-width: 25px;
  line-height: 25px;
  margin: 0;
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #a7e700;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcador img {
  width: 24px;
  height: 24px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorTenis ul,
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorBasquet ul {
  padding: 0.25em;
  width: auto;
  height: auto;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorTenis ul li,
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorBasquet ul li {
  font-size: 12px;
  padding-bottom: 0.1em;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorTenis img,
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorBasquet img {
  width: 17px;
  height: 17px;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorTenis .marcadorTop,
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorBasquet .marcadorTop,
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorTenis .marcadorBottom,
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorBasquet .marcadorBottom {
  height: auto;
}
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorTenis .marcadorTop p,
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorBasquet .marcadorTop p,
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorTenis .marcadorBottom p,
.pane-external-mundialbrasilenlavoz .brasil2014 .nota.destacada.mam .contenido .contentMinuto .marcadorBasquet .marcadorBottom p {
  margin: 0.35em 0.2em;
  font-size: 0.7;
}
.page-user .cabezalSeccion #boxLogin .gu3 {
  text-align: center;
}
.page-user .cabezalSeccion #boxLogin .gu3 a.espMarca {
  background: #663399;
  color: #FFFFFF;
}
.page-user .cabezalSeccion #boxLogin .gu3 a.pregunta {
  color: #cccccc;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.node-type-articulo-patrocinado .cabezalSeccion {
  background: #FFFFFF;
  min-height: 120px;
  background: url(../img/barrita_larga.png) no-repeat bottom left;
  padding-bottom: 40px;
  padding-top: 30px;
  width: 990px;
  margin: 0 auto;
  padding-left: 20px;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 {
  border-right: 1px solid #CCC;
  padding-left: 20px;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 h1 {
  text-transform: none;
  font-size: 42px;
  text-shadow: none;
  font-weight: 600;
  letter-spacing: -1px;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 h1 a {
  color: #999999;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 p {
  font-size: 14px;
  color: #999999;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 p a {
  color: #999999;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 .fotoRedonda {
  float: left;
  overflow: hidden;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  margin-right: 30px;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 .fotoRedonda img {
  float: left;
  width: 120px;
  height: 120px;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 .social {
  float: left;
  width: 530px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 .social span.fb {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  background-position: 0 -282px;
  height: 26px;
  float: left;
  width: 15px;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 .social a.fb {
  padding-left: 5px;
  font-size: 14px;
  color: #fff;
  color: #18acf2;
  font-weight: 600;
  float: left;
  margin-right: 10px;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 .social span.tw {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  background-position: -21px -282px;
  height: 26px;
  float: left;
  width: 27px;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 .social a.tw {
  padding-left: 5px;
  font-size: 14px;
  color: #fff;
  color: #18acf2;
  font-weight: 600;
  float: left;
  margin-right: 10px;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 .social span.gm {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  background-position: -55px -282px;
  height: 26px;
  float: left;
  width: 27px;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu9 .social a.gm {
  padding-left: 5px;
  font-size: 14px;
  color: #fff;
  color: #18acf2;
  font-weight: 600;
  float: left;
  margin-right: 10px;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu3 {
  margin-top: 48px;
  text-align: center;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu3 a.espMarca {
  background: #663399;
  color: #FFFFFF;
}
.node-type-articulo-patrocinado .cabezalSeccion .gu3 a.pregunta {
  color: #333333;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.gu4 a.espMarca {
  background: #663399;
  color: #FFFFFF;
}
.activityProfile .foto a.espMarca {
  background: #663399;
  color: #FFFFFF;
  left: 10px;
  position: absolute;
  top: 10px;
}
.pane-lavoz-content-actores-para-el-desarrollo .tituloSeccion span {
  float: right;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  font-weight: bold;
}
.page-comment-delete #comment-confirm-delete {
  background-color: #EAEAEA;
  margin-top: 20px;
  padding: 20px;
}
.page-comment-delete #comment-confirm-delete input.form-submit {
  border-radius: 4px;
  background: #D3D3D3;
  border: 1px solid #C1C1C1;
  text-transform: uppercase;
  padding: 3px 15px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
}
.page-comment-delete #comment-confirm-delete #edit-cancel {
  border-radius: 4px;
  background: #D3D3D3;
  border: 1px solid #C1C1C1;
  text-transform: uppercase;
  padding: 3px 15px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
}
.headerYo-informo {
  margin-top: 10px;
}
.headerYo-informo .DN {
  display: none;
  visibility: hidden;
}
.headerYo-informo h1 {
  background: url(../img/yo-informo.png) no-repeat 0 0;
  width: 310px;
  height: 100px;
  display: block;
  float: left;
}
.headerYo-informo h1 a {
  display: block;
  width: 310px;
  height: 100px;
}
.headerYo-informo .sponsor {
  float: right;
  position: relative;
  z-index: 5000;
}
.headerYo-informo .sponsor a {
  display: block;
  border: 0;
}
.headerYo-informo .sponsor span {
  font-size: 11px;
  color: #CCC;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.headerYo-informo .sponsor .logo {
  background: url(../img/whatsappero.png) no-repeat 0 0;
  width: 116px;
  height: 73px;
  display: block;
}
.moduloYo-informo {
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 30px;
}
.moduloYo-informo .tituloSeccion {
  background: url(../img/barrita_tab.png) no-repeat bottom left;
  padding: 20px 0;
  padding-top: 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.moduloYo-informo li {
  list-style: none;
  border-bottom: 1px dotted #DADADA;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  color: #333333;
  font-weight: 400;
}
.moduloYo-informo li strong {
  font-weight: 900;
}
.moduloYo-informo li span {
  display: block;
  float: left;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: -765px -1326px;
  width: 34px;
  height: 34px;
  margin: 5px 20px;
  margin-left: 5px;
}
.moduloYo-informo li .msg {
  background-position: -765px -1374px;
}
.moduloYo-informo li .list {
  background-position: -765px -1422px;
}
.moduloYo-informo li .ok {
  background-position: -765px -1469px;
}
.moduloYo-informo li:last-child {
  border-bottom: 0 none;
}
.moduloYo-informo .botonClaro {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.page-node-1013250 .Legales h2 {
  font-size: 36px;
  font-weight: 600;
}
.page-node-1013250 .Legales h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #666;
}
.tag.rumbos,
.tag.musa {
  background: #000;
  color: #fff;
}
.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content {
  border-width: 0;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  color: #333;
  background: #FFF9AA;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  z-index: 9999999999;
}
/*Flechas nav sections  horizontal*/
.flechas-wrapper {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  margin: 0 auto;
  position: fixed;
  top: 45%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 9999999;
}
.flechas-wrapper .flecha-izq.vos {
  background-color: #FFFFFF;
  height: 94px;
  width: 42px;
  display: block;
  border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  float: left;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}
.flechas-wrapper .flecha-izq.vos .flecha-icon {
  display: inline-block;
  width: 38px;
  height: 56px;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 0 -1328px;
  float: left;
  margin-top: 18px;
  margin-left: 2px;
}
.flechas-wrapper .flecha-izq.vos .flecha-label {
  visibility: hidden;
  color: #333;
  font-size: 18px;
  padding-top: 35px;
  opacity: 0;
  position: absolute;
  margin-left: 0;
  width: 145px;
  right: -55px;
  transition: all 0.2s ease-in-out 0s;
}
.flechas-wrapper .flecha-izq.vos:hover {
  height: 94px;
  width: 146px;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.flechas-wrapper .flecha-izq.vos:hover .flecha-icon {
  background-position: 0 -1407px;
}
.flechas-wrapper .flecha-izq.vos:hover .flecha-label {
  transition: opacity 0.8s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
  margin-left: 50px;
}
.flechas-wrapper .flecha-der.mundod {
  background-color: #FFFFFF;
  height: 94px;
  width: 42px;
  display: block;
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  float: right;
  transition: all 0.4s ease-in-out 0s;
}
.flechas-wrapper .flecha-der.mundod .flecha-icon {
  display: inline-block;
  width: 38px;
  height: 56px;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: -67px -1328px;
  margin-top: 18px;
  float: right;
}
.flechas-wrapper .flecha-der.mundod .flecha-label {
  visibility: hidden;
  color: #333;
  font-size: 18px;
  padding-top: 35px;
  opacity: 0;
  position: absolute;
  margin-left: 20px;
  width: 145px;
  transition: all 0.2s ease-in-out 0s;
}
.flechas-wrapper .flecha-der.mundod:hover {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  height: 94px;
  width: 146px;
}
.flechas-wrapper .flecha-der.mundod:hover .flecha-icon {
  background-position: -67px -1407px;
}
.flechas-wrapper .flecha-der.mundod:hover .flecha-label {
  transition: opacity 0.8s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
}
/* CABEZAL ESPECIALES*/
.cabezalEspecial .navbar-inverse {
  background-color: rgba(0, 98, 170, 0.8);
  color: rgba(0, 98, 170, 0.8);
  border-color: inherit;
}
.cabezalEspecial .navbar-inverse .navbar-right .login-trigger .glyphicon-user {
  font-size: 26px;
  color: #FFF;
}
.cabezalEspecial .navbar-inverse .navbar-right .login-avatar .fotoRedonda {
  width: 30px;
  height: 30px;
  display: block;
}
.cabezalEspecial .navbar-inverse .navbar-right .red-sitios .glyphicon-th {
  font-size: 26px;
  color: #FFFFFF;
}
.cabezalEspecial .navbar-inverse .navbar-header .navbar-brand .logo {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 103px;
  height: 40px;
  display: block;
  background-position: 10px 7px;
  margin-right: 15px;
  margin-top: -4px;
}
.cabezalEspecial .navbar-inverse .navbar-toggle {
  border-color: #FFF;
}
/*en redes 4 columna*/
.enRedes .nota {
  overflow: hidden;
}
.enRedes .nota h2 a {
  color: #333333;
}
.enRedes .cajaContenido {
  background: #FFF;
  width: 260px;
}
.enRedes .nota.teaser.last article {
  border-bottom: 0 none;
}
.enRedes .nota.teaser {
  border: 0 none;
  margin-bottom: 15px;
  padding: 0 10px;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  border-bottom: 1px dotted #DBDBDB;
}
.enRedes .nota.teaser .foto {
  height: 60px;
  float: left;
  width: 60px;
  margin-right: 12px;
  padding-bottom: 20px;
  overflow: hidden;
}
.enRedes .nota.teaser .foto a img {
  width: 60px;
  height: 60px;
}
.enRedes .nota.teaser .contenido {
  float: left;
  width: 168px;
  padding: 0;
  padding-bottom: 10px;
}
.enRedes .nota.teaser .contenido h2 {
  color: #333;
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.enRedes .nota.teaser .contenido h2 a {
  color: #333333;
}
.enRedes .nota.teaser.producto-tienda:first-child {
  padding-top: 15px;
}
.enRedes .nota.teaser.producto-tienda {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
}
.enRedes .nota.teaser.producto-tienda .imgAviso {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 15px;
}
.enRedes .nota.teaser.producto-tienda .AvisoDescripcion {
  float: left;
  width: 165px;
}
.enRedes .nota.teaser.producto-tienda .AvisoDescripcion h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.enRedes .nota.teaser.producto-tienda .AvisoDescripcion h4 a {
  color: #333;
}
.enRedes .nota.teaser.producto-tienda .AvisoDescripcion .precio {
  font-size: 14px;
  font-weight: 600;
  color: #E11920;
  display: block;
}
.enRedes .nota.teaser.producto-tienda .AvisoDescripcion .btn-comprar {
  padding: 5px 7px;
  width: auto;
  display: inline-block;
  float: none;
  height: 19px;
  margin-bottom: 15px;
}
.enRedes .nota.teaser.producto-tienda .AvisoDescripcion .btn-comprar span {
  background-size: 16px;
  margin-top: 3px;
  padding: 0;
  margin-right: 3px;
}
.enRedes .nota.comun {
  width: 260px;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
  background-color: inherit;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.enRedes .nota.comun .contenido {
  padding: 0;
}
.enRedes .nota.comun .contenido h2 {
  font-family: 'openSans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin: 10px 0;
  padding: 0 10px;
  letter-spacing: -0.02em;
}
.btn-comprar {
  background-color: #008acf;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #FFF;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 92px;
  font-weight: 600;
  margin-top: 5px;
  clear: both;
  font-size: 12px;
}
.btn-comprar span {
  background-image: url(http://staticcl.lavozdelinterior.com.ar/sites/clasificadoslavoz.com.ar/themes/principal/img/btn-carrito.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 24px;
  width: 22px;
  display: block;
  float: left;
  margin-right: 5px;
}
.page-node-1048143 .cabezalSeccion {
  position: fixed;
  z-index: 9999;
}
.page-node-1048143 .coberturaEspecialBlanco {
  margin-top: 150px;
}
.page-node-1048143 .coberturaEspecialBlanco .tituloSeccion .shareButtons {
  display: none;
}
.page-node-1048143 .coberturaEspecialBlanco .playerVideo a {
  margin-bottom: 60px;
  display: block;
}
.page-node-1048143 .coberturaEspecialBlanco .playerVideo h1 {
  font-size: 35px;
  background-color: #ebebeb;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #666;
  font-weight: 900;
}
.page-node-1048143 .coberturaEspecialBlanco .playerVideo span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #ebebeb transparent transparent transparent;
  display: block;
  margin: 0 auto;
}
/*Sponsors*/
.page-clima .cabezalSeccion h1 {
  float: left;
}
.page-clima .cabezalSeccion .sponsor {
  float: right;
  padding-top: 7px;
  position: relative;
  z-index: 5000;
}
.page-clima .cabezalSeccion .sponsor span {
  font-size: 11px;
  margin-left: 5px;
  color: #CCC;
}
.page-clima .cabezalSeccion .sponsor .surrey {
  background: url(../img/comercial/surrey.png) no-repeat 0 0;
  width: 168px;
  height: 45px;
  display: block;
  margin-top: 29px;
}
.page-clima .cabezalSeccion .sponsor .surrey a {
  cursor: pointer;
  width: 168px;
  height: 45px;
  display: block;
}

/*# sourceMappingURL=global.css.map */