@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
@import url("../lib/font-awesome/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Oxygen");
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* :focus {
  outline: none;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* HTML5 tags */
header, section, footer-tco, aside, nav, article, figure {
  display: block;
}

/* Other Styles */
.clear {
  clear: both;
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

@font-face {
  font-family: "umayor";
  src: url("../fonts/umayor.eot?2tgy8k");
  src: url("../fonts/umayor.eot?2tgy8k#iefix") format("embedded-opentype"), url("../fonts/umayor.ttf?2tgy8k") format("truetype"), url("../fonts/umayor.woff?2tgy8k") format("woff"), url("../fonts/umayor.svg?2tgy8k#umayor") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "umayor" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-diario:before {
  content: "";
}

.icon-icon-location:before {
  content: "";
}

.icon-icon-mensajes:before {
  content: "";
}

.icon-droplet:before {
  content: "";
}

.icon-paint-format:before {
  content: "";
}

header {
  font-family: "Open Sans Condensed", sans-serif;
  /*fin headerTop*/
}
header .headerTop {
  background: #4e4e4e;
  float: left;
  width: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  /*fin inner*/
}
header .headerTop .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1350px;
  /*fin wrapInfo*/
  /*fin wrapservicios*/
}
@media (max-width: 1082px) {
  header .headerTop .inner {
    width: 100%;
  }
}
header .headerTop .inner .wrapInfo {
  float: left;
  /*fin a*/
}
header .headerTop .inner .wrapInfo a {
  color: #fff;
  display: block;
  float: left;
  line-height: 40px;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: background 250ms, color 250ms;
  -o-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
  /*fin nth-of-type(1)*/
  /*fin nth-of-type(2)*/
}
header .headerTop .inner .wrapInfo a:nth-of-type(1) {
  background: #777777;
  font-weight: 100;
  padding: 0px 40px;
}
@media (max-width: 760px) {
  header .headerTop .inner .wrapInfo a:nth-of-type(1) {
    padding: 0px 10px;
    font-size: 16px;
  }
}
header .headerTop .inner .wrapInfo a:nth-of-type(1) span {
  color: #feda3f;
  font-weight: bold;
  text-decoration: none;
}
header .headerTop .inner .wrapInfo a:nth-of-type(1):hover {
  background: #feda3f;
  color: #4e4e4e;
}
header .headerTop .inner .wrapInfo a:nth-of-type(1):hover span {
  color: #4e4e4e;
}
header .headerTop .inner .wrapInfo a:nth-of-type(2) {
  padding: 0px 20px;
  font-weight: 100;
  font-size: 20px;
}
@media screen and (max-width: 1082px) {
  header .headerTop .inner .wrapInfo a:nth-of-type(2) {
    font-size: 16px;
    padding: 0px 7px;
  }
}
header .headerTop .inner .wrapservicios {
  float: right;
  /*fin a*/
  /*fin boton-sede-temuco*/
  /*fin form-dos*/
  /*fin btn-servicios-header*/
  /*fin form-dos*/
}
@media (max-width: 340px) {
  header .headerTop .inner .wrapservicios {
    width: 31%;
  }
}
header .headerTop .inner .wrapservicios a {
  color: #fff;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 40px;
  padding: 0px 20px;
  text-decoration: none;
  -webkit-transition: background 250ms, color 250ms;
  -o-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
}
@media (max-width: 1120px) {
  header .headerTop .inner .wrapservicios a {
    display: inline-block;
    padding: 0px 12px;
  }
}
@media (max-width: 1082px) {
  header .headerTop .inner .wrapservicios a {
    display: inline-block;
    padding: 0px 9px;
  }
}
header .headerTop .inner .wrapservicios a:hover {
  background: #feda3f;
  color: #4e4e4e;
}
header .headerTop .inner .wrapservicios .boton-sede-temuco {
  color: #feda3f;
  font-weight: 600;
  background-color: #777777;
  font-size: 16px;
}
@media (max-width: 450px) {
  header .headerTop .inner .wrapservicios .boton-sede-temuco {
    font-size: 13px;
    background-color: #4e4e4e;
    padding: 0px;
  }
}
header .headerTop .inner .wrapservicios .boton-sede-temuco:hover {
  background: #feda3f;
  color: #4e4e4e;
}
@media (max-width: 790px) {
  header .headerTop .inner .wrapservicios .esconde-menu-sup {
    display: none;
  }
}
header .headerTop .inner .wrapservicios .form-dos {
  display: none;
  /* The overlay effect with black background */
  /* The content */
  /* Close button */
  /* Style the search field */
  /* Style the submit button */
}
@media (max-width: 1082px) {
  header .headerTop .inner .wrapservicios .form-dos {
    float: left;
    display: block;
  }
}
header .headerTop .inner .wrapservicios .form-dos .openBtn {
  background: inherit;
  color: #fff;
  width: 40px;
  height: 39px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #4e4e4e;
  border-right-color: #4e4e4e;
  border-bottom-color: #4e4e4e;
  border-left-color: #4e4e4e;
  cursor: pointer;
}
@media (max-width: 340px) {
  header .headerTop .inner .wrapservicios .form-dos .openBtn {
    width: 10px;
  }
}
header .headerTop .inner .wrapservicios .form-dos .openBtn:hover {
  color: #feda3f;
}
header .headerTop .inner .wrapservicios .form-dos .overlay {
  width: 100%;
  height: 40px;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f1f1f1;
  z-index: 200;
}
header .headerTop .inner .wrapservicios .form-dos .overlay-content {
  position: relative;
  top: 1%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
@media (max-width: 1082px) {
  header .headerTop .inner .wrapservicios .form-dos .overlay-content {
    width: 95%;
    margin-left: 0;
  }
}
header .headerTop .inner .wrapservicios .form-dos .overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
  color: #262626;
  z-index: 200;
}
header .headerTop .inner .wrapservicios .form-dos .overlay .closebtn:hover {
  color: #ccc;
}
header .headerTop .inner .wrapservicios .form-dos .overlay input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: none;
  float: left;
  width: 100%;
  background: #f1f1f1;
}
header .headerTop .inner .wrapservicios .form-dos .overlay input[type=text]:hover {
  background: #f1f1f1;
}
header .headerTop .inner .wrapservicios .form-dos .overlay button {
  float: left;
  width: 40px;
  padding: 10px;
  background: #747474;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #fff;
}
header .headerTop .inner .wrapservicios .form-dos .overlay button:hover {
  background: #4e4e4e;
}
header .headerTop .inner .wrapservicios .btn-servicios-header {
  float: left;
}
@media (max-width: 799px) {
  header .headerTop .inner .wrapservicios .btn-servicios-header {
    display: none;
  }
}
header .headerTop .inner .wrapservicios .btn-servicios-header .dropbtn {
  background-color: #4e4e4e;
  color: #fff;
  padding: 9px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: "Open sans condensed", sans-serif;
}
header .headerTop .inner .wrapservicios .btn-servicios-header .dropbtn:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 16px;
  position: relative;
  top: 0px;
  left: 6px;
}
header .headerTop .inner .wrapservicios .btn-servicios-header .dropbtn:hover, header .headerTop .inner .wrapservicios .btn-servicios-header .dropbtn:focus {
  color: #4e4e4e;
  background-color: #feda3f;
}
header .headerTop .inner .wrapservicios .btn-servicios-header .dropdown {
  position: relative;
  display: inline-block;
}
header .headerTop .inner .wrapservicios .btn-servicios-header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 196px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 201;
}
header .headerTop .inner .wrapservicios .btn-servicios-header .dropdown-content ul {
  float: left;
  width: 100%;
}
header .headerTop .inner .wrapservicios .btn-servicios-header .dropdown-content a {
  width: 100%;
  color: black;
  padding: 0px 7px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-bottom: 1px #d8d8d8 solid;
}
header .headerTop .inner .wrapservicios .btn-servicios-header .dropdown a:hover {
  background-color: #ddd;
}
header .headerTop .inner .wrapservicios .btn-servicios-header .show {
  display: block;
  /*padding: 8px;*/
}
header .headerTop .inner .wrapservicios .form-dos {
  display: none;
}
@media (max-width: 1082px) {
  header .headerTop .inner .wrapservicios .form-dos {
    float: left;
    display: block;
  }
}
header .headerTop .inner .wrapservicios .form-dos .fa {
  /*padding: 10px;*/
}
header .headerTop .inner .wrapservicios .form-dos .search-box {
  z-index: 400;
  background: #E8E8E4;
  position: absolute;
  left: 10%;
  width: 100%;
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #D80B15;
  display: none;
}
header .headerTop .inner .wrapservicios .form-dos .search-box:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #D80B15;
}
header .headerTop .inner .wrapservicios .form-dos .search-box input[type=text] {
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #D80B15;
  outline: none;
}
header .headerTop .inner .wrapservicios .form-dos .search-box input[type=button] {
  width: 80px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;
}
header .headerBottom {
  background: #feda3f;
}
header .headerBottom .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: hidden;
  width: 80%;
  padding: 16px 0px;
}
@media (max-width: 1082px) {
  header .headerBottom .inner {
    padding: 0px;
    width: 100%;
  }
}
header .headerBottom .inner .logo-um {
  position: relative;
  z-index: 200;
  display: block;
  margin-top: 5px;
  float: left;
  width: 300px;
}
@media screen and (max-width: 1082px) {
  header .headerBottom .inner .logo-um {
    float: left;
    width: 250px;
    height: auto;
    margin-top: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  header .headerBottom .inner .logo-um {
    float: left;
    width: 220px;
    height: auto;
    margin-top: 10px;
    padding: 5px;
  }
}
header .headerBottom .inner .logo-um a {
  display: block;
}
header .headerBottom .inner .logo-um a img {
  height: auto;
  width: 100%;
}
header .headerBottom .inner a {
  color: #595858;
}
header .headerBottom .form {
  margin-top: 7px;
  float: right;
}
@media (max-width: 1082px) {
  header .headerBottom .form {
    display: none;
  }
}
header .headerBottom .form form {
  outline: 0;
  float: left;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
}
header .headerBottom .form form > .textbox {
  outline: 0;
  height: 42px;
  width: 244px;
  line-height: 42px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  border: 0;
  float: left;
  border-radius: 4px 0 0 4px;
}
header .headerBottom .form form > .textbox:focus {
  outline: 0;
  background-color: #FFF;
}
header .headerBottom .form form > .button {
  outline: 0;
  background: #747474;
  float: left;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #FFF;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
header .headerBottom .form form > .button:hover {
  background: #4e4e4e;
}
header .icon-exit {
  position: absolute;
  top: 60px;
  right: 15%;
  z-index: 40;
}
@media (max-width: 800px) {
  header .icon-exit {
    right: 20px;
  }
}
header .icon-exit .fa {
  float: right;
  color: #4e4e4e;
  font-size: 3em;
}
@media (max-width: 800px) {
  header .icon-exit .fa {
    font-size: 2em;
    margin-top: 7px;
  }
}
header .fondo-menu-um {
  z-index: 200;
  position: relative;
  padding: 0px;
  clear: both;
  background: #fff;
  width: 100%;
  min-height: 47px;
  -webkit-box-shadow: -1px 13px 26px -11px rgba(0, 0, 0, 0.36);
  box-shadow: -1px 13px 26px -11px rgba(0, 0, 0, 0.36);
}
@media (max-width: 1082px) {
  header .fondo-menu-um {
    min-height: 0;
    width: 100%;
  }
}
header .fondo-menu-um .inner {
  margin: 0px auto;
  max-width: 1350px;
  width: 80%;
}
@media (max-width: 1082px) {
  header .fondo-menu-um .inner {
    width: 100%;
  }
}
header #header {
  z-index: 100;
}
header #header .sup-menu {
  display: none;
}
@media (max-width: 800px) {
  header #header .sup-menu {
    display: block;
  }
}
header #header h2 {
  width: 90%;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-weight: bold;
  text-transform: none;
  background: #969697;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px;
}
header #header h2 a {
  display: block;
  padding: 0;
  margin: 0;
}
@media (max-width: 1082px) {
  header #header h2 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
  }
}
header #header a {
  color: #6c6e6e;
  font-weight: 700;
}
header #header a:hover {
  color: #444;
}
header #cssmenum,
header #cssmenum ul,
header #cssmenum ul li,
header #cssmenum ul li a,
header #cssmenum #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
header #cssmenum:after,
header #cssmenum > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header #cssmenum #menu-button {
  display: none;
}
header #cssmenum {
  font-family: "Open Sans Condensed", sans-serif;
  background: #ffffff;
}
header #cssmenum > ul > li {
  float: left;
}
header #cssmenum.align-center > ul {
  font-size: 0;
  text-align: center;
}
header #cssmenum.align-center > ul > li {
  display: inline-block;
  float: none;
}
header #cssmenum.align-center ul ul {
  text-align: left;
}
header #cssmenum.align-right > ul > li {
  float: right;
}
header #cssmenum > ul > li > a {
  padding: 15px 16px 15px 5px;
  font-size: 19px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #6c6e6e;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1506px) {
  header #cssmenum > ul > li > a {
    font-size: 15px;
    padding: 16px 7px 16px 4px;
  }
}
@media (max-width: 885px) {
  header #cssmenum > ul > li > a {
    font-size: 13px;
    padding: 16px 7px 16px 3px;
  }
}
header #cssmenum > ul > li:hover > a {
  color: #444;
}
header #cssmenum > ul > li.has-sub > a {
  padding-right: 30px;
}
header #cssmenum > ul > li.has-sub > a:after {
  position: absolute;
  top: 25px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #444;
  content: "";
}
header #cssmenum > ul > li.has-sub > a:before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #444;
  content: "";
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header #cssmenum > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
header #cssmenum ul ul {
  position: absolute;
  left: -9999px;
}
header #cssmenum.align-right ul ul {
  text-align: right;
}
header #cssmenum ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header #cssmenum li:hover > ul {
  left: auto;
}
header #cssmenum.align-right li:hover > ul {
  left: auto;
  right: 0;
}
header #cssmenum li:hover > ul > li {
  height: auto;
}
header #cssmenum ul ul ul {
  margin-left: 100%;
  top: 0;
}
header #cssmenum.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
header #cssmenum ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 17px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  background: #595858;
}
header #cssmenum ul ul li:last-child > a,
header #cssmenum ul ul li.last-item > a {
  border-bottom: 0;
}
header #cssmenum ul ul li:hover > a,
header #cssmenum ul ul li a:hover {
  background: #333333;
  color: #ffffff;
}
header #cssmenum ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: "";
}
header #cssmenum.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
header #cssmenum ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header #cssmenum.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
header #cssmenum ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
header #cssmenum.small-screen {
  right: 0;
  width: 300px;
  position: absolute;
}
header #cssmenum.small-screen ul {
  width: 100%;
  display: none;
}
header #cssmenum.small-screen.align-center > ul {
  text-align: left;
}
header #cssmenum.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
header #cssmenum.small-screen ul ul li,
header #cssmenum.small-screen li:hover > ul > li {
  height: auto;
}
header #cssmenum.small-screen ul li a,
header #cssmenum.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
header #cssmenum.small-screen > ul > li {
  float: none;
}
header #cssmenum.small-screen ul ul li a {
  padding-left: 25px;
}
header #cssmenum.small-screen ul ul ul li a {
  padding-left: 35px;
}
header #cssmenum.small-screen ul ul li a {
  color: #ffffff;
  background: #656464;
}
header #cssmenum.small-screen ul ul li:hover > a,
header #cssmenum.small-screen ul ul li.active > a {
  color: #ffffff;
}
header #cssmenum.small-screen ul ul,
header #cssmenum.small-screen ul ul ul,
header #cssmenum.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
header #cssmenum.small-screen > ul > li.has-sub > a:after,
header #cssmenum.small-screen > ul > li.has-sub > a:before,
header #cssmenum.small-screen ul ul > li.has-sub > a:after,
header #cssmenum.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
header #cssmenum.small-screen #menu-button {
  font-family: "Open Sans", sans-serif;
  display: block;
  cursor: pointer;
  font-size: 20px;
  text-transform: normal;
  font-weight: normal;
  text-align: center;
  top: -55px;
}
header #cssmenum.small-screen #menu-button:after {
  position: absolute;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  top: 10px;
  font-family: FontAwesome;
  font-size: 25px;
  height: auto;
  content: "";
  color: #444;
}
header #cssmenum.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
}
header #cssmenum.small-screen #menu-button.menu-opened:after {
  position: absolute;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  top: 10px;
  font-family: FontAwesome;
  font-size: 25px;
  height: auto;
  content: "";
  color: #656464;
}
header #cssmenum.small-screen #menu-button.menu-opened:before {
  top: 30px;
  width: 15px;
}
header #cssmenum.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
header #cssmenum.small-screen .submenu-button.submenu-opened {
  background: #656464;
}
header #cssmenum.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
header #cssmenum.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: "";
}
header #cssmenum.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
header #cssmenum.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
header #cssmenum.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: "";
}
header #cssmenum.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
header #cssmenum.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
header #cssmenum.small-screen.select-list {
  padding: 5px;
}
@media screen and (max-width: 797px) {
  header #cssmenum > ul > li > a {
    color: #fff !important;
  }
  header #cssmenum {
    width: 100%;
    z-index: 222;
    float: right;
    background: #595858;
  }
  header #cssmenum ul {
    width: 300px;
    display: none;
    clear: both;
    right: 0;
    max-height: auto;
    position: absolute;
    background: #595858;
  }
}
@media screen and (max-width: 797px) and (max-width: 380px) {
  header #cssmenum ul {
    width: 100%;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul li {
    width: 100%;
    border-top: 1px solid #444;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul li:hover {
    background: #fff;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul li, header #cssmenum li:hover > ul > li {
    height: auto;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul li a, header #cssmenum ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: #fff;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum > ul > li:hover, header #cssmenum ul li.active:hover, header #cssmenum ul li.active, header #cssmenum ul li.has-sub.active:hover {
    background: #656464 !important;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum > ul > li {
    float: none;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul li a {
    padding-left: 25px;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul li {
    background: #656464 !important;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul li:hover {
    background: #363636 !important;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul ul li a {
    padding-left: 35px;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul li a {
    color: #fff;
    background: #656464;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul li:hover > a, header #cssmenum ul ul li.active > a {
    color: #fff;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul, header #cssmenum ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum > ul > li.has-sub > a:after, header #cssmenum > ul > li.has-sub > a:before, header #cssmenum ul ul > li.has-sub > a:after, header #cssmenum ul ul > li.has-sub > a:before {
    display: none;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum #head-mobile {
    display: none;
    padding: 23px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
}
@media screen and (max-width: 797px) {
  header .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: -60px;
    cursor: pointer;
    z-index: 12399994;
  }
}
@media screen and (max-width: 797px) and (max-width: 340px) {
  header .button {
    top: -50px;
  }
}
@media screen and (max-width: 797px) {
  header .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #444;
    border-bottom: 2px solid #444;
    content: "";
  }
}
@media screen and (max-width: 797px) {
  header .button:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #444;
    content: "";
  }
}
@media screen and (max-width: 797px) {
  header .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #444;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 797px) {
  header .button.menu-opened:before {
    top: 23px;
    background: #444;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum .submenu-button.submenu-opened {
    background: #262626;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: "";
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum .submenu-button.submenu-opened:after {
    background: #fff;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: "";
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum .submenu-button.submenu-opened:before {
    display: none;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum ul ul ul li.active a {
    border-left: none;
  }
}
@media screen and (max-width: 797px) {
  header #cssmenum > ul > li.has-sub > ul > li.active > a, header #cssmenum > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}
@media (max-width: 340px) {
  header #cssmenum.small-screen #menu-button:after {
    position: absolute;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    top: 12px;
    font-family: FontAwesome;
    font-size: 25px;
    height: auto;
    content: "";
    color: #444;
  }
  header #cssmenum.small-screen #menu-button.menu-opened:after {
    position: absolute;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    top: 12px;
    font-family: FontAwesome;
    font-size: 25px;
    height: auto;
    content: "";
    color: #656464;
  }
}

.fondo-pie {
  clear: both;
  background: #3c3c3b;
}
.fondo-pie .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: hidden;
  width: 80%;
  padding: 40px 40px 10px 40px;
}
@media (max-width: 1168px) {
  .fondo-pie .inner {
    width: 100%;
  }
}
.fondo-pie .inner .info-umayor {
  float: left;
  width: 28%;
}
@media (max-width: 1168px) {
  .fondo-pie .inner .info-umayor {
    float: initial;
    width: 205px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fondo-pie .inner .info-umayor img {
  width: 201px;
  height: auto;
  margin-bottom: 20px;
}
.fondo-pie .inner .info-umayor .contactanos {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 47px;
}
.fondo-pie .inner .info-umayor .contactanos a {
  display: block;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}
.fondo-pie .inner .info-umayor .contactanos a span {
  float: left;
  font-size: 20px;
  color: #fcd029;
  margin-right: 15px;
  padding-bottom: 20px;
  text-decoration: none;
}
.fondo-pie .inner .info-umayor .contactanos a:hover {
  color: #777777;
}
.fondo-pie .inner .info-umayor .redes-umayor {
  font-size: 16px;
  margin-bottom: 20px;
}
.fondo-pie .inner .info-umayor .redes-umayor a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}
.fondo-pie .inner .info-umayor .redes-umayor a:hover {
  color: #777777;
}
.fondo-pie .inner .info-umayor .redes-umayor .separador {
  line-height: 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FFF;
  margin-right: 10px;
  margin-left: 10px;
}
.fondo-pie .inner .info-umayor .cuadro-redes {
  background-color: #c1c2c2;
  height: 39px;
  width: 39px;
  float: left;
  position: relative;
  margin-right: 7px;
}
.fondo-pie .inner .info-umayor .cuadro-redes .social {
  color: #4e4e4e;
  font-size: 27px;
  text-align: center;
  padding-top: 7px;
}
.fondo-pie .inner .info-umayor .cuadro-redes a {
  text-align: center;
  display: block;
  height: 39px;
  width: 39px;
  -webkit-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}
.fondo-pie .inner .info-umayor .cuadro-redes a:hover {
  background: #feda3f;
  color: #000;
}
.fondo-pie .inner .info-umayor .politicas-privacidad {
  clear: both;
  margin-top: 32px;
  float: left;
  color: #bdbdbd;
  background-color: #6a6b6e;
  margin-bottom: 20px;
}
.fondo-pie .inner .info-umayor .politicas-privacidad a {
  color: #bdbdbd;
  text-decoration: none;
  display: block;
  padding-top: 4px;
  padding-right: 18px;
  padding-bottom: 3px;
  padding-left: 18px;
  font-size: 11px;
  font-weight: normal;
}
.fondo-pie .inner .info-umayor .politicas-privacidad a:hover {
  color: #444;
}
.fondo-pie .inner .lista-pie {
  width: 72%;
  float: right;
}
@media (max-width: 872px) {
  .fondo-pie .inner .lista-pie {
    float: initial;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
.fondo-pie .inner .lista-pie .principal-pie {
  font-size: 14px;
  color: #feda3f;
  text-decoration: none;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: 0px;
}
.fondo-pie .inner .menu-pie {
  font-size: 14px;
  float: left;
  font-weight: normal;
  width: 24%;
  margin-left: 1%;
  min-height: 180px;
  height: auto !important;
  height: 180px;
}
@media (max-width: 1168px) {
  .fondo-pie .inner .menu-pie {
    display: none;
  }
}
.fondo-pie .inner .menu-pie ul {
  margin: 0px;
  padding: 0px;
}
.fondo-pie .inner .menu-pie ul li {
  list-style-type: none;
  margin-bottom: 7px;
}
.fondo-pie .inner .menu-pie ul li a {
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  margin: 0px;
}
.fondo-pie .inner .menu-pie ul li a:hover {
  color: #E0E0E0;
}

.fondo-acreditaciones {
  border-top: 2px solid #feda3f;
  background-color: #3f4042;
  float: left;
  width: 100%;
}
.fondo-acreditaciones .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: hidden;
  width: 80%;
  padding: 40px 40px;
}
@media (max-width: 1200px) {
  .fondo-acreditaciones .inner {
    padding: 30px;
    width: 100%;
  }
}
.fondo-acreditaciones .inner .acreditacion {
  width: 57%;
  float: left;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .acreditacion {
    display: none;
  }
}
.fondo-acreditaciones .inner .acreditacion img {
  width: 100%;
}
.fondo-acreditaciones .inner .acreditacion-m {
  display: none;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .acreditacion-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .fondo-acreditaciones .inner .acreditacion-m img {
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
  }
}
.fondo-acreditaciones .inner .gratuidad {
  float: left;
  margin-left: 3%;
  margin-top: 1%;
  width: 21%;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .gratuidad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    margin-bottom: 7px;
    margin-top: 0%;
    margin-left: 25%;
    margin-right: 25%;
  }
}
.fondo-acreditaciones .inner .gratuidad a {
  text-decoration: none;
}
.fondo-acreditaciones .inner .gratuidad img {
  width: 100%;
  margin: 0 auto;
}
.fondo-acreditaciones .inner .direccion {
  float: right;
  width: 16%;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .direccion {
    width: 100%;
  }
}
.fondo-acreditaciones .inner .direccion a {
  text-decoration: none;
}
.fondo-acreditaciones .inner .direccion a h6 {
  text-align: right;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .direccion a h6 {
    margin-top: 10px;
    text-align: center;
  }
}
.fondo-acreditaciones .inner .direccion a h6 .fa-map-marker {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}