/* CSS Document */
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
  clear: both; }

/* ==========================================================================
   960 Grid System ~ Core CSS.
   ========================================================================== */
body {
  min-width: 960px; }

/*
 * Container
 */
.container_24 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative; }

/*
 * Grid >> Global
 */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  min-height: 1px; }

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16,
.push_17, .pull_17,
.push_18, .pull_18,
.push_19, .pull_19,
.push_20, .pull_20,
.push_21, .pull_21,
.push_22, .pull_22,
.push_23, .pull_23 {
  position: relative; }

/*
 * Grid >> Children (Alpha ~ First, Omega ~ Last)
 */
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/*
 * Grid >> 24 Columns
 */
.container_24 .grid_1 {
  width: 30px; }

.container_24 .grid_2 {
  width: 70px; }

.container_24 .grid_3 {
  width: 110px; }

.container_24 .grid_4 {
  width: 150px; }

.container_24 .grid_5 {
  width: 190px; }

.container_24 .grid_6 {
  width: 230px; }

.container_24 .grid_7 {
  width: 270px; }

.container_24 .grid_8 {
  width: 310px; }

.container_24 .grid_9 {
  width: 350px; }

.container_24 .grid_10 {
  width: 390px; }

.container_24 .grid_11 {
  width: 430px; }

.container_24 .grid_12 {
  width: 470px; }

.container_24 .grid_13 {
  width: 510px; }

.container_24 .grid_14 {
  width: 550px; }

.container_24 .grid_15 {
  width: 590px; }

.container_24 .grid_16 {
  width: 630px; }

.container_24 .grid_17 {
  width: 670px; }

.container_24 .grid_18 {
  width: 710px; }

.container_24 .grid_19 {
  width: 750px; }

.container_24 .grid_20 {
  width: 790px; }

.container_24 .grid_21 {
  width: 830px; }

.container_24 .grid_22 {
  width: 870px; }

.container_24 .grid_23 {
  width: 910px; }

.container_24 .grid_24 {
  width: 950px; }

/*
 * Prefix Extra Space >> 24 Columns
 */
.container_24 .prefix_1 {
  padding-left: 40px; }

.container_24 .prefix_2 {
  padding-left: 80px; }

.container_24 .prefix_3 {
  padding-left: 120px; }

.container_24 .prefix_4 {
  padding-left: 160px; }

.container_24 .prefix_5 {
  padding-left: 200px; }

.container_24 .prefix_6 {
  padding-left: 240px; }

.container_24 .prefix_7 {
  padding-left: 280px; }

.container_24 .prefix_8 {
  padding-left: 320px; }

.container_24 .prefix_9 {
  padding-left: 360px; }

.container_24 .prefix_10 {
  padding-left: 400px; }

.container_24 .prefix_11 {
  padding-left: 440px; }

.container_24 .prefix_12 {
  padding-left: 480px; }

.container_24 .prefix_13 {
  padding-left: 520px; }

.container_24 .prefix_14 {
  padding-left: 560px; }

.container_24 .prefix_15 {
  padding-left: 600px; }

.container_24 .prefix_16 {
  padding-left: 640px; }

.container_24 .prefix_17 {
  padding-left: 680px; }

.container_24 .prefix_18 {
  padding-left: 720px; }

.container_24 .prefix_19 {
  padding-left: 760px; }

.container_24 .prefix_20 {
  padding-left: 800px; }

.container_24 .prefix_21 {
  padding-left: 840px; }

.container_24 .prefix_22 {
  padding-left: 880px; }

.container_24 .prefix_23 {
  padding-left: 920px; }

/*
 * Suffix Extra Space >> 24 Columns
 */
.container_24 .suffix_1 {
  padding-right: 40px; }

.container_24 .suffix_2 {
  padding-right: 80px; }

.container_24 .suffix_3 {
  padding-right: 120px; }

.container_24 .suffix_4 {
  padding-right: 160px; }

.container_24 .suffix_5 {
  padding-right: 200px; }

.container_24 .suffix_6 {
  padding-right: 240px; }

.container_24 .suffix_7 {
  padding-right: 280px; }

.container_24 .suffix_8 {
  padding-right: 320px; }

.container_24 .suffix_9 {
  padding-right: 360px; }

.container_24 .suffix_10 {
  padding-right: 400px; }

.container_24 .suffix_11 {
  padding-right: 440px; }

.container_24 .suffix_12 {
  padding-right: 480px; }

.container_24 .suffix_13 {
  padding-right: 520px; }

.container_24 .suffix_14 {
  padding-right: 560px; }

.container_24 .suffix_15 {
  padding-right: 600px; }

.container_24 .suffix_16 {
  padding-right: 640px; }

.container_24 .suffix_17 {
  padding-right: 680px; }

.container_24 .suffix_18 {
  padding-right: 720px; }

.container_24 .suffix_19 {
  padding-right: 760px; }

.container_24 .suffix_20 {
  padding-right: 800px; }

.container_24 .suffix_21 {
  padding-right: 840px; }

.container_24 .suffix_22 {
  padding-right: 880px; }

.container_24 .suffix_23 {
  padding-right: 920px; }

/*
 * Push Space >> 24 Columns
 */
.container_24 .push_1 {
  left: 40px; }

.container_24 .push_2 {
  left: 80px; }

.container_24 .push_3 {
  left: 120px; }

.container_24 .push_4 {
  left: 160px; }

.container_24 .push_5 {
  left: 200px; }

.container_24 .push_6 {
  left: 240px; }

.container_24 .push_7 {
  left: 280px; }

.container_24 .push_8 {
  left: 320px; }

.container_24 .push_9 {
  left: 360px; }

.container_24 .push_10 {
  left: 400px; }

.container_24 .push_11 {
  left: 440px; }

.container_24 .push_12 {
  left: 480px; }

.container_24 .push_13 {
  left: 520px; }

.container_24 .push_14 {
  left: 560px; }

.container_24 .push_15 {
  left: 600px; }

.container_24 .push_16 {
  left: 640px; }

.container_24 .push_17 {
  left: 680px; }

.container_24 .push_18 {
  left: 720px; }

.container_24 .push_19 {
  left: 760px; }

.container_24 .push_20 {
  left: 800px; }

.container_24 .push_21 {
  left: 840px; }

.container_24 .push_22 {
  left: 880px; }

.container_24 .push_23 {
  left: 920px; }

/*
 * Pull Space >> 24 Columns
 */
.container_24 .pull_1 {
  left: -40px; }

.container_24 .pull_2 {
  left: -80px; }

.container_24 .pull_3 {
  left: -120px; }

.container_24 .pull_4 {
  left: -160px; }

.container_24 .pull_5 {
  left: -200px; }

.container_24 .pull_6 {
  left: -240px; }

.container_24 .pull_7 {
  left: -280px; }

.container_24 .pull_8 {
  left: -320px; }

.container_24 .pull_9 {
  left: -360px; }

.container_24 .pull_10 {
  left: -400px; }

.container_24 .pull_11 {
  left: -440px; }

.container_24 .pull_12 {
  left: -480px; }

.container_24 .pull_13 {
  left: -520px; }

.container_24 .pull_14 {
  left: -560px; }

.container_24 .pull_15 {
  left: -600px; }

.container_24 .pull_16 {
  left: -640px; }

.container_24 .pull_17 {
  left: -680px; }

.container_24 .pull_18 {
  left: -720px; }

.container_24 .pull_19 {
  left: -760px; }

.container_24 .pull_20 {
  left: -800px; }

.container_24 .pull_21 {
  left: -840px; }

.container_24 .pull_22 {
  left: -880px; }

.container_24 .pull_23 {
  left: -920px; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.infoProceso {
  background: no-repeat;
  border: 1px solid #cccccc;
  background-position: 10px center;
  padding: 10px 10px 10px 50px;
  font-size: 90%;
  margin-bottom: 10px; }
  .infoProceso.info {
    background-color: #BDE5F8;
    background-image: url(../img_new_template/icoInfo.png);
    color: #00529B; }
  .infoProceso.exito {
    background-color: #DFF2BF;
    background-image: url(../img_new_template/icoExito.png);
    color: #4F8A10; }
  .infoProceso.alerta {
    background-color: #FEEFB3;
    background-image: url(../img_new_template/icoAlerta.png);
    color: #9F6000; }
  .infoProceso.error {
    background-color: #FFBABA;
    background-image: url(../img_new_template/icoError.png);
    color: #D8000C; }

.hide, .movil {
  display: none; }

.featured {
  width: 100%;
  position: relative;
  margin-top: -42px;
  overflow: hidden; }
  .featured .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .featured .animate-in .headline.left h2, .featured .animate-in .headline.left .blurb {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1; }
  .featured .animate-in .headline.right h2, .featured .animate-in .headline.right .blurb {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1; }
  .featured .animate-out .headline.left h2, .featured .animate-out .headline.left .blurb {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0; }
  .featured .animate-out .headline.right h2, .featured .animate-out .headline.right .blurb {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0; }
  .featured .animate-out .headline.left h2, .featured .animate-out .headline.right h2 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .featured .animate-out .headline.left .blurb, .featured .animate-out .headline.right .blurb {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    o-transform: translateX(100%);
    transform: translateX(100%); }
  .featured .headline {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    z-index: 100;
    position: absolute;
    width: 40%;
    bottom: 10%; }
    .featured .headline.left {
      padding-left: 5%;
      left: 0%; }
      .featured .headline.left h2 {
        text-align: left; }
    .featured .headline.right {
      padding-right: 5%;
      right: 0; }
      .featured .headline.right h2 {
        text-align: right; }
    .featured .headline h2 {
      padding: .66666666666667em .66666666666667em;
      margin-bottom: 2px;
      display: inline-block;
      background: #e78a14;
      background: rgba(231, 138, 20, 0.8);
      color: #2c1c1a;
      font-size: 20px;
      font-weight: 700;
      /*16-01-2014*/
      line-height: 20px;
      /*16-01-2014*/
      font-style: italic;
      opacity: 0;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      o-transform: translateY(-100%);
      transform: translateY(-100%); }
    .featured .headline .blurb {
      float: right;
      background: #f4f5f8;
      background: rgba(244, 245, 248, 0.84);
      color: #2574d5;
      font-size: 13px;
      font-style: italic;
      padding: .625em 3em;
      text-align: right;
      opacity: 0;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      o-transform: translateY(100%);
      transform: translateY(100%); }
  .featured .flex-control-nav.flex-control-paging {
    margin: 0 0;
    padding: 0 0;
    list-style-type: none;
    position: absolute;
    bottom: 2%;
    width: 100%;
    z-index: 100;
    text-align: right; }
    .featured .flex-control-nav.flex-control-paging li {
      display: inline-block;
      padding: 4px; }
    .featured .flex-control-nav.flex-control-paging a {
      display: inline-block;
      cursor: pointer;
      text-indent: 9999px;
      background: url(../img_new_template/spriteFeaturedNav.png) no-repeat 0 0;
      width: 8px;
      height: 8px; }
      .featured .flex-control-nav.flex-control-paging a.flex-active {
        background-position: right 0; }

.featured-noticias {
  width: 100%;
  position: relative; }
  .featured-noticias .flex-direction-nav {
    padding: 0 0;
    list-style-type: none;
    margin: 0 0; }
    .featured-noticias .flex-direction-nav a {
      background-image: url(../img_new_template/spriteFlechas.png);
      display: block;
      position: absolute;
      top: 40%;
      margin-top: -14px;
      width: 16px;
      height: 28px;
      text-indent: -9999px; }
    .featured-noticias .flex-direction-nav .flex-prev {
      left: -20px;
      background-position: 0 0; }
    .featured-noticias .flex-direction-nav .flex-next {
      right: -20px;
      background-position: 0 bottom; }

.preview-home {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #ccc;
  margin-bottom: 10px; }
  .preview-home figure {
    position: relative;
    width: 100%;
    height: 210px;
    line-height: 205px;
    text-align: center;
    background: url(../img_new_template/fondoHeader2.png);
    overflow: hidden;
    margin-bottom: 0 !important; }
  .preview-home .more {
    border-top: 1px solid #efefef;
    margin: 0 5px;
    padding: 5px;
    text-align: right; }
    .preview-home .more a {
      display: inline-block;
      color: #2574d5 !important;
      font-weight: 300;
      font-style: italic;
      font-size: 13px;
      background: url(../img_new_template/icoMore.png) no-repeat left center;
      padding-left: 20px; }
  .preview-home h3 {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 0;
    letter-spacing: -1px;
    padding: 5px;
    color: #444545 !important;
    font-size: 15px;
    font-weight: 600;
    font-style: italic; }

.featured-eventos .more {
  margin-bottom: 0;
  text-align: right; }
  .featured-eventos .more a {
    color: #e68304;
    font-size: 17px; }
.featured-eventos .fecha {
  margin-left: -60px;
  margin-right: 0;
  float: left; }
.featured-eventos .preview {
  padding-left: 60px;
  margin-bottom: 20px; }
  .featured-eventos .preview .container {
    height: 70px;
    overflow: hidden;
    line-height: 13px;
    font-size: 10px;
    color: #39260c; }
  .featured-eventos .preview h3 {
    color:#000;
    /*height: 17px;*/
    line-height: 16px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0; }
 .featured-eventos .preview h4 {
    color:#900;
    /*height: 17px;*/
    line-height: 16px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0; }
.fecha {
  margin-right: 10px;
  width: 50px;
  background: #fff;
  text-align: center;
  font-weight: 300;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #ccc; }
  .fecha .dia {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color:#666 }
  .fecha .mes {
    display: block;
    line-height: 20px;
    background:#F00;
    color: #fff;
    font-size: 13px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }

.featured-avisos {
  margin-bottom: 10px; }
  .featured-avisos .preview {
    background: rgba(251, 155, 0, 0.7);
    color: #000000;
    padding: 30px;
    /*16-01-2014*/
    font-size: 12px;
    height: 240px;
    line-height: 16px; }
    .featured-avisos .preview h3 {
      color: #fff;
      font-weight: 300;
      line-height: 16px;
      font-size: 14px;
      /*16-01-2014*/
      line-height: 16px; }
    .featured-avisos .preview p, .featured-avisos .preview h3 {
      margin-bottom: 5px; }
  .featured-avisos .more {
    text-align: center;
    line-height: 20px; }

.spaceTop {
  margin-top: 44px; }

.height-fix {
  height: 350px; }

.btn-cta {
  display: inline-block;
  background: #309634;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  padding: 5px 30px; }

.slides {
  list-style-type: none;
  margin: 0 0;
  padding: 0 0; }
  .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .slides img {
    width: 100%; }

.ico-template {
  padding-left: 27px;
  font-size: 10px;
  font-style: italic;
  color: #a3a3a3 !important; }
  .ico-template:hover {
    color: white !important; }
  .ico-template.arroba {
    background: url(../img_new_template/icoArroba.png) no-repeat 0 center; }
  .ico-template.SIU {
    background: url(../img_new_template/icoSIU.png) no-repeat 0 center; }
  .ico-template.icoAplica {
    background: url(../img_new_template/icoAplica.png) no-repeat right center; }
  .ico-template.icoDona {
    background: url(../img_new_template/icoDona.png) no-repeat right center; }
  .ico-template.icoVisita {
    background: url(../img_new_template/icoVisita.png) no-repeat right center; }
  .ico-template.icoEye {
    font-size: 13px;
    font-style: italic;
    color: #2574d5 !important;
    padding-left: 15px;
    background: url(../img_new_template/icoEye.png) no-repeat left center; }
  .ico-template.icoPlay {
    font-size: 13px;
    font-style: italic;
    color: #2574d5 !important;
    padding-left: 15px;
    background: url(../img_new_template/icoPlay.png) no-repeat left center; }
  .ico-template span {
    display: block;
    line-height: 6px; }

.icoLupa {
  background: url(../img_new_template/icoBuscar.png) no-repeat left center;
  padding-left: 20px; }

.sb-search {
  /*float:right;*/
  /*position: relative;*/
  width: 250px;
  position: absolute;
  top: 0px;
  right: -42px;
  z-index: 0; }
  .sb-search form {
    float: right;
    position: relative;
    z-index: 10;
    width: 42px;
    height: 42px;
    overflow: hidden;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    transition: width 0.2s; }
  .sb-search.sb-search-open {
    z-index: 100; }
    .sb-search.sb-search-open form {
      width: 100%; }
    .sb-search.sb-search-open .sb-search-submit {
      z-index: 10; }
  .sb-search .sb-search-input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0 52px 0 10px;
    height: 42px;
    border: none;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .sb-search .sb-icon-search, .sb-search .sb-search-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    width: 42px;
    background: #d0b572 url(../img_new_template/icoBuscar.png) no-repeat center center;
    vertical-align: top;
    z-index: 10;
    cursor: pointer;
    border: none; }

.no-js .sb-search form {
  width: 100%; }

.main-nav {
  background: url(../img_new_template/fondoHeader1.png); }
  .main-nav li {
    display: block;
    float: left;
    padding: 0 10px;
    position: relative; }
    .main-nav li.right {
      float: right; }
    .main-nav li:hover {
      background: #fb9b00; }
      .main-nav li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible; }
  .main-nav a {
    display: block;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    color: #fff; }
    .main-nav a:hover {
      color: #fff; }
  .main-nav .important {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    color: #9f9f9f; }
    .main-nav .important:hover {
      color: #9f9f9f; }
  .main-nav .separador {
    /*16-01-2014*/
    border-left: 1px solid #dedede;
    border-right: 1px solid #fff;
    height: 18px;
    padding: 0 0; }
  .main-nav li ul {
    position: absolute;
    left: 0;
    top: 90%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background: #000; }
    .main-nav li ul li {
      padding: 4px 8px;
      float: none; }
      .main-nav li ul li ul {
        top: 0 !important;
        left: 101%; }
      .main-nav li ul li a {
        height: auto; }

.secundary-nav {
  background: #e9ae62;
  /*background:rgba(241, 137, 4, 0.6);*/
  font-size: 15px;
  /*font-weight: 600;*/
  font-weight: 700;
  /*16-01-2014*/
  position: relative;
  z-index: 1000;
  width: 100%;
  background: rgba(241, 137, 4, 0.8); }
  .secundary-nav.hasBanner {
    background: rgba(241, 137, 4, 0.6); }
  .secundary-nav li {
    display: block;
    float: left;
    padding: 0 10px; }
  .secundary-nav a {
    display: block;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    color: #312424; }
    .secundary-nav a:hover {
      color: #fff; }
  .secundary-nav .nivel-0 > a {
    background: #3d2c14;
    color: #fff; }
  .secundary-nav .nivel-0 li a {
    font-size: 14px;
    color: #f1923f; }
    .secundary-nav .nivel-0 li a:hover, .secundary-nav .nivel-0 li a.crumb {
      background: #f1923f;
      color: #fff; }
  .secundary-nav .nivel-0 li ul {
    padding-left: 10px; }

.featured-links {
  position: absolute;
  right: 0;
  top: 120px;
  width: 90px;
  z-index: 100;
  background: #309634;
  box-shadow: -1px 1px 10px black;
  font-weight: 600;
  font-style: italic; }
  .featured-links .ico-template {
    padding-left: 5px;
    padding-right: 35px;
    font-size: 16px;
    color: white !important; }
  .featured-links span {
    line-height: 30px; }
    .featured-links span span {
      color: #fff; }
  .featured-links a {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 15px 0; }

.flat-icon {
  display: block;
  overflow: hidden; }

.main-container {
  padding: 20px 0; }

.accesos-directos {
  padding-bottom: 10px;
  padding-top: 20px; }
  .accesos-directos figure {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    height: 200px;
    line-height: 190px;
    overflow: hidden;
    background: url(../img_new_template/fondoHeader2.png);
    border-radius: 2px;
    box-shadow: 1px 1px 2px #ccc; }
    .accesos-directos figure img {
      max-width: 100%;
      vertical-align: middle; }
    .accesos-directos figure figcaption {
      line-height: normal;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 12px 6px;
      font-size: 16px;
      color: #fff;
      opacity: 0.85;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

.titulo-bloque {
  color: #e68304;
  font-size: 35px;
  font-weight: 300;
  margin: 0 0;
  line-height: 26px; }
  .titulo-bloque.interno {
    color: #020202;
    font-size: 35px;
    margin-bottom: 16px;
    line-height: normal; }
  .titulo-bloque.galeria {
    color: #020202;
    line-height: 22px;
    margin-bottom: 16px; }
    .titulo-bloque.galeria small {
      font-size: 12px; }

.separador {
  border-top: 1px solid #dedede;
  box-shadow: 0 1px #fff;
  height: 0;
  margin: 10px 0; }

.nav-footer-2 {
  list-style-type: none; }
  .nav-footer-2 li {
    float: left; }

.menu-secundary {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #ccc;
  margin-bottom: 16px;
  font-size: 15px; }
  .menu-secundary li {
    position: relative; }
    .menu-secundary li + li {
      border-top: 1px solid #efefef; }
  .menu-secundary a {
    color: #000;
    padding: 6px 12px;
    font-style: italic;
    display: block; }
    .menu-secundary a.crumb {
      background-color: #e6caa3;
      padding-left: 17px;
      margin-left: -5px;
      position: relative; }
      .menu-secundary a.crumb:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 5px 5px 0;
        border-color: transparent #cfaf84 transparent transparent; }
      .menu-secundary a.crumb.last:before {
        bottom: 100%;
        border-style: solid;
        border-width: 0 0 5px 5px;
        border-color: transparent transparent #cfaf84 transparent; }
      .menu-secundary a.crumb.last.first:before {
        display: none; }
    .menu-secundary a:hover {
      background-color: #f18904;
      color: #fff; }

.icons-quick-access {
  text-align: center;
  white-space: nowrap;
  font-size: 10px; }
  .icons-quick-access figure {
    position: relative;
    margin-bottom: 10px; }
    .icons-quick-access figure img {
      display: block;
      vertical-align: inherit; }
    .icons-quick-access figure figcaption {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      color: #fff;
      vetical-aling: middle; }
  .icons-quick-access a {
    color: #000; }

.review-contenido {
  color: #202020;
  margin-bottom: 16px; }
  .review-contenido figure {
    margin-bottom: 16px; }
  .review-contenido h2, .review-contenido h3, .review-contenido h4 {
    margin-bottom: 5px;
    color: #7c4300; }
  .review-contenido aside {
    font-size: 12px;
    font-style: italic; }
    .review-contenido aside figure img {
      margin-bottom: 5px; }
    .review-contenido aside a {
      color: #202020; }
  .review-contenido table {
    background: #fff;
    width: 100%; }
    .review-contenido table td {
      padding: 4px; }
    .review-contenido table th {
      padding: 4px;
      background: #ddd; }

.galeria {
  margin-bottom: 16px; }
  .galeria a {
    text-align: center;
    margin: 0 1% 5px;
    width: 18%;
    height: 150px;
    line-height: 150px;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    border-radius: 2px;
    padding: 5px;
    box-shadow: 0 1px 2px #ccc; }
  .galeria img {
    max-width: 100%;
    max-height: 100%; }

.paginacion {
  text-align: center; }
  .paginacion a, .paginacion span {
    display: inline-block;
    margin: 0 2px;
    padding: 2px;
    border-radius: 2px;
    color: #000;
    font-size: 16px; }
  .paginacion .navthis {
    box-shadow: 1px 1px 2px #ccc;
    background: #e6caa3; }

.preview-contenido {
  position: relative;
  padding: 5px 5px 5px 165px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px #ccc; }
  .preview-contenido figure {
    margin-left: -160px;
    float: left;
    width: 150px;
    height: 150px;
    line-height: 146px;
    vertical-align: middle;
    background: url(../img_new_template/fondoHeader2.png);
    text-align: center; }
  .preview-contenido h2 {
    color: #e68304;
    font-size: 26px;
    margin-bottom: 5px; }
    .preview-contenido h2 a {
      color: #e68304; }
  .preview-contenido .more {
    border-top: 1px solid #efefef;
    margin: 0 5px;
    padding: 5px;
    text-align: right; }
    .preview-contenido .more a {
      display: inline-block;
      color: #2574d5;
      font-weight: 300;
      font-style: italic;
      font-size: 13px;
      background: url(../img_new_template/icoMore.png) no-repeat left center;
      padding-left: 20px; }
  .preview-contenido.preview-evento {
    margin-left: 60px; }
    .preview-contenido.preview-evento .fecha {
      position: absolute;
      left: -55px;
      top: 0; }

.more-boton {
  color: #000;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 6px 12px;
  box-shadow: 1px 1px 2px #ccc; }
  .more-boton a {
    color: #000; }

#header {
  position: relative;
  z-index: 10; }
  #header .main {
    background: url(../img_new_template/fondoHeader2.png);
    padding: 20px 0; }
  #header .redes-sociales-buscador {
    float: right;
    width: 210px;
    height: 42px;
    position: relative;
    margin-right: 42px; }
    #header .redes-sociales-buscador .redes-sociales {
      position: relative;
      z-index: 10;
      line-height: 42px; }
      #header .redes-sociales-buscador .redes-sociales a {
        margin: 0 4px; }
  #header h1 {
    margin: 0;
    float: left; }

#footer {
  padding: 32px 0 16px;
  color: #bababa;
  font-size: 12px;
  font-weight: 300;
  font-style: italic; }
  #footer a {
    color: #bababa; }
    #footer a:hover {
      color: #fff; }
  #footer p {
    margin-bottom: 0; }
  #footer .logo {
    padding-top: 5px;
    padding-bottom: 22px; }
  #footer hr {
    height: 0;
    border-top: 1px solid #0f0f0f;
    box-shadow: 0 1px 0 #444; }
  #footer h5 {
    color: #efefef;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0; }
  #footer .footer-container {
    position: relative; }
    #footer .footer-container:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 0;
      right: 220px;
      top: 0;
      border-left: 1px solid #0f0f0f;
      box-shadow: 1px 0 0 #444; }
    #footer .footer-container:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 0;
      left: 220px;
      top: 0;
      border-left: 1px solid #0f0f0f;
      box-shadow: 1px 0 0 #444; }
  #footer nav {
    /*16-01-2014*/
    font-size: 10px;
    font-style: normal; }
  #footer .footer-derechos {
    line-height: 22px;
    color: #777;
    /*16-01-2014*/ }
    #footer .footer-derechos a {
      line-height: 22px;
      color: #777;
      /*16-01-2014*/ }
  #footer .redes-sociales {
    text-align: center; }
    #footer .redes-sociales a {
      margin: 0 5px; }

[role="main"] {
  position: relative;
  background: #efefef; }

html {
  background: url(../img_new_template/fondoHeader1.png); }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #39260c;
  font-weight: 400; }

a {
  color: #e68304;
  outline: 0 none;
  text-decoration: none; }

.review-contenido a:visited {
  color: purple; }

input, textarea {
  font-family: 'Open Sans', sans-serif;
  outline: 0 none;
  padding: 0 0;
  cursor: pointer; }

label {
  cursor: pointer;
  position: relative; }

fieldset {
  margin-bottom: 16px; }

legend {
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px; }

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 16px; }

figure img {
  max-width: 100%; }

table {
  margin-bottom: 16px; }

[type="text"], textarea, select {
  width: 100%;
  border: 1px solid #f18904;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

[type="submit"] {
  padding: 6px;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #349735;
  color: #fff; }
  [type="submit"].full-w {
    width: 100%; }

blockquote {
  width: 50%;
  margin: 5px;
  float: right;
  border-left: solid 2px #e68304;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-style: italic;
  color: #e68304;
  font-weight: 600;
  line-height: 1.2em; }
  blockquote p {
    margin-bottom: 0; }

.atss {
  position: fixed;
  top: 33% !important;
  width: 48px;
  z-index: 100020;
  background: none; }

.template-acordeon {
  width: 100%;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .template-acordeon .titulo {
    border: 1px solid #ddd;
    background: #f18903;
    color: #fff;
    font-weight: 300;
    padding: 6px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 0;
    margin-top: 2px;
    box-shadow: 0 0 2px #ccc;
    cursor: pointer; }
  .template-acordeon .contenido {
    border: 1px solid #ddd;
    border-top: 0 none;
    padding: 6px;
    background: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 0 2px #ccc; }

.smoothScroll.top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
  border-radius: 4px;
  padding: 12px 10px 5px;
  background-color: #fa9c08;
  z-index: 100; }

.migas {
  font-size: 12px;
  /*a{
  	color:#bababa;
  }*/ }

.meta-info-evento img {
  vertical-align: top; }
.meta-info-evento .w50 {
  width: 48%;
  margin: 0 1% 16px;
  float: left; }
.meta-info-evento .redes-sociales .addthis_toolbox {
  height: 32px;
  overflow: hidden;
  display: block; }
.meta-info-evento [type="submit"] {
  padding: inherit;
  background: none;
  color: #000;
  text-align: left; }
.meta-info-evento.preview-contenido {
  padding-left: 5px; }

.dropdown {
  position: relative; }

.dropdown-toggle {
  cursor: pointer; }

.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1; }

.dropdown-menu {
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  top: 90%;
  z-index: 1;
  float: left;
  min-width: 160px;
  margin: 0 0;
  font-size: 14px;
  list-style: none;
  border-radius: 2px;
  left: -10px !important;
  line-height: normal;
  background: #000;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }
  .dropdown-menu li {
    float: none; }

.ico-template span {
  color: #FFF; }
.ico-template.herramientas {
  padding-left: 20px;
  background: url(../img_new_template/icoAlumno.png) no-repeat 0 center; }
.ico-template.recursos-humanos {
  padding-left: 20px;
  background: url(../img_new_template/icoRH.png) no-repeat 0 center; }
.ico-template.panel-alumnos {
  background: url(../img_new_template/icoPanel.png) no-repeat 0 center; }
.ico-template.planA {
  background: url(../img_new_template/icoPlanA-4.png) no-repeat 0 center; }

.dropdown-menu a {
  color: white !important; }
.dropdown-menu li:hover {
  background: #fb9b00; }
.dropdown-menu li:hover a{
	color: #fff;
}

#scrollHint {
  position: absolute;
  z-index: 1000;
  bottom: 0px;
  left: 50%;
  margin-left: -12px; }

#scrollHint .icon {
  background: url("../img_new_template/scroll.png") no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  display: block; }

.main-nav {
  position: relative;
  z-index: 2000; }

.main-nav li ul {
  padding: 0 0;
  width: 200px;}

.main-nav li ul li {
  padding: 8px; }

.main-nav li ul li + li {
  border-top: 1px solid #cdcdcd; }

.dropdown-menu a {
  height: 40px !important; }

.main-nav li ul.dropdown-menu li {
  padding: 0 8px !important; }

/* modulos extra */
/* CSS Document */
.contCalendario {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #ccc;
  padding: 5px;
  margin-bottom: 16px; }

.contCalendario .calendar {
  width: 100%; }

.contCalendario .navCategorias a {
  color: #fff; }

.calendar {
  margin-bottom: 0; }

.calendar td {
  text-align: center;
  font-size: 12px;
  border: 1px solid #fff; }

.calendar .calendar-day-head {
  background: none;
  height: 28px;
  border: 0 none; }

.calendar .day-number {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
  line-height: 30px;
  width: 30px; }

.calendar-event {
  background: #f18903;
  color: #fff; }

.controles h3 {
  height: 34px;
  line-height: 34px;
  padding: 0 34px;
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  background: #f3ebd9;
  font-size: 16px;
  color: #7e6233;
  font-weight: 700; }

.controles .control {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  color: #d0b674;
  font-size: 30px;
  background: url(../img_new_template/spriteControles.png) no-repeat; }

.controles .control.next {
  right: 0;
  border-left: 1px solid #faf6ee;
  background-position: 0 bottom; }

.controles .control.prev {
  left: 0;
  background-position: 0 top;
  border-right: 1px solid #faf6ee; }

.menu-responsivo {
  background: #000;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 40px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.menu-sidebar {
  display: block;
  position: fixed;
  width: 250px;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  top: 0;
  left: -200%;
  background: black url(../img_new_template/fondoHeader1.png);
  box-shadow: 0 1px 5px #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .menu-sidebar ul {
    margin: 0 0;
    padding: 0 0;
    list-style-type: none;
    margin-bottom: 16px; }
    .menu-sidebar ul ul a {
      padding-left: 30px; }
  .menu-sidebar li {
    padding: 0 4px; }
  .menu-sidebar h2 {
    color: #fff;
    padding: 4px 8px;
    border-bottom: 1px solid #fff; }
  .menu-sidebar a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
    padding: 4px 8px;
    display: block;
    border-bottom: 1px solid #ea8400; }

.menu-sidebar nav {
  overflow: auto; }

.ico-menu {
  display: block;
  height: 20px;
  margin-top: 12px;
  margin-left: 15px; }

.icon-bar {
  display: block;
  width: 20px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin-top: 2px; }

/*--------------------------------------------------------------
iPad Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  body {
    min-width: 100%; }

  .container_24 {
    width: 100%; }

  .container_24 .grid_1,
  .container_24 .grid_2,
  .container_24 .grid_3,
  .container_24 .grid_4,
  .container_24 .grid_5,
  .container_24 .grid_6,
  .container_24 .grid_7,
  .container_24 .grid_8,
  .container_24 .grid_9,
  .container_24 .grid_10,
  .container_24 .grid_11,
  .container_24 .grid_12,
  .container_24 .grid_13,
  .container_24 .grid_14,
  .container_24 .grid_15,
  .container_24 .grid_16,
  .container_24 .grid_17,
  .container_24 .grid_18,
  .container_24 .grid_19,
  .container_24 .grid_20,
  .container_24 .grid_21,
  .container_24 .grid_22,
  .container_24 .grid_23,
  .container_24 .grid_24 {
    display: block;
    float: none;
    margin-left: 1% !important;
    margin-right: 1% !important;
    width: 98% !important; }

  .container_24 .prefix_1,
  .container_24 .prefix_2,
  .container_24 .prefix_3,
  .container_24 .prefix_4,
  .container_24 .prefix_5,
  .container_24 .prefix_6,
  .container_24 .prefix_7,
  .container_24 .prefix_8,
  .container_24 .prefix_9,
  .container_24 .prefix_10,
  .container_24 .prefix_11,
  .container_24 .prefix_12,
  .container_24 .prefix_13,
  .container_24 .prefix_14,
  .container_24 .prefix_15,
  .container_24 .prefix_16,
  .container_24 .prefix_17,
  .container_24 .prefix_18,
  .container_24 .prefix_19,
  .container_24 .prefix_20,
  .container_24 .prefix_21,
  .container_24 .prefix_22,
  .container_24 .prefix_23,
  .container_24 .suffix_1,
  .container_24 .suffix_2,
  .container_24 .suffix_3,
  .container_24 .suffix_4,
  .container_24 .suffix_5,
  .container_24 .suffix_6,
  .container_24 .suffix_7,
  .container_24 .suffix_8,
  .container_24 .suffix_9,
  .container_24 .suffix_10,
  .container_24 .suffix_11,
  .container_24 .suffix_12,
  .container_24 .suffix_13,
  .container_24 .suffix_14,
  .container_24 .suffix_15,
  .container_24 .suffix_16,
  .container_24 .suffix_17,
  .container_24 .suffix_18,
  .container_24 .suffix_19,
  .container_24 .suffix_20,
  .container_24 .suffix_21,
  .container_24 .suffix_22,
  .container_24 .suffix_23 {
    padding: 0; }

  .movil {
    display: block; }

  .featured-noticias .flex-direction-nav .flex-next {
    right: 20px; }

  .featured-noticias .flex-direction-nav .flex-prev {
    left: 20px; }

  .desktop {
    display: none !important; }

  .accesos-directos .grid_4 {
    display: inline-block;
    float: left;
    width: 48% !important; }
  .accesos-directos img {
    width: 100%; }

  #header {
    padding-top: 40px; }

  #header .redes-sociales-buscador {
    float: none;
    width: auto; }

  .featured .headline.left {
    padding: 0 0; }

  .featured .headline.right {
    padding: 0 0; }

  .featured .headline {
    width: 100%;
    position: static;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0; }

  .featured-links {
    position: static;
    width: auto;
    text-align: center; }
    .featured-links a {
      display: inline-block; }

  .featured {
    margin-top: 0; }

  .aside-imagenes figure {
    text-align: center; }

  .height-fix {
    height: auto; }

  #header h1 {
    float: none;
    text-align: center; }

  #footer {
    text-align: center !important;
    padding: 32px 0; }
    #footer .logo {
      padding: 30px 0; }
    #footer .redes-sociales {
      padding: 30px 0; }

  #footer .footer-container:before,
  #footer .footer-container:after {
    display: none; }

  table {
    width: 100% !important; }

  .smoothScroll.top {
    bottom: 70px; }

  body.open-menu {
    /*overflow-x:hidden;*/
    overflow: hidden; }
    body.open-menu #wrapper {
      /*height:100%;*/ }
    body.open-menu .menu-sidebar {
      left: 0; }
    body.open-menu .menu-responsivo {
      left: 250px; }

  .ico-template {
    color: #fff; }
    .ico-template.arroba, .ico-template.SIU {
      padding-left: 28px; }
    .ico-template.SIU span {
      display: inline; }

  .meta-info-evento .w50 {
    width: 100%;
    float: none; }

  .logo-institucional {
    width: 75%; }

  .logo-30a {
    width: 25%; } }

.label-menu{
  color: #fff;
  display: block;
  font-size: 16px;
  float: left;
  padding-top: 12px;
  padding-left: 10px;
}

.label-menu a{
	color:#fff;
}

.ico-menu {
	float:left;
}