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;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

/* Default fonts and colors. */
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin-bottom: 10px;
}

/* Text elements
-------------------------------------------------------------- */
p {
  margin: 0 0 1.2em;
  line-height: 1.3em;
  font-size: 1.2em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li {
  margin-bottom: 5px;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

ul.clean-list {
  margin: 0;
  list-style: none;
}

dl {
  margin: 0 0 1.2em 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 1.2em;
}

abbr {
  border-bottom: 1px dotted #000;
}

address {
  margin-top: 1em;
  font-style: italic;
}

del {
  color: #000;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* Tables
-------------------------------------------------------------- */
table {
  margin: 1.2em 0;
  width: 100%;
  border-collapse: collapse;
}

th {
  border-bottom: 2px solid #ddd;
  font-weight: bold;
}

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

th, td {
  padding: 0.4em 1em 0.4em 0;
}

tfoot {
  font-style: italic;
}

caption {
  background: #ffc;
}

/*==============================================
					INPUTS
================================================*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea, input.imput_text {
  padding: 6px 0px 6px 4px;
  outline: none;
  border: solid 1px #e1e1e1;
  font-size: 1.1em;
  font-family: Arial;
}

input[type="submit"]:focus {
  outline: none;
}

.file-upload {
  position: relative;
  overflow: hidden;
  color: #FFF;
  background: #00d7f4;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  margin: -3px 0 0 -3px;
}
.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

select {
  padding: 3px 30px 2px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: white url("../images/icon-select.gif") 98% 7px no-repeat;
  webkit-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
select.medium {
  width: 130px;
}
select.large {
  width: 292px;
}
select.select-multiple {
  width: 500px;
  height: 200px;
  background: #fff;
}

input.input_autocomplete {
  background: #ADD8E6;
  border: none;
  color: #848fad;
}

input.admin {
  background: #483D8B;
  color: #848fad;
  border: none;
}

input.readonly {
  background: #838EAD;
  color: #fff;
  border: none;
}

.social-media {
  float: right;
  width: 147px;
  height: 68px;
  padding: 10px 0 0 10px;
  margin-top: 5px;
  background: url("../images/social-media.png") no-repeat;
}
@media screen and (max-width: 640px) {
  .social-media {
    float: none;
    margin: 0 auto;
    background: none;
    text-align: center;
    height: 50px;
  }
}
.social-media li a {
  display: block;
  height: 30px;
}
@media screen and (max-width: 640px) {
  .social-media li {
    display: inline-block;
  }
  .social-media li a {
    width: 40px;
    height: 40px;
  }
  .social-media li a.icon-facebook {
    background: url("../images/icon-facebook.png") no-repeat;
  }
  .social-media li a.icon-twitter {
    background: url("../images/icon-twitter.png") no-repeat;
  }
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  clear: both;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    max-width: 640px;
  }
}
.container p {
  line-height: 150%;
}

.hide {
  text-indent: -999em;
  overflow: hidden;
  display: block;
}

body {
  font-size: 12px;
  font-family: 'ronniaregular', Helvetica, Arial, sans-serif;
  color: #3D3D3F;
}
body a {
  text-decoration: none;
}

.layout section {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 24px 12px -20px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 24px 12px -20px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 24px 12px -20px inset;
}

.layout {
  position: relative;
}
.layout:before {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 6px 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 4px 6px 0;
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
}
.layout .about {
  padding-top: 3em;
  width: 45%;
  float: left;
  margin-right: 5%;
}
@media screen and (max-width: 640px) {
  .layout .about {
    width: 95%;
    float: none;
    margin-right: 2%;
    margin-left: 2%;
  }
}
.layout .about h2 {
  border-bottom: solid 2px #3d3d3f;
  padding-bottom: 5px;
  font-size: 1.3em;
}
.layout .about h2 span {
  font-family: 'ronniabold';
}
.layout .about p {
  /*line-height: 150%;*/
}
.layout .about p.enfasis {
  color: #0B554F;
}
.layout .about ul {
  margin-bottom: 20px;
}
.layout .about li {
  /*line-height: 150%;*/
}
.layout .photo {
  float: left;
  width: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) -3px 0 3px;
  box-shadow: rgba(0, 0, 0, 0.4) -3px 0 3px;
}
@media screen and (max-width: 640px) {
  .layout .photo {
    width: 100%;
    float: none;
  }
}
.layout .photo img {
  display: block;
  max-width: 100%;
}
.layout .photo h3 {
  background: #515153;
  padding: 1em 2em;
  color: #fff;
  margin: 0;
}
.layout .photo .rta {
  background: #555d81;
  padding: 10px 70px;
}
@media screen and (max-width: 640px) {
  .layout .photo .rta {
    padding: 10px;
  }
}
.layout .photo .rta li {
  color: #fff;
  font-family: 'ronnia_lightregular';
  font-style: italic;
  line-height: 130%;
}
.layout .centro {
  background: #ebebeb;
  border-top: solid 9px #dadada;
  clear: both;
  padding: 3em 0;
}
@media screen and (max-width: 640px) {
  .layout .centro {
    padding: 3em 1em;
  }
}
.layout .centro h3 {
  border-bottom: solid 2px #3d3d3f;
  padding-bottom: 5px;
  font-size: 1.3em;
}
.layout .centro h3 span {
  font-family: 'ronniabold';
}
.layout .centro p {
  line-height: 150%;
}
.layout .centro p span {
  font-family: 'ronniabold';
}
.layout .map {
  border-top: solid 13px #23665f;
}
.layout .map iframe {
  display: block;
}

.lugares {
  border-top: solid 10px #c8c8d0;
  background: #d8d8e2;
  clear: both;
  text-align: center;
  padding: 2em 0;
}
.lugares h3 {
  color: #202D5A;
  font-size: 1.3em;
}
.lugares p {
  font-family: 'ronnia_lightregular';
}
.lugares a {
  font-family: 'ronniabold';
  border: solid 3px #202D5A;
  padding: 5px;
  display: inline-block;
  font-size: 1.3em;
  color: #202D5A;
  margin-top: 10px;
}

.important {
  border-top: solid 10px #1f5d5a;
  background: #23665f;
  clear: both;
  text-align: center;
  padding: 2em 0;
}
.important p {
  font-family: 'ronnia_lightregular';
  color: #fff;
  margin-bottom: 0;
}

.sedes-content {
  background: #f4f3f8;
  padding-top: 3em;
}
.sedes-content dl dt {
  color: #202D5A;
  margin-bottom: 10px;
}
.sedes-content dl dd {
  margin-left: 0;
  font-family: 'ronnia_lightregular';
  margin-bottom: 3px;
}

.single {
  padding-top: 3em;
}
.single h2 {
  border-bottom: solid 2px #3d3d3f;
  padding-bottom: 5px;
  font-size: 1.5em;
  margin-bottom: 15px;
}
.single h3 {
  color: #202D5A;
  font-size: 1.3em;
  font-family: 'ronniabold';
}
.single p {
  font-family: 'ronnia_lightregular';
  color: #6F7072;
}
.single p span {
  color: #202D5A;
  font-family: 'ronniaregular';
}
.single .box {
  background: #d8d8e2;
  padding: 1em;
  margin-bottom: 2em;
}
.single .box p {
  margin-bottom: 0;
  font-family: 'ronniaregular';
}
.single.instalaciones {
  padding-top: 0;
}

header {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 24px 12px -20px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 24px 12px -20px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 24px 12px -20px inset;
  border-top: solid 1px #e7e7e7;
  height: 86px;
  background: #ececee;
}

.frase {position:relative; width:100%; padding:10px 0; background:#0e5750; font-size:11pt; color:#FFFFFF; font-weight:bold; text-align:center}

@media screen and (max-width: 640px) {
  header {
    display: block;
    height: 100%;
    overflow: hidden;
  }
}
header h1 {
  float: left;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 640px) {
  header h1 {
    float: none;
    margin: 10px 0;
  }
}
header h1 a {
  width: 225px;
  height: 68px;
  background: url("../images/h1.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 640px) {
  header h1 a {
    margin: 0 auto;
  }
}
header .menu {
  float: right;
}
@media screen and (max-width: 640px) {
  header .menu {
    float: none;
    text-align: center;
  }
}
header .menu li {
  display: inline-block;
  font-size: 1.1em;
  margin: 0;
}
header .menu li a {
  color: #4e4e50;
  display: block;
  height: 87px;
  padding: 0 2em;
  line-height: 87px;
}
@media screen and (max-width: 640px) {
  header .menu li a {
    height: 30px;
    line-height: 30px;
    padding: 0 .5em;
  }
}
header .menu li a:hover, header .menu li a.active {
  background: #d8d8d8;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 24px 12px -20px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 24px 12px -20px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 24px 12px -20px inset;
}

nav {
  clear: both;
  background: rgba(61, 61, 63, 0.9);
  text-align: center;
}
@media screen and (max-width: 640px) {
  nav ul {
    float: none;
  }
}
nav li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.1em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  nav li {
    font-size: 1.1em;
    margin: 0;
    display: block;
  }
}
nav li a {
  color: #FFF;
  display: block;
  padding: 1em 3em;
}
nav li a:hover, nav li a.active {
  background: #3c3c3c;
}
nav.verde {
  background: #23665f;
}
nav.verde li a:hover, nav.verde li a.active {
  background: #0e5750;
}

footer {
  background: #d8d9db;
  border-top: solid 3px #ececee;
  clear: both;
}
footer p.copy {
  text-align: center;
  padding: 10px 0;
  color: #3D3D3F;
  border-top: solid 1px #bcbcbe;
  background: #fff;
  margin: 0;
  font-size: 1.1em;
}
footer p.copy a {
  color: #3D3D3F;
}
footer .container {
  overflow: hidden;
}
footer .column {
  float: left;
  margin-top: 30px;
  margin-right: 15px;
  width: 140px;
}
@media screen and (max-width: 640px) {
  footer .column {
    float: none;
    text-align: center;
    width: 100%;
  }
}
footer .column h2 {
  font-size: 1.1em;
  margin-bottom: 5px;
  font-family: 'ronniabold';
}
footer .column ul {
  margin-bottom: 20px;
}
footer .column ul li {
  margin-bottom: 5px 0;
  line-height: 150%;
}
footer .column ul li a {
  color: #3D3D3F;
}
footer .fundosol {
  float: right;
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  footer .fundosol {
    float: none;
    text-align: center;
  }
}
footer .fundosol h2 {
  margin-bottom: 20px;
}
footer .fundosol h2 img {
  width: 147px;
  height: 40px;
}
footer .fundosol .data {
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  padding-top: 15px;
  overflow: hidden;
}
footer .fundosol .data > ul {
  float: left;
}
@media screen and (max-width: 640px) {
  footer .fundosol .data > ul {
    float: none;
  }
}
footer .fundosol .data li {
  color: #212E5B;
  margin-bottom: 5px;
}
footer .fundosol .data li a {
  color: #212E5B;
}
footer .fundosol .data li.space {
  margin-bottom: 20px;
}
footer .fundosol .data li.tel {
  font-size: 2em;
  margin-bottom: 20px;
}
footer .fundosol .data .social-media {
  margin: 0 -4px 0 0;
}
@media screen and (max-width: 640px) {
  footer .fundosol .data .social-media {
    float: none;
    margin: 0 auto;
  }
}

.aviso {
  background: #2c3963;
  border-top: solid 9px #202d50;
  padding: 20px 0;
}
.aviso .container {
  position: relative;
  text-align: center;
  color: #fff;
}
.aviso .container h2 {
  font-family: 'ronnia_lightregular';
  font-size: 2.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .aviso .container h2 {
    font-size: 1.5em;
  }
}
.aviso .container p {
  font-family: 'ronnia_heavyregular';
  font-size: 3em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .aviso .container p {
    font-size: 2em;
  }
}
.aviso .container a {
  border: solid 2px #fff;
  padding: 5px 10px;
  font-family: 'ronniabold';
  font-size: 2em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
}
.aviso .container .icon-heart {
  position: absolute;
  right: 0;
  top: -95px;
}
@media screen and (max-width: 640px) {
  .aviso .container .icon-heart {
    top: -85px;
  }
  .aviso .container .icon-heart img {
    width: 50%;
  }
}

body.home nav {
  position: absolute;
  top: 122px;
  width: 100%;
  z-index: 900;
}

.map {position:relative;}
.linea {position:relative; border:0; border-top: 1px solid #FFFFFF; margin:20px 0; display:block;}
	.linea .circulo {position:absolute; top:-10px; width:40px; height:22px; left:65px; background:url(../images/circulo_blanco.png) no-repeat center center; text-align:center; font-weight:bold; font-size:0.8em}
.linea2 {position:relative; border:0; border-top: 1px solid #3d3d3f; margin:10px 0; display:block;}
.circulo2 {position:relative; width:22px; height:16px; padding-top:7px; background:url(../images/circulo_gris.png) no-repeat center center; text-align:center; font-weight:bold; font-size:0.9em; color:#3d3d3f; display:inline-block; margin-right:3px}
.overlay {position:absolute; width:100%; height:428px; z-index:1; top:0; left:0;}

@media screen and (max-width: 640px) {
  body.home nav {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 640px) {
  .flexslider {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .flex-control-nav {
    bottom: 5px;
  }
}

section.homepage {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f9f9f9), color-stop(50%, #ffffff), color-stop(50%, #f4f3f8), color-stop(100%, #f4f3f8));
  background-image: -webkit-linear-gradient(left, #f9f9f9 0%, #ffffff 50%, #f4f3f8 50%, #f4f3f8 100%);
  background-image: -moz-linear-gradient(left, #f9f9f9 0%, #ffffff 50%, #f4f3f8 50%, #f4f3f8 100%);
  background-image: -o-linear-gradient(left, #f9f9f9 0%, #ffffff 50%, #f4f3f8 50%, #f4f3f8 100%);
  background-image: linear-gradient(left, #f9f9f9 0%, #ffffff 50%, #f4f3f8 50%, #f4f3f8 100%);
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  section.homepage {
    background: #fff;
  }
}
section.homepage .donar, section.homepage .instalaciones {
  float: left;
  padding-top: 2em;
}
@media screen and (max-width: 640px) {
  section.homepage .donar, section.homepage .instalaciones {
    float: none;
  }
}
section.homepage .donar h3, section.homepage .instalaciones h3 {
  color: #202D5A;
  font-size: 1.5em;
  border-bottom: solid 1px #202D5A;
  font-family: 'ronniabold';
  padding-bottom: 5px;
}
section.homepage .donar h4, section.homepage .instalaciones h4 {
  color: #58585A;
  font-size: 1.3em;
  text-transform: uppercase;
}
section.homepage .donar p, section.homepage .instalaciones p {
  color: #868789;
  font-family: 'ronnia_lightregular';
}
section.homepage .donar {
  width: 470px;
  margin-right: 100px;
}
@media screen and (max-width: 640px) {
  section.homepage .donar {
    width: 95%;
    margin-right: 2%;
    margin-left: 2%;
  }
}
section.homepage .donar img {
  max-width: 100%;
}
section.homepage .donar a {
  color: #202D5A;
  font-family: 'ronniabold';
  border: solid 2px #202D5A;
  display: block;
  margin-top: 20px;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.5em;
}
section.homepage .instalaciones {
  width: 400px;
}
@media screen and (max-width: 640px) {
  section.homepage .instalaciones {
    width: 95%;
    margin-right: 2%;
    margin-left: 2%;
  }
  section.homepage .instalaciones img {
    max-width: 100%;
  }
}
section.homepage .instalaciones h3 {
  border-bottom: none;
}

.address {
  background: #fff;
  clear: both;
  padding: 10px 0;
  -webkit-box-shadow: #cccccc 2px 2px 10px inset;
  -moz-box-shadow: #cccccc 2px 2px 10px inset;
  box-shadow: #cccccc 2px 2px 10px inset;
}
.address p {
  text-align: center;
  font-size: 1.1em;
  color: #202D5A;
  margin-bottom: 0;
}
.address p a {
  color: #202D5A;
}

@media screen and (max-width: 640px) {
  .flexslider .flex-control-nav {
    bottom: 10px;
  }
}

.lineas .primary-content {
  width: 620px;
  background: #f5f7f6;
  border-bottom: solid 10px #61948d;
}
@media screen and (max-width: 640px) {
  .lineas .primary-content {
    width: 95%;
  }
}
.lineas .secondary-content {
  width: 310px;
  background: #dfe7e9;
  border-bottom: solid 10px #417976;
}
@media screen and (max-width: 640px) {
  .lineas .secondary-content {
    width: 95%;
  }
}
.lineas .primary-content, .lineas .secondary-content {
  float: left;
  padding: 3em 1em 1em 1em;
  min-height: 250px;
}
@media screen and (max-width: 640px) {
  .lineas .primary-content, .lineas .secondary-content {
    float: none;
  }
}
.lineas .primary-content h3, .lineas .secondary-content h3 {
  color: #3D3D3F;
  border-bottom: solid 3px #3D3D3F;
  padding-bottom: 5px;
}
.lineas .primary-content li, .lineas .secondary-content li {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-family: 'ronnia_lightregular';
  line-height: 150%;
}

.division {
  padding-top: 2em;
  clear: both;
}
@media screen and (max-width: 640px) {
  .division {
    padding: 2em 1em;
  }
}
.division h4 {
  color: #202D5A;
  font-size: 1.5em;
  border-bottom: solid 3px #202D5A;
  padding-bottom: 10px;
  text-align: center;
  font-family: 'ronniabold';
  margin-bottom: 40px;
}
.division img {
  float: right;
  margin: 0 0 1em 2em;
}
@media screen and (max-width: 640px) {
  .division img {
    margin: 0;
    max-width: 100%;
    float: none;
  }
}
.division .box {
  text-align: center;
}
.division .box span {
  display: block;
  font-family: 'ronniabold';
}

.circuito {
  position: relative;
  overflow: hidden;
  background: #3c7773;
}
.circuito .container {
  display: table;
  height: 100%;
}
.circuito:before {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 6px 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 4px 6px 0;
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
}
.circuito .about {
  padding-top: 3em;
  width: 48%;
  float: left;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  .circuito .about {
    width: 95%;
    float: none;
    margin-left: 2%;
  }
}
.circuito .about h2 {
  padding-bottom: 5px;
  font-size: 1.5em;
  color: #fff;
  border-bottom: solid 3px #fff;
}
.circuito .about h2 span {
  font-family: 'ronniabold';
}
.circuito .about p {
  /* line-height: 150%; */
}
.circuito .about ul {
  margin-bottom: 20px;
  overflow: hidden;
}
.circuito .about ul li {
  /*line-height: 150%;*/
  color: #fff;
  font-size: 1.1em;
  line-height:1.8em;
  clear: both;
  margin:10px 0;
}
.circuito .about ul li span {
  display: block;
}
.circuito .about ul li img {
  margin-right: 25px;
  float: left;
  margin-top: 5px;
}
.circuito .about .message {
  border-top: solid 2px #fff;
  clear: both;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  padding-top: 20px;
}
.circuito .about .message span {
  display: block;
}
.circuito .sidebar {
  float: left;
  width: 46%;
  background: #fff;
  padding: 3% 2%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .circuito .sidebar {
    width: 96%;
    float: none;
  }
}
.circuito .sidebar p {
  border-bottom: solid 3px #3D3D3F;
  padding-bottom: 10px;
}
.circuito .sidebar li span {
  display: block;
}

section.sedes {
  padding-top: 3em;
  background: #fff;
}
section.sedes h2 {
  padding-bottom: 5px;
  font-size: 1.5em;
  color: #3D3D3F;
  margin-bottom: 20px;
  border-bottom: solid 2px #3D3D3F;
}
section.sedes .col {
  float: left;
  width: 280px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  section.sedes .col {
    width: auto;
    float: none;
    text-align: center;
    margin-right: 0;
  }
}
section.sedes .col dl {
  min-height: 100px;
}

.sedes-content {
  padding-top: 3em;
  background: #fff;
}
.sedes-content .col {
  float: left;
  width: 33.3%;
/*  margin-right: 20px;*/
}
@media screen and (max-width: 640px) {
  .sedes-content .col {
    width: auto;
    float: none;
    text-align: center;
    margin-right: 0;
  }
}
.sedes-content .col dl {
  min-height: 100px;
}

.procesos {
  padding-top: 3em;
  background: #fff;
}
.procesos h2 {
  padding-bottom: 5px;
  font-size: 1.5em;
  color: #3D3D3F;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: solid 2px #3D3D3F;
}
.procesos p.enfasis {
  color: #202D5A;
}
@media screen and (max-width: 640px) {
  .procesos .gallery {
    text-align: center;
  }
}
.procesos .gallery figure {
  border-bottom: solid 3px #212e5a;
  display: inline-block;
  margin: 0 30px 30px 0;
}
@media screen and (max-width: 640px) {
  .procesos .gallery figure {
    margin: 0 0 30px 0;
  }
}
.procesos .gallery figure figcaption h3 {
  float: left;
  color: #6F7072;
  margin-bottom: 0;
  font-size: 1.2em;
  font-family: 'ronnia_lightregular';
  margin-top: 3px;
}
.procesos .gallery figure figcaption span {
  float: right;
  background: url("../images/icon-zoom.png") no-repeat;
  width: 25px;
  height: 25px;
}

.form-main {
  background: #3d3d3f;
  padding-top: 20px;
  overflow: hidden;
  clear: both;
}
@media screen and (max-width: 640px) {
  .form-main {
    padding: 20px 10px;
  }
}
.form-main h4 {
  color: #D8D9DA;
  font-size: 1.5em;
}
.form-main p {
  color: #D8D9DA;
}
.form-main form {
  border-top: solid 2px #D8D9DA;
  padding: 20px 0;
  clear: both;
}
.form-main form fieldset {
  border: none;
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.form-main form label {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.form-main form input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: solid 2px #fff;
  width: 450px;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .form-main form input {
    width: 300px;
  }
}
.form-main form textarea {
  width: 100%;
  height: 115px;
  background: none;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .form-main form textarea {
    width: 300px;
  }
}
.form-main .bt-main input {
  font-size: 1em;
  background: #D8D9DA;
  width: 90px;
  padding: 5px;
  float: right;
  color: #3d3d3f;
  outline: solid 3px #D8D9DA;
  border: solid 2px #3d3d3f;
}
@media screen and (max-width: 640px) {
  .form-main .bt-main input {
    padding: 10px 3px;
  }
}
@media screen and (max-width: 640px) {
  .form-main.form-main-footer fieldset {
    width: 100%;
  }
  .form-main.form-main-footer fieldset input {
    width: 100%;
  }
  .form-main.form-main-footer fieldset textarea {
    width: 99%;
  }
}

.secondary-form p {
  border-bottom: solid 2px #3d3d3d;
  padding-bottom: 5px;
  font-size: 1em;
}
.secondary-form input {
  background: none;
  border: none;
  border-bottom: solid 2px #fff;
  width: 363px;
  padding: 0 0 0 2px;
}
@media screen and (max-width: 640px) {
  .secondary-form input {
    width: 295px;
  }
}
.secondary-form label {
  display: block;
  float: left;
  width: 75px;
}
.secondary-form .bt-main {
  border: none;
}
.secondary-form .bt-main input {
  font-size: 1em;
  background: #4e587c;
  width: 90px;
  padding: 5px;
  float: right;
  color: #fff;
  outline: solid 3px #d9d9db;
  border: solid 2px #fff;
}
@media screen and (max-width: 640px) {
  .secondary-form .bt-main input {
    padding: 10px 3px;
  }
}

.consultas {
  padding-top: 3em;
  background: #fff;
}
.consultas h2 {
  padding-bottom: 5px;
  font-size: 1.5em;
  color: #3D3D3F;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: solid 2px #3D3D3F;
}
.consultas .form-main {
  background: #ECECED;
}
.consultas .form-main h4 {
  color: #212E5B;
}
.consultas .form-main form {
  border-top: solid 2px #212E5B;
}
.consultas .form-main form label {
  color: #212E5B;
}
.consultas .form-main form input {
  color: #212E5B;
  border-bottom: solid 2px #212E5B;
}
.consultas .form-main form textarea {
  color: #212E5B;
  border: solid 1px #212E5B;
}
.consultas .form-main form .bt-main input {
  background: #354169;
  outline: solid 3px #354169;
  border: solid 2px #ECECED;
  color: #fff;
}

.pages .faq.photo h3 {
  padding-left: 70px;
}
@media screen and (max-width: 640px) {
  .pages .faq.photo h3 {
    padding-left: 10px;
  }
}
.pages .faq .smk_accordion .accordion_in .acc_head {
  background: #37436d;
  padding: 6px 10px;
  line-height: 150%;
  font-size: 1.1em;
}
.pages .faq .smk_accordion .accordion_in .acc_head .acc_icon_expand {
  background: url(../images/plusminus2.png) center 0;
}
.pages .faq .smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
  background: url(../images/plusminus2.png) center -18px;
  right: -15px;
  top: 45px;
}
.pages .faq .accordion_example2 {
  padding-top: 10px;
  background: #37436d;
  min-height: 250px;
}
@media screen and (max-width: 640px) {
  .pages .faq .accordion_example2 {
    min-height: 150px;
  }
}
.pages .faq .accordion_example2 .container {
  max-width: 360px;
}
.pages .faq .accordion_example2 .acc_content {
  padding: 0;
}
.pages .faq .accordion_example2 .acc_content .container {
  max-width: 100%;
}

.smk_accordion {
  position: relative;
  border-bottom: solid 10px #36426c;
}

.smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}

/* Head */
.smk_accordion .accordion_in .acc_head {
  background: #9ba0b4;
  padding: 15px 10px;
  display: block;
  cursor: pointer;
  color: #fff;
}

.smk_accordion .accordion_in .acc_head .container {
  position: relative;
}

.smk_accordion .accordion_in:nth-child(even) .acc_head {
  background: #747b98;
}

.smk_accordion .accordion_in:nth-child(odd) .acc_head {
  background: #9ba0b4;
}

/* Content */
.smk_accordion .accordion_in .acc_content {
  background: #ebebeb;
  color: #7B7E85;
  padding: 10px;
}

.smk_accordion .accordion_in h1:first-of-type,
.smk_accordion .accordion_in h2:first-of-type,
.smk_accordion .accordion_in h3:first-of-type,
.smk_accordion .accordion_in h4:first-of-type,
.smk_accordion .accordion_in h5:first-of-type,
.smk_accordion .accordion_in h6:first-of-type {
  margin-top: 5px;
}

/* Icon expand */
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(../images/plusminus.png) center 0;
}

.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
  background: url(../images/plusminus.png) center -18px;
}

/* JS requires */
.smk_accordion .accordion_in.acc_active .acc_content {
  display: block;
}

.single .column1, .single .column2, .single .column3 {
  float: left;
  min-height: 330px;
  width: 30%;
  padding: 3em 1em 2em 1em;
}
@media screen and (max-width: 640px) {
  .single .column1, .single .column2, .single .column3 {
    width: 95%;
    min-height: 290px;
  }
}
.single .column1 {
  background: #dfe7e9;
}
.single .column2 {
  background: #e8f1f0;
}
.single .column3 {
  background: #f5f7f6;
}

.info-donar {
  background: #ebebeb;
  padding: 2em 0;
  border-bottom: solid 20px #23665f;
  position: relative;
  clear: both;
  border-top: solid 10px #dadada;
}
.info-donar:after {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 6px 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 4px 6px 0;
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
}
.info-donar ul {
  text-align: center;
}
.info-donar ul li {
  display: inline-block;
  border-left: solid 3px #222f5c;
  border-right: solid 2px #fff;
  color: #202D5A;
  padding: 0 1em;
  min-height: 120px;
  vertical-align: top;
  text-shadow: -1px 2px 0px white;
}
}
@media screen and (max-width: 640px) {
  .info-donar ul li {
    border: none;
  }
}
.info-donar ul li.donante {
  font-size: 1.7em;
  font-family: 'ronniabold';
  border-left: none;
  text-align: left;
}
.info-donar ul li.donante span {
  padding-top: 30px;
}
.info-donar ul li.donante img {
  float: left;
  margin-right: 15px;
}
.info-donar ul li span {
  display: block;
  margin-bottom: 10px;
}
.info-donar ul li span.light {
  font-family: 'ronnia_lightregular';
  font-size: 1.5em;
  margin-top: 15px;
}
.info-donar ul li span.enfasis {
  font-family: 'ronnia_heavyregular';
  color: #E32C1F;
  font-size: 1.8em;
}
.info-donar ul li .bt-main {
  font-family: 'ronniabold';
  border: solid 3px #202D5A;
  padding: 5px;
  display: inline-block;
  font-size: 1.3em;
  color: #202D5A;
  margin-top: 10px;
}
.info-donar ul li.last {
  border-right: none;
}
.info-donar ul li.last .light {
  font-size: 1.2em;
}
.info-donar ul li.last .date {
  font-family: 'ronnia_heavyregular';
  font-size: 2em;
}
.info-donar ul li.last .normal {
  font-size: 1.2em;
}

@media screen and (max-width: 640px) {
  section.instituciones, section.procesos {
    padding: 1em;
  }
}
