@import '../css/normalize.css';
@import '../css/reset.css';
.Gris{background:#eee}.Magistrados{*zoom:1;margin-bottom:40px;}.Magistrados:before,.Magistrados:after{content:'';display:table}.Magistrados:after{clear:both}.Magistrados figure{*zoom:1;float:left;clear:none;text-align:inherit;width:17.6%;margin-left:0%;margin-right:3%;}.Magistrados figure:before,.Magistrados figure:after{content:'';display:table}.Magistrados figure:after{clear:both}.Magistrados figure:last-child{margin-right:0%}.Magistrados figure img{-webkit-border-radius:50%;border-radius:50%;overflow:hidden;padding:0 25px}.Magistrados figure figcaption{font-size:.8em;text-align:center;margin-top:25px}.Magistrados figure strong{text-transform:uppercase}.infoMagistrados{padding:30px;margin-bottom:40px;}.infoMagistrados article{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;colum-width:50%;text-align:justify;font-family:'Open Sans' sans-serif;color:#454545;font-size:.9em;line-height:2;}.infoMagistrados article p{margin-bottom:20px}.seccionInfo{*zoom:1;padding:30px;margin-bottom:40px;}.seccionInfo:before,.seccionInfo:after{content:'';display:table}.seccionInfo:after{clear:both}.seccionInfo .img1{margin:0 30px 20px 0;float:left;}.seccionInfo .img1 figcaption{font-size:.8em;text-align:left;margin-top:10px;}.seccionInfo .img1 figcaption strong{text-transform:uppercase}.seccionInfo .txtFloat,.seccionInfo .txtMensaje{float:right;}.seccionInfo .txtFloat p,.seccionInfo .txtMensaje p{text-align:justify;margin-bottom:20px;color:#454545;font-size:.9em;font-family:'Open Sans' sans-serif}.seccionInfo .txtFloat span,.seccionInfo .txtMensaje span{text-transform:uppercase;font-weight:700;margin-bottom:20px;display:block;font-size:.8em}.seccionInfo .txtMensaje{width:60%;float:left;text-align:justify}/*! normalize.css v3.0.1 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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/10.
 * Hide the `template` element in IE 8/9/11, 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/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

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, 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/11.
 */

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/9/10/11, 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"], /* 1 */
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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */

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;
}

body,
.cf {
  *zoom: 1;
}
body:before,
.cf:before,
body:after,
.cf:after {
  content: '';
  display: table;
}
body:after,
.cf:after {
  clear: both;
}
*,
*:before,
*:after,
*::before,
*::after {
  *behavior: url("js/vendor/boxsizing.htc");
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  width: 100%;
}
img,
video,
audio,
embed,
object,
input,
iframe {
  max-width: 100%;
}
.browsehappy {
  width: 100%;
  padding: 15px;
  background: #222;
  color: #fff;
}
.browsehappy p {
  text-align: center;
}
.browsehappy a {
  color: #fff;
  font-weight: bold;
}

::selection {
  color: #454545;
  background: #d8d8d8;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.btnVerde {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: #003929;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  display: table;
  margin: 40px 0;
}
.btnSesionVivoOn {
  position: fixed;
  top: 17%;
  right: 13%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .btnSesionVivoOn {
    right: 3%;
  }
}
.btnSesionVivoOff {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans' sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
a {
  text-decoration: none;
}
h2,
h3,
h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.slicknav_menu {
  display: none;
  position: fixed;
  top: 107px;
  width: 100%;
  z-index: 99999;
  background: #00513b !important;
}
@media only screen and (max-width: 740px) {
  .slicknav_menu {
    display: block;
  }
}
.slicknav_menu .slicknav_btn {
  background: #c1c1c1;
}
.slicknav_menu .slicknav_nav {
  overflow-y: auto !important;
  height: 300px;
}
#container {
  min-height: 100%;
  position: relative;
}
#trigger {
  display: none;
}
@media only screen and (max-width: 740px) {
  #trigger {
    display: block;
  }
}
#header {
  background: #00513b;
  width: 100%;
  position: fixed;
  z-index: 2;
}
#header p {
  margin: 0;
}
#body {
  padding: 0 5px;
  padding-bottom: 200px;
  margin: 0 auto;
  padding-top: 107px;
  *zoom: 1;
  width: auto;
  max-width: 1024px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#body:before,
#body:after {
  content: '';
  display: table;
}
#body:after {
  clear: both;
}
#body .sliderPrincipal img {
  width: 100%;
}
#body .bx-wrapper .bx-viewport {
  max-height: 428px !important;
}
#body .contBtnsAccesos a {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  margin: 0;
  padding: 0;
  background: #d8d8d8;
  text-decoration: none;
  color: #454545;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 20px 15px 20px;
  border-bottom: 5px solid #d8d8d8;
  font-size: 0.8em;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#body .contBtnsAccesos a:before,
#body .contBtnsAccesos a:after {
  content: '';
  display: table;
}
#body .contBtnsAccesos a:after {
  clear: both;
}
#body .contBtnsAccesos a:hover {
  background: #c1c1c1;
  letter-spacing: 1px;
  border-bottom: 5px solid #454545;
}
@media only screen and (max-width: 740px) {
  #body .contBtnsAccesos a {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #body .contBtnsAccesos a:first-child {
    margin-left: auto;
  }
  #body .contBtnsAccesos a:last-child {
    margin-right: auto;
  }
}
#body .contBtnsAccesos a+a {
  border-left: 1px solid #c1c1c1;
}
#body .menuRapido {
  *zoom: 1;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background: #eee;
}
#body .menuRapido:before,
#body .menuRapido:after {
  content: '';
  display: table;
}
#body .menuRapido:after {
  clear: both;
}
#body .menuRapido a {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
  font-size: 0.9em;
  color: #454545;
  text-align: left;
}
#body .menuRapido a:before,
#body .menuRapido a:after {
  content: '';
  display: table;
}
#body .menuRapido a:after {
  clear: both;
}
#body .menuRapido a:last-child {
  margin-right: 0%;
}
#body .menuRapido a:hover figure img {
  width: 108%;
}
#body .menuRapido a:hover h3 {
  color: #003929;
}
#body .menuRapido a figure {
  margin: 0;
  max-height: 75px;
  overflow: hidden;
}
#body .menuRapido a figure img {
  width: 100%;
  max-width: 115%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#body .menuRapido a h3 {
  font-size: 1.1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.4;
  height: 60px;
  margin: 20px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 700px) {
  #body .menuRapido a {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #body .menuRapido a:first-child {
    margin-left: auto;
  }
  #body .menuRapido a:last-child {
    margin-right: auto;
  }
  #body .menuRapido a h3 {
    height: 30px;
  }
}
#body .culturaDemocratica {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 50px;
  background: #eee;
  height: auto;
  *zoom: 1;
}
#body .culturaDemocratica:before,
#body .culturaDemocratica:after {
  content: '';
  display: table;
}
#body .culturaDemocratica:after {
  clear: both;
}
#body .culturaDemocratica h2 {
  color: #003929;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 50px;
}
#body .culturaDemocratica ul li {
  background: url("../img/img-triasmall.png") 0 50% no-repeat;
  padding-left: 15px;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#body .culturaDemocratica ul li:hover {
  padding-left: 20px;
}
@media only screen and (max-width: 740px) {
  #body .culturaDemocratica {
    padding-left: 0px;
  }
}
#body .culturaDemocratica .menuCulturaDemocratica {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.75%;
  margin-left: 0%;
  margin-right: 0.5%;
  border-right: 1px solid #454545;
  color: #454545;
}
#body .culturaDemocratica .menuCulturaDemocratica:before,
#body .culturaDemocratica .menuCulturaDemocratica:after {
  content: '';
  display: table;
}
#body .culturaDemocratica .menuCulturaDemocratica:after {
  clear: both;
}
#body .culturaDemocratica .menuCulturaDemocratica:last-child {
  margin-right: 0%;
}
#body .culturaDemocratica .menuCulturaDemocratica .CDDer,
#body .culturaDemocratica .menuCulturaDemocratica .CDIzq {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
#body .culturaDemocratica .menuCulturaDemocratica .CDDer:before,
#body .culturaDemocratica .menuCulturaDemocratica .CDIzq:before,
#body .culturaDemocratica .menuCulturaDemocratica .CDDer:after,
#body .culturaDemocratica .menuCulturaDemocratica .CDIzq:after {
  content: '';
  display: table;
}
#body .culturaDemocratica .menuCulturaDemocratica .CDDer:after,
#body .culturaDemocratica .menuCulturaDemocratica .CDIzq:after {
  clear: both;
}
#body .culturaDemocratica .menuCulturaDemocratica .CDDer li,
#body .culturaDemocratica .menuCulturaDemocratica .CDIzq li {
  margin: 14px 0;
}
#body .culturaDemocratica .menuCulturaDemocratica .CDDer li a,
#body .culturaDemocratica .menuCulturaDemocratica .CDIzq li a {
  color: #606060;
  font-size: 0.9em;
}
#body .culturaDemocratica .menuCulturaDemocratica .CDDer {
  padding-left: 40px;
}
@media only screen and (max-width: 740px) {
  #body .culturaDemocratica .menuCulturaDemocratica {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #body .culturaDemocratica .menuCulturaDemocratica:first-child {
    margin-left: auto;
  }
  #body .culturaDemocratica .menuCulturaDemocratica:last-child {
    margin-right: auto;
  }
}
#body .culturaDemocratica .revistaElector {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
#body .culturaDemocratica .revistaElector:before,
#body .culturaDemocratica .revistaElector:after {
  content: '';
  display: table;
}
#body .culturaDemocratica .revistaElector:after {
  clear: both;
}
#body .culturaDemocratica .revistaElector:last-child {
  margin-right: 0%;
}
#body .culturaDemocratica .revistaElector figure {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 46.90721649484535%;
  margin-left: 0%;
  margin-right: 6.1855670103093%;
  text-align: center;
  margin: 0;
}
#body .culturaDemocratica .revistaElector figure:before,
#body .culturaDemocratica .revistaElector figure:after {
  content: '';
  display: table;
}
#body .culturaDemocratica .revistaElector figure:after {
  clear: both;
}
#body .culturaDemocratica .revistaElector figure:last-child {
  margin-right: 0%;
}
#body .culturaDemocratica .revistaElector figure img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 13px #d7d7d7;
  box-shadow: 0 0 13px #d7d7d7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#body .culturaDemocratica .revistaElector figure img:hover {
  -webkit-box-shadow: 0 6px 24px #898989;
  box-shadow: 0 6px 24px #898989;
}
#body .culturaDemocratica .revistaElector .infoRevista {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 46.90721649484535%;
  margin-left: 0%;
  margin-right: 6.1855670103093%;
}
#body .culturaDemocratica .revistaElector .infoRevista:before,
#body .culturaDemocratica .revistaElector .infoRevista:after {
  content: '';
  display: table;
}
#body .culturaDemocratica .revistaElector .infoRevista:after {
  clear: both;
}
#body .culturaDemocratica .revistaElector .infoRevista:last-child {
  margin-right: 0%;
}
#body .culturaDemocratica .revistaElector .infoRevista h3 {
  color: #606060;
  margin: 10px 0;
}
#body .culturaDemocratica .revistaElector .infoRevista p {
  font-size: 0.8em;
  color: #606060;
}
@media only screen and (max-width: 740px) {
  #body .culturaDemocratica .revistaElector {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #body .culturaDemocratica .revistaElector:first-child {
    margin-left: auto;
  }
  #body .culturaDemocratica .revistaElector:last-child {
    margin-right: auto;
  }
}
#body .VideoCalendario {
  *zoom: 1;
  background: #fff;
  height: 338px;
  padding-bottom: 60px;
  margin-top: 60px;
}
#body .VideoCalendario:before,
#body .VideoCalendario:after {
  content: '';
  display: table;
}
#body .VideoCalendario:after {
  clear: both;
}
#body .VideoCalendario .videoteca {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
#body .VideoCalendario .videoteca:before,
#body .VideoCalendario .videoteca:after {
  content: '';
  display: table;
}
#body .VideoCalendario .videoteca:after {
  clear: both;
}
#body .VideoCalendario .videoteca:last-child {
  margin-right: 0%;
}
#body .VideoCalendario .videoteca:hover p:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#body .VideoCalendario .videoteca:hover p {
  letter-spacing: 1px;
}
@media only screen and (max-width: 740px) {
  #body .VideoCalendario .videoteca {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #body .VideoCalendario .videoteca:first-child {
    margin-left: auto;
  }
  #body .VideoCalendario .videoteca:last-child {
    margin-right: auto;
  }
}
#body .VideoCalendario .videoteca .infoVideoteca {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 25%;
  text-align: center;
  width: 100%;
  font-weight: 700;
}
#body .VideoCalendario .videoteca .infoVideoteca p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#body .VideoCalendario .videoteca .infoVideoteca p:before {
  content: '';
  background: url("../img/ico-play.png") no-repeat;
  display: block;
  width: 99px;
  height: 99px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#body .VideoCalendario .calendario {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  height: 100%;
}
#body .VideoCalendario .calendario:before,
#body .VideoCalendario .calendario:after {
  content: '';
  display: table;
}
#body .VideoCalendario .calendario:after {
  clear: both;
}
#body .VideoCalendario .calendario:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 740px) {
  #body .VideoCalendario .calendario {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #body .VideoCalendario .calendario:first-child {
    margin-left: auto;
  }
  #body .VideoCalendario .calendario:last-child {
    margin-right: auto;
  }
}
#body .VideoCalendario .calendario .eventosCalendario {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.3333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  background: #00513b;
  padding: 20px;
  height: 100%;
}
#body .VideoCalendario .calendario .eventosCalendario:before,
#body .VideoCalendario .calendario .eventosCalendario:after {
  content: '';
  display: table;
}
#body .VideoCalendario .calendario .eventosCalendario:after {
  clear: both;
}
#body .VideoCalendario .calendario .eventosCalendario h4 {
  font-weight: 700;
  font-size: 0.8em;
  margin-bottom: 50px;
  color: #fff;
  text-transform: uppercase;
}
#body .VideoCalendario .calendario .eventosCalendario ul {
  height: 68%;
  overflow: auto;
}
#body .VideoCalendario .calendario .eventosCalendario ul li {
  list-style: none;
  margin: 10px 0;
}
#body .VideoCalendario .calendario .eventosCalendario ul li a {
  color: #fff;
  font-size: 0.7em;
}
#body .VideoCalendario .calendario .mainCalendar {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.6666666666667%;
  margin-left: 0%;
  margin-right: 0%;
  height: 100%;
  border: 1px solid #eee;
}
#body .VideoCalendario .calendario .mainCalendar:before,
#body .VideoCalendario .calendario .mainCalendar:after {
  content: '';
  display: table;
}
#body .VideoCalendario .calendario .mainCalendar:after {
  clear: both;
}
#body .contSliderAccesos {
  height: 290px;
  padding: 60px 0px 0px;
  background: #eee;
}
#body .contSliderAccesos .bx-wrapper {
  width: 100%;
}
#body .contSliderAccesos .bx-wrapper img {
  margin: 0 auto;
}
#body .contSliderAccesos .bx-wrapper h4 {
  text-align: center;
  margin: 20px;
  color: #606060;
  line-height: 1;
  font-size: 0.9em;
}
#body .contTituloSeccion {
  max-height: 127px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
#body .contTituloSeccion figure {
  margin: 0;
}
#body .contTituloSeccion figure img {
  height: auto;
}
#body .contTituloSeccion figure figcaption {
  position: absolute;
  z-index: 0;
  bottom: 30%;
  left: 35px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #fff;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #454545;
  padding-top: 40px;
}
#footer p {
  margin: 0;
  padding: 10px;
}
#footer .contFooter {
  *zoom: 1;
  width: auto;
  max-width: 1024px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
#footer .contFooter:before,
#footer .contFooter:after {
  content: '';
  display: table;
}
#footer .contFooter:after {
  clear: both;
}
#footer .contFooter figure,
#footer .contFooter .footer1,
#footer .contFooter .footer2,
#footer .contFooter .footer3,
#footer .contFooter .redesSociales {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.2%;
  margin-left: 0%;
  margin-right: 3.5%;
  position: relative;
}
#footer .contFooter figure:before,
#footer .contFooter .footer1:before,
#footer .contFooter .footer2:before,
#footer .contFooter .footer3:before,
#footer .contFooter .redesSociales:before,
#footer .contFooter figure:after,
#footer .contFooter .footer1:after,
#footer .contFooter .footer2:after,
#footer .contFooter .footer3:after,
#footer .contFooter .redesSociales:after {
  content: '';
  display: table;
}
#footer .contFooter figure:after,
#footer .contFooter .footer1:after,
#footer .contFooter .footer2:after,
#footer .contFooter .footer3:after,
#footer .contFooter .redesSociales:after {
  clear: both;
}
#footer .contFooter figure:last-child,
#footer .contFooter .footer1:last-child,
#footer .contFooter .footer2:last-child,
#footer .contFooter .footer3:last-child,
#footer .contFooter .redesSociales:last-child {
  margin-right: 0%;
}
#footer .contFooter figure ul li,
#footer .contFooter .footer1 ul li,
#footer .contFooter .footer2 ul li,
#footer .contFooter .footer3 ul li,
#footer .contFooter .redesSociales ul li {
  list-style: none;
  margin: 5px 0;
}
#footer .contFooter figure ul li a,
#footer .contFooter .footer1 ul li a,
#footer .contFooter .footer2 ul li a,
#footer .contFooter .footer3 ul li a,
#footer .contFooter .redesSociales ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .contFooter figure ul li a:hover,
#footer .contFooter .footer1 ul li a:hover,
#footer .contFooter .footer2 ul li a:hover,
#footer .contFooter .footer3 ul li a:hover,
#footer .contFooter .redesSociales ul li a:hover {
  color: #c1c1c1;
  letter-spacing: 1px;
}
#footer .contFooter figure:after,
#footer .contFooter .footer1:after,
#footer .contFooter .footer2:after,
#footer .contFooter .footer3:after {
  content: '';
  border-right: 1px solid #535353;
  position: absolute;
  right: -5px;
  height: 70px;
  top: 25px;
}
#footer .contFooter .redesSociales {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7em;
  text-align: center;
}
#footer .contFooter .redesSociales p {
  margin-bottom: 10px;
}
.contNav {
  *zoom: 1;
  width: auto;
  max-width: 1024px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.contNav:before,
.contNav:after {
  content: '';
  display: table;
}
.contNav:after {
  clear: both;
}
.contNav .navPrin {
  height: 48px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 80%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  z-index: 1;
}
.contNav .navPrin:before,
.contNav .navPrin:after {
  content: '';
  display: table;
}
.contNav .navPrin:after {
  clear: both;
}
@media only screen and (max-width: 740px) {
  .contNav .navPrin {
    display: none;
  }
}
.contNav .navPrin .opcionesNav {
  *zoom: 1;
  height: 100%;
}
.contNav .navPrin .opcionesNav:before,
.contNav .navPrin .opcionesNav:after {
  content: '';
  display: table;
}
.contNav .navPrin .opcionesNav:after {
  clear: both;
}
.contNav .navPrin .opcionesNav .otroNivel:before {
  content: '';
  background: url("../img/img-triasmall.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 8px;
  height: 13px;
}
.contNav .navPrin .opcionesNav .nivel1 {
  list-style: none;
  display: inline-block;
  margin: 0;
  text-align: left;
  font-size: 0.7em;
  vertical-align: middle;
  float: left;
  height: 50px;
}
.contNav .navPrin .opcionesNav .nivel1:hover .subMenu1 {
  display: block;
}
.contNav .navPrin .opcionesNav .nivel1 .nivel2:hover .subMenu2 {
  display: block;
}
.contNav .navPrin .opcionesNav .nivel1 a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 17px 2px 18px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contNav .navPrin .opcionesNav .nivel1 a:hover {
  background: #fff;
  color: #00513b;
}
.contNav .navPrin .opcionesNav .nivel1 .subMenu1,
.contNav .navPrin .opcionesNav .nivel1 .subMenu2 {
  display: none;
  background: #fff;
}
.contNav .navPrin .opcionesNav .nivel1 .subMenu1 {
  position: absolute;
  text-align: left;
  top: 47px;
}
.contNav .navPrin .opcionesNav .nivel1 .subMenu1 li {
  list-style: none;
}
.contNav .navPrin .opcionesNav .nivel1 .subMenu1 li a {
  text-align: left;
  padding: 10px 30px;
  color: #00513b;
}
.contNav .navPrin .opcionesNav .nivel1 .subMenu1 li a:hover {
  background: #00513b;
  color: #fff;
}
.contNav .navPrin .opcionesNav .nivel1 .subMenu2 {
  position: absolute;
  right: -80px;
  top: 0;
}
.contNav .navPrin .opcionesNav .nivel1 .subMenu2 li {
  list-style: none;
}
.contNav .navPrin .opcionesNav .op1,
.contNav .navPrin .opcionesNav .op2,
.contNav .navPrin .opcionesNav .op4,
.contNav .navPrin .opcionesNav .op5,
.contNav .navPrin .opcionesNav .op6,
.contNav .navPrin .opcionesNav .op7 {
  width: 13.3%;
}
.contNav .navPrin .opcionesNav .op3 {
  width: 20%;
}
.contNav h1 {
  height: 108px;
  background: #fff;
  padding: 25px 20px 0 20px;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 740px) {
  .contNav h1 {
    text-align: center;
    background: #fff;
  }
}
.contNav .lgTEEEM {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
}
.contNav .lgTEEEM:before,
.contNav .lgTEEEM:after {
  content: '';
  display: table;
}
.contNav .lgTEEEM:after {
  clear: both;
}
@media only screen and (max-width: 740px) {
  .contNav .lgTEEEM {
    *zoom: 1;
    width: auto;
    max-width: 1440px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .contNav .lgTEEEM:before,
  .contNav .lgTEEEM:after {
    content: '';
    display: table;
  }
  .contNav .lgTEEEM:after {
    clear: both;
  }
}
.contNav .topHeader {
  height: 59px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 80%;
  margin-left: 0%;
  margin-right: 0%;
  border-bottom: 1px solid #003929;
  color: #fff;
  padding-left: 30px;
  padding-top: 14px;
}
.contNav .topHeader:before,
.contNav .topHeader:after {
  content: '';
  display: table;
}
.contNav .topHeader:after {
  clear: both;
}
.contNav .topHeader .Fecha {
  margin-top: 5px;
  float: left;
}
.contNav .topHeader .buscadorPrincipal {
  float: right;
  padding: 7px 10px 7px 27px;
  font-size: 0.8em;
  color: #00513b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: none;
  width: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff url("../img/ico-buscar.png") 10% 50% no-repeat;
  border: 1px solid #fff;
}
.contNav .topHeader .buscadorPrincipal:focus {
  outline: none;
  border: 1px solid #003929;
  width: 200px;
  padding: 7px 10px 7px 35px;
  background: #fff url("../img/ico-buscar.png") 7% 50% no-repeat;
}
@media only screen and (max-width: 740px) {
  .contNav .topHeader {
    display: none;
  }
}
