@charset "utf-8";
/*@amarilloLogo: hsl(50, 100%, 48%);*/
/*---------------------------------------------------------------------------------------*/
/*ESTILOS DEFAULT LESS ----------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('//themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}
.zindexTop {
  z-index: 100000;
}
.zindexBottom {
  z-index: 1;
}
.hidden {
  display: none;
}
.cuadro3d {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
}
.linkAmarillo {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffd100;
  padding: 0 2px 0 2px;
}
.linkAmarillo:hover {
  color: #403b2b;
  background-color: #ffda33;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffda33), color-stop(1, #ffd100));
  background-image: -moz-linear-gradient(center bottom, #ffda33 0%, #ffd100 100%);
}
.linkAmarilloInvertido {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #403b2b;
  background-color: #ffda33;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffda33), color-stop(1, #ffd100));
  background-image: -moz-linear-gradient(center bottom, #ffda33 0%, #ffd100 100%);
  padding: 0 2px 0 2px;
}
.linkAmarilloInvertido:hover {
  color: #ffd100;
  background-color: #5e5e5e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center bottom, #5e5e5e 0%, #444444 100%);
}
.fontFamilyHeader {
  font-family: 'Open Sans', Calibri, Arial;
}
.tituloFrontpage {
  font-size: 24px;
  text-transform: uppercase;
  color: #e6ac00;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.recuadroFrontpage {
  width: 624px;
  overflow: auto;
  clear: right;
  margin-bottom: 10px;
  margin-top: 20px;
}
.recuadroFrontpage h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #e6ac00;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border-bottom: 2px solid #e6ac00;
}
.recuadroFrontpage h3 span {
  text-transform: none;
  color: black;
}
/*------------------------------------------------------------*/
/* GENERALES  ------------------------------------------------*/
/*------------------------------------------------------------*/
.nota {
  color: #666;
  font-size: 11px;
  font-style: italic;
}
.autor {
  font-style: italic;
  font-weight: bold;
  color: #666;
  margin-top: 1.0em;
}
.resaltadoEspecial {
  font-size: 15px;
}
.small {
  font-size: 11px;
}
.prettyOrderedList {
  list-style: none;
}
.prettyOrderedList li {
  margin-top: 0.5em;
  padding-left: 0.5em;
  counter-increment: myIndex;
}
.prettyOrderedList li:before {
  content: counter(myIndex) "";
  border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  float: left;
  background-color: #ffd100;
  color: #444444;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  min-width: 0.7em;
  display: inline-block;
  margin-left: -2em;
  margin-right: 0.5em;
  padding: 0.1em 0.4em 0.1em 0.4em;
}
.prettyUnorderedList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.prettyUnorderedList li {
  padding-left: 2.3em;
  /*text-indent: -1.2em;*/
  margin: 10px;
}
.prettyUnorderedList li:before {
  content: "";
  float: left;
  height: 0.6em;
  width: 0.6em;
  margin-left: -1.3em;
  margin-right: 0.5em;
  margin-top: 0.35em;
  background-color: #ffd100;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: black;
  /* or whatever color you prefer */
  display: inline-block;
  border: solid 0.1em #444444;
}
#contentpane .item-page ol,
.cke_show_borders ol {
  list-style: none;
}
#contentpane .item-page ol li,
.cke_show_borders ol li {
  margin-top: 0.5em;
  padding-left: 0.5em;
  counter-increment: myIndex;
}
#contentpane .item-page ol li:before,
.cke_show_borders ol li:before {
  content: counter(myIndex) "";
  border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  float: left;
  background-color: #ffd100;
  color: #444444;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  min-width: 0.7em;
  display: inline-block;
  margin-left: -2em;
  margin-right: 0.5em;
  padding: 0.1em 0.4em 0.1em 0.4em;
}
#contentpane .item-page ul,
.cke_show_borders ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contentpane .item-page ul li,
.cke_show_borders ul li {
  padding-left: 2.3em;
  /*text-indent: -1.2em;*/
  margin: 10px;
}
#contentpane .item-page ul li:before,
.cke_show_borders ul li:before {
  content: "";
  float: left;
  height: 0.6em;
  width: 0.6em;
  margin-left: -1.3em;
  margin-right: 0.5em;
  margin-top: 0.35em;
  background-color: #ffd100;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: black;
  /* or whatever color you prefer */
  display: inline-block;
  border: solid 0.1em #444444;
}
/* USADO PARA PREVIEW DE JCK_EDITOR*/
body.cke_show_borders {
  background-color: white;
  border: 5px solid #DDD;
  border-right-width: 63px;
  border-left-width: 30px;
  max-width: 657px;
  height: auto;
}
/*------------------------------------------------------------*/
/* MAINPAGE  -------------------------------------------------*/
/*------------------------------------------------------------*/
html,
body {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #555;
  height: 100%;
}
#containerRight {
  position: relative;
  height: 100%;
  /*IE6 HACK*/
  margin: auto;
  padding: 0;
  text-align: left;
  background: #ffffff repeat-y right;
  max-width: 1000px;
  min-width: 700px;
}
html > body #containerRight {
  /*IE6 HACK*/
  min-width: 700px;
  overflow: visible;
}
#container {
  position: relative;
  height: 100%;
  /*IE6 HACK*/
  margin: auto;
  padding: 0;
  text-align: left;
  background: white url(../images/newFondoGradientLeft.png) repeat-y;
  /*background-image: url(../images/menuFondo.png);*/
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 0px 0px 20px 2px #000000;
  -webkit-box-shadow: 0px 0px 20px 2px #000000;
  -moz-box-shadow: 0px 0px 20px 2px #000000;
  clear: both;
}
html > body #container {
  /*IE6 HACK*/
  height: auto;
  min-height: 100%;
}
#subcontainer {
  position: relative;
  clear: both;
  background: url(../images/newFondoLogos.png) no-repeat 0 200px;
  height: 100%;
  /*IE6 HACK*/
}
html > body #subcontainer {
  /*IE6 HACK*/
  height: auto;
  min-height: 100%;
}
#subcontainerMargin {
  position: relative;
  height: 100%;
  /*IE6 HACK*/
  /*margin-left: 5px;
  margin-right: 10px;*/
}
html > body #subcontainerMargin {
  overflow: hidden;
}
#headerRoundedCornerL {
  position: absolute;
  height: 192px;
  /*bottom: 0/px;*/
  top: 0;
  left: 0;
  background-image: url(../images/newFondo.png);
  width: 305px;
}
#sidebar1 {
  position: relative;
  float: left;
  width: 190px;
  /*IE6 HACK*/
  left: 0;
  padding-bottom: 180px;
  margin-left: 30px;
  margin-top: -10px;
  z-index: 1000;
}
#contentpane {
  position: relative;
  top: -70px;
  margin-left: 260px;
  margin-right: 43px;
  padding: 20px 20px 80px;
}
html > body #contentpane {
  /*IE6 HACK*/
  /*background-color: #fff;*/
}
#centerbar {
  float: none;
  margin-right: 200px;
  margin-top: 10px;
}
#footerMargin {
  position: relative;
  height: 100%;
  /*margin-right: 10px;
  margin-left: 10px;*/
  background: #000000 url(../images/footerFondo.png);
}
#footer {
  position: absolute;
  height: 60px;
  width: 100%;
  right: 0;
  bottom: 0;
  text-align: center;
}
#header {
  padding: 0 10px;
  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  background-image: url(../images/newFondoHeader.png);
  position: relative;
  height: 192px;
  overflow: hidden;
}
#header h1 {
  margin: 0;
  /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
  padding: 10px 0;
  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
  text-align: center;
}
#Contenido {
  margin-top: 0;
  padding-top: 0;
  vertical-align: top;
}
.Menu {
  font-size: 10px;
  font-weight: normal;
  color: #FFF;
  font-family: Tahoma, Geneva, sans-serif;
  position: relative;
}
span.article_separator,
span.leading_separator,
span.row_separator {
  font-size: 2px;
}
/*------------------------------------------------------------*/
/* NOVEDADES Y ENCUESTA -----------------------------*/
/*------------------------------------------------------------*/
div#recuadroMaterialesFrontpage {
  width: 624px;
  overflow: auto;
  clear: right;
  margin-bottom: 10px;
  margin-top: 20px;
}
div#recuadroMaterialesFrontpage h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #e6ac00;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border-bottom: 2px solid #e6ac00;
}
div#recuadroMaterialesFrontpage h3 span {
  text-transform: none;
  color: black;
}
div#recuadroMaterialesFrontpage a {
  font-family: 'Open Sans', Calibri, Arial;
  font-size: 20px;
  display: inline-block;
  background: #6363ff;
  padding: 10px;
  width: 25%;
  float: left;
  margin: 10px 0 10px 0;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  color: black;
  text-shadow: 1px 1px 0 white;
  text-align: center;
  text-decoration: none;
}
div#recuadroParticipeFrontpage {
  width: 624px;
  overflow: auto;
  clear: right;
  margin-bottom: 10px;
  margin-top: 20px;
}
div#recuadroParticipeFrontpage h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #e6ac00;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border-bottom: 2px solid #e6ac00;
}
div#recuadroParticipeFrontpage h3 span {
  text-transform: none;
  color: black;
}
div#recuadroParticipeFrontpage div a {
  color: #333;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 67px;
  margin-right: 2px;
  margin-bottom: 3px;
  opacity: 0.8;
  filter: Alpha(Opacity = 80);
  padding: 132px 4px 10px 4px;
  text-align: center;
  text-decoration: none;
  width: 115px;
  background: #ffd100 url(../../../images/stories/frontpage/participeDenuncias.jpg) no-repeat top left;
}
div#recuadroParticipeFrontpage div a.c2 {
  background-position: -151px 0;
}
div#recuadroParticipeFrontpage div a.c3 {
  background-position: -301px 0;
}
div#recuadroParticipeFrontpage div a.c4 {
  background-position: -450px 0;
}
div#recuadroParticipeFrontpage div a.c5 {
  background-position: -600px 0;
  margin-right: 0;
}
div#recuadroParticipeFrontpage div a:hover {
  opacity: 1;
  filter: Alpha(Opacity = 100);
}
div#recuadroParticipeFrontpage div a span.title {
  font-family: Arial, serif;
  font-weight: bold;
  font-size: 15px;
  display: block;
  color: black;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 3px;
}
div#cuadroNovedades {
  width: 657px;
  overflow: auto;
  clear: right;
  padding: 10px;
  margin: -10px;
}
div#cuadroNovedades div#ultimos {
  float: left;
}
div#cuadroNovedades div#ultimos #esta,
div#cuadroNovedades div#ultimos #noti {
  float: left;
  width: 210px;
  padding: 0;
}
div#cuadroNovedades div#ultimos #esta {
  border-right: 5px solid lightgray;
}
div#cuadroNovedades div#ultimos #noti {
  padding-left: 10px;
}
div#cuadroNovedades div#ultimos h3 {
  margin-bottom: 0;
  border-bottom: 2px solid #e6ac00;
}
div#cuadroNovedades div#ultimos h4 {
  margin: 0;
  font-size: 24px;
  color: black;
}
div#cuadroNovedades div#ultimos ul {
  margin-top: 5px;
}
div#cuadroNovedades div#encuesta {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  background: #403b2b;
  color: white;
  width: 200px;
  float: right;
  margin-left: 20px;
}
div#cuadroNovedades div#encuesta h3 {
  margin-left: 5px;
}
div#cuadroNovedades div#encuesta h4 {
  margin: 0;
  color: white;
  font-family: verdana, serif;
  font-weight: normal;
  font-size: 12px;
}
div#cuadroNovedades div#encuesta div.poll {
  margin: -5px 5px 5px;
}
div#cuadroNovedades h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #e6ac00;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
#subcontainer .lof-ass {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#subcontainer .lof-ass .lofass-container {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  overflow: visible;
}
#subcontainer .lof-ass .lofass-container .lof-main-wapper {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  z-index: 2;
  border: 8px solid #ffd100;
}
#subcontainer .lof-ass .lof-description {
  padding: 2px 7px 7px 7px;
  background: #333333;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 0px 0px 15px 1px #ffffff;
  -webkit-box-shadow: 0px 0px 15px 1px #ffffff;
  -moz-box-shadow: 0px 0px 15px 1px #ffffff;
  color: white;
  left: 0;
  bottom: 0;
  width: 420px;
}
#subcontainer .lof-ass .lof-description p a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffd100;
  padding: 0 2px 0 2px;
}
#subcontainer .lof-ass .lof-description p a:hover {
  color: #403b2b;
  background-color: #ffda33;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffda33), color-stop(1, #ffd100));
  background-image: -moz-linear-gradient(center bottom, #ffda33 0%, #ffd100 100%);
}
#subcontainer .lof-ass .lof-description h4 {
  padding: 0 0 0.6em 0;
}
#subcontainer .lof-ass .lof-description h4 a {
  margin: 0;
  color: white;
  font-size: 1em;
  font-family: 'Open Sans', Calibri, Arial;
  padding-left: 0;
}
#subcontainer .lof-ass .lof-description p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#subcontainer .lof-ass .lof-navigator-outer {
  margin: 8px 0 8px 1px;
  z-index: 1;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
}
#subcontainer .lof-ass .lof-navigator li {
  overflow: visible;
}
#subcontainer .lof-ass .lof-navigator li.active div {
  background: #ffd100 !important;
  z-index: 3;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  /*.gradientV(@amarilloLogo, lighten(@amarilloLogo, 15%));*/
}
#subcontainer .lof-ass .lof-navigator li.active h4 {
  color: black;
}
#subcontainer .lof-ass .lof-navigator li h4 {
  color: black;
  font-family: 'Open Sans', Calibri, Arial;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 8px !important;
}
#subcontainer .lof-ass .lof-navigator li img {
  margin-top: 8px;
  margin-right: 5px;
  border: none;
}
#subcontainer .lof-ass .lof-navigator li div {
  /*.gradientV(@amarilloLogo, lighten(@amarilloLogo, 15%));*/
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, lightgray));
  background-image: -moz-linear-gradient(center bottom, white 0%, lightgray 100%);
  border-top: none;
  border-bottom: none;
  margin-left: 0;
  padding-left: 10px;
}
#subcontainer .lof-ass .lof-navigator li div:hover {
  background-color: gray;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, gray), color-stop(1, darkgray));
  background-image: -moz-linear-gradient(center bottom, gray 0%, darkgray 100%);
}
#subcontainer .lof-ass .lof-main-wapper {
  width: 420px;
  border-right: solid 10px #d1ae00;
}
/*------------------------------------------------------------*/
/* HEADER  ---------------------------------------------------*/
/*------------------------------------------------------------*/
#realHeader {
  position: absolute;
  /*overflow:auto;*/
  /*width: 500px;*/
  width: 100%;
  font-size: 10px;
  text-align: center;
}
/*--------------------------*/
/* MENU LEFT */
/*--------------------------*/
.moduletable_menu h3 {
  color: #FFF;
  font-size: 12px;
}
.moduletable_menu {
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.moduletable_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 188px;
}
.moduletable_menu li {
  margin-top: 12px;
  border-top: none;
  border-bottom: 2px solid #FFD100;
  position: relative;
  text-align: right;
  padding: 0;
  color: #333;
  list-style: none outside;
  display: block;
}
.moduletable_menu li a {
  color: #333;
  text-decoration: none;
  padding: 7px 2px 2px 6px;
  display: block;
}
.moduletable_menu li span {
  display: block;
  padding: 7px 2px 2px 6px;
}
.moduletable_menu li.deeper {
  /*border-bottom: 2px solid hsl(49, 100%, 50%);*/
  border-bottom-color: #BBB;
}
.moduletable_menu > ul > li:hover {
  /*margin-right: -5px;*/
  text-decoration: none;
  color: black;
  background-color: #CCC;
  background-color: #fce15d;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fce15d), color-stop(1, #ffbf00));
  background-image: -moz-linear-gradient(left center, #fce15d 0%, #ffbf00 100%);
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.moduletable_menu li.deeper > span,
.moduletable_menu li.deeper > a {
  background: url(../images/newMenuFlecha.gif) no-repeat right 8px;
  padding-right: 15px;
}
.moduletable_menu > ul > li.deeper:hover {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #bbbbbb;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #bbbbbb), color-stop(1, #dddddd));
  background-image: -moz-linear-gradient(left center, #bbbbbb 0%, #dddddd 100%);
  border-right: none;
}
.moduletable_menu li.deeper:hover > span,
.moduletable_menu li.deeper:hover > a {
  background-image: url(../images/newMenuFlechaBlack.gif);
  /*padding-right: 38px;*/
}
.moduletable_menu span.separator {
  font-style: italic;
}
.moduletable_menu a:link,
.moduletable_menu a:visited,
.moduletable_menu a:hover {
  text-decoration: none;
  font-weight: bold;
}
html > body .moduletable_menu a {
  display: block;
}
.moduletable_menu li.deeper:hover > ul {
  display: block;
}
.moduletable_menu li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 188px;
  background: #DDD;
  margin: 0;
  width: 177px;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.7);
  background-color: #dddddd;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #dddddd), color-stop(1, #bbbbbb));
  background-image: -moz-linear-gradient(left center, #dddddd 0%, #bbbbbb 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0px;
  /*-moz-border-radius-topright: @rtr;
  -moz-border-radius-bottomright: @rbr;
  -moz-border-radius-bottomleft: @rbl;
  -moz-border-radius-topleft: @rtl;*/
}
.moduletable_menu > ul > li.active,
.moduletable_menu > ul > li.active:hover {
  margin-left: -35px;
  margin-right: -5px;
  padding-right: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  /*-moz-border-radius-topright: @rtr;
  -moz-border-radius-bottomright: @rbr;
  -moz-border-radius-bottomleft: @rbl;
  -moz-border-radius-topleft: @rtl;*/
}
.moduletable_menu > ul > li.active > ul {
  left: 222px;
}
.moduletable_menu li.active,
.moduletable_menu li.active:hover {
  padding-bottom: 4px;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  background-color: #fff5a6;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff5a6), color-stop(1, #ffd95e));
  background-image: -moz-linear-gradient(left center, #fff5a6 0%, #ffd95e 100%);
  border-bottom: none;
}
.moduletable_menu li li {
  margin: 0;
  padding-right: 5px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #eeeeee), color-stop(1, #cccccc));
  background-image: -moz-linear-gradient(left center, #eeeeee 0%, #cccccc 100%);
  font-size: 11px;
}
.moduletable_menu li li:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0px;
  /*-moz-border-radius-topright: @rtr;
  -moz-border-radius-bottomright: @rbr;
  -moz-border-radius-bottomleft: @rbl;
  -moz-border-radius-topleft: @rtl;*/
}
.moduletable_menu li li:first-child {
  border-top-right-radius: 10px;
}
.moduletable_menu li li:hover {
  background-color: #ffe066;
  background-color: #fff5a6;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff5a6), color-stop(1, #ffd95e));
  background-image: -moz-linear-gradient(left center, #fff5a6 0%, #ffd95e 100%);
}
.moduletable_menu li ul li ul {
  left: 177px;
  margin-top: 0;
}
.moduletable_menu li li li {
  display: none;
  font-size: 11px;
}
.moduletable_menu li li:hover li {
  display: block;
}
/*------------------------------------------------------------*/
/* DIALOG  ---------------------------------------------------*/
/*------------------------------------------------------------*/
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
  background-color: white;
  border: 2px solid black;
}
.ui-dialog #system-message dd {
  font-weight: normal;
  text-indent: 0;
}
.ui-dialog #system-message li {
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .5em 1em .3em;
  position: relative;
  background-color: #F0E275;
  height: 20px;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0;
  color: black;
}
.ui-dialog .ui-dialog-titlebar-close {
  float: right;
  padding: 1px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  background: url(../images/closeDialogIcon.png) no-repeat right;
  padding-right: 20px;
}
.ui-dialog .ui-dialog-titlebar-close span:hover {
  background-image: url(../images/closeDialogIconHover.png);
}
.ui-corner-all {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.ui-dialog .ui-dialog-content {
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: .5em .4em .5em 0;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  line-height: 1.4em;
  width: auto;
  overflow: visible;
}
/*.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }*/
/*.ui-draggable .ui-dialog-titlebar { cursor: move; }*/
.ui-widget-overlay {
  background: #000000 50% 50% repeat-x;
  opacity: 0.5;
  filter: Alpha(Opacity = 50);
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------*/
/* TABLAS  ---------------------------------------------------*/
/*------------------------------------------------------------*/
tbody {
  vertical-align: top;
}
div.tablaDosColumnas {
  margin-left: 10px;
  margin-right: 10px;
}
.tablaDosColumnas table {
  border-collapse: collapse;
  background-color: #dee8f6;
  text-align: center;
  border: none;
  border-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
}
.tablaDosColumnas caption {
  font-weight: bold;
}
.tablaDosColumnas th {
  padding: 0.5em 0.5em;
  text-align: center;
  background-color: #036;
  color: #fff;
}
.tablaDosColumnas td,
.tablaDosColumnas tr,
.tablaDosColumnas th {
  border: 0;
  border-top: solid 1px #004891;
  border-bottom: #004891 solid 1px;
  padding: 4px 10px;
  vertical-align: middle;
}
.tablaDosColumnas td:first-child {
  text-align: left;
  background-color: #91B9D0;
  min-width: 100px;
}
.tablaDosColumnas table p {
  margin: 0;
}
.tablaDosColumnas td + td,
.tablaDosColumnas th + th {
  border-left: solid 3px #fff;
  font-weight: bold;
  min-width: 50px;
}
/*--------------------------*/
/* MENU LASTNEWS */
/*--------------------------*/
ul.latestnews {
  padding: 0;
  margin-left: 15px;
  font-size: 12px;
  list-style: square url(../images/bulletRombo.png);
}
ul.latestnews li {
  padding: 0;
  margin: 0 0 5px;
}
.latestnews a {
  margin: 0;
}
/*--------------------------*/
/* MENU TOP */
/*--------------------------*/
div#searchdiv {
  /*float: right;*/
  height: 26px;
  margin-top: 6px;
  overflow: visible;
  position: absolute;
  right: 20px;
  /*top: -45px;*/
}
div#topmenudiv {
  /*clear: both;*/
  position: relative;
  margin-left: 250px;
  margin-top: 48px;
}
div#topmenudiv .topmenudivfondoder {
  background: no-repeat right;
}
div#topmenudiv .moduletable {
  margin: 0 11px 0 0;
  /*display: inline;*/
  position: relative;
}
div#topmenudiv ul#topmenu {
  margin: 0 0 0 70px;
  padding: 0;
  display: block;
  position: relative;
}
div#topmenudiv ul#topmenu a:link,
div#topmenudiv ul#topmenu a:visited,
div#topmenudiv ul#topmenu a:hover {
  color: #615000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, sans-serif;
  padding: 3px 5px 3px 5px;
}
div#topmenudiv ul#topmenu a:hover {
  background: #FFE11F;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 0px 0px 25px 2px #ffffff;
  -webkit-box-shadow: 0px 0px 25px 2px #ffffff;
  -moz-box-shadow: 0px 0px 25px 2px #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
div#topmenudiv ul#topmenu li {
  float: left;
  margin: 0 20px 0 20px;
  padding: 3px;
  display: block;
}
div#topmenudiv ul#topmenu li.current a {
  background: #E6BF00;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 0px 0px 25px 2px #ffffff;
  -webkit-box-shadow: 0px 0px 25px 2px #ffffff;
  -moz-box-shadow: 0px 0px 25px 2px #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: white;
  text-shadow: 0 0 10px yellow;
}
/*--------------------------*/
/* LANGUAGE SWITCHER  */
/*--------------------------*/
div.mod-languages {
  padding: 7px 5px 5px;
  width: 75px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.mod-languages li.lang-active img {
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 0px 0px 15px 5px #ffffff;
  -webkit-box-shadow: 0px 0px 15px 5px #ffffff;
  -moz-box-shadow: 0px 0px 15px 5px #ffffff;
}
/*--------------------------*/
/* FOOTER  */
/*--------------------------*/
#footerMargin div.mod-custom {
  color: #FFF;
  padding-top: 5px;
}
#footerMargin div a:link {
  color: #FFF;
}
#footerMargin div a:visited {
  color: #DDD;
}
#footerMargin p {
  font-size: 10px;
  margin: 0.4em;
}
/*----------------------------------------------------------*/
/* FORMATO GENERAL  ----------------------------------------*/
/*----------------------------------------------------------*/
a:link,
a:visited {
  text-decoration: underline;
  color: #a87000;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0.6em 10px;
}
h1,
h2,
.componentheading,
h1.componentheading,
h2.contentheading,
.category-list > h2,
.blog > h2 {
  display: block;
  color: #039;
  padding-top: 3px;
  padding-bottom: 2px;
  font-weight: bold;
  margin-left: -15px;
  margin-right: -63px;
  padding-left: 15px;
  background: #f0db75;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 2px 1px 10px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 1px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 1px 10px 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 6px solid white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffd100), color-stop(0.2, #ffd100), color-stop(1, #ffe5a6));
  background-image: -moz-linear-gradient(left center, #ffd100 0%, #ffd100 20%, #ffe5a6 100%);
}
h1,
h2,
h3,
h4,
.componentheading {
  font-family: 'Open Sans', Calibri, Arial;
}
h1,
h1.componentheading,
.componentheading,
h2.contentheading,
.category-list > h2,
.blog > h2 {
  margin-top: 0.7em;
  margin-bottom: 1em;
  font-size: 22px;
  border-right: none;
  border-bottom-right-radius: 0 0;
  border-top-right-radius: 0 0;
}
h2 {
  font-size: 18px;
  background-color: #ffd74c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffd74c), color-stop(1, #fff0d3));
  background-image: -moz-linear-gradient(left center, #ffd74c 0%, #fff0d3 100%);
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  margin: 1.7em 5px 0.7em -5px;
  padding-left: 5px;
  /*background-image: url(../images/headingFondoDos.png);*/
}
h3 {
  font-size: 16px;
  color: #039;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
h4 {
  margin-top: 0.4em;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 14px;
  color: #4871C4;
}
#page {
  /*width: 100%;*/
  /*padding-right: 65px; */
}
td.createdate {
  font-size: 10px;
  color: #999;
}
td.modifydate {
  font-size: 10px;
  color: #999;
}
td span.small {
  /*Autor del articulo*/
  font-size: 10px;
}
#page img {
  margin-right: 10px;
  margin-bottom: 10px;
}
#page p.articleinfo {
  /*ESTO OCULTA LA FECHA DE CREACION Y OTRAS COSAS*/
  position: absolute;
  top: 0;
  visibility: hidden;
}
div#recuadroDestacadoFrontpage {
  background-color: #D9EBFF;
  font-size: 10px;
  padding: 3px;
}
#recuadroDestacadoFrontpage h3,
#recuadroDestacadoFrontpage h4 {
  margin-bottom: 0;
}
#recuadroDestacadoFrontpage p {
  margin-top: 1px;
}
#recuadroDestacadoFrontpage a {
  color: #4871C4;
}
.pagination a,
.Noticias a {
  color: #004D71;
}
.filter,
.display,
.filter input,
.display select {
  font-size: 10px;
}
.category td {
  padding: 5px;
}
/*------------------------------------------------------------*/
/* BANNERS  --------------------------------------------------*/
/*------------------------------------------------------------*/
.blog .column-1 {
  overflow: auto;
}
.banneritem {
  text-align: center;
}
.banneritem img {
  text-align: center;
  border: none;
  margin-top: 15px;
}
/*------------------------------------------------------------*/
/* BLOG CATEGORY LAYOUT  ----------------------------*/
/*------------------------------------------------------------*/
.blog .cat-children ul {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
.blog .cat-children li {
  overflow: visible;
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid gray;
  min-height: 80px;
}
.blog .cat-children dl {
  background: #BAD1E8;
  width: 200px;
  padding: 3px 5px 3px 5px;
  display: inline;
  border-radius: 7px;
  font-size: 11px;
  margin-left: 5px;
}
.blog .cat-children dt {
  display: inline;
  margin: 0;
}
.blog .cat-children dd {
  display: inline;
  margin: 0;
  font-weight: bold;
}
.blog .cat-children span.item-title {
  /*font-family: Calibri, Arial;
  font-size: 18px;*/
  margin-left: 75px;
}
.blog .cat-children .category-desc p {
  overflow: auto;
  margin-left: 75px;
}
.blog .cat-children .category-desc img {
  position: absolute;
  left: 25px;
  margin-top: -20px;
  max-width: 75px;
  max-height: 80px;
}
.category-list .cat-items table.category {
  margin: 15px 30px 5px 10px;
  width: 90%;
  background: #dedede;
  padding: 4px;
  border-radius: 10px;
  border-spacing: 0;
}
.category-list .cat-items table.category td {
  padding: 6px 6px 6px 16px;
}
.category-list .cat-items table.category tr.cat-list-row0 {
  background: #FFF6CC;
}
.category-list .cat-items table.category tr.cat-list-row1 {
  background: white;
}
/*------------------------------------------------------------*/
/* NOTICIAS  -------------------------------------------------*/
/*------------------------------------------------------------*/
.Noticias .column-1 {
  /*background-color: hsl(225, 50%, 90%);*/
  background-color: #d3d9e6;
  padding: 2px;
  border-color: #949494;
  width: 96%;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: visible;
}
.Noticias dl {
  margin: 0 0 1em 0;
}
.Noticias .article-info-term {
  display: none;
}
.Noticias .article-info dd.create {
  font-size: 11px;
  color: #666;
  margin-left: 10px;
}
.Noticias .items-row h2 {
  margin: 0 0 0 6px;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.Noticias img {
  border: none;
  margin: 5px;
}
.blog img {
  border: none;
  margin: 0 5px 5px;
}
html > body .Noticias .column-1 {
  /*IE6 HACK*/
  width: auto;
}
img {
  /*IE6 HAck para que se vean bien cuando estan como float*/
  /*position: relative;
   float: left;*/
}
/*------------------------------------------------------------*/
/* INVESTIGACIONES  -------------------------------------------------*/
/*------------------------------------------------------------*/
.Investiga .column-1 {
  background-color: #E7E7BA;
}
/*------------------------------------------------------------*/
/* PAGINATION  -----------------------------------------------*/
/*------------------------------------------------------------*/
.pagination {
  background-color: #6A9FBF;
  font-size: 10px;
  color: #FFF;
  padding: 2px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.paginationFilter,
.paginationOrder {
  padding: 2px;
}
.paginationFilter {
  float: left;
}
.pagination input,
.pagination select {
  font-size: 10px;
  background-color: #234B78;
  border: solid 1px #000;
  color: #FFF;
}
.pagination button {
  font-size: 10px;
  /*color:#630;*/
}
.pagination li {
  display: inline;
  padding: 5px;
}
.pagenav,
.counter {
  font-weight: bold;
}
/*------------------------------------------------------------*/
/* DENUNCIAS  ------------------------------------------------*/
/*------------------------------------------------------------*/
.denunciaAgregar {
  margin-left: 5px;
  margin-bottom: 5px;
}
.denuncias {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #337AAE;
  padding: 4px;
}
.denuncia {
  background-color: #dee8f6;
  padding: 8px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.denunciaseparator {
  height: 8px;
  margin: 0;
  padding: 0;
  background-color: #FFF;
}
.denuncia .campo {
  float: left;
  color: #666;
  padding-right: 5px;
}
.denuncia .valor {
  font-weight: bold;
  color: #337AAE;
}
.denunciacontenido {
  padding: 7px;
  margin: 2px;
  /*font-style:italic;*/
  font-family: Verdana, Geneva, sans-serif;
}
.denuncia .fechaingreso {
  font-size: 10px;
  color: #666;
  font-family: Verdana, Geneva, sans-serif;
}
/*------------------------------------------------------------*/
/* DEFECTOS DE AUTO ------------------------------------------*/
/*------------------------------------------------------------*/
.imagenMarcaAutoSmall {
  background-image: url(../../../images/stories/denuncias/defectoauto/MosaicoMarcasAutos.png);
  height: 50px;
  width: 50px;
  border: solid 0 white;
  margin: 3px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.denunciaAgregar {
  font-weight: bold;
  font-size: 15px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
  font-family: 'Open Sans', Calibri, Arial;
  margin-top: 1em;
}
.denunciaAgregar a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #403b2b;
  background-color: #ffda33;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffda33), color-stop(1, #ffd100));
  background-image: -moz-linear-gradient(center bottom, #ffda33 0%, #ffd100 100%);
  padding: 0 2px 0 2px;
  padding: 5px;
}
.denunciaAgregar a:hover {
  color: #ffd100;
  background-color: #5e5e5e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center bottom, #5e5e5e 0%, #444444 100%);
}
#selectorMarcas,
.selectorModelos {
  height: 62px;
  overflow: visible;
  margin-top: 5px;
  margin-bottom: 20px;
}
.selectorModelos {
  font-size: 18px;
  font-family: 'Open Sans', Calibri, Arial;
  overflow: visible;
  padding-top: 15px;
}
.selectorModelos img {
  float: left;
  margin-right: 20px;
}
.selectorModelos span {
  line-height: 60px;
}
.selectorModelos.oneRowOnly {
  padding-top: 35px;
}
.selectorModelos.oneRowOnly #modelos {
  height: 35px;
}
.selectorModelos.oneRowOnly #modelos .topModelos {
  height: auto;
}
#modelos {
  z-index: 910;
  margin-left: 0;
  padding-right: 0;
  max-height: 62px;
}
#modelos .topModelos {
  margin: 5px;
  overflow: auto;
  height: 52px;
}
#modelos .otrosModelos {
  padding: 10px;
  overflow: auto;
}
#modelos .modeloRow {
  display: block;
  overflow: auto;
}
#modelos .modeloRow.column {
  width: 129px;
  float: left;
}
#modelos .modeloRow.column .modelo {
  text-align: left;
  width: 120px;
  margin: 2px;
  float: none;
  height: auto;
  padding: 0;
}
#modelos .modeloRow .modelo {
  float: left;
  font-weight: bold;
  padding: 0 6px 0 6px;
  margin: 2px;
  font-size: 14px;
  min-width: 30px;
  text-align: center;
}
#modelos .modeloRow .modelo a {
  padding-right: 5px;
  padding-left: 5px;
}
#modelos .modeloRow .modelo a:hover {
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  background-color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#marcas {
  z-index: 920;
  height: 52px;
  padding-bottom: 10px;
  top: 13px;
}
#marcas .marca {
  float: left;
  margin: 3px;
}
#marcas .marca a.linkMarca {
  /*display: none;*/
}
#marcas .imagenMarcaAutoSmall:hover {
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.8);
  border: solid 3px white;
  margin: 0;
}
#marcas .imagenMarcaAutoSmall:active {
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 0 0 3px 1px rgba(255, 209, 0, 0.8);
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 209, 0, 0.8);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 209, 0, 0.8);
  border: solid 3px white;
  margin: 0;
}
#marcas,
#modelos {
  overflow: hidden;
  position: relative;
  background: white;
  font-family: 'Open Sans', Calibri, Arial;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: inset 2px 1px 5px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 2px 1px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 2px 1px 5px 1px rgba(0, 0, 0, 0.4);
}
#marcas hr,
#modelos hr {
  border: none;
  margin: 0;
}
#marcas.expanded,
#modelos.expanded {
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
#marcas.expanded hr,
#modelos.expanded hr {
  border: none;
  border-top: solid 1px #BBB;
}
#marcas #masMarcas,
#modelos #masMarcas,
#marcas #masModelos,
#modelos #masModelos {
  background: #ffd100;
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 105px;
  font-weight: bold;
  padding-top: 22px;
  text-align: center;
  font-size: 13px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  /*-moz-border-radius-topright: @rtr;
  -moz-border-radius-bottomright: @rbr;
  -moz-border-radius-bottomleft: @rbl;
  -moz-border-radius-topleft: @rtl;*/
  border: 1px solid #d6b000;
}
#marcas #masMarcas.expanded,
#modelos #masMarcas.expanded,
#marcas #masModelos.expanded,
#modelos #masModelos.expanded {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  /*-moz-border-radius-topright: @rtr;
  -moz-border-radius-bottomright: @rbr;
  -moz-border-radius-bottomleft: @rbl;
  -moz-border-radius-topleft: @rtl;*/
  background: #ffdf4d;
  border-top: none;
  border-right: none;
  padding-top: 23px;
  padding-right: 1px;
  height: 39px;
}
#marcas #masMarcas.inactive,
#modelos #masMarcas.inactive,
#marcas #masModelos.inactive,
#modelos #masModelos.inactive {
  display: none;
  background: red;
}
#marcas #masModelos,
#modelos #masModelos {
  position: relative;
  float: right;
}
#marcaSeleccionadaParaAbajo {
  position: relative;
  width: 657px;
  min-height: 500px;
  overflow: hidden;
  margin: -5px;
  padding: 5px;
}
#marcaSeleccionadaParaAbajo #selection {
  font-size: 16px;
  font-family: 'Open Sans', Calibri, Arial;
  padding-bottom: 40px;
  position: relative;
  float: left;
  width: 115px;
}
#marcaSeleccionadaParaAbajo #selection .containerMarca .imagenMarcaAutoMedium {
  position: relative;
  height: 100px;
  width: 100px;
  background: no-repeat center center;
  z-index: 910;
}
#marcaSeleccionadaParaAbajo #selection .modelo {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: 100px;
  z-index: 900;
  margin-top: 20px;
}
#marcaSeleccionadaParaAbajo #selection .modelo.todos {
  margin-top: 10px;
  font-size: 15px;
  font-style: italic;
}
#marcaSeleccionadaParaAbajo #selection .none {
  height: 60px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
#marcaSeleccionadaParaAbajo #loadingMarca {
  width: 103%;
  height: 100%;
  position: absolute;
  text-align: center;
  margin-left: -5px;
  margin-top: 0;
}
#marcaSeleccionadaParaAbajo #loadingMarca.cargandoMarca {
  z-index: 915;
}
#marcaSeleccionadaParaAbajo #loadingMarca.cargandoModelo {
  z-index: 905;
}
#marcaSeleccionadaParaAbajo #loadingMarca.cargandoFiltros {
  z-index: 895;
}
#marcaSeleccionadaParaAbajo #loadingMarca .loadingBackground {
  width: 100%;
  height: 100%;
  margin: -10px;
  position: absolute;
  background: white;
  opacity: 0.8;
  filter: Alpha(Opacity = 80);
}
#marcaSeleccionadaParaAbajo #loadingMarca .loadingLabel {
  opacity: 1;
  position: relative;
  font-family: 'Open Sans', Calibri, Arial;
  font-size: 16px;
  color: #666;
  top: 170px;
  text-align: center;
  width: 220px;
  margin: auto;
  background: white;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 20px;
}
#marcaSeleccionadaParaAbajo #loadingMarca .loadingLabel.initialLoad {
  top: 0;
}
#marcaSeleccionadaParaAbajo #masDenunciasSinMarca,
#marcaSeleccionadaParaAbajo #masDenunciasSinModelo {
  margin-top: 12px;
}
#marcaSeleccionadaParaAbajo .marcaName {
  font-style: italic;
}
.estiloResaltadoGrande {
  font-weight: bold;
  font-size: 15px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
  font-family: 'Open Sans', Calibri, Arial;
}
.estiloResaltadoGrande a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #403b2b;
  background-color: #ffda33;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffda33), color-stop(1, #ffd100));
  background-image: -moz-linear-gradient(center bottom, #ffda33 0%, #ffd100 100%);
  padding: 0 2px 0 2px;
  padding: 5px;
}
.estiloResaltadoGrande a:hover {
  color: #ffd100;
  background-color: #5e5e5e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center bottom, #5e5e5e 0%, #444444 100%);
}
.denunciasauto,
#denunciasDinamicas {
  clear: both;
  margin-bottom: 10px;
}
.denunciasauto .denunciaauto,
#denunciasDinamicas .denunciaauto {
  border-bottom: solid 1px #BBB;
  padding-bottom: 10px;
  padding-top: 5px;
  overflow: auto;
}
.denunciasauto .denunciaauto .detalles,
#denunciasDinamicas .denunciaauto .detalles {
  width: 90px;
  float: left;
  margin-right: 15px;
  text-align: center;
}
.denunciasauto .denunciaauto .detalles .imagenMarcaAutoSmall,
#denunciasDinamicas .denunciaauto .detalles .imagenMarcaAutoSmall {
  margin: auto;
}
.denunciasauto .denunciaauto .detalles .modelo,
#denunciasDinamicas .denunciaauto .detalles .modelo {
  font-weight: bold;
  font-size: 16px;
}
.denunciasauto .denunciaauto .detalles .anio,
#denunciasDinamicas .denunciaauto .detalles .anio {
  color: #3a71a0;
  font-weight: bold;
  font-size: 16px;
}
.denunciasauto .denunciaauto .cuerpo,
#denunciasDinamicas .denunciaauto .cuerpo {
  overflow: auto;
}
.denunciasauto .denunciaauto .cuerpo .encabezado,
#denunciasDinamicas .denunciaauto .cuerpo .encabezado {
  position: relative;
  height: auto;
  font-family: 'Open Sans', Calibri, Arial;
}
.denunciasauto .denunciaauto .cuerpo .encabezado .titulo,
#denunciasDinamicas .denunciaauto .cuerpo .encabezado .titulo {
  font-weight: bold;
  color: #3a71a0;
  font-size: 15px;
  margin-right: 170px;
}
.denunciasauto .denunciaauto .cuerpo .encabezado .extras,
#denunciasDinamicas .denunciaauto .cuerpo .encabezado .extras {
  position: absolute;
  top: 0;
  right: 0;
}
.denunciasauto .denunciaauto .cuerpo .encabezado .extras .pais,
#denunciasDinamicas .denunciaauto .cuerpo .encabezado .extras .pais {
  float: left;
  margin-top: -3px;
}
.denunciasauto .denunciaauto .cuerpo .encabezado .extras .fecha,
#denunciasDinamicas .denunciaauto .cuerpo .encabezado .extras .fecha {
  float: right;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 5px;
}
.denunciasauto .denunciaauto .cuerpo .contenido,
#denunciasDinamicas .denunciaauto .cuerpo .contenido {
  margin-top: 5px;
}
.paginationAjax {
  font-weight: bold;
  font-size: 15px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
  font-family: 'Open Sans', Calibri, Arial;
  font-size: 18px;
  text-align: right;
}
.paginationAjax a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #403b2b;
  background-color: #ffda33;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffda33), color-stop(1, #ffd100));
  background-image: -moz-linear-gradient(center bottom, #ffda33 0%, #ffd100 100%);
  padding: 0 2px 0 2px;
  padding: 5px;
}
.paginationAjax a:hover {
  color: #ffd100;
  background-color: #5e5e5e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center bottom, #5e5e5e 0%, #444444 100%);
}
.paginationAjax a.paginationNumber {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #403b2b;
  background-color: #ffda33;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffda33), color-stop(1, #ffd100));
  background-image: -moz-linear-gradient(center bottom, #ffda33 0%, #ffd100 100%);
  padding: 0 2px 0 2px;
}
.paginationAjax a.paginationNumber:hover {
  color: #ffd100;
  background-color: #5e5e5e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center bottom, #5e5e5e 0%, #444444 100%);
}
.paginationAjax span {
  margin-right: 15px;
}
.paginationAjax .paginationNumber,
.paginationAjax a.paginationNumber {
  padding: 8px 4px 6px 4px;
  margin: 4px;
  font-size: 17px;
}
.paginationAjax .currentPage {
  font-size: 24px;
  background-color: lightgray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/*------------------------------------------------------------*/
/* MARKERS / NOTIFICATIONS -------------------------------------------*/
/*------------------------------------------------------------*/
.marker {
  position: absolute;
  z-index: 100000;
}
.markerBox {
  border: solid 4px yellow;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 1;
  /*margin: -10px;
  padding: 10px;*/
}
.markerArrow {
  position: relative;
}
.markerArrow .arrowText {
  position: absolute;
  margin: 15px;
  top: 40px;
  font-weight: bold;
  font-size: 15px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
  font-family: 'Open Sans', Calibri, Arial;
}
.markerArrow .arrowText a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #403b2b;
  background-color: #ffda33;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffda33), color-stop(1, #ffd100));
  background-image: -moz-linear-gradient(center bottom, #ffda33 0%, #ffd100 100%);
  padding: 0 2px 0 2px;
  padding: 5px;
}
.markerArrow .arrowText a:hover {
  color: #ffd100;
  background-color: #5e5e5e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center bottom, #5e5e5e 0%, #444444 100%);
}
/*------------------------------------------------------------*/
/* DENUNCIAS  FORM -------------------------------------------*/
/*------------------------------------------------------------*/
/*INPUT PLACEHOLDERS (CHROME & FIREFOX)*/
.placeHolderInvalidStyle {
  /*color: orange;*/
  font-style: italic;
  color: red;
}
textarea.areaInput {
  font-family: Arial;
  width: 330px;
}
textarea.areaInput.invalid::-webkit-input-placeholder {
  /*color: orange;*/
  font-style: italic;
  color: red;
}
textarea.areaInput.invalid:-moz-placeholder {
  /*color: orange;*/
  font-style: italic;
  color: red;
}
textarea.areaInput.invalid::-webkit-input-placeholder {
  /*color: orange;*/
  font-style: italic;
  color: red;
}
textarea.areaInput.invalid:-moz-placeholder {
  /*color: orange;*/
  font-style: italic;
  color: red;
}
textarea.areaInput::-webkit-input-placeholder {
  /*color: orange;*/
  font-style: italic;
}
textarea.areaInput:-moz-placeholder {
  /*color: orange;*/
  font-style: italic;
}
textarea.areaInput::-webkit-input-placeholder {
  /*color: orange;*/
  font-style: italic;
}
textarea.areaInput:-moz-placeholder {
  /*color: orange;*/
  font-style: italic;
}
input.invalid::-webkit-input-placeholder {
  /*color: orange;*/
  font-style: italic;
  color: red;
}
input.invalid:-moz-placeholder {
  /*color: orange;*/
  font-style: italic;
  color: red;
}
input.invalid::-webkit-input-placeholder {
  /*color: orange;*/
  font-style: italic;
  color: red;
}
input.invalid:-moz-placeholder {
  /*color: orange;*/
  font-style: italic;
  color: red;
}
input::-webkit-input-placeholder {
  /*color: orange;*/
  font-style: italic;
}
input:-moz-placeholder {
  /*color: orange;*/
  font-style: italic;
}
input::-webkit-input-placeholder {
  /*color: orange;*/
  font-style: italic;
}
input:-moz-placeholder {
  /*color: orange;*/
  font-style: italic;
}
input.mediumInput {
  width: 330px;
}
input.smallInput,
input.defaultInput {
  width: 220px;
}
.ingresarReporteForm {
  margin: 0;
}
.ingresarReporteForm tr {
  vertical-align: top;
}
.ingresarReporteForm label {
  color: #234B78;
  font-weight: bold;
}
.ingresarReporteForm label.invalid {
  color: #F00;
  text-decoration: underline;
}
.ingresarReporteForm input.invalid,
.ingresarReporteForm select.invalid,
.ingresarReporteForm textarea.invalid {
  background-color: #FDD;
  border: 2px inset red;
}
.ingresarReporteForm select,
.ingresarReporteForm textarea {
  margin: 1px;
}
.ingresarReporteForm select.invalid,
.ingresarReporteForm textarea.invalid {
  margin: 0;
}
.ingresarReporteForm button {
  font-weight: bold;
  font-size: 15px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
  font-family: 'Open Sans', Calibri, Arial;
  padding: 5px;
  min-width: 200px;
  margin-top: 15px;
}
.ingresarReporteForm button a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #403b2b;
  background-color: #ffda33;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffda33), color-stop(1, #ffd100));
  background-image: -moz-linear-gradient(center bottom, #ffda33 0%, #ffd100 100%);
  padding: 0 2px 0 2px;
  padding: 5px;
}
.ingresarReporteForm button a:hover {
  color: #ffd100;
  background-color: #5e5e5e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center bottom, #5e5e5e 0%, #444444 100%);
}
.ingresarReporteForm .ejemplo {
  font-style: italic;
  color: #666;
  font-size: 11px;
  padding: 5px;
}
.ingresarReporteForm img#captcha {
  margin-top: 10px;
  float: left;
}
.ingresarReporteForm input.validate-captcha {
  margin: 20px 10px 10px 10px;
}
.ingresarReporteForm #modeloBaseAuto {
  margin-right: 15px;
}
.ingresarReporteForm .adminform {
  border: none;
  background-color: #dee8f6;
}
.ingresarReporteSeccion {
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  margin-left: -4px;
  background-color: #337AAE;
  color: #FFF;
  padding: 5px;
}
#aclaraciones {
  margin: 5px 5px 10px 5px;
  font-weight: bold;
  font-style: italic;
}
/*------------------------------------------------------------*/
/* BREADCRUMBS  ----------------------------------------------*/
/*------------------------------------------------------------*/
div#breadcrumbsdiv {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 95px;
  right: 0;
}
div#breadcrumbsdiv table {
  width: 100%;
  padding-left: 150px;
  margin-top: 4px;
}
div#breadcrumbsdiv div.breadcrumbs {
  font-size: 12px;
  font-weight: bold;
}
div#breadcrumbsdiv .mod-breadcrumbs__wrapper{font-size: 12px;
  font-weight: bold;}

div#breadcrumbsdiv .mod-breadcrumbs__wrapper ol.mod-breadcrumbs{padding: 0; list-style-type: none;margin: 0;}
div#breadcrumbsdiv .mod-breadcrumbs__wrapper ol.mod-breadcrumbs li{display: inline-block; vertical-align: middle;margin-left: 3px;}

div#breadcrumbsdiv div.breadcrumbs a,
div#breadcrumbsdiv div.breadcrumbs span,
div#breadcrumbsdiv .mod-breadcrumbs__wrapper span {
  display: inline-block;
  padding: 5px;
  background: #DDD;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;font-weight: bold !important;
}



div#breadcrumbsdiv div.breadcrumbs a:first-child,
div#breadcrumbsdiv div.breadcrumbs span:first-child,div#breadcrumbsdiv .mod-breadcrumbs__wrapper ol.mod-breadcrumbs > li:first-child a,div#breadcrumbsdiv .mod-breadcrumbs__wrapper ol.mod-breadcrumbs > li:first-child span {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 12px;
}
div#breadcrumbsdiv .mod-breadcrumbs__wrapper ol.mod-breadcrumbs > li:first-child a{padding-left: 0;}

div#breadcrumbsdiv div.breadcrumbs a:last-child,
div#breadcrumbsdiv div.breadcrumbs span:last-child,div#breadcrumbsdiv .mod-breadcrumbs__wrapper ol.mod-breadcrumbs li:last-child a,div#breadcrumbsdiv .mod-breadcrumbs__wrapper ol.mod-breadcrumbs li:last-child span {
  font-style: italic;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-right: 12px;
}
div#breadcrumbsdiv div.breadcrumbs a:visited,
div#breadcrumbsdiv div.breadcrumbs a:link,div#breadcrumbsdiv .mod-breadcrumbs__wrapper a:visited,
div#breadcrumbsdiv .mod-breadcrumbs__wrapper a:link {
  color: gray;
  text-decoration: none;
}
div#breadcrumbsdiv div.breadcrumbs a:hover,div#breadcrumbsdiv .mod-breadcrumbs__wrapper a span:hover {
  background: #555;
  color: white;
}
div#breadcrumbsdiv div.breadcrumbs span,div#breadcrumbsdiv .mod-breadcrumbs__wrapper span {
  color: gray;
  font-weight: normal;
}
div#breadcrumbsdiv div.breadcrumbs img,div#breadcrumbsdiv .mod-breadcrumbs__wrapper img {
  display: none;
}
/* FILE:     modules\mod_feed\tmpl\default.php */
/*table.moduletable
ul.newsfeed*/
/*------------------------------------------------------------*/
/* RECUADRO FRONTPAGE  ---------------------------------------*/
/*------------------------------------------------------------*/
#welcomeLogo {
  background-image: url(../../../images/stories/frontpage/welcomelogo2.png);
}
#welcomeLogoEN {
  background-image: url(../../../images/stories/frontpage/welcomelogoen.png);
}
#welcomeLogo,
#welcomeLogoEN {
  background-repeat: no-repeat;
  background-position: top center;
  width: 650px;
  margin: auto;
  height: 160px;
}
#welcomeLogo #welcomeLogoText,
#welcomeLogoEN #welcomeLogoText {
  padding-top: 25px;
  padding-right: 260px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 13px;
  width: 220px;
  display: none;
}
.recuadroResaltadoShadow {
  margin: 15px;
}
.recuadroAngosto {
  margin-left: 100px;
  margin-right: 104px;
}
.recuadroResaltado {
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  /*@colorhsla: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);*/
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
  background: #dddddd url(../images/recuadroResaltadoBackground.png);
  border: 1px solid #fee100;
}
.recuadroResaltadoNavegacion {
  position: relative;
  background: #fdf29c url(../images/recuadroResaltadoBackground.png);
  border: 1px solid #fee100;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  margin: 10px;
  padding: 8px;
}
.recuadroResaltado p {
  margin: 0;
  padding: 2px;
}
.recuadroCuerpo {
  position: relative;
  margin: 0;
  margin-bottom: 5px;
  background: no-repeat 0 center;
  overflow: auto;
  width: 97%;
  /* IE6 HACK para que recuadroCuerpo contenga a las im{agenes*/
}
.contenedorImagenFlotante {
  position: relative;
  overflow: auto;
  width: 97%;
  /* IE6 HACK para que recuadroCuerpo contenga a las im{agenes*/
}
.blog-featured .recuadroCuerpo img {
  float: left;
  margin: 0;
  position: relative;
}
.recuadroTexto {
  padding: 4px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  margin-left: 80px;
  position: relative;
}
.recuadroTexto h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 2px;
  padding-top: 0;
  padding-bottom: 0;
  color: #039;
  font-weight: bold;
}
.recuadroTexto p {
  margin: 0;
  padding: 2px;
}
/*------------------------------------------------------------*/
/* PREMIOS  --------------------------------------------------*/
/*------------------------------------------------------------*/
table.premiados,
table.premioTabla {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: #fff solid 1px;
  border-right-width: 2px;
  border-left-width: 2px;
}
table.premiados td,
table.premioTabla td {
  border-bottom: #fff solid 1px;
  border-top: #fff solid 1px;
}
table.premiados tr td:nth-child(3),
table.premioTabla tr td:nth-child(3) {
  font-size: 11px;
  padding: 5px;
  color: #333;
  background-color: #F5E792;
}
table.premiados tr td:nth-child(1),
table.premioTabla tr td:nth-child(1) {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border-right: #fff solid 2px;
  color: #FFF;
  background-color: #6F665E;
  font-family: Georgia, "Times New Roman", Times, serif;
  vertical-align: middle;
}
table.premiados tr td:nth-child(2),
table.premioTabla tr td:nth-child(2) {
  background-color: #FFC;
  padding: 10px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  vertical-align: middle;
}
table.premiados th,
table.premioTabla th {
  background-color: #000;
  color: #FFF;
  padding: 5px;
  text-align: center;
  border: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-size: 14px;
}
/*------------------------------------------------------------*/
/* REVISTAS  -------------------------------------------------*/
/*------------------------------------------------------------*/
.revistasLeadingRev {
  position: relative;
  min-height: 1%;
  overflow: auto;
  background: #DDD;
  margin-left: 40px;
  margin-right: 40px;
}
.revistasLeadingRev img {
  width: 227px;
  float: left;
  margin: 10px;
  position: relative;
}
.revistasLeadingRev .revistasTitulo {
  text-align: left;
}
.revistasLeadingRev .revistasTapa {
  text-align: center;
  padding: 5px;
}
.revistasLinkCategorias {
  font-size: 1.1em;
  text-align: center;
}
.revistasLeading {
  text-align: center;
}
.revistasIntroRev {
  position: relative;
  margin: 2px;
  background: #DDD;
  padding: 5px;
  height: 150px;
  display: inline-block;
}
.revistasIntroRev .revistasTapa {
  width: 90px;
  height: 113px;
  margin: 5px;
}
.revistasIntroRev img {
  height: 113px;
  margin-top: 0;
  position: relative;
}
.revistasTitulo {
  text-align: center;
}
.revistasTapa img {
  border: none;
}
.revistasSeparadorLeading {
  height: 5px;
}
.revistaArticulos {
  margin-left: 10px;
  overflow: hidden;
}
.revistaArticulo {
  margin-bottom: 20px;
}
.revistaTapa {
  float: left;
  margin-right: 15px;
}
.revistaArticuloTitulo {
  margin-bottom: 5px;
}
.revistaArticuloResumen {
  margin-left: 0;
}
.revistasArticulosCategoria a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #BBBBBB;
  text-align: center;
  color: white;
  display: block;
  font-size: 11px;
  margin: 2px;
  padding: 2px;
  text-decoration: none;
}
.revistasArticulosCategoriaSeleccionada a {
  background-color: #000;
  margin-right: -12px;
  font-size: 12px;
  padding: 6px;
}
.revistasArticulosCategoria a:hover {
  background-color: #666;
}
.revistaCatGroup {
  margin: 10px;
  margin-top: 4px;
  width: 150px;
  float: left;
  border: none;
  margin-bottom: 70px;
}
.revistaArticulosResultados {
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: solid 2px black;
}
.revistaArticulosTituloRecuadro {
  font-size: 16px;
  text-align: right;
}
.revistaArticulosArticulo {
  padding: 8px;
  border-bottom: dashed black 1px;
}
.revistaArticulosAutor {
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.revistaArticulosNroRevista a {
  text-align: right;
  float: right;
  padding: 4px;
  color: white;
  background-color: #AC7339;
  font-size: 0.9em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-left: 5px;
}
.revistaArticulosTitulo {
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*------------------------------------------------------------*/
/* XMAP  -----------------------------------------------------*/
/*------------------------------------------------------------*/
#xmap h2.menutitle {
  display: none;
}
/*------------------------------------------------------------*/
/* FACEBOOK PLUGIN  ------------------------------------------*/
/*------------------------------------------------------------*/
.moduletablefacebookplugin iframe {
  border: none;
  background-color: white;
  margin-top: 5px;
}
div.moduletabletwitterFollowMe {
  width: 180px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  * {
    color: gray;
    font-family: Trebuchet MS, sans-serif;
  }
}

.visually-hidden { display: none; }
div.mod-languages ul.lang-inline li { display: inline; }
div.mod-languages li { margin: 0 0.1rem !important; } 
.cazadoresMain.presentacion{
  background-image: url(/images/stories/materialdidactico/cazadores/fondocazadores.jpg);
}
.cazadoresMain {
    background-image: url(/images/stories/materialdidactico/cazadores/fondocazadoresoscuro.jpg);
}
.splide__slide img {
  object-fit: cover;
}