/*
* DISEÑO PAGINA WEB - UNPRG - OCCI

*/
/* ======= Base ======= */
html,
body {
  height: 100%;
/*  background: #f2f2f2;   */
  background: #FFFFFF;


  /*  background: url("/imagenes/fondo.png");  */
}
body {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -240px;
  /* equal to footer height */
}
.wrapper:after {
  content: "";
  display: block;
  height: 344px;
  /* must be the same height as footer */
}
.footer {
  height: 344px;
  background: url("/imagenes/logo.png");
  /* must be the same height as footer */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
}
x fol p {
  color: #444444;
  font-size: 13px;
}
a {
  color: #0c3536;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #03A9F4;
}
a:focus {
  text-decoration: none;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn .fa.fa-search {
  margin-right: 0;
}
.btn-theme {
  background: #039BE5; /**COLORDE BOTON**/
  border: 1px solid #6091ba;
  color: #fff;
}
.btn-theme:hover {
  background: #03A9F4; /*ACTIVAR BOTON**/
  border: 1px solid #84aac9;
  color: #fff;
}
a.btn-cta,
.btn-cta {
  background: #6091ba;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #6091ba;
  font-family: 'open sans', arial, sans-serif;
}
a.btn-cta:hover,
.btn-cta:hover {
  color: #fff;
  background: #84aac9;
  border: 1px solid #84aac9;
}
a.btn-cta .fa,
.btn-cta .fa {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control:focus {
  border-color: #6091ba;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.read-more {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 13px;
  display: block;
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
}
.carousel-fade .item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.carousel-fade .item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.content{
  background: #f2f2f2;
}

.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.tab-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 20px;
}
.nav > li > a {
  font-size: 14px;
  font-family: Oswald, serif !important;
  font-weight: 100;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: inherit;
}
.nav-tabs > li > a {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444444;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
  border-top: 2px solid #6091ba;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-bottom: 0;
  border-top: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #f5f8fb;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #a7c2d9;
  color: #365d7e;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #f5f8fb;
}
.table-boxed,
.table-bordered {
  border: 1px solid #ebebeb;
}
.table.table-boxed > thead > tr > th {
  border-bottom: none;
  background: #6091ba;
  color: #fff;
}

.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.label-theme {
  background: #6091ba;
}
.label .fa {
  margin-right: 4px;
}
.label.label-icon-only .fa {
  margin-right: 0;
}

.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #95b6d1;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  margin-right: 10px;
  float: left;
}
.social-icons a:hover {
  background: #6091ba;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
/* ======= Header ======= */
.header .top-bar {
  background: #0a2a2b; /* CABECERA */
}
.header .top-bar .search-form {
  padding: 10px 0;
}
.header .top-bar .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header .social-icons li.row-end {
  margin-right: 0;
}
.header .social-icons a {
  color:#fff;
  text-decoration:none;
}
.header .social-icons a:hover {
  background: #6091ba;
}

.header .social-icons a:hover .fa {
  color: #fff;
}
.header .social-icons a .fa {
  color: rgba(255, 255, 255, 0.4);
}
.header .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.header .header-main {
  padding-top: 25px;
  padding-bottom: 2px;
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}
.header .menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}
.header .menu-top li {
  list-style: none;
  float: left;
  font-size: 11px;
  font-family: 'open sans', arial, sans-serif;
}
.header .menu-top li:last-child a {
  padding-right: 0;
}
.header .menu-top li.divider a {
  border-right: 1px solid #c3c3c3;
}
.header .menu-top li a {
  display: inline-block;
  color: #777777;
  padding: 0px 10px;
}
.header .menu-top li a:hover {
  color: #0288D1;
}
.header .contact {
  font-size: 20px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
.header .contact p {
  float: left;
  margin-bottom: 0;
}
.header .contact p.phone {
  margin-right: 30px;
}
.header .contact p a {
  color: #444444;
}
.header .contact .fa {
  color: #6091ba;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.header .contact .fa.fa-phone {
  font-size: 22px;
  top: 2px;
}
.header .search-form {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form .form-control {
  width: 260px;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.header .search-form .form-control:focus {
  background: #fff;
  border-color: #6091ba;
}
.main-nav {
  margin-bottom: 7px;
  background: #173c3d;
  background: -moz-linear-gradient(to bottom, #496768 30%, #315354 50%, #113738 70%, #2e4d4e 100%);
  background: -webkit-linear-gradient(to bottom, #496768 30%, #315354 50%, #113738 70%, #2e4d4e 100%);
  background: -o-linear-gradient(to bottom, #496768 30%, #315354 50%, #113738 70%, #2e4d4e 100%);
  background: -ms-linear-gradient(to bottom, #496768 30%, #315354 50%, #113738 70%, #2e4d4e 100%);
  background: linear-gradient(to bottom, #496768 30%, #315354 50%, #113738 70%, #2e4d4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173c3d', endColorstr='#173c3d', GradientType=0 );
  position: relative;
  z-index: 10;
}

.main-nav button {
  background: #27435a;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
.main-nav .navbar-collapse {
  padding: 0;
}
.main-nav .nav .nav-item {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'open sans', arial, sans-serif;
  z-index: 100;
  border-left: 1px solid #fff;
}
.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}
.main-nav .nav .nav-item a {
  color: #fff; /*Color de texto*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.main-nav .nav .nav-item a:hover {
  background: #ae994b;
  background: -moz-linear-gradient(to bottom, #cbbb83 30%, #b5a055 50%, #af9b53 70%, #ad9c5e 100%);
  background: -webkit-linear-gradient(to bottom, #cbbb83 30%, #b5a055 50%, #af9b53 70%, #ad9c5e 100%);
  background: -o-linear-gradient(to bottom, #cbbb83 30%, #b5a055 50%, #af9b53 70%, #ad9c5e 100%);
  background: -ms-linear-gradient(to bottom, #cbbb83 30%, #b5a055 50%, #af9b53 70%, #ad9c5e 100%);
  background: linear-gradient(to bottom, #cbbb83 30%, #b5a055 50%, #af9b53 70%, #ad9c5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae994b', endColorstr='#ae994b', GradientType=0 );
  color: #fff;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  /*background: #039BE5; /* menu activado */
  /*color: #fff;*/
  background: url(../imagenes/bg_menu_hover.png) repeat-x left center;
  color: #00497c;
}
.main-nav .nav .nav-item.active > a:before {
  /*content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;*/
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  background: #ae9849;
  background: linear-gradient(to bottom, #cbbb83 30%, #b5a055 50%, #af9b53 70%, #ad9c5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae994b', endColorstr='#ae994b', GradientType=0 );
  color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu {
  border-radius: 0;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #26494a; /* BARRA DE LINEA **/
  padding: 8px 20px;
  background: #0c3536;
  color: #fff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  color: rgba(255,255,255,0.8);
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}

.menuUNPRG{
  background: #fff;
}
.menuUNPRG ul{
  background: #fff;
}

/* ======= Footer ======= */
.footer {
  background: #222 url('../imagenes/fback.png') repeat;
  color: #fff;
  border-top: 4px solid #b29e54;
  margin-top: 20px;
}
.footer p {
  color: #dcdcdc;
}
.footer ul {
  padding-left: 0;
}
.footer li {
  list-style: none;
}
.footer h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer .footer-content {
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 12px;
  min-height: 100%;
}
.footer .footer-content .footer-col .footer-col-inner {
  padding: 0 15px;
}
.footer .footer-content .footer-col .fa {
  margin-right: 10px;
  display: inline-block;
  color: #767676;
}
.footer .footer-content .footer-col .fa.fa-phone {
  font-size: 16px;
}
.footer .footer-content .footer-col li {
  margin-bottom: 10px;
  font-size: 12px;
}
.footer .footer-content .footer-col a {
  color: #dcdcdc;
}
.footer .footer-content .footer-col a:hover {
  color: #b29e54;
}
.footer .footer-content .adr {
  margin-bottom: 30px;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}
.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  width: 320px;
  background: #f5f5f5;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}
.footer .bottom-bar {
  background: #000;
  padding: 5px 0;
}
.footer .bottom-bar .copyright {
  font-size: 11px;
  color: #dcdcdc;
  line-height: 3;
}
.footer .bottom-bar .copyright a:hover {
  color: #84aac9;
}
.footer .bottom-bar .social {
  margin: 0;
}
.footer .bottom-bar .social li {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.footer .bottom-bar .social li a {
  color: #a9a9a9;
  padding: 0 5px;
}
.footer .bottom-bar .social li a:hover {
  color: #6091ba;
}

/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;

}
.flexslider .flex-control-paging li a {
  background: #0c3536;
}
.flexslider .flex-control-paging li a:hover {
  background: #b29e54; /*SLIDER ROSAR MAUSE*/
}
.flexslider .flex-control-paging li a.flex-active {
  background: #b29e54; /*BOTON SLIDER*/
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
  position: absolute;
  left: 0px;
  bottom: -10px;
  color: #fff;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
  width: 100%;
}
.flexslider .slides .flex-caption .main {
  display: inline-block;
  background: #00B0FF;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.flexslider .slides .flex-caption .secondary {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  width: 100%;
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
}



/* ======= Page ======= */
.page-wrapper .page-heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-heading h1.heading-title {
  margin-top: 5px;
  display: inline-block;
  font-size: 13px;
  color: #00497c;
}
.page-wrapper .breadcrumbs {
  display: inline-block;
}
.page-wrapper .breadcrumbs ul {
  padding-top: 25px;
  margin: 0;
}
.page-wrapper .breadcrumbs ul li {
  color: #6091ba;
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li a:hover {
  color: #365d7e;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}
.page-wrapper ul li {
  margin-bottom: 5px;
}
.page-wrapper ul li .fa {
  margin-right: 5px;
  color: #6091ba;
}
.page-wrapper ul li.list-group-item {
  margin-bottom: -1px;
}
.page-wrapper ul.nav li {
  margin-bottom: 0;
}
.page-wrapper ul.social-icons li .fa {
  margin-right: 0;
  color: #fff;
}
.page-wrapper ol li {
  margin-bottom: 5px;
}
.page-wrapper dl dd {
  margin-bottom: 5px;
}
.page-wrapper .page-content h1 {
  font-size: 26px;
  font-weight: normal;
}
.page-wrapper .page-content h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-wrapper .page-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.page-wrapper .page-content h4 {
  font-size: 18px;
  font-weight: normal;
}
.page-wrapper .page-content h5 {
  font-size: 16px;
  font-weight: normal;
}
.page-wrapper .page-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .page-content .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-wrapper .page-content .page-row {
  margin-bottom: 30px;
}
.page-wrapper .page-content .custom-quote {
  border-color: #a7c2d9;
}
.page-wrapper .page-content .custom-quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .fa {
  color: #6091ba;
  margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
  margin-top: 10px;
  font-size: 11px;
  color: #444444;
  font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
  color: #6091ba;
}
.page-wrapper .page-content .has-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-content .row-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding: 10px 0;
}
.page-wrapper .page-content .even-row {
  background: #f5f5f5;
}
.page-wrapper .page-content .read-more.btn {
  margin-bottom: 15px;
  display: inline-block;
}
.page-wrapper .page-content .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.page-wrapper .page-content .video-iframe {
  max-width: 100%;
}
.page-wrapper .page-content .album-cover {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.page-wrapper .page-content .album-cover:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-content .album-cover > a:hover {
  position: relative;
}
.page-wrapper .page-content .album-cover > a:hover img {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.page-wrapper .page-content .album-cover .desc {
  padding: 15px;
  position: relative;
}
.page-wrapper .page-content .album-cover .desc:before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
}
.page-wrapper .page-content .prettyphoto:hover img {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-sidebar h3.title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.page-wrapper .page-sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.page-wrapper .page-sidebar .widget.has-divider {
  border-bottom: 1px dotted #e8e8e8;
}
.page-wrapper .page-sidebar .widget .iframe {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
.page-wrapper .page-sidebar .widget .fa {
  margin-right: 5px;
  color: #6091ba;
}
.page-wrapper .page-sidebar .widget .fa.fa-phone {
  font-size: 16px;
}
.page-wrapper .page-sidebar .widget .btn .fa {
  color: #fff;
}
.page-wrapper .page-sidebar .widget .nav li a {
  padding: 5px 15px;
  color: #444444;
  margin-bottom: 10px;
  border-left: 5px solid transparent;
}
.page-wrapper .page-sidebar .widget .nav li a:hover {
  background: none;
  color: #6091ba;
}
.page-wrapper .page-sidebar .widget .nav li.active a {
  background: none;
  color: #6091ba;
  font-weight: bold;
  border-left: 5px solid #6091ba;
}
.page-wrapper .page-sidebar ul {
  padding-left: 0;
}
.page-wrapper .page-sidebar #flickr-photos li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-wrapper .page-sidebar #flickr-photos li img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.page-wrapper .page-sidebar #flickr-photos li img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.page-wrapper .page-sidebar .news-item {
  margin-bottom: 15px;
}
.page-wrapper .page-sidebar .news-item img {
  width: 40px;
  height: 40px;
}
.page-wrapper .page-sidebar .news-item .title {
  font-size: 14px;
  margin-top: 0;
}
.page-wrapper .page-sidebar .testimonials-carousel {
  position: relative;
}
.page-wrapper .page-sidebar .testimonials-carousel .fa {
  color: #6091ba;
  margin-right: 5px;
  font-size: 18px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
  min-height: 300px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people {
  margin-top: 10px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .name {
  color: #6091ba;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .title {
  color: #999;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
  margin-top: 20px;
  text-align: right;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa {
  background: #6091ba;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
}
.config-panel ul {
  margin-bottom: 0;
}
.config-panel li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel li.active a {
  border: 2px solid #fff;
}
.config-panel li.default a {
  background: #6091ba;
}
.config-panel li.green a {
  background: #57a89a;
}
.config-panel li.purple a {
  background: #6f7a9f;
}
.config-panel li.red a {
  background: #a85770;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
.ie8 .footer .footer-content {
  min-height: 280px;
}
.ie8 .navbar-nav {
  position: relative;
  z-index: 100;
}
/* ======= Home Page ======= */
.home-page h1.section-heading {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  margin-top: 0;
  color: #2f506c;
  padding: 0 15px;


}
.home-page h1.section-heading .line {
  /*border-top: 2px solid #6091ba;*/
  display: inline-block;
  padding-top: 5px;
  width: 100%;
  border-bottom: 2px solid #b29e54;

}
.home-page section {
  background: #fff;
  overflow: hidden;
  margin-bottom: 8px;

}
.line-m { /*linea menu*/
  /*border-bottom:2px solid #30add1;*/
  background: #fff;
}
.linea-sub { /*linea menu*/
  padding-bottom: 6px;
  border-bottom:2px solid #30add1;
  background: #fff;
}

.lineafooter { /*linea menu*/
  padding-bottom: 6px;
  border-bottom: 1px solid #313131;
}

.home-page .section-content {
  padding: 15px;
  padding-top: 0;
}
.home-page .medidacuadro{
  height: 260px;
}
.home-page .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #a7a6a6;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.home-page .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a:hover .fa {
  background: #b29e54;
}
.home-page .promo {
  margin-bottom: 30px;
}
.home-page .promo h1.section-heading {
  margin-top: 0;
  font-size: 24px;
  color: #fff;
}
.home-page .promo p {
  color: #f5f5f5;
}
.home-page .promo .btn-cta {
  font-size: 20px;
  margin-top: 30px;
  font-family: 'Open Sans', arial, sans-serif;
}
.home-page .news {
  position: relative;
}
.home-page .news .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .news h2.title {
  font-size: 18px;
  margin-top: 0;
}
.home-page .news h2.title a {
  color: #444444;
}
.home-page .news h2.title a:hover {
  color: #365d7e;
}
.home-page .news .news-item {
  padding-left: 115px;
  position: relative;
  margin-bottom: 20px;
}
.home-page .news .thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.home-page .events .section-content {
  min-height: 520px;
}
.home-page .events .event-item {
  position: relative;
  padding-left: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.home-page .events .event-item .date-label {
  background: #fff;
  position: absolute;
  left: 0;
}
.home-page .events .event-item h2.title {
  margin-bottom: 20px;
  font-size: 16px;
}
.home-page .events .event-item p {
  margin-bottom: 5px;
}
.home-page .events .event-item .fa {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  color: #666;
}
.home-page .events .event-item .fa.fa-map-marker {
  font-size: 18px;
}
.home-page .events .read-more {
  margin-top: 15px;
}
.home-page .events .details p {
  color: #666;
}
.home-page .course-finder .course-finder-form {
  margin-bottom: 15px;
}
.home-page .course-finder .keywords {
  padding-left: 0;
}
.home-page .course-finder .keywords input {
  width: 200px;
  margin-right: 5px;
}
.home-page .video {
  position: relative;
}
.home-page .video .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .video .video-iframe {
  max-width: 100%;
  width: 100%;
  height: 287px;
  margin-bottom: 5px;
}
.home-page .links .fa {
  margin-right: 5px;
}
.home-page .testimonials {
  position: relative;
}
.home-page .testimonials .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .testimonials .fa {
  color: #6091ba;
  margin-right: 5px;
  font-size: 14px;
}
.home-page .testimonials .carousel .item {
  min-height: 298px;
}
.home-page .testimonials .people {
  margin-top: 10px;
}
.home-page .testimonials .people .name {
  color: #6091ba;
}
.home-page .testimonials .people .title {
  color: #999;
}
.home-page .awards {
  background: #fff;
}
.home-page .awards .logos {
  margin: 0;
  padding: 0;
}
.home-page .awards .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
}
.home-page .awards .logos h5{
  background: rgba(12,98,159,1);
  background: -moz-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(12,98,159,1)), color-stop(6%, rgba(12,98,159,1)), color-stop(46%, rgba(25,155,175,1)), color-stop(61%, rgba(25,155,175,1)), color-stop(97%, rgba(13,101,160,1)), color-stop(100%, rgba(13,101,160,1)));
  background: -webkit-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
  background: -o-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
  background: -ms-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
  background: linear-gradient(to bottom, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c629f', endColorstr='#0d65a0', GradientType=0 );

  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  font-family: Oswald, serif !important;
  margin-bottom: 18px;
}
.home-page .awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
}
.home-page .awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-page .awards .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.home-page .awards .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.home-page .awards .carousel-control:hover .fa {
  color: #999;
}
/* ======= Courses Page ======= */
.courses-wrapper .tab-content {
  font-size: 12px;
}
.courses-wrapper .tab-content .item {
  margin-top: 15px;
}
.courses-wrapper .tab-content img {
  margin-bottom: 10px;
}
.courses-wrapper .course-finder {
  margin-bottom: 30px;
}
.courses-wrapper .course-finder .keywords input {
  width: 260px;
}
.courses-wrapper .course-list-header {
  font-size: 13px;
  margin-bottom: 15px;
}
.courses-wrapper .course-list-header .summary {
  padding-top: 10px;
}
.courses-wrapper .course-list-header .control-label {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}
.courses-wrapper .course-list-header .sort {
  padding-top: 5px;
}
.courses-wrapper .course-list-header .sort-options {
  width: auto;
  height: 25px;
  font-size: 12px;
}
.courses-wrapper .course-item {
  font-size: 12px;
}
.courses-wrapper .course-item .col-meta {
  color: #777777;
}
/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
  background: #f5f5f5;
}
.events-wrapper .events-item .details .time {
  margin-right: 10px;
}
.events-wrapper .events-item .details .fa {
  margin-right: 5px;
}
/* ======= Contact Page ======= */
.contact-form .required {
  color: #e14b39;
  display: inline-block;
  font-weight: normal;
  padding-left: 2px;
}
#map {
  height: 300px;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .pull-right,
  .pull-left {
    float: none !important;
  }
  .logo {
    text-align: center;
  }
  .header .contact p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  .header .menu-top {
    text-align: center;
    margin-top: 10px;
  }
  .header .menu-top li {
    float: none;
    display: inline-block;
  }
  .header br {
    display: none;
  }
  .header .social-icons {
    text-align: center;
    margin: 0 auto;
  }
  .header .social-icons li {
    float: none;
    display: inline-block;
  }
  .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .header .search-form {
    text-align: center;
  }
  .header .search-form .form-group {
    display: inline-block;
  }
  .header .search-form .form-control {
    width: 210px;
  }
  .main-nav .nav .nav-item.active > a:before {
    content: none;
  }
  .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
    position: static;
    left: auto;
    margin-left: 0;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
    padding-left: 30px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 34px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
    padding-left: 45px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 49px;
  }
  .flexslider {
    margin-bottom: 15px;
  }
  .flex-direction-nav a {
    margin-top: -50px;
  }
  .flexslider .slides .flex-caption {
    position: static;
    display: block;
  }
  .flexslider .slides .flex-caption br {
    display: none;
  }
  .flexslider .slides .flex-caption .main {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
  }
  .flexslider .slides .flex-caption .secondary {
    display: block;
    font-size: 12px;
  }
  .flexslider .flex-control-nav {
    display: none;
  }
  .home-page .promo .btn-cta {
    margin-top: 0;
  }
  .home-page .news .thumb {
    width: 60px;
    height: 60px;
  }
  .home-page .news .news-item {
    padding-left: 75px;
  }
  .home-page .course-finder .keywords {
    padding-left: 15px;
    margin-top: 10px;
  }
  .home-page .course-finder .keywords input {
    width: 180px;
  }
  .home-page .video .video-iframe {
    height: auto;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .home-page .awards .carousel-control {
    top: 50px;
  }
  .footer .footer-content .subscribe-form .form-control {
    width: 140px;
  }
  .footer #tweet .tweets-list-container {
    max-width: 100%;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 30px;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .footer .footer-content .footer-col .fa-twitter {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper .page-heading h1.heading-title {
    float: none;
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs {
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs ul {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-wrapper .breadcrumbs ul li {
    float: none;
    display: inline-block;
  }
  .page-wrapper .breadcrumbs ul li.current {
    max-width: inherit;
    overflow: visible;
  }
  .home-page .course-finder .keywords input {
    float: left !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-page .testimonials .carousel .item {
    min-height: 200px;
  }
  .home-page .events .section-content {
    min-height: 100%;
  }
  .home-page .video .video-iframe {
    height: 287px;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer #tweet {
    min-height: 100px;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  /** extras **/
  .imagenMenu{
    height: 80px;
  }
  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  body {
    font-size: 13px;
  }
  .wrapper {
    min-height: 100%;
    margin-bottom: -280px;
    /* equal to footer height */
  }
  .wrapper:after {
    content: "";
    display: block;
    height: 280px;
    /* must be the same height as footer */
  }
  .footer {
    height: auto;
    /* must be the same height as footer */
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home-page .course-finder .keywords input {
    width: 255px;
  }
}


/*** REDES SOCIAL - ICONOS ***/
.social{
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}

.social a, .social a:visited, .social a:hover{
  color:#fff;
  text-decoration:none;

}

.social i{
  display:inline-block;
  height:40px;
  width:40px;
  font-size:15px;
  text-align:center;
  line-height:40px;
  margin-right: 6px;
  -webkit-transition:background 1s ease;
  -moz-transition:background 1s ease;
  -o-transition:background 1s ease;
  transition:background 1s ease;
  border-radius:30px;
}

.social i:hover{
  -webkit-transition:background 1s ease;
  -moz-transition:background 1s ease;
  -o-transition:background 1s ease;
  transition:background 1s ease;
}

.facebook { background: #1e78ae !important; }
.twitter { background: #1ba1e2 !important; }
.google-plus { background: #f22d0c !important; }
.linkedin { background: #2d93cf !important; }
.youtube { background:    #dd1617 !important; }
.correo { background:    #fccb00 !important; }

.facebook:hover, .twitter:hover,
.google-plus:hover, .linkedin:hover,
.youtube:hover,.correo:hover { opacity: 0.8; !important; }



/*MENU DE INDEX */
div.admision  {
  position: relative;
  margin:2px 0;
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  border:1px solid #14937a;
  border-bottom:2px solid #14937a;
  cursor: pointer;
}
div.cpu {
  position: relative;
  margin:2px 0;
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  border:1px solid #cd8109;
  border-bottom:2px solid #cd8109;
  cursor: pointer;
}
div.postgrado {
  position: relative;
  margin:2px 0;
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  border:1px solid #1d6391;
  border-bottom:2px solid #1d6391;
  cursor: pointer;

}
div.pregrado {
  position: relative;
  margin:2px 0;
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  border:1px solid #C0392B;
  border-bottom:2px solid #a12f23;
  cursor: pointer;

}

div.admision a, div.cpu a, div.postgrado a, div.pregrado a  {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  text-decoration: none;
  z-index: 50;
  background-color: white;
  opacity: 0.2;
  filter: alpha(opacity=1);
}
div.admision a:hover, div.cpu a:hover, div.postgrado a:hover, div.pregrado a:hover  {
  opacity: 0;
}
.pricing-table-header-tiny {
  padding: 2px 0 2px 0;
  background: #16a085;
  /*border-bottom:10px solid #14937a;*/
}

.pricing-table-header-small {
  padding: 2px 0 2px 0;
  background: #f39c12;
  /*border-bottom:10px solid #cd8109;*/

}
.pricing-table-header-medium {
  padding: 2px 0 2px 0;
  background: #c0392b;
  /*border-bottom:10px solid #a12f23;*/

}

.pricing-table-header-pro {
  padding: 2px 0 2px 0;
  background: #2980b9;
  /*border-bottom:10px solid #1d6391;*/
}
.menuprincipal{
  text-transform: uppercase;
  font-weight: 700;
  font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-shadow: 0 1px 1px #555, 0 1px 1px #555;
  color: #fff;
}


/** MENU UNIVERSITARIO **/
.cd-rojo{
  background: #fa3031;
}
.cd-naranja{
  background: #FF9326;
}
.cd-verde{
  background: #43c83c;
}
.cd-azul{
  background: #1171a3;
}
div.MenuUni  {
  position: relative;
  margin:2px 0;

  cursor: pointer;
}
div.MenuUni a  {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  text-decoration: none;
  z-index: 50;
  background-color: white;
  opacity: 0;
}
div.MenuUni2 a  {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  text-decoration: none;
  z-index: 50;
  opacity: 0;
}
div.MenuUni a:hover{
  opacity: 0.1;
}

.statistic-box{padding:24px;margin-bottom:2px;text-align:center;position:relative;overflow:hidden;}

.statistic-box .statistic-value{
  font-weight:600;
  z-index:2;
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 22px;
  padding-top: 0px;
  text-shadow: 0 1px 1px #555, 0 1px 1px #555;
}


.statistic-box .statistic-icon-background{position:absolute;font-size:160px;right:-5px;bottom:-50px;opacity:.2}
.statistic-box .statistic-icon-background .fa{
  font-size: 60px;
  color: #fff;
}
/** FIN MENU UNIVERSTARIO**/


/** MENU NOTICIAS Y EVENTOS **/
.h3noticias{
  background: rgba(254,254,254,1);
  background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 9%, rgba(241,241,241,1) 47%, rgba(232,231,231,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(9%, rgba(254,254,254,1)), color-stop(47%, rgba(241,241,241,1)), color-stop(100%, rgba(232,231,231,1)));
  background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 9%, rgba(241,241,241,1) 47%, rgba(232,231,231,1) 100%);
  background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 9%, rgba(241,241,241,1) 47%, rgba(232,231,231,1) 100%);
  background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 9%, rgba(241,241,241,1) 47%, rgba(232,231,231,1) 100%);
  background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 9%, rgba(241,241,241,1) 47%, rgba(232,231,231,1) 100%);
  margin:0 0 3px 0;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  line-height: 37px;
  padding: 0 11px;
  text-transform: uppercase;
  font-family: Oswald, serif !important;
}


/**SLIDER DE NOTICIAS */
#titulares{
  padding-top: 0px;
  padding-bottom: 18px;
}
.grupo{position:relative;max-width:1100px;width:100%;margin:0 auto}
#titulares .mensaje{
  position:relative;
  float:left;
  background:#0c629f;
  max-width:96px;
  color:#fff;
  height:30px;
  line-height:30px;
  padding:0 10px;
  font-family:'Open Sans',sans-serif;
  text-transform:uppercase;
  box-shadow:0 2px 0px rgba(0,0,0,0.1)}
  #titulares .mensaje:before{
    content:"";
    position:absolute;
    border-bottom:3px solid transparent;
    border-left:4px solid #0c629f;
    border-top:3px solid transparent;
    border-right:0 solid #0c629f;
    height:0;width:0;
    top:14px;
    right:-4px;
    z-index:10}
    #titulares .content{
      height:30px;
      /*line-height:30px;*/
      overflow:hidden;position:relative;
      z-index:9;
      background:#fff;
      box-shadow:5px 5px 5px rgba(0,0,0,0.1);
      border-top: 1px solid #199baf;
      border-bottom: 1px solid #199baf;
      border-right: 1px solid #199baf;
    }
    #titulares .content ul{margin:0;padding:0 10px}
    #titulares .content ul li{margin:0;display:inline-block}
    #titulares .content ul li a{color:#333;font-family:'Open Sans',sans-serif;font-size:12px}
    #titulares .content ul li a:before{content:'»';color:#039be5;padding:0 0 0 20px;position:relative;top:0;font-size:18px}
    #titulares .content ul li a:hover{color:#039BE5}
    #titulares .content ul li a span{
      font-size:10px;text-transform:uppercase;font-weight:600;background:#1898ae;margin:0 4px;padding:4px;color:#fff;border-radius:3px}

      /**MENU IZQUIERDO **/
      .servicios h3{
        background:#0b5d9d;
        color:#fff;
        text-align: center;
        font-family: Oswald, serif !important;
        font-size: 14px;
        line-height:37px;
        font-weight: normal;
        margin: 0px;
        text-transform: uppercase;
      }


      .servicios .post-inner{
        border: 4px solid #6390af;
        margin: 0 0 3px 0;
      }

      .servicios .post-inner .title-content{
        clear: both;
        padding: 14px 10px 9px;
        text-align: center;
      }

      .servicios .post-inner .title-content a{
        line-height: 18px;
        color: #00497c;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
      }
      .servicios .post-inner .title-content p{
        line-height: 18px;
        color: #00497c;
        font-family: Arial, Helvetica, sans-serif;
      }



      /* MENU CENTRO */
      .menuizquierdo{
        background: url(../imagenes/module-bottom-bg.png) 50% 100% no-repeat;
        padding-bottom: 23px;
        padding-top: 18px;
        padding-right: 5px;
        padding-left: 5px;

      }

      .menuP li{
        list-style: none;

      }
      .menuP a{
        display: block;
        line-height: 26px;
        text-indent: 13px;
        background: url(../imagenes/path-arrow.png) 0 50% no-repeat;
        border-bottom: 1px solid #E3E4E3;
      }
      /** MRNU CENTRO **/

      .menucentro{
        position: relative;
      }

      .menucentro .carousel-controls {
        position: absolute;
        right: 10px;
        top: 10px;
      }

      .menucentro .header{
        border-bottom: 2px #0c3536 solid!important;
        padding-bottom: 5px;
      }

      .menucentro .header h3{
        background: #173c3d;
  background: -moz-linear-gradient(to bottom, #496768 30%, #315354 50%, #113738 70%, #2e4d4e 100%);
  background: -webkit-linear-gradient(to bottom, #496768 30%, #315354 50%, #113738 70%, #2e4d4e 100%);
  background: -o-linear-gradient(to bottom, #496768 30%, #315354 50%, #113738 70%, #2e4d4e 100%);
  background: -ms-linear-gradient(to bottom, #496768 30%, #315354 50%, #113738 70%, #2e4d4e 100%);
  background: linear-gradient(to bottom, #496768 30%, #315354 50%, #113738 70%, #2e4d4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173c3d', endColorstr='#173c3d', GradientType=0 );
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
        text-transform: uppercase;
        font-family: Oswald, serif !important;
        margin: 0px;

      }

      .menucentro .body .cuerpo{
        padding-left: 0px;
        padding-top: 15px;
        padding-right: 2px;
        padding-bottom: 10px;
      }

      .menucentro .body .cuerpo .detalles{
        padding: 1px;
      }

      /** MENU DERECHO **/
      .menuderecho{
        background: url(../imagenes/module-bottom-bg.png) 50% 100% no-repeat;
        padding-bottom: 20px;
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
      }



      .enlaces{
        padding: 8px;
      }

      /** ENLACES FINALES **/


      .awa img{
        text-align: center;
      }
      .awa h3{
        background: rgba(12,98,159,1);
        background: -moz-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(12,98,159,1)), color-stop(6%, rgba(12,98,159,1)), color-stop(46%, rgba(25,155,175,1)), color-stop(61%, rgba(25,155,175,1)), color-stop(97%, rgba(13,101,160,1)), color-stop(100%, rgba(13,101,160,1)));
        background: -webkit-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
        background: -o-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
        background: -ms-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
        background: linear-gradient(to bottom, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c629f', endColorstr='#0d65a0', GradientType=0 );

        display: inline-block;
        padding: 0 10px;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        text-transform: uppercase;
        font-family: Oswald, serif !important;
        margin: 0px;
      }

      /** FOOTER **/
      .moduloF{
        background:#000;
        opacity: 0.5;
        padding:14px 15px 19px;
        position:relative;
      }
      .moduloF .header h3{
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        text-transform: uppercase;
        font-family: Oswald, serif !important;
        margin: 0px;
      }
      .moduloF .body{
        padding: 11px 5px 20px 13px;
      }

      .moduloF .body ul li {
        padding-bottom:20px;
      }

      .moduloF .body  a{
        color: #ccc;
      }
      .moduloF .body  a:hover{
        color: #fff;
      }
      .yt_navcontent{
        background:url("../imagenes/bg_navcontent.png") repeat-x left center;
        height:53px;
      }

      .yt-main{
        background: url("../imagenes/bg_footnav.png") repeat-x scroll left center;
        border-bottom:1px solid #336d96;
        height:40px;
        margin-top: 20px;
      }

      .agendacompleta {
        background: #0c629f;
        /*width: 100%;*/
        color: #fff;
        height: 40px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        font-size: 16px;
        padding-top: 10px;
        text-align: center;
      }

      .botonvermas{
        background: #b29e54;
        color: #fff;
        display: inline-block;
        line-height: 22px;
        padding: 3px 12px;
      }
      .botonvermas:hover,.botonvermas:visited{
        color: #fff;
      }

      .mind-features-item{background-color:#eee;border:solid 1px #ccc;position:relative;overflow:hidden;height:77px;margin:0 auto;margin-bottom:5px;width:90%}
      .mind-features-item .item-icon{
        text-align:center;
        padding:1px
      }

      .hover{-webkit-user-select:none;-webkit-touch-callout:none}
      .mind-features-item .item-content{background-color:#00708c;color:#fff;padding:20px;height:240px;position:absolute;z-index:10;top:175px;left:0;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
      .mind-features-item:hover .item-content,.mind-features-item.cs-hover .item-content{top:0}
      .mind-features-item .item-content h3{font-size:1.3em;text-align:center;font-weight:400;margin:5px 0 15px 0;color:#fff}

      .menuSeccion{
        position: relative;
        width: 154px;
        height: 118px;
        margin-left: 15px;
        border-right: 4px solid #b29e54;
        margin-top: 10px;
      }
      .menuSeccion .fondoHeaderMenuSeccion{
        position: absolute;
        background-image: url("../imagenes/fondoMenu.png") !important;
        width: 100%;
        height: 100%;

      }
      .menuSeccion .fondoFooterMenuSeccion{
        position: absolute;
        top: 0;
        background: rgba(12,98,159,1);
        background: -moz-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(12,98,159,1)), color-stop(6%, rgba(12,98,159,1)), color-stop(46%, rgba(25,155,175,1)), color-stop(61%, rgba(25,155,175,1)), color-stop(97%, rgba(13,101,160,1)), color-stop(100%, rgba(13,101,160,1)));
        background: -webkit-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
        background: -o-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
        background: -ms-linear-gradient(top, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
        background: linear-gradient(to bottom, rgba(12,98,159,1) 0%, rgba(12,98,159,1) 6%, rgba(25,155,175,1) 46%, rgba(25,155,175,1) 61%, rgba(13,101,160,1) 97%, rgba(13,101,160,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c629f', endColorstr='#0d65a0', GradientType=0 );
        width: 100%;
        height:60%;
      }
      .menuSeccion img{
        position: absolute;
      }

      @media(max-width: 768px){
        .menuUNPRG{
          width: 150px;
          height: 80px;
          padding-bottom: 10px;
          border: 4px solid #0c3536;
        }
        .logoUNPRG{
          width: 288px;
          height: 80px;
        }
      }
      @media (min-width:768px){
        .mind-features-item{width:100%}
      }
      @media (min-width:768px) and (max-width:991px){
        .mind-features-item .item-content h3{font-size:1.4em;margin:0 0 15px 0}
        .menuUNPRG{
          width: 160px;
          height: 90px;
          border: 4px solid #0c3536;
        }
        .logoUNPRG{
          width: 288px;
          height: 80px;
        }
      }
      @media (min-width:992px){
        .mind-features-item .item-content{font-size:.9em;line-height:1.6em}
        .mind-features-item i{font-size:9em}
        .mind-features-item .item-content h3{font-size:1.3em;margin:5px 0 20px 0}
        .menuUNPRG{
          width: 240px;
          height: 120px;
          border: 4px solid #0c3536;
        }
        .logoUNPRG{
          width: 318px;
          height: 80px;
        }
      }
      @media (min-width:1200px){
        .mind-features-item .item-content{line-height:1.7em}
        .mind-features-item i{font-size:9em}
        .menuUNPRG{
          width: 230px;
          height: 120px;
          border: 4px solid #0c3536;
        }

        .logoUNPRG{
          width: 418px;
          height: 100px;
        }
      }

      .menuUNPRG:hover{
        border: 5px solid #b29e54;
      }

      .titleNoticia{
        font-family: Oswald, serif !important;
      }

      /*MENU DERECHO CSS */
      .mDerecho{
        width: 177px;
        position: relative;
        background: url("../imagenes/fondoEnlaces.png");
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 0;
      }
