/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* 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;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, 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 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.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.wrapper header {
  width: 100%;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  background-color: #FFF;
}
.wrapper header .container {
  padding: 0;
  position: initial;
}
.wrapper header.open .container.nav-m {
  background-color: #414141;
  color: #fff;
}
.wrapper header.open .container.nav-m .logo-m .img-logo {
  background-position: bottom left;
}
.wrapper header.open .container.nav-m .btn-mobil .ico-menu {
  background-position: bottom;
}
.wrapper header.open .container.nav-m .btn-mobil:after {
  content: 'Close';
  color: #fff;
}
.wrapper header .container.nav-m {
  border-bottom: 3px solid #e7e7e8;
  background-color: #fff;
  padding: 8px 20px;
  position: relative;
  z-index: 2;
}
.wrapper header .container.nav-m .logo-m {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 150px;
  text-align: left;
}
.wrapper header .container.nav-m .logo-m .img-logo {
  background-image: url("../img/logo-m.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  height: 16px;
}
.wrapper header .container.nav-m .logo-m span {
  font-size: 13px;
}
.wrapper header .container.nav-m .btn-mobil {
  padding: 10px 5px;
  position: relative;
  width: 85px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper header .container.nav-m .btn-mobil .ico-menu {
  width: 15px;
  height: 14px;
  display: inline-block;
  background-image: url("../img/ico-menu.png");
  background-position: top;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.wrapper header .container.nav-m .btn-mobil:after {
  content: 'Menu';
  color: #231f20;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.wrapper header .container.nav-m .btn-mobil:hover {
  opacity: 0.6;
}
.wrapper header nav {
  background-color: #414141;
  display: none;
  color: #a7a9ac;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 57px;
  width: 100%;
}
.wrapper header nav .content-menu {
  height: 100%;
  max-height: 100%;
  overflow-x: auto;
}
.wrapper header nav ul {
  padding: 18px 0;
}
.wrapper header nav ul li {
  display: block;
  padding: 0 20px;
}
.wrapper header nav ul li:after {
  content: '';
  display: block;
  background-color: #a7a9ac;
  width: 50px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 5px;
}
.wrapper header nav ul li .a-menu {
  display: block;
  font-size: 20px;
  color: inherit;
  padding: 6px 5px;
}
.wrapper header nav ul li .a-menu:hover, .wrapper header nav ul li .a-menu.activo {
  color: #fff;
}
.wrapper header nav ul li .a-menu:hover:after, .wrapper header nav ul li .a-menu.activo:after {
  background-color: #fff;
}
.wrapper header nav ul li ul.show {
  display: block;
}
.wrapper header nav ul li ul {
  display: none;
}
.wrapper header nav ul li ul li {
  padding: 1px;
}
.wrapper header nav ul li ul li:after {
  display: none;
}
.wrapper header nav ul li ul li a {
  font-size: 14px;
  padding: 1px 20px;
}
.wrapper header nav ul li ul li a:hover, .wrapper header nav ul li ul li a.activo {
  color: #fff;
}
.wrapper header nav ul li ul li.linea {
  display: none;
}

@media screen and (min-width: 768px) {
  .wrapper header {
    background-color: transparent;
  }
  .wrapper header .container.nav-m {
    display: none;
  }
  .wrapper header nav {
    padding-top: 0;
    height: auto;
    display: block !important;
    background-color: transparent;
    color: #231f20;
    position: relative;
    text-transform: uppercase;
  }
  .wrapper header nav .content-menu {
    height: auto;
    max-height: none;
    overflow-x: none;
  }
  .wrapper header nav ul {
    height: auto;
    max-height: none;
    padding: 0;
    text-align: right;
    padding-right: 7px;
  }
  .wrapper header nav ul li {
    display: inline-block;
    width: 20%;
    max-width: 180px;
    padding: 0;
    margin: 0 13px;
    text-align: left;
  }
  .wrapper header nav ul li:after {
    display: none;
  }
  .wrapper header nav ul li .a-menu {
    display: block;
    width: 100%;
    font-size: 12px;
    background-color: #FFF;
    padding: 7px 20px;
  }
  .wrapper header nav ul li .a-menu span {
    border-bottom: 1px solid #231f20;
    margin-top: 1px;
  }
  .wrapper header nav ul li .a-menu:hover, .wrapper header nav ul li .a-menu.activo {
    background-color: #58585a;
  }
  .wrapper header nav ul li .a-menu:hover span, .wrapper header nav ul li .a-menu.activo span {
    border-bottom: 1px solid #fff;
    margin-top: 1px;
  }
  .wrapper header nav ul li .a-menu:after {
    display: none;
  }
  .wrapper header nav ul li ul {
    display: none !important;
  }
}
/*  footer  */
.wrapper footer {
  background-color: #d1d2d4;
  margin-top: 25px;
}
.wrapper footer a {
  font-weight: 400;
}
.wrapper footer .container {
  padding: 26px 20px;
}
.wrapper footer .container .col1, .wrapper footer .container .col2 {
  display: inline-block;
  padding: 0 0 10px;
  max-width: none;
  vertical-align: top;
  width: 100%;
}
.wrapper footer .container .col1 {
  padding-bottom: 22x;
}

@media screen and (min-width: 768px) {
  .wrapper footer {
    margin-top: 80px;
    font-size: 15px;
  }
  .wrapper footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 240px;
  }
  .wrapper footer .container:after {
    content: '';
    display: block;
    clear: both;
  }
  .wrapper footer .container .col1, .wrapper footer .container .col2 {
    width: 50%;
    padding: 0 40px 0 10px;
    max-width: 427px;
  }
  .wrapper footer .container .col1 a, .wrapper footer .container .col2 a {
    text-decoration: underline;
  }
  .wrapper footer .container .col1 p, .wrapper footer .container .col2 p {
    margin-bottom: 25px;
  }
  .wrapper footer .container .col1 {
    padding-bottom: 0;
  }
  .wrapper footer .container .col2 {
    float: right;
  }
}
* {
  /* apply a natural box layout model to all elements */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/static/htc/boxsizing.htc);
  margin: 0;
  padding: 0;
  outline: none;
}

body, html {
  height: 100%;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a, a *, .btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a, a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 10px;
}
p a {
  text-decoration: underline;
}

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

.clear {
  clear: both;
}

.row {
  clear: both;
}

body {
  font-family: 'Pt sans', sans-serif;
  font-size: 13px;
  padding: 0;
  margin: 0;
  color: #1d1d1b;
  background-color: #fff;
}

.wrapper {
  width: 100%;
  min-height: 100%;
}
.wrapper .container {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.wrapper .container .t-seccion {
  font-size: 22px;
  line-height: 22px;
  font-family: 'Cyrodiil';
  color: #424242;
  padding: 6px 20px;
  background-color: #d2d9dc;
  width: 40%;
  max-width: 402px;
  position: relative;
  margin-left: -20px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.wrapper .container .content-center {
  text-align: center;
}
.wrapper .content-table {
  display: table;
  width: 100%;
}
.wrapper .content-table .content-cell {
  display: table-cell;
  height: 100%;
}

/* internas */
.content-detalle {
  width: 100%;
  min-height: 500px;
}
.content-detalle .contenido {
  line-height: 1.5em;
}
/*NEW 2016/12/12*/
.contenido .description-under-photo {
  padding: 0;
  margin: 0 0 6px 0;
  text-align:right;
}
/**/
.content-detalle .contenido a.link-cel {
  padding-right: 12px;
  color: #1e9dd9;
}
.content-detalle .contenido a.link-cel:after {
  content: '';
  display: block;
  width: 11px;
  height: 12px;
  display: block;
  background-image: url(../img/ico-arrow-right.png);
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-detalle .contenido a.link-cel:hover:after {
  margin-left: 20px;
}
.content-detalle .contenido a.link-cel.subr {
  text-decoration: underline;
}

.pad-top {
  padding-top: 57px;
}

@media screen and (min-width: 768px) {
  .content-detalle {
    width: 100%;
  }
  .content-detalle .contenido {
    padding-left: 230px;
    font-size: 15px;
  }
  .content-detalle .contenido p {
    margin-bottom: 18px;
  }

  .pad-top {
    padding-top: 90px;
  }

  body {
    font-size: 12px;
  }
}
aside {
  padding: 30px;
  position: fixed;
  display: none;
  z-index: 2;
}
aside .logo {
  font-size: 22px;
  margin-bottom: 40px;
  display: inline-block;
}
aside ul li a {
  padding: 5px 0;
  display: block;
}
aside ul li a:hover, aside ul li a.activo {
  color: #1e9dd9;
  font-weight: 600;
}
aside ul li.b {
  font-weight: bold;
}
aside ul li.linea {
  padding: 14px 0 10px 0;
}
aside ul li.linea:after {
  content: '';
  display: block;
  background-color: #231f20;
  width: 50px;
  height: 1px;
}

@media screen and (min-width: 768px) {
  aside {
    display: block;
    padding: 30px;
    position: fixed;
    left: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  aside {
    display: block;
    padding: 30px;
    position: fixed;
    left: 50%;
    margin-left: -640px;
  }
}
.wrapper footer {
  margin-top: 0 !important;
}


.content-detalle ul {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 18px;
}
.content-detalle ul li {
	padding-left: 1em;
}
#policies .contentbg {
  background-color: #f3f3f4;
  padding-bottom: 15px;
  margin-bottom: 0;
}
#policies .wrapper-cabecera {
  background-image: url("../img/foundation/foundation-header.jpg");
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  margin-right: -20px;
  margin-left: -20px;
}
#policies .wrapper-cabecera:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 50%;
}
#policies .destacado {
  padding-left: 26px;
  font-style: italic;
}
#policies .destacado .autor {
  display: block;
  font-style: normal;
}
#policies .titulo {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 18px;
  display: block;
  position: relative;
}
#policies .titulo:after {
  content: '';
  display: block;
  width: 50px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
}
#policies hr {
  background-color: #000;
  height: 3px;
  border: 0;
  margin: 30px 0;
}
#policies #programs {
  padding-top: 30px;
}
#policies #programs .col3 li {
  width: 100%;
  position: relative;
  padding: 0 0;
  /*&:after{
      content: '';
      display: block;
      width: 50px;
      border-bottom: 1px solid #000;
      position: absolute;
      top: 0;
  }*/
}
#policies #programs .col3 li .link-cel {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
#policies #location {
  padding-top: 30px;
}
#policies #location .wrapper-mapa {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 0px 0px 0px 0px;
}
#policies #location .wrapper-mapa .content-mapa {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#policies #location .wrapper-mapa .content-mapa:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 75%;
}
#policies #location .wrapper-mapa .content-mapa iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#policies #location .wrapper-mapa .info {
  padding: 20px 0 0 0;
  background-color: #FFF;
}
#policies #expertise {
  padding-top: 30px;
  padding-bottom: 30px;
}
#policies #expertise .col2 li {
  width: 100%;
  position: relative;
}
#policies .wrapper-image {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 483px;
  margin: 0 auto;
  /*&:before{
      content: '';
      display: block;
      width: 100%;
      padding-top: 100%;
  }*/
}
#policies .wrapper-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  max-width: none;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#policies .wrapper-image:hover img {
  transform: scale(1.2);
}
#policies #archives {
  padding-top: 30px;
}
#policies #archives .col2 .col-descr, #policies #archives .col2 .col-img {
  width: 100%;
  position: relative;
  padding-top: 30px;
}
#policies #archives .col2 .col-descr ul, #policies #archives .col2 .col-img ul {
  list-style: disc outside none;
  padding-left: 17px;
}
#policies #archives .col2 .col-descr ul li, #policies #archives .col2 .col-img ul li {
  padding: 6px 0;
}
/*NEW 2016/12/12*/
.col2 a.inner_link{
	color:#1e9dd9;
	text-decoration:none;
}
.col2 a:hover.inner_link{
	text-decoration:underline;
}
/**/
#policies #archives .lista-archivos {
  padding-bottom: 25px;
}
#policies #archives .lista-archivos li.item-archivo {
  padding-top: 30px;
}
#policies #archives .lista-archivos li.item-archivo .descripcion {
  padding-top: 30px;
}
#policies #archives .lista-archivos li.item-archivo .descripcion ul {
  padding-top: 0;
  list-style: disc outside none;
  padding-left: 17px;
}
#policies #archives .lista-archivos li.item-archivo .descripcion ul li {
  padding: 6px 0;
}

@media screen and (max-width: 550px) {
  #policies #archives .lista-archivos li.item-archivo .descripcion ul {
    padding-top: 0px;
  }
}
@media screen and (min-width: 550px) {
  #policies #expertise .col2 {
    margin-right: -13px;
    margin-left: -13px;
  }
  #policies #expertise .col2 li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 35px 13px;
  }
  #policies #expertise .col2 li p {
    margin-bottom: 18px;
  }
  #policies .wrapper-image {
    max-width: none;
    margin: auto;
  }
  #policies #archives .col2 {
    margin-right: -13px;
    margin-left: -13px;
  }
  #policies #archives .col2 .col-descr {
    float: left;
  }
  #policies #archives .col2 .col-descr, #policies #archives .col2 .col-img {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 35px 13px;
  }
  #policies #archives .col2 .col-descr ul li, #policies #archives .col2 .col-img ul li {
    padding: 10px 0;
  }
  #policies #archives .lista-archivos {
    padding-top: 30px;
    padding-bottom: 25px;
    max-width: 740px;
  }
  #policies #archives .lista-archivos:before {
    content: '';
    display: block;
    clear: both;
  }
  #policies #archives .lista-archivos:after {
    content: '';
    display: block;
    clear: both;
  }
  #policies #archives .lista-archivos li.item-archivo {
    padding-top: 95px;
  }
  #policies #archives .lista-archivos li.item-archivo:after {
    content: '';
    display: block;
    clear: both;
  }
  #policies #archives .lista-archivos li.item-archivo .wrapper-image {
    width: 38%;
    max-width: 222px;
    float: left;
    margin-right: 32px;
  }
  #policies #archives .lista-archivos li.item-archivo .descripcion {
    padding-left: 26px;
    display: inline;
  }
  #policies #archives .lista-archivos li.item-archivo .descripcion .titulo {
    margin-top: -88px;
  }
  #policies #archives .lista-archivos li.item-archivo .descripcion ul {
    padding-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  #policies {
    /*#location{
        padding-top: 60px;
        .wrapper-mapa{
            padding: 25px;
            position:   relative;
            .content-mapa{
                &:before{
                    padding-top: 55%;
                }
            }
            .info{
                padding: 6% 25px;
                background-color: #FFF;
                position: absolute;
                top: 8.5%;
                right: 5%;
                width: 45%;
                height: 82%;
                z-index: 999;
            }
        }
    }*/
  }
  #policies .contentbg {
    padding-bottom: 30px;
  }
  #policies .wrapper-cabecera {
    margin-right: 0px;
    margin-left: 0px;
  }
  #policies .t20 {
    font-size: 20px;
    line-height: 1.5em;
  }
  #policies .titulo {
    font-size: 21px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  #policies hr {
    margin: 50px 0 60px 0;
  }
  #policies #programs {
    padding-top: 60px;
  }
  #policies #programs .col3 {
    margin-right: -13px;
    margin-left: -13px;
  }
  #policies #programs .col3 li {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 26px;
    padding: 0 13px;
  }
  #policies #programs .col3 li p {
    margin-bottom: 18px;
  }
  #policies #expertise {
    padding: 60px 0;
  }
  #policies #expertise .col2 {
    margin-right: -13px;
    margin-left: -13px;
  }
  #policies #expertise .col2 li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 13px;
  }
  #policies #expertise .col2 li p {
    margin-bottom: 18px;
  }
  #policies .wrapper-image {
    max-width: none;
    margin: auto;
  }
  #policies #archives {
    padding-top: 80px;
  }
  #policies #archives .col2 {
    padding-top: 70px;
    margin-right: -13px;
    margin-left: -13px;
  }
  #policies #archives .col2 .col-descr, #policies #archives .col2 .col-img {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 13px;
  }
  #policies #archives .col2 .col-descr ul li, #policies #archives .col2 .col-img ul li {
    padding: 10px 0;
  }
  #policies #archives .lista-archivos {
    padding-top: 30px;
    padding-bottom: 40px;
    max-width: 740px;
  }
  #policies #archives .lista-archivos:before {
    content: '';
    display: block;
    clear: both;
  }
  #policies #archives .lista-archivos:after {
    content: '';
    display: block;
    clear: both;
  }
  #policies #archives .lista-archivos li.item-archivo {
    padding-top: 145px;
  }
  #policies #archives .lista-archivos li.item-archivo:after {
    content: '';
    display: block;
    clear: both;
  }
  #policies #archives .lista-archivos li.item-archivo .wrapper-image {
    width: 30%;
    float: left;
    margin-right: 40px;
  }
  #policies #archives .lista-archivos li.item-archivo .descripcion {
    padding-left: 26px;
    display: inline;
  }
  #policies #archives .lista-archivos li.item-archivo .descripcion .titulo {
    margin-top: -97px;
  }
  #policies #archives .lista-archivos li.item-archivo .descripcion ul {
    padding-top: 0;
  }
}
@media screen and (min-width: 960px) {
  #policies #location {
    padding-top: 60px;
  }
  #policies #location .wrapper-mapa {
    padding: 25px 0;
    position: relative;
  }
  #policies #location .wrapper-mapa .content-mapa:before {
    padding-top: 55%;
  }
  #policies #location .wrapper-mapa .info {
    padding: 6% 25px;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 8.5%;
    right: 5%;
    width: 45%;
    height: 82%;
    z-index: 2;
  }
}
