@charset 'UTF-8';
/*!
Theme Name: UDD 2011
Theme URI: http://www.udd.cl/
Description: Sitio corporativo desarrollado por AyerViernes para Universidad del Desarrollo
Version: 2015
Author: AyerViernes S.A.
Author URI: http://ayerviernes.com
Tags: chile, universidad, university, education, responsive, ayerviernes
*/
/**
 * YUI 3.5.1 (build 22)
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * Licensed under the BSD License.
 * http://yuilibrary.com/license/
 */
/*-------------------------------------- RESET */
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
/*-------------------------------------- HACK AV */
ol li,
ul li {
  list-style: none;
}
/*-------------------------------------- HTML5 TAGS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0px;
  line-height: 0;
  width: 0;
  height: 0;
}
/*-------------------------------------- PIE path to file */
/*-------------------------------------- Colores de Facultades */
/*-------------------------------------- Fonts */
/* Tipography */
/* Base */
/* Headings */
/*-------------------------------------- Colors */
/* Grays */
/* Colors */
/* Borders */
/* Scaffolding */
/*-------------------------------------- Padding & Margins */
/*-------------------------------------- Sizes */
/*-------------------------------------- CSS3 Properties */
/* Border Radius */
/* Single Corner Border Radius */
/* Single Side Border Radius */
/* Box Shadow */
/* Box Sizing */
/* Gradients */
/* Opacity */
/* Background Size */
/* Columns */
/* Transitions */
/* Transformations */
/*-------------------------------------- Positions */
/*-------------------------------------- Display */
/*-------------------------------------- Text Overflow */
/*-------------------------------------- Placeholder */
/*-------------------------------------- Sizes */
/*-------------------------------------- Before & After Elements */
/*-------------------------------------- Arrow */
/*-------------------------------------- Backgrounds */
/*-------------------------------------- Sprite */
/*-------------------------------------- Thumbnails */
/*-------------------------------------- Font Weight */
/*-------------------------------------- Resets */
/*-------------------------------------- Clearfix */
/*-------------------------------------- Media Queries */
#media {
  /* Position */
  /* Display */
  /* Display */
  /* Width */
  /* Height */
  /* Margin */
  /* Padding */
  /* Borders */
  /* Absolute positions */
  /* Fonts */
  /* Text */
  /* Color */
  /* Background */
  /* Sprite */
  /* Box Shadow */
}
/*-------------------------------------- Hidden Elements */
.hidden {
  display: none;
}
@media only screen and ( min-width : 1360px ) {
  .hidden-large,
  [class*='grid-'].hidden-large {
    display: none;
  }
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  .hidden-tablet,
  [class*='grid-'].hidden-tablet {
    display: none;
  }
}
@media only screen and ( max-width : 720px ) {
  .hidden-mobile,
  [class*='grid-'].hidden-mobile,
  .visible.hidden-mobile {
    display: none;
  }
}
/*-------------------------------------- Visible Elements */
.visible {
  display: block;
}
@media only screen and ( min-width : 1360px ) {
  .visible-large,
  [class*='grid-'].visible-large {
    display: block;
  }
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  .visible-tablet,
  [class*='grid-'].visible-tablet {
    display: block;
  }
}
@media only screen and ( max-width : 720px ) {
  .visible-mobile,
  [class*='grid-'].visible-mobile {
    display: block;
  }
}
/*-------------------------------------- Float Elements */
/* Left */
@media only screen and ( min-width : 1360px ) {
  .left-large,
  [class*='grid-'].left-large {
    float: left;
  }
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  .left-tablet,
  [class*='grid-'].left-tablet {
    float: left;
  }
}
@media only screen and ( max-width : 720px ) {
  .left-mobile,
  [class*='grid-'].left-mobile {
    float: left;
  }
}
/* Right */
@media only screen and ( min-width : 1360px ) {
  .right-large,
  [class*='grid-'].right-large {
    float: right;
  }
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  .right-tablet,
  [class*='grid-'].right-tablet {
    float: right;
  }
}
@media only screen and ( max-width : 720px ) {
  .right-mobile,
  [class*='grid-'].right-mobile {
    float: right;
  }
}
/*-------------------------------------- Overflows */
.overflow-visible {
  overflow: visible !important;
}
/*-------------------------------------- Class w1-w100 */
/* Normal Widths */
.w-100 {
  width: 100%;
}
.w-99 {
  width: 99%;
}
.w-98 {
  width: 98%;
}
.w-97 {
  width: 97%;
}
.w-96 {
  width: 96%;
}
.w-95 {
  width: 95%;
}
.w-94 {
  width: 94%;
}
.w-93 {
  width: 93%;
}
.w-92 {
  width: 92%;
}
.w-91 {
  width: 91%;
}
.w-90 {
  width: 90%;
}
.w-89 {
  width: 89%;
}
.w-88 {
  width: 88%;
}
.w-87 {
  width: 87%;
}
.w-86 {
  width: 86%;
}
.w-85 {
  width: 85%;
}
.w-84 {
  width: 84%;
}
.w-83 {
  width: 83%;
}
.w-82 {
  width: 82%;
}
.w-81 {
  width: 81%;
}
.w-80 {
  width: 80%;
}
.w-79 {
  width: 79%;
}
.w-78 {
  width: 78%;
}
.w-77 {
  width: 77%;
}
.w-76 {
  width: 76%;
}
.w-75 {
  width: 75%;
}
.w-74 {
  width: 74%;
}
.w-73 {
  width: 73%;
}
.w-72 {
  width: 72%;
}
.w-71 {
  width: 71%;
}
.w-70 {
  width: 70%;
}
.w-69 {
  width: 69%;
}
.w-68 {
  width: 68%;
}
.w-67 {
  width: 67%;
}
.w-66 {
  width: 66%;
}
.w-65 {
  width: 65%;
}
.w-64 {
  width: 64%;
}
.w-63 {
  width: 63%;
}
.w-62 {
  width: 62%;
}
.w-61 {
  width: 61%;
}
.w-60 {
  width: 60%;
}
.w-59 {
  width: 59%;
}
.w-58 {
  width: 58%;
}
.w-57 {
  width: 57%;
}
.w-56 {
  width: 56%;
}
.w-55 {
  width: 55%;
}
.w-54 {
  width: 54%;
}
.w-53 {
  width: 53%;
}
.w-52 {
  width: 52%;
}
.w-51 {
  width: 51%;
}
.w-50 {
  width: 50%;
}
.w-49 {
  width: 49%;
}
.w-48 {
  width: 48%;
}
.w-47 {
  width: 47%;
}
.w-46 {
  width: 46%;
}
.w-45 {
  width: 45%;
}
.w-44 {
  width: 44%;
}
.w-43 {
  width: 43%;
}
.w-42 {
  width: 42%;
}
.w-41 {
  width: 41%;
}
.w-40 {
  width: 40%;
}
.w-39 {
  width: 39%;
}
.w-38 {
  width: 38%;
}
.w-37 {
  width: 37%;
}
.w-36 {
  width: 36%;
}
.w-35 {
  width: 35%;
}
.w-34 {
  width: 34%;
}
.w-33 {
  width: 33%;
}
.w-32 {
  width: 32%;
}
.w-31 {
  width: 31%;
}
.w-30 {
  width: 30%;
}
.w-29 {
  width: 29%;
}
.w-28 {
  width: 28%;
}
.w-27 {
  width: 27%;
}
.w-26 {
  width: 26%;
}
.w-25 {
  width: 25%;
}
.w-24 {
  width: 24%;
}
.w-23 {
  width: 23%;
}
.w-22 {
  width: 22%;
}
.w-21 {
  width: 21%;
}
.w-20 {
  width: 20%;
}
.w-19 {
  width: 19%;
}
.w-18 {
  width: 18%;
}
.w-17 {
  width: 17%;
}
.w-16 {
  width: 16%;
}
.w-15 {
  width: 15%;
}
.w-14 {
  width: 14%;
}
.w-13 {
  width: 13%;
}
.w-12 {
  width: 12%;
}
.w-11 {
  width: 11%;
}
.w-10 {
  width: 10%;
}
.w-9 {
  width: 9%;
}
.w-8 {
  width: 8%;
}
.w-7 {
  width: 7%;
}
.w-6 {
  width: 6%;
}
.w-5 {
  width: 5%;
}
.w-4 {
  width: 4%;
}
.w-3 {
  width: 3%;
}
.w-2 {
  width: 2%;
}
.w-1 {
  width: 1%;
}
/*-------------------------------------- !IMPORTANT, don`t remove or modify this rules */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*-------------------------------------- Base Container */
.container {
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 960px;
  zoom: 1;
}
@media only screen and ( min-width : 1360px ) {
  .container {
    width: 960px;
  }
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  .container {
    width: 720px;
  }
}
@media only screen and ( max-width : 720px ) {
  .container {
    width: 100%;
  }
}
.container:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
/*-------------------------------------- Row: grids wrapper */
.row {
  width: auto;
}
.row .row {
  margin: 0 -10px;
}
.row [class*='grid-'] > *:last-child {
  margin-bottom: 0;
}
.row [class*='grid-'] + [class*='grid-']:last-child {
  float: right;
}
.row:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
* html .row {
  zoom: 1;
}
/*-------------------------------------- General grids properties */
[class*='grid-'] {
  position: relative;
  float: left;
  min-height: 1px;
  margin-bottom: 20px;
  overflow: hidden;
  overflow: inherit\9;
  margin-left: 10px;
  margin-right: 10px;
}
[class*='grid-'].gutter-inset {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
[class*='grid-'].gutter-outset {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
[class*='grid-'].no-gutter {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
[class*='grid-'].no-overflow {
  overflow: initial;
}
/*-------------------------------------- Grids generate */
/* Normal */
.grid-24 {
  width: 940px;
}
.grid-23_5 {
  width: 920px;
}
.grid-23 {
  width: 900px;
}
.grid-22_5 {
  width: 880px;
}
.grid-22 {
  width: 860px;
}
.grid-21_5 {
  width: 840px;
}
.grid-21 {
  width: 820px;
}
.grid-20_5 {
  width: 800px;
}
.grid-20 {
  width: 780px;
}
.grid-19_5 {
  width: 760px;
}
.grid-19 {
  width: 740px;
}
.grid-18_5 {
  width: 720px;
}
.grid-18 {
  width: 700px;
}
.grid-17_5 {
  width: 680px;
}
.grid-17 {
  width: 660px;
}
.grid-16_5 {
  width: 640px;
}
.grid-16 {
  width: 620px;
}
.grid-15_5 {
  width: 600px;
}
.grid-15 {
  width: 580px;
}
.grid-14_5 {
  width: 560px;
}
.grid-14 {
  width: 540px;
}
.grid-13_5 {
  width: 520px;
}
.grid-13 {
  width: 500px;
}
.grid-12_5 {
  width: 480px;
}
.grid-12 {
  width: 460px;
}
.grid-11_5 {
  width: 440px;
}
.grid-11 {
  width: 420px;
}
.grid-10_5 {
  width: 400px;
}
.grid-10 {
  width: 380px;
}
.grid-9_5 {
  width: 360px;
}
.grid-9 {
  width: 340px;
}
.grid-8_5 {
  width: 320px;
}
.grid-8 {
  width: 300px;
}
.grid-7_5 {
  width: 280px;
}
.grid-7 {
  width: 260px;
}
.grid-6_5 {
  width: 240px;
}
.grid-6 {
  width: 220px;
}
.grid-5_5 {
  width: 200px;
}
.grid-5 {
  width: 180px;
}
.grid-4_5 {
  width: 160px;
}
.grid-4 {
  width: 140px;
}
.grid-3_5 {
  width: 120px;
}
.grid-3 {
  width: 100px;
}
.grid-2_5 {
  width: 80px;
}
.grid-2 {
  width: 60px;
}
.grid-1_5 {
  width: 40px;
}
.grid-1 {
  width: 20px;
}
.grid-0_5 {
  width: 0px;
}
/* Responsive Support */
@media only screen and ( min-width : 1360px ) {
  /* Responsive Grid */
  .grid-24 {
    width: 940px;
  }
  .grid-23_5 {
    width: 920px;
  }
  .grid-23 {
    width: 900px;
  }
  .grid-22_5 {
    width: 880px;
  }
  .grid-22 {
    width: 860px;
  }
  .grid-21_5 {
    width: 840px;
  }
  .grid-21 {
    width: 820px;
  }
  .grid-20_5 {
    width: 800px;
  }
  .grid-20 {
    width: 780px;
  }
  .grid-19_5 {
    width: 760px;
  }
  .grid-19 {
    width: 740px;
  }
  .grid-18_5 {
    width: 720px;
  }
  .grid-18 {
    width: 700px;
  }
  .grid-17_5 {
    width: 680px;
  }
  .grid-17 {
    width: 660px;
  }
  .grid-16_5 {
    width: 640px;
  }
  .grid-16 {
    width: 620px;
  }
  .grid-15_5 {
    width: 600px;
  }
  .grid-15 {
    width: 580px;
  }
  .grid-14_5 {
    width: 560px;
  }
  .grid-14 {
    width: 540px;
  }
  .grid-13_5 {
    width: 520px;
  }
  .grid-13 {
    width: 500px;
  }
  .grid-12_5 {
    width: 480px;
  }
  .grid-12 {
    width: 460px;
  }
  .grid-11_5 {
    width: 440px;
  }
  .grid-11 {
    width: 420px;
  }
  .grid-10_5 {
    width: 400px;
  }
  .grid-10 {
    width: 380px;
  }
  .grid-9_5 {
    width: 360px;
  }
  .grid-9 {
    width: 340px;
  }
  .grid-8_5 {
    width: 320px;
  }
  .grid-8 {
    width: 300px;
  }
  .grid-7_5 {
    width: 280px;
  }
  .grid-7 {
    width: 260px;
  }
  .grid-6_5 {
    width: 240px;
  }
  .grid-6 {
    width: 220px;
  }
  .grid-5_5 {
    width: 200px;
  }
  .grid-5 {
    width: 180px;
  }
  .grid-4_5 {
    width: 160px;
  }
  .grid-4 {
    width: 140px;
  }
  .grid-3_5 {
    width: 120px;
  }
  .grid-3 {
    width: 100px;
  }
  .grid-2_5 {
    width: 80px;
  }
  .grid-2 {
    width: 60px;
  }
  .grid-1_5 {
    width: 40px;
  }
  .grid-1 {
    width: 20px;
  }
  .grid-0_5 {
    width: 0px;
  }
  /* Transform Grid */
  .grid-large-24 {
    width: 940px;
  }
  .grid-large-23 {
    width: 900px;
  }
  .grid-large-22 {
    width: 860px;
  }
  .grid-large-21 {
    width: 820px;
  }
  .grid-large-20 {
    width: 780px;
  }
  .grid-large-19 {
    width: 740px;
  }
  .grid-large-18 {
    width: 700px;
  }
  .grid-large-17 {
    width: 660px;
  }
  .grid-large-16 {
    width: 620px;
  }
  .grid-large-15 {
    width: 580px;
  }
  .grid-large-14 {
    width: 540px;
  }
  .grid-large-13 {
    width: 500px;
  }
  .grid-large-12 {
    width: 460px;
  }
  .grid-large-11 {
    width: 420px;
  }
  .grid-large-10 {
    width: 380px;
  }
  .grid-large-9 {
    width: 340px;
  }
  .grid-large-8 {
    width: 300px;
  }
  .grid-large-7 {
    width: 260px;
  }
  .grid-large-6 {
    width: 220px;
  }
  .grid-large-5 {
    width: 180px;
  }
  .grid-large-4 {
    width: 140px;
  }
  .grid-large-3 {
    width: 100px;
  }
  .grid-large-2 {
    width: 60px;
  }
  .grid-large-1 {
    width: 20px;
  }
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  /* Responsive Grid */
  .grid-24 {
    width: 700px;
  }
  .grid-23_5 {
    width: 685px;
  }
  .grid-23 {
    width: 670px;
  }
  .grid-22_5 {
    width: 655px;
  }
  .grid-22 {
    width: 640px;
  }
  .grid-21_5 {
    width: 625px;
  }
  .grid-21 {
    width: 610px;
  }
  .grid-20_5 {
    width: 595px;
  }
  .grid-20 {
    width: 580px;
  }
  .grid-19_5 {
    width: 565px;
  }
  .grid-19 {
    width: 550px;
  }
  .grid-18_5 {
    width: 535px;
  }
  .grid-18 {
    width: 520px;
  }
  .grid-17_5 {
    width: 505px;
  }
  .grid-17 {
    width: 490px;
  }
  .grid-16_5 {
    width: 475px;
  }
  .grid-16 {
    width: 460px;
  }
  .grid-15_5 {
    width: 445px;
  }
  .grid-15 {
    width: 430px;
  }
  .grid-14_5 {
    width: 415px;
  }
  .grid-14 {
    width: 400px;
  }
  .grid-13_5 {
    width: 385px;
  }
  .grid-13 {
    width: 370px;
  }
  .grid-12_5 {
    width: 355px;
  }
  .grid-12 {
    width: 340px;
  }
  .grid-11_5 {
    width: 325px;
  }
  .grid-11 {
    width: 310px;
  }
  .grid-10_5 {
    width: 295px;
  }
  .grid-10 {
    width: 280px;
  }
  .grid-9_5 {
    width: 265px;
  }
  .grid-9 {
    width: 250px;
  }
  .grid-8_5 {
    width: 235px;
  }
  .grid-8 {
    width: 220px;
  }
  .grid-7_5 {
    width: 205px;
  }
  .grid-7 {
    width: 190px;
  }
  .grid-6_5 {
    width: 175px;
  }
  .grid-6 {
    width: 160px;
  }
  .grid-5_5 {
    width: 145px;
  }
  .grid-5 {
    width: 130px;
  }
  .grid-4_5 {
    width: 115px;
  }
  .grid-4 {
    width: 100px;
  }
  .grid-3_5 {
    width: 85px;
  }
  .grid-3 {
    width: 70px;
  }
  .grid-2_5 {
    width: 55px;
  }
  .grid-2 {
    width: 40px;
  }
  .grid-1_5 {
    width: 25px;
  }
  .grid-1 {
    width: 10px;
  }
  .grid-0_5 {
    width: -5px;
  }
  /* Transform Grid */
  .grid-tablet-24 {
    width: 700px;
  }
  .grid-tablet-23 {
    width: 670px;
  }
  .grid-tablet-22 {
    width: 640px;
  }
  .grid-tablet-21 {
    width: 610px;
  }
  .grid-tablet-20 {
    width: 580px;
  }
  .grid-tablet-19 {
    width: 550px;
  }
  .grid-tablet-18 {
    width: 520px;
  }
  .grid-tablet-17 {
    width: 490px;
  }
  .grid-tablet-16 {
    width: 460px;
  }
  .grid-tablet-15 {
    width: 430px;
  }
  .grid-tablet-14 {
    width: 400px;
  }
  .grid-tablet-13 {
    width: 370px;
  }
  .grid-tablet-12 {
    width: 340px;
  }
  .grid-tablet-11 {
    width: 310px;
  }
  .grid-tablet-10 {
    width: 280px;
  }
  .grid-tablet-9 {
    width: 250px;
  }
  .grid-tablet-8 {
    width: 220px;
  }
  .grid-tablet-7 {
    width: 190px;
  }
  .grid-tablet-6 {
    width: 160px;
  }
  .grid-tablet-5 {
    width: 130px;
  }
  .grid-tablet-4 {
    width: 100px;
  }
  .grid-tablet-3 {
    width: 70px;
  }
  .grid-tablet-2 {
    width: 40px;
  }
  .grid-tablet-1 {
    width: 10px;
  }
}
@media only screen and ( max-width : 720px ) {
  /* Responsive Grid */
  .grid-24 {
    width: 90%;
  }
  .grid-23_5 {
    width: 90%;
  }
  .grid-23 {
    width: 90%;
  }
  .grid-22_5 {
    width: 90%;
  }
  .grid-22 {
    width: 90%;
  }
  .grid-21_5 {
    width: 90%;
  }
  .grid-21 {
    width: 90%;
  }
  .grid-20_5 {
    width: 90%;
  }
  .grid-20 {
    width: 90%;
  }
  .grid-19_5 {
    width: 90%;
  }
  .grid-19 {
    width: 90%;
  }
  .grid-18_5 {
    width: 90%;
  }
  .grid-18 {
    width: 90%;
  }
  .grid-17_5 {
    width: 90%;
  }
  .grid-17 {
    width: 90%;
  }
  .grid-16_5 {
    width: 90%;
  }
  .grid-16 {
    width: 90%;
  }
  .grid-15_5 {
    width: 90%;
  }
  .grid-15 {
    width: 90%;
  }
  .grid-14_5 {
    width: 90%;
  }
  .grid-14 {
    width: 90%;
  }
  .grid-13_5 {
    width: 90%;
  }
  .grid-13 {
    width: 90%;
  }
  .grid-12_5 {
    width: 90%;
  }
  .grid-12 {
    width: 90%;
  }
  .grid-11_5 {
    width: 90%;
  }
  .grid-11 {
    width: 90%;
  }
  .grid-10_5 {
    width: 90%;
  }
  .grid-10 {
    width: 90%;
  }
  .grid-9_5 {
    width: 90%;
  }
  .grid-9 {
    width: 90%;
  }
  .grid-8_5 {
    width: 90%;
  }
  .grid-8 {
    width: 90%;
  }
  .grid-7_5 {
    width: 90%;
  }
  .grid-7 {
    width: 90%;
  }
  .grid-6_5 {
    width: 90%;
  }
  .grid-6 {
    width: 90%;
  }
  .grid-5_5 {
    width: 90%;
  }
  .grid-5 {
    width: 90%;
  }
  .grid-4_5 {
    width: 90%;
  }
  .grid-4 {
    width: 90%;
  }
  .grid-3_5 {
    width: 90%;
  }
  .grid-3 {
    width: 90%;
  }
  .grid-2_5 {
    width: 90%;
  }
  .grid-2 {
    width: 90%;
  }
  .grid-1_5 {
    width: 90%;
  }
  .grid-1 {
    width: 90%;
  }
  .grid-0_5 {
    width: 90%;
  }
  [class*='grid-'] {
    float: none;
    margin: 0 auto 20px auto;
  }
  .row .row {
    margin: 0 -5%;
  }
  .row [class*='grid-'] + [class*='grid-']:last-child {
    float: none;
  }
}
/*-------------------------------------- Relative Left generate */
/* Normal */
.rl-24 {
  margin-left: 940px;
}
.rl-23 {
  margin-left: 900px;
}
.rl-22 {
  margin-left: 860px;
}
.rl-21 {
  margin-left: 820px;
}
.rl-20 {
  margin-left: 780px;
}
.rl-19 {
  margin-left: 740px;
}
.rl-18 {
  margin-left: 700px;
}
.rl-17 {
  margin-left: 660px;
}
.rl-16 {
  margin-left: 620px;
}
.rl-15 {
  margin-left: 580px;
}
.rl-14 {
  margin-left: 540px;
}
.rl-13 {
  margin-left: 500px;
}
.rl-12 {
  margin-left: 460px;
}
.rl-11 {
  margin-left: 420px;
}
.rl-10 {
  margin-left: 380px;
}
.rl-9 {
  margin-left: 340px;
}
.rl-8 {
  margin-left: 300px;
}
.rl-7 {
  margin-left: 260px;
}
.rl-6 {
  margin-left: 220px;
}
.rl-5 {
  margin-left: 180px;
}
.rl-4 {
  margin-left: 140px;
}
.rl-3 {
  margin-left: 100px;
}
.rl-2 {
  margin-left: 60px;
}
.rl-1 {
  margin-left: 20px;
}
/* Responsive Support */
@media only screen and ( min-width : 1360px ) {
  /* Responsive rl */
  .rl-24 {
    margin-left: 940px;
  }
  .rl-23 {
    margin-left: 900px;
  }
  .rl-22 {
    margin-left: 860px;
  }
  .rl-21 {
    margin-left: 820px;
  }
  .rl-20 {
    margin-left: 780px;
  }
  .rl-19 {
    margin-left: 740px;
  }
  .rl-18 {
    margin-left: 700px;
  }
  .rl-17 {
    margin-left: 660px;
  }
  .rl-16 {
    margin-left: 620px;
  }
  .rl-15 {
    margin-left: 580px;
  }
  .rl-14 {
    margin-left: 540px;
  }
  .rl-13 {
    margin-left: 500px;
  }
  .rl-12 {
    margin-left: 460px;
  }
  .rl-11 {
    margin-left: 420px;
  }
  .rl-10 {
    margin-left: 380px;
  }
  .rl-9 {
    margin-left: 340px;
  }
  .rl-8 {
    margin-left: 300px;
  }
  .rl-7 {
    margin-left: 260px;
  }
  .rl-6 {
    margin-left: 220px;
  }
  .rl-5 {
    margin-left: 180px;
  }
  .rl-4 {
    margin-left: 140px;
  }
  .rl-3 {
    margin-left: 100px;
  }
  .rl-2 {
    margin-left: 60px;
  }
  .rl-1 {
    margin-left: 20px;
  }
  /* Transform rl */
  .rl-large-24 {
    margin-left: 940px;
  }
  .rl-large-23 {
    margin-left: 900px;
  }
  .rl-large-22 {
    margin-left: 860px;
  }
  .rl-large-21 {
    margin-left: 820px;
  }
  .rl-large-20 {
    margin-left: 780px;
  }
  .rl-large-19 {
    margin-left: 740px;
  }
  .rl-large-18 {
    margin-left: 700px;
  }
  .rl-large-17 {
    margin-left: 660px;
  }
  .rl-large-16 {
    margin-left: 620px;
  }
  .rl-large-15 {
    margin-left: 580px;
  }
  .rl-large-14 {
    margin-left: 540px;
  }
  .rl-large-13 {
    margin-left: 500px;
  }
  .rl-large-12 {
    margin-left: 460px;
  }
  .rl-large-11 {
    margin-left: 420px;
  }
  .rl-large-10 {
    margin-left: 380px;
  }
  .rl-large-9 {
    margin-left: 340px;
  }
  .rl-large-8 {
    margin-left: 300px;
  }
  .rl-large-7 {
    margin-left: 260px;
  }
  .rl-large-6 {
    margin-left: 220px;
  }
  .rl-large-5 {
    margin-left: 180px;
  }
  .rl-large-4 {
    margin-left: 140px;
  }
  .rl-large-3 {
    margin-left: 100px;
  }
  .rl-large-2 {
    margin-left: 60px;
  }
  .rl-large-1 {
    margin-left: 20px;
  }
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  /* Responsive rl */
  .rl-24 {
    margin-left: 700px;
  }
  .rl-23 {
    margin-left: 670px;
  }
  .rl-22 {
    margin-left: 640px;
  }
  .rl-21 {
    margin-left: 610px;
  }
  .rl-20 {
    margin-left: 580px;
  }
  .rl-19 {
    margin-left: 550px;
  }
  .rl-18 {
    margin-left: 520px;
  }
  .rl-17 {
    margin-left: 490px;
  }
  .rl-16 {
    margin-left: 460px;
  }
  .rl-15 {
    margin-left: 430px;
  }
  .rl-14 {
    margin-left: 400px;
  }
  .rl-13 {
    margin-left: 370px;
  }
  .rl-12 {
    margin-left: 340px;
  }
  .rl-11 {
    margin-left: 310px;
  }
  .rl-10 {
    margin-left: 280px;
  }
  .rl-9 {
    margin-left: 250px;
  }
  .rl-8 {
    margin-left: 220px;
  }
  .rl-7 {
    margin-left: 190px;
  }
  .rl-6 {
    margin-left: 160px;
  }
  .rl-5 {
    margin-left: 130px;
  }
  .rl-4 {
    margin-left: 100px;
  }
  .rl-3 {
    margin-left: 70px;
  }
  .rl-2 {
    margin-left: 40px;
  }
  .rl-1 {
    margin-left: 10px;
  }
  /* Transform rl */
  .rl-tablet-24 {
    margin-left: 700px;
  }
  .rl-tablet-23 {
    margin-left: 670px;
  }
  .rl-tablet-22 {
    margin-left: 640px;
  }
  .rl-tablet-21 {
    margin-left: 610px;
  }
  .rl-tablet-20 {
    margin-left: 580px;
  }
  .rl-tablet-19 {
    margin-left: 550px;
  }
  .rl-tablet-18 {
    margin-left: 520px;
  }
  .rl-tablet-17 {
    margin-left: 490px;
  }
  .rl-tablet-16 {
    margin-left: 460px;
  }
  .rl-tablet-15 {
    margin-left: 430px;
  }
  .rl-tablet-14 {
    margin-left: 400px;
  }
  .rl-tablet-13 {
    margin-left: 370px;
  }
  .rl-tablet-12 {
    margin-left: 340px;
  }
  .rl-tablet-11 {
    margin-left: 310px;
  }
  .rl-tablet-10 {
    margin-left: 280px;
  }
  .rl-tablet-9 {
    margin-left: 250px;
  }
  .rl-tablet-8 {
    margin-left: 220px;
  }
  .rl-tablet-7 {
    margin-left: 190px;
  }
  .rl-tablet-6 {
    margin-left: 160px;
  }
  .rl-tablet-5 {
    margin-left: 130px;
  }
  .rl-tablet-4 {
    margin-left: 100px;
  }
  .rl-tablet-3 {
    margin-left: 70px;
  }
  .rl-tablet-2 {
    margin-left: 40px;
  }
  .rl-tablet-1 {
    margin-left: 10px;
  }
}
/*-------------------------------------- Relative Right generate */
/* Normal */
.rr-24 {
  margin-right: 940px;
}
.rr-23 {
  margin-right: 900px;
}
.rr-22 {
  margin-right: 860px;
}
.rr-21 {
  margin-right: 820px;
}
.rr-20 {
  margin-right: 780px;
}
.rr-19 {
  margin-right: 740px;
}
.rr-18 {
  margin-right: 700px;
}
.rr-17 {
  margin-right: 660px;
}
.rr-16 {
  margin-right: 620px;
}
.rr-15 {
  margin-right: 580px;
}
.rr-14 {
  margin-right: 540px;
}
.rr-13 {
  margin-right: 500px;
}
.rr-12 {
  margin-right: 460px;
}
.rr-11 {
  margin-right: 420px;
}
.rr-10 {
  margin-right: 380px;
}
.rr-9 {
  margin-right: 340px;
}
.rr-8 {
  margin-right: 300px;
}
.rr-7 {
  margin-right: 260px;
}
.rr-6 {
  margin-right: 220px;
}
.rr-5 {
  margin-right: 180px;
}
.rr-4 {
  margin-right: 140px;
}
.rr-3 {
  margin-right: 100px;
}
.rr-2 {
  margin-right: 60px;
}
.rr-1 {
  margin-right: 20px;
}
/* Responsive Support */
@media only screen and ( min-width : 1360px ) {
  /* Responsive rr */
  .rr-24 {
    margin-right: 940px;
  }
  .rr-23 {
    margin-right: 900px;
  }
  .rr-22 {
    margin-right: 860px;
  }
  .rr-21 {
    margin-right: 820px;
  }
  .rr-20 {
    margin-right: 780px;
  }
  .rr-19 {
    margin-right: 740px;
  }
  .rr-18 {
    margin-right: 700px;
  }
  .rr-17 {
    margin-right: 660px;
  }
  .rr-16 {
    margin-right: 620px;
  }
  .rr-15 {
    margin-right: 580px;
  }
  .rr-14 {
    margin-right: 540px;
  }
  .rr-13 {
    margin-right: 500px;
  }
  .rr-12 {
    margin-right: 460px;
  }
  .rr-11 {
    margin-right: 420px;
  }
  .rr-10 {
    margin-right: 380px;
  }
  .rr-9 {
    margin-right: 340px;
  }
  .rr-8 {
    margin-right: 300px;
  }
  .rr-7 {
    margin-right: 260px;
  }
  .rr-6 {
    margin-right: 220px;
  }
  .rr-5 {
    margin-right: 180px;
  }
  .rr-4 {
    margin-right: 140px;
  }
  .rr-3 {
    margin-right: 100px;
  }
  .rr-2 {
    margin-right: 60px;
  }
  .rr-1 {
    margin-right: 20px;
  }
  /* Transform rr */
  .rr-large-24 {
    margin-right: 940px;
  }
  .rr-large-23 {
    margin-right: 900px;
  }
  .rr-large-22 {
    margin-right: 860px;
  }
  .rr-large-21 {
    margin-right: 820px;
  }
  .rr-large-20 {
    margin-right: 780px;
  }
  .rr-large-19 {
    margin-right: 740px;
  }
  .rr-large-18 {
    margin-right: 700px;
  }
  .rr-large-17 {
    margin-right: 660px;
  }
  .rr-large-16 {
    margin-right: 620px;
  }
  .rr-large-15 {
    margin-right: 580px;
  }
  .rr-large-14 {
    margin-right: 540px;
  }
  .rr-large-13 {
    margin-right: 500px;
  }
  .rr-large-12 {
    margin-right: 460px;
  }
  .rr-large-11 {
    margin-right: 420px;
  }
  .rr-large-10 {
    margin-right: 380px;
  }
  .rr-large-9 {
    margin-right: 340px;
  }
  .rr-large-8 {
    margin-right: 300px;
  }
  .rr-large-7 {
    margin-right: 260px;
  }
  .rr-large-6 {
    margin-right: 220px;
  }
  .rr-large-5 {
    margin-right: 180px;
  }
  .rr-large-4 {
    margin-right: 140px;
  }
  .rr-large-3 {
    margin-right: 100px;
  }
  .rr-large-2 {
    margin-right: 60px;
  }
  .rr-large-1 {
    margin-right: 20px;
  }
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  /* Responsive rr */
  .rr-24 {
    margin-right: 700px;
  }
  .rr-23 {
    margin-right: 670px;
  }
  .rr-22 {
    margin-right: 640px;
  }
  .rr-21 {
    margin-right: 610px;
  }
  .rr-20 {
    margin-right: 580px;
  }
  .rr-19 {
    margin-right: 550px;
  }
  .rr-18 {
    margin-right: 520px;
  }
  .rr-17 {
    margin-right: 490px;
  }
  .rr-16 {
    margin-right: 460px;
  }
  .rr-15 {
    margin-right: 430px;
  }
  .rr-14 {
    margin-right: 400px;
  }
  .rr-13 {
    margin-right: 370px;
  }
  .rr-12 {
    margin-right: 340px;
  }
  .rr-11 {
    margin-right: 310px;
  }
  .rr-10 {
    margin-right: 280px;
  }
  .rr-9 {
    margin-right: 250px;
  }
  .rr-8 {
    margin-right: 220px;
  }
  .rr-7 {
    margin-right: 190px;
  }
  .rr-6 {
    margin-right: 160px;
  }
  .rr-5 {
    margin-right: 130px;
  }
  .rr-4 {
    margin-right: 100px;
  }
  .rr-3 {
    margin-right: 70px;
  }
  .rr-2 {
    margin-right: 40px;
  }
  .rr-1 {
    margin-right: 10px;
  }
  /* Transform rr */
  .rr-tablet-24 {
    margin-right: 700px;
  }
  .rr-tablet-23 {
    margin-right: 670px;
  }
  .rr-tablet-22 {
    margin-right: 640px;
  }
  .rr-tablet-21 {
    margin-right: 610px;
  }
  .rr-tablet-20 {
    margin-right: 580px;
  }
  .rr-tablet-19 {
    margin-right: 550px;
  }
  .rr-tablet-18 {
    margin-right: 520px;
  }
  .rr-tablet-17 {
    margin-right: 490px;
  }
  .rr-tablet-16 {
    margin-right: 460px;
  }
  .rr-tablet-15 {
    margin-right: 430px;
  }
  .rr-tablet-14 {
    margin-right: 400px;
  }
  .rr-tablet-13 {
    margin-right: 370px;
  }
  .rr-tablet-12 {
    margin-right: 340px;
  }
  .rr-tablet-11 {
    margin-right: 310px;
  }
  .rr-tablet-10 {
    margin-right: 280px;
  }
  .rr-tablet-9 {
    margin-right: 250px;
  }
  .rr-tablet-8 {
    margin-right: 220px;
  }
  .rr-tablet-7 {
    margin-right: 190px;
  }
  .rr-tablet-6 {
    margin-right: 160px;
  }
  .rr-tablet-5 {
    margin-right: 130px;
  }
  .rr-tablet-4 {
    margin-right: 100px;
  }
  .rr-tablet-3 {
    margin-right: 70px;
  }
  .rr-tablet-2 {
    margin-right: 40px;
  }
  .rr-tablet-1 {
    margin-right: 10px;
  }
}
/*-------------------------------------- Absolute Left generate */
/* Normal */
.al-24 {
  left: 940px;
}
.al-23 {
  left: 900px;
}
.al-22 {
  left: 860px;
}
.al-21 {
  left: 820px;
}
.al-20 {
  left: 780px;
}
.al-19 {
  left: 740px;
}
.al-18 {
  left: 700px;
}
.al-17 {
  left: 660px;
}
.al-16 {
  left: 620px;
}
.al-15 {
  left: 580px;
}
.al-14 {
  left: 540px;
}
.al-13 {
  left: 500px;
}
.al-12 {
  left: 460px;
}
.al-11 {
  left: 420px;
}
.al-10 {
  left: 380px;
}
.al-9 {
  left: 340px;
}
.al-8 {
  left: 300px;
}
.al-7 {
  left: 260px;
}
.al-6 {
  left: 220px;
}
.al-5 {
  left: 180px;
}
.al-4 {
  left: 140px;
}
.al-3 {
  left: 100px;
}
.al-2 {
  left: 60px;
}
.al-1 {
  left: 20px;
}
/* Responsive Support */
@media only screen and ( min-width : 1360px ) {
  /* Responsive al */
  .al-24 {
    left: 940px;
  }
  .al-23 {
    left: 900px;
  }
  .al-22 {
    left: 860px;
  }
  .al-21 {
    left: 820px;
  }
  .al-20 {
    left: 780px;
  }
  .al-19 {
    left: 740px;
  }
  .al-18 {
    left: 700px;
  }
  .al-17 {
    left: 660px;
  }
  .al-16 {
    left: 620px;
  }
  .al-15 {
    left: 580px;
  }
  .al-14 {
    left: 540px;
  }
  .al-13 {
    left: 500px;
  }
  .al-12 {
    left: 460px;
  }
  .al-11 {
    left: 420px;
  }
  .al-10 {
    left: 380px;
  }
  .al-9 {
    left: 340px;
  }
  .al-8 {
    left: 300px;
  }
  .al-7 {
    left: 260px;
  }
  .al-6 {
    left: 220px;
  }
  .al-5 {
    left: 180px;
  }
  .al-4 {
    left: 140px;
  }
  .al-3 {
    left: 100px;
  }
  .al-2 {
    left: 60px;
  }
  .al-1 {
    left: 20px;
  }
  /* Transform al */
  .al-large-24 {
    left: 940px;
  }
  .al-large-23 {
    left: 900px;
  }
  .al-large-22 {
    left: 860px;
  }
  .al-large-21 {
    left: 820px;
  }
  .al-large-20 {
    left: 780px;
  }
  .al-large-19 {
    left: 740px;
  }
  .al-large-18 {
    left: 700px;
  }
  .al-large-17 {
    left: 660px;
  }
  .al-large-16 {
    left: 620px;
  }
  .al-large-15 {
    left: 580px;
  }
  .al-large-14 {
    left: 540px;
  }
  .al-large-13 {
    left: 500px;
  }
  .al-large-12 {
    left: 460px;
  }
  .al-large-11 {
    left: 420px;
  }
  .al-large-10 {
    left: 380px;
  }
  .al-large-9 {
    left: 340px;
  }
  .al-large-8 {
    left: 300px;
  }
  .al-large-7 {
    left: 260px;
  }
  .al-large-6 {
    left: 220px;
  }
  .al-large-5 {
    left: 180px;
  }
  .al-large-4 {
    left: 140px;
  }
  .al-large-3 {
    left: 100px;
  }
  .al-large-2 {
    left: 60px;
  }
  .al-large-1 {
    left: 20px;
  }
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  /* Responsive al */
  .al-24 {
    left: 700px;
  }
  .al-23 {
    left: 670px;
  }
  .al-22 {
    left: 640px;
  }
  .al-21 {
    left: 610px;
  }
  .al-20 {
    left: 580px;
  }
  .al-19 {
    left: 550px;
  }
  .al-18 {
    left: 520px;
  }
  .al-17 {
    left: 490px;
  }
  .al-16 {
    left: 460px;
  }
  .al-15 {
    left: 430px;
  }
  .al-14 {
    left: 400px;
  }
  .al-13 {
    left: 370px;
  }
  .al-12 {
    left: 340px;
  }
  .al-11 {
    left: 310px;
  }
  .al-10 {
    left: 280px;
  }
  .al-9 {
    left: 250px;
  }
  .al-8 {
    left: 220px;
  }
  .al-7 {
    left: 190px;
  }
  .al-6 {
    left: 160px;
  }
  .al-5 {
    left: 130px;
  }
  .al-4 {
    left: 100px;
  }
  .al-3 {
    left: 70px;
  }
  .al-2 {
    left: 40px;
  }
  .al-1 {
    left: 10px;
  }
  /* Transform al */
  .al-tablet-24 {
    left: 700px;
  }
  .al-tablet-23 {
    left: 670px;
  }
  .al-tablet-22 {
    left: 640px;
  }
  .al-tablet-21 {
    left: 610px;
  }
  .al-tablet-20 {
    left: 580px;
  }
  .al-tablet-19 {
    left: 550px;
  }
  .al-tablet-18 {
    left: 520px;
  }
  .al-tablet-17 {
    left: 490px;
  }
  .al-tablet-16 {
    left: 460px;
  }
  .al-tablet-15 {
    left: 430px;
  }
  .al-tablet-14 {
    left: 400px;
  }
  .al-tablet-13 {
    left: 370px;
  }
  .al-tablet-12 {
    left: 340px;
  }
  .al-tablet-11 {
    left: 310px;
  }
  .al-tablet-10 {
    left: 280px;
  }
  .al-tablet-9 {
    left: 250px;
  }
  .al-tablet-8 {
    left: 220px;
  }
  .al-tablet-7 {
    left: 190px;
  }
  .al-tablet-6 {
    left: 160px;
  }
  .al-tablet-5 {
    left: 130px;
  }
  .al-tablet-4 {
    left: 100px;
  }
  .al-tablet-3 {
    left: 70px;
  }
  .al-tablet-2 {
    left: 40px;
  }
  .al-tablet-1 {
    left: 10px;
  }
}
/*-------------------------------------- Absolute Right generate */
/* Normal */
.ar-24 {
  right: 940px;
}
.ar-23 {
  right: 900px;
}
.ar-22 {
  right: 860px;
}
.ar-21 {
  right: 820px;
}
.ar-20 {
  right: 780px;
}
.ar-19 {
  right: 740px;
}
.ar-18 {
  right: 700px;
}
.ar-17 {
  right: 660px;
}
.ar-16 {
  right: 620px;
}
.ar-15 {
  right: 580px;
}
.ar-14 {
  right: 540px;
}
.ar-13 {
  right: 500px;
}
.ar-12 {
  right: 460px;
}
.ar-11 {
  right: 420px;
}
.ar-10 {
  right: 380px;
}
.ar-9 {
  right: 340px;
}
.ar-8 {
  right: 300px;
}
.ar-7 {
  right: 260px;
}
.ar-6 {
  right: 220px;
}
.ar-5 {
  right: 180px;
}
.ar-4 {
  right: 140px;
}
.ar-3 {
  right: 100px;
}
.ar-2 {
  right: 60px;
}
.ar-1 {
  right: 20px;
}
/* Responsive Support */
@media only screen and ( min-width : 1360px ) {
  /* Responsive ar */
  .ar-24 {
    right: 940px;
  }
  .ar-23 {
    right: 900px;
  }
  .ar-22 {
    right: 860px;
  }
  .ar-21 {
    right: 820px;
  }
  .ar-20 {
    right: 780px;
  }
  .ar-19 {
    right: 740px;
  }
  .ar-18 {
    right: 700px;
  }
  .ar-17 {
    right: 660px;
  }
  .ar-16 {
    right: 620px;
  }
  .ar-15 {
    right: 580px;
  }
  .ar-14 {
    right: 540px;
  }
  .ar-13 {
    right: 500px;
  }
  .ar-12 {
    right: 460px;
  }
  .ar-11 {
    right: 420px;
  }
  .ar-10 {
    right: 380px;
  }
  .ar-9 {
    right: 340px;
  }
  .ar-8 {
    right: 300px;
  }
  .ar-7 {
    right: 260px;
  }
  .ar-6 {
    right: 220px;
  }
  .ar-5 {
    right: 180px;
  }
  .ar-4 {
    right: 140px;
  }
  .ar-3 {
    right: 100px;
  }
  .ar-2 {
    right: 60px;
  }
  .ar-1 {
    right: 20px;
  }
  /* Transform ar */
  .ar-large-24 {
    right: 940px;
  }
  .ar-large-23 {
    right: 900px;
  }
  .ar-large-22 {
    right: 860px;
  }
  .ar-large-21 {
    right: 820px;
  }
  .ar-large-20 {
    right: 780px;
  }
  .ar-large-19 {
    right: 740px;
  }
  .ar-large-18 {
    right: 700px;
  }
  .ar-large-17 {
    right: 660px;
  }
  .ar-large-16 {
    right: 620px;
  }
  .ar-large-15 {
    right: 580px;
  }
  .ar-large-14 {
    right: 540px;
  }
  .ar-large-13 {
    right: 500px;
  }
  .ar-large-12 {
    right: 460px;
  }
  .ar-large-11 {
    right: 420px;
  }
  .ar-large-10 {
    right: 380px;
  }
  .ar-large-9 {
    right: 340px;
  }
  .ar-large-8 {
    right: 300px;
  }
  .ar-large-7 {
    right: 260px;
  }
  .ar-large-6 {
    right: 220px;
  }
  .ar-large-5 {
    right: 180px;
  }
  .ar-large-4 {
    right: 140px;
  }
  .ar-large-3 {
    right: 100px;
  }
  .ar-large-2 {
    right: 60px;
  }
  .ar-large-1 {
    right: 20px;
  }
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  /* Responsive ar */
  .ar-24 {
    right: 700px;
  }
  .ar-23 {
    right: 670px;
  }
  .ar-22 {
    right: 640px;
  }
  .ar-21 {
    right: 610px;
  }
  .ar-20 {
    right: 580px;
  }
  .ar-19 {
    right: 550px;
  }
  .ar-18 {
    right: 520px;
  }
  .ar-17 {
    right: 490px;
  }
  .ar-16 {
    right: 460px;
  }
  .ar-15 {
    right: 430px;
  }
  .ar-14 {
    right: 400px;
  }
  .ar-13 {
    right: 370px;
  }
  .ar-12 {
    right: 340px;
  }
  .ar-11 {
    right: 310px;
  }
  .ar-10 {
    right: 280px;
  }
  .ar-9 {
    right: 250px;
  }
  .ar-8 {
    right: 220px;
  }
  .ar-7 {
    right: 190px;
  }
  .ar-6 {
    right: 160px;
  }
  .ar-5 {
    right: 130px;
  }
  .ar-4 {
    right: 100px;
  }
  .ar-3 {
    right: 70px;
  }
  .ar-2 {
    right: 40px;
  }
  .ar-1 {
    right: 10px;
  }
  /* Transform ar */
  .ar-tablet-24 {
    right: 700px;
  }
  .ar-tablet-23 {
    right: 670px;
  }
  .ar-tablet-22 {
    right: 640px;
  }
  .ar-tablet-21 {
    right: 610px;
  }
  .ar-tablet-20 {
    right: 580px;
  }
  .ar-tablet-19 {
    right: 550px;
  }
  .ar-tablet-18 {
    right: 520px;
  }
  .ar-tablet-17 {
    right: 490px;
  }
  .ar-tablet-16 {
    right: 460px;
  }
  .ar-tablet-15 {
    right: 430px;
  }
  .ar-tablet-14 {
    right: 400px;
  }
  .ar-tablet-13 {
    right: 370px;
  }
  .ar-tablet-12 {
    right: 340px;
  }
  .ar-tablet-11 {
    right: 310px;
  }
  .ar-tablet-10 {
    right: 280px;
  }
  .ar-tablet-9 {
    right: 250px;
  }
  .ar-tablet-8 {
    right: 220px;
  }
  .ar-tablet-7 {
    right: 190px;
  }
  .ar-tablet-6 {
    right: 160px;
  }
  .ar-tablet-5 {
    right: 130px;
  }
  .ar-tablet-4 {
    right: 100px;
  }
  .ar-tablet-3 {
    right: 70px;
  }
  .ar-tablet-2 {
    right: 40px;
  }
  .ar-tablet-1 {
    right: 10px;
  }
}
/*-------------------------------------- Full Width & Full Height */
.full-width {
  display: block;
  width: 100%;
}
.full-height {
  display: block;
  height: 100%;
}
/*-------------------------------------- Clearfix */
.cf {
  zoom: 1;
}
.cf:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
* html .cf,
* html .row {
  zoom: 1;
}
/*-------------------------------------- Floats */
.left,
.alignleft,
.alignLeft {
  float: left;
}
.right,
.alignright,
.alignRight {
  float: right;
}
.aligncenter,
.alignnone,
.alignCenter {
  display: block;
  margin: 20px auto;
}
img.alignleft,
*.alignleft {
  margin: 0 20px 20px 0;
}
img.alignright,
*.alignright {
  margin: 0 0 20px 20px;
}
/*-------------------------------------- Clears */
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
/*-------------------------------------- Text Aligns */
.tleft,
.text-left {
  text-align: left;
}
.tright,
.text-right {
  text-align: right;
}
.tcenter,
.text-center {
  text-align: center;
}
.all-center * {
  text-align: center;
}
/*-------------------------------------- Hide & Show */
.hide {
  display: none;
}
.show {
  display: block;
}
/*-------------------------------------- Links */
.view-more {
  font-size: 85%;
  text-transform: uppercase;
}
.sep {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
  top: 10px;
  background: rgba(211, 211, 211, 0.8);
}
@font-face {
  font-family: "icons";
  src: url("'icons/font'/icons.eot?df1e4be5b0d52ace78348c399acf677a");
  src: url("'icons/font'/icons.eot?#iefix") format("embedded-opentype"), url("'icons/font'/icons.woff2?df1e4be5b0d52ace78348c399acf677a") format("woff2"), url("'icons/font'/icons.woff?df1e4be5b0d52ace78348c399acf677a") format("woff"), url("'icons/font'/icons.ttf?df1e4be5b0d52ace78348c399acf677a") format("truetype"), url("'icons/font'/icons.svg?df1e4be5b0d52ace78348c399acf677a#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-career:before,
.icon-chevron-left:before,
.icon-chevron-right:before,
.icon-clock:before,
.icon-email:before,
.icon-event:before,
.icon-facebook:before,
.icon-flickr:before,
.icon-foursquare:before,
.icon-instagram:before,
.icon-issuu:before,
.icon-linkedin:before,
.icon-location:before,
.icon-page:before,
.icon-person:before,
.icon-phone:before,
.icon-play:before,
.icon-plus:before,
.icon-post:before,
.icon-printer:before,
.icon-publication:before,
.icon-search:before,
.icon-slideshare:before,
.icon-star:before,
.icon-tag:before,
.icon-twitter:before,
.icon-youtube:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-career:before {
  content: "\f101";
}
.icon-chevron-left:before {
  content: "\f102";
}
.icon-chevron-right:before {
  content: "\f103";
}
.icon-clock:before {
  content: "\f104";
}
.icon-email:before {
  content: "\f105";
}
.icon-event:before {
  content: "\f106";
}
.icon-facebook:before {
  content: "\f107";
}
.icon-flickr:before {
  content: "\f108";
}
.icon-foursquare:before {
  content: "\f109";
}
.icon-instagram:before {
  content: "\f10a";
}
.icon-issuu:before {
  content: "\f10b";
}
.icon-linkedin:before {
  content: "\f10c";
}
.icon-location:before {
  content: "\f10d";
}
.icon-page:before {
  content: "\f10e";
}
.icon-person:before {
  content: "\f10f";
}
.icon-phone:before {
  content: "\f110";
}
.icon-play:before {
  content: "\f111";
}
.icon-plus:before {
  content: "\f112";
}
.icon-post:before {
  content: "\f113";
}
.icon-printer:before {
  content: "\f114";
}
.icon-publication:before {
  content: "\f115";
}
.icon-search:before {
  content: "\f116";
}
.icon-slideshare:before {
  content: "\f117";
}
.icon-star:before {
  content: "\f118";
}
.icon-tag:before {
  content: "\f119";
}
.icon-twitter:before {
  content: "\f11a";
}
.icon-youtube:before {
  content: "\f11b";
}
/*
Theme Name: UDD 2011
Theme URI: http://www.udd.cl/
Description: Sitio corporativo desarrollado por AyerViernes para Universidad del Desarrollo
Version: 2011
Author: AyerViernes S.A.
Author URI: http://ayerviernes.com
Tags: chile, universidad, university, education
*/
/**************************************************************** CONFIG */
@font-face {
  font-family: 'FrancoisOneRegular';
  src: url("fonts/francoise_one/francoisone-webfont.eot");
  src: url("fonts/francoise_one/francoisone-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/francoise_one/francoisone-webfont.woff") format("woff"), url("fonts/francoise_one/francoisone-webfont.ttf") format("truetype"), url("fonts/francoise_one/francoisone-webfont.svg#FrancoisOneRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}
a {
  text-decoration: none;
  color: #014C8F;
}
a:hover {
  text-decoration: underline;
}
::-webkit-validation-bubble-message {
  font: normal 12px/140% Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
}
.no-js .lazy-load {
  display: none;
}
/*--------------------------------- Titles */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 110%;
}
/***************************************************************** GENERAL STRUCTURE */
#wrapper {
  min-height: 100%;
  overflow-x: hidden;
}
/*--------------------------------- Header */
#header {
  color: #fff;
}
/*------------------------- Top */
#top {
  position: relative;
  color: #09508f;
  background: #00355e;
  height: 28px;
  line-height: 28px;
}
#top .grid-24 {
  position: relative;
  overflow: visible;
  margin-bottom: 0;
}
/*------------------------- Header Main */
#header-main {
  background-color: #115d9a;
  background: -moz-radial-gradient(50% 0, circle farthest-corner, #115d9a 26%, #01315e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(26%, #115d9a), color-stop(100%, #01315e));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(50% 0, circle farthest-corner, #115d9a 26%, #01315e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(50% 0, circle farthest-corner, #115d9a 26%, #01315e 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(50% 0, circle farthest-corner, #115d9a 26%, #01315e 100%);
  /* IE10+ */
  background: radial-gradient(50% 0, circle farthest-corner, #115d9a 26%, #01315e 100%);
  /* W3C */
}
#header-main .wrap-header-main {
  background-image: url("'img/'/auxi/diagonal-pattern.png");
  background-repeat: repeat;
  padding-top: 15px;
}
/*------------------------- Conditionals headers */
#header-admission,
#header-page-admission {
  position: relative;
}
.page-template-home-admision .wrap-header-main {
  box-shadow: inset 0 -10px 40px -10px #032C50;
}
.page-template-page-admision .wrap-header-main {
  padding-bottom: 20px;
}
/*--------------------------------- Main */
#main {
  padding-bottom: 250px;
}
#sidebar {
  padding-top: 18px;
  padding-bottom: 180px;
  background: #f5f3f3;
}
#sidebar iframe {
  max-width: 100%;
}
#content,
#sidebar {
  margin-bottom: 0;
  overflow: visible;
}
.main-front {
  background: #F5F3F3;
  overflow: hidden;
}
.main-front .wrap-content:before,
.main-front .wrap-content:after {
  content: '';
  display: block;
  width: 3px;
  position: absolute;
  left: -30px;
}
.main-front .wrap-content:after {
  background: #f5f3f3;
  bottom: 0;
  height: 28px;
}
.main-front .wrap-content:before {
  height: 99999px;
  background: #fff;
}
.main-page {
  position: relative;
  background: #f5f3f3;
  z-index: 0;
}
.main-page #content {
  float: right;
}
.main-page #content:before {
  position: absolute;
  content: '';
  width: 1600px;
  top: 0;
  bottom: 0;
  left: -40px;
  border-right: 1600px solid #FFF;
  z-index: -1;
}
.main-page #sidebar {
  float: left;
}
.main-page #sidebar:before {
  position: absolute;
  content: '';
  width: 1600px;
  top: 0;
  bottom: 0;
  right: -1620px;
  border-left: 1600px solid #fff;
  z-index: -1;
}
/*--------------------------------- Footer */
#footer {
  position: relative;
  margin-top: -250px;
  clear: both;
  color: #FFF;
}
/*--------------------------------- Tipography */
.hide,
.hidden {
  display: none;
}
.hide-logo-print {
  display: none;
}
/*--------------------------------- Text */
.like-title {
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
}
.raquo {
  font-family: Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  font-size: 16px;
  line-height: 100%;
}
.nowrap {
  white-space: nowrap;
}
.legalnote p,
.legalnote-cupo p {
  color: #666;
  font-style: italic;
}
/*--------------------------------- <hr> */
.wrap-content hr {
  display: none;
}
.wrap-content .hr {
  height: 1px;
  margin-bottom: 15px;
  background-color: #DADADA;
}
/*--------------------------------- Standard Text Block */
.std-text {
  /*--------------------------------- Standard Text Block */
}
.std-text h2,
.std-text h3,
.std-text h4,
.std-text h5,
.std-text h6 {
  margin-top: 20px;
}
.std-text h2:first-child,
.std-text h3:first-child,
.std-text h4:first-child,
.std-text h5:first-child,
.std-text h6:first-child {
  margin-top: 0;
}
.std-text h2,
.std-text h3,
.std-text p,
.std-text ul,
.std-text ol {
  margin-bottom: 15px;
}
.std-text h2,
.std-text .h2 {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  text-transform: none;
  color: #46463F;
}
.std-text h3,
.std-text .h3 {
  font-size: 16px;
  color: #46463F;
}
.std-text p,
.std-text .p {
  font-size: 11px;
  line-height: 150%;
}
.std-text ul {
  margin-left: 22px;
}
.std-text ul li {
  font-size: 11px;
}
.std-text ul li ul {
  margin: 8px 0 3px 10px;
}
.std-text ul > li {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  line-height: 150%;
  position: relative;
}
.std-text ul > li:before {
  content: '';
  display: inline-block;
  border-top: 4px solid transparent;
  border-left: 4px solid #FF8C00;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 3px;
  top: 11px;
}
.std-text ol {
  margin-left: 35px;
}
.std-text ol li {
  margin-left: 0;
  padding: 4px 0 5px 0;
  font-size: 11px;
  list-style: decimal;
  line-height: 150%;
}
.std-text blockquote {
  padding-left: 15px;
  font-family: Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  font-size: 15px;
  font-style: italic;
  color: #464646;
  border-left: 2px solid #D4D4D4;
}
.std-text img {
  border: 2px solid #ccc;
}
.std-text strong {
  font-weight: bold;
}
.std-text em {
  font-style: italic;
}
.std-text table {
  width: 100% !important;
  margin-bottom: 25px;
}
.std-text table td,
.std-text table th {
  padding: 8px 12px;
  font-size: 11px;
  line-height: 140%;
  color: #333;
  border-left: 1px solid #ccc;
}
.std-text table th,
.std-text table thead td {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #6697be;
  border-color: #365f81;
}
.std-text table th:first-child,
.std-text table td:first-child,
.std-text table th:first-child,
.std-text table td:first-child {
  border-left: 0;
}
.std-text table .alt td {
  background-color: #eaeaea;
}
.std-text iframe {
  max-width: 100% !important;
}
@media only screen and ( max-width : 720px ) {
  .std-text p,
  .std-text ol > li,
  .std-text ul > li,
  .std-text .p {
    font-size: 12px;
  }
}
/*--------------------------------- Table of Content */
#toc {
  margin: 0 0 20px;
  padding: 20px 0 30px;
  border-bottom: 1px solid #EDEDED;
}
#toc ol {
  margin: 0 1em;
}
#toc li {
  display: block;
  margin: 1em 0 0;
  list-style: none;
  text-transform: uppercase;
}
.toc > ol > li:first-child {
  margin-top: 0;
}
.link_toc {
  display: block;
  margin: 20px 0;
  padding: 20px 0;
  text-align: right;
  border-bottom: 1px solid #ededed;
}
/*--------------------------------- Widget Nav Menú */
.widget_nav_menu li {
  font-size: 11px;
}
/*--------------------------------- Search results */
.search-result {
  padding: 0;
  position: relative;
  background: url("'img/'/auxi/stroke-h.gif") top repeat-x;
}
.search-result:first-child {
  padding-top: 0;
  background: none;
}
.search-result .index {
  position: absolute;
  display: inline-block;
  width: 30px;
  left: 0;
  text-align: right;
}
.search-result .entry-content,
.search-result .entry-content p {
  margin-bottom: 0 !important;
}
.search-result h3 {
  margin-top: 0;
}
.search-result .eventdate {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  width: 35px;
  margin: 10px;
}
.search-result .search-item-content.faculties > .eventdate {
  top: 32px;
}
.search-result .event-content .vevent-location {
  font-size: 11px;
}
.search-result .event-content h3 {
  margin-bottom: 6px;
}
.search-result h4.entry-date {
  margin-bottom: 3px;
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-size: 10px;
  font-weight: normal;
}
.search-result .event-content {
  position: relative;
  padding-left: 52px;
}
.search-result .entry-subtitle {
  margin-top: 5px;
  margin-bottom: 7px;
  font-family: Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  font-size: 14px;
  font-style: italic;
  text-transform: none;
  color: #666;
}
/*------------------------- Search Side */
.search-side {
  position: relative;
  padding-left: 100px;
}
.search-side:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  background: #F5F3F3 url("'img/'/auxi/stroke-h.gif") top repeat-x;
  box-shadow: inset 0 0 6px #D7D7D7;
  content: '';
}
.search-side span.post-type {
  position: absolute;
  top: 17px;
  left: 0;
  width: 100px;
  padding: 0 4px;
  font-family: "FrancoisOneRegular", 'HelveticaNeueLT Std UltLt Cn', Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FF6600;
}
.search-side i {
  display: block;
  font-size: 20px;
  position: relative;
  top: -2px;
}
/*------------------------- Search Item Content */
.search-item-content {
  position: relative;
  padding: 20px;
  background: #FFF url("'img/'/auxi/stroke-h.gif") top repeat-x;
  box-shadow: -2px 0 6px #D7D7D7;
}
.search-item-content h4.entry-date a,
.search-item-content h5 a {
  color: #FF6600;
  font-weight: bold;
  text-transform: none;
}
.search-item-content h5 {
  margin-bottom: 5px;
}
.search-item-content h5 a {
  font-size: 12px;
}
/*------------------------- Search Icons */
.search-icon {
  display: block;
  background-image: url("'img/'/ico/sprite-buscador.png");
}
.search-icon-post {
  width: 23px;
  height: 18px;
  margin-left: -9px;
  background-position: 0 0;
}
.search-icon-page {
  width: 23px;
  height: 25px;
  margin-left: -12px;
  background-position: -60px -31px;
}
.search-icon-person {
  width: 23px;
  height: 23px;
  margin-left: -10px;
  background-position: -124px -74px;
}
.search-icon-date {
  width: 12px;
  height: 13px;
  border-bottom: 1px solid #B5B5B5;
  border-top: 1px solid #EAEAEA;
  background-position: -233px -156px;
}
.search-icon-event {
  width: 23px;
  height: 22px;
  margin-left: -11px;
  background-position: -183px -118px;
}
.academic-program .search-icon {
  width: 26px;
  height: 23px;
  margin-left: -13px;
  background-position: -271px -193px;
}
/*------------------------- Search: Academic Program */
.academic-program {
  background: #01315E;
}
.academic-program .search-side:before {
  background: transparent url("'img/'/auxi/diagonal-pattern.png") top repeat;
}
.academic-program .search-side:before,
.academic-program .search-item-content {
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.3);
}
.academic-program .search-side span.post-type {
  text-shadow: 0 0 3px #000;
  color: #fff;
}
.cssgradients .academic-program {
  background: radial-gradient(circle farthest-corner at 50% 0px, #115D9A 26%, #01315E 100%) repeat scroll 0% 0% transparent;
}
/*------------------------- Search: Date Form */
.date-form {
  width: 437px;
  margin: 0 0 15px 0;
  padding: 10px;
  background: #F5F3F3;
  box-shadow: inset 0 0 4px #D7D7D7;
}
.date-form .search-filter-date input[type="text"] {
  display: block;
  float: left;
  width: 93px;
  padding: 3px 2px;
  border: none;
  background: #FFF;
}
.date-form label {
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 3px;
  font-size: 11px;
  color: #000;
}
.date-form .input-search {
  display: block;
  float: left;
  margin-right: 10px;
  background: #FFF;
  border: 1px solid #ccc;
}
.date-form .input-search.no-border {
  margin-right: 0;
}
.date-form .search-icon-date {
  display: block;
  float: left;
  width: 33px;
  height: 25px;
  background-color: #d5d5d5;
}
.date-form .icon-bullet-down {
  position: relative;
  display: block;
  width: 8px;
  height: 4px;
  top: 9px;
  left: 21px;
  background-image: url("'img/'/ico/bullets-left.png");
  background-position: -222px -36px;
}
.date-form .button {
  padding: 4px 7px;
}
/*------------------------- Search: Paginate */
.search .wp-pagenavi {
  margin: 30px 0 10px 0;
}
/*--------------------------------- Lists */
/*------------------------- Dotted & Double */
.stroke-dotted li,
.nav-side .stroke-dotted > li > a,
.nav-side .stroke-dotted > li > ul > li > a {
  padding-top: 4px;
  padding-bottom: 5px;
  border-top: 1px dotted #CCC;
  border-bottom: none;
}
.stroke-double li,
.nav-side .stroke-double > li > a,
.nav-side .stroke-double > li a {
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #ccc;
}
.nav-side .stroke-double > li > ul {
  padding-top: 0;
  padding-bottom: 0;
}
/*------------------------- Bullet list */
.bullet-list li,
.nav-side .bullet-list li a,
.bullet,
#toc li {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  line-height: 150%;
  position: relative;
}
.bullet-list li:before,
.nav-side .bullet-list li a:before,
.bullet:before,
#toc li:before {
  content: '';
  display: inline-block;
  border-top: 4px solid transparent;
  border-left: 4px solid #FF8C00;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 3px;
  top: 11px;
}
.bullet-list li {
  font-size: 11px;
}
/*------------------------- Bullet in */
.bullet-in li,
.nav-side .bullet-in li a {
  padding-left: 27px;
  background-position: -188px -58px;
}
.bullet-inset li {
  padding-left: 37px;
  background-position: -178px -58px;
}
/*------------------------- Serif */
.bullet,
.serif-list li,
.nav-side .serif-list li a {
  font-size: 13px;
  white-space: nowrap;
}
.bullet:before,
.serif-list li:before,
.nav-side .serif-list li a:before {
  display: none;
}
#welcome .serif-list li,
.nav-side .serif-list li a {
  white-space: normal;
}
.bullet {
  font-size: 11px;
}
.close-bullet {
  background-position: -121px -180px;
}
.serif-list a {
  color: #002A3F;
}
/*--------------------------------- Table */
.std-table {
  width: 100% !important;
  margin-bottom: 25px;
}
.std-table td,
.std-table th {
  padding: 8px 12px;
  font-size: 11px;
  line-height: 140%;
  color: #333;
  border-left: 1px solid #ccc;
}
.std-table th,
.std-table thead td {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #6697be;
  border-color: #365f81;
}
.std-table th:first-child,
.std-table td:first-child,
.std-table th:first-child,
.std-table td:first-child {
  border-left: 0;
}
.std-table .alt td {
  background-color: #eaeaea;
}
table .tight {
  width: auto;
  text-align: center !important;
}
/*------------------------- Table: Responsive */
/*------------------------- Table: Tuition */
.std-text .tuition-table th {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-bottom: 1px solid #ccc;
}
/*--------------------------------- Simple Tabs */
.nav-tabs {
  display: table;
  margin: 0 !important;
  zoom: 1;
}
.nav-tabs:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.nav-tabs li {
  display: table-cell;
  margin: 0 !important;
  padding: 0 !important;
  background-image: none !important;
}
.nav-tabs li a {
  position: relative;
  display: block;
  padding: 10px 8px;
  font-size: 11px;
}
.nav-tabs li a:before {
  position: absolute;
  content: '';
  top: 7px;
  bottom: 7px;
  left: -1px;
  border-left: 1px solid #d7d7d7;
  z-index: 1;
}
.nav-tabs li.active {
  position: relative;
  z-index: 2;
  background: #d7d7d7;
}
.nav-tabs li:first-child a:before,
.nav-tabs li.active a:before {
  border-left: none;
}
.nav-tabs li.active + li a:before {
  border-left: none;
}
/*--------------------------------- Content Tabs */
ul.av-content-tabs,
.std-text ul.av-content-tabs {
  margin: 25px 0;
  border-bottom: 3px solid #1267AE;
}
ul.av-content-tabs li,
.std-text ul.av-content-tabs li {
  float: left;
  padding: 0;
  background-image: none;
}
.av-content-tabs li:before {
  display: none !important;
}
.av-content-tabs li a {
  display: block;
  margin-right: 5px;
  padding: 7px 15px;
  font-size: 13px;
  text-decoration: none;
  background: #d7d7d7;
  color: #004c8d;
}
.av-content-tabs li a:hover {
  background: #eee;
}
.av-content-tabs li.active a {
  color: #fff;
  background: #1267ae;
}
/*--------------------------------- Content Panels */
.std-text #becas-content-panels li .panel-content div.subt-becas {
  margin-bottom: 10px;
  font-size: 13px;
}
.grid-17 .list-courses-desc {
  margin-top: 15px;
}
.list-courses-desc {
  margin-bottom: 20px;
}
#av-content-panel-2 .omega {
  padding-left: 0;
}
ul.av-content-panels li.av-content-panel,
.std-text ul.av-content-panels li.av-content-panel {
  background-image: none;
  padding: 0;
}
/*--------------------------------- People Link */
.av-accordion-title,
.av-content-people-link {
  display: block;
  margin: 5px 0;
  padding: 10px 0 10px 0;
  font-family: "FrancoisOneRegular", 'HelveticaNeueLT Std UltLt Cn', Arial, sans-serif;
  text-transform: uppercase;
  color: #014c8f;
  font-size: 95%;
  border-bottom: 1px solid #cbcbcb;
}
.av-accordion-title span,
.av-content-people-link span {
  position: relative;
  top: -3px;
  left: 10px;
}
.av-accordion-title:first-child,
.av-content-people-link:first-child {
  border-top: 1px solid #cbcbcb;
}
.av-accordion-title.active,
.av-content-people-link.active {
  padding-bottom: 30px;
  background: url("'img/'/auxi/separate-mark-left.png") no-repeat left bottom;
  border-bottom: none;
}
.av-accordion-title.active span,
.av-content-people-link.active span {
  top: 7px;
  background-position: 0 -367px;
}
.av-accordion-title {
  margin: 0;
  padding: 15px 0;
}
.av-accordion-title:first-child {
  border-top: 0;
}
h2.av-accordion-trigger {
  margin: 0;
}
.av-content-people-link {
  font-size: 120%;
}
.av-accordion-title {
  text-transform: none;
}
.av-accordion-title.active + .av-accordion-button {
  margin-top: -53px;
}
.av-accordion-button {
  float: right;
  margin-top: -44px;
}
@media only screen and ( max-width : 720px ) {
  .av-accordion-button {
    float: none;
    margin-top: 0;
  }
}
/*--------------------------------- People by Role */
.people-by-role.people-list {
  display: none;
}
.people-by-role.people-list.active {
  display: block;
}
.people-by-role.people-list .vcard img {
  margin-right: 10px;
}
.people-by-role.people-list .vcard.img-mobile-normal img,
.people-by-role.people-list .vcard.img-newsletter_featured img,
.people-by-role.people-list .vcard.img-full img {
  float: none;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 1em;
}
.people-by-role .vcard:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.people-by-role .vcard .role {
  display: block;
  margin: 3px 0 5px;
  font-size: 18px;
  line-height: 120%;
  color: #46463f;
}
.people-by-role .vcard .fn {
  display: block;
  margin: 5px 0 3px;
  font-size: 12px;
}
.people-by-role .vcard .title,
.people-by-role .vcard .phone {
  display: block;
  margin: 3px 0;
}
.people-by-role .vcard img {
  margin-bottom: 0;
}
.people-by-role .grid-8_5 .vcard {
  margin: 0;
  padding: 20px 0 20px;
  border-top: 1px solid #eee;
  color: #333;
}
.people-by-role .grid-8_5 .no-photo .wrap-vcard {
  width: 100%;
  float: none;
}
.people-by-role-tabs li a {
  font-size: 11px;
  text-align: left;
  line-height: 1.2;
}
#people-by-role-administracion-general-1 li a {
  max-width: 90px;
}
#people-by-role-tab-vicerrectoria-de-innovacion-y-desarrollo-1 a {
  max-width: none !important;
  width: 140px;
}
/*--------------------------------- Formulario: Elementos básicos  */
input.text,
select,
textarea {
  display: block;
  margin-bottom: 10px;
  padding: 5px 3px;
  font: normal 11px/120% Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
label {
  font-size: 11px;
  vertical-align: middle;
  color: #333;
}
select {
  height: 26px;
}
.form label {
  display: block;
  margin-bottom: 5px;
}
/*--------------------------------- Formulario: Descargas con registro */
.download-form {
  margin-bottom: 0;
  min-width: 600px;
}
.download-form .widget-header,
.download-form .widget-content {
  padding: 10px;
  background: #f5f3f4;
}
.download-form .widget-header {
  margin: 5px 5px 0;
}
.download-form .widget-content {
  margin: 0 5px 5px;
  padding-top: 0;
}
.download-form p {
  font-size: 11px;
}
.download-form .control-group {
  clear: both;
  margin: 10px 0 0;
}
.download-form .control-group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.download-form .control-label {
  float: left;
  width: 33%;
}
.download-form .controls {
  width: 65%;
  float: right;
}
.download-form label {
  display: block;
  margin-top: 4px;
  margin-bottom: 5px;
  text-align: right;
}
.download-form select {
  width: 95%;
}
.download-form input[type="text"],
.download-form input[type="email"] {
  display: block;
  width: 70%;
  margin-bottom: 10px;
  padding: 5px 3px;
  font: normal 11px/120% Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  background: #fff;
  border: 1px solid #d7d7d7;
}
.download-form input[type="text"].invalid,
.download-form input[type="email"].invalid {
  border-color: red;
}
.download-form .help-block {
  display: block;
  font-size: 11px;
  color: red;
  margin: -2px 0 10px;
}
/*--------------------------------- Slider Gallery */
.gallery {
  position: relative;
}
.gallery .crsl-items {
  position: relative;
  overflow: hidden;
}
.gallery .crsl-item {
  position: relative;
  float: left;
}
.paginate-gallery {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: linear-gradient(to right, rgba(0, 53, 94, 0), #00355E 30%);
}
.paginate-gallery .prev-next {
  float: left;
  margin-left: 8px;
  background: none;
  display: block;
}
.paginate-gallery .prev-next:before {
  content: '';
  display: inline-block;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  transition: all .2s;
  position: relative;
  top: -1px;
}
/*--------------------------------- Logos */
.logo {
  display: block;
  text-indent: -1000em;
  background-image: url("'img/'/logo/sprite-logos.png");
  background-repeat: no-repeat;
}
.logo-udd {
  width: 252px;
  height: 40px;
  background-position: 0 0;
}
.logo-cna {
  width: 232px;
  height: 118px;
  background-position: -1px -159px;
}
.logo-cna:hover {
  background-position: -1px -39px;
}
.page-template-template-iframe .logo-cna {
  display: none;
}
/*--------------------------------- Buttons */
.button,
.download-form .btn {
  display: inline-block;
  padding: 3px 7px;
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #ff7402;
  border: 0;
  cursor: pointer;
  transition: all .25s;
}
.button:hover,
.download-form .btn:hover {
  text-decoration: none;
  background-color: #f60;
}
.button.button-big,
.download-form .btn.button-big {
  font-size: 20px;
  text-shadow: none;
  border: 1px solid #ff7402;
}
/*------------------------- Buttons: Colors */
/* Button Red */
.button-red,
.banner-red .button {
  background-color: #E03100;
}
.button-red:hover,
a:hover .button-red,
.banner-red:hover .button {
  background-color: #b90603;
}
/* Button Yellow */
.button-yellow,
.banner-yellow .button {
  background-color: #e7bb0a;
}
.button-yellow:hover,
a:hover .button-yellow,
.banner-yellow:hover .button {
  background-color: #cd9504;
}
/* Button Green */
.button-green,
.banner-green .button {
  background-color: #94C01e;
}
.button-green:hover,
a:hover .button-green,
.banner-green:hover .button {
  background-color: #4c9615;
}
.button-blue,
.banner-blue .button {
  background-color: #3db3e6;
}
.button-blue:hover,
a:hover .button-blue,
.banner-blue:hover .button {
  background-color: #2e95c4;
}
/*------------------------- Buttons: Specials */
/* Admision */
.button-admision {
  padding-left: 30px;
  background-image: url("'img/'/ico/bullets-left.png");
  background-repeat: no-repeat;
  background-position: -48px -264px;
}
/* View More */
.view-more:after {
  width: 8px;
  height: 9px;
  margin: 3px 0 0 4px;
  background-position: -195px -55px;
}
/* View Video */
.view-video:after {
  width: 24px;
  height: 15px;
  margin: -1px 0 0 5px;
  background-position: -229px -249px;
}
/* PDF */
.download-pdf:after {
  width: 15px;
  height: 13px;
  margin: 1px 0 0 4px;
  background-position: -185px -68px;
}
/* Action Next */
.action-next:after {
  width: 4px;
  height: 8px;
  margin: 4px 0 0 6px;
  background-image: url("'img/'/ico/bullets-left.png") !important;
  background-position: -83px -245px;
}
/* Buttons align */
.view-more:after,
.view-video:after,
.action-next:after,
.download-pdf:after {
  float: right;
}
/* Action next on forms */
form .action-next {
  padding: 3px 20px 3px 10px;
  background-image: url("'img/ico'/bullets-right.png");
  background-position: 53px 4px;
}
* html form .action-next {
  display: inline !important;
  zoom: 1 !important;
}
/*--------------------------------- Banners */
.banner {
  position: relative;
  display: block;
  border-width: 2px;
  border-style: solid;
}
.banner .wrap-banner {
  zoom: 1;
  position: relative;
  display: block;
  height: 100%;
  padding: 15px 18px 12px 15px;
  background-color: #ebe8e5;
  background-repeat: repeat;
  cursor: pointer;
}
.banner .wrap-banner:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.banner .wrap-color .banner-title {
  color: #FFF;
}
.banner .wrap-color .banner-description {
  color: #fff;
}
.banner .banner-title {
  display: block;
  margin-bottom: 5px;
  font: normal 16px/100% "FrancoisOneRegular", Arial, sans-serif !important;
  text-transform: uppercase;
}
.banner .banner-description {
  display: block;
  font-size: 13px;
  line-height: 125%;
  color: #777;
}
.banner .button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner:hover {
  text-decoration: none;
  transition: all .15s;
}
.banner .icon-plus {
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-left: 1px;
}
.std-text .wrap-banner {
  cursor: auto;
}
.banner-view .wrap-banner {
  padding: 15px 15px 26px 15px;
}
/*------------------------- Banner: Colors */
.banner:hover .wrap-color .banner-title {
  color: #fff !important;
}
.banner-orange {
  border-color: #ff7402;
}
.banner-orange .wrap-color {
  background-color: #ff7402;
}
.banner-orange .banner-title {
  color: #ff7402;
}
.banner-orange:hover {
  border-color: #f60;
}
.banner-orange:hover .banner-title {
  color: #f60;
}
.banner-orange:hover .button {
  background: #f60;
}
.banner-red {
  border-color: #E03100;
}
.banner-red .wrap-color {
  background-color: #E03100;
}
.banner-red .banner-title {
  color: #E03100;
}
.banner-red:hover {
  border-color: #b90603;
}
.banner-red:hover .banner-title {
  color: #b90603;
}
.banner-yellow {
  border-color: #e7bb0a;
}
.banner-yellow .wrap-color {
  background-color: #e7bb0a;
}
.banner-yellow .banner-title {
  color: #e7bb0a;
}
.banner-yellow:hover {
  border-color: #cd9504;
}
.banner-yellow:hover .banner-title {
  color: #cd9504;
}
.banner-green {
  border-color: #94C01e;
}
.banner-green .wrap-color {
  background-color: #94C01E;
}
.banner-green .banner-title {
  color: #94C01e;
}
.banner-green:hover {
  border-color: #4c9615;
}
.banner-green:hover .banner-title {
  color: #4c9615;
}
.banner-blue {
  border-color: #3db3e6;
}
.banner-blue .wrap-color {
  background-color: #3db3e6;
}
.banner-blue .banner-title {
  color: #3db3e6;
}
.banner-blue:hover {
  border-color: #2e95c4;
}
.banner-blue:hover .banner-title {
  color: #2e95c4;
}
/*--------------------------------- Icons: CSS */
/* Event Categories */
.event-cat-icon {
  width: 8px;
  height: 8px;
  font-size: 1px;
  line-height: 0;
  background-color: #eaeaea;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.calendar .event-cat-icon {
  padding: 0;
  width: 4px;
  height: 4px;
}
.event-cat-academico,
.event-catid-240 {
  background-color: #E7BB0A;
  border-color: #E78310;
}
.event-cat-actividades,
.event-catid-241 {
  background-color: #8FC01E;
  border-color: #76B51D;
}
.event-cat-admision,
.event-catid-242 {
  background-color: #FF8203;
  border-color: #D46B04;
}
.event-cat-clases {
  background-color: #E03100;
  border-color: #C31102;
}
.event-cat-internacional,
.event-catid-252 {
  background-color: #3DB3E6;
  border-color: #339ECE;
}
.event-cat-innovacion,
.event-catid-591 {
  background-color: #095194;
  border-color: #08447c;
}
.event-cat-investigacion,
.event-catid-605 {
  background-color: #DC3232;
  border-color: #d12424;
}
/*--------------------------------- Icons */
/*--------------------------------- Icons: Single Image */
.external {
  display: inline;
  padding-right: 14px;
  background: transparent url("'img/ico'/external.png") no-repeat 100% 3px;
}
.loading {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  background: transparent url("'img/ico'/loading.gif") no-repeat 0 0;
}
/*--------------------------------- Icons: Sprite */
.icon,
.flag.flag-en,
.flag.flag-cn {
  display: block;
  text-indent: -10000px;
  background-image: url("'img/ico'/sprite-buttons-icons.png");
  background-repeat: no-repeat;
}
.icon-before:before,
.icon-after:after,
.view-more:after,
.download-pdf:after,
.action-next:after,
.mail:before,
.has-shadow:before,
.has-shadow:after,
.comment-number:before,
.comment-title:before,
.career-lists table td ul li:first-child:before,
.category-destacado:before,
.nav-side li.current-menu-ancestor > a:after,
.nav-side li.current-menu-parent > a:after,
.nav-side li.current-menu-item > a:after,
.share-button:before,
ol.commentlists ol li:before,
.view-video:after {
  display: block;
  content: "";
  background-color: transparent;
  background-image: url("'img/ico'/sprite-buttons-icons.png");
  background-repeat: no-repeat;
}
/*------------------------- Sprites: General */
.icon-tag {
  width: 15px;
  height: 10px;
  background-position: -178px -54px;
}
.icon-photo {
  width: 21px;
  height: 17px;
  background-position: -24px -100px;
}
.icon-video {
  width: 21px;
  height: 17px;
  background-position: -2px -102px;
}
.icon-quote-prev {
  width: 26px;
  height: 19px;
  background-position: -109px -217px;
}
.icon-quote-next {
  width: 26px;
  height: 19px;
  background-position: -109px -239px;
}
.cifra-percent {
  width: 37px;
  height: 30px;
  background-position: -4px -121px;
}
.cifra-plus {
  width: 33px;
  height: 33px;
  background-position: -5px -158px;
}
.flag.flag-en {
  width: 16px;
  height: 11px;
  background-position: -28px -6px;
}
.flag.flag-cn {
  width: 16px;
  height: 11px;
  background-position: -48px -6px;
}
/* On :Before */
.mail:before {
  float: left;
  margin-right: 4px;
  width: 14px;
  height: 13px;
  background-position: -150px -51px;
}
.comment-number:before {
  width: 14px;
  height: 14px;
  background-position: -154px -67px;
}
.comment-number.no-comment:before {
  width: 14px;
  height: 14px;
  background-position: -169px -67px;
}
.comment-title:before {
  width: 27px;
  height: 19px;
  background-position: -125px -73px;
}
/*------------------------- Sprites: Previous Next */
/* Mini */
.mini-prev {
  width: 30px;
  height: 30px;
  background-position: -281px -116px;
}
.mini-prev:hover {
  background-position: -281px -87px;
}
.mini-next {
  width: 30px;
  height: 30px;
  background-position: -312px -116px;
}
.mini-next:hover {
  background-position: -312px -87px;
}
/* Gallery Paginate */
.paginate-gallery .prev-next.prev:before {
  border-right-color: white;
}
.paginate-gallery .prev-next.prev:hover:before {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.paginate-gallery .prev-next.next:before {
  border-left-color: white;
}
.paginate-gallery .prev-next.next:hover:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* Features Paginate */
.features .prev,
.features .previous {
  width: 50px;
  height: 50px;
  background-position: -179px -139px;
}
.features .prev:hover,
.features .previous:hover {
  background-position: -179px -191px;
}
.features .prev.prev-inactive,
.features .previous.prev-inactive,
.features .prev.prev-inactive:hover,
.features .previous.prev-inactive:hover,
.features .prev.previous-inactive,
.features .previous.previous-inactive,
.features .prev.previous-inactive:hover,
.features .previous.previous-inactive:hover {
  cursor: default;
  background-position: -179px -87px;
}
.features .next {
  width: 50px;
  height: 50px;
  background-position: -230px -139px;
}
.features .next:hover {
  background-position: -230px -191px;
}
.features .next.next-inactive,
.features .next.next-inactive:hover {
  cursor: default;
  background-position: -230px -87px;
}
/* Why UDD Paginate */
.nav-why-udd .previous {
  width: 12px;
  height: 23px;
  background-position: -134px -3px;
}
.nav-why-udd .previous:hover {
  background-position: -161px -3px;
}
.nav-why-udd .next {
  width: 12px;
  height: 23px;
  background-position: -147px -3px;
}
.nav-why-udd .next:hover {
  background-position: -174px -3px;
}
/*------------------------- Sprites: Share Buttons */
.share-button {
  position: relative;
  display: block;
  padding-left: 30px;
}
.share-button:before {
  position: absolute;
  top: -1px;
  left: 0;
}
.entry__video {
  max-width: 100%;
}
.entry__video iframe {
  max-width: 100%;
}
.entry-share--horizontal {
  margin: 2em 0 1.5em;
}
.entry-share--horizontal .entry-share__button {
  display: inline-block;
  position: relative;
  margin-right: 1em;
}
.entry-share--horizontal .entry-share__twitter {
  top: 3px;
}
.entry-share--horizontal .entry-share__google-plus {
  top: 2px;
}
.entry-share--horizontal.fancybox__share {
  margin: -3px 0 0;
  padding: 1em 1em 1.5em;
  background: #000;
  overflow: hidden;
}
@media only screen and ( max-width : 720px ) {
  .entry-share--horizontal .entry-share__button {
    margin-right: .5em;
  }
  .entry-share--horizontal .entry-share__button:last-child {
    margin-right: 0;
  }
  .entry-share--horizontal .entry-share__google-plus {
    display: none;
  }
}
/*------------------------- Sprites: Shadows */
/*------------------------- Sprites: Social Media - V1 */
.icon-twitter,
.icon-facebook,
.icon-youtube,
.icon-linkedin,
.icon-flickr {
  height: 18px;
}
.icon-twitter {
  width: 22px;
  background-position: -2px -31px;
}
.icon-facebook {
  width: 7px;
  background-position: -31px -31px;
}
.icon-youtube {
  width: 17px;
  background-position: -46px -31px;
}
.icon-linkedin {
  width: 17px;
  background-position: -70px -31px;
}
.icon-flickr {
  width: 21px;
  background-position: -94px -31px;
}
.icon-twitter:hover,
.icon-twitter-orange {
  width: 22px;
  background-position: -2px -53px;
}
.icon-facebook:hover,
.icon-facebook-orange {
  width: 7px;
  background-position: -31px -53px;
}
.icon-youtube:hover,
.icon-youtube-orange {
  width: 17px;
  background-position: -46px -53px;
}
.icon-linkedin:hover,
.icon-linkedin-orange {
  width: 17px;
  background-position: -70px -53px;
}
.icon-flickr:hover,
.icon-flickr-orange {
  width: 21px;
  background-position: -94px -53px;
}
/*------------------------- Sprites: Social Media - RRSS Page */
[class*="icon-ssmm-"] {
  display: inline-block;
  text-indent: -10000px;
  background-image: url("'img/'/auxi/social-icons-sprite.png");
  background-repeat: no-repeat;
}
.icon-ssmm-instagram {
  width: 28px;
  height: 27px;
  background-position: 0 0;
}
.icon-ssmm-linkedin {
  width: 28px;
  height: 28px;
  background-position: -41px -45px;
}
.icon-ssmm-foursquare {
  width: 28px;
  height: 29px;
  background-position: -96px -98px;
}
.icon-ssmm-slideshare {
  width: 29px;
  height: 29px;
  background-position: -151px -153px;
}
.icon-ssmm-youtube {
  width: 28px;
  height: 27px;
  background-position: -209px -214px;
}
.icon-ssmm-vimeo {
  width: 32px;
  height: 28px;
  background-position: -264px -266px;
}
.icon-ssmm-flickr {
  width: 28px;
  height: 27px;
  background-position: -326px -321px;
}
.icon-ssmm-issuu {
  width: 30px;
  height: 30px;
  background-position: -392px -371px;
}
/*------------------------- Sprites: Play Video */
.play-video {
  width: 75px;
  height: 57px;
  background-position: -46px -97px;
  cursor: pointer;
}
a.play-video:hover a:hover .play-video {
  background-position: -46px -152px;
}
.play-video-small {
  width: 46px;
  height: 34px;
  background-position: -120px -97px;
}
a.play-video-small:hover a:hover .play-video-small {
  background-position: -120px -131px;
}
/*--------------------------------- Widget: Social Media */
.widget-ssmm .widget-title {
  margin-bottom: 10px;
  padding-bottom: 0;
  background: none;
  border-bottom: 1px solid #cbcbcb;
}
.widget-ssmm .widget-title h3 {
  margin-bottom: 10px;
}
/*------------------------- Social Media Likes */
ul.ssmm-like-list {
  margin-left: 0;
  /* UDD Section name */
  /* Wrap facebook - twitter buttons */
}
ul.ssmm-like-list li {
  position: relative;
  padding: 10px 130px 10px 18px;
  background-position: -195px -52px;
}
ul.ssmm-like-list li.even {
  background-color: #f5f3f4;
}
ul.ssmm-like-list .ssmm-section-title {
  display: block;
}
ul.ssmm-like-list .box-fb-tw {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 118px;
}
ul.ssmm-like-list .box-fb-tw .wrap-fb {
  float: left;
  width: 56px;
}
ul.ssmm-like-list .box-fb-tw .wrap-tw {
  float: left;
  width: 60px;
}
/*------------------------- Social Media Accounts */
ul.ssmm-accounts-list {
  margin: 0;
}
ul.ssmm-accounts-list li {
  padding-left: 0;
  background-image: none;
}
ul.ssmm-accounts-list li a {
  position: relative;
  display: block;
  padding: 13px 0 13px 15px;
  background-color: #f5f3f4;
}
ul.ssmm-accounts-list li a [class*="icon-ssmm-"] {
  position: absolute;
  top: 7px;
  right: 15px;
}
/*--------------------------------- Link: Video Lightbox */
.video-lightbox {
  position: relative;
  display: block;
  border: 2px solid #fff;
}
.video-lightbox img {
  display: block;
  line-height: 0;
}
.video-lightbox .play-video,
.video-lightbox .play-video-small {
  position: absolute;
}
.video-lightbox .play-video {
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -37px;
}
.video-lightbox .play-video-small {
  top: 22%;
  left: 22%;
}
/*--------------------------------- Section: Comments */
.comment-number {
  display: inline-block;
  font-size: 10px;
}
.comment-number:before {
  float: left;
  margin-right: 3px;
}
.comment-title:before {
  float: left;
  margin-right: 5px;
}
ol.commentlists {
  margin: 0 0 40px 0;
}
ol.commentlists li.comment {
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  font-size: 13px;
  list-style: none;
  border-top: 1px dotted #dadada;
}
ol.commentlists li.comment p {
  margin-bottom: 0;
}
ol.commentlists li.comment .comment-info {
  padding-bottom: 5px;
  font-size: 10px;
  color: #999;
}
ol.commentlists li.comment .comment-order {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 12px;
  padding-top: 2px;
  top: -2px;
  font-size: 8px;
  line-height: 100%;
  text-align: center;
  color: #FFF;
  background: transparent url("'img/ico'/sprite-buttons-icons.png") no-repeat -166px -34px;
}
ol.commentlists li.comment .comment-author {
  font-size: 12px;
}
ol.commentlists li.comment .comment-respond {
  font-size: 11px;
}
ol.commentlists .children {
  margin-bottom: 15px;
}
ol.commentlists .children li.comment {
  position: relative;
  padding: 10px 10px 15px 10px;
  background-color: #ebe8e5;
}
ol.commentlists .children li.comment:before {
  position: absolute;
  width: 10px;
  height: 22px;
  top: 35%;
  left: -10px;
  background-position: -266px -58px;
}
/*--------------------------------- Features */
.features {
  position: relative;
  border: 8px solid #fff;
}
/*------------------------- Feature: Mask */
.mask-feature {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("'img/'/back/gradient-home-feature.png") no-repeat 0 0;
}
/*------------------------- Feature: Nav */
.nav-features {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 10;
}
.nav-features .prev-next {
  position: absolute;
}
.nav-features .prev,
.nav-features .previous {
  left: -25px;
}
.nav-features .next {
  right: -25px;
}
/*------------------------- Feature: Entry Content */
.entry-content .entry-title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
}
/*------------------------- Feature: Tabs */
.feature-tabs {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
}
.feature-tabs li {
  float: left;
  margin-right: 2px;
}
.feature-tabs li a {
  display: block;
  height: 36px;
  padding: 6px 20px 0 20px;
  font-size: 11px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  background-color: rgba(1, 76, 143, 0.75);
}
.feature-tabs li a span {
  display: block;
  text-align: left;
  cursor: pointer;
}
.feature-tabs li a:hover,
.feature-tabs li.active a,
.feature-tabs li.active a:hover {
  text-decoration: none;
  background-color: #001C32;
}
/*--------------------------------- Features: Home */
#features-home {
  float: right;
  margin-top: -20px;
}
.rrii #features-home {
  margin-top: 20px;
}
.wrap-features-home {
  height: 385px;
}
.wrap-features-home .entry-feature {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap-features-home .entry-feature .label-related {
  font-size: 10px;
  color: #ff9750;
}
.wrap-features-home .entry-feature .entry-title,
.wrap-features-home .entry-feature .label-related,
.wrap-features-home .entry-feature .entry-related-title {
  text-shadow: 1px 1px 0 #001c32;
}
.wrap-features-home .entry-feature.active {
  z-index: 3;
  display: block;
}
.wrap-features-home .entry-content {
  position: absolute;
  width: 200px;
  top: 40px;
  left: 20px;
}
.wrap-features-home img {
  width: 100%;
  height: 100%;
}
#tab-excelencia-academica span {
  width: 61px;
}
#tab-emprendimiento-e-innovacion span {
  width: 86px;
}
#tab-responsabilidad-social span {
  width: 87px;
}
#tab-universidad-internacional span {
  width: 75px;
}
#tab-vive-la-udd span {
  width: 59px;
}
/*------------------------- Welcome */
#welcome {
  padding-top: 40px;
  padding-bottom: 20px;
}
#welcome h1 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 100%;
  color: #002a3f;
}
#welcome h2,
#welcome .welcome-description {
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  line-height: 120%;
  text-transform: none;
  color: #7a7a7a;
  font-size: 17px;
  border-bottom: 1px solid #cbcdcc;
}
#welcome .button-admision {
  display: block;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px #c95001;
}
#welcome .welcome-description {
  display: block;
  padding-bottom: 10px;
  margin-bottom: -6px;
}
#welcome p {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 140%;
}
#welcome .serif-list li,
#welcome aside .quick-access li {
  white-space: pre-wrap;
}
#welcome .serif-list li.external a {
  position: relative;
}
#welcome .serif-list li.external a:after {
  display: inline-block;
  content: ' ';
  width: 10px;
  height: 9px;
  margin-left: 7px;
  position: absolute;
  top: 3px;
  background: url("'img/'/ico/external.png");
}
#page-hitos #welcome {
  margin-top: -21px;
  padding-top: 0;
}
#page-hitos #welcome h2 {
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  line-height: 110%;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  color: #FFF;
  text-shadow: 1px 1px 0 #001C32;
}
#page-hitos #welcome p.bajada {
  font-size: 118%;
  font-style: italic;
  font-family: 'Georgia', 'Times New Roman', serif;
  text-shadow: 1px 1px 0 #001C32;
}
/*--------------------------------- Features: Image Header */
#image-header {
  float: right;
  margin-top: -20px;
}
#image-header .wrap-image-header {
  font-size: 1px;
}
.tax-profiles #image-header {
  margin-top: 20px;
}
/*--------------------------------- Features: Page Admisión */
.features-page-admission {
  background-color: #fff;
  border-left: none;
  border-right: none;
}
.features-page-admission .grid-24 {
  width: 933px;
  margin-left: 10px;
  overflow: visible;
  margin-bottom: 0;
}
.features-page-admission .admission-title {
  position: absolute;
  width: 190px;
  top: 40px;
  left: 50px;
  font-size: 40px;
  line-height: 100%;
  color: #fff;
  text-shadow: 0 2px 2px #002b51;
  z-index: 10;
}
.features-page-admission .nav-features {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 0 7px;
  text-align: center;
  z-index: 100;
}
.features-page-admission .nav-features .previous,
.features-page-admission .nav-features .next {
  position: absolute;
  top: 180px;
}
.features-page-admission .nav-features .next {
  right: -32px;
}
.features-page-admission .entry-feature {
  line-height: 0;
  border-left: 7px solid #fff;
}
.features-page-admission .entry-feature * {
  line-height: 100%;
}
.features-page-admission .entry-content {
  position: absolute;
  width: 300px;
  top: 190px;
  left: 35px;
}
.features-page-admission .entry-content .seal-title {
  font-size: 26px;
  color: #ff9750;
  text-shadow: 0 0 2px #000;
}
.features-page-admission .entry-content .entry-title {
  font-size: 16px;
}
.tabs-features-page-admission {
  position: absolute;
  top: 348px;
  left: 0;
  right: 0;
}
.tabs-features-page-admission li {
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 12px;
}
.tabs-features-page-admission li a {
  display: block;
  padding: 10px 9px;
  font-family: "FrancoisOneRegular", Arial, Sans-serif;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 53, 94, 0.9);
}
.tabs-features-page-admission li a:hover,
.tabs-features-page-admission li a.crsl-dot-active,
.tabs-features-page-admission li a.crsl-dot-active:hover {
  background-color: #ff8303;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}
.tabs-features-page-admission li:first-child {
  margin-left: 0;
}
.tabs-features-page-admission li:first-child a {
  padding-right: 8px;
}
/*--------------------------------- Features: Page Postgrad */
.features-postgrad {
  border: none;
}
.features-postgrad .wrap-features {
  width: 100%;
  height: 332px;
  overflow: hidden;
  border: 7px solid #fff;
}
.features-postgrad .entry-feature {
  width: 100%;
  height: 318px;
}
.features-postgrad .entry-feature .mask-feature {
  left: 220px;
  background-image: url("'img/'/back/gradient-dec-feature.png");
}
.features-postgrad .entry-content {
  position: absolute;
  width: 400px;
  left: 256px;
  bottom: 30px;
}
.features-postgrad .entry-content a {
  color: #fff;
}
.features-postgrad .entry-subtitle {
  margin-bottom: 12px;
  font-family: 'FrancoisOneRegular', Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ff8c2e;
}
.features-postgrad .featured-course-meta {
  margin: 10px 0;
  font-family: Georgia, "Times New Roman", Garamond, "Lucida Bright", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: 100%;
  color: #fff;
}
.features-postgrad .status {
  margin: 25px 0 5px 0;
  font-family: 'FrancoisOneRegular', Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  background: transparent;
}
.features-postgrad .postgrad-init-date {
  font-size: 12px;
}
.features-postgrad hr {
  margin: 15px 0;
  border-top: none;
  border-color: rgba(255, 255, 255, 0.3);
}
.features-postgrad .buttons-postgrad .button {
  margin-right: 10px;
  font-size: 12px;
}
.postgrad-nav {
  position: absolute;
  display: table;
  width: 220px;
  height: 318px;
  top: 7px;
  left: 7px;
  z-index: 10;
}
.postgrad-nav li {
  display: table-row;
}
.postgrad-nav a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 12px;
  font-family: 'FrancoisOneRegular', Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #014C8F;
  background-image:  -moz-linear-gradient(top, #015DB0 0%, #014C8F 100%);
  background-image:  -webkit-gradient(linear, 0 0, 0 100%, from(#015DB0 0%), to(#014C8F 100%));
  background-image:  -webkit-linear-gradient(top, #015DB0 0%, #014C8F 100%);
  background-image:  -o-linear-gradient(top, #015DB0 0%, #014C8F 100%);
  background-image:  linear-gradient(to bottom, #015DB0 0%, #014C8F 100%);
  background-repeat: repeat;
  -pie-background:  linear-gradient(to bottom, #015DB0 0%, #014C8F 100%);
  /* PIE */
  behavior: url("http://192.168.1.112/udd-facultades/2013/front/pie/PIE.HTC");
  transition: all .3s;
}
.postgrad-nav a span {
  display: none;
  font-family: Georgia, "Times New Roman", Garamond, "Lucida Bright", serif;
  text-transform: none;
  font-style: italic;
  font-size: 12px;
  line-height: 13px;
}
.postgrad-nav a:hover {
  text-decoration: underline;
}
.postgrad-nav a:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 0;
  margin-top: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #1270BF;
  opacity: 0;
  transition: right 0.3s ease-out, opacity 0.5s ease-out 0.1s;
}
.postgrad-nav a.active {
  background: #ff8303;
  -webkit-box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.25);
}
.postgrad-nav a.active:before {
  border-left-color: #ff8303;
  right: -15px;
  opacity: 1;
  z-index: 10000;
}
/*--------------------------------- Features: Page DEC */
.features-dec {
  max-height: 450px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 30px;
  border: none;
}
.features-dec .grid-24 {
  overflow: visible;
}
.features-dec .wrap-features {
  border: 7px solid #fff;
}
.features-dec .dec-title {
  position: absolute;
  top: 40px;
  left: 47px;
  z-index: 20;
}
.features-dec .nav-features {
  top: 0;
  left: 0;
  right: 0;
  bottom: initial;
  padding: 0 7px;
  text-align: center;
  z-index: 100;
}
.features-dec .nav-features .previous,
.features-dec .nav-features .next {
  position: absolute;
  top: 180px;
}
.features-dec .mask-feature {
  background-image: linear-gradient(to right, #00355D 15%, transparent 60%);
}
.features-dec .entry-content {
  position: absolute;
  width: 300px;
  bottom: 25px;
  left: 40px;
  font-size: 11px;
}
.features-dec .entry-content p {
  margin: 12px 0;
}
.features-dec .entry-content a {
  color: #fff;
}
.features-dec .entry-title {
  font-size: 20px;
}
.features-dec .status {
  display: inline-block;
  padding: 9px;
  text-shadow: none;
  background: #1173C4;
}
.dec-upcoming {
  padding-bottom: 30px;
  background-color: #00355E;
  background-image:  -moz-linear-gradient(top, transparent 0%, #00355E 100%);
  background-image:  -webkit-gradient(linear, 0 0, 0 100%, from(transparent 0%), to(#00355E 100%));
  background-image:  -webkit-linear-gradient(top, transparent 0%, #00355E 100%);
  background-image:  -o-linear-gradient(top, transparent 0%, #00355E 100%);
  background-image:  linear-gradient(to bottom, transparent 0%, #00355E 100%);
  background-repeat: repeat;
  -pie-background:  linear-gradient(to bottom, transparent 0%, #00355E 100%);
  /* PIE */
  behavior: url("http://192.168.1.112/udd-facultades/2013/front/pie/PIE.HTC");
  background-color: transparent;
}
.dec-upcoming a {
  color: #fff;
}
.dec-upcoming .section-title {
  font-size: 18px;
  margin: 18px 0 15px !important;
  text-transform: none;
}
.dec-upcoming .feature {
  position: relative;
  display: block;
  height: 150px;
  margin-bottom: 10px;
  border: 5px solid #fff;
  overflow: hidden;
}
.dec-upcoming .feature img {
  width: 100%;
  height: 150px;
}
.dec-upcoming .status {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 9px;
  font-size: 11px;
  background: #1173C4;
}
.dec-upcoming .entry-title {
  margin-bottom: 3px;
}
.dec-upcoming .course-meta {
  font-size: 11px;
}
/*--------------------------------- Features: Investigación */
.research-feature {
  margin: 30px 0;
  display: table;
  width: 100%;
  background: #EDEBE9;
}
.research-feature .entry-data {
  display: table-cell;
  padding: 0 40px;
  vertical-align: middle;
  max-width: 485px;
  color: #7a7a7a;
}
.research-feature .published {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
  display: block;
}
.research-feature .entry-title {
  margin: 1em 0;
}
.research-feature .entry-title a {
  font-size: 22px;
  line-height: 1.35;
}
.research-feature .entry-summary {
  font-size: 11px;
  line-height: 1.5;
  margin: 1em 0;
}
.research-feature .entry-image {
  float: right;
}
.research-feature .button {
  text-transform: uppercase;
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  .research-feature .entry-summary {
    display: none;
  }
}
@media only screen and ( max-width : 720px ) {
  .research-feature .entry-image {
    display: none;
  }
  .research-feature .entry-data {
    padding: 20px;
  }
}
.person-profile-widget {
  text-align: center;
}
.person-profile-widget .widget-title {
  border-bottom: 0;
  margin: 0;
}
.person-profile-widget .person-image {
  display: block;
  margin: 0 auto 12px;
  border: 7px solid #fff !important;
  width: 106px;
  height: auto;
}
.person-profile-widget .role {
  margin-top: 6px;
  color: #7a7a7a;
  font-size: 12px;
}
/***************************************************************** SECTIONS & WIDGETS */
/*--------------------------------- Section: Header page */
.header-page {
  margin-bottom: 12px;
  padding: 5px 0 10px 0;
  border-bottom: 3px solid #ECECEC;
  zoom: 1;
}
.header-page:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.header-page h1 {
  margin-bottom: 10px;
  font-family: FrancoisOneRegular, sans-serif;
  font-size: 26px;
  color: #7A7A7A;
}
.header-page .description {
  margin-bottom: 10px;
  color: #666;
  font-size: 13px;
  line-height: 162%;
}
.header-page .links {
  float: right;
  clear: both;
}
.header-page .links a {
  float: left;
  margin-left: 10px;
  font-family: Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  font-style: italic;
  font-size: 12px;
}
.header-page .links .flag {
  float: left;
  margin-right: 5px;
}
.header-page .nav-side {
  display: none;
  clear: both;
}
.header-page em {
  font-style: italic;
}
.header-page strong {
  font-weight: bold;
}
.search .header-page {
  padding-bottom: 4px;
}
.search .header-page .description {
  margin-bottom: 20px;
  padding: 15px 0 10px 0;
  border-top: 3px double #ddd;
}
.search .header-page .description strong {
  display: block;
  margin-top: 5px;
  font-size: 1.9em;
  font-weight: normal;
  font-style: italic;
  color: #333;
}
.page-template-page-proyectos-desarrollo-institucional .header-page {
  border-bottom: none;
}
/*--------------------------------- Section: Breadcrumb */
#breadcrumb {
  margin-bottom: 15px;
  font-size: 10px;
  color: #444;
}
#breadcrumb strong {
  color: #ff8302;
}
/*--------------------------------- Section: Scolarships */
/*------------------------- Title */
#filter-title {
  margin: 0;
  padding: 5px 0 20px 0;
  font-family: 'FrancoisOneRegular', 'HelveticaNeueLT Std UltLt Cn', Arial, sans-serif;
  color: #002b50;
  font-size: 30px;
  border-bottom: 1px solid #d3d3d3;
}
#filter-title + aside {
  position: absolute;
  float: right;
  margin-top: -80px;
  right: 0;
}
@media only screen and ( max-width : 720px ) {
  #filter-title + aside {
    position: relative;
    float: none;
    margin-top: 0;
  }
}
/*------------------------- Filters selected */
#filter-search-text {
  margin-bottom: 15px;
  padding: 5px 0 20px 0;
  font-size: 115%;
  line-height: 160%;
  border-bottom: 3px double #d3d3d3;
}
/*------------------------- Filters */
.scolarship-filter {
  margin-bottom: 0;
  zoom: 1;
}
.scolarship-filter:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.scolarship-filter .filter-box {
  float: left;
  width: 213px;
  margin-left: 10px;
  margin-bottom: 0;
}
.scolarship-filter .filter-box:first-child {
  margin-left: 0;
}
.scolarship-filter .filter-box.inactive {
  opacity: .6;
}
.scolarship-filter .filter-box .select_filter {
  width: 100%;
  margin-top: 20px;
}
/*------------------------- Table of Content */
.scolarships-toc {
  position: relative;
  margin: 25px 0;
  /* Arrows */
}
.scolarships-toc.box-border {
  border: 2px solid #8ec000;
}
.scolarships-toc.box-border .row {
  margin-left: -12px;
  margin-right: -12px;
}
.scolarships-toc.box-border .inactive {
  opacity: .3;
}
.scolarships-toc:before {
  position: absolute;
  display: block;
  content: '';
  border-top: 12px solid #8ec000;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  left: 35px;
}
.scolarships-toc:after {
  position: absolute;
  display: block;
  content: '';
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  left: 35px;
}
.scolarships-toc ul {
  margin-top: 19px;
  margin-left: 19px;
}
.scolarships-toc ul li {
  margin: 3px 19px 3px 3px;
  padding: 0;
  background-position: -198px -56px;
}
.scolarships-toc ul li a {
  display: block;
  padding: 5px 5px 5px 15px;
}
.scolarships-toc ul li a:hover {
  text-decoration: none;
}
.scolarships-toc ul li:hover {
  background-color: #edebe9;
}
/*------------------------- Entry */
.scolarship-entry {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #eaeaea;
}
.scolarship-entry:first-child {
  border-top: none;
}
.scolarship-entry .entry-header {
  position: relative;
  padding-right: 130px;
}
.scolarship-entry .entry-header .scolarship-video {
  position: absolute;
  top: -3px;
  right: 0;
  padding: 1px 20px 0 7px;
  font-size: 16px;
}
.scolarship-entry .entry-header .scolarship-video:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 4px;
  right: 7px;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.scolarship-intro {
  padding: 10px 0 20px 0;
}
/*------------------------- Legalnote */
.scolarships-legalnote.box-border {
  border-color: #8ec000;
}
.scolarships-legalnote .wrap {
  position: relative;
  display: block;
  height: 100%;
  padding: 12px 18px 12px 15px;
  border: 3px solid #fff;
  background-color: #ebe8e5;
  background-image: url("'img/'/auxi/diagonal-pattern-strong.png");
  background-repeat: repeat;
  cursor: pointer;
}
.scolarships-legalnote h2 {
  font-family: 'FrancoisOneRegular', 'HelveticaNeueLT Std UltLt Cn', Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #7e7d71;
}
/*--------------------------------- Section: Infraestructure */
.campus-head {
  position: relative;
  zoom: 1;
}
.campus-head:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.campus-head .bullet {
  position: relative;
  margin: 7px 0;
  line-height: 120%;
  background-position: -199px -60px;
}
.gallery-campus {
  position: relative;
  margin-bottom: 25px;
  border: 7px solid #d7d7d7;
}
.gallery-campus .crsl-item figcaption {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 8px 0;
  font-size: 11px;
  text-indent: 10px;
  color: #fff;
  background: #00355e;
}
.gallery-campus .crsl-item img {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
}
.gallery-campus .paginate-gallery {
  bottom: 4px;
  right: 4px;
}
/*
 Galerías de página "Transparencia"
 */
.crsl-items-delayed.initialized .crsl-item figcaption {
  text-indent: 0;
  padding: 15px 48px 5px 24px;
  font-weight: bold;
}
.crsl-items-delayed.initialized .crsl-item figcaption p {
  font-weight: normal;
  font-size: 11px;
}
.crsl-items-delayed.initialized .crsl-item figcaption p:first-child {
  margin-top: 5px;
}
.crsl-items-delayed.initialized .paginate-gallery {
  margin-bottom: -10px;
}
.crsl-items-delayed.initialized .paginate-gallery .prev-next {
  margin-left: 12px;
}
.crsl-items-delayed.initialized .paginate-gallery .prev-next:before {
  border-width: 8px;
}
.a11y-hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.a11y-hide.active {
  position: static;
  top: auto;
  left: auto;
}
/*--------------------------------- Section: Discounts */
ul.discounts-tax-list {
  margin-left: 0;
}
ul.discounts-tax-list .discounts-tax-item {
  position: relative;
  min-height: 131px;
  padding: 20px 0 20px 106px;
  background: none;
  border-top: 1px dotted #ccc;
}
ul.discounts-tax-list .discounts-tax-item:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.discounts-tax-list .discounts-tax-item:first-child .attachment-tax_discount-thumb {
  top: 0;
}
ul.discounts-tax-list .discounts-tax-item .attachment-tax_discount-thumb {
  position: absolute;
  top: 20px;
  left: 0;
  width: 91px;
  height: 91px;
}
ul.discounts-tax-list .discounts-tax-item ul.discounts-list li .discount-description {
  position: relative;
  min-height: 100px;
  margin: 4px 0 14px;
  padding: 14px;
  font-size: 11px;
  background: #f5f3f3;
}
ul.discounts-tax-list .discounts-tax-item ul.discounts-list li .discount-description.discount-with-thumbnail {
  padding-left: 120px;
}
ul.discounts-tax-list .discounts-tax-item ul.discounts-list li .discount-description ul {
  margin-top: 0;
}
ul.discounts-tax-list .discounts-tax-item ul.discounts-list li .discount-description .discount-item-logo {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 100px;
  height: auto;
  color: #fff;
  background: #fff;
}
/*--------------------------------- Section: Events */
/*------------------------- Events Categories */
.event-list-categories {
  margin-left: 5px;
}
.event-list-categories li {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
}
.event-list-categories .icon {
  float: left;
  margin: 2px 5px 0 0;
}
/*------------------------- Events Header */
.events-header {
  position: relative;
  padding-right: 210px;
  min-height: 50px;
}
.events-header .events-filters {
  position: absolute;
  width: 200px;
  top: 0;
  right: 0;
}
.events-header .events-filters select {
  float: left;
  margin-bottom: 0;
  width: 130px;
  height: 25px;
}
.events-header .events-filters .button {
  float: right;
}
/*------------------------- Events List */
ul.event-list {
  margin-left: 0;
}
ul.event-list li.event-entry {
  position: relative;
  padding: 0 0 0 200px;
  font-size: 11px;
  border-bottom: 1px solid #dadada;
  zoom: 1;
}
ul.event-list li.event-entry:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
ul.event-list li.event-entry:last-child {
  border-bottom: none;
}
ul.event-list li.event-entry.event-special {
  background: #fff9ed;
}
ul.event-list li.event-entry.event-special .description {
  display: block;
}
ul.event-list .event-meta {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  padding: 15px;
  font-family: 'FrancoisOneRegular', Arial, sans-serif;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  border-top: 0;
}
ul.event-list .event-meta .event-special-tag {
  position: relative;
  display: inline-block;
  top: -2px;
  left: -15px;
  margin-bottom: 2px;
  padding: 0 10px 0 15px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  background: #fe8302;
}
ul.event-list .event-meta .eventtime {
  color: #7A7A7A;
}
ul.event-list .event-meta .eventtime .day-name {
  display: block;
}
ul.event-list .wrap-event {
  padding: 15px 0 15px 15px;
}
ul.event-list .event-info {
  position: relative;
}
ul.event-list .event-info .event-categories {
  margin: 10px 0 0;
}
ul.event-list .event-info .event-categories .event-cat-icon {
  display: inline-block;
}
ul.event-list .event-info .summary {
  margin-bottom: 6px;
  font-family: 'FrancoisOneRegular', Arial, sans-serif bold;
  font-size: 15px;
  line-height: 130%;
  text-transform: uppercase;
}
ul.event-list .event-info .location {
  font-size: 11px;
  color: #7A7A7A;
}
ul.event-list .event-info .location i {
  font-size: 16px;
  color: #004C90;
}
ul.event-list .event-info .description {
  display: none;
  margin: 14px 0;
  font-size: 11px;
  color: #333;
  line-height: 135%;
}
ul.event-list .event-info .description p {
  margin-bottom: 10px;
}
ul.event-list .event-info .bullet {
  float: right;
  font-size: 11px;
  font-weight: bold;
}
/*------------------------- Today Events */
.today-header {
  position: relative;
}
.today-header .eventdate {
  position: relative;
  float: left;
  margin-right: 8px;
}
.today-header .widget-title {
  background: none;
}
.today-header .widget-title .today-name {
  color: #7d7d71;
  font-style: normal;
}
#calendar-ajax .day-title {
  font-size: 20px;
}
#calendar-ajax .widget-title {
  border-bottom: 0;
}
.events-today {
  margin-bottom: 50px;
}
.events-today.box-border .wrap-widget {
  padding: 0;
  background: #ececec;
}
.events-today .event-list .eventtime .day-name {
  display: none;
}
.single-event #calendar-ajax h3.widget-title {
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  padding-bottom: 10px;
  border-bottom: 2px solid #ececec;
  text-transform: none;
  font-size: 13px;
}
/*--------------------------------- Section: Single Event Featured */
.hentry-event-featured .entry-summary {
  font: 13px/162%;
  margin-bottom: 20px;
}
.event-featured-image {
  position: relative;
  margin-top: 10px;
  left: -30px;
  height: 430px;
  width: 690px;
  overflow: hidden;
}
.event-featured-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 385px;
  background: linear-gradient(to top, rgba(0, 76, 144, 0.85), rgba(0, 76, 144, 0) 50%);
}
.event-feature-header {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 425px;
}
.event-feature-title {
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0 1px 1px rgba(0, 43, 81, 0.8);
  line-height: 130%;
  text-transform: none;
}
.event-featured-aside {
  margin-top: -150px;
}
.event-feature-subtitle {
  background-color: #ff8303;
  border: 1px solid #ff7402;
  color: #fff;
  display: inline-block;
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  font-size: 12px;
  padding: 3px 7px;
  text-shadow: 0 0 2px #c95001;
  text-transform: uppercase;
}
.widget-map {
  border: 3px solid #FF8303;
  width: 200px;
  margin-bottom: 40px;
  background-color: #fff;
}
.widget-map .button {
  width: 155px;
  text-align: center;
  font-size: 16px;
  margin: 20px 0 10px;
}
.widget-map .wrap-widget {
  padding: 15px 12px 12px;
  background: #EBE8E5;
  border-bottom: 1px solid #ccc;
}
.map-list {
  color: #E56B00;
  font-weight: bold;
}
.map-list li {
  display: block;
  float: left;
  font-size: 11px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.map-list li i {
  position: absolute;
  font-size: 16px;
  top: -4px;
  left: 0;
}
.map-list li i.icon-clock {
  font-size: 13px;
  left: 2px;
  top: -2px;
}
.map-list li i.icon-location {
  font-size: 22px;
  top: -8px;
  left: -2px;
}
.map-featured {
  overflow: hidden;
}
/*------------------------------------------- 404 */
.not-found-wrap {
  padding: 4px;
  border: 1px solid #d7d7d7;
}
.not-found-wrap .not-found {
  padding: 60px 30px;
  text-align: center;
  font-size: 13px;
  line-height: 150%;
  color: #46463F;
  background: #EBE8E5;
}
.not-found-wrap .not-found h2 {
  position: relative;
  margin-bottom: 14px;
  font-size: 23px;
  text-shadow: 1px 1px 0 #fff;
  color: #333;
}
.not-found-wrap .not-found h2:before {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  content: '';
  top: 5px;
  left: -5px;
  background: transparent url("'img/'/ico/warning.png") no-repeat 0 0;
}
/*--------------------------------- Widget: Why UDD */
.widget-why-udd {
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 9px 6px -7px #dddbd5;
  box-shadow: 0 9px 6px -7px #dddbd5;
}
.widget-why-udd .widget-title {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
.widget-why-udd .nav-why-udd {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 9px 6px -7px #dddbd5;
  box-shadow: 0 9px 6px -7px #dddbd5;
}
.widget-why-udd .nav-why-udd .previous,
.widget-why-udd .nav-why-udd .next {
  position: absolute;
  bottom: 20px;
}
.widget-why-udd .nav-why-udd .previous {
  left: 5px;
}
.widget-why-udd .nav-why-udd .next {
  right: 5px;
}
.widget-why-udd h4.why-item-name {
  margin: 0;
  padding: 19px 0 17px 0;
  font-size: 28px;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d3d3d3;
  box-shadow: inset 0 9px 6px -7px #dddbd5;
  transition: all .3s;
}
/*------------------------- Navigation */
ul.why-paginate {
  margin: 0;
  padding-left: 150px;
  border-bottom: 1px solid #d3d3d3;
}
ul.why-paginate > li {
  display: inline-block;
  margin: -7px 1px 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 100%;
  background: none;
}
ul.why-paginate > li:before {
  display: none;
}
ul.why-paginate > li a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  font-size: 23px;
  line-height: 100%;
  text-decoration: none;
}
ul.why-paginate > li a span {
  position: relative;
  display: block;
  padding: 7px 11px;
}
ul.why-paginate > li a:hover span,
ul.why-paginate > li a.crsl-dot-active span {
  color: #fff;
  text-shadow: 0 2px 2px #e36b00;
  background: #ff8303;
}
ul.why-paginate > li a:hover span:before,
ul.why-paginate > li a.crsl-dot-active span:before {
  position: absolute;
  display: block;
  content: '';
  border-top: 6px solid #ff8303;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}
ul.why-paginate > li a:hover span:after,
ul.why-paginate > li a.crsl-dot-active span:after {
  position: absolute;
  display: block;
  content: '';
  border-top: 10px solid #eaeae8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-width: 11px;
  bottom: -23px;
  z-index: 10;
}
ul.why-paginate > li a:hover:after,
ul.why-paginate > li a.crsl-dot-active:after {
  position: absolute;
  display: block;
  content: '';
  border-top: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}
ul.why-paginate > li a:hover:before,
ul.why-paginate > li a.crsl-dot-active:before {
  position: absolute;
  display: block;
  content: '';
  border-top: 13px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  bottom: -13px;
  left: 50%;
  margin-left: -13px;
  bottom: -14px;
}
/*------------------------- On inside pages */
.main-page .widget-why-udd {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-page ul.why-paginate {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px dotted #eaeaea;
}
.main-page ul.why-paginate li a:hover span:after,
.main-page ul.why-paginate li a.crsl-dot-active span:after {
  border-top-color: #fff;
}
/*--------------------------------- Widget: International University */
#udd-en-el-mundo {
  padding-bottom: 30px;
}
#udd-en-el-mundo:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: -40px;
  width: 710px;
  height: 100%;
  background: transparent url("'img/'/back/world.png") no-repeat bottom right;
  z-index: 0;
}
.widget-international .wrap-content-inset {
  position: relative;
  z-index: 10;
}
.widget-international .wrap-content-inset h2 {
  margin-top: 20px;
  font-size: 40px;
  line-height: 110%;
  color: #002B51;
}
.widget-international .wrap-content-inset .entry-content {
  margin: 10px 0;
}
/*--------------------------------- Widget: Meet us */
.widget-meet-us .widget-title {
  font-size: 23px;
}
.widget-meet-us .banner .wrap-banner {
  border-width: 1px;
}
/*--------------------------------- Widget: Redes Sociales */
#rrii-social h2 {
  position: relative;
  padding: 0 0 5px 32px;
  font-size: 20px;
  margin-bottom: 10px;
  color: #7e7d71;
  border-bottom: 3px solid #E0E0E0;
}
#rrii-social h2:before {
  width: 27px;
  height: 29px;
  position: absolute;
  left: 0;
  background-position: -125px -73px;
}
.widget-rrii-social {
  background-color: #ebe9e6;
}
.widget-rrii-social .widget-inner {
  padding: 17px 11px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.widget-rrii-social .widget-inner.with-icon {
  padding-left: 75px;
  zoom: 1;
}
.widget-rrii-social .widget-inner.with-icon:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.widget-rrii-social .widget-inner.with-icon .service-icon {
  position: absolute;
  top: 17px;
  left: 10px;
  width: 52px;
}
.widget-rrii-social .widget-inner + .widget-inner {
  margin-top: 1px;
}
.widget-rrii-social .widget-inner .widget-subtitle .icon {
  margin-top: -2px;
}
.widget-rrii-social .media-description {
  font-size: 12px;
}
.widget-rrii-social .widget-content {
  position: relative;
  margin-top: -9px;
  padding: 23px 10px 10px 10px;
  z-index: 5;
}
.widget-rrii-social .widget-content li {
  list-style: none;
}
.widget-rrii-social .video-lightbox {
  width: 183px;
  height: 113px;
  margin: 0 auto;
}
.widget-rrii-social .crsl-items {
  padding: 0;
}
.widget-rrii-social .crsl-items .crsl-item {
  margin-bottom: 5px;
  line-height: 1px;
}
.widget-rrii-social .crsl-items .crsl-item img {
  width: auto;
  font-size: 1px;
  border: 3px solid #fff;
}
.widget-rrii-social.facebook-widget {
  min-height: 220px;
  background: #fff;
}
.widget-rrii-social.twitter-widget .widget-content li {
  margin: 6px 11px;
  padding-top: 6px;
  border-top: 1px solid #fff;
}
.widget-rrii-social.twitter-widget .widget-content li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.widget-rrii-social.twitter-widget .widget-content p {
  margin-bottom: 0;
}
/*--------------------------------- Widget: Testimonials */
.testimonial-author {
  line-height: 110%;
}
.testimonial-author .author-name {
  margin-bottom: 0;
}
.testimonial-author .author-profession {
  font-family: Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  font-size: 12px;
  font-style: italic;
}
.testimonial-content {
  position: relative;
  padding: 35px 15px;
  font: italic 12px/140% Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  background: #e6e4e2;
  border: 3px solid #fff;
}
.testimonial-content img {
  width: 100%;
  height: auto;
}
.testimonial-content h4 {
  margin: 0 0 5px 0;
}
.testimonial-content:before {
  position: absolute;
  content: '';
  display: block;
  text-indent: -10000px;
  background-image: url("'img/ico'/sprite-buttons-icons.png");
  background-repeat: no-repeat;
  width: 26px;
  height: 19px;
  background-position: -109px -217px;
  top: 10px;
  left: 15px;
}
.testimonial-content:after {
  position: absolute;
  content: '';
  display: block;
  text-indent: -10000px;
  background-image: url("'img/ico'/sprite-buttons-icons.png");
  background-repeat: no-repeat;
  width: 26px;
  height: 19px;
  background-position: -109px -239px;
  bottom: 10px;
  right: 15px;
}
.testimonial-content .mark {
  position: absolute;
  width: 26px;
  height: 15px;
  top: -3px;
  left: 45%;
  background-position: -238px -20px;
}
/*------------------------- Like Type Loop */
.testimonial-type-loop .testimony-entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}
.testimonial-type-loop .testimonial-header {
  margin-bottom: 10px;
}
.testimonial-type-loop .testimonial-content {
  border-left: none;
}
/*------------------------- Like Widget */
.widget-testimonials {
  position: relative;
  background: #eae9e7 url("'img/'/auxi/diagonal-pattern-strong.png") repeat 0 0;
  border: 2px solid #d7d7d7;
}
.widget-testimonials .testimonial-header {
  padding: 15px 10px 10px 10px;
}
.widget-testimonials .testimonial-header .widget-title {
  margin: 5px 0 2px 0;
  padding-bottom: 0;
  font-size: 16px;
  color: #7e7d71;
  background: none;
  border-bottom: none;
}
.widget-testimonials .testimonial-header img {
  float: left;
  width: 62px;
  height: 60px;
  margin: 0 10px 5px 0;
  border: 2px solid #fff;
}
/* Special grid */
.grid-5_5 .widget-testimonials {
  border: none;
}
.grid-5_5 .widget-testimonials .testimonial-header {
  padding: 5px 3px 10px 3px;
}
/*--------------------------------- Widget: Search Box - Academic units, teachers, experts */
.search-box [class*="grid-"] {
  margin-bottom: 0;
}
.search-box .wrap-widget {
  zoom: 1;
}
.search-box .wrap-widget:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.search-box img {
  margin-right: 10px;
}
.search-box .content-box[class*="grid-"] {
  overflow: visible;
  zoom: 1;
}
.search-box .content-box[class*="grid-"]:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.search-box .content-box[class*="grid-"]:before {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: -15px;
  content: '';
  border-right: 1px solid #ccc;
}
.search-box .content-box .search-filter-title {
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 110%;
  font-size: 16px;
  color: #46463F;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 10px;
}
.search-box .form-box {
  padding-top: 20px;
}
.search-box .form-box select {
  width: 98%;
  margin-top: 5px;
}
.search-box .form-box label {
  display: block;
  line-height: 140%;
}
.search-box .form-box .action-next {
  float: right;
}
/*------------------------- Research Filter */
.box-border .wrap-widget.research-filter {
  padding: 0;
}
.box-border .wrap-widget.research-filter img {
  border-width: 1px 1px 0 0;
}
.research-filter {
  color: #7A7A7A;
}
.research-filter .research-filter-selector {
  padding: 20px;
}
.research-filter .research-filter-selector h2 {
  font-size: 22px;
}
.research-filter .research-filter-selector label {
  font-size: 12px;
  font-style: italic;
  color: #7A7A7A;
}
.research-filter .research-filter-selector select {
  display: inline;
  width: 100%;
  margin: 10px 0 0;
}
.research-filter .research-filter-content {
  padding-right: 10px;
  zoom: 1;
  background: url("'img/'/auxi/separate-mark.png") no-repeat scroll center top transparent;
}
.research-filter .research-filter-content:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.research-filter .research-filter-content h2 {
  font-size: 20px;
  color: #004e96;
}
.research-filter .research-filter-content p {
  padding: 15px 10px 10px 0px;
  font-size: 11px;
}
.research-filter .research-filter-content img {
  float: left;
  width: 47%;
  height: auto;
  margin-top: 1px;
  border-width: 1px;
}
.research-filter .research-filter-content .button {
  margin-bottom: 10px;
}
.research-filter .research-filter-content .with-image {
  padding-left: 49%;
  padding-top: 20px;
}
.research-filter .research-filter-content .without-image {
  padding: 20px 15px 10px 15px;
}
.research-filter .research-filter-content .without-image h2 {
  display: inline-block;
  width: 47%;
}
.research-filter .research-filter-content .without-image p {
  float: right;
  width: 50%;
  padding-top: 0px;
}
.row .row.research-news-header {
  margin: 0;
}
/*------------------------- Training Course Filter */
.training_course-filters h2 {
  font-family: "FrancoisOneRegular", Arial, Sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 5px;
}
.training_course-filters select,
.training_course-filters .button {
  float: left;
}
.training_course-filters select,
.training_course-filters .button {
  margin-left: 8px;
}
.training_course-filters #training_course-filter-faculty {
  margin-left: 0;
}
/*--------------------------------- Widget: Postulation */
/* General widget */
.widget-postulation .widget-title {
  margin-bottom: 4px;
  padding-bottom: 7px;
  font-size: 20px;
  background: transparent;
  border-bottom: none;
}
.widget-postulation .wrap-widget {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
}
.widget-postulation .wrap-widget p {
  font-size: 11px;
}
.widget-postulation .postulation-title {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  background: none;
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
}
.widget-postulation .postulation-title .raquo {
  position: relative;
  top: -2px;
}
.widget-postulation .postulation-title a:hover {
  text-decoration: none;
  color: #000;
}
.widget-postulation .postulation-more-content {
  position: relative;
  padding-right: 100px;
  padding-bottom: 5px;
}
.widget-postulation .postulation-more-content .button {
  position: absolute;
  top: -3px;
  right: 0;
  max-width: 80px;
}
.widget-postulation .postulation-more-content .bullet-list {
  margin-left: 10px;
}
.widget-postulation [class*="grid-"] {
  margin-bottom: 0;
}
.std-text .weight-scores__faculty-name {
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0 15px;
}
/* Form Filters */
#search-careers {
  position: relative;
  margin-top: 10px;
}
#search-careers label {
  font-size: 11px;
  color: #333;
}
#search-careers label.main-label {
  padding-right: 10px;
  font-size: 12px;
}
#search-careers .group-labels {
  display: inline-block;
  padding-left: 2px;
  white-space: nowrap;
}
#search-careers .group-labels label {
  margin-left: 7px;
}
#search-careers .group-labels label:first-child {
  margin-left: 0;
}
#search-careers input[type="radio"] {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
#search-careers select {
  width: 100%;
  height: 28px;
  margin-top: 10px;
  margin-bottom: 0;
}
#search-careers .loading {
  position: absolute;
  bottom: 6px;
  right: 15px;
}
/* Wrap: Data Results */
.data-career {
  margin-top: 20px;
  padding-top: 20px;
  background: transparent url("'img/'/auxi/separate-mark.png") no-repeat center top;
}
.data-career .title-career {
  margin-bottom: 10px;
  font-size: 16px;
}
.data-career .action-next {
  margin-top: -5px;
}
.data-career .links-careers {
  margin-top: 20px;
  margin-bottom: 20px;
}
.data-career .certified-career {
  padding: 15px 12px 15px 55px;
  background: #d5d4d0 url("'img/'/ico/acreditacion.png") no-repeat 15px 12px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  zoom: 1;
}
.data-career .certified-career:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.data-career .certified-career p {
  margin-bottom: 0;
}
.data-career .certified-career .url-acreditada {
  margin-top: 0;
  margin-left: 5px;
}
/* Table of Scores Career */
table.scores-career-table th,
table.scores-career-table td {
  font-family: "FrancoisOneRegular", Arial, Sans-serif;
  font-size: 13px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-left: 2px solid #fff;
}
table.scores-career-table th:first-child,
table.scores-career-table td:first-child {
  border-left: 0;
  border-right: 2px solid #fff;
}
table.scores-career-table th {
  padding: 6px 5px 8px 5px;
  vertical-align: middle;
  font-weight: normal;
  background-color: #a7a69e;
}
table.scores-career-table th .title-career {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  color: #004c8c;
  background: #fff !important;
}
table.scores-career-table td {
  padding: 7px 5px 7px 5px;
  vertical-align: baseline;
}
table.scores-career-table .data-big {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
table.scores-career-table .td-nem {
  background-color: #bf2245;
}
table.scores-career-table .td-leng,
table.scores-career-table .td-mat {
  background-color: #00a3d8;
}
table.scores-career-table .td-cs {
  background-color: #85be48;
}
table.scores-career-table .td-dur {
  background-color: #ea9739;
}
/*--------------------------------- Widget: News */
.widget-news p {
  font-size: 11px;
}
.widget-news .hentry {
  position: relative;
  margin: 15px 0;
  zoom: 1;
}
.widget-news .hentry:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.widget-news .hentry .hentry-data {
  padding-bottom: 10px;
}
.widget-news .hentry .hentry-data:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 2px solid #ECECEC;
}
.widget-news .hentry .entry-title {
  margin-top: 0;
}
.widget-news .hentry.has-thumbnail img {
  float: left;
  max-width: 130px;
  border: 3px solid #fff;
}
.widget-news .hentry.has-thumbnail .hentry-data {
  margin-left: 140px;
}
.widget-news .hentry.has-thumbnail .hentry-data:after {
  left: 140px;
}
.widget-news .hentry.hentry-simple {
  margin: 11px 0;
}
.widget-news .hentry.hentry-simple .hentry-data {
  padding-bottom: 2px;
}
.main-page .widget-news .hentry.has-thumbnail img {
  border-color: #ccc;
}
/*--------------------------------- Widget: Menu item */
.widget-menu-item {
  margin-bottom: 10px;
}
.widget-menu-item.widget-menu-item-simple {
  float: left !important;
  margin-bottom: 0;
}
.widget-menu-item .wrap-widget .sub-menu h3 {
  margin: 0;
  padding: 3px 0;
  font-size: inherit;
  font-family: inherit;
  text-transform: none;
  font-weight: normal;
}
.widget-menu-item .widget-title {
  padding-bottom: 8px;
  background: transparent;
  border-bottom: 1px solid #d7d7d7;
}
.widget-menu-item .wrap-image {
  position: relative;
  margin-bottom: 10px;
  line-height: 90%;
  border: 5px solid #ECECEC;
}
.widget-menu-item .wrap-image:hover .widget-title {
  background: rgba(0, 53, 94, 0.8);
}
.widget-menu-item .wrap-image:hover .widget-title a {
  color: #fff;
}
.widget-menu-item .wrap-image .widget-title {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  font-size: 11px;
  text-align: center;
  z-index: 3;
  zoom: 1;
  border: 0;
  width: 100%;
  font-weight: bold;
  background: #00355e;
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  transition: all .25s;
}
.widget-menu-item .wrap-image .widget-title a {
  display: block;
  padding: 7px 0;
  color: #fff;
}
.widget-menu-item .wrap-image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  border: 0;
}
.widget-menu-item .video-lightbox {
  width: 100%;
  overflow: hidden;
  border: 0;
}
.widget-menu-item .video-lightbox img {
  border: 0;
}
.widget-menu-item ul.sub-menu li:before {
  border-left-color: #014C8F;
}
/*--------------------------------- Widget: Photo Video */
.channel-photo-video .widget-title {
  margin-bottom: 20px;
}
.channel-photo-video .channel-link {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 12px;
}
.channel-photo-video .channel-link .icon {
  float: left;
  margin-right: 4px;
}
.channel-photo-video .wrap-channel {
  padding: 8px;
  background: #fff;
}
.channel-photo-video .channel-video {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.channel-photo-video .channel-video .channel-video-col {
  display: table-cell;
  width: 19%;
}
.channel-photo-video .channel-video .channel-video-col .video-lightbox {
  margin-bottom: 3px;
  border: none;
}
.channel-photo-video .channel-video .channel-video-col .video-lightbox img {
  width: 100%;
}
.channel-photo-video .channel-video .channel-video-col .play-video {
  z-index: 2;
}
.channel-photo-video .channel-video .channel-video-col .play-video-small {
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -23px;
}
.channel-photo-video .channel-video .feature-video {
  width: 80%;
  padding-right: 4px;
}
.channel-photo-video .channel-photo {
  padding: 18px 15px 14px 10px;
  background: #e9e6e3;
  border: 1px solid #dfdddb;
  -webkit-box-shadow: inset 0 0 4px #dfdddb;
  box-shadow: inset 0 0 4px #dfdddb;
}
.channel-photo-video .channel-photo ul {
  display: table;
  width: 100%;
}
.channel-photo-video .channel-photo li {
  display: table-cell;
  margin-right: 0;
  padding: 8px 4px 4px 8px;
}
.channel-photo-video .channel-photo li a {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.channel-photo-video .channel-photo li a:hover {
  background-color: #666;
}
.channel-photo-video .channel-photo li a:hover img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.channel-photo-video .channel-photo li img {
  position: relative;
  display: block;
  width: 100%;
  top: -4px;
  left: -4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 1px 2px 2px #dfdddb;
  box-shadow: 1px 2px 2px #dfdddb;
}
/*--------------------------------- Widget: Faqs */
.widget-faqs .widget-title {
  margin: 5px 0;
  padding-bottom: 7px;
  font-size: 16px;
  border-bottom: none;
  background: transparent;
}
.widget-faqs .wrap-widget {
  position: relative;
  padding: 14px 15px 26px 15px;
  background: #ECECEC;
}
.widget-faqs .view-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.widget-faqs li:before {
  border-left-color: #024C91;
}
/*--------------------------------- Widget: Contact US */
.widget-contact {
  border: 3px solid #FF8C00;
}
.widget-contact .wrap-widget {
  padding: 8px 12px 12px 12px;
}
.widget-contact .widget-title {
  margin-bottom: 0;
  padding-bottom: 8px !important;
  font-size: 16px;
  color: #FF8C00 !important;
  background-image: none !important;
  border: none;
}
.widget-contact .widget-description {
  margin-bottom: 8px;
  font-family: Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  font-style: italic;
  font-size: 12px;
  color: #46463f;
}
.widget-contact .vcard .email i {
  font-size: 12px;
  color: #FF8C00;
}
/*--------------------------------- Widget: Text */
.widget-text .wrap-widget img {
  display: block;
  margin: 0 auto;
  border: 3px solid #fff;
}
/*--------------------------------- Widget: Links */
.widget_links .widget-title {
  padding: 0 11px 7px;
  font-size: 12px;
  color: #7e7d71;
  background: none;
}
.widget_links li {
  border-top: 1px solid #ccc;
}
.widget_links li a {
  font-family: Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  font-style: italic;
  font-size: 12px;
  text-transform: none;
  color: #002a3f;
}
.widget_links .xoxo a {
  display: block;
  padding: 5px 27px;
  background: url("'img/'/ico/bullets-left.png") -231px 4px no-repeat;
  border-top: 1px solid #fff;
}
/*--------------------------------- Widget: Campus */
.widget-campus .crsl-items {
  height: 139px;
  border: 3px solid #fff;
}
.widget-campus h4 {
  margin-top: 5px;
  font: italic 12px/140% Georgia, 'Times New Roman', Garamond, 'Lucida Bright', seriff;
  text-transform: none;
  color: #003863;
}
.widget-campus .li {
  padding-top: 2px;
  padding-bottom: 3px;
}
/*--------------------------------- Widget: Where */
.widget-where {
  border: 2px solid #d7d7d7;
}
.widget-where .wrap-widget {
  padding: 3px 10px 10px 10px;
  background: #ebe8e5 url("'img/'/auxi/diagonal-pattern-strong.png") repeat 0 0;
  border: 3px solid #fff;
}
/*--------------------------------- Widget: Search Tearchers */
.search-people .widget-title {
  padding-bottom: 0;
  color: #004c8c;
  background: transparent;
}
.search-people .search-people-content {
  display: inline;
  float: left;
  width: 155px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.search-people .search-people-content p {
  font-size: 11px;
}
.search-people .search-people-form {
  position: relative;
  display: inline;
  float: right;
  width: 220px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  border-left: 1px solid #CCC;
}
.search-people .search-people-form .loading {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
/*--------------------------------- Widget: Search News */
.widget-search-news .wrap-widget {
  background-image: url("'img/'/auxi/diagonal-pattern.png");
}
.widget-search-news .widget-title {
  padding-bottom: 5px;
  color: #ff8303;
  background: none;
}
.widget-search-news label {
  display: block;
  padding-bottom: 4px;
}
.widget-search-news .text {
  width: 96%;
}
.widget-search-news select {
  width: 100%;
}
/*--------------------------------- Widget: Share */
.widget-share {
  padding-bottom: 15px;
}
.widget-share ul {
  margin-left: 0;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}
.widget-share ul li {
  margin-bottom: 4px;
  padding: 6px 0;
  font-size: 11px;
  background: none;
}
.widget-share ul li:before {
  display: none;
}
.widget-share ul li a i {
  position: relative;
  color: #7A7A7A;
  top: -2px;
  font-size: 16px;
}
.widget-share .like-item {
  float: left;
}
/*--------------------------------- Widget: Cifras */
.widget-cifras {
  position: relative;
}
.widget-cifras .wrap-widget {
  border: 2px solid #d7d7d7;
}
.widget-cifras .cifra-content {
  position: relative;
  text-align: center;
  background: #eae9e7 url("'img/'/auxi/diagonal-pattern-strong.png") repeat 0 0;
  border-bottom: 1px solid #d3d3d3;
}
.widget-cifras .cifra-description {
  padding: 7px 15px 25px 15px;
  font: italic 100%/120% Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  background-color: #ebe9e6;
  color: #46463f;
}
.widget-cifras .cifra-number {
  position: relative;
  border: 3px solid #fff;
  background: transparent url("'img/'/back/white-cifras.png") no-repeat center;
}
.widget-cifras .cifra-number .mark {
  position: absolute;
  width: 26px;
  height: 15px;
  bottom: -4px;
  left: 50%;
  margin-left: -13px;
  background-position: -238px -4px;
  z-index: 5;
}
.widget-cifras .wrap-cifra {
  position: relative;
  width: 160px;
  margin: 0 auto;
  padding: 25px 10px;
  white-space: nowrap;
}
.widget-cifras .cifra-value {
  display: block;
  width: 100%;
  height: 120px;
  padding-top: 18px;
  font-size: 81px;
  font-weight: normal;
  line-height: 100%;
  color: #ff8300;
}
.widget-cifras .cifra-value.dec-size {
  font-size: 90px;
}
.widget-cifras .cifra-percent,
.widget-cifras .cifra-plus {
  position: absolute;
  top: 15px;
  right: 25px;
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-size: 55px;
  font-weight: bold;
  color: #7e7d71;
  text-shadow: 0 0 4px #fff;
}
.widget-cifras .cifra-plus {
  right: auto;
  left: 22px;
}
.widget-cifras .cifra-is-position {
  letter-spacing: -2px;
}
.widget-cifras .cifra-position {
  position: relative;
  top: -32px;
  left: -2px;
  font-size: 62.5%;
  text-transform: lowercase;
}
.widget-cifras .cifra-content .view-more {
  position: absolute;
  bottom: -1px;
  right: 0;
}
.side-dec .sidebar-info h3 {
  position: relative;
  text-align: center;
  background: #EAE9E7 url("'img/'/auxi/diagonal-pattern-strong.png") repeat 0 0;
  border-bottom: 1px solid #D3D3D3;
}
/*--------------------------------- Widget: Single Publication */
#investigacion-al-dia .publication-shortcode-widget {
  margin-top: -11px;
}
.publication-widget .wrap-widget {
  background: #ebe8e5 url("'img/'/auxi/diagonal-pattern-strong.png") repeat;
}
.publication-widget .research-loop {
  position: relative;
  padding-top: 30px;
}
.publication-widget .research_tax-tag {
  position: absolute;
  top: 0;
  left: -17px;
  padding: 3px 5px;
  font-size: 11px;
  color: #fff;
  background: #7e7d71;
}
.publication-widget .entry-title {
  font-family: inherit;
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  line-height: 150%;
}
.publication-widget .entry-title a {
  color: #000;
}
.publication-widget .author {
  margin-bottom: 14px;
  font-size: 11px;
  line-height: 150%;
}
.publication-widget .button {
  float: right;
}
.publication-list-widget .research-loop {
  padding-top: 0;
}
.publication-list-widget .research-entry {
  padding-top: 30px;
  clear: both;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #CBCBCB;
}
.publication-list-widget .research-entry + .research-entry {
  border-top: 1px solid #fff;
  padding-top: 50px;
}
.publication-list-widget .research-entry + .research-entry .research_tax-tag {
  top: 20px;
}
.publication-list-widget .research-entry:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/*--------------------------------- Widget: Slider Publicaciones */
.research-slider {
  position: relative;
  margin-top: 50px;
}
.research-slider .widget-title {
  position: absolute;
  top: -30px;
  left: 5px;
  padding-bottom: 0;
  background: none;
}
.research-slider .research-loop {
  position: static;
  padding-top: 0;
}
.research-slider .research-entry {
  width: 396px;
  padding: 11px;
}
.research-slider .research-entry .research-thumb-description {
  margin-bottom: 10px;
  padding: 5px 30px 15px;
  font: italic 22px/120% Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  text-transform: none;
  text-shadow: 1px 1px 1px #fff;
  color: #46463f;
  border-bottom: 1px solid #d3d3d3;
}
.research-slider .research-content-wrap {
  padding: 0 25px;
}
.research-slider .research_tax-tag {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  margin: 18px 0 14px 0;
}
.research-slider .research-thumb {
  border-bottom: 1px solid #fff;
}
.research-slider .research-thumb img {
  display: block;
  margin: 0 auto;
  border: 0;
}
.research-slider .prev-next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  outline: none;
}
.research-slider .prev-next:hover {
  background-color: #d7d7d7;
}
.research-slider .prev-next span {
  position: absolute;
  top: 9px;
  width: 8px;
  height: 13px;
}
.research-slider .prev {
  left: -1px;
}
.research-slider .next {
  right: -1px;
}
.research-slider .plain-prev {
  left: 8px;
  background-position: -191px 0;
}
.research-slider .plain-next {
  left: 12px;
  background-position: -219px 0;
}
/*--------------------------------- Widget: Calendar */
.widget-calendar .widget-title {
  border-bottom: 0;
}
.widget-calendar .wrap-widget {
  padding: 0 10px 15px 10px;
  background: #ebe8e5;
  border-top: 0;
}
.widget-calendar .calendar-title {
  position: relative;
  padding: 4px 0;
  font-family: "FrancoisOneRegular", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #b4b3ab;
  font-size: 12px;
}
.widget-calendar .calendar-title a {
  color: #fff;
}
.widget-calendar .calendar-title .prev-month,
.widget-calendar .calendar-title .next-month {
  position: absolute;
  top: 2px;
  left: 30px;
  font-size: 13px;
  color: #fff;
}
.widget-calendar .calendar-title .next-month {
  left: auto;
  right: 30px;
}
table.calendar {
  width: 100%;
  margin-bottom: 10px;
  table-layout: fixed;
}
table.calendar td,
table.calendar th {
  width: 14.28%;
}
table.calendar thead th {
  padding: 10px 3px;
  font-size: 10px;
  text-align: center;
  color: #B4B3AB;
}
table.calendar td {
  font-size: 10px;
  text-align: center;
  background: #fff;
  border: 2px solid #E0E0E0;
}
table.calendar td .active-day,
table.calendar td a {
  position: relative;
  display: block;
  padding: 4px 2px 8px 2px;
  color: #000;
  outline: none;
}
table.calendar td .active-day:hover,
table.calendar td a:hover {
  text-decoration: none;
  background: #ebe8e5;
}
table.calendar td.inactive-day {
  padding: 4px 2px 8px 2px;
  background: #EBE8E5;
}
table.calendar .current-day {
  background: #e8e8e8;
}
table.calendar .day-cats {
  position: absolute;
  width: 100%;
  bottom: 3px;
  left: 3px;
}
table.calendar .day-cats .event-cat-icon {
  float: left;
  margin-left: 2px;
}
/***************************************************************** HEADER */
/*--------------------------------- Nav Top */
.nav-top {
  display: inline-block;
  margin-right: 10px;
}
.nav-top ul {
  display: inline-block;
}
.nav-top li {
  float: left;
  border-left: 1px solid #09508f;
  font-size: 11px;
  line-height: 100%;
}
.nav-top li:first-child {
  border-left: 0;
}
.nav-top li.active {
  border-left: none;
}
.nav-top li.active a {
  background: #1267ae url("'img/'/auxi/shadow-nav.png") repeat-x bottom left;
}
.nav-top li.active + li {
  border-left: none;
}
.nav-top li a {
  padding: 6px 7px;
  color: #fff;
}
/*--------------------------------- Lang Links */
.lang-link {
  position: relative;
  top: -2px;
  font: normal 11px/100% Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  color: #fff;
}
.lang-link .flag {
  display: inline-block;
}
.lang-link .flag-en {
  position: relative;
  top: 1px;
  left: 1px;
}
/*--------------------------------- Online Services */
/* Button */
#online-services-link {
  position: absolute;
  top: 0;
  right: 0;
  font: normal 12px/100% "FrancoisOneRegular", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #0d5796;
  border: 1px solid #0e5fa2;
}
#online-services-link:hover,
#online-services-link .toggle-active {
  background-color: #0E5FA2;
}
#online-services-link span {
  padding: 10px 28px 10px 13px;
  background: transparent url("'img/ico'/bullets-right.png") no-repeat 69px -52px;
}
/* List of links */
.online-services {
  padding: 20px 0 10px 0;
  background: #023a67;
  border-bottom: 1px solid #1061A6;
  -webkit-box-shadow: inset 0 -20px 40px -10px #033152;
  box-shadow: inset 0 -20px 40px -10px #033152;
}
.online-services h3 {
  margin-bottom: 13px;
  padding-bottom: 5px;
  font-size: 23px;
  border-bottom: 3px double #1061a6;
}
.online-services ul li {
  margin-bottom: 25px;
  font-size: 10px;
  line-height: 120%;
}
.online-services ul li.menu-udd-google-apps h4 a {
  padding-right: 23px;
  background: url("'img/'/ico/gmail-icon.png") no-repeat right top;
}
.online-services h4 {
  padding: 0 0 7px 12px;
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent url("'img/'/ico/bullets-left.png") no-repeat -202px -63px;
}
.online-services h4 a {
  color: #b8e3ff;
}
/*--------------------------------- Site title and search main */
.subwrap-header-main {
  padding-top: 20px;
  padding-bottom: 15px;
}
/*------------------------- Site title */
#site-title {
  float: left;
}
/*------------------------- Search form */
.search-main {
  float: right;
  width: 195px;
  margin-top: 10px;
  background: #FFF;
}
.search-main #s {
  float: left;
  width: 150px;
  padding: 5px 4px 3px 4px;
  font: italic 11px/110% Georgia, serif;
  color: #666;
  border: 1px solid #fff;
}
.search-main #searchsubmit {
  display: block;
  float: right;
  width: 29px;
  height: 25px;
  text-indent: -10000px;
  background: #ff8303 url("'img/ico'/sprite-buttons-icons.png") no-repeat 1px 0;
  border: none;
  cursor: pointer;
}
.search-main #searchsubmit:hover {
  background-color: #f60;
}
#search-main-mobile.visible-mobile {
  display: none !important;
}
/*--------------------------------- Nav Main */
#nav-main {
  margin-bottom: 15px;
}
#nav-main-mobile.visible-mobile {
  display: none !important;
}
/* Page Admision */
.page-template-page-admision #nav-main,
.post-type-archive-postgrad #nav-main,
.post-type-archive-training_course #nav-main {
  margin-bottom: 0;
}
.nav-main {
  position: relative;
  height: 36px;
  background: #e4dbd6 url("'img/'/auxi/diagonal-pattern.png") repeat 0 0;
}
.nav-main > ul {
  display: table;
  width: 100%;
}
.nav-main > ul > li {
  display: table-cell;
  height: 36px;
}
.nav-main > ul > li > a {
  display: block;
  width: 100%;
  vertical-align: middle;
  height: 36px;
  padding-top: 8px;
  font-size: 13px;
  text-align: center;
  color: #00355e;
  border-top: 1px solid #fff;
}
.nav-main > ul > li > a > span {
  position: relative;
  display: block;
  padding-left: 17px;
  padding-right: 17px;
}
.nav-main > ul > li > a > span:before {
  position: absolute;
  display: block;
  width: 0;
  height: 15px;
  content: '';
  top: 2px;
  left: 0;
  border-left: 1px solid rgba(0, 53, 94, 0.25);
}
.nav-main > ul > li.active > a {
  color: #fff;
  background: #1267ae url("'img/'/auxi/shadow-nav.png") repeat-x bottom left;
  border-top-color: #4189c3;
}
.nav-main > ul > li > a:hover,
.nav-main > ul > li:hover > a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 1px #00355E;
  background: #003660 url("'img/'/auxi/shadow-nav.png") repeat-x bottom left;
  border-top: 1px solid #003660;
}
.nav-main > ul > li > a:hover > span:before,
.nav-main > ul > li:first-child > a > span:before,
.nav-main > ul > li:hover + li > a > span:before,
.nav-main > ul > li.active + li > a > span:before {
  display: none;
}
.nav-main > ul > li > ul {
  transition: all 0.25s;
  position: absolute;
  display: none;
  opacity: 0;
  z-index: 50;
  border: 2px solid #003660;
  border-top: 1px solid #1267AE;
}
.nav-main > ul > li > ul li {
  display: block;
  float: none;
  width: auto;
  font-size: 12px;
  text-transform: none;
  border-top: 1px solid #fff;
  position: relative;
}
.nav-main > ul > li > ul li:first-child {
  border-top: none;
}
.nav-main > ul > li > ul li a {
  display: block;
  width: 170px;
  padding: 9px 10px 8px 25px;
  line-height: 130%;
  text-shadow: none !important;
  color: #fff;
  border: none !important;
  background: #003660 !important;
  text-indent: -11px;
}
.nav-main > ul > li > ul li a:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  border-top: 3px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 3px solid transparent;
}
.nav-main > ul > li > ul li > ul {
  position: absolute;
  top: -1px;
  left: 100%;
  opacity: 0;
  display: none;
  transition: all .25s;
  border: 1px solid #003660;
}
.nav-main > ul > li > ul li > ul a {
  background: #002847 !important;
  text-indent: 0;
  padding-left: 14px;
}
.nav-main > ul > li > ul li > ul a:before {
  display: none;
}
.nav-main > ul > li > ul li:hover > a {
  color: #003660;
  background: #fff !important;
}
.nav-main > ul > li > ul li:hover > a:before {
  border-left-color: #003660;
}
.nav-main > ul > li > ul li:hover > ul {
  display: block;
  opacity: 1;
}
.nav-main > ul > li > ul li:hover > ul a:hover {
  background: #ececec !important;
}
.nav-main > ul > li > ul li:hover > ul:before,
.nav-main > ul > li > ul li:hover > ul:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 17px;
  height: 8px;
}
.nav-main > ul > li > ul li:hover > ul:before {
  z-index: 100;
  border-left: 8px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.nav-main > ul > li > ul li:hover > ul:after {
  z-index: 99;
  border-left: 9px solid #003660;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.nav-main > ul > li:hover > ul {
  display: block;
  opacity: 1;
}
.nav-main > ul > li:last-child > ul {
  right: 0;
}
/*--------------------------------- Nav Careers */
/* Button */
#nav-careers-link {
  position: absolute;
  top: 0;
  right: 0;
  font: normal 11px/100% "FrancoisOneRegular", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  background: #014C8F;
  padding: 12px 16px;
}
#nav-careers-link:hover,
#nav-careers-link.toggle-active {
  background-color: #0E5FA2;
}
#nav-careers-link:hover span,
#nav-careers-link.toggle-active span {
  background-position: 28px -116px;
}
#nav-careers-link.active {
  border: none;
}
#nav-careers-link.active span:after {
  border-bottom: 0;
  border-top: 5px solid white;
}
#nav-careers-link span:after {
  content: '';
  display: inline-block;
  border-bottom: 5px solid white;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-left: 7px;
  position: relative;
  top: -2px;
}
/* List of links */
.nav-careers {
  display: none;
  float: left;
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  padding-top: 25px;
  background-color: #054887;
}
.nav-careers .wrap-content {
  margin-left: 10px;
}
.nav-careers h3 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px double #1560ab;
}
.nav-careers .career-item {
  min-height: 45px;
  padding-left: 11px;
  margin-bottom: 5px;
  font-size: 12px;
  background: transparent url("'img/'/ico/bullets-left.png") no-repeat scroll -162px -123px;
}
.nav-careers .career-item a {
  color: #b8e3ff;
  text-decoration: none;
}
.nav-careers .career-item a:hover {
  text-decoration: underline;
}
/***************************************************************** MAIN */
/*--------------------------------- MicroData: vCalendar */
.vcalendar-day {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}
.vcalendar-day:last-child {
  border-bottom: none;
}
.vcalendar-day .vevent {
  margin: 0 0  10px 45px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  zoom: 1;
}
.vcalendar-day .vevent:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.vcalendar-day .vevent.last,
.vcalendar-day .vevent:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.vcalendar-day .summary {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 130%;
  font-family: 'FrancoisOneRegular', Helvetica, Arial, sans-serif;
}
.vcalendar-day .vevent-location {
  display: block;
  padding-left: 15px;
  font-size: 10px;
  line-height: 135%;
  position: relative;
}
.vcalendar-day .vevent-location .location {
  display: block;
}
.vcalendar-day .vevent-location .icon-location {
  position: absolute;
  left: 0;
  color: #003F84;
  font-size: 16px;
  top: -3px;
}
.eventdate {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  text-align: center;
  line-height: 100%;
  background-color: #fff;
  border: none;
  outline: hidden;
}
.eventdate .day {
  display: block;
  padding: 1px 0;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #014c8f;
}
.eventdate .month {
  display: block;
  padding: 4px 0 5px 0;
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  font-size: 21px;
  color: #002b51;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
}
/*--------------------------------- MicroData: vCard */
.vcard {
  font-size: 11px;
  line-height: 120%;
}
.vcard .photo {
  float: left;
  margin: 0 10px 10px 0;
  border: 3px solid #fff;
}
.vcard .fn {
  display: block;
  color: #464646;
}
.vcard .org {
  color: #222;
}
.teachers-type .photo,
.single-press_mention .photo {
  border-color: #d7d7d7;
}
/*--------------------------------- MicroData: hEntry */
.hentry-data {
  color: #7A7A7A;
}
.hentry-data .published {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
}
.hentry-data .entry-meta .published {
  display: inline;
}
.hentry-data .entry-title {
  margin-top: 5px;
  margin-bottom: 9px;
  font: normal 14px/125% FrancoisOneRegular, Arial, Sans-serif;
  text-transform: none;
}
.hentry-data .entry-summary {
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 135%;
}
.hentry-data .category-destacado {
  font-size: 10px !important;
  text-transform: uppercase;
  color: #ff7b02;
}
.hentry-data .category-destacado i {
  position: relative;
  top: -2px;
}
.hentry .entry-meta {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  color: #333;
}
.single .post-entry .entry-title {
  margin-top: 0;
}
.research-news .entry-summary {
  font-size: 13px;
}
.tags {
  font-size: 10px;
  text-transform: uppercase;
  color: #014C8F;
  font-weight: bold;
}
/***************************************************************** STRUCTURE */
.links-admission-list {
  position: absolute;
  width: 210px;
  min-height: 135px;
  bottom: 168px;
  right: 22px;
  background: #033d6b;
  z-index: 10;
}
.links-admission-list h3 {
  font-size: 16px;
  background: #00355e;
  padding: 10px;
  text-shadow: 0 1px 1px #002b51;
}
.links-admission-list .arrow-title {
  background: url("'img/'auxi/title-arrow.png") no-repeat 30px 0;
  height: 15px;
}
.links-admission-list ol {
  padding-bottom: 5px;
}
.links-admission-list li {
  background: url("'img/'/ico/bullets-left.png") no-repeat -162px -117px;
  padding: 4px 10px 4px 11px;
  margin-left: 10px;
}
.links-admission-list li a {
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
/*--------------------------------- Main */
#main-head {
  position: relative;
  padding-bottom: 10px;
  border-top: 1px solid #FFF;
  border-bottom: 3px solid #E0E0E0;
  z-index: 5;
}
.no-cssgradients #main-head,
.no-js #main-head {
  background: #FFF url("'img/'/back/gradient-home-main-header.jpg") repeat-x 0 0;
}
.cssgradients #main-head {
  background: #FFF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e8e8e8 1%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e8e8e8), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e8e8e8 1%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e8e8e8 1%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e8e8e8 1%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(top, #e8e8e8 1%, #ffffff 100%);
  /* W3C */
}
body.page-template-template-iframe {
  background: none;
}
.profile-feature-item {
  position: absolute;
}
#investigacion-al-dia .grid-6,
#udd-en-el-mundo .grid-6 {
  padding-top: 35px;
}
.wrap-content {
  position: relative;
  padding-top: 28px;
  padding-bottom: 30px;
}
.post-entry {
  float: left;
  width: 100%;
}
/***************************************************************** MAIN */
.post-entry,
.career-lists,
.people-list {
  margin-bottom: 30px;
}
/*--------------------------------- Careers list */
.career-lists {
  /* Career list table */
}
.career-lists h2 {
  font-size: 20px;
  color: #000;
}
.career-lists .muted {
  font-family: "FrancoisOneRegular", sans-serif;
  display: inline-block;
  font-size: 10px;
  color: #818174;
  text-transform: uppercase;
}
.career-lists .dl-table th,
.career-lists .dl-table td {
  display: block;
  width: 100%;
}
.career-lists .dl-table th {
  font-weight: bold;
  padding: 15px 0 10px;
  border-top: 1px solid #CBCBCB;
}
.career-lists .dl-table td {
  padding: 0 0 15px;
  border-top: none;
}
.career-lists .dl-table .wrap-td {
  padding: 10px 18px;
  background: #EBE8E5;
}
.career-lists .new-tag {
  display: inline-block;
  font-size: 10px;
  padding: 0 4px;
  line-height: 13px;
}
/*--------------------------------- Table: Careers, Cifras */
table.dl-table {
  width: 100%;
}
table.dl-table th,
table.dl-table td {
  position: relative;
  padding: 15px 0;
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
  border-top: 1px dotted #ccc;
}
table.dl-table th {
  padding-right: 15px;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  background: transparent;
}
table.dl-table tr:first-child th,
table.dl-table tr:first-child td {
  border-top: none;
}
table.dl-table .wrap-td {
  position: relative;
  padding: 11px 10px 11px 25px;
  background: #ebe8e5 url("'img/'/auxi/separate-dl-table.png") no-repeat center left;
}
#postgrados table.dl-table .wrap-td,
#diplomados table.dl-table .wrap-td,
#seminarios-y-cursos table.dl-table .wrap-td {
  background: none;
}
/* Cifras list */
table.cifras-list th {
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
  font: normal 228%/100% "FrancoisOneRegular", sans-serif;
  text-align: center;
  color: #FF8301;
}
table.cifras-list span.wrap-td {
  background: none;
}
table.cifras-list.fact-loop tbody tr:nth-child(2n) > td {
  background-color: transparent !important;
}
/*--------------------------------- People list */
.people-list h2 {
  font-size: 20px;
  color: #46463f;
}
.people-list section h3 {
  font: italic 14px/130% Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  text-transform: none;
}
.people-list .vcard {
  margin-bottom: 15px;
  line-height: 140%;
}
.people-list .vcard img {
  float: left;
  margin-right: 10px;
  padding: 0;
  width: 99px;
  height: 96px;
}
.people-list .vcard .wrap-vcard {
  padding: 0;
}
/*--------------------------------- Person Profile */
.person-header .role-main {
  margin: 0 0 10px;
  text-transform: none;
  font-size: 13px;
  color: #46463f;
}
.single-person .vcard {
  font-size: 13px;
}
.single-person .note {
  margin: 14px 0 28px;
}
.single-person .profile-dl a {
  display: inline-block;
}
.people-contact p {
  margin: 10px 0;
}
.people-contact a {
  font-weight: bold;
  color: #000;
}
.person-profile {
  position: relative;
}
.person-profile.has-thumbnail {
  padding-left: 150px;
  min-height: 155px;
}
.person-profile .note {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px double #d7d7d7;
}
.person-profile .wp-post-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 140px;
}
.person-profile h1 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 135%;
  color: #464646;
}
.person-general-info {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px double #d7d7d7;
}
.person-general-info h4 {
  margin: 28px 0 14px;
  text-transform: uppercase;
  color: #464646;
  font-size: 16px;
}
.person-general-info h4:first-child {
  margin-top: 0;
}
.person-general-info ul {
  margin-left: 0;
}
.person-header-cover .cover-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.person-header-cover .cover-mask:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  content: '';
  width: 100%;
  height: 250px;
  background: linear-gradient(to top, rgba(0, 76, 144, 0.85) 5%, rgba(0, 76, 144, 0) 75%);
}
.person-header-cover .person-cover {
  border: 0;
  position: absolute;
  left: 0;
}
.person-header-cover .wp-post-image {
  z-index: 20;
  top: 115px;
  left: 15px;
  width: 120px;
  height: auto;
  border: 5px solid #fff;
}
.person-header-cover-info {
  min-height: 230px;
  position: relative;
  z-index: 50;
}
.person-header-cover-info header {
  position: absolute;
  bottom: -15px;
}
.person-header-cover-info header h1,
.person-header-cover-info header .role-main,
.person-header-cover-info header .people-contact a,
.person-header-cover-info header .people-contact span {
  color: #fff;
}
@media only screen and ( max-width : 720px ) {
  .person-profile.has-thumbnail {
    padding-left: 0;
  }
  .person-profile.has-thumbnail .wp-post-image {
    position: relative;
  }
  .person-header-cover .person-cover {
    height: 250px;
  }
  .person-header-cover-info {
    min-height: 0;
  }
  .person-header-cover-info header {
    position: relative;
    bottom: 0;
    margin-top: 145px;
  }
  .person-header-cover-info h1,
  .person-header-cover-info .role-main,
  .person-header-cover-info .people-contact a,
  .person-header-cover-info .people-contact span {
    color: #464646 !important;
  }
}
/*--------------------------------- Prensa */
.press_mentions-navigation {
  margin: 14px 0 21px;
  font-size: 11px;
  color: #666;
}
.press_mentions-navigation .reset-filters {
  margin-top: 5px;
}
.press_mentions-navigation .set-date-filters {
  text-align: right;
}
.press_mentions-navigation form,
.press_mentions-navigation select {
  display: inline-block;
  margin-left: 3px;
  text-align: left;
  text-transform: capitalize;
}
.press_mentions-navigation select {
  width: 300px;
}
/*--------------------------------- Prensa */
.press_mention_tax-thumb {
  float: right;
  margin-bottom: 0;
  border: 2px solid #CCC;
}
.recent-news-prensa,
.std-text .recent-news-prensa {
  width: 100%;
  margin: 0;
}
.recent-news-prensa li,
.std-text .recent-news-prensa li {
  position: relative;
  min-height: 93px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 13px;
  background: #ebe9e6;
}
.recent-news-prensa li:before,
.std-text .recent-news-prensa li:before {
  display: none;
}
.recent-news-prensa .attachment-press_source-thumb,
.std-text .recent-news-prensa .attachment-press_source-thumb,
.recent-news-prensa .attachment-press_source-thumb-wrap,
.std-text .recent-news-prensa .attachment-press_source-thumb-wrap {
  border: none;
}
.recent-news-prensa .attachment-press_source-thumb-wrap {
  position: absolute;
  width: 166px;
  height: 53px;
  top: 20px;
  left: 20px;
  background: #fff;
}
.recent-news-prensa .attachment-press_source-thumb-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.recent-news-prensa .wrap-press-mention {
  padding-left: 186px;
}
.recent-news-prensa .wrap-press-mention .button-download {
  top: 0;
}
.recent-news-prensa .mention-title {
  position: relative;
}
.recent-news-prensa .mention-title .published {
  margin-bottom: 4px;
}
.recent-news-prensa .mention-title h3 {
  font-size: 14px;
  margin-bottom: 0;
}
.recent-news-prensa .mention-title .button-download {
  position: absolute;
  top: -14px;
  right: 0;
}
.press-mention-info,
.std-text .press-mention-info {
  font-size: 10px;
  margin-bottom: 1.2em;
}
.press-mention-info .entry-format {
  text-transform: uppercase;
}
.press-mention-pdf,
.entry-media-length {
  color: #666;
}
.download-pdf2:before {
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 4px;
  position: relative;
  top: 3px;
  background-position: -202px -248px;
}
/*------------------------- Video Thumbnail */
.press-mention-video-thumb {
  position: relative;
  display: inline-block;
  float: left;
  width: 166px;
  height: 90px;
  overflow: hidden;
}
.press-mention-video-thumb.external-thumb img {
  position: absolute;
  top: 50%;
  margin-top: -35.5%;
}
.press-mention-video-thumb .view-video {
  display: block;
  position: relative;
  width: 82px;
  top: 61px;
  left: 64px;
  padding-top: 5px;
  border: none;
}
.press-mention-video-thumb .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -33px;
  cursor: auto;
}
/*--------------------------------- Section: Oped Loop */
.press-oped-loop .hentry {
  position: relative;
  padding-left: 110px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 9px;
  margin-bottom: 24px;
}
.press-oped-loop .wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
}
.press-oped-loop .entry-title {
  font-size: 15px;
}
.single-press_mention .people-list {
  margin: 10px 0 0;
}
.people-list .oped-author .wrap-vcard {
  width: 280px;
}
/*--------------------------------- Section: Publications */
.post-type-archive-research .post-title {
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 11px;
  font-weight: normal;
  text-transform: none;
}
.post-type-archive-research .research-entry {
  position: relative;
  padding-right: 165px;
  min-height: 30px;
}
.post-type-archive-research .research-entry .button-download {
  position: absolute;
  right: 20px;
  top: 24px;
}
.post-type-archive-research .tags a {
  font-weight: bold;
  color: #002b51;
}
.recent-news-prensa.crsl-wrap li {
  padding: 10px 45px 15px 15px;
}
.recent-news-prensa.crsl-wrap .button {
  margin-top: 10px;
}
.widget.post-type-archive-research {
  position: relative;
}
.research-crsl-nav {
  position: relative;
  width: 100%;
  right: -8px;
  top: 70px;
  z-index: 10 !important;
}
.research-crsl-nav a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
}
.research-crsl-nav a.next {
  right: 0;
  border: 2px solid #d7d7d7;
}
.research-crsl-nav a.next:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -3px;
  border-left: 10px solid #D7D7D7;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.research-crsl-nav a.next:hover:after {
  border-left-color: #b1b1b1;
}
.research-crsl-nav a.previous {
  display: none;
}
/* Videos Sala de Prensa */
.entry-video.video-article {
  position: relative;
  padding-left: 214px;
  min-height: 128px;
  margin-bottom: 20px;
  color: #7a7a7a;
  background-color: #ddd;
}
.entry-video.video-article .video-image {
  width: 214px;
  height: 128px;
  position: absolute;
  left: 0;
}
.entry-video.video-article .published {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  color: #333;
}
.entry-video.video-article .entry-title {
  font-size: 16px;
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 100%;
}
.entry-video.video-article.video .play-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  bottom: 0;
}
.entry-video.video-article.video .play-video .sprite-video-play {
  top: 50%;
  margin-top: -20px;
}
.entry-video.video-article.video.video-principal {
  padding-left: 0;
}
.entry-video.video-article.video.video-principal .video-image {
  width: 100%;
  height: auto;
  position: relative;
  left: auto;
}
.entry-video.video-article.video.video-principal .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  color: white;
}
.entry-video.video-article.video.video-principal .published {
  color: #fff;
}
/*--------------------------------- Section: Feature post */
.feature-post {
  margin-bottom: 20px;
}
.feature-post .entry-title {
  font-size: 20px;
}
.feature-post .entry-summary {
  margin-top: 10px;
}
.feature-post img {
  padding: 3px;
  border: 1px solid #d7d7d7;
}
.hentry-header {
  margin-bottom: 20px;
}
.hentry-header .entry-title {
  font-size: 20px;
}
/*--------------------------------- Section: News List */
.news-list {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dadada;
}
.news-list .hentry {
  margin-bottom: 1px;
}
.news-list .hentry img {
  border: 3px solid #d7d7d7;
}
.news-list .hentry .entry-title {
  font-size: 14px;
  line-height: 125%;
}
.news-list.video-list .hentry {
  margin-bottom: inherit;
  color: #7a7a7a;
}
.news-list.video-list .hentry img {
  padding: 0;
  border: none;
}
.news-list.video-list .hentry .entry-title {
  font-size: 18px;
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 24px;
}
.news-list.video-list .hentry .published {
  color: #7a7a7a;
}
/*--------------------------------- Section: Noticias iCursos */
.page-template-template-icursos {
  background: #fff;
}
/*--------------------------------- Section: Wufoo Program Header */
.wufoo_program-header {
  position: relative;
  padding: 20px 0;
  zoom: 1;
}
.wufoo_program-header:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}
.wufoo_program-header [class*="grid-"] {
  margin-bottom: 0;
}
.wufoo_program-header .wrap-program-header {
  width: 100%;
}
.wufoo_program-header .wrap-program-header .program-title {
  padding-bottom: 10px;
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-size: 24px;
  line-height: 1;
}
.wufoo_program-header .wrap-program-header .program-description {
  font-size: 11px;
}
.wufoo_program-header .program-signups {
  text-align: right;
  color: #46463F;
}
.wufoo_program-header .program-signups h3 {
  margin: 8px 0;
  font-size: 14px;
}
.wufoo_program-header .program-signups p {
  font-size: 11px;
}
.side-dec .get-info {
  background: -moz-radial-gradient(25% 0, circle farthest-corner, #115d9a 26%, #01315e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(26%, #115d9a), color-stop(100%, #01315e));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(25% 0, circle farthest-corner, #115d9a 26%, #01315e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(25% 0, circle farthest-corner, #115d9a 26%, #01315e 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(25% 0, circle farthest-corner, #115d9a 26%, #01315e 100%);
  /* IE10+ */
  background: radial-gradient(25% 0, circle farthest-corner, #115d9a 26%, #01315e 100%);
  /* W3C */
}
/*--------------------------------- Section: Single */
/*------------------------- Entry Header */
.hentry-header .hentry-info {
  margin-bottom: 5px;
  color: #999;
}
.hentry-header .hentry-info * {
  display: inline-block;
}
.hentry-header.hentry-data .entry-summary {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 162%;
  color: #7A7A7A;
}
/*------------------------- Entry Content */
.post-entry .entry-content {
  margin-bottom: 40px;
  min-height: 132px;
}
.search .post-entry .entry-content {
  min-height: 0;
}
.entry-content img {
  margin-bottom: 10px;
  padding: 2px;
}
.entry-content .alignleft {
  margin-right: 10px !important;
}
.entry-content .alignright {
  margin-left: 10px !important;
}
.entry-content .aligncenter {
  display: block;
  margin: 1em auto !important;
}
.entry-content .wp-caption {
  background: #ccc;
  padding-bottom: 5px;
}
.entry-content .wp-caption-text {
  display: block;
  text-align: center;
  margin: -10px 0 0;
  font-size: 10px;
  padding: 0 5px;
}
.entry-content .wp-caption-text strong {
  font-weight: normal;
  color: #333;
}
.post-entry .entry-content iframe,
.post-entry .entry-content object,
.post-entry .entry-content embed,
.post-entry .entry-content video,
.post-entry .entry-content audio,
.post-entry .entry-content img,
.post-entry .entry-content .issuuembed {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.post-entry .entry-content img {
  height: auto;
}
.post-entry .entry-content iframe,
.post-entry .entry-content .issuuembed {
  max-width: 100% !important;
}
.post-entry .entry-content iframe,
.post-entry .entry-content object,
.post-entry .entry-content embed,
.post-entry .entry-content video {
  display: block;
}
.entry-content .audioplayer_container object {
  margin-left: 0;
}
.entry-content .entry-video {
  margin: 1em auto;
}
/*---------------------------- Extension programs (diplomas, courses, seminars) */
/* Listado Programas */
.training_courses-list-title {
  color: #46463F;
  border: 0;
  font-size: 16px;
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
}
.training_courses-list-title span {
  display: block;
  padding: 11px 11px 9px;
  background: #EDEBE9;
  border-bottom: 2px solid #d7d7d7;
}
.training_courses-wrap {
  padding: 2px;
  border: 2px solid #D7D7D7;
  background: #fff;
}
.training_course-entry {
  margin: 0;
}
.training_course-heading,
.training_course-signups {
  border-top: 1px dotted #D7D7D7;
}
.training_course-entry.first td {
  border-top: 0;
}
.training_course-heading a:hover:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: .25em;
  background-position: -266px 0;
}
.training_course-heading,
.training_course-description {
  padding: 15px 11px;
}
.training_course-heading .entry-meta {
  font-size: 11px;
  margin-bottom: 0;
}
.training_course-signups,
.training_course-dates {
  width: 138px;
}
.training_course-signups,
.training_course-dates {
  padding: 21px 11px;
  text-align: right;
  vertical-align: middle;
  color: #B4B3AB;
  background: #EBE8E5 url("'img/'/auxi/separate-dl-table.png") no-repeat center left;
}
.training_course-description,
.training_course-dates {
  padding-top: 0;
}
.training_course-dates {
  vertical-align: top;
  font-size: 11px;
  background-position: top left;
}
.training_course-dates,
.training_course-signups .open-signups {
  color: #000;
  text-transform: capitalize;
}
.training_course-signups .program-signups,
.training_course-description a {
  font-size: 11px;
}
.training_course-description img {
  float: left;
  margin: 0 1em 0 0;
  width: 105px;
  height: 90px;
}
.training_course-description a {
  text-decoration: underline;
}
.training_course-description a:hover {
  text-decoration: none;
}
.dec-content .teachers-dec,
.dec-content .talks-list {
  margin: 0 0 2em;
  padding: 0;
}
.dec-content .teachers-dec li,
.dec-content .talks-list li {
  margin: 1em 0 0;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  background: none;
}
.dec-content .teachers-dec li:first-child,
.dec-content .talks-list li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.teachers-dec .teacher-image,
.talks-list .teacher-image {
  position: relative;
  min-height: 150px;
  padding-left: 145px;
}
.teachers-dec img,
.talks-list img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 130px;
  height: 140px;
}
.teachers-dec li:first-child img,
.talks-list li:first-child img {
  top: 0;
}
.dec-content .teachers-dec h3 {
  background: none;
  padding: 0;
}
.dec-content .teachers-dec p,
.dec-content .talk-separator {
  font-size: 1em;
}
.dec-content .talk-separator {
  margin-bottom: -1.2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ededed;
}
.talks-list .talk-name,
.talks-list h3 {
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  text-transform: none;
  color: #000;
}
.talks-list .links-teachers {
  margin-top: 1em;
}
.talks-list .talk-name {
  color: #46463F;
}
.teachers-dec .person-cargo {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 1em;
}
.dec-content .testimonios-list,
.dec-content .testimonios-list li {
  margin: 0 0 2em;
  padding: 0;
}
.dec-content .testimonios-list {
  padding: 15px 15px 0;
  border: 1px solid #ccc;
}
.dec-content .testimonios-list li {
  padding: 2em 0 0 110px;
  position: relative;
  min-height: 111px;
  border-top: 1px dotted #ccc;
  background: none;
}
.dec-content .testimonios-list li:first-child {
  padding-top: 0;
  border-top: none;
}
.dec-content .testimonios-list li:first-child img {
  top: 0;
}
.dec-content .testimonios-list img {
  position: absolute;
  top: 2em;
  left: 0;
  height: 91px;
  width: 91px;
}
.dec-content .testimonios-list h3 {
  margin-bottom: 0;
}
.dec-content .testimonios-list .testimonio-from {
  display: block;
  margin-bottom: 1em;
}
.dec-content .testimonios-list p {
  font-size: 1em;
  font-style: italic;
}
.dec-content .social-dec {
  margin-left: 0;
}
.dec-content .social-dec li {
  padding-left: 0;
  background: none;
}
.dec-content .social-dec .social-icon {
  color: #004C8D;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 0 4px 25px;
  background-image: url("'img/'/ico/social-dec.png");
  background-repeat: no-repeat;
}
.social-dec .facebook {
  background-position: 0 1px;
}
.social-dec .twitter {
  background-position: -29px -28px;
}
.social-dec .flickr {
  background-position: -59px -58px;
}
.social-dec .issuu {
  background-position: -91px -92px;
}
.social-dec h2 + p {
  margin-top: -1em;
  font-size: 11px;
  color: #46463F;
}
.social-dec p {
  font-size: 1em;
}
.social-dec .social-item {
  margin: 15px 0 25px;
  padding: 10px 15px;
  border: 1px solid #dedede;
}
.dec-content .social-dec .slideshare {
  background: none;
  padding-left: 0;
}
.social-dec .flickr-items a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  float: left;
}
.social-dec .flickr-items .main_flickr {
  width: 195px;
  height: 126px;
  margin-left: 0;
}
.social-dec .flickr-more-items .main_flickr {
  width: 390px;
  height: 245px;
  margin: 0 0 6px;
  position: relative;
  float: none;
}
.social-dec .flickr-items .main_flickr img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.social-dec .flickr-items img {
  border: 0;
}
.social-dec .flickr-items a {
  width: 54px;
  height: 54px;
  margin-left: 7px;
  margin-bottom: 14px;
  border: 2px solid #ccc;
}
.social-dec .flickr-items a.second-row,
.social-dec .flickr-items .main_flickr {
  margin-bottom: 0;
}
.social-dec .flickr-more-items a {
  margin-bottom: 6px;
  margin-left: 6px;
  width: 70px;
  height: 70px;
}
.social-dec .flickr-more-items .first-in-row {
  margin-left: 0;
}
.social-dec .social-embeds-element {
  position: relative !important;
}
.social-dec .social-embeds-element,
.social-dec .social-embeds-element iframe,
.social-dec .social-embeds-element object,
.social-dec .social-embeds-element embed,
.social-dec .social-embeds-element div,
.social-dec .social-item iframe,
.social-dec .social-item .issuuembed {
  width: 394px !important;
}
.social-dec .social-embeds-nav {
  text-align: center;
  padding: 0 0 10px;
}
.social-dec .social-embeds-nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 5px;
  background: #ccc ;
}
.social-dec .social-embeds-nav .point-active {
  background: #004C8D;
}
/* DEC Sidebar */
.side-dec .sidebar-info,
.side-dec .sidebar-inside {
  border: 1px solid #ccc;
}
.side-dec .sidebar-inside {
  margin: 3px;
  line-height: 125%;
}
.side-dec .info-item,
#content .side-dec .sidebar-info h3,
.side-dec .get-info a {
  padding: 10px 15px;
}
.side-dec .info-item {
  font-size: 11px;
  margin: 0 10px;
  border-bottom: 1px dotted #999;
}
.side-dec .info-item p {
  font-size: 11px;
  margin-bottom: 1em;
}
.side-dec .info-item a {
  font-weight: bold;
}
.side-dec .no-border {
  border-bottom: 0;
}
#content .side-dec .sidebar-info h3 {
  margin: 0;
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #999;
  font-size: 11px;
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-weight: bold;
  text-align: left;
}
#content .side-dec .sidebar-info h3:first-child {
  border-top: 0;
}
.side-dec .related-programs {
  margin: 0 0 1em;
  padding: 0;
}
.side-dec .related-programs li {
  font-size: 1em;
}
.side-dec .sidebar-info span,
.side-dec .sidebar-info strong {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
  color: #333;
}
.side-dec .get-info a {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.side-dec .get-info a:hover {
  text-decoration: none;
  background-image: none;
}
.side-dec .banner-green .wrap-banner {
  min-height: 56px;
  padding: 10px 15px 10px 80px;
}
.side-dec .banner-green img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  padding: 3px;
}
.side-dec .banner-green .banner-description {
  font-size: 12px;
}
.side-dec .banner-green .view-more {
  display: none;
}
/*--------------------------------- Hitos */
.page-template-home-hitos .wrap-header-main {
  box-shadow: inset 0px -15px 25px #04325B;
}
.page-template-home-hitos #footer {
  margin-top: 0;
}
#page-hitos .related-item {
  display: inline-block;
  position: relative;
  float: left;
}
#page-hitos .related-news {
  position: relative;
}
#page-hitos .related-item span {
  position: absolute;
  padding: 5px;
  width: 70%;
  bottom: 15px;
  left: 0;
  background: rgba(0, 43, 81, 0.9);
  font-family: "FrancoisOneRegular", Arial, Sans-serif;
  font-size: 90%;
}
#page-hitos .related-title {
  position: absolute;
  padding: 5px;
  bottom: 100px;
  left: 7px;
  background: rgba(0, 43, 81, 0.9);
  font-family: "FrancoisOneRegular", Arial, Sans-serif;
  font-size: 80%;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #001C32;
}
#page-hitos #welcome .button-admision {
  margin-bottom: 12px;
}
#page-hitos .related-item img {
  border-right: 7px solid #FFF;
  border-bottom: 7px solid #FFF;
}
#page-hitos .related-item:first-child img {
  border-left: 7px solid #FFF;
}
#page-hitos .related-item:first-child span {
  left: 7px;
}
#page-hitos #features-home {
  width: 700px;
  padding: 0;
  margin: -20px 10px 20px 10px;
  background: #FFF;
}
.item-img-hito {
  position: absolute;
}
#home-hitos-paged {
  position: absolute;
  bottom: 15px;
  right: 17px;
  z-index: 10;
}
#home-hitos-paged li {
  display: inline-block;
  float: left;
}
#home-hitos-paged li a {
  padding: 5px 7px;
  margin-left: 5px;
  background: #115D9A;
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}
#home-hitos-paged li a:hover,
#home-hitos-paged li.active a {
  background: #001C32;
}
/*--------------------------------- Faqs */
.faq-list ul {
  margin: 0;
}
.faq-list ul li {
  padding: 0;
  font-size: 12px;
  background: none;
}
.faq-list .toggle,
.faq-list ul li .description {
  padding: 13px 20px;
}
.faq-list .toggle {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  background-image: url("'img/'/ico/bullets-left.png");
  background-repeat: no-repeat;
  background-position: -193px -50px;
}
.faq-list ul li a.toggle-active {
  background-color: #EBE8E5;
  background-position: 9px -350px;
}
.faq-list ul li .description {
  display: none;
  margin-bottom: 3px;
  font-size: 12px;
  color: #666;
  border-bottom: 1px dotted #DADADA;
}
/*--------------------------------- Board Directors */
.board-directors .director {
  float: left;
  width: 100%;
  min-height: 190px;
}
.board-directors img {
  float: left;
  margin: 0 20px 0 0;
  width: 158px;
  height: 174px;
}
.board-directors .wrap-director {
  float: left;
  width: 470px;
}
/*--------------------------------- Inline Forms */
.inline-form {
  padding-bottom: 30px !important;
}
.required-tip {
  margin-top: 5px;
  font: italic 11px/120% Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  color: #464646;
}
.inline-form .field {
  position: relative;
  padding: 0 5px 5px 85px;
}
.inline-form .field label {
  position: absolute;
  display: block;
  width: 70px;
  top: 5px;
  left: 0;
  text-align: right;
  color: #333;
}
.inline-form .related-forms {
  margin: 5px 15px 0 0;
  color: #464646;
}
.inline-form .action-next {
  margin-right: 5px;
}
/*--------------------------------- Content Footer */
.content-footer {
  display: inline;
  float: left;
  width: 100%;
  margin: 30px 0;
  padding: 12px 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.back-top {
  float: left;
  margin: 0 !important;
  font-size: 11px;
  color: #999;
}
.wp-pagenavi {
  float: right;
}
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .disabled {
  display: inline-block;
  margin-right: 1px;
  padding: 4px 7px 5px 7px;
  font-size: 11px;
  line-height: 100%;
}
.wp-pagenavi .disabled {
  color: #999;
}
.wp-pagenavi .current {
  color: #FFF;
  background-color: #FF8303;
}
.wp-pagenavi .first:before,
.back-top .back:before,
.back-top .top:before,
.link_toc a:before {
  content: '';
  margin-right: 5px;
  display: inline-block;
  border-style: solid;
  border-color: #014C8F;
  border-width: 4px;
}
.back-top .back:before {
  border-left-width: 0;
  border-color: transparent #014C8F transparent;
}
.back-top .top:before,
.link_toc a:before {
  border-top-width: 0;
  border-color: transparent transparent #014C8F transparent;
  position: relative;
  top: -2px;
}
.wp-pagenavi .last {
  padding-right: 9px;
  background: transparent url("'img/ico'/bullets-right.png") no-repeat 24px -27px;
}
/*--------------------------------- Wufoo Contact */
#wufooFormp7w6s1 {
  width: 606px !important;
  padding: 30px;
  background: #EBE8E5;
  border: 1px solid #D7D7D7 !important;
  -moz-box-shadow: inset 0 0 3px 3px #FFF;
  -webkit-box-shadow: inset 0 0 3px 3px #FFF;
  box-shadow: inset 0 0 3px 3px #FFF;
}
/***************************************************************** WIDGETS */
/*--------------------------------- General */
.widget {
  position: relative;
  margin-bottom: 20px;
}
.make-columns {
  position: relative;
}
.make-columns .widget {
  float: left;
  width: 325px;
}
.widget-title,
.widget-menu-item-with-content h3.widget-title,
.widget-menu-item-with-content h2.widget-title,
.career-lists h2,
.people-list h3 {
  margin: 5px 0;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 100%;
  color: #7E7D71;
  border-bottom: 3px solid #ECECEC;
}
/*.replace-columns .omega .widget-menu-item-with-content:first-child, .replace-columns .omega .widget-menu-with-image:first-child{*/
/*	margin-top: 11px;*/
/*}*/
.main-page .widget-title {
  color: #7A7A7A;
}
.main-page .widget-title + .crsl-items {
  margin-top: 12px;
}
.widget-title-bg {
  background: transparent url("'img/'/auxi/separate-mark-bg.png") no-repeat bottom center;
}
.widget-title-nobg {
  padding-bottom: 10px;
  background: none;
}
.widget-title-serif {
  font: italic 14px/130% Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  text-transform: none;
}
.widget .widget-subtitle {
  padding-bottom: 7px;
  font-size: 16px;
}
.widget .widget-title .raquo,
.widget .widget-subtitle .raquo,
.widget .widget-title i {
  position: relative;
  top: -3px;
}
.widget .widget-title i {
  top: -2px;
  font-size: 80%;
}
.widget .widget-subtitle .raquo {
  top: -2px;
}
.widget .widget-title a:hover,
.widget .widget-subtitle a:hover {
  color: #002A41;
  text-decoration: none;
}
.head-photo-video {
  position: relative;
}
.widget-subtitle .icon {
  float: left;
  margin: 1px 6px 0 0;
}
/* Content */
.wrap-content-inset {
  margin: 0 30px;
}
.wrap-content-inset p {
  font-size: 11px;
  line-height: 140%;
}
.wrap-image-shadow {
  position: relative;
  margin-bottom: 15px;
}
.wrap-image-shadow img {
  display: block;
  height: auto;
  line-height: 100%;
  border: 3px solid #fff;
}
/* Related Links */
.related-links {
  padding: 5px 15px;
  background: transparent;
  border-top: 1px solid #D7D7D7;
}
/* Specific */
.home .grid-6 .widget-title {
  margin-bottom: 10px !important;
  padding-bottom: 7px !important;
  font-size: 23px !important;
  background: transparent !important;
  border-bottom: 1px solid #D3D3D3 !important;
}
.home .grid-6 .widget_links .widget-title {
  margin-bottom: -1px !important;
}
.home .grid-6 .widget-title {
  margin-top: 0 !important;
}
#home-research .grid-6 .widget:first-child,
#home-udd-abroad .grid-6 .widget:first-child {
  margin-top: 30px;
}
/* Widget Box */
.box-border {
  border: 2px solid #D7D7D7;
}
.std-wrap {
  padding: 10px;
}
.box-border .wrap-widget {
  padding: 11px 16px 13px;
  background-color: #EDEBE9;
}
.box-border .wrap-widget img {
  border: 3px solid #FFF;
}
/*---------------------------- Widget: Sello Admisi¨®n */
.adm-seal {
  border-bottom: 1px solid #fff;
  position: relative;
  font-family: Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  font-style: italic;
  line-height: 140%;
  color: #000;
  text-shadow: 1px 1px #fff;
}
.adm-seal-text {
  border-bottom: 1px solid #CBCBCB;
  padding: 0 0 19px 10px;
  position: relative;
  z-index: 10;
}
.check-seal {
  width: 68px;
  height: 58px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-position: -36px -270px;
}
/*------------------------------ Widget: Social Media */
.wrap-social-network {
  padding: 10px 0;
  border-bottom: 1px solid #D3D3D3;
  border-top: 1px solid #FFF;
}
.wrap-social-network:first-child {
  border-top: none;
}
.wrap-social-network .twitter-follow-button {
  margin: .5em 0;
}
.linkedin-code {
  margin: .5em 0;
}
.linkedin-code a {
  display: inline-block;
  margin-left: 7px;
  padding: 5px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
.linkedin-code a:first-child {
  margin-left: 0;
}
#linkedin-follow-link {
  color: #fff;
  border: 1px solid #004A73;
  text-shadow: 1px 1px 0 #004A73;
  background: #05618E;
  background: -webkit-linear-gradient(top, #69A0B6, #277696 1px, #05618e);
  background: -moz-linear-gradient(top, #69A0B6, #277696 1px, #05618e);
  background: -o-linear-gradient(top, #69A0B6, #277696 1px, #05618e);
  background: linear-gradient(top, #69A0B6, #277696 1px, #05618e);
}
#linkedin-follow-link:hover {
  background: #044F72;
  background: -webkit-linear-gradient(top, #69A0B6, #1F607A 1px, #044F72);
  background: -moz-linear-gradient(top, #69A0B6, #1F607A 1px, #044F72);
  background: -o-linear-gradient(top, #69A0B6, #1F607A 1px, #044F72);
  background: linear-gradient(top, #69A0B6, #1F607A 1px, #044F72);
}
#linkedin-share-link {
  color: #069;
  border: 1px solid #A3CFE4;
  text-shadow: 1px 1px 0 #A3CFE4;
  background: #CEE6F1;
  background: -webkit-linear-gradient(top, #EEF7FA, #DCEDF5 1px, #CEE6F1);
  background: -moz-linear-gradient(top, #EEF7FA, #DCEDF5 1px, #CEE6F1);
  background: -o-linear-gradient(top, #EEF7FA, #DCEDF5 1px, #CEE6F1);
  background: linear-gradient(top, #EEF7FA, #DCEDF5 1px, #CEE6F1);
}
#linkedin-share-link:hover {
  background: #C3D9E2;
  text-shadow: 1px 1px 0 #fff;
  background: -webkit-linear-gradient(top, #EEF7FA, #D0E0E8 1px, #C3D9E2);
  background: -moz-linear-gradient(top, #EEF7FA, #d0e0e8 1px, #C3D9E2);
  background: -o-linear-gradient(top, #EEF7FA, #d0e0e8 1px, #C3D9E2);
  background: linear-gradient(top, #EEF7FA, #d0e0e8 1px, #C3D9E2);
}
/*--------------------------------- Widget: Research */
.widget-research .research-footer {
  min-height: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #E0DAC7;
  position: relative;
}
.widget-research .research-footer .download-pdf {
  position: absolute;
  top: 5px;
  right: 0;
}
/*--------------------- Widget: Testimonios hitos */
#page-hitos .widget-testimonials {
  background: transparent url("'img/'/back/shadow-cifras.png") 5px -20px no-repeat;
  border: none;
}
#page-hitos .has-shadow:after,
#page-hitos .has-shadow:before {
  background: none;
}
#page-hitos .icon-quote {
  width: 29px;
  height: 23px;
}
#page-hitos .testimonial-header img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  box-shadow: 1px 1px 1px #1E2731;
}
#page-hitos #welcome .widget-title {
  margin-bottom: 5px !important;
  color: #FFF;
  text-align: right;
  font-size: 121% !important;
  border-bottom: none !important;
}
#page-hitos #welcome .mark {
  width: 100%;
  left: 0;
  background: transparent url("'img/'/auxi/separate-mark-blue.png") no-repeat scroll center 1px;
}
#page-hitos #welcome .testimonial-header {
  padding-bottom: 5px;
  border-top: 1px solid #3B6F9A;
}
#page-hitos #welcome .testimony-entry {
  border-top: 1px solid #01305C;
}
#page-hitos #welcome .author-name {
  font-size: 110%;
  font-weight: bold;
}
#page-hitos .testimonial-author .author-profession {
  font-size: 120%;
  line-height: 156%;
}
#page-hitos .testimonial-content {
  padding: 15px 10px 30px 10px;
  background: none;
  border: none;
  border-left: 1px solid #002B51;
  border-bottom: 1px solid #002B51;
  border-right: 1px solid #002B51;
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-style: normal;
  font-size: 12px;
}
#page-hitos #welcome .testimonial-author {
  line-height: 107%;
  text-align: right;
}
#page-hitos .quote-prev {
  top: -79px;
  left: 2px;
  background-position: -141px -215px;
}
#page-hitos .quote-next {
  bottom: 10px;
  background-position: -141px -239px;
}
/*--------------------------------- Widget: custom_content */
.custom_content,
.custom_content .custom_content_slides {
  position: relative;
}
.custom_content .custom_content_slides .hentry {
  position: relative;
  float: left;
}
.custom_content .custom_content_slides .hentry .entry-content {
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 7px 5px;
  width: 198px;
  background: rgba(1, 76, 143, 0.75);
}
.custom_content .custom_content_slides .hentry .entry-content a {
  text-decoration: none;
  color: #FFF;
}
.custom_content .crsl-items {
  position: relative;
  overflow: hidden;
}
.custom_content .custom_content_slides .hentry .entry-content a:hover {
  color: #C0C0C0;
}
.custom_content .custom_content_slides .hentry .view-more {
  display: block;
  position: absolute;
  right: 4px;
  top: 0;
}
.custom_content h3 {
  margin-top: 0;
  padding: 10px;
  background: url("'img/'/back/back-home-main-content.png") repeat-y top center;
  font-size: 16px;
}
.custom_content .entry-image {
  margin: 0 auto;
  text-align: center;
  padding-left: 1px;
  padding-bottom: 2px;
}
.custom_content .mini-prev {
  position: absolute;
  top: 90px;
  left: -17px;
}
.custom_content .mini-next {
  position: absolute;
  top: 90px;
  right: -17px;
}
/***************************************************************** SIDEBAR */
/*--------------------------------- Sidebar Tabs */
.side-tabs {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
.side-tabs li {
  float: left;
  border-bottom: 1px solid #CCC;
  width: 240px;
}
.side-tabs li a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 15px;
  color: #46463F;
}
.side-tabs li a .wrap {
  position: relative;
  display: block;
  width: 240px;
  padding: 13px 0 13px 25px;
  border-top: 1px solid #FFF;
  line-height: 110%;
}
.side-tabs li a strong {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
  line-height: 110%;
  color: #002A41;
  cursor: pointer;
}
.side-tabs li a em {
  display: block;
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 110%;
  cursor: pointer;
  font-style: italic;
}
.side-tabs li a:hover,
.side-tabs li.active a {
  text-decoration: none;
  color: #FFF;
  background-color: #014C8F;
}
.side-tabs li.active a {
  background-color: #00355E;
}
.side-tabs li a:hover span,
.side-tabs li.active a span {
  border-color: #014C8F;
}
.side-tabs li a:hover strong,
.side-tabs li.active a strong {
  color: #FFF;
}
/* Mark */
.side-tabs li a .mark {
  position: absolute;
  width: 10px;
  height: 22px;
  top: 21px;
  right: -10px;
  z-index: 3;
  background-position: -1000em;
}
.side-tabs li a:hover .mark {
  background-position: -80px -3px;
}
.side-tabs li.active a .mark {
  background-position: -69px -3px;
}
/* Admision */
.page-template-home-admision .side-tabs li a:hover,
.page-template-home-admision .side-tabs li.active a,
.page-template-page-admision .side-tabs li a:hover,
.page-template-page-admision .side-tabs li.active a {
  background-color: #FF8303;
}
.page-template-home-admision .side-tabs li a:hover span,
.page-template-home-admision .side-tabs li.active a span,
.page-template-page-admision .side-tabs li a:hover span,
.page-template-page-admision .side-tabs li.active a span {
  border-color: #FF8303;
}
.page-template-home-admision .side-tabs li a:hover .mark,
.page-template-home-admision .side-tabs li.active a .mark,
.page-template-page-admision .side-tabs li a:hover .mark,
.page-template-page-admision .side-tabs li.active a .mark {
  background-position: -94px -3px;
}
/*--------------------------------- Quick access */
.quick-access .like-title,
.related-links-title {
  margin: 0 0 5px 23px;
  color: #7E7D71;
}
.related-links-title {
  margin: 5px auto;
  display: block;
  text-align: center;
}
/*--------------------------------- Nav Sidebar */
.nav-side,
.nav-profile-side,
#sidebar .quick-access {
  position: relative;
  padding: 6px 0 30px 0;
}
.nav-side h2,
.nav-profile-side h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #CBCDCC;
}
.nav-side h2 {
  line-height: 120%;
  text-transform: none;
  color: #7A7A7A;
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-size: 17px;
}
.nav-profile-side h3 {
  font-style: normal;
  font-family: "FrancoisOneRegular", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #7E7D71;
}
/* General */
.js .nav-side li ul {
  display: none;
}
.js .nav-side li.current-menu-ancestor > ul,
.js .nav-side li.current-menu-parent > ul,
.js .nav-side li.current-menu-item > ul {
  display: block;
}
/* Items  */
.nav-side li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  background: transparent;
  border: none;
}
.nav-side li:before {
  display: none;
}
.nav-side li a {
  position: relative;
  display: block;
  font-size: 13px;
  color: #002A3F;
  padding-right: 15px;
}
.nav-side li ul {
  padding: 3px 0 0px 10px;
}
.nav-side .stroke-double > li > ul {
  border-bottom: 1px solid #CCC;
}
.nav-side .stroke-double > li > ul > li:last-child {
  border-bottom: 0;
}
.nav-side .bullet-list li li a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 25px;
  font-size: 13px;
  background-position: -230px 7px;
}
.nav-side .bullet-list li li li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  border: none;
}
.nav-side .bullet-list li li li a:before {
  left: 30px;
  border-left-color: #024C91 !important;
}
.nav-side > ul > li.active > a:before,
.nav-side > ul > li.active > ul > li.active > a:before {
  border-top: 4px solid #024C91;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent !important;
  border-bottom: 0 none;
}
.nav-side > ul > li.active.current-menu-item > a:before {
  border-top: 4px solid transparent;
  border-left: 4px solid #FF8302 !important;
  border-bottom: 4px solid transparent;
}
.nav-side > ul > li.active > ul > li.active.current-menu-item > a:before {
  border-top: 4px solid transparent;
  border-left: 4px solid #fff !important;
  border-bottom: 4px solid transparent;
}
.nav-side .bullet-list .active .active .active a:before {
  border-left-color: #fff !important;
}
.msie-lt9 .nav-side .sub-menu li {
  margin-bottom: -1px;
}
/* anchors */
.nav-side .current-menu-item > a,
.nav-side .current-menu-parent > a,
.nav-side .current-menu-ancestor > a {
  text-decoration: none;
}
/* mark active */
.nav-side li.current-menu-ancestor > a:after,
.nav-side li.current-menu-parent > a:after,
.nav-side li.current-menu-item > a:after {
  position: absolute;
  width: 15px;
  height: 8px;
  bottom: -9px;
  left: 8px;
  background-repeat: no-repeat;
}
/* Current Ancestor */
.nav-side .bullet-list > li.current-menu-ancestor > a {
  background-color: #E4E4E4;
  background-position: -210px -25px;
  border-color: #E4E4E4;
  border-top: 1px solid #AAA;
}
.nav-side .bullet-list > li.current-menu-ancestor > a:after {
  background-position: -265px -36px;
}
/* Current Parent */
.nav-side .bullet-list ul li.current-menu-parent > a {
  color: #FF8302;
  background-position: -168px -85px;
  border-bottom: 1px dotted #CCC;
}
.nav-side li.current-menu-parent > a:after {
  left: 10px;
  bottom: -8px;
  background-position: -266px -46px;
}
/* Current Item */
.nav-side .bullet-list > li.current-menu-item > a {
  color: #FFF;
  background-color: #1267AE;
  border-color: #1267AE;
}
.nav-side .bullet-list > li.current-menu-item > a:before {
  border-left-color: #FF8302;
}
.nav-side .bullet-list li li.current-menu-item > a {
  color: #FF8302;
  /*text-shadow: 1px 1px 0 #CBCBCB;*/
}
.nav-side .bullet-list > li.current-menu-item.menu-item-has-children > a {
  background-position: -88px -206px;
}
.nav-side .bullet-list > li.current-menu-item.menu-item-has-children > a:after {
  background-position: -266px -26px;
}
/*Fix menu navigation redefine previous class*/
.nav-side .bullet-list > li.current-menu-item.menu-item-has-children > a {
  padding-bottom: 8px;
  background-color: #F5F3F4;
  color: #FF8302;
  border-bottom: none;
  border-top: none;
  background-position: 0px -490px !important;
}
.nav-side .bullet-list > li.current-menu-item > a {
  background-position: -278px -72px !important;
  background-color: #F5F3F4;
  color: #FF8302;
  border-bottom: 1px solid #CCC;
  border-top: none;
}
.nav-side .bullet-list li a {
  padding-bottom: 7px;
}
.nav-side .sub-menu {
  padding-top: 12px !important;
  /*padding-bottom: 10px !important;*/
  background: #e3e3e3 url("'img/'/auxi/arrow-submenu-white.png") -35px 0 no-repeat;
  padding-left: 0;
}
.nav-side .bullet-list > li.current-menu-item.menu-item-has-children > a:after {
  background-image: none;
}
.nav-side li.current-menu-ancestor > a:after,
.nav-side li.current-menu-parent > a:after,
.nav-side li.current-menu-item > a:after {
  width: 0;
}
.nav-side .bullet-list li li.active a {
  padding-left: 26px;
  background-position: -132px -305px;
}
.nav-side .bullet-list li li.current-menu-item.active a {
  color: #FFFFFF;
  background-color: #f57b00 !important;
}
.nav-side .bullet-list li li.current-menu-item.active a:before {
  border-left-color: #fff;
}
.nav-side .bullet-list li li.current-menu-ancestor.menu-item-has-children.active a {
  border-bottom: none;
  color: #002A3F;
  background-position: -152px -262px;
}
.nav-side .bullet-in li a {
  padding-top: 7px;
}
.nav-side .bullet-in li a:before {
  left: 11px;
  top: 15px;
  border-left-color: #024C91;
}
.nav-side .bullet-list li li a {
  background-position: -326px 10px;
  padding-left: 26px;
  border-top: medium none;
  border-bottom: medium none;
  font-size: 12px;
}
.nav-side .bullet-list li li a:before {
  top: 14px;
}
.nav-side .bullet-list > li.current-menu-ancestor > a:before {
  border-left-color: #F57B00;
}
.nav-side .bullet-list li li .sub-menu li.active a,
.nav-side .bullet-list li.active li.menu-item-has-children.current-menu-ancestor.active .sub-menu li.active a {
  background-color: #F57B00 !important;
  color: #FFFFFF;
}
.nav-side .bullet-list li.active li.menu-item-has-children.current-menu-ancestor.active .sub-menu li.menu-item-has-children.current-menu-item a {
  background-position: -146px -260px;
}
.nav-side .bullet-list li.active li.menu-item-has-children.active .sub-menu li.current-menu-ancestor.active a {
  color: #000;
  background-color: #D6D6D6 !important;
  background-position: -287px -30px;
}
.nav-side .bullet-list li.active li.active .sub-menu li.active.menu-item-has-children a {
  background-color: #D6D6D6 !important;
  background-position: 39px -351px;
  color: #FE8302;
  text-shadow: none;
}
.nav-side .bullet-list li.active li.active .sub-menu li.active.menu-item-has-children .sub-menu {
  background: #BEBEBE url("'img/'/auxi/arrow-submenu-gray.png") 0 0 no-repeat;
}
.nav-side .bullet-list li.active li.active .sub-menu li.current-menu-item.menu-item-has-children .sub-menu {
  background: #BEBEBE url("'img/'/auxi/arrow-submenu-orange.png") 0 0 no-repeat;
}
.nav-side .bullet-list li.active li.menu-item-has-children.current-menu-ancestor.active .sub-menu li.active.menu-item-has-children .sub-menu li a {
  padding-left: 59px;
  padding-right: 10px;
  background-color: #BEBEBE !important;
  background-position: -294px 12px;
  color: #002A3F;
  text-shadow: none;
}
.nav-side .bullet-list li.active li.menu-item-has-children.current-menu-ancestor.active .sub-menu li.active.menu-item-has-children .sub-menu li.current-menu-item a {
  background-color: #F57B00 !important;
  background-position: -100px -304px;
  color: #FFF;
}
.nav-side .bullet-list li.active li.active .sub-menu li.active.menu-item-has-children .sub-menu li.active a {
  background-color: #FE8302 !important;
  color: #FFF;
  background-position: -28px -231px;
}
.nav-side .bullet-list li li .sub-menu li a {
  padding-left: 42px;
  background-position: -205px 7px;
}
.nav-side .sub-menu a {
  background-color: #e3e3e3 !important;
}
.nav-side .bullet-list > li.current-menu-ancestor > a {
  background-color: #F5F3F4;
  border-bottom: none;
  border-top: none;
}
/*.nav-side .bullet-list ul li.current-menu-item a,
.nav-side .bullet-list ul li.current-menu-ancestor a  {
	background-position: 20px -353px;
}*/
.nav-side .bullet-list li.active li.menu-item-has-children.current-menu-ancestor.active a {
  background-position: -306px -30px;
}
.nav-side .bullet-list ul li.current-menu-item .sub-menu a,
.nav-side .bullet-list li.active li.menu-item-has-children.current-menu-ancestor.active .sub-menu li a {
  padding-bottom: 7px;
  padding-top: 9px;
  background-position: -310px 12px;
  background-color: #D6D6D6 !important;
  color: #000;
}
.nav-side .sub-menu .sub-menu a {
  background-color: #d6d6d6 !important;
  padding-left: 10px;
}
.nav-side .sub-menu .sub-menu {
  border-top: none;
  /*padding-left: 10px;*/
  background: #D3D3D3 url("'img/'/auxi/arrow-submenu-orange.png") -18px top no-repeat;
}
.nav-side .sub-menu li.current-menu-ancestor.active .sub-menu {
  background: #d6d6d6 url("'img/'/auxi/arrow-submenu.png") -18px top no-repeat;
}
.nav-side li.menu-english-version-2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC !important;
}
.nav-side li.menu-english-version-2 ul {
  display: none !important;
}
.nav-side li.menu-english-version-2 a:before {
  display: none;
}
.nav-side .menu-english-version-2 a {
  margin-top: 10px;
  border: 1px solid #FF8302 !important;
  background: none !important;
  padding: 6px 5px 6px 13px !important;
}
/*--------------------------------- Nav profile side */
.nav-profile-side {
  padding: 12px 0 30px 0;
}
.nav-profile-side li {
  padding: 7px 0 7px 20px;
}
.nav-profile-side li a {
  font-size: 20px;
  color: #002A3F;
}
/***************************************************************** Footer */
#footer {
  color: #fff;
  background-color: #063f71;
  background: -moz-radial-gradient(50% 0, circle farthest-corner, #0C4F88 0, #01315e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0, #0C4F88), color-stop(100%, #01315e));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(50% 0, circle farthest-corner, #0C4F88 0, #01315e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(50% 0, circle farthest-corner, #0C4F88 0, #01315e 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(50% 0, circle farthest-corner, #0C4F88 0, #01315e 100%);
  /* IE10+ */
  background: radial-gradient(50% 0, circle farthest-corner, #0C4F88 0, #01315e 100%);
  /* W3C */
}
#footer-nav {
  background-color: #003863;
}
#footer-nav .grid-24 {
  position: relative;
  margin-bottom: 0;
  padding: 16px 0 19px 0;
  color: #fff;
  background-color: #003863;
}
#footer-nav h4 {
  float: left;
  padding-right: 8px;
}
#footer-main {
  padding: 20px 0;
  background: transparent url("'img/'/auxi/diagonal-pattern.png") repeat 0 0;
}
#footer-main a {
  color: #a2ddff;
}
#footer-main.career-active .grid-24 {
  padding-top: 15px;
}
#footer-main.career-active .container {
  padding-top: 15px;
}
#footer .logo-cna {
  position: absolute;
  top: -155px;
  left: 9px;
  z-index: 2;
}
/*--------------------------------- Social links */
#footer-social-buttons {
  width: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
#footer-social-buttons li {
  display: inline-block;
  float: none;
  margin: auto 2px;
}
#footer-social-buttons li a {
  font-size: 20px;
  color: #fff;
}
/*--------------------------------- Footer nav */
#nav-main-footer {
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 80%;
}
#nav-main-footer li {
  float: left;
  padding: 0 9px;
  border-left: 1px solid #095293;
}
#nav-main-footer li:first-child {
  border-left: none;
}
#nav-main-footer li a {
  font-size: 11px;
  color: #fff;
}
#nav-main-footer li a:hover,
#nav-main-footer li.active a {
  text-decoration: none;
  color: #a1ddff;
}
/*--------------------------------- Footer contact */
#footer-contact {
  padding-top: 5px;
  padding-right: 20px;
  box-shadow: 2px 0 1px -1px #275d8c;
}
#footer-contact h4 {
  margin-bottom: 6px;
}
#footer-contact p {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 11px;
  line-height: 140%;
  border-bottom: 1px solid #215786;
}
#footer-contact p a {
  font-family: Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  font-style: italic;
}
/*--------------------------------- Footer links */
#footer-links {
  padding-top: 5px;
  box-shadow: 2px 0 1px -1px #275d8c;
}
#footer-links .footer-links-profiles {
  float: left;
  width: 45%;
  line-height: 140%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
#footer-links .footer-links-profiles h5 {
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: bold;
}
#footer-links .footer-links-profiles li {
  margin-bottom: 7px;
  font-size: 10px;
  line-height: 110%;
}
/*--------------------------------- Footer address */
#footer-address {
  font-size: 10px;
  line-height: 130%;
}
#footer-address ul {
  margin-top: 5px;
}
#footer-address li {
  padding: 4px 0;
}
#footer-address li a:before {
  content: '';
  display: inline-block;
  border-left: 5px solid #a2ddff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
/*--------------------------------- Para eliminar el alto del iframe de Google Conversion */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
/* ================ Globales ================ */
/* ================ Mixins ================ */
/* ================ Bootstrap ================ */
@media screen and (max-width: 720px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 960px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.list-unstyled {
  list-style: none;
}
.list-inline li {
  display: inline-block;
}
.btn {
  font-size: 1em;
  color: white;
  background-color: #969696;
  padding: .4em .8em;
  display: inline-block;
}
.btn:hover {
  text-decoration: none;
}
.btn-naranjo {
  color: white;
  background: #FF7402;
}
.btn-naranjo:hover {
  background: #d86100;
}
.button-flat {
  text-shadow: none;
  text-transform: none;
}
/* ================ Header ================ */
#header #online-services-link span {
  padding-top: 8px;
  padding-bottom: 8px;
}
#header .wrap-header-main {
  background: none;
  /*------------- Redes Sociales */
  /*------------- Estructura */
}
#header .wrap-header-main .redes-sociales {
  margin-top: .8em;
  text-align: right;
}
#header .wrap-header-main .redes-sociales ul li {
  margin: 0 7px;
}
#header .wrap-header-main .redes-sociales ul li:last-child {
  margin-right: 0;
}
#header .wrap-header-main .redes-sociales a {
  font-size: 20px;
  color: #fff;
}
#header .wrap-header-main .redes-sociales a:hover {
  color: #FF7402;
}
#header .wrap-header-main .grid-24 {
  margin-bottom: 0;
}
#header .wrap-header-main #nav-main {
  background: #ECECEC;
  margin-bottom: 0;
}
#header .wrap-header-main #nav-main > ul > li > a {
  padding-top: 10px;
  border: none;
}
#header .wrap-header-main #nav-main .current_page_item a {
  background: #014C8F;
}
#footer .logo-cna {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 30px;
  right: 0;
  z-index: 2;
  display: block;
  clear: both;
  float: none;
  width: 220px;
  height: 72px;
  background-image: url("'img/'/logo/acreditacion-blanco.png");
  background-position: 0 0 !important;
}
#footer .logo-cna:hover {
  opacity: 0.8;
}
#footer-main {
  padding: 20px 0 40px 0;
  background: none;
}
#footer-main > .container {
  padding-bottom: 40px;
}
/* ================ Comunes ================ */
/* FIN Comunes */
/* ================ Contenedores ================ */
#main strong {
  font-weight: bold;
}
.content-main {
  background: #ECECEC;
  margin-bottom: 3em;
}
.seccion > header,
.seccion > .contenedor > header,
.seccion > .contenido > header,
.seccion .row > header {
  margin-bottom: 1.2em;
}
.seccion > header .rotulo,
.seccion > .contenedor > header .rotulo,
.seccion > .contenido > header .rotulo,
.seccion .row > header .rotulo {
  font-weight: normal;
  font-size: 18px;
  color: #014C8F;
  line-height: 21px;
  margin-bottom: .3em;
}
.seccion > header .rotulo .ver_todos,
.seccion > .contenedor > header .rotulo .ver_todos,
.seccion > .contenido > header .rotulo .ver_todos,
.seccion .row > header .rotulo .ver_todos {
  margin-left: 2.5em;
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-size: 12px;
  color: #4A90E2;
  text-transform: lowercase;
  line-height: 15px;
  position: relative;
  bottom: 3px;
}
.seccion > header .bajada,
.seccion > .contenedor > header .bajada,
.seccion > .contenido > header .bajada,
.seccion .row > header .bajada {
  font-family: Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  font-size: 13px;
  color: #003863;
  line-height: 18px;
}
.seccion-comun {
  margin-top: 2em;
  margin-bottom: 2em;
}
.seccion-comun .articulo {
  background: #ECECEC;
}
.seccion-comun .articulo .foto img {
  width: 100%;
  height: auto;
}
.seccion-comun .articulo .info {
  padding: 20px;
}
.seccion-comun .articulo header .calendario-fecha {
  background: #FF7402;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.seccion-comun .articulo header .calendario-fecha span {
  display: block;
  padding: .1em .4em;
  text-align: center;
}
.seccion-comun .articulo header .calendario-fecha .num {
  font-size: 24px;
  color: white;
}
.seccion-comun .articulo header .calendario-fecha .mes {
  background: #ECECEC;
  color: #003863;
  font-size: 18px;
  padding-top: .5em;
  padding-bottom: .5em;
}
.seccion-comun .articulo header p {
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  line-height: 15px;
}
.seccion-comun .articulo header p a {
  color: #919191;
}
.seccion-comun .articulo .titular {
  font-size: 18px;
  line-height: 24px;
  color: #014C8F;
  margin: .8em 0;
  text-transform: none;
}
.seccion-comun .articulo .descripcion {
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  line-height: 18px;
}
/* video */
.entry-video {
  background-color: #ECECEC;
  margin-bottom: 20px;
}
.entry-video .video-data {
  padding: 20px;
}
.entry-video .play-video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.entry-video .play-video .sprite-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
/* cifras udd */
.cifrate-udd {
  color: #fff;
  padding: 30px 0 20px;
}
.cifrate-udd .header-page {
  margin: 0;
  border-bottom: none;
}
.cifrate-udd .header-page #breadcrumb,
.cifrate-udd .header-page #breadcrumb a,
.cifrate-udd .header-page #breadcrumb .breadcrumb_last,
.cifrate-udd .header-page h1 {
  color: #fff;
}
.cifrate-udd .header-page #breadcrumb,
.cifrate-udd .header-page #breadcrumb a,
.cifrate-udd .header-page #breadcrumb .breadcrumb_last {
  font-size: 12px;
}
.cifrate-udd .header-page #breadcrumb .breadcrumb_last {
  font-weight: bold;
}
.cifrate-udd .cifrate-box {
  text-align: center;
  background-color: #0c4f87;
  background: -moz-radial-gradient(50% 0, circle farthest-corner, #0c4f87 0%, rgba(255, 255, 255, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #0c4f87), color-stop(100%, rgba(255, 255, 255, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(50% 0, circle farthest-corner, #0c4f87 0%, rgba(255, 255, 255, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(50% 0, circle farthest-corner, #0c4f87 0%, rgba(255, 255, 255, 0.1) 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(50% 0, circle farthest-corner, #0c4f87 0%, rgba(255, 255, 255, 0.1) 100%);
  /* IE10+ */
  background: radial-gradient(50% 0, circle farthest-corner, #0c4f87 0%, rgba(255, 255, 255, 0.1) 100%);
  /* W3C */
  display: table;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  min-height: 180px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .cifrate-udd .cifrate-box {
    min-height: 0;
  }
}
.cifrate-udd .cifrate-box .cifrate-data {
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cifrate-udd .cifrate-box .cifrate-number {
  display: block;
  font-size: 40px;
  line-height: 51px;
  font-family: 'Merriweather', serif;
  font-weight: normal;
}
#special-grid {
  padding-left: 4px;
  /* movil */
}
#special-grid [class*='grid-'] {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
#special-grid [class*='grid-']:last-child {
  float: left;
}
#special-grid .grid-6 {
  width: 228px;
}
@media screen and (max-width: 720px) {
  #special-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  #special-grid .grid-6 {
    width: 100%;
    margin-bottom: 20px !important;
  }
}
#cifrate-content-container #content {
  margin: 0 auto;
  float: none;
}
/* FIN Contenedores */
/* ================ Responsive ================ */
@media screen and (max-width: 720px) {
  #menu-mobile-link {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 20%;
    line-height: 2.7em;
    min-height: auto;
  }
  #online-services-link {
    top: 0;
    left: 0;
    line-height: 1.3em;
  }
  #mobile-search {
    right: 22%;
  }
  #site-title {
    float: none;
  }
  #site-title .logo-udd {
    margin: 0 auto;
  }
  #header-main {
    background: none;
  }
  #header-main .wrap-header-main {
    padding-top: 4em;
  }
  #header {
    background: transparent radial-gradient(circle farthest-corner at 50% 0px, #115D9A 26%, #01315E 100%) repeat scroll 0% 0%;
  }
  #header .wrap-header-main {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  #header .wrap-header-main [class*="grid-"] {
    margin-bottom: 0;
  }
  #header .redes-sociales {
    display: none;
  }
  #mobile-redes-sociales {
    text-align: center;
  }
  #mobile-redes-sociales ul li {
    margin: 0 10px;
  }
  #mobile-redes-sociales ul li:last-child {
    margin-right: 0;
  }
  #mobile-redes-sociales a {
    font-size: 20px;
    color: #003863;
  }
  #mobile-redes-sociales a:hover {
    color: #FF7402;
  }
  .seccion-comun {
    margin-left: 1.5em;
    margin-right: 1.5em;
    width: auto;
  }
  #main {
    padding-bottom: 0;
  }
  #footer {
    margin-top: 0;
  }
  #footer #footer-social-buttons {
    width: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
  #footer #footer-social-buttons li {
    display: inline-block;
    float: none;
    margin: auto 2px;
  }
  #footer #footer-social-buttons li a {
    font-size: 20px;
    color: #fff;
  }
  #footer .logo-cna {
    position: static;
  }
  #footer #footer-links-mobile .footer-link-title .toggle-arrow {
    position: relative;
    right: -10px;
    top: -4px;
  }
  #footer #footer-address {
    margin-left: 5%;
    float: none;
    text-align: left;
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .seccion-comun {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
/* FIN Responsive */
#wrap-inicio {
  overflow-x: hidden;
  /* ================ Sección: Destacados ================ */
  /* FIN Sección: Destacados */
  /* ================ Sección: Noticias ================ */
  /* FIN Sección: Noticias */
  /* ================ Sección: Eventos ================ */
  /* FIN Sección: Eventos */
  /* ================ Sección: Eventos ================ */
  /* FIN Sección: Eventos */
  /* ================ Sección: Eventos ================ */
  /* FIN Sección: Eventos */
  /* ================ Responsive ================ */
  /* FIN Responsive */
}
#wrap-inicio #sidebar-secundario {
  float: left;
}
#wrap-inicio #sidebar-secundario .modulo > header {
  margin-bottom: 2em;
}
#wrap-inicio #sidebar-secundario .modulo .rotulo {
  font-weight: normal;
  font-size: 18px;
  color: #014C8F;
  line-height: 21px;
  margin-bottom: .3em;
}
#wrap-inicio #sidebar-secundario .modulo .rotulo .ver_todos {
  margin-left: 2.5em;
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-size: 12px;
  color: #4A90E2;
  text-transform: lowercase;
  line-height: 15px;
  position: relative;
  bottom: 3px;
}
#wrap-inicio #sidebar-secundario .modulo .rotulo .ver_todos {
  margin-left: 1.5em;
}
#wrap-inicio #sidebar-secundario .modulo .bajada {
  font-family: Georgia, 'Times New Roman', Garamond, 'Lucida Bright', serif;
  font-size: 13px;
  color: #003863;
  line-height: 18px;
}
#wrap-inicio #sidebar-secundario .modulo-banners {
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 3px #ECECEC solid;
}
#wrap-inicio #seccion-destacados .owl-carousel .owl-wrapper-outer,
#wrap-inicio #seccion-destacados .owl-carousel .owl-stage-outer {
  overflow: visible;
}
#wrap-inicio #seccion-destacados .owl-buttons div,
#wrap-inicio #seccion-destacados .owl-nav div {
  overflow: hidden;
  text-indent: -9999px;
  background: url("'assets/img'/sprite.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: relative;
  top: 42%;
  position: absolute;
  display: block;
  width: 57px;
  height: 57px;
}
#wrap-inicio #seccion-destacados .owl-buttons .owl-prev,
#wrap-inicio #seccion-destacados .owl-nav .owl-prev {
  background-position: 0 0;
  left: 0;
}
@media screen and (min-width: 920px) {
  #wrap-inicio #seccion-destacados .owl-buttons .owl-prev,
  #wrap-inicio #seccion-destacados .owl-nav .owl-prev {
    left: -27px;
  }
}
#wrap-inicio #seccion-destacados .owl-buttons .owl-next,
#wrap-inicio #seccion-destacados .owl-nav .owl-next {
  background-position: -87px 0;
  right: 0;
}
@media screen and (min-width: 920px) {
  #wrap-inicio #seccion-destacados .owl-buttons .owl-next,
  #wrap-inicio #seccion-destacados .owl-nav .owl-next {
    right: -27px;
  }
}
#wrap-inicio #seccion-destacados .owl-pagination,
#wrap-inicio #seccion-destacados .owl-dots {
  text-align: center;
  position: relative;
  z-index: 1;
  top: -2em;
}
#wrap-inicio #seccion-destacados .owl-pagination .owl-page,
#wrap-inicio #seccion-destacados .owl-dots .owl-page,
#wrap-inicio #seccion-destacados .owl-pagination .owl-dot,
#wrap-inicio #seccion-destacados .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 .3em;
}
#wrap-inicio #seccion-destacados .owl-pagination .owl-page span,
#wrap-inicio #seccion-destacados .owl-dots .owl-page span,
#wrap-inicio #seccion-destacados .owl-pagination .owl-dot span,
#wrap-inicio #seccion-destacados .owl-dots .owl-dot span {
  overflow: hidden;
  text-indent: -9999px;
  background: url("'assets/img'/sprite.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  background-position: 0 -107px;
}
#wrap-inicio #seccion-destacados .owl-pagination .owl-page.active span,
#wrap-inicio #seccion-destacados .owl-dots .owl-page.active span,
#wrap-inicio #seccion-destacados .owl-pagination .owl-dot.active span,
#wrap-inicio #seccion-destacados .owl-dots .owl-dot.active span {
  background-position: -64px -107px;
}
#wrap-inicio #seccion-destacados .articulo {
  margin-left: .3em;
  margin-right: .3em;
  position: relative;
}
#wrap-inicio #seccion-destacados .articulo .foto a,
#wrap-inicio #seccion-destacados .articulo .foto img {
  display: block;
}
#wrap-inicio #seccion-destacados .articulo .foto img {
  width: 100%;
  height: auto;
}
#wrap-inicio #seccion-destacados .articulo .foto .sombra {
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 320px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 1;
}
#wrap-inicio #seccion-destacados .articulo .info {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}
#wrap-inicio #seccion-destacados .articulo .info header {
  font-size: 12px;
}
#wrap-inicio #seccion-destacados .articulo .info .epigrafe {
  font-weight: bold;
}
#wrap-inicio #seccion-destacados .articulo .info .contenido {
  padding: 3em 7em;
}
#wrap-inicio #seccion-destacados .articulo .info .titular {
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  text-transform: none;
  margin: 5px 0;
}
#wrap-inicio #seccion-destacados .articulo .info .descripcion {
  font-size: 13px;
  line-height: 16px;
}
#wrap-inicio #seccion-destacados .articulo .info .botones {
  margin-top: 20px;
}
#wrap-inicio #seccion-destacados .articulo .info .botones .button-flat {
  font-size: 14px;
  padding: 3px 11px;
}
#wrap-inicio #seccion-noticias .noticias {
  float: left;
  margin-left: 0;
  margin-bottom: 0;
}
#wrap-inicio #seccion-noticias .noticias .noticia {
  margin-bottom: 0;
}
#wrap-inicio #seccion-noticias .row-noticias .noticia {
  margin-bottom: 20px;
}
#wrap-inicio #seccion-noticias .sidebar {
  float: right;
  margin-bottom: 0;
}
#wrap-inicio #seccion-noticias .sidebar .contenido {
  overflow: hidden;
  padding-left: 1.5em;
  border-left: 3px #ECECEC solid;
}
#wrap-inicio #seccion-noticias .sidebar .widget {
  margin-bottom: 2.5em;
}
#wrap-inicio #seccion-noticias .sidebar .widget:last-child {
  margin-bottom: 0;
}
#wrap-inicio #seccion-noticias .sidebar .widget .widget-title {
  font-size: 22px;
  color: #014C8F;
  line-height: 26px;
}
#wrap-inicio #seccion-noticias .sidebar .widget_nav_menu .widget-title {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#wrap-inicio #seccion-noticias .sidebar .widget_nav_menu .menu li {
  border-bottom: 2px #ECECEC solid;
  background: none;
  padding: 0;
}
#wrap-inicio #seccion-noticias .sidebar .widget_nav_menu .menu a {
  display: block;
  font-size: 12px;
  color: #4A90E2;
  line-height: 18px;
  padding: 12px 0 12px 10px;
  position: relative;
}
#wrap-inicio #seccion-noticias .sidebar .widget_nav_menu .menu a:before {
  content: '';
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("'assets/img'/sprite.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: relative;
  width: 5px;
  height: 10px;
  background-position: -108px -110px;
  top: 1px;
  position: absolute;
  left: 0;
  top: 16px;
}
#wrap-inicio #seccion-eventos {
  padding-right: .2em;
}
#wrap-inicio #seccion-eventos .articulos .tabs {
  margin-bottom: 30px;
}
#wrap-inicio #seccion-eventos .articulos .tabs li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  color: white;
  margin-right: -4px;
}
#wrap-inicio #seccion-eventos .articulos .tabs li:last-child {
  margin-left: 0;
}
#wrap-inicio #seccion-eventos .articulos .tabs li .sprite-flecha-bottom {
  display: none;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -18px;
}
#wrap-inicio #seccion-eventos .articulos .tabs li a {
  text-decoration: none;
  padding: 9px 24px;
  background: #D5D5D5;
  color: white;
  display: block;
}
#wrap-inicio #seccion-eventos .articulos .tabs li a:hover {
  background: #c9c9c9;
}
#wrap-inicio #seccion-eventos .articulos .tabs li.active a {
  background: #003863;
}
#wrap-inicio #seccion-eventos .articulos .tabs li.active .sprite-flecha-bottom {
  display: block;
  background: none;
  border-top: 15px solid #003863;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
#wrap-inicio #seccion-eventos .articulo {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #fff;
}
#wrap-inicio #seccion-eventos .articulo:first-child {
  border-top: none;
}
#wrap-inicio #seccion-eventos .articulo:last-child {
  border-bottom: none;
}
#wrap-inicio #seccion-eventos .articulo .titular {
  margin-top: 8px;
  margin-bottom: 8px;
  text-transform: none;
}
#wrap-inicio #seccion-eventos .articulo .descripcion {
  margin: 6px 0;
  line-height: 18px;
}
#wrap-inicio #seccion-eventos .articulo .direccion {
  font-size: 12px;
  line-height: 15px;
  color: #7a7a7a;
}
#wrap-inicio #seccion-eventos .articulo .direccion .sprite-geoposicion {
  margin-right: .5em;
}
#wrap-inicio #seccion-sala-prensa {
  border-left: 3px solid #fff;
  padding-left: 1.3em;
}
#wrap-inicio #seccion-sala-prensa .articulo {
  position: relative;
}
#wrap-inicio #seccion-sala-prensa .articulo .metadatos {
  font-size: 11px;
  margin: 0 0 .4em;
  line-height: 1.35;
}
#wrap-inicio #seccion-sala-prensa .articulo .metadatos a {
  color: inherit;
  font-weight: bold;
}
#wrap-inicio #seccion-sala-prensa .articulo .info {
  background: none;
  padding: 0;
  width: 78%;
  float: right;
}
#wrap-inicio #seccion-sala-prensa .articulo header {
  display: inline-block;
}
#wrap-inicio #seccion-sala-prensa .articulo .titular {
  line-height: 22px;
  color: #014C8F;
  margin: 0 0 .1em 0;
  text-transform: none;
}
#wrap-inicio #seccion-sala-prensa .articulo .cargo {
  display: block;
  margin: .4em 0 .2em;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #7a7a7a;
}
#wrap-inicio #seccion-sala-prensa .articulo .descripcion {
  margin-top: .4em;
}
#wrap-inicio #seccion-sala-prensa .articulo .foto {
  position: absolute;
}
#wrap-inicio #seccion-sala-prensa .mensaje-rector {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 2px #ECECEC solid;
  border-bottom: 2px #ECECEC solid;
  padding-left: 108px;
}
#wrap-inicio #seccion-sala-prensa .mensaje-rector .foto {
  top: 1em;
  left: 0;
  width: 90px;
  height: 90px;
}
#wrap-inicio #seccion-sala-prensa .articulo-comun {
  margin-top: 1em;
  padding: 18px 18px 18px 114px;
  background: white;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
}
#wrap-inicio #seccion-sala-prensa .articulo-comun .foto {
  left: 18px;
  width: 78px;
  height: 78px;
}
@media (max-width: 480px) {
  #wrap-inicio #seccion-sala-prensa .articulo .foto {
    position: relative;
    width: 20%;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }
  #wrap-inicio #seccion-sala-prensa .mensaje-rector {
    padding-left: 0;
  }
  #wrap-inicio #seccion-sala-prensa .mensaje-rector .foto {
    top: 0;
  }
  #wrap-inicio #seccion-sala-prensa .articulo-comun {
    padding-left: 18px;
  }
  #wrap-inicio #seccion-sala-prensa .articulo-comun .foto {
    left: 0;
  }
  #wrap-inicio #seccion-sala-prensa .articulo-comun .descripcion {
    padding-top: 0 !important;
  }
}
#wrap-inicio .seccion-videos {
  margin-top: 0;
  padding-left: 1.8em;
  border-left: 2px #ECECEC solid;
}
#wrap-inicio .banner {
  margin-bottom: 12px;
  border: none;
  transition: background-color 0.35s;
}
#wrap-inicio .banner .contenido-banner {
  display: block;
  padding: 18px 24px;
  color: white;
}
#wrap-inicio .banner .contenido-banner:hover {
  text-decoration: none;
}
#wrap-inicio .banner .titular {
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
}
#wrap-inicio .banner .epigrafe {
  font-size: 11px;
  line-height: 18px;
  display: block;
  margin-bottom: 6px;
}
#wrap-inicio .banner .botones {
  text-align: right;
}
#wrap-inicio .banner .botones .ver_mas {
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 110%;
  font-size: 12px;
  color: white;
  line-height: 14px;
  text-transform: none;
}
#wrap-inicio .banner.banner-verde {
  background: #94C01E;
}
#wrap-inicio .banner.banner-verde:hover {
  background: #729417;
}
#wrap-inicio .banner.banner-celeste {
  background: #3DB3E6;
}
#wrap-inicio .banner.banner-celeste:hover {
  background: #1b9dd5;
}
#wrap-inicio .banner.banner-naranjo {
  background: #FF7402;
}
#wrap-inicio .banner.banner-naranjo:hover {
  background: #ce5d00;
}
#wrap-inicio .banner.banner-azul {
  background: #014c8f;
}
#wrap-inicio .banner.banner-azul:hover {
  background: #01315c;
}
@media screen and (max-width: 720px) {
  #wrap-inicio {
    /*#seccion-videos {
			float:none;

			.contenedor {
				border-bottom: 3px @graySemiLighter solid;
				padding-bottom: 1.3em;
			}
			.video-comun{
				width: auto;
				float: none;
				margin: 0 auto 1em;
			}

			.video-comun {
				width: 48%;
				float: left;
				margin: 0px 1% 4em; //0px 1% 1em;
				&:last-of-type{
					display: none;
				}
			}
		}*/
  }
  #wrap-inicio #seccion-sala-prensa,
  #wrap-inicio #seccion-videos,
  #wrap-inicio #seccion-noticias .sidebar .contenido,
  #wrap-inicio .seccion-historias-udd {
    border-left: 0px none;
    padding-left: 0px;
  }
  #wrap-inicio #seccion-destacados .articulo {
    overflow: hidden;
    margin: 0;
    width: auto;
  }
  #wrap-inicio #seccion-destacados .articulo .foto img {
    height: 200px;
    width: auto;
    max-width: none;
  }
  #wrap-inicio #seccion-destacados .articulo .info .contenido {
    padding: 12px 24px;
  }
  #wrap-inicio #seccion-destacados .articulo .info header {
    margin-bottom: 12px;
    font-size: 11px;
  }
  #wrap-inicio #seccion-destacados .articulo .info .titular {
    font-size: 16px;
    line-height: 18px;
  }
  #wrap-inicio #seccion-destacados .articulo .info .descripcion {
    display: none;
  }
  #wrap-inicio #seccion-destacados .articulo .info .botones {
    display: none;
  }
  #wrap-inicio #seccion-destacados .owl-controls {
    padding-bottom: 15px;
  }
  #wrap-inicio #seccion-destacados .owl-controls .owl-pagination {
    display: none !important;
  }
  #wrap-inicio #seccion-destacados .owl-controls .owl-dots {
    top: auto;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #003863;
  }
  #wrap-inicio #seccion-destacados .owl-controls .owl-nav > .owl-prev,
  #wrap-inicio #seccion-destacados .owl-controls .owl-nav > .owl-next {
    top: auto;
    bottom: 28px;
    z-index: 11;
  }
  #wrap-inicio #seccion-destacados .owl-controls .owl-nav div {
    top: 20%;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 24px;
  }
  #wrap-inicio #seccion-destacados .owl-controls .owl-nav div:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin: -6px 0 0 -3px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  #wrap-inicio #seccion-destacados .owl-controls .owl-nav div:hover {
    background: rgba(255, 255, 255, 0.85);
  }
  #wrap-inicio #seccion-destacados .owl-controls .owl-nav .owl-prev {
    left: 24px;
  }
  #wrap-inicio #seccion-destacados .owl-controls .owl-nav .owl-prev:after {
    left: 45%;
    border-right: 6px solid #014C8F;
  }
  #wrap-inicio #seccion-destacados .owl-controls .owl-nav .owl-next {
    right: 24px;
  }
  #wrap-inicio #seccion-destacados .owl-controls .owl-nav .owl-next:after {
    left: 55%;
    border-left: 6px solid #014C8F;
  }
  #wrap-inicio #seccion-sala-prensa .mensaje-rector header {
    display: block;
    margin-bottom: 1em;
  }
  #wrap-inicio #seccion-sala-prensa .articulo-comun .descripcion {
    padding-top: 1em;
  }
  #wrap-inicio #seccion-noticias .row > header {
    margin: 0 0 1.2em;
  }
  #wrap-inicio #seccion-noticias .noticias {
    float: none;
    width: auto;
  }
  #wrap-inicio #seccion-noticias .noticia {
    background: none;
  }
  #wrap-inicio #seccion-noticias .noticia .foto {
    float: left;
    width: 40%;
  }
  #wrap-inicio #seccion-noticias .noticia .info {
    float: right;
    width: 60%;
  }
  #wrap-inicio #seccion-noticias .sidebar {
    margin-bottom: 2.5em;
    float: none;
  }
  #wrap-inicio #seccion-noticias .sidebar .contenido {
    height: auto !important;
  }
  #wrap-inicio #seccion-eventos .rotulo {
    margin-top: 1em;
  }
  #wrap-inicio #sidebar-secundario {
    float: none;
  }
  #wrap-inicio #sidebar-secundario .modulo-banners {
    padding-bottom: 0;
    border: none;
  }
}
@media screen and (max-width: 480px) {
  #wrap-inicio #seccion-sala-prensa .articulo .foto {
    width: 30%;
    height: auto;
  }
  #wrap-inicio #seccion-noticias .sidebar {
    width: auto;
  }
  #wrap-inicio #seccion-noticias .sidebar .widget {
    margin-bottom: 18px;
  }
  #wrap-inicio #seccion-noticias .sidebar .widget-title {
    font-size: 18px !important;
  }
  #wrap-inicio #seccion-noticias .noticias .noticia {
    margin-bottom: 12px;
  }
  #wrap-inicio #seccion-noticias .noticias .noticia .foto,
  #wrap-inicio #seccion-noticias .noticias .noticia .info {
    float: none;
    width: auto;
  }
  #wrap-inicio #seccion-noticias .noticias .noticia .info {
    padding: 0px;
    margin-top: 1.5em;
  }
  #wrap-inicio #seccion-noticias .noticias .noticia .foto {
    display: none;
  }
  #wrap-inicio #seccion-noticias .noticias .noticia:first-child .info {
    margin-top: 0;
  }
  #wrap-inicio #seccion-noticias .noticias .noticia + .noticia {
    margin-top: 18px;
    border-top: 2px solid #ECECEC;
  }
  #wrap-inicio #seccion-noticias .row-noticias:first-child .noticia:first-child {
    padding-top: 0;
    border-top: 0;
  }
  #wrap-inicio #seccion-noticias .row-noticias .noticia {
    padding-top: 18px;
    border-top: 2px solid #ECECEC;
  }
  #wrap-inicio #seccion-noticias .row-noticias .noticia + .noticia {
    margin-top: 0;
  }
  #wrap-inicio #seccion-noticias .row-noticias .noticia .info {
    margin-top: 0;
  }
}
/**
 * Artículos de noticias
 */
.news-article {
  background-color: #eaeaea;
}
.news-article__thumbnail img {
  width: 100%;
  height: auto;
}
.news-article__meta {
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  line-height: 15px;
}
.news-article__meta a {
  color: #919191;
}
.news-article__meta a:hover {
  text-decoration: underline;
}
.news-article__data {
  padding: 20px;
}
.news-article__title {
  font-size: 18px;
  line-height: 24px;
  color: #014C8F;
  margin: .8em 0;
  text-transform: none;
}
.news-article__summary {
  font-family: Verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Calibri, 'Droid Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  line-height: 18px;
}
.category-historias-udd .main-page {
  background: none;
}
.category-historias-udd .research-feature .entry-data {
  display: block;
}
.category-historias-udd .research-feature .entry-image {
  display: block;
  float: none;
}
.category-historias-udd .news-article__title {
  margin-bottom: 0;
}
.category-historias-udd .news-article__summary {
  display: none;
}
@media (min-width: 720px) {
  .category-historias-udd .research-feature {
    position: relative;
    min-height: 322px;
  }
  .category-historias-udd .research-feature .video-article__thumbnail {
    position: absolute;
    top: 0;
    right: 0;
  }
  .category-historias-udd .research-feature .video-article__image {
    float: right;
    width: 460px;
    height: auto;
  }
  .category-historias-udd .research-feature .video-article__image img {
    width: 100%;
    height: auto;
  }
  .category-historias-udd .research-feature .entry-data {
    display: block;
    padding-top: 40px;
    padding-right: 500px;
    max-width: none;
  }
}
/**
 * Artículos de video
 */
.video-article {
  background-color: #eaeaea;
  margin-bottom: 1.5em;
}
.video-article__title.entry-title {
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
}
.video-article__data {
  padding: 15px;
}
.video-article__image {
  position: relative;
}
.video-article__play-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
}
.video-article__play-icon .sprite-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
.seccion-videos .video-article--regular:last-of-type {
  display: none;
}
@media (min-width: 960px) {
  .seccion-videos .video-article--regular {
    position: relative;
    padding-left: 160px;
    min-height: 95px;
  }
  .seccion-videos .video-article--regular:last-of-type {
    display: block;
  }
  .seccion-videos .video-article--regular .video-article__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: auto;
  }
  .seccion-videos .video-article--regular .video-article__title {
    margin-bottom: 0;
  }
}
.seccion-historias-udd article + article {
  margin-top: 1.5em;
}
.seccion-historias-udd .news-article__meta {
  font-size: 11px;
}
.seccion-historias-udd .news-article__title {
  margin-bottom: 0;
}
.seccion-historias-udd .news-article__summary {
  display: none;
}
.program-search-filters {
  padding: 2px;
  border: 2px solid #D7D7D7;
  background: #fff;
  padding: 15px 15px 0;
}
.program-search-filters h3 {
  color: #464540;
}
.program-search-filters legend,
.program-search-filters .filters-toggle {
  color: #014C8F;
}
.program-search-filters .filters-toggle {
  cursor: pointer;
  display: block;
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17.6px;
}
.program-search-filters .filters-toggle:after {
  content: '';
  display: inline-block;
  border-top: 5px solid #f60;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: relative;
  margin-left: .5em;
  top: -2px;
}
.program-search-filters .filters-toggle:hover {
  opacity: 0.8;
}
.program-search-filters p {
  font-size: 11px;
  margin: .75em 0 1em;
}
.program-search-filters .form-controls {
  border-top: 1px solid #ccc;
}
.program-search-filters button {
  margin-top: 15px;
  transition: opacity .2s;
}
.program-search-filters button.disabled {
  opacity: 0.5;
}
#program-results-description {
  cursor: pointer;
  font-size: 12px;
  margin: 1.25em 0 1.75em;
  line-height: 1.5;
}
#program-results-description span {
  font-weight: bold;
}
#program-results-description.loading {
  display: none;
}
#program-search-results {
  padding: 2px;
  border: 2px solid #D7D7D7;
  background: #fff;
}
.program-search-results {
  width: 100%;
}
.program-search-results thead {
  padding: 1px;
}
.program-search-results thead th {
  color: #46463F;
  font-size: 16px;
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
  background: #EDEBE9;
  border-bottom: 4px solid #d7d7d7;
  box-shadow: 0 2px 0 #fff;
}
.program-search-results thead th.sortable:hover {
  color: #78786A;
  cursor: pointer;
}
.program-search-results thead th.sortable:hover span:before {
  border-bottom-color: #78786A;
}
.program-search-results thead th.sortable:hover span:after {
  border-top-color: #78786A;
}
.program-search-results thead th.sortable span {
  display: block;
  padding-right: 15px;
  position: relative;
}
.program-search-results thead th.sortable span:after,
.program-search-results thead th.sortable span:before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  right: 0;
}
.program-search-results thead th.sortable span:before {
  top: 3px;
  border-bottom: 4px solid #46463F;
}
.program-search-results thead th.sortable span:after {
  top: 13px;
  border-top: 4px solid #46463F;
}
.program-search-results th,
.program-search-results td {
  padding: 11px 11px 9px;
  border-width: 0 2px;
  border-color: white;
  border-style: solid;
}
.program-search-results th:first-child,
.program-search-results td:first-child {
  border-left-width: 0;
}
.program-search-results th:last-child,
.program-search-results td:last-child {
  border-right-width: 0;
}
.program-search-results tbody {
  font-size: 11px;
}
.program-search-results tbody tr {
  border-bottom: 1px dotted #D7D7D7;
}
.program-search-results tbody tr:last-child {
  border-bottom: 0;
}
.program-search-results tbody td {
  padding: 11px 9px 2em;
  background: #EDEBE9;
  vertical-align: top;
}
.program-search-results tbody td:first-child {
  padding: 11px 11px 2em;
  background: #fff;
}
.program-search-results tbody .program-link {
  display: block;
  font-size: 12px;
  margin-bottom: 1em;
}
.program-search-results ul li {
  position: relative;
  padding-left: 9px;
  margin-bottom: 8px;
}
.program-search-results ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  display: block;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FF8B00;
}
.postgrados-y-educacion-continua #sidebar {
  float: left;
}
.postgrados-y-educacion-continua #sidebar .nav-side > ul > li.menu-item > span,
.postgrados-y-educacion-continua #sidebar .nav-side > ul > li.menu-item > a {
  font-size: 16px;
}
.postgrados-y-educacion-continua #sidebar .nav-side span {
  display: block;
  padding: 8px 0 7px 27px;
  margin-bottom: -1px;
  color: #464540;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 10;
}
.postgrados-y-educacion-continua #sidebar .nav-side span:before {
  content: '';
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #464540;
  position: absolute;
  left: 12px;
  top: 13px;
}
.postgrados-y-educacion-continua #sidebar ul.sub-menu {
  position: relative;
  z-index: 20;
}
.column-search-postgrad {
  margin-top: 20px;
}
.column-search-postgrad .grid-8 {
  width: 320px;
}
@media all and (max-width: 600px) {
  .postgrados-y-educacion-continua #sidebar,
  .postgrados-y-educacion-continua #content {
    float: none;
  }
  #program-search-results {
    border: 0;
    padding: 0;
    background: transparent;
  }
  .program-search-results thead {
    display: none;
  }
  .program-search-results tbody tr {
    display: block;
    border: 2px solid #D7D7D7;
    padding: 2px;
    margin-bottom: 1em;
    background: #fff;
  }
  .program-search-results tbody tr:last-child {
    border-bottom: 2px solid #D7D7D7;
  }
  .program-search-results tbody td {
    display: block;
    width: 100%;
    border-width: 0;
    padding: 11px;
    border-bottom: 1px dotted #D7D7D7;
  }
  .program-search-results tbody td:nth-child(2):before {
    content: 'Fecha de Inicio: ';
  }
  .program-search-results tbody td:first-child {
    background: #fff;
    padding-bottom: 11px;
  }
  .program-search-results tbody td li {
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .column-search-postgrad .grid-8 {
    width: 90%;
  }
}
/*PLANTILLA PARA CURSOS DEC*/
.single-wufoo_diploma #main-content,
.single-wufoo_course #main-content,
.single-wufoo_seminar #main-content {
  background: #FFF;
}
.single-wufoo_diploma #sidebar,
.single-wufoo_course #sidebar,
.single-wufoo_seminar #sidebar {
  background: #FFF;
}
.single-wufoo_diploma #sidebar .widget-contact,
.single-wufoo_course #sidebar .widget-contact,
.single-wufoo_seminar #sidebar .widget-contact {
  margin-top: 2rem;
  padding: 1rem;
  text-align: left;
  border: 1px solid #DEDEDE;
}
.single-wufoo_diploma #sidebar .widget-contact .widget-title,
.single-wufoo_course #sidebar .widget-contact .widget-title,
.single-wufoo_seminar #sidebar .widget-contact .widget-title {
  font-size: 1.2rem;
  margin-bottom: .5rem;
  color: #014C8F !important;
}
.single-wufoo_diploma #sidebar .widget-contact strong,
.single-wufoo_course #sidebar .widget-contact strong,
.single-wufoo_seminar #sidebar .widget-contact strong {
  display: block;
}
.single-wufoo_diploma #sidebar .widget-contact strong.title,
.single-wufoo_course #sidebar .widget-contact strong.title,
.single-wufoo_seminar #sidebar .widget-contact strong.title {
  font-size: .8rem;
  margin-bottom: .8rem;
}
.single-wufoo_diploma #sidebar .widget-contact p,
.single-wufoo_course #sidebar .widget-contact p,
.single-wufoo_seminar #sidebar .widget-contact p {
  font-size: .7rem;
  margin-bottom: .5rem;
  margin-top: .5rem;
}
.single-wufoo_diploma #sidebar .widget-contact .btn-wide,
.single-wufoo_course #sidebar .widget-contact .btn-wide,
.single-wufoo_seminar #sidebar .widget-contact .btn-wide {
  width: 100%;
  margin-top: 1rem;
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
  background-color: #014C8F;
}
.single-wufoo_diploma .wrap-content,
.single-wufoo_course .wrap-content,
.single-wufoo_seminar .wrap-content {
  padding-top: 0;
}
.single-wufoo_diploma .av-content-tabs a,
.single-wufoo_course .av-content-tabs a,
.single-wufoo_seminar .av-content-tabs a {
  text-transform: uppercase;
  font-weight: bold;
  padding: .9rem;
}
.single-wufoo_diploma .side-dec .sidebar-info,
.single-wufoo_course .side-dec .sidebar-info,
.single-wufoo_seminar .side-dec .sidebar-info {
  border: none;
}
.single-wufoo_diploma .side-dec .sidebar-info h3,
.single-wufoo_course .side-dec .sidebar-info h3,
.single-wufoo_seminar .side-dec .sidebar-info h3 {
  border-bottom: none !important;
  border-top: none !important;
  font-weight: normal !important;
  font-size: 16px !important;
  font-family: "FrancoisOneRegular", Arial, sans-serif !important;
  background: transparent;
}
.single-wufoo_diploma .side-dec .sidebar-info .info-item,
.single-wufoo_course .side-dec .sidebar-info .info-item,
.single-wufoo_seminar .side-dec .sidebar-info .info-item {
  margin: 0;
  border-bottom: none;
}
.single-wufoo_diploma .side-dec .sidebar-info .sidebar-inside,
.single-wufoo_course .side-dec .sidebar-info .sidebar-inside,
.single-wufoo_seminar .side-dec .sidebar-info .sidebar-inside {
  border: none;
}
.gray {
  background-color: #d1d1d1;
}
.gray .course_header .program-title {
  padding: 3rem 0 4rem 0;
  font-family: 'FrancoisOneRegular', Arial, Sans-serif;
  text-transform: none;
  font-size: 32px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}
.gray .course_header .program-signups {
  margin-top: 3.7rem;
}
.gray .course_header .program-signups h3 {
  font-size: 14px;
}
.gray .course_header .program-signups p {
  font-size: .7rem;
}
@media all and (max-width: 600px) {
  .single-wufoo_diploma .av-content-tabs li,
  .single-wufoo_course .av-content-tabs li,
  .single-wufoo_seminar .av-content-tabs li {
    float: none;
    width: 100%;
  }
  .gray .course_header .program-title {
    padding: 2.7rem 0 0;
  }
  .gray .course_header .program-signups {
    margin-top: 1rem;
    margin-bottom: 2.7rem;
  }
}
.tab-content h2 {
  font-family: 'FrancoisOneRegular', Arial, Sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
.tab-content .teachers-dec .teacher,
.tab-content .teachers-dec .teacher-image {
  padding: 1rem !important;
  border: 1px solid #DEDEDE !important;
}
.tab-content .teachers-dec .teacher:before,
.tab-content .teachers-dec .teacher-image:before {
  display: none;
}
.tab-content .teachers-dec .teacher .teacher-info h3,
.tab-content .teachers-dec .teacher-image .teacher-info h3 {
  font-size: 11px !important;
  font-family: 'Verdana', Helvetica, Arial, sans-serif !important;
  border-bottom: none !important;
  color: #666;
  font-weight: bold;
  text-transform: none;
}
.tab-content .teachers-dec .teacher-image {
  padding: 1rem 1rem 6rem 1rem !important;
}
.tab-content .teachers-dec .teacher-image img {
  top: 15px;
  left: 13px;
}
.tab-content .teachers-dec .teacher-image .teacher-info {
  padding-left: 140px;
}
.course-content {
  position: relative;
  top: -2rem;
  background-color: #FFF;
  padding: .5rem;
}
.page-template-page-admision #main-content {
  padding: 20px 0;
}
.page-template-page-admision #main-content .grid-8 {
  padding-bottom: 10px;
}
.page-template-page-admision #main-content .grid-8:first-child {
  padding-bottom: 175px;
}
.page-template-page-admision .widget-content {
  font-size: 11px;
  color: #46463f;
  line-height: 14.85px;
}
.page-template-page-admision .white-bg {
  background: #fff;
  padding: 15px 20px;
}
.page-template-page-admision .widget-title {
  font-size: 19px;
  color: #484540;
  background: none;
  padding: 0;
  margin: 0 0 10px;
  border-bottom: 0;
}
.page-template-page-admision .widget_nav_menu {
  position: relative;
  border: 2px solid #d7d7d7;
  box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
  background: #ECEBE9;
  padding: 15px 20px;
}
.page-template-page-admision .widget_nav_menu:before,
.page-template-page-admision .widget_nav_menu:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -9px;
  background-color: transparent;
  background-image: url("'img/ico'/sprite-buttons-icons.png");
  background-repeat: no-repeat;
}
.page-template-page-admision .widget_nav_menu:before {
  left: 3px;
  width: 29px;
  height: 8px;
  background-position: -57px -262px;
}
.page-template-page-admision .widget_nav_menu:after {
  right: 1px;
  width: 29px;
  height: 8px;
  background-position: -94px -262px;
}
.page-template-page-admision .widget_nav_menu .widget-title {
  margin-bottom: 18px;
}
.page-template-page-admision .widget_nav_menu ul > li {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 12px;
}
.page-template-page-admision .widget_nav_menu ul > li:before {
  content: '';
  display: inline-block;
  border-left: 5px solid #ff7402;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.page-template-page-admision .widget_nav_menu ul > li li {
  display: none;
}
.page-template-page-admision .widget-weight-scores {
  border: 2px solid #d7d7d7;
}
.page-template-page-admision .widget-weight-scores form {
  background: #fff;
  padding: 15px 20px;
  margin-top: -15px !important;
}
.page-template-page-admision .widget-weight-scores form .main-label {
  display: none;
}
.page-template-page-admision .widget-weight-scores .data-career {
  margin: 0;
  padding: 20px;
  background: none;
  border-top: 2px solid #d7d7d7;
}
.page-template-page-admision .widget-weight-scores .data-career h4 {
  display: none;
}
.page-template-page-admision .widget-weight-scores table.scores-career-table th {
  font-size: 10px;
}
.page-template-page-admision .widget-weight-scores table.scores-career-table td,
.page-template-page-admision .widget-weight-scores table.scores-career-table .data-big {
  font-size: 18px;
}
.page-template-page-admision .widget-weight-scores table.scores-career-table .data-big {
  display: inline;
  line-height: 1;
}
.page-template-page-admision .widget-weight-scores .links-careers {
  font-size: 11px;
  margin-bottom: 0;
}
.page-template-page-admision .widget-scolarships {
  border: 2px solid #d7d7d7;
}
.page-template-page-admision .widget-scolarships select {
  width: 100%;
}
.page-template-page-admision .widget-scolarships label {
  font-size: 11px;
  color: #46463f;
  line-height: 14.85px;
  display: block;
  line-height: 1.8;
}
.page-template-page-admision .widget-scolarships .button-big,
.page-template-page-admision .widget-unique-entry-admission .button-big {
  float: right;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.page-template-page-admision .widget-adm-convert {
  border: 2px solid #d7d7d7;
}
.page-template-page-admision .widget-adm-convert .link-wrap {
  display: block;
  margin: 3px;
  transition: all .2s;
}
.page-template-page-admision .widget-adm-convert .link-wrap:hover {
  text-decoration: none;
  background: linear-gradient(#fff, #f5f5f5);
  transition: all .35s;
}
.page-template-page-admision .widget-adm-convert .link-title {
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 110%;
  font-size: 19px;
  color: #484540;
  background: none;
  padding: 0;
  margin: 0 0 10px;
  border-bottom: 0;
  display: block;
  margin-bottom: 5px;
}
.page-template-page-admision .widget-adm-convert .link-description {
  display: block;
  font-size: 13px;
  color: #46463f;
}
.page-template-page-admision .widget-adm-convert .nth-child-0 .link-title {
  color: #FE8302;
}
.page-template-page-admision .widget-adm-convert .nth-child-1 .link-title {
  color: #84BE45;
}
.page-template-page-admision .widget-adm-convert .nth-child-2 .link-title {
  color: #00A4D9;
}
.page-template-page-admision .widget-unique-entry-admission {
  border: 2px solid #d7d7d7;
  box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
  background: #ECEBE9;
  background: #fff;
}
.page-template-page-admision .widget-banner .banner-blue {
  border-color: #014C8F;
  border-width: 2px;
}
.page-template-page-admision .widget-banner .banner-blue .banner-title {
  font-size: 23px;
  color: #014C8F;
}
.page-template-page-admision .widget-banner .banner-blue .banner-description {
  color: #014C8F;
  line-height: 1.35;
}
.page-template-page-admision .widget-banner .banner-blue .button {
  bottom: auto;
  top: -4px;
  right: -4px;
  border-color: #014C8F;
  text-shadow-color: rgba(255, 255, 255, 0.5);
  background: #014C8F;
  box-shadow: none;
}
.page-template-page-admision .widget-banner .banner-blue:hover {
  background: #ECEBE9;
}
.page-template-page-admision .widget-img-header header {
  text-align: center;
  background: #014C8F url("'img/'/auxi/diagonal-pattern.png");
  margin: 2px;
  position: relative;
  overflow: hidden;
}
.page-template-page-admision .widget-img-header header .widget-title {
  margin-bottom: 0;
  position: relative;
  z-index: 20;
  color: #fff;
  padding: 15px 15px 18px;
}
.page-template-page-admision .widget-img-header header img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.page-template-page-admision .widget-img-header header.has-post-thumbnail:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  transform: translate(-50%, -50%);
  background: #014C8F url("'img/'/auxi/diagonal-pattern.png");
  opacity: 0.75;
  transition: opacity .35s;
}
.page-template-page-admision .widget-img-header .widget-content {
  margin: 15px;
}
.page-template-page-admision .widget-img-header .widget-content p {
  margin-bottom: 1em;
}
.page-template-page-admision .widget-events-tag {
  border: 2px solid #d7d7d7;
  box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
  background: #ECEBE9;
  background: #fff;
}
.page-template-page-admision .widget-events-tag .widget-content {
  margin: 0;
  padding: 15px;
}
.page-template-page-admision .widget-events-tag .events-wrap {
  background: #ECEBE9;
  margin: 2px;
  padding: 15px 15px 20px;
}
.page-template-page-admision .widget-events-tag .events-wrap h4 {
  margin: 0 0 15px;
  color: #484540;
}
.page-template-page-admision .widget-events-tag .widget-content + .events-wrap {
  margin-top: -5px;
}
.page-template-page-admision .widget-events-tag .events-wrap + .events-wrap {
  box-shadow: 0 -2px 0 #fff, 0 -4px 0 #D8D6D7;
}
.page-template-page-admision .widget-events-tag .event {
  background: #fff;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 12px;
  overflow: hidden;
  position: relative;
}
.page-template-page-admision .widget-events-tag .event.has-post-thumbnail {
  padding-left: 135px;
  box-shadow: 0 2px 0 #fff;
  padding-bottom: 12px;
}
.page-template-page-admision .widget-events-tag .event.has-post-thumbnail figure {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 123px;
  height: 100%;
  overflow: hidden;
}
.page-template-page-admision .widget-events-tag .event.has-post-thumbnail img {
  width: auto;
  height: 100%;
  max-width: none;
  margin-left: 50%;
  transform: translate(-50%, 0);
}
.page-template-page-admision .widget-events-tag .event h5 {
  font-weight: bold;
  margin: 5px 0 10px;
}
.page-template-page-admision .widget-events-tag .event .button {
  float: right;
}
.page-template-page-admision .widget-key-dates,
.page-template-page-admision .widget-admission-calendar {
  border: 2px solid #d7d7d7;
  box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
  background: #ECEBE9;
  padding: 16px 16px 26px;
}
.page-template-page-admision .widget-key-dates .vcalendar-day,
.page-template-page-admision .widget-admission-calendar .vcalendar-day {
  line-height: 1;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-template-page-admision .widget-key-dates .vevent,
.page-template-page-admision .widget-admission-calendar .vevent {
  margin-top: 20px;
}
.page-template-page-admision .widget-key-dates .event-title,
.page-template-page-admision .widget-admission-calendar .event-title {
  font-size: 13px;
  color: #464540;
  font-weight: bold;
  display: block;
  line-height: 1.241;
}
.page-template-page-admision .widget-key-dates .vevent-location,
.page-template-page-admision .widget-admission-calendar .vevent-location {
  margin-top: 5px;
  color: #464540;
}
.page-template-page-admision .widget-admission-calendar .event-title {
  color: #014C8F;
}
.page-template-page-admision .widget-featured-links {
  border: 2px solid #d7d7d7;
  box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
  background: #ECEBE9;
  padding: 16px 16px 26px;
}
.page-template-page-admision .widget-featured-links .widget-title {
  margin-bottom: 18px;
}
.page-template-page-admision .widget-featured-links .featured-links a {
  display: block;
  background: #fff;
  font-family: "FrancoisOneRegular", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  border-left: 3px solid #666;
  padding: 6px 10px;
  margin-top: 10px;
}
.page-template-page-admision .widget-featured-links .featured-link-0 a {
  border-left-color: #BF2144;
  color: #BF2144;
}
.page-template-page-admision .widget-featured-links .featured-link-1 a {
  border-left-color: #84BE45;
  color: #84BE45;
}
.page-template-page-admision .widget-featured-links .featured-link-2 a {
  border-left-color: #00A4D9;
  color: #00A4D9;
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  .page-template-page-admision #main-content .grid-8:first-child {
    padding-bottom: 230px;
  }
}
@media only screen and ( max-width : 720px ) {
  .page-template-page-admision #main-content .grid-8:first-child {
    padding-bottom: 10px;
  }
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ) {
  /*--------------------------------- Main front background */
  #main .main-front #content:before {
    left: -960px;
  }
  #main .main-front #sidebar:before {
    right: -20px;
  }
  #main .main-page #content:before {
    left: -20px;
  }
  #sidebar.grid-6 {
    width: 170px;
    padding-bottom: 280px;
  }
  /*--------------------------------- Page Iframe */
  .page-template-template-iframe iframe {
    width: 100% !important;
  }
  /*--------------------------------- Nav Main */
  .nav-main {
    height: 34px;
  }
  .nav-main > ul > li {
    height: 34px;
  }
  .nav-main > ul > li > a {
    height: 34px;
    font-size: 11px;
  }
  .nav-main > ul > li > a > span {
    padding-left: 7px;
    padding-right: 7px;
  }
  /*--------------------------------- Buttons */
  .button.button-big,
  .download-form .btn.button-big {
    font-size: 17px;
  }
  /*--------------------------------- Banners */
  .banner .wrap-banner,
  .banner.banner-view .wrap-banner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner .banner-description {
    font-size: 12px;
  }
  /*--------------------------------- Sidebar Tabs */
  .side-tabs li,
  .side-tabs li a .wrap {
    width: 190px;
  }
  .side-tabs li a strong {
    font-size: 18px;
  }
  /*--------------------------------- Content Tabs */
  .av-content-tabs li a {
    margin-right: 3px;
    padding: 7px 12px;
    font-size: 12px;
  }
  /*--------------------------------- Logo CNA footer */
  #footer .logo-cna {
    right: 20px;
    background-position: 0 0 !important;
  }
  #nav-main-footer {
    top: 10px;
  }
  #nav-main-footer li:first-child {
    display: none;
  }
  #nav-main-footer li:nth-child(2) {
    border-left: none;
    padding-left: 0;
  }
  #nav-main-footer a {
    font-size: 10px;
  }
  /*--------------------------------- Online service link */
  #online-services-link {
    width: 70px;
    height: 40px;
  }
  #online-services-link span {
    padding: 7px 10px;
  }
  /*--------------------------------- Features: Home */
  .wrap-features-home {
    height: 285px;
  }
  .wrap-image-header {
    height: auto;
  }
  /*--------------------------------- Features: Page Admissión */
  .features-page-admission {
    padding-left: 3px;
  }
  .features-page-admission .grid-24 {
    width: 700px;
  }
  .features-page-admission .admission-title {
    width: 200px;
    font-size: 28px;
  }
  .features-page-admission .nav-features .previous,
  .features-page-admission .nav-features .next {
    top: 120px;
  }
  .features-page-admission .entry-feature {
    width: 700px !important;
  }
  .features-page-admission .entry-feature img {
    display: block;
    height: auto !important;
  }
  .features-page-admission .entry-content {
    top: 130px;
  }
  .features-page-admission .entry-content .seal-title {
    font-size: 20px;
  }
  .features-page-admission .tabs-features-page-admission {
    top: 249px;
    left: 50px;
    right: 50px;
  }
  .features-page-admission .tabs-features-page-admission li {
    display: table-cell;
    border-right: 2px solid transparent;
  }
  .features-page-admission .tabs-features-page-admission a {
    padding: 8px 9px 6px 9px;
    font-size: 11px;
  }
  /*--------------------------------- Features: DEC */
  .features-dec .nav-features .previous,
  .features-dec .nav-features .next {
    top: 125px;
  }
  .features-dec .dec-title {
    top: 20px;
  }
  .features-dec .entry-content {
    bottom: 20px;
  }
  .features-dec .entry-content .status {
    padding: 5px 9px;
  }
  /*--------------------------------- Section: Wufoo Program Header */
  .wufoo_program-header .wrap-program-header .program-title {
    font-size: 18px;
  }
  /*--------------------------------- Widget: Why UDD */
  .widget-why-udd h4.why-item-name {
    font-size: 23px;
  }
  .widget-why-udd .wrap-content-inset {
    margin-left: 10px;
    margin-right: 0;
  }
  /*--------------------------------- Widget: Photo Video */
  .channel-photo-video .channel-video {
    display: block;
  }
  .channel-photo-video .channel-video .channel-video-col {
    display: table;
    width: 100%;
  }
  .channel-photo-video .channel-video .channel-video-col li {
    display: table-cell;
    padding-left: 4px;
  }
  .channel-photo-video .channel-video .channel-video-col li:first-child {
    padding-left: 0;
  }
  .channel-photo-video .channel-video .feature-video {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 4px;
  }
  /*--------------------------------- Widget: International University */
  .widget-international .wrap-content-inset {
    margin-left: 10px;
    margin-right: 0;
  }
  /*--------------------------------- Widget: Flickr / Youtube */
  .widget-rrii-social .widget-inner.with-icon {
    padding-left: 10px;
  }
  .widget-rrii-social .widget-inner.with-icon .service-icon {
    display: none;
  }
  /*--------------------------------- Widget: Testimonial */
  blockquote.testimonial-content {
    padding: 35px 10px;
  }
  /*--------------------------------- Widget: SearchBox - Academic units, teachers, experts */
  .search-box .form-box {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  .search-box .form-box label {
    display: none;
  }
  .search-box .form-box select {
    float: left;
    width: 75%;
    margin-top: 0;
    margin-right: 10px;
  }
  .search-box .form-box .button {
    float: left;
  }
  /*------------------------- Filters */
  .scolarship-filter .filter-box {
    width: 158px;
    margin-left: 8px;
  }
  /*--------------------------------- Table: Responsive Wrap */
  .std-table,
  .std-text table {
    width: 100% !important;
    border: 1px solid #ccc;
  }
  .std-table thead,
  .std-text table thead {
    display: none;
  }
  .std-table tbody > tr > td,
  .std-text table tbody > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #fff !important;
  }
  .std-table tbody > tr > td:first-child,
  .std-text table tbody > tr > td:first-child {
    padding-top: 10px;
  }
  .std-table tbody > tr > td:last-child,
  .std-text table tbody > tr > td:last-child {
    padding-bottom: 10px;
  }
  .std-table tbody > tr:nth-child(2n) > td,
  .std-text table tbody > tr:nth-child(2n) > td {
    background-color: #eaeaea !important;
  }
  .std-table tbody > tr.no-data td span,
  .std-text table tbody > tr.no-data td span {
    width: 100%;
  }
  .std-table tbody td,
  .std-text table tbody td {
    display: block;
    zoom: 1;
    width: 100%;
    border-left: none;
  }
  .std-table tbody td:after,
  .std-text table tbody td:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
  }
  .std-table tbody td:first-child,
  .std-text table tbody td:first-child {
    font-weight: bold;
    color: #333;
  }
  .std-table tbody td:before,
  .std-text table tbody td:before,
  .std-table tbody td > span,
  .std-text table tbody td > span {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 5px;
    font-size: 100%;
    color: #666;
  }
  .std-table tbody td:before,
  .std-text table tbody td:before {
    content: attr(data-th);
    text-align: right;
  }
  .std-table tbody td,
  .std-text table tbody td {
    border: none;
  }
  .tuition-table tbody > tr > td:first-child {
    display: none;
  }
  .tuition-table tbody > tr > td:nth-child(2) {
    padding-top: 10px;
    font-weight: bold;
  }
  .tuition-table tbody > tr > td:nth-child(2):before {
    display: none;
  }
  .tuition-table tbody > tr > td:nth-child(2) .wrap-td {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .table-responsive {
    margin-bottom: 15px;
    overflow-x: visible;
    overflow-y: hidden;
    box-shadow: inset -10px 0 20px -10px rgba(0, 0, 0, 0.15);
  }
  .table-responsive table {
    margin-bottom: 0;
  }
  /*--------------------------------- Table: definition list */
  table.dl-table th,
  table.dl-table td {
    font-size: 11px;
  }
  .career-lists .dl-table .wrap-td {
    padding-left: 18px;
  }
  /*--------------------------------- Welcome */
  #welcome {
    padding-top: 2em;
    padding-bottom: 0;
  }
  #welcome h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #welcome .button-admision {
    margin-bottom: 10px;
  }
  .serif-list li,
  .nav-side .serif-list li a,
  .bullet {
    white-space: normal;
    font-size: 12px;
  }
  .bullet-in li {
    padding-left: 20px;
    background-position: -195px -58px;
  }
  .nav-side .bullet-in li {
    padding-left: 0;
  }
  .nav-side .bullet-list li li .sub-menu li a {
    padding-left: 32px;
  }
  .nav-side .bullet-list ul li.current-menu-item .sub-menu a,
  .nav-side .bullet-list li.active li.menu-item-has-children.current-menu-ancestor.active .sub-menu li a {
    padding-top: 5px;
    padding-bottom: 8px;
    background-position: -322px 9px;
  }
  .nav-side .bullet-list li li .sub-menu li.active a,
  .nav-side .bullet-list li.active li.menu-item-has-children.current-menu-ancestor.active .sub-menu li.active a {
    background-position: -128px -308px;
  }
  .nav-side .bullet-list li.active li.menu-item-has-children.current-menu-ancestor.active .sub-menu li.menu-item-has-children.current-menu-item a {
    background-position: -158px -264px;
  }
  .feature-tabs li a {
    padding: 6px 9px 0px;
  }
  .widget-news .hentry-data-img {
    width: 170px;
  }
  /* Videos Sala de Prensa */
  .entry-video.video-article {
    padding-left: 60px;
    min-height: auto;
  }
  .entry-video.video-article .video-image {
    width: 41px;
    height: 41px;
    left: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .entry-video.video-article .video-image img {
    display: none;
  }
  .entry-video.video-article .play-video {
    background: transparent !important;
    background-color: transparent !important;
  }
  .entry-video.video-article.video.video-principal {
    padding-left: 60px;
    min-height: auto;
  }
  .entry-video.video-article.video.video-principal .video-image {
    position: absolute;
    width: 41px;
    height: 41px;
    left: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .entry-video.video-article.video.video-principal .info {
    position: relative;
  }
  .entry-video.video-article.video.video-principal .published {
    color: #333;
  }
  .entry-video.video-article.video.video-principal a {
    color: #014C8F;
  }
  .entry-video.video-article.video.video-principal .entry-title {
    color: #014C8F;
  }
  .home .entry-video.video-article.video.video-principal {
    padding-left: 0;
    background-color: transparent !important;
  }
  .home .entry-video.video-article.video.video-principal .video-image {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    margin-top: 0;
  }
  .home .entry-video.video-article.video.video-principal .play-video {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 100%) !important;
  }
  .home .entry-video.video-article.video.video-principal .entry-title {
    color: #fff;
  }
}
@media only screen and ( max-width : 720px ) {
  .visible-mobile {
    display: block !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  /*--------------------------------- Main & Sidebar */
  #sidebar {
    padding-top: 30px;
    padding-bottom: 0;
    background-color: transparent;
  }
  .main-front {
    padding-bottom: 170px;
    background: #f5f3f3;
  }
  .main-front #content:before,
  .main-front #sidebar:before {
    display: none;
  }
  .main-page #content,
  .main-page #sidebar {
    float: none;
  }
  .main-page #content {
    background-color: #fff;
  }
  .main-page #sidebar {
    padding-bottom: 150px;
  }
  .main-page #sidebar:before {
    display: none;
  }
  .main-page #sidebar .nav-side {
    display: none;
  }
  .widget-menu-item.widget-menu-item-simple {
    float: none !important;
  }
  .page-template-page-admision #main-content {
    padding-bottom: 100px;
  }
  #footer {
    margin-top: -100px;
  }
  .header-page .nav-side {
    display: block;
  }
  .event-featured-image {
    height: auto;
    width: auto;
    left: 0;
    margin: 0 -30px 0;
  }
  .event-feature-header {
    width: auto;
    padding-right: 20px;
    bottom: 15px;
  }
  .event-feature-title {
    font-size: 20px;
  }
  .event-featured-aside {
    margin-top: 0;
  }
  .event-featured-aside .widget-map {
    width: 100%;
  }
  .event-featured-aside .map-list li {
    float: none;
  }
  /*--------------------------------- Page Iframe */
  .page-template-template-iframe iframe {
    width: 100% !important;
  }
  /*--------------------------------- Online Services */
  .button.close-mobile-nav {
    position: absolute;
    display: inline-block;
    padding: 6px 10px;
    top: -40px;
    right: 0;
  }
  .button.close-mobile-nav .arrow-top {
    position: relative;
    display: inline-block;
    top: -3px;
    content: '';
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    color: #fff;
  }
  #online-services {
    padding-top: 40px;
  }
  #online-services [class*="grid-"] {
    overflow: inherit;
  }
  #online-services ul li {
    margin-bottom: 10px;
  }
  #online-services h3 {
    font-size: 16px;
  }
  #online-services-link {
    right: auto;
    left: 0;
  }
  #online-services-link .visible.hidden-mobile {
    display: none !important;
  }
  #online-services-link .hidden.visible-mobile {
    display: block !important;
  }
  #online-services-link span {
    padding: 11px 25px 10px 10px;
    background: url("'img/ico'/bullets-right.png") no-repeat scroll 82px -52px transparent;
  }
  /*--------------------------------- Menú Perfiles */
  #menu-perfiles {
    margin-bottom: 20px;
  }
  #menu-perfiles a {
    text-shadow: -1px -1px 1px #001C34;
  }
  #menu-perfiles .active a {
    background: #1267AE url("'img/'/auxi/shadow-nav.png") repeat-x bottom left;
    border: 1px solid #0E5FA2;
  }
  /*--------------------------------- Nav Top */
  #nav-top,
  #nav-top ul {
    display: none;
  }
  #top {
    height: 0;
  }
  /*--------------------------------- Header */
  .wrap-header-main {
    padding-top: 40px;
  }
  .subwrap-header-main {
    padding-top: 15px;
  }
  /*--------------------------------- Nav Main */
  .mobile-main-menu {
    position: absolute;
    right: 0;
    top: 0;
    font: 12px/100% "FrancoisOneRegular", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    background: #E4DBD6;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    color: #00355E !important;
  }
  .mobile-main-menu.active {
    background: #1267AE;
  }
  .mobile-main-menu:hover {
    background: #003660;
  }
  .mobile-main-menu.active,
  .mobile-main-menu:hover {
    color: #fff !important;
    text-decoration: none;
  }
  #nav-main-mobile.visible-mobile {
    display: block !important;
  }
  .nav-main-mobile {
    padding: 40px 0 10px 0;
    background-color: #E4DBD6;
    border-bottom: none;
  }
  .nav-main-mobile [class*="grid-"] {
    margin-bottom: 0;
    overflow: inherit;
  }
  .nav-main-mobile .menu li {
    list-style: none;
    border-top: 1px solid #BCBCBC;
  }
  .nav-main-mobile .menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #00355e;
  }
  .nav-main-mobile .menu li.active {
    border-top-style: solid;
  }
  .nav-main-mobile .menu li.active a {
    color: #fff;
    background-color: #00355e;
  }
  .nav-main-mobile .menu li.active + li {
    border-top-style: solid;
  }
  .nav-main-mobile .menu li:first-child {
    border-top: none;
    padding-top: 0;
  }
  /*--------------------------------- Search form */
  .mobile-searchsubmit {
    background: #ff8303;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 55px;
    width: 35px;
  }
  .mobile-searchsubmit span {
    background: url("'img/ico'/sprite-buttons-icons.png");
    height: 25px;
    width: 27px;
    margin: 5px 4px;
    display: block;
    text-indent: 999em;
  }
  .mobile-searchsubmit:hover {
    background: #F60;
  }
  .search-main-mobile {
    background: #ff8303;
  }
  .search-main-mobile .search-main {
    width: 100%;
    margin-top: 20px;
  }
  #search-main-mobile.visible-mobile {
    display: block !important;
  }
  /*--------------------------------- Features */
  #features-home {
    float: none;
  }
  .wrap-features-home {
    width: 100%;
    height: 160px;
  }
  .wrap-features-home .entry-feature img {
    height: auto;
    width: 100%;
    display: block;
  }
  .wrap-features-home .entry-content {
    top: 20px;
    left: 20px;
  }
  .wrap-features-home .entry-feature .entry-title {
    font-size: 18px;
  }
  .button {
    padding: 0 5px;
  }
  .button.button-big.button-admision {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .feature-tabs {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: auto;
    bottom: 8px;
  }
  .feature-tabs li {
    float: none;
    display: inline-block;
    margin-right: 10px;
  }
  .feature-tabs li.active a {
    background-color: #ff8303;
  }
  .feature-tabs li a {
    text-indent: -9999em;
    height: 15px;
    width: 15px;
    padding: 0;
    background-color: rgba(255, 131, 3, 0.7);
  }
  .feature-tabs li a:hover {
    background-color: #ff8303;
  }
  .mask-feature {
    height: auto;
    bottom: 0;
  }
  #welcome {
    padding-top: 0;
    padding-bottom: 0;
  }
  #welcome h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #welcome .button-admision {
    margin-bottom: 10px;
  }
  /*--------------------------------- Features: Image Header */
  #image-header {
    float: none;
  }
  /*--------------------------------- Features Paginate */
  .features .prev,
  .features .previous {
    width: 30px;
    height: 30px;
    background-position: -281px -116px;
  }
  .features .prev:hover,
  .features .previous:hover {
    background-position: -281px -116px;
  }
  .features .prev.prev-inactive,
  .features .previous.prev-inactive,
  .features .prev.prev-inactive:hover,
  .features .previous.prev-inactive:hover,
  .features .prev.previous-inactive,
  .features .previous.previous-inactive,
  .features .prev.previous-inactive:hover,
  .features .previous.previous-inactive:hover {
    cursor: default;
    background-position: -281px -87px;
  }
  .features .next {
    width: 30px;
    height: 30px;
    background-position: -312px -116px;
  }
  .features .next:hover {
    background-position: -312px -116px;
  }
  .features .next.next-inactive,
  .features .next.next-inactive:hover {
    cursor: default;
    background-position: -312px -87px;
  }
  /*--------------------------------- Features: Page Admisión */
  .features-page-admission .grid-24 {
    width: 90%;
    margin-left: auto;
  }
  .features-page-admission .admission-title {
    top: 20px;
    left: 25px;
    font-size: 20px;
  }
  .features-page-admission .nav-features .previous,
  .features-page-admission .nav-features .next {
    top: 60px;
  }
  .features-page-admission .nav-features .previous {
    left: -12px;
  }
  .features-page-admission .nav-features .next {
    right: -19px;
  }
  .features-page-admission .entry-feature img {
    height: auto;
    width: 100%;
    display: block;
  }
  .features-page-admission .entry-content {
    position: relative;
    width: 100%;
    padding: 14px 15px 10px 15px;
    top: 0;
    left: 0;
    background-color: #053254;
  }
  .features-page-admission .entry-content .seal-title {
    margin-right: 20px;
    font-size: 12px;
    text-shadow: none;
  }
  .features-page-admission .entry-content .entry-title {
    font-size: 11px;
  }
  .features-page-admission .entry-content .view-more {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    text-indent: -100000px;
  }
  .features-page-admission .entry-content .view-more:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -4px;
  }
  .features-page-admission .tabs-features-page-admission {
    display: none;
  }
  /*--------------------------------- Features: Page Postgrad */
  .features-postgrad {
    border: none;
  }
  .features-postgrad .wrap-features {
    height: 260px;
  }
  .features-postgrad .entry-feature {
    height: 246px;
  }
  .features-postgrad .entry-feature .mask-feature {
    left: 30px;
  }
  .features-postgrad .entry-feature img {
    position: absolute;
    width: auto;
    height: 100%;
    right: 0;
    max-width: 100000px;
  }
  .features-postgrad .entry-content {
    width: auto;
    left: 50px;
    bottom: 15px;
    padding-right: 20px;
  }
  .features-postgrad .entry-title {
    font-size: 18px;
  }
  .features-postgrad .entry-subtitle {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .features-postgrad .featured-course-meta {
    margin: 7px 0;
    font-size: 13px;
  }
  .features-postgrad .status {
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 12px;
  }
  .features-postgrad .postgrad-init-date {
    font-size: 11px;
  }
  .features-postgrad hr {
    margin: 8px 0;
  }
  .features-postgrad .buttons-postgrad .button,
  .features-postgrad .view-more {
    font-size: 12px;
  }
  .postgrad-nav {
    width: 30px;
    height: 246px;
  }
  .postgrad-nav a {
    padding: 0;
    font-size: 1px;
    line-height: 0;
    text-indent: -10000px;
  }
  .postgrad-nav a span {
    font-size: 10px;
  }
  .postgrad-nav a:before {
    margin-top: -10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
  }
  .postgrad-nav a.active:before {
    right: -10px;
  }
  /*--------------------------------- Features: Page Dec */
  .features-dec .dec-title {
    width: 85%;
    top: 30px;
    left: 20px;
    font-size: 16px;
  }
  .features-dec .nav-features .previous,
  .features-dec .nav-features .next {
    top: 100px;
  }
  .features-dec .nav-features .previous {
    left: -12px;
  }
  .features-dec .nav-features .next {
    right: -12px;
  }
  .features-dec .entry-feature {
    padding-bottom: 70px;
  }
  .features-dec .entry-feature img {
    display: block;
    width: 100%;
    height: auto;
  }
  .features-dec .entry-content {
    position: absolute;
    width: 100%;
    padding: 10px 50px 10px 15px;
    left: 0;
    bottom: 0;
    background-color: #053254;
  }
  .features-dec .entry-content .entry-title {
    display: inline;
    padding-right: 10px;
    font-size: 14px;
    line-height: 17px;
  }
  .features-dec .entry-content .status {
    position: absolute;
    top: 0;
    left: 15px;
    height: auto;
    margin-top: -20px;
    padding: 5px 7px;
    font-size: 10px;
  }
  .features-dec .entry-content .featured-course-meta {
    display: inline;
    margin: 0;
    font-size: 10px;
  }
  .features-dec .entry-content .featured-course-description {
    display: none;
  }
  .features-dec .entry-content .view-more {
    position: absolute;
    top: 0;
    right: 15px;
    width: 30px;
    height: 100%;
    text-indent: -100000px;
  }
  .features-dec .entry-content .view-more:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -4px;
  }
  /*--------------------------------- Section: Wufoo Program Header */
  .wufoo_program-header {
    height: 100%;
  }
  .wufoo_program-header .wrap-program-header {
    height: auto;
    padding: 15px;
  }
  .wufoo_program-header .wrap-program-header .program-title {
    font-size: 18px;
  }
  .wufoo_program-header .program-signups {
    position: relative;
    bottom: 2px;
    height: auto;
    padding: 8px 15px;
    background-color: #f5f3f3;
    background-image: none;
  }
  .wufoo_program-header .program-signups *:last-child {
    margin-bottom: 0;
  }
  .wufoo_program-header .program-signups h3 {
    font-size: 11px;
  }
  /*--------------------------------- Table: Responsive */
  .std-table,
  .std-text table,
  .scolarship-table,
  .tuition-table {
    width: 100% !important;
    border: 1px solid #ccc;
  }
  .std-table thead,
  .std-text table thead,
  .scolarship-table thead,
  .tuition-table thead {
    display: none;
  }
  .std-table tbody > tr > td,
  .std-text table tbody > tr > td,
  .scolarship-table tbody > tr > td,
  .tuition-table tbody > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #fff !important;
  }
  .std-table tbody > tr > td:first-child,
  .std-text table tbody > tr > td:first-child,
  .scolarship-table tbody > tr > td:first-child,
  .tuition-table tbody > tr > td:first-child {
    padding-top: 10px;
  }
  .std-table tbody > tr > td:last-child,
  .std-text table tbody > tr > td:last-child,
  .scolarship-table tbody > tr > td:last-child,
  .tuition-table tbody > tr > td:last-child {
    padding-bottom: 10px;
  }
  .std-table tbody > tr:nth-child(2n) > td,
  .std-text table tbody > tr:nth-child(2n) > td,
  .scolarship-table tbody > tr:nth-child(2n) > td,
  .tuition-table tbody > tr:nth-child(2n) > td {
    background-color: #eaeaea !important;
  }
  .std-table tbody > tr.no-data td span,
  .std-text table tbody > tr.no-data td span,
  .scolarship-table tbody > tr.no-data td span,
  .tuition-table tbody > tr.no-data td span {
    width: 100%;
  }
  .std-table tbody td,
  .std-text table tbody td,
  .scolarship-table tbody td,
  .tuition-table tbody td {
    display: block;
    zoom: 1;
    width: 100%;
    border-left: none;
  }
  .std-table tbody td:after,
  .std-text table tbody td:after,
  .scolarship-table tbody td:after,
  .tuition-table tbody td:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
  }
  .std-table tbody td:first-child,
  .std-text table tbody td:first-child,
  .scolarship-table tbody td:first-child,
  .tuition-table tbody td:first-child {
    font-weight: bold;
    color: #333;
  }
  .std-table tbody td:before,
  .std-text table tbody td:before,
  .scolarship-table tbody td:before,
  .tuition-table tbody td:before,
  .std-table tbody td > span,
  .std-text table tbody td > span,
  .scolarship-table tbody td > span,
  .tuition-table tbody td > span {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 5px;
    font-size: 100%;
    color: #666;
  }
  .std-table tbody td:before,
  .std-text table tbody td:before,
  .scolarship-table tbody td:before,
  .tuition-table tbody td:before {
    content: attr(data-th);
    text-align: right;
  }
  .tuition-table tbody > tr > td:first-child {
    display: none;
  }
  .tuition-table tbody > tr > td:nth-child(2) {
    padding-top: 10px;
    font-weight: bold;
  }
  .tuition-table tbody > tr > td:nth-child(2):before {
    display: none;
  }
  .tuition-table tbody > tr > td:nth-child(2) .wrap-td {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .std-table tbody td,
  .std-text table tbody td {
    border: none;
  }
  /*--------------------------------- Side tabs */
  .side-tabs {
    margin-bottom: 20px;
  }
  .side-tabs li {
    width: 50%;
  }
  .side-tabs li a {
    width: 100%;
    padding-right: 0;
  }
  .side-tabs li a .mark {
    display: none;
  }
  .side-tabs li a .wrap {
    width: 100%;
    padding: 0;
    border-top: none;
  }
  .side-tabs li a strong {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    text-align: center;
    padding: 10px 0;
  }
  .side-tabs li a em {
    display: none;
  }
  .side-tabs li.active {
    border: 1px solid #ccc;
    border-bottom: none;
  }
  .side-tabs li.active a {
    background-color: transparent;
  }
  .side-tabs li.active a strong {
    color: #002a41;
  }
  /*--------------------------------- Content Tabs */
  .av-content-tabs li a {
    margin-right: 2px;
    padding: 7px 10px;
    font-size: 11px;
  }
  /*--------------------------------- Wrap Content */
  .wrap-content {
    padding-top: 14px;
  }
  .content-footer {
    margin: 10px 0;
    padding: 1px 0;
    border-top: 3px solid #ccc;
    border-bottom: 0;
  }
  .content-footer .back-top {
    display: none;
  }
  /*--------------------------------- Widget Menú */
  .widget-menu-item:last-child .widget-title {
    border-bottom: none;
  }
  /*--------------------------------- Logo CNA */
  #footer .logo-cna {
    top: -140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: 0 0 !important;
  }
  /*--------------------------------- Nav Careers */
  #nav-careers-link,
  .nav-careers {
    display: none !important;
  }
  /*--------------------------------- Section: Prensa */
  .recent-news-prensa li,
  .std-text .recent-news-prensa li {
    min-height: auto;
    margin-bottom: 15px;
    padding: 15px;
  }
  .recent-news-prensa .wrap-press-mention,
  .std-text .recent-news-prensa .wrap-press-mention {
    padding-left: 0;
  }
  .recent-news-prensa .attachment-press_source-thumb-wrap,
  .std-text .recent-news-prensa .attachment-press_source-thumb-wrap {
    position: relative;
    display: block;
    width: 166px;
    height: 53px;
    top: auto;
    left: auto;
    margin-bottom: 15px;
  }
  .press_mentions-navigation select {
    display: block;
    width: 170px;
  }
  /*--------------------------------- Section: Infraestructure */
  /*--------------------------------- Section: Discounts */
  ul.discounts-tax-list .discounts-tax-item {
    min-height: inherit;
    padding-left: 0;
  }
  ul.discounts-tax-list .discounts-tax-item .attachment-tax_discount-thumb {
    display: none;
  }
  ul.discounts-tax-list .discounts-tax-item ul.discounts-list li {
    margin-left: 0;
    font-size: 11px !important;
  }
  ul.discounts-tax-list .discounts-tax-item ul.discounts-list li .discount-description {
    margin-left: -13px !important;
  }
  ul.discounts-tax-list .discounts-tax-item ul.discounts-list li .discount-description.discount-with-thumbnail {
    padding-left: 10px;
  }
  ul.discounts-tax-list .discounts-tax-item ul.discounts-list li .discount-description .discount-item-logo {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    width: 60%;
    margin: 10px auto 15px auto;
  }
  /*--------------------------------- Section: Scolarships */
  /*------------------------- Filters */
  .scolarship-filter {
    margin-bottom: 0;
  }
  .scolarship-filter .crsl-wrap {
    width: 100% !important;
  }
  .scolarship-filter .filter-box {
    float: none !important;
    width: 100% !important;
    height: 90px !important;
    margin: 0 0 5px 0 !important;
  }
  .scolarship-filter .filter-box .select_filter {
    margin-top: 5px;
  }
  .scolarship-filter .filter-box .banner-view .wrap-banner {
    padding: 10px 15px;
  }
  /*--------------------------------- Section: Events */
  /*------------------------- Events Header */
  .events-header {
    margin-bottom: 15px;
    padding-right: 0;
    min-height: inherit;
    zoom: 1;
  }
  .events-header:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
  }
  .events-header .events-filters {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
  .events-header .events-filters select {
    margin-right: 10px;
  }
  .events-header .events-filters .button {
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  /*------------------------- Events List */
  ul.event-list li.event-entry {
    padding: 10px 0;
  }
  ul.event-list .event-meta {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 5px 0 0 0;
    font-size: 12px;
  }
  ul.event-list .event-meta .eventtime .day-name {
    display: inline-block;
    padding-right: 10px;
  }
  ul.event-list .wrap-event {
    padding: 5px 0;
  }
  /*--------------------------------- Widget: Photo Video */
  .channel-photo-video .channel-video {
    display: block;
  }
  .channel-photo-video .channel-video .channel-video-col {
    display: table;
    width: 100%;
  }
  .channel-photo-video .channel-video .channel-video-col li {
    display: table-cell;
    padding-left: 4px;
  }
  .channel-photo-video .channel-video .channel-video-col li:first-child {
    padding-left: 0;
  }
  .channel-photo-video .channel-video .feature-video {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 4px;
  }
  /*--------------------------------- Widget: Meet us */
  .widget-meet-us .crsl-item {
    width: 100% !important;
    height: auto !important;
  }
  /*--------------------------------- Widget: Why UDD */
  .widget-why-udd {
    border-bottom: none;
    box-shadow: none;
  }
  .widget-why-udd .wrap-content-inset {
    margin-left: 0;
    margin-right: 0;
  }
  .widget-why-udd .widget-title {
    font-size: 13px;
  }
  .widget-why-udd h4.why-item-name {
    font-size: 16px;
  }
  .widget-why-udd .why-paginate {
    padding-left: 130px;
  }
  .widget-why-udd .why-paginate li a {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .widget-why-udd .why-paginate li a:hover span:after,
  .widget-why-udd .why-paginate li a.crsl-dot-active span:after {
    bottom: -19px;
    border-top-color: #F5F3F3;
  }
  .widget-why-udd .nav-why-udd .previous,
  .widget-why-udd .nav-why-udd .next {
    bottom: 15px;
  }
  .widget-why-udd .next-why {
    text-align: right;
    float: right;
    position: relative;
  }
  .widget-why-udd .prev-why {
    float: left;
    position: relative;
  }
  /*--------------------------------- Widget: SearchBox - Academic units, teachers, experts */
  .search-box .content-box:before,
  .search-box .content-box img {
    display: none;
  }
  .search-box .form-box {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  .search-box .form-box label {
    display: none;
  }
  .search-box .form-box select {
    float: left;
    width: 65%;
    margin-top: 0;
    margin-right: 10px;
  }
  .search-box .form-box .button {
    float: left;
  }
  /*--------------------------------- Widget: Postulation */
  /* Table of Scores Career */
  table.scores-career-table th,
  table.scores-career-table td {
    font-size: 10px;
    line-height: 90%;
  }
  table.scores-career-table .data-big {
    font-size: 24px;
  }
  /*--------------------------------- Social Media Mobile Footer */
  .social-media-mobile-footer {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    background: #e9e6e3 none repeat scroll 0 0;
    box-shadow: 0 0 4px #dfdddb inset;
    padding: 20px 0 0;
  }
  .social-media-mobile-footer .wrap-social-network.wrap-twitter {
    border-bottom: none;
  }
  /*--------------------------------- Footer */
  #footer-nav {
    height: auto;
  }
  #footer-nav .grid-24 {
    height: auto;
  }
  #nav-main-footer {
    line-height: 120%;
    position: relative;
    top: 0;
    left: 0;
    zoom: 1;
  }
  #nav-main-footer:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
  }
  #nav-main-footer li {
    float: left;
    width: 50%;
    padding: 5px 0;
    border-left: none;
  }
  #nav-main-footer a {
    font-size: 12px;
  }
  .content-links {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
  }
  .content-links .menu {
    font-size: 12px;
  }
  .content-links .menu li {
    width: 50%;
    float: left;
    padding: 5px 0 5px 10px;
    background: url("'img/'/ico/bullets-left.png") no-repeat scroll -162px -116px transparent;
  }
  /*--------------------------------- Footer Address */
  #footer-address {
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }
  #footer-address ul li {
    text-align: left;
    float: right;
    width: 60px;
  }
  #footer-address ul li:first-child {
    float: left;
  }
  /*--------------------------------- Footer Navs */
  #footer-links,
  #footer-links-mobile {
    padding: 0;
  }
  #footer-links .footer-links-profiles,
  #footer-links-mobile .footer-links-profiles {
    width: 100%;
    margin: 0;
  }
  #footer-links .footer-links-profiles li,
  #footer-links-mobile .footer-links-profiles li {
    float: left;
    width: 50%;
    padding: 5px 0;
    border-left: none;
  }
  #footer-links .footer-link-title,
  #footer-links-mobile .footer-link-title {
    color: #fff;
    font: 16px/100% "FrancoisOneRegular", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  #footer-links .footer-link-title .toggle-arrow,
  #footer-links-mobile .footer-link-title .toggle-arrow {
    background: url("'img/ico'/bullets-right.png") no-repeat scroll -42px -66px transparent;
    height: 4px;
    width: 9px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 17px;
  }
  #footer-links .footer-link-title:hover,
  #footer-links-mobile .footer-link-title:hover {
    color: #a2ddff;
  }
  .boxshadow #footer-links {
    box-shadow: none;
  }
  /*--------------------------------- Footer */
  #footer-social-buttons {
    display: block;
    margin: 5px auto;
    width: 150px;
  }
  #footer-main {
    padding: 20px 0px 0;
  }
  .research-crsl-nav {
    top: 50px;
  }
  /* Videos Sala de Prensa */
  .entry-video.video-article {
    padding-left: 60px;
    min-height: auto;
  }
  .entry-video.video-article .video-image {
    width: 41px;
    height: 41px;
    left: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .entry-video.video-article .video-image img {
    display: none;
  }
  .entry-video.video-article .play-video {
    background: transparent !important;
    background-color: transparent !important;
  }
  .entry-video.video-article.video.video-principal {
    padding-left: 60px;
    min-height: auto;
  }
  .entry-video.video-article.video.video-principal .video-image {
    position: absolute;
    width: 41px;
    height: 41px;
    left: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .entry-video.video-article.video.video-principal .info {
    position: relative;
  }
  .entry-video.video-article.video.video-principal .published {
    color: #333;
  }
  .entry-video.video-article.video.video-principal a {
    color: #014C8F;
  }
  .entry-video.video-article.video.video-principal .entry-title {
    color: #014C8F;
  }
  .home .entry-video.video-article.video.video-principal {
    padding-left: 0;
    background-color: transparent !important;
  }
  .home .entry-video.video-article.video.video-principal .video-image {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    margin-top: 0;
  }
  .home .entry-video.video-article.video.video-principal .play-video {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 100%) !important;
  }
  .home .entry-video.video-article.video.video-principal .entry-title {
    color: #fff;
  }
  .home .entry-video.video-article.video.video-principal .hentry-data.video-data {
    padding: 0;
  }
}
.sprite {
  overflow: hidden;
  text-indent: -9999px;
  background: url("'assets/img'/sprite.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: relative;
}
.sprite-video-play {
  width: 41px;
  height: 41px;
  background-position: -231px 0;
}
.sprite-flecha-bottom {
  width: 26px;
  height: 15px;
  background-position: -175px 0;
}
.sprite-geoposicion {
  width: 10px;
  height: 15px;
  background-position: -143px -108px;
  top: 2px;
}
.sprite-bullet-flecha {
  width: 5px;
  height: 10px;
  background-position: -108px -110px;
  top: 1px;
}
.sprite-facebook-naranjo {
  width: 20px;
  height: 20px;
  background-position: 4px -211px;
}
.sprite-facebook-white {
  background-position: 5px -161px;
}
.sprite-twitter-naranjo {
  width: 20px;
  height: 17px;
  background-position: -38px -212px;
}
.sprite-twitter-white {
  background-position: -37px -161px;
}
.sprite-youtube-white {
  background-position: -84px -161px;
}
.sprite-instagram-white {
  background-position: -128px -161px;
}
