/* verde */
/* azul oscuro */
/* 3em */
/* 1.5em */
/* .75em */
/* .5em */
/* .25em */
.no-bullet, .icon-list, .list--tiny, .list--hlines--caps, .list--hlines--nocaps {
  padding-left: 0; }
  .no-bullet > li, .icon-list > li, .list--tiny > li, .list--hlines--caps > li, .list--hlines--nocaps > li {
    list-style: none;
    list-style-type: none; }

.float-left {
  float: left;
  _margin-right: -3px; }

.float-right {
  float: right;
  _margin-left: -3px; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.clear-both {
  clear: both; }

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

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

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

.uppercase {
  text-transform: uppercase; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999999px;
  top: -9999999px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.visuallyvisible {
  position: relative;
  clip: auto; }

.break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  /* Required for IE8 */
  -o-text-overflow: ellipsis;
  /* Required for Opera */
  text-overflow: ellipsis; }

.disabled {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.no-events {
  pointer-events: none; }

.placeholder {
  color: #b3b3b3; }

.print-only {
  display: none; }

.tera {
  font-size: 3.375em; }

.giga {
  font-size: 3em; }

.mega {
  font-size: 2.625em; }

.kilo {
  font-size: 2.25em; }

.hecto {
  font-size: 1.875em; }

.deca {
  font-size: 1.5em; }

.deci {
  font-size: 1.313em; }

.centi {
  font-size: 1.125em; }

.milli {
  font-size: 1em; }

.micro {
  font-size: .875em; }

.nano {
  font-size: .75em; }

.pico {
  font-size: .688em; }

.ListaL {
  list-style-type: upper-latin;
  padding-left: 1em; }

.ListaN {
  list-style-type: Decimal;
  padding-left: 1.5em; }

.ListaL li, .ListaN li {
  padding: 0 0 1em 0.5em; }

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

div, footer, aside {
  margin: 0; }

nav, section, article, table, header, address, p, ol, ul, dl, blockquote, figure {
  margin: 0 0 1.5em; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.no-box-sizing *,
.no-box-sizing *:before,
.no-box-sizing *:after {
  *behavior: url(../javascripts/libs/boxsizing.htc); }

body {
  /*36*/
  /*24*/
  /*21*/
  /*18*/
  /*16*/
  /*14*/
  -webkit-font-smoothing: antialiased;
  background: white;
  color: #666666;
  font-family: "Roboto Condensed", Calibri, Cambria, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5; }
  body h1 {
    font-size: 2.25em; }
  body h2 {
    font-size: 1.5em; }
  body h3 {
    font-size: 1.3125em; }
  body h4 {
    font-size: 1.125em; }
  body h5 {
    font-size: 1em; }
  body h6 {
    font-size: 0.875em; }
  @media screen and (min-width: 30.0625em) {
    body {
      font-size: 1em; } }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", Calibri, Cambria, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1;
  margin: 0 0 .5em; }

a,
a:visited {
  color: #004595;
  text-decoration: none; }

@media screen and (min-width: 48em) {
  a:hover,
  a:active {
    color: #0068e2;
    outline: none; } }
a {
  -webkit-tap-highlight-color: #efffd2; }

abbr[title],
dfn[title] {
  border-bottom: none;
  cursor: help; }

i, em, q, blockquote, cite {
  font-family: "Merriweather", Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", Georgia, "Times New Roman", serif;
  line-height: 1; }

cite {
  font-style: italic; }

q {
  font-style: italic; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em;
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller;
  top: -.5em; }

small {
  font-size: 85%; }

ins,
mark {
  background-color: #ffff99;
  color: black;
  padding: 0 .5em;
  text-decoration: none;
  text-shadow: 1px 1px 0 white;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  -ms-border-radius: 0.125em;
  border-radius: 0.125em; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

ul,
ol {
  list-style-image: none; }

ul {
  list-style: circle;
  list-style-type: circle;
  list-style-position: outside;
  padding-left: 1.25em; }

ol {
  list-style-type: decimal;
  list-style: decimal;
  list-style-type: decimal-leading-zero;
  list-style: decimal-leading-zero;
  list-style-position: inside;
  padding: 0; }

li {
  margin-bottom: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  padding-left: 2.25em; }

ul ul li,
ol ul li {
  list-style-type: disc;
  list-style: disc; }

blockquote {
  font-style: italic;
  line-height: 1.25;
  margin: 0 0 .75em; }

blockquote p {
  margin-bottom: 0.75em; }

blockquote footer {
  font-size: .875em; }

figure {
  margin: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

img {
  max-width: 100%;
  /* to prevent overflow */
  height: auto;
  /* to keep aspect ratio */
  width: auto;
  /* bugfix for IE8 */ }

q {
  quotes: '\201c' '\201d' '\2018' '\2019'; }

q {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

q:before {
  content: open-quote; }

q:after {
  content: close-quote; }

q {
  quotes: '\201c' '\201d' '\2018' '\2019' '\201c' '\201d' '\2018' '\2019'; }

q {
  quotes: '\201c' '\201d' '\2018' '\2019'; }

q:before {
  content: '\201c';
  content: open-quote; }

q:after {
  content: '\201d';
  content: close-quote; }

q q:before {
  content: '\2018';
  content: open-quote; }

q q:after {
  content: '\2019';
  content: close-quote; }

blockquote q:before {
  content: '\2018';
  content: open-quote; }

blockquote q:after {
  content: '\2019';
  content: close-quote; }

blockquote q q:before {
  content: '\201c';
  content: open-quote; }

blockquote q q:after {
  content: '\201d';
  content: close-quote; }

blockquote {
  quotes: '\201c' '\201d'; }

blockquote p:before {
  content: '\201c';
  content: open-quote; }

blockquote p:after {
  content: '';
  content: no-close-quote; }

blockquote p:last-child:after {
  content: '\201d';
  content: close-quote; }

:lang(fr) > q {
  quotes: '\00ab\202f' '\202f\00bb' '\201c' '\201d'; }

:lang(de) > q {
  quotes: '\201e' '\201c' '\201a' '\2018'; }

:lang(de) > q {
  quotes: '\00bb' '\00ab' '\203a' '\2039'; }

:lang(ja) > q {
  quotes: '\300c' '\300d' '\300e' '\300f'; }

::-moz-selection {
  background: #feff99;
  color: black;
  text-shadow: none; }

::selection {
  background: #feff99;
  color: black;
  text-shadow: none; }

@font-face {
  font-family: 'icomoon';
  src: url("/AVComun/fonts/icomoon.eot");
  src: url("/AVComun/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/AVComun/fonts/icomoon.svg#icomoon") format("svg"), url("/AVComun/fonts/icomoon.woff") format("woff"), url("/AVComun/fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
  line-height: 1; }

.icon-help:before,
.icon-feed:before,
.icon-twitter:before,
.icon-plus-circle:before,
.icon-minus-circle:before,
.icon-cancel-circle:before,
.icon-email:before,
.icon-calendar:before,
.icon-pencil:before,
.icon-phone:before,
.icon-geo:before,
.icon-home:before,
.icon-newspaper:before,
.icon-image:before,
.icon-images:before,
.icon-location:before,
.icon-enter:before,
.icon-youtube:before,
.icon-linkedin:before,
.icon-search:before,
.icon-arrow-up:before,
.back-toc a:before,
.icon-arrow-down:before,
.icon-arrow-right:before,
.icon-arrow-left:before,
.icon-info:before,
.icon-warning:before,
.icon-error:before,
.icon-success:before,
.icon-bullet:before,
.icon-phone-big:before,
.icon-close-circle:before,
.icon-accessibility:before,
.icon-menu:before,
.icon-facebook:before,
.icon-bell:before,
.icon-googleplus:before,
.icon-press:before,
.icon-code:before,
.ref-code:before,
.icon-job:before,
.icon-filter:before,
.icon-time:before,
.icon-europe:before,
.icon-europe2:before,
.icon-lanbide:before,
.lanbide-authorized span:before,
.icon-studies:before,
.icon-course:before,
.icon-contract:before,
.icon-reload:before,
.icon-file-word:before,
.icon-file-excel:before,
.icon-file-zip:before,
.icon-file-powerpoint:before,
.icon-file-pdf:before,
.icon-user:before,
.icon-map:before,
.icon-direction:before,
.icon-link:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em; }
.icon-help.standalone,
.icon-feed.standalone,
.icon-twitter.standalone,
.icon-plus-circle.standalone,
.icon-minus-circle.standalone,
.icon-cancel-circle.standalone,
.icon-email.standalone,
.icon-calendar.standalone,
.icon-pencil.standalone,
.icon-phone.standalone,
.icon-geo.standalone,
.icon-home.standalone,
.icon-newspaper.standalone,
.icon-image.standalone,
.icon-images.standalone,
.icon-location.standalone,
.icon-enter.standalone,
.icon-youtube.standalone,
.icon-linkedin.standalone,
.icon-search.standalone,
.icon-arrow-up.standalone,
.back-toc a.standalone,
.icon-arrow-down.standalone,
.icon-arrow-right.standalone,
.icon-arrow-left.standalone,
.icon-info.standalone,
.icon-warning.standalone,
.icon-error.standalone,
.icon-success.standalone,
.icon-bullet.standalone,
.icon-phone-big.standalone,
.icon-close-circle.standalone,
.icon-accessibility.standalone,
.icon-menu.standalone,
.icon-facebook.standalone,
.icon-bell.standalone,
.icon-googleplus.standalone,
.icon-press.standalone,
.icon-code.standalone,
.standalone.ref-code,
.icon-job.standalone,
.icon-filter.standalone,
.icon-time.standalone,
.icon-europe.standalone,
.icon-europe2.standalone,
.icon-lanbide.standalone,
.lanbide-authorized span.standalone,
.icon-studies.standalone,
.icon-course.standalone,
.icon-contract.standalone,
.icon-reload.standalone,
.icon-file-word.standalone,
.icon-file-excel.standalone,
.icon-file-zip.standalone,
.icon-file-powerpoint.standalone,
.icon-file-pdf.standalone,
.icon-user.standalone,
.icon-map.standalone,
.icon-direction.standalone,
.icon-link.standalone {
  line-height: 1;
  vertical-align: middle; }
  .icon-help.standalone:before,
  .icon-feed.standalone:before,
  .icon-twitter.standalone:before,
  .icon-plus-circle.standalone:before,
  .icon-minus-circle.standalone:before,
  .icon-cancel-circle.standalone:before,
  .icon-email.standalone:before,
  .icon-calendar.standalone:before,
  .icon-pencil.standalone:before,
  .icon-phone.standalone:before,
  .icon-geo.standalone:before,
  .icon-home.standalone:before,
  .icon-newspaper.standalone:before,
  .icon-image.standalone:before,
  .icon-images.standalone:before,
  .icon-location.standalone:before,
  .icon-enter.standalone:before,
  .icon-youtube.standalone:before,
  .icon-linkedin.standalone:before,
  .icon-search.standalone:before,
  .icon-arrow-up.standalone:before,
  .back-toc a.standalone:before,
  .icon-arrow-down.standalone:before,
  .icon-arrow-right.standalone:before,
  .icon-arrow-left.standalone:before,
  .icon-info.standalone:before,
  .icon-warning.standalone:before,
  .icon-error.standalone:before,
  .icon-success.standalone:before,
  .icon-bullet.standalone:before,
  .icon-phone-big.standalone:before,
  .icon-close-circle.standalone:before,
  .icon-accessibility.standalone:before,
  .icon-menu.standalone:before,
  .icon-facebook.standalone:before,
  .icon-bell.standalone:before,
  .icon-googleplus.standalone:before,
  .icon-press.standalone:before,
  .icon-code.standalone:before,
  .standalone.ref-code:before,
  .icon-job.standalone:before,
  .icon-filter.standalone:before,
  .icon-time.standalone:before,
  .icon-europe.standalone:before,
  .icon-europe2.standalone:before,
  .icon-lanbide.standalone:before,
  .lanbide-authorized span.standalone:before,
  .icon-studies.standalone:before,
  .icon-course.standalone:before,
  .icon-contract.standalone:before,
  .icon-reload.standalone:before,
  .icon-file-word.standalone:before,
  .icon-file-excel.standalone:before,
  .icon-file-zip.standalone:before,
  .icon-file-powerpoint.standalone:before,
  .icon-file-pdf.standalone:before,
  .icon-user.standalone:before,
  .icon-map.standalone:before,
  .icon-direction.standalone:before,
  .icon-link.standalone:before {
    margin-right: 0; }
.icon-help.button:before,
.icon-feed.button:before,
.icon-twitter.button:before,
.icon-plus-circle.button:before,
.icon-minus-circle.button:before,
.icon-cancel-circle.button:before,
.icon-email.button:before,
.icon-calendar.button:before,
.icon-pencil.button:before,
.icon-phone.button:before,
.icon-geo.button:before,
.icon-home.button:before,
.icon-newspaper.button:before,
.icon-image.button:before,
.icon-images.button:before,
.icon-location.button:before,
.icon-enter.button:before,
.icon-youtube.button:before,
.icon-linkedin.button:before,
.icon-search.button:before,
.icon-arrow-up.button:before,
.back-toc a.button:before,
.icon-arrow-down.button:before,
.icon-arrow-right.button:before,
.icon-arrow-left.button:before,
.icon-info.button:before,
.icon-warning.button:before,
.icon-error.button:before,
.icon-success.button:before,
.icon-bullet.button:before,
.icon-phone-big.button:before,
.icon-close-circle.button:before,
.icon-accessibility.button:before,
.icon-menu.button:before,
.icon-facebook.button:before,
.icon-bell.button:before,
.icon-googleplus.button:before,
.icon-press.button:before,
.icon-code.button:before,
.button.ref-code:before,
.icon-job.button:before,
.icon-filter.button:before,
.icon-time.button:before,
.icon-europe.button:before,
.icon-europe2.button:before,
.icon-lanbide.button:before,
.lanbide-authorized span.button:before,
.icon-studies.button:before,
.icon-course.button:before,
.icon-contract.button:before,
.icon-reload.button:before,
.icon-file-word.button:before,
.icon-file-excel.button:before,
.icon-file-zip.button:before,
.icon-file-powerpoint.button:before,
.icon-file-pdf.button:before,
.icon-user.button:before,
.icon-map.button:before,
.icon-direction.button:before,
.icon-link.button:before {
  vertical-align: middle; }

.icon-help:before {
  content: "\3f"; }

.icon-feed:before {
  content: "\72"; }

.icon-twitter:before {
  content: "\74"; }

.icon-plus-circle:before {
  content: "\2b"; }

.icon-minus-circle:before {
  content: "\2d"; }

.icon-cancel-circle:before {
  content: "\78"; }

.icon-email:before {
  content: "\65"; }

.icon-calendar:before {
  content: "\64"; }

.icon-pencil:before {
  content: "\45"; }

.icon-phone:before {
  content: "\260e"; }

.icon-geo:before {
  content: "\22"; }

.icon-home:before {
  content: "\24"; }

.icon-newspaper:before {
  content: "\25"; }

.icon-image:before {
  content: "\26"; }

.icon-images:before {
  content: "\27"; }

.icon-location:before {
  content: "\23"; }

.icon-enter:before {
  content: "\21"; }

.icon-youtube:before {
  content: "\2a"; }

.icon-linkedin:before {
  content: "\2c"; }

.icon-search:before {
  content: "\2e"; }

.icon-arrow-up:before, .back-toc a:before {
  content: "\28"; }

.icon-arrow-down:before {
  content: "\2f"; }

.icon-arrow-right:before {
  content: "\30"; }

.icon-arrow-left:before {
  content: "\31"; }

.icon-info:before {
  content: "\32"; }

.icon-warning:before {
  content: "\35"; }

.icon-error:before {
  content: "\37"; }

.icon-success:before {
  content: "\38"; }

.icon-bullet:before {
  content: "\33"; }

.icon-phone-big:before {
  content: "\34"; }

.icon-close-circle:before {
  content: "\36"; }

.icon-accessibility:before {
  content: "\39"; }

.icon-menu:before {
  content: "\3a"; }

.icon-facebook:before {
  content: "\3c"; }

.icon-bell:before {
  content: "\3b"; }

.icon-googleplus:before {
  content: "\3e"; }

.icon-press:before {
  content: "\3d"; }

.icon-code:before, .ref-code:before {
  content: "\40"; }

.icon-job:before {
  content: "\41"; }

.icon-filter:before {
  content: "\42"; }

.icon-time:before {
  content: "\44"; }

.icon-europe:before {
  content: "\43"; }

.icon-europe2:before {
  content: "\46"; }

.icon-lanbide:before, .lanbide-authorized span:before {
  content: "\47"; }

.icon-studies:before {
  content: "\48"; }

.icon-course:before {
  content: "\49"; }

.icon-contract:before {
  content: "\4a"; }

.icon-reload:before {
  content: "\4b"; }

.icon-file-word:before {
  content: "\e376"; }

.icon-file-excel:before {
  content: "\e377"; }

.icon-file-zip:before {
  content: "\e378"; }

.icon-file-powerpoint:before {
  content: "\e379"; }

.icon-file-pdf:before {
  content: "\e374"; }

.icon-user:before {
  content: "\e10a"; }

.icon-map:before {
  content: "\e0ac"; }

.icon-direction:before {
  content: "\e0ae"; }

.icon-link:before {
  content: "\55"; }

.icon-list li {
  line-height: 1.25;
  margin-bottom: 1em; }

.icon-list > [class*="icon-"]:before,
.icon-block:before,
.lanbide-authorized span:before {
  left: 0;
  position: absolute;
  top: 0; }

.icon-list > *,
.icon-block,
.lanbide-authorized span {
  padding-left: 1.5em;
  position: relative; }

.icon-block, .lanbide-authorized span {
  display: block; }

.icon-x2:before {
  font-size: 2em; }

.icon-x3:before {
  font-size: 3em; }

.icon-x4:before {
  font-size: 4em; }

.icon-x5:before {
  font-size: 5em; }

.icon-x6:before {
  font-size: 6em; }

.icon-x7:before {
  font-size: 7em; }

.icon-x8:before {
  font-size: 8em; }

.icon-x9:before {
  font-size: 9em; }

.icon-x10:before {
  font-size: 10em; }

.intro-text, .intro-text--big, .intro-text--tiny {
  overflow: hidden;
  *zoom: 1;
  line-height: 1.25;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  font-style: italic;
  font-weight: 100;
  padding: .5em 0; }

.intro-text--big {
  font-size: 1.5em; }
  .intro-text--big:first-letter {
    border-top: 4px solid #f2f2f2;
    color: #95c6ff;
    float: left;
    font-size: 2.75em;
    font-weight: 900;
    line-height: 1;
    margin: -.15em 0 0 0;
    padding: 0 .125em 0 0; }

.intro-text--tiny {
  font-size: 1.25em; }
  .intro-text--tiny:first-letter {
    color: #95c6ff;
    font-size: 1.25em;
    font-weight: 900; }

.list--airy > li {
  margin-bottom: 0.75em; }

.list--tiny {
  line-height: 1.25;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  font-size: .875em;
  padding: 1.5em 0; }
  .list--tiny > *:last-child {
    margin-bottom: 0; }
  .list--tiny li {
    margin-bottom: 1.5em;
    position: relative; }
    .list--tiny li:before {
      background: #cccccc;
      content: "";
      height: .25em;
      left: 0;
      position: absolute;
      top: -.25em;
      width: 1em; }

.list--hlines--caps > *, .list--hlines--nocaps > * {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 0.75em 0; }

.list--hlines--caps {
  border-top: 1px solid #e6e6e6; }

.list--hlines--nocaps > *:first-child {
  padding-top: 0; }
.list--hlines--nocaps > *:last-child {
  border: 0;
  padding-bottom: 0; }

.avatar {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: white;
  border: 1px solid #d9d9d9;
  line-height: .75;
  padding: .25em;
  text-align: center; }
  .avatar img {
    background: #e6e6e6;
    color: white; }
  .avatar:hover {
    -webkit-box-shadow: #333333 0 0 0.5em;
    -moz-box-shadow: #333333 0 0 0.5em;
    box-shadow: #333333 0 0 0.5em;
    border: 1px solid #333333; }

.ref-code {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  background: white;
  border: 1px solid #e6e6e6;
  padding: .35em .75em;
  text-transform: uppercase; }

.code--id, .code--id--dark, .code--id--light {
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15) inset, 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15) inset, 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15) inset, 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid;
  font-size: .875em;
  font-weight: 700;
  padding: .25em .75em; }

.code--id--dark {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  background: #004595;
  border-color: #333333;
  color: white; }

.code--id--light {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  background: #f2f2f2;
  border-color: #cccccc;
  color: #666666; }

.hour-box {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  background: #fafafa;
  border: 1px solid #f2f2f2;
  font-size: .875em;
  font-weight: 700;
  padding: 0 .25em; }

.duration-box {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  border-radius: 0.5em;
  background: #cfefaf;
  border: 1px solid #f2f2f2;
  color: #5c6c4d;
  font-size: .875em;
  font-weight: 700;
  padding: 0 .25em; }

.label--success, .label--pending, .label--error {
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: .75em;
  font-weight: 700;
  padding: .5em;
  text-transform: uppercase; }

.label--success {
  -webkit-box-shadow: 0 0 0 1px #5bd900 inset, 0 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0.5em #3b8c00 inset;
  -moz-box-shadow: 0 0 0 1px #5bd900 inset, 0 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0.5em #3b8c00 inset;
  box-shadow: 0 0 0 1px #5bd900 inset, 0 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0.5em #3b8c00 inset;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  background: #e9ffd9;
  color: #3b8c00; }

.label--pending {
  -webkit-box-shadow: 0 0 0 1px #d96100 inset, 0 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0.5em #8c3f00 inset;
  -moz-box-shadow: 0 0 0 1px #d96100 inset, 0 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0.5em #8c3f00 inset;
  box-shadow: 0 0 0 1px #d96100 inset, 0 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0.5em #8c3f00 inset;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  background: #ffead9;
  color: #8c3f00; }

.label--error {
  -webkit-box-shadow: 0 0 0 1px #ff5a5a inset, 0 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0.5em #d90000 inset;
  -moz-box-shadow: 0 0 0 1px #ff5a5a inset, 0 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0.5em #d90000 inset;
  box-shadow: 0 0 0 1px #ff5a5a inset, 0 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 0.5em #d90000 inset;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  background: #ffd9d9;
  color: #d90000; }

.pullquote {
  margin-bottom: 1.5em;
  border-top: 0.25em solid #333333;
  border-bottom: 1px solid #e6e6e6;
  padding: 2.5em 0 1em;
  position: relative; }
  .pullquote blockquote {
    line-height: 1.25;
    margin: 0; }
    .pullquote blockquote footer {
      font-size: .875em; }
    .pullquote blockquote:before {
      color: #cccccc;
      content: "\201c";
      display: block;
      font: normal 500%/1 Georgia,"Times New Roman",serif;
      height: 0;
      margin: 0;
      position: absolute;
      top: 0; }
  @media screen and (min-width: 30.0625em) {
    .pullquote {
      float: right;
      margin: 0 1.5em 1.5em 0.75em;
      width: 40%; } }
  @media screen and (min-width: 48em) {
    .pullquote {
      margin: 0 -1.5em 1.5em 0.75em; } }

.back-toc {
  border-top: 1px solid #f2f2f2;
  text-align: right; }
  .back-toc a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    border-top: 0.25em solid #e6e6e6;
    font-size: .75em;
    font-weight: 400;
    padding: .5em;
    text-transform: uppercase; }
    .back-toc a:before {
      color: gray; }
    .back-toc a:hover {
      background-color: #f1f7ff;
      border-color: #004595; }

.lanbide-authorized {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 0.25em rgba(106, 175, 35, 0.25);
  -moz-box-shadow: 0 0 0 0.25em rgba(106, 175, 35, 0.25);
  box-shadow: 0 0 0 0.25em rgba(106, 175, 35, 0.25);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 1.125;
  background: #004595;
  color: white;
  font-size: .875em;
  padding: .5em 1em; }
  .lanbide-authorized span:before {
    color: #6aaf23; }
  .lanbide-authorized b {
    text-transform: uppercase; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

caption {
  font-size: 1em; }

tbody th {
  vertical-align: top; }

thead th {
  vertical-align: bottom; }

tr {
  border-bottom: 1px solid #e6e6e6; }

th,
td {
  padding: 0.75em; }

td {
  vertical-align: top; }

th {
  text-align: left; }

.table-zebra tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.9); }

.table-std caption,
.table-std thead,
.table-std th,
.table-std tr,
.table-std td {
  border: 1px solid #e6e6e6; }
.table-std caption {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  background: #333333;
  color: white;
  font-weight: 700;
  padding: .75em;
  text-transform: uppercase; }
.table-std th {
  font-weight: 700;
  text-align: left; }
.table-std tbody thead,
.table-std tbody th {
  background: #fafafa;
  color: #666666;
  text-shadow: 1px 1px 0 white; }

.table-light caption {
  border-bottom: 1px solid #e6e6e6; }
.table-light caption {
  line-height: 1.25;
  border-top: 1px solid #e6e6e6;
  font-size: 1.25em;
  font-weight: 100;
  padding: .5em 0;
  text-align: left; }
.table-light th {
  background: #f2f2f2;
  font-weight: 700;
  text-align: middle;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 white; }

@media (max-width: 768px) {
  table {
    border: none;
    display: block;
    width: 100%; }

  caption {
    display: block; }

  thead {
    display: none;
    visibility: hidden; }

  tbody, tr, th, td {
    display: block;
    text-align: left;
    white-space: normal; }

  tr {
    padding: .5em 0; }

  th[data-title]:before,
  td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 700; }

  th:not([data-title]) {
    font-weight: 700; }

  td:empty {
    display: none; } }
* {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: black !important;
  text-shadow: none !important; }

a, a:visited {
  color: black !important; }

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: ""; }

pre,
blockquote {
  page-break-inside: avoid; }

thead {
  display: table-header-group; }

tr,
img {
  page-break-inside: avoid; }

@page {
  margin: 2cm; }

p, h2, h3 {
  orphans: 3;
  widows: 3; }

h2,
h3 {
  page-break-after: avoid; }

.print-only {
  display: inherit; }

body {
  font-size: .75em;
  margin: 0 auto;
  padding: .5cm; }

.visuallyhidden {
  display: inherit !important;
  left: auto !important;
  position: relative !important;
  top: auto !important;
  clip: none !important; }

.skip-nav,
.snap-toolbar,
[role="banner"],
.header__one,
.header__one__logos,
.logo-lanbide,
.logo-euskadinet,
.nav-euskadinet-container,
#nav-euskadinet,
#lang-selector,
.nav-main,
.nav-aid,
[role="search"],
[role="contentinfo"],
.section__nav-link,
.section__nav,
.section__related,
.section__related--right,
.pagination,
.toc,
.back-toc,
.search--inner,
.resp-tabs-list,
.modal-start,
#modal__description,
.modal__close,
.r01SearchResultsNavBar,
.r01Invisible,
.r01SearchResultGuide,
.v79j_BarraTitulosAzul,
div.r01FichaCompleta,
.r01Tabs,
.r01gClsPDFButton,
.r01SearchSessionRssFeed,
.searchQuote{
  display: none !important; }

.chart__graph {
  height: 400px; }

.x46lCaption {
  font-weight: 700; }

div.r01SourceSearchResults .r01srItem div.r01srItemMetaData ul .r01srItemMDProcedureExpCode img {
  width: 100px; }

div.r01TabSeccion div.r01SeccionTitulo,
#TB_ajaxContent div.r01SeccionTitulo {
  font-weight: 700; }
