html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  /*max-width: 100%;*/
  /* Part 1: Set a maxium relative to the parent */

  /*width: auto\9;*/
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: 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;
  }

  .volantaPrint {
    font-size: 10pt;
    margin-bottom: 5px;
  }

  .titPrint {
    font-size: 30pt;
  }

  .titPrint,
  .copetePrint {
    margin-bottom: 24px;
  }

  .copetePrint {
    font-family: "Alegreya", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14pt;
  }
  .desaPrint {
    font-size: 10pt;
    color: #34495e;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* Base */

body {
  margin: 0;
  color: #222;
  background-color: #ffffff;
  font-size: 14px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-family: "Arimo", sans-serif;
  line-height: 1.357;
  -webkit-font-smoothing: antialiased;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 990px;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.bloque-left {
  float: left;
  position: relative;
  width: 726px;
  min-height: 1px;
}

.bloque-right {
  float: right;
  position: relative;
  width: 234px;
  min-height: 1px;
}

.menu-left,
.box-login {
  float: left;
  width: 234px;
  min-height: 1px;
}

.menu-left {
  float: left;
  width: 180px;
  min-height: 1px;
  margin-right: 18px;
}

.bloque-left2 {
  float: left;
  position: relative;
  width: 600px;
  min-height: 1px;
}
.bloque-left3 {
  float: left;
  position: relative;
  width: 594px;
  min-height: 1px;
}
.bloque-right2 {
  float: right;
  position: relative;
  width: 726px;
  min-height: 1px;
}

.bloque-right3 {
  float: right;
  position: relative;
  width: 350px;
  min-height: 1px;
}

.bloque-right4 {
  float: right;
  width: 180px;
  min-height: 1px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.contenedor {
  margin-bottom: 30px;
}

.contenidoPopUp {
  padding: 24px;
}

/* texto
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 700;
  font-family: "Alegreya", serif;
  color: #34495e;
  line-height: 1.15;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}

p {
  margin: 0 0 10px;
}

p img.left {
  float: left;
  margin: 6px 6px 6px 0;
  padding: 0;
}

p img.right {
  float: right;
  margin: 6px 0 6px 6px;
  padding: 0;
}

a,
.lnkspan {
  color: #3084b8;
  text-decoration: none;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
}

a:focus,
a:hover,
.lnkspan:hover {
  color: #333;
  text-decoration: underline;
}

/* familias */

.georgia {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.times {
  font-family: "Times New Roman", Times, serif;
}

.arial {
  font-family: Arial, Helvetica, sans-serif;
}

.trebuchet {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.tahoma {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.verdana {
  font-family: Verdana, Geneva, sans-serif;
}

/* Tamaños */

.t8 {
  font-size: 8px;
}

.t9 {
  font-size: 9px;
}

.t10 {
  font-size: 10px;
}

.t11 {
  font-size: 11px;
}

.t12 {
  font-size: 12px;
}

.t13 {
  font-size: 13px;
}

.t14 {
  font-size: 14px;
}

.t15 {
  font-size: 15px;
}

.t16 {
  font-size: 16px;
}

.t17 {
  font-size: 17px;
}

.t18 {
  font-size: 18px;
}

.t19 {
  font-size: 19px;
}

.t20 {
  font-size: 20px;
}

.t21 {
  font-size: 21px;
}

.t22 {
  font-size: 22px;
}

.t23 {
  font-size: 23px;
}

.t24 {
  font-size: 24px;
}

.t25 {
  font-size: 25px;
}

.t26 {
  font-size: 26px;
}

.t27 {
  font-size: 27px;
}

.t28 {
  font-size: 28px;
}

.t29 {
  font-size: 29px;
}

.t30 {
  font-size: 30px;
}

.t31 {
  font-size: 31px;
}

.t32 {
  font-size: 32px;
}

.t33 {
  font-size: 33px;
}

.t34 {
  font-size: 34px;
}

.t35 {
  font-size: 35px;
}

.t36 {
  font-size: 36px;
}

.t37 {
  font-size: 37px;
}

.t38 {
  font-size: 38px;
}

.t39 {
  font-size: 39px;
}

.t40 {
  font-size: 40px;
}

.t41 {
  font-size: 41px;
}

.t42 {
  font-size: 42px;
}

.t43 {
  font-size: 43px;
}

.t44 {
  font-size: 44px;
}

.t45 {
  font-size: 45px;
}

.t46 {
  font-size: 46px;
}

.t47 {
  font-size: 47px;
}

.t48 {
  font-size: 48px;
}
.t49 {
  font-size: 49px;
}
.t50 {
  font-size: 50px;
}
.t51 {
  font-size: 51px;
}
.t52 {
  font-size: 52px;
}

/* alinear */

.align-justify {
  text-align: justify;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Decoraciones */

.tdn {
  text-decoration: none;
}

.tdu {
  text-decoration: underline;
}

small {
  font-size: 85%;
  color: #999999;
}
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
/*colores*/

.color01 {
  color: #607a57;
}

.color02 {
  color: #8fd3f2;
}

.color03 {
  color: #da6400;
}

.gris333 {
  color: #333333;
}

.gris666 {
  color: #666666;
}

.gris999 {
  color: #999999;
}

.gris95 {
  color: #f2f2f2;
}

.gris90 {
  color: #e5e5e5;
}

.gris85 {
  color: #d9d9d9;
}

.gris75 {
  color: #bfbfbf;
}

.gris70 {
  color: #b3b3b3;
}

.gris65 {
  color: #a6a6a6;
}

.gris55 {
  color: #8c8c8c;
}

.gris50 {
  color: #7f7f7f;
}

.gris45 {
  color: #737373;
}

.gris35 {
  color: #222;
}

.gris30 {
  color: #4d4d4d;
}

.gris25 {
  color: #404040;
}

.gris15 {
  color: #262626;
}

.gris10 {
  color: #1a1a1a;
}

.gris05 {
  color: #0d0d0d;
}

.blanco {
  color: white;
}

.negro {
  color: #000;
}

/* listas */

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* labels */

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

.label-req {
  background-color: #eee;
  color: #999;
}

.label-tipoArticulo {
  background-color: #34495e;
}

.label-precio {
  background-color: #34495e;
  font-size: 16px;
  padding: 5px 10px;
}

.label-habil {
  background-color: #2ecc71;
  padding: 5px 10px;
  margin-right: 14px;
}

.label-noHabil {
  background-color: #e74c3c;
  padding: 5px 10px;
  margin-right: 14px;
}

.label-c-obl {
  background-color: #ddd;
  color: #666;
  padding: 2px 6px 3px;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}

.cmp-obligatorios {
  background: url("/global/img/bullet03.png") no-repeat left center !important;
  display: inline-block;
  width: 12px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
}

/* anchos */
[class*="w"] {
  min-height: 1px;
}
.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w145 {
  width: 145px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w475 {
  width: 475px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w520 {
  width: 520px;
}

.w530 {
  width: 530px;
}

.w540 {
  width: 540px;
}

.w570 {
  width: 570px;
}
.w580 {
  width: 580px;
}

.w610 {
  width: 610px;
}

.w630 {
  width: 630px;
}

.w650 {
  width: 650px;
}
.w670 {
  width: 670px;
}
.w750 {
  width: 750px;
}
.w800 {
  width: 800px;
}

.w2000 {
  width: 2000px;
}

/* margenes y paddings */

.reset-margin {
  margin: 0;
}

.reset-padding {
  padding: 0;
}

.reset {
  margin: 0;
  padding: 0;
}

.first {
  margin-left: 0;
  padding-left: 0;
}

.last {
  margin-right: 0;
  padding-right: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Paddings */

.p1 {
  padding: 1px;
}

.pt1 {
  padding-top: 1px;
}

.pb1 {
  padding-bottom: 1px;
}

.pl1 {
  padding-left: 1px;
}

.pr1 {
  padding-right: 1px;
}

.p2 {
  padding: 2px;
}

.pt2 {
  padding-top: 2px;
}

.pb2 {
  padding-bottom: 2px;
}

.pl2 {
  padding-left: 2px;
}

.pr2 {
  padding-right: 2px;
}

.p3 {
  padding: 3px;
}

.pt3 {
  padding-top: 3px;
}

.pb3 {
  padding-bottom: 3px;
}

.pl3 {
  padding-left: 3px;
}

.pr3 {
  padding-right: 3px;
}

.p4 {
  padding: 4px;
}

.pt4 {
  padding-top: 4px;
}

.pb4 {
  padding-bottom: 4px;
}

.pl4 {
  padding-left: 4px;
}

.pr4 {
  padding-right: 4px;
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.p7 {
  padding: 7px;
}

.pt7 {
  padding-top: 7px;
}

.pb7 {
  padding-bottom: 7px;
}

.pl7 {
  padding-left: 7px;
}

.pr7 {
  padding-right: 7px;
}

.p8 {
  padding: 8px;
}

.pt8 {
  padding-top: 8px;
}

.pb8 {
  padding-bottom: 8px;
}

.pl8 {
  padding-left: 8px;
}

.pr8 {
  padding-right: 8px;
}

.p9 {
  padding: 9px;
}

.pt9 {
  padding-top: 9px;
}

.pb9 {
  padding-bottom: 9px;
}

.pl9 {
  padding-left: 9px;
}

.pr9 {
  padding-right: 9px;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.p12 {
  padding: 12px;
}

.pt12 {
  padding-top: 12px;
}

.pb12 {
  padding-bottom: 12px;
}

.pl12 {
  padding-left: 12px;
}

.pr12 {
  padding-right: 12px;
}

.p15 {
  padding: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.p16 {
  padding: 16px;
}

.pt16 {
  padding-top: 16px;
}

.pb16 {
  padding-bottom: 16px;
}

.pl16 {
  padding-left: 16px;
}

.pr16 {
  padding-right: 16px;
}

.p18 {
  padding: 18px;
}

.pt18 {
  padding-top: 18px;
}

.pb18 {
  padding-bottom: 18px;
}

.pl18 {
  padding-left: 18px;
}

.pr18 {
  padding-right: 18px;
}

.p20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.p25 {
  padding: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.p30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.p40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

/* Margins */

.m1 {
  margin: 1px;
}

.mt1 {
  margin-top: 1px;
}

.mb1 {
  margin-bottom: 1px;
}

.ml1 {
  margin-left: 1px;
}

.mr1 {
  margin-right: 1px;
}

.m2 {
  margin: 2px;
}

.mt2 {
  margin-top: 2px;
}

.mb2 {
  margin-bottom: 2px;
}

.ml2 {
  margin-left: 2px;
}

.mr2 {
  margin-right: 2px;
}

.m3 {
  margin: 3px;
}

.mt3 {
  margin-top: 3px;
}

.mb3 {
  margin-bottom: 3px;
}

.ml3 {
  margin-left: 3px;
}

.mr3 {
  margin-right: 3px;
}

.m4 {
  margin: 4px;
}

.mt4 {
  margin-top: 4px;
}

.mb4 {
  margin-bottom: 4px;
}

.ml4 {
  margin-left: 4px;
}

.mr4 {
  margin-right: 4px;
}

.m5 {
  margin: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.m8 {
  margin: 8px;
}

.mt8 {
  margin-top: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.ml8 {
  margin-left: 8px;
}

.mr8 {
  margin-right: 8px;
}

.m9 {
  margin: 9px;
}

.mt9 {
  margin-top: 9px;
}

.mb9 {
  margin-bottom: 9px;
}

.ml9 {
  margin-left: 9px;
}

.mr9 {
  margin-right: 9px;
}

.m10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.m12 {
  margin: 12px;
}

.mt12 {
  margin-top: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.ml12 {
  margin-left: 12px;
}

.mr12 {
  margin-right: 12px;
}

.m15 {
  margin: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.m16 {
  margin: 16px;
}

.mt16 {
  margin-top: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.ml16 {
  margin-left: 16px;
}

.mr16 {
  margin-right: 16px;
}

.m18 {
  margin: 18px;
}

.mt18 {
  margin-top: 18px;
}

.mb18 {
  margin-bottom: 18px;
}

.ml18 {
  margin-left: 18px;
}

.mr18 {
  margin-right: 18px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.m24 {
  margin: 24px;
}

.mt24 {
  margin-top: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.ml24 {
  margin-left: 24px;
}

.mr24 {
  margin-right: 24px;
}

.m25 {
  margin: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.m30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.m40 {
  margin: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.m50 {
  margin: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

/* formularios */

form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "arimo", sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #666;
  line-height: 1.2;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 200px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(52, 152, 219, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input[class*="w"],
select[class*="w"],
textarea[class*="w"],
.uneditable-input[class*="w"],
.row-fluid input[class*="w"],
.row-fluid select[class*="w"],
.row-fluid textarea[class*="w"],
.row-fluid .uneditable-input[class*="w"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="w"],
.input-append .uneditable-input[class*="w"],
.input-prepend input[class*="w"],
.input-prepend .uneditable-input[class*="w"],
.row-fluid input[class*="w"],
.row-fluid select[class*="w"],
.row-fluid textarea[class*="w"],
.row-fluid .uneditable-input[class*="w"],
.row-fluid .input-prepend [class*="w"],
.row-fluid .input-append [class*="w"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="w"] + [class*="w"] {
  margin-left: 20px;
}

.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="w"] {
  float: left;
}
.controls-row .checkbox[class*="w"],
.controls-row .radio[class*="w"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  border-top: 1px solid #bdc3c7;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
}

.form-search {
  margin: 0;
  background-color: #dde2e4;
  padding: 7px 16px 8px;
  height: 28px;
  overflow: hidden;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* tablas */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="w"],
table th[class*="w"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* Botones */

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-family: "Alegreya SC", serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  *margin-left: 0.3em;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-large {
  padding: 11px 19px;
  font-size: 20px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1abc9c;
  border-color: #16a085 #16a085 #138a72;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1abc9c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #16a085;
  *background-color: #16a085;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #16a085 \9;
}

.btn-masinfo.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-masinfo {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c0392b;
  border-color: #c0392b #c0392b #ab3326;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c0392b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-masinfo:hover,
.btn-masinfo:focus,
.btn-masinfo:active,
.btn-masinfo.active,
.btn-masinfo.disabled,
.btn-masinfo[disabled] {
  color: #ffffff;
  background-color: #e74c3c;
  *background-color: #e74c3c;
}
.btn-masinfo:active,
.btn-masinfo.active {
  background-color: #e74c3c \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 14px;
}
.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-family: "Alegreya", serif;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  font-family: "Alegreya SC", serif;
  font-weight: bold;
  font-size: 16px;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -5px;
  margin-right: -5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 10px;
  color: #c0392b;
}
.nav-list > .active > a,
.nav-list > li > a:hover,
.nav-list > li > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #c0392b;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 2px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-list > li > ul {
  margin: 0;
  list-style-type: none;
}

.nav-list > li > ul > li > a {
  margin-left: -5px;
  margin-right: -5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > ul > li > a {
  padding: 3px 10px;
  color: #222;
  display: block;
}
.nav-list > li > ul > li.active > a,
.nav-list > li > ul > li > a:hover,
.nav-list > li > ul > li > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #7f8c8d;
  text-decoration: none;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  padding-bottom: 1px;
  *position: relative;
  *z-index: 2;
  border-bottom: solid 2px #95a5a6;
}
.navbar-inner {
  min-height: 36px;

  background-color: #34495e;

  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 5px 14px 4px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #1abc9c;
  color: #fff;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1abc9c;
}
.navbar .nav > li > a.btn-clasificados {
  padding: 5px 10px 4px;

  background-color: #d35400;

  *background-color: #d35400;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}
.navbar .nav > li > a.btn-clasificados:hover,
.navbar .nav > li > a.btn-clasificados:focus,
.navbar .nav > li > a.btn-clasificados:active,
.navbar .nav > li > a.btn-clasificados.active,
.navbar .nav > li > a.btn-clasificados.disabled,
.navbar .nav > li > a.btn-clasificados[disabled] {
  background-color: #c0392b;
  *background-color: #c0392b;
}
.navbar .nav > li > a.btn-clasificados:active,
.navbar .nav > li > a.btn-clasificados.active {
  background-color: #c0392b \9;
}
.navbar .nav > li > a.btn-clasificados .icon {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-top: 1px;
  line-height: 25px;
  vertical-align: text-top;
  background-image: url("/global/img/iconos.png");
  background-position: 0 -46px;
  background-repeat: no-repeat;
}

.navbar-top {
  padding-bottom: 0;
  border-bottom: solid 1px #95a5a6;
  margin-bottom: 0;
}
.navbar-top .navbar-inner {
  background-color: #ecf0f1;
  min-height: 26px;
}

.navbar-top .nav > li > a {
  color: #2980b9;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
  padding: 1px 12px;
  font-size: 18px;
}

.navbar-top .nav > li > a:hover,
.navbar-top .nav > li > a:focus {
  color: #2980b9;
}

.navbar-top .nav > li > a:focus,
.navbar-top .nav > li > a:hover {
  background-color: #2980b9;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-top .nav .active > a,
.navbar-top .nav .active > a:hover,
.navbar-top .nav .active > a:focus {
  color: #ffffff;
  background-color: #2980b9;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-top .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-top .btn-navbar:hover,
.navbar-top .btn-navbar:focus,
.navbar-top .btn-navbar:active,
.navbar-top .btn-navbar.active,
.navbar-top .btn-navbar.disabled,
.navbar-top .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-top .btn-navbar:active,
.navbar-top .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  border-bottom: solid 1px #bdc3c7;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: normal;
  font-family: "Alegreya SC", serif;
  font-size: 16px;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > li a {
  color: #c0392b;
  font-weight: bold;
  font-family: "Alegreya SC", serif;
}
.breadcrumb > li a:hover {
  color: #222;
}

.breadcrumb > li a.vendedor {
  color: #222;
  font-weight: bold;
  font-family: "Alegreya", serif;
  text-transform: uppercase;
}
.breadcrumb > li a.vendedor:hover {
  color: #c0392b;
}
.paginador {
  background-color: #ecf0f1;
  padding: 8px 16px 8px;
  margin-bottom: 24px;
}
.paginador-bottom {
  margin-top: 24px;
}
.pagnmb {
  float: left;
  width: 300px;
  line-height: 30px;
  color: #666;
}

.pagination {
  margin: 0;
  height: 30px;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  font-weight: bold;
  color: #16a085;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #16a085;
  color: white;
  border-color: #16a085;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #16a085;
  border-color: #16a085;
  color: white;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  border: 1px solid #e3e3e3;
}

.well-large {
  padding: 24px;
}
.well-small {
  padding: 9px;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

/* otras clases */

.upc {
  text-transform: uppercase;
}

.overflow {
  overflow: hidden;
}

.outline {
  outline: none;
}

.vamid {
  vertical-align: middle;
}

.vatop {
  vertical-align: top;
}

.vabot {
  vertical-align: bottom;
}

.hide {
  display: none;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.invisible {
  visibility: hidden;
}

.relative {
  position: relative;
}

.none {
  border: none;
  background: none;
}

.cursor {
  cursor: pointer;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.left {
  float: left;
}

.right {
  float: right;
}

.lineacorte {
  border-bottom: solid 1px #ddd;
}

.lineacorte2 {
  border-bottom: solid 4px #eee;
}

.lineacortetop {
  border-top: solid 1px #ddd;
}

.linea-vert {
  border-right: solid 1px #ddd;
}

.linea-vert2 {
  border-left: solid 1px #ddd;
}

.lineapunto {
  background: url(/global/img/lineapunto.png) repeat-x left bottom;
}

.lineapuntotop {
  background: url(/global/img/lineapunto.png) repeat-x left top;
}

.ico-redes {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 18px;
  vertical-align: text-top;
  background-image: url("/global/img/iconos.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 1px;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  /* ...and now for the proper property */
  transition: opacity 1s ease-in-out;
}

.ico-redes.facebook {
  background-position: -1px -256px;
}
.ico-redes.facebook:hover {
  background-position: -1px -287px;
}

.ico-redes.twitter {
  background-position: -21px 0;
}
.ico-redes.twitter:hover {
  background-position: -21px bottom;
}

.ico-redes.google {
  background-position: -43px 0;
}
.ico-redes.google:hover {
  background-position: -43px bottom;
}

.ico-redes.rss {
  background-position: -65px 0;
}
.ico-redes.rss:hover {
  background-position: -65px bottom;
}

.ico-redes.cnt {
  background-position: -1px -318px;
}
.ico-redes.cnt:hover {
  background-position: -1px -349px;
}

.header {
  background-color: #ecf0f1;
  position: relative;
}

.header .logo {
  position: absolute;
  width: 366px;
  height: 178px;
  left: 5px;
  top: 7px;
  z-index: 1;
}

.header .logo a {
  display: block;
}

.header .foto {
  float: left;
  width: 694px;
  height: 178px;
  margin: 0;
  overflow: hidden;
}

.header .header-der {
  float: right;
  width: 296px;
  min-height: 1px;
}

.header .header-der .fecha {
  margin: 8px 0 5px 16px;
  font-size: 12px;
  line-height: 1;
  color: #666;
}

.header .header-der .botones {
  margin: 0 16px;
  height: 110px;
  overflow: hidden;
}
.header .header-der .botones a {
  color: #fff;
  font-family: "Alegreya SC", serif;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1;
  text-decoration: none;
}
.header .header-der .botones a.btn-publicarAviso {
  display: block;
  font-size: 24px;
  background: #c0392b;
  padding: 10px 10px 11px;
  margin-bottom: 0;
  text-align: center;
}

.header .header-der .botones a.btn-publicarAviso:hover {
  background: #e74c3c;
}

.header .header-der .botones a.btn-ingresar {
  display: block;
  float: left;
  font-size: 18px;
  background: #16a085;
  padding: 12px 10px 0;
  margin-right: 5px;
  margin-bottom: 7px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  width: 109px;
}

.header .header-der .botones a.btn-ingresar:hover {
  background: #1abc9c;
}

.header .header-der .botones a.btn-unirse {
  display: block;
  float: left;
  font-size: 18px;
  background: #95a5a6;
  padding: 12px 10px 0;
  height: 30px;
  overflow: hidden;
  line-height: 0.9;
  text-align: center;
  width: 109px;
  margin-bottom: 7px;
}

.header .header-der .botones a.btn-unirse:hover {
  background: #7f8c8d;
}
.header .header-der .botones p {
  line-height: 1.2;
  margin-bottom: 0;
}
.header .header-der .botones .nomUsuario {
  font-weight: bold;
  margin-bottom: 3px;
}

.header .header-der .botones a.lnk-data {
  color: #1abc9c;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.header .header-der .botones a.lnk-data:hover,
.header .header-der .botones a.cerrarSesion:hover {
  color: #222;
  text-decoration: underline;
}
.header .header-der .botones a.cerrarSesion {
  color: #222;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.header .header-der .botones a.cerrarSesion:hover {
  color: #c0392b;
}

.btn-bsq {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;

  margin-bottom: 0;
  *margin-right: 0.3em;
  *margin-left: 0.3em;

  vertical-align: middle;
  cursor: pointer;

  width: 27px;
  height: 27px;

  line-height: 27px;
  border: 0;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  /* ...and now for the proper property */
  transition: opacity 1s ease-in-out;
  background: transparent url("/global/img/iconos.png");
  background-position: 0 -176px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.btn-bsq:hover {
  background: transparent url("/global/img/iconos.png");
  background-position: 0 -215px;
}

/****************************************************/
/* ROTATIVAS          */

.slide-portada {
  padding-bottom: 28px;
  background: url("/global/img/fondo-slide.png") center bottom no-repeat;
}
.slide-portada-inner {
  background-color: #ecf0f1;
  padding: 0;
}

.slide-portada .flechas-slide {
  position: absolute;
  z-index: 999999998;
  top: 198px;
  width: 48px;
  height: 48px;
  display: block;
  background-image: url(/global/img/sprite-flechas.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.slide-portada .flechas-slide.ant {
  left: 0;

  background-position: -15px 0;
}

.slide-portada .flechas-slide.ant:hover {
  background-position: -240px 0;
}

.slide-portada .flechas-slide.sig {
  right: 0;

  background-position: -77px 0;
}

.slide-portada .flechas-slide.sig:hover {
  background-position: -300px 0;
}

.slide-portada .box-articulos {
  width: 726px;
  height: 438px;
  /*width:630px;
    height:380px;*/
  overflow: hidden;
  position: relative;
  float: left;
}

.slide-portada .articulos {
  overflow: hidden;
  position: absolute;
  width: 726px;
  height: 438px;
  z-index: 1;
}

.slide-portada .box-flotante {
  position: absolute;
  z-index: 1;
  top: 336px;
  background-color: rgba(44, 62, 80, 0.75);
  height: 102px;
  width: 726px;
}

.slide-portada .box-flotante .inner {
  padding: 12px 16px 0;
  height: 114px;
  overflow: hidden;
}

.slide-portada .box-flotante h1 {
  font-size: 26px;
  margin-bottom: 0px;
}

.slide-portada .box-flotante h1 a {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.slide-portada .box-flotante p {
  color: #fff;
  margin-bottom: 0;
}

.box-rotativa-bloque .volanta-ocio,
.box-rotativa-bloque .volanta-consumo {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
}

.box-rotativa-bloque .titulo {
  font-size: 17px;
  font-weight: bold;
  color: #313333;
  margin-bottom: 0;
}

.box-rotativa-bloque .titulo-rrhh,
.box-rotativa-bloque .titulo-consumo,
.box-rotativa-bloque .titulo-ocio,
.box-rotativa-bloque .titulo-opinion {
  font-size: 15px;
}

.box-rotativa-bloque .titulo a {
  color: #313333;
}

.box-rotativa-bloque .box-copete {
  height: 93px;
  overflow: hidden;
  /*margin-bottom:1px;*/
  *zoom: 1;
  background: #f0f2ef;
}
.box-rotativa-bloque .box-copete-rrhh {
  background: #ecedf0;
}

.box-rotativa-bloque .box-copete-consumo {
  background: #9a9295;
}
.box-rotativa-bloque .box-copete .copete {
  padding: 16px 9px 0;
  font-size: 13px;
  line-height: 1.231;
  color: #595959;
}

.box-rotativa-bloque .box-copete .copete a {
  color: #687959;
}

.box-rotativa-bloque .box-copete .copete a:hover {
  color: #595959;
}

.box-rotativa-bloque .media-bloque {
  width: 243px;
  height: 187px;
  overflow: hidden;
  margin-bottom: 1px;
}

.box-rotativa-bloque .media-bloque a {
  display: block;
}

.destacada-banners {
  margin-left: -15px;
  margin-bottom: 24px;
}

.destacada-banners > div {
  float: left;
  width: 320px;
  margin-left: 15px;
}

.banners-portada1 {
  margin: 0px 0 10px -26px;
}

.banners-portada1 > div {
  float: left;
  width: 350px;
  margin-left: 26px;
}

.banners-portada {
  margin: 10px 0 10px -26px;
}

.banners-portada > div {
  float: left;
  width: 350px;
  margin-left: 26px;
}

.news,
.listado {
  background: url("/global/img/borde-news.png") repeat-x 0 0;
}

.news-inner,
.listado-inner {
  background: url("/global/img/flechita.png") no-repeat 99% 94%;
  padding: 36px 0 24px;
}

.news .img-news,
.listado .img-news {
  float: left;
  width: 200px;
  margin-right: 24px;
}
.listado .img-news,
.listado-busqueda .img-news {
  width: 158px;
}

.news .tit-seccion,
.newsx2 .tit-seccion,
.pagina-inner .tit-seccion,
.listado-busqueda .tit-seccion,
.clasificado .tit-seccion,
.contenidoPopUp .tit-seccion {
  font-size: 13px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-family: "Alegreya SC", serif;
  font-weight: 700;
}
.news .tit-seccion a,
.newsx2 .tit-seccion a,
.pagina-inner .tit-seccion a,
.listado-busqueda .tit-seccion a,
.clasificado .tit-seccion a,
.contenidoPopUp .tit-seccion span {
  display: inline-block;
  padding: 6px 8px;
  background-color: #1abc9c;
  text-decoration: none;
  color: #fff;
}
.news .tit-seccion a:hover,
.newsx2 .tit-seccion a:hover,
.pagina-inner .tit-seccion a:hover,
.listado-busqueda .tit-seccion a:hover,
.clasificado .tit-seccion a:hover {
  background-color: #16a085;
}

.tit-seccion-listado {
  font-size: 32px;
  font-family: "Alegreya SC", serif;
  font-weight: 700;
  border-bottom: solid 1px #ddd;
  color: #1abc9c;
}

.pagina-inner .tit-seccion,
.clasificado .tit-seccion,
.contenidoPopUp .tit-seccion {
  border-bottom: solid 1px #ddd;
}
.pagina-inner .tit-seccion a,
.clasificado .tit-seccion a,
.contenidoPopUp .tit-seccion span {
  margin-bottom: 2px;
}

.news h2,
.newsx2 h3,
.listado h1 {
  font-size: 26px;
}

.news h2 a,
.newsx2 h3 a,
.listado h1 a {
  color: #34495e;
}

.news h2 a:hover,
.newsx2 h3 a:hover,
.listado h1 a:hover {
  color: #222;
}

.news .copete {
  margin-bottom: 0;
}

.box-newsx2 {
  margin-left: -26px;
}
.newsx2 {
  margin-left: 26px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #95a5a6;
  float: left;
  width: 350px;
}
/*.newsx2 {margin-left: 26px; margin-bottom: 24px; float:left; width:350px; height:440px; overflow:hidden; }*/

.newsx2-inner {
  padding: 0;
}
.newsx2 .img-news {
  margin-bottom: 12px; /*height: 200px; overflow: hidden;*/
}

.newsx2 .copete {
  margin-bottom: 0;
}

.btn-clasificados-crs {
  display: inline-block;
  float: none;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  background-color: #d35400;

  *background-color: #d35400;
}
.btn-clasificados-crs:hover {
  color: #fff;
  background-color: #c0392b;
  *background-color: #c0392b;
  text-decoration: none;
}

.btn-clasificados-crs .icon {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-top: 1px;
  line-height: 25px;
  vertical-align: text-top;
  background-image: url("/global/img/iconos.png");
  background-position: 0 -46px;
  background-repeat: no-repeat;
}

.btn-clasificados-crs span {
  font-family: "Alegreya", serif;
  text-transform: uppercase;
}

/* carrucel de CLASIFICADOS */

.div_carrusel {
  height: 220px;
  width: 928px;
  margin-left: -4px;
}
.carrousel {
  margin-bottom: 30px;
  background: #34495e;
  padding-top: 18px;
  height: 220px;
  overflow: hidden;
}
.carrusel_load {
  background: url("/global/img/loading.gif") no-repeat center center black;
}

.crs {
  width: 914px;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.tit-clasif {
  float: left;
  padding: 0 6px 0 6px;
  line-height: 19px;
  background-color: #85b779;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 2px;
  min-height: 1px;
}

.box-crs-inner {
  float: left;
  width: 990px;
  min-height: 1px;
}
.box-crs {
  width: 914px;
}

.fl-display {
  float: left;
  width: 38px;
  height: 220px;
  background: url(/global/img/sprite-flechas.png) no-repeat;
  cursor: pointer;
}

.fl-display-l {
  background-position: -140px 50%;
}
.fl-display-l:hover {
  background-position: -365px 50%;
}

.fl-display-r {
  background-position: -195px 50%;
}

.fl-display-r:hover {
  background-position: -420px 50%;
}

.box-clasif {
  width: 220px;
  float: left;
  margin-left: 10px;
  min-height: 1px;
}

.box-clasif .foto {
  border: solid 10px #fff;
  background-color: #fff;
  height: 140px;
  overflow: hidden;
  display: block;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
}
.box-clasif .foto:hover {
  border-color: #f39c12;
}

.box-clasif .nombre {
  font-size: 15px;
  font-weight: bold;
  color: #f39c12;
  margin-bottom: 0;
  font-family: "arimo", sans-serif;
  padding: 5px 10px 0;
}
.box-clasif .nombre a {
  color: #f39c12;
}
.box-clasif .nombre a:hover {
  color: #fff;
}
/* carrucel de CLASIFICADOS */

.volanta,
.volanta-listado,
.volanta-ficha {
  margin-bottom: 5px;
}

.titulo-ficha,
.copete-ficha {
  margin-bottom: 24px;
}

.copete-ficha {
  font-family: "Alegreya", serif;
  font-weight: 400;
  font-style: italic;
}

.volantaPrint {
  font-size: 10pt;
  margin-bottom: 5px;
}

.titPrint {
  font-size: 32pt;
}

.titPrint,
.copetePrint {
  margin-bottom: 24px;
}

.copetePrint {
  font-family: "Alegreya", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14pt;
}
.desaPrint {
  font-size: 10pt;
  color: #34495e;
}

.iconos-ficha {
  padding: 10px 14px;
  background-color: #ecf0f1;
}

.iconos-ficha-bot {
  background: url("/global/img/linea-puntos.png") 0 top repeat-x;
  margin-bottom: 18px;
  padding-top: 9px;
  margin-bottom: 18px;
}
.iconos-ficha ul.icoF2,
.iconos-ficha-bot ul.icoF2,
.iconos-ficha ul.icoF1,
.iconos-ficha-bot ul.icoF1 {
  float: right;
  width: 82px;
  margin-bottom: 0;
  list-style-type: none;
  margin: 0;
}

.iconos-ficha ul.icoF1,
.iconos-ficha-bot ul.icoF1 {
  float: left;
}

.iconos-ficha ul.icoF2 li,
.iconos-ficha-bot ul.icoF2 li,
.iconos-ficha ul.icoF1 li,
.iconos-ficha-bot ul.icoF1 li {
  float: left;
  *zoom: 1;
  min-height: 1px;
}

.iconos-ficha ul.icoF2 li a,
.iconos-ficha ul.icoF2 li span,
.iconos-ficha-bot ul.icoF2 li a,
.iconos-ficha-bot ul.icoF2 li span,
.iconos-ficha ul.icoF1 li a,
.iconos-ficha ul.icoF1 li span,
.iconos-ficha-bot ul.icoF1 li a,
.iconos-ficha-bot ul.icoF1 li span {
  float: none;
  margin: 0 2px;
  display: block;
  height: 16px;
  width: 16px;
}

.iconos-ficha ul.icoF1 li a,
.iconos-ficha ul.icoF1 li span,
.iconos-ficha-bot ul.icoF1 li a,
.iconos-ficha-bot ul.icoF1 li span {
  width: 18px;
  height: 18px;
  background-image: url(/global/img/iconos.png);
  background-repeat: no-repeat;
  -o-transition: 0;
  -ms-transition: 0;
  -moz-transition: 0;
  -webkit-transition: 0;
  /* ...and now for the proper property */
  transition: 0;
}

a.print {
  background: url(/global/img/sprite-icoficha.png) no-repeat left -88px;
}

a.print:hover {
  background: url(/global/img/sprite-icoficha.png) no-repeat left -110px;
}

a.nrec {
  background: url(/global/img/sprite-icoficha.png) no-repeat left -129px;
}

a.nrec:hover {
  background: url(/global/img/sprite-icoficha.png) no-repeat left -147px;
}

.aumtxt {
  background: url(/global/img/sprite-icoficha.png) no-repeat left 0;
}

.aumtxt2 {
  background: url(/global/img/sprite-icoficha.png) no-repeat left -22px;
}

.dimtxt {
  background: url(/global/img/sprite-icoficha.png) no-repeat left -44px;
}

.dimtxt2 {
  background: url(/global/img/sprite-icoficha.png) no-repeat left -66px;
}

.shareFB {
  background-position: 0 -427px;
}

.shareFB:hover {
  background-position: 0 -482px;
}

.shareTW {
  background-position: 0 -455px;
}

.shareTW:hover {
  background-position: 0 -510px;
}

.fechayfuente {
  float: left;
  min-width: 80px;
  margin-bottom: 0;
  color: #666;
  *zoom: 1;
  min-height: 1px;
}

.desarrollo-nota {
  margin-bottom: 32px;
}

.cuadro-mainpic {
  margin-bottom: 24px;
  min-height: 1px;
}

.lupa {
  position: absolute;
  z-index: 5;
  width: 250px;
  height: 187px;
  background: url("/global/img/lupa.png") no-repeat 98% 5px;
  left: 0;
  top: 0;
  -o-transition: 0;
  -ms-transition: 0;
  -moz-transition: 0;
  -webkit-transition: 0;
  /* ...and now for the proper property */
  transition: 0;
}
.lupa:hover {
  background-position: 98% -177px;
}

.lupa-big {
  width: 726px;
}

.pie-main-pic {
  font-size: 12px;
  color: #666;
  padding: 3px 6px;
  margin: 0;
}

.videos-ficha {
  margin-left: -12px;
  margin-bottom: 18px;
}
.videos-ficha div {
  float: left;
  width: 234px;
  margin-left: 12px;
}

.nt-rel {
  background-color: #ecf0f1;
  margin: 0 0 18px;
  padding: 19px 19px 19px 41px;
}

.nt-rel li.head {
  font-family: "alegreya SC", serif;
  margin: 0 0 8px -22px;
  background-color: #95a5a6;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  list-style-type: none;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 16px;
}

.nt-rel li {
  margin-bottom: 5px;
  color: #27ae60;
}
.nt-rel li a {
  margin-left: -5px;
  display: block;
  font-size: 12px;
}

/*************** ARCHIVOS **********************/
.archivos {
  padding-left: 35px;
  line-height: 20px;
  height: 20px;
  display: block;
  background: #f5f5f5;
  font-size: 12px;
  margin-bottom: 2px;
}

.pdf {
  background: #ecf0f1 url(/global/img/archivos.png) no-repeat 0 0px;
}

.doc {
  background: #ecf0f1 url(/global/img/archivos.png) no-repeat 0 -48px;
}

.txt {
  background: #ecf0f1 url(/global/img/archivos.png) no-repeat 0 -96px;
}

.ppt {
  background: #ecf0f1 url(/global/img/archivos.png) no-repeat 0 -144px;
}

.xls {
  background: #ecf0f1 url(/global/img/archivos.png) no-repeat 0 -181px;
}
/*************** ARCHIVOS **********************/

.audio-bloque {
  background-color: #ecf0f1;
  margin: 0 0 18px;
  padding: 19px;
}
.audio-bloque p {
  color: #666;
  margin-bottom: 3px;
  line-height: 1.2;
}

.destacados,
.lst-gal {
  margin-left: -18px;
  margin-bottom: 40px;
}
.destacados {
  margin-left: -10px;
}

.destacados .dest-thumbnails {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  *zoom: 1;
}
.destacados .dest-thumbnails:before,
.destacados .dest-thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.destacados .dest-thumbnails:after {
  clear: both;
}

.destacados .dest-thumbnails > li {
  float: left;
  margin-bottom: 14px;
  margin-left: 10px;
  width: 141px;
}
.destacados .dest-thumbnail {
  display: block;
  padding: 2px;
  line-height: 1.2;
  border: 1px solid #ddd;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url("/global/img/flechita.png") no-repeat 97% 97%;
  height: 170px;
  overflow: hidden;
}

.lst-gal .thumbnail {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.lst-gal2 .thumbnail {
  height: 240px;
}

.lst-gal .thumbnail .icono-zoom {
  position: absolute;
  left: 140px;
  top: 6px;
  z-index: 1;
}

.destacados .dest-thumbnail:hover {
  border-color: #c0392b;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.destacados .dest-thumbnail .img-dest {
  display: block;
  height: 100px;
  overflow: hidden;
}

.lst-gal .thumbnail .img-dest {
  height: 150px;
}

.destacados .dest-thumbnail > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.destacados .dest-thumbnail h1 {
  font-size: 16px;

  margin-bottom: 2px;
}

.destacados .dest-thumbnail h1 a {
  color: #c0392b;
}
.destacados .dest-thumbnail h1 a:hover {
  color: #222;
}

.destacados .box-items {
  padding: 3px;
}

.destacados .items {
  margin: 0 0 5px;
  list-style-type: none;
  font-size: 12px;
}
.destacados .items li {
  margin-bottom: 3px;
}

.destacados .items li small {
  font-size: 11px;
}

.clasificado h1 {
  margin-bottom: 24px;
  color: #c0392b; /*font-size:42px;*/
}

.clasificado .box-img {
  float: left;
  width: 250px;
  margin-right: 24px;
}

.clasificado ul.data {
  margin: 0px 0 24px 0;
  padding: 14px 24px;
  border-top: solid 5px #ecf0f1;
  border-bottom: solid 5px #ecf0f1;
}

.clasificado ul.data li {
  margin-bottom: 6px;
}

.tit-01 {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  background: #7f8c8d;
  padding-left: 14px;
  margin-bottom: 14px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-family: "Alegreya SC", serif;
}

.tit-02 {
  margin-top: 20px;
  background-color: #95a5a6;
}

.tit-03 {
  font-family: "Alegreya SC", serif;
  font-size: 16px;
  font-weight: bold;
  color: #34495e;

  padding-bottom: 3px;
  margin-bottom: 18px;
  border-bottom: solid 1px #bdc3c7;
}

.tit-04 {
  font-size: 32px;

  font-weight: bold;
  color: #222;
  border-bottom: solid 5px #ecf0f1;
  padding-left: 14px;
  margin-bottom: 42px;

  font-family: "Alegreya SC", serif;
}

.btn-nuevoAviso {
  color: #fff;
  font-family: "Alegreya SC", serif;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1;
  text-decoration: none;
  display: block;
  font-size: 24px;
  background: #c0392b url("/global/img/iconos.png") no-repeat 14px -375px;
  padding: 10px 0 11px 52px;
  margin-bottom: 7px;
}

.btn-nuevoAviso:hover {
  color: #fff;
  background: #e74c3c url("/global/img/iconos.png") no-repeat 14px -375px;
  text-decoration: none;
}

.cargaImg {
  margin-left: -30px;
}
.box-cargaImg {
  float: left;
  width: 200px;
  margin-left: 30px;
}

input.cargaFile {
  width: 200px;
  overflow: hidden;
}

/* ARMERIAS */

.empresas .thumbnails,
.lst-gal .thumbnails {
  margin-left: -20px;
  margin-bottom: 0;
  list-style: none;
  *zoom: 1;
}
.empresas .thumbnails:before,
.empresas .thumbnails:after,
.lst-gal .thumbnails:before,
.lst-gal .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.empresas .thumbnails:after,
.lst-gal .thumbnails:after {
  clear: both;
}

.empresas .thumbnails > li,
.lst-gal .thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.empresas .thumbnails .thumbnail {
  display: block;
  padding: 4px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 160px;
  width: 156px;
  overflow: hidden;
  background: url("/global/img/flechita.png") no-repeat 97% 97%;
}

.empresas .thumbnails .thumbnail-soloimg {
  height: 160px;
}

.empresas .thumbnails .thumbnail:hover,
.empresas .thumbnails .thumbnail:focus {
  border-color: #16a085;
}

.empresas .thumbnails .thumbnail > a {
  display: block;
  height: 100px;
  overflow: hidden;
}

.empresas .thumbnails .thumbnail-soloimg > a {
  display: block;
  height: 150px;
  overflow: hidden;
}
.empresas .thumbnails .thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.empresas .thumbnails .thumbnail .caption {
  padding: 9px;
}

.empresas .thumbnails .thumbnail .caption h1 {
  font-size: 18px;
  margin-bottom: 5px;
}

.empresas .thumbnails .thumbnail .caption h1 a {
  color: #16a085;
}

.empresas .thumbnails .thumbnail .caption h1 a:hover {
  color: #222;
}

.box-dataEmpresa {
  margin-bottom: 20px;
}

.box-dataEmpresa h1 {
  color: #16a085;
}
.box-dataEmpresa ul {
  margin-left: 18px;
}
.box-dataEmpresa ul li {
  color: #1abc9c;
  margin-bottom: 3px;
}
.box-dataEmpresa ul li span {
  color: #222;
}
.box-dataEmpresa ul li a {
  color: #16a085;
}
.box-dataEmpresa ul li a:hover {
  color: #222;
}
.box-dataEmpresa ul li small {
  font-size: 11px;
}
.box-imgEmpresa {
  float: left;
  width: 250px;
  margin-right: 32px;
}

.artForm {
  padding-top: 20px;
}
.artform2 {
  background: url("/global/img/borde-news.png") repeat-x 0 0;
  padding-top: 40px;
}
.artform2 .destacados {
  margin-left: -5px;
}
.artform2 .destacados .dest-thumbnails > li {
  margin-left: 5px;
}
.empresaAvisos {
  float: left;
  width: 726px;
  margin-right: 32px;
}
.empresaForm {
  float: left;
  width: 418px;
}

/* ARMERIAS */
/************************************************************************************/

/****************************************************/

.campo_required {
  border-color: rgba(255, 0, 0, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.8);
  outline: 0;
  outline: thin dotted \9; /* IE6-8 */
}

/* logo de cargando */

#pantalla_cargando {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/images/ie.png");
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6))
    repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(
      linear,
      0% 0%,
      0% 100%,
      from(rgba(11, 11, 11, 0.1)),
      to(rgba(11, 11, 11, 0.6))
    )
    repeat-x rgba(11, 11, 11, 0.2);
  z-index: 100000;
}

.caja_central {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -140px 0 0 -50px;
}

/* fin: logo de cargando */
/****************************************************/

/****************************************************/
.acc-asig {
  margin: 0 0 18px;
  list-style: none;
}

.acc-asig li.list_acc_padres {
  width: 210px;
  min-height: 12px;
  *height: 12px;
  float: left;
}

.acc-asig li.list_acc_padres ul {
  margin-left: 18px;
  list-style: none;
}

.acc-asig li.list_acc_padres ul li {
  width: auto;
  float: none;
}

.acc-asig li.list_acc_padres ul li label {
  font-weight: normal;
}

/****************************************************/
.guardando {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/images/ie.png");
  z-index: 100;
  background: url("/global/img/fondo_floatbox.png");
}

.caja_central {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -140px 0 0 -50px;
}

/*************** MENU **********************/

.footer {
  padding: 12px 28px;
  background-color: #ebebeb;
}
.logo-ft {
  width: 160px;
  float: left;
  min-height: 1px;
}
.footer .menu-copy {
  float: right;
  width: 750px;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  padding: 12px 1px;
  min-height: 1px;
}
.footer .menu-copy-inner {
  float: left;
  width: 700px;
  min-height: 1px;
}
.footer .menu {
  margin-bottom: 2px;
  font-size: 14px;
  color: #585858;
}
.footer .menu a {
  color: #585858;
}
.footer .menu a:hover {
  color: #000;
}
.footer .menu-copy-inner .copy {
  margin-bottom: 0;
  font-size: 12px;
  color: #939393;
}
.ezink {
  float: right;
  width: 100px;
  padding-top: 12px;
  min-height: 1px;
}

/*************** MENU **********************/

/*************** VISOR INDICE  **********************/

.visor_pto {
  background: #ecf0f1;
}
.box-visor_pto {
  padding: 18px 6px 0;
}

.visor_pto-img-big-box {
  width: 726px;
}

.visor_pto-img-big {
  height: 420px;
  position: relative;
  overflow: hidden;
  width: 726px;
}

.visor_pto-tira-img {
  width: 20px;

  float: left;
  margin-right: 4px;
  min-height: 1px;
}

.visor_pto-siguiente {
  background: url(/global/img/sprite-flvisor.png) no-repeat -128px 50%;
  width: 30px;
  height: 180px;
  overflow: hidden;
  zoom: 1;
  cursor: pointer;
}

.visor_pto-siguiente:hover {
  background: url(/global/img/sprite-flvisor.png) no-repeat -192px 50%;
}

.visor_pto-atras {
  background: url(/global/img/sprite-flvisor.png) no-repeat 0 50%;
  width: 30px;
  height: 180px;
  overflow: hidden;
  zoom: 1;
  cursor: pointer;
}
.visor_pto-atras:hover {
  background: url(/global/img/sprite-flvisor.png) no-repeat -64px 50%;
}

.visor_pto h1 {
  margin-bottom: 6px;
  padding: 0 9px;
}

.visor_pto h1 a {
  color: #eee;
}

.visor_pto h1 a:hover {
  color: #fff;
}

.visor_pto-img-big-box p {
  color: white;
  padding: 0 9px;
  margin-bottom: 0;
}

.seleccionado {
  color: #fff999;
  background-color: #468847;
}

/*************** VISOR INDICE  **********************/
.comm-lec span {
  font-weight: bold;
  color: #c0392b;
}
.autor-comm {
  float: left;
  width: 130px;
  margin-right: 10px;
}
.autor-comm p {
  padding-right: 10px;
  color: #c0392b;
  font-weight: bold;
}
.autor-comm p small {
  font-weight: normal;
}
.comentario {
  border-left: solid 1px #ddd;
  padding: 0 0 10px 10px;
}
.answercom {
  padding: 20px;
  background-color: #f5f5f5;
}

.condicion span {
  font-weight: bold;
  color: #e74c3c;
}

.ranking {
  border-bottom: solid 3px #1abc9c;
  margin-bottom: 16px;
}

.top-ranking {
  border-bottom: solid 1px #bfbfbf;
}

.box-ranking {
  padding-top: 12px;
  border-bottom: solid 1px #bfbfbf;
  border-left: solid 1px #bfbfbf;
  border-top: solid 1px #bfbfbf;
  border-right: solid 1px #bfbfbf;
  margin-bottom: 3px;
}

.box-ranking ul {
  margin: 0 0 0 12px;
  list-style: none;
}

.box-ranking li {
  margin-bottom: 8px;
  color: #1abc9c;
  background: url(/global/img/linea-puntos.png) repeat-x left bottom;
  font-weight: bold;
  line-height: 1;
}

.box-ranking li span {
  color: #1abc9c;
  display: block;
  font-size: 30px;
  line-height: 1;
  width: 1em;
}

.box-ranking li a {
  color: #232323;
  font-size: 12px;
  display: block;
  overflow: hidden;

  padding-bottom: 5px;
  margin-right: 12px;
}

.box-ranking li a:hover {
  color: #1abc9c;
}

.tit-ranking {
  padding-top: 20px;
  display: block;
  overflow: hidden;
  height: 0;
  background: url(/global/img/sprite-tit-der.png) no-repeat left top;
  margin-bottom: 1em;
}

a.ultimo,
a.leido,
a.comentado {
  width: auto;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  padding: 0 8px;
  display: block;
  margin-right: 3px;
  top: 0.5em;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #1abc9c;
}

a.ultimo:hover,
a.leido:hover,
a.comentado:hover {
  background: #232323;
}

a.ultimoActivo,
a.leidoActivo,
a.comentadoActivo {
  width: auto;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  display: block;
  margin-right: 3px;
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
  color: #232323;
  font-size: 11px;

  border-bottom: solid 1px #fff;
  border-left: solid 1px #bfbfbf;
  border-right: solid 1px #bfbfbf;
  border-top: solid 1px #bfbfbf;
  top: 1px;
}
