@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Kalam:300');
@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Francois+One|Patua+One');




/*************************
*******Typography******
**************************/


/*Estilos Nuevo portal de la Salle*/
/*Empezamos a definir cada una de las propiedades de texto del portal*/
/*Fuente: Helvetica para todo el texto del portal*/

/*Body General*/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif !important;
  color:#4e4e4e;
  line-height: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 55px;
  color:#fff
}
h2#prin{

  font-size: 47px;
}
p#itee{
  color:#fff;
  font-size: 45;
}
h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 1.3em;
}
h2.title-small{
	font-size:1.3em; 
	color: #4e4e4e;
}
h4.card-title{
  font-weight: bold;
  font-family: 'Open Sans', sans-serif !important;
  color: #4e4e4e;
} 
h4.card-title >a{
	/*font-weight: 600;*/
  font-family: 'Open Sans', sans-serif !important;
  color: #4e4e4e;
} 
a > h4.card-title:hover{
	color: #f99600 !important;
  font-weight: 600 !important;
  font-family: 'Open Sans', sans-serif !important;
} 
h4.card-title>a:hover{
	color: #f99600 !important;
  font-weight: 600 !important;
  font-family: 'Open Sans', sans-serif !important;
} 
.card-text#pNoti >a{
  color: #4e4e4e;
  font-weight:100;
}
.card-text#pNoti >a:hover {
  color: #f99600;
}
h4#Login.modal-title{
  font-size: 20px;
  color:#FFFFFF;
}
hr.light { 
  width:70%; 
  margin:0 auto; 
  border:0px none white; 

}
hr.light2 { 
  width:64%; 
  margin:0 auto; 
  border:0px none white; 
  border-top:3px solid #002547; 
}
a {

  color: #002547;
  font-weight: bold;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}
a#letra  {
  font-size: 13px;
  color: #002547;
  font-weight: bold;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #f99600;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
h2#lema{
	color: #fff;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
}
#FondoLema{
	background:#002648;
}
#search {
  float: right;
  margin-top: 9px;
  width: 250px;
}

.search {
  padding: 5px 0;
  width: 230px;
  height: 30px;
  position: relative;
  float: left;
  line-height: 22px;
  left: -76px;
  z-index: 99999999999999;
}

.search input {
  position: absolute;
  width: 0px;
  float: Left;
  margin-left: 210px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: 30px;
  line-height: 18px;
  padding: 0 2px 0 2px;
  border-radius:1px;
}

.search:hover input, .search input:focus {
  width: 200px;
  margin-left: 0px;
}

.btn2 {
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius:1px;
}

span#direccion{
  font-size:0.8em;
  color:#fff;
}
div#Acreditacion {
  color: #fff;
}
div#Acreditacion > h4  {
  color: #fff;
  font-size:1.9em;
  font-weight:200;
}
.footer-bottom{
	background: #002648;
	padding-top:10px;
	padding-bottom:10px;
}
ul.unstyled >a>li {
  color: #fff;
  font-weight: 100;
}
ul.unstyled >a>li:hover {
  color: #f99600;
  font-weight: 100;
}
ul.unstyledp{
	list-style:none;
  color: #fff;
}
ul#myTab > li {
  margin-bottom: -15px;
}
ul.unstyledp > li > a{
  color: #fff;
  font-size: 0.9em;
}
p.Dir{
	line-height:2.1em;
	font-size: 0.7em;
}
a#link1:hover{
	color: #f99600;
	font-weight: 100;
}
a#link2:hover{
	color: #f99600;
	font-weight: 100;
}
a#link3:hover{
	color: #f99600;
	font-weight: 100;
}
a#link4:hover{
	color: #f99600;
	font-weight: 100;
}
.my-nav{
	position: fixed;
  /* top: 30px; */
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 540px) {
	.my-nav{
   position: relative !important;
   /* top: 30px; */
   width: 100%;
   z-index: 999;
 }
}
.sidebarDerecha {
  width: 45rem;
  margin-right: 1.5%;
  padding-bottom: 1.5%;
  margin-bottom: 15%;
  background: #eeeeee;
  color: #475258;
}
.sidebarDerecha h2 {
  color: #006b8f;
  font-size: 16pt;
  padding: 6%;
  border-bottom: 1px solid #e1e5e7;
}
.sidebarDerecha ul{
  list-style: none;
}
.sidebarDerecha li {
 padding-bottom: 0 !important;
 padding: 3%;
}
.sidebarDerecha a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.sidebarDerecha a img {
  float: right;
  margin-right: 1%;
  display: block;
  width: 70px;
  height: 70px;
}
.sidebarDerecha a h3 {
  font-size:20px;
  margin:0 !important;
  color: #000;
}
.sidebarDerecha a span {
  display: block;
  margin-top: 6%;
  color: #919fa7;
  font-size: 8pt;
}
.textbox > span > p {
	font-family: 'Open Sans', sans-serif !important;
  font-size: 1.1em;
  line-height: 1.4em;
}
.sidebarDerecha >ul >li >a >h3:hover{
	color:#f99600;
}
.testimonio{
  margin-top: 30px;
  font-size: 21px;
  text-align: center;
  color:#fff;
  font-style: italic;
  font-weight: 100	
}
.firma{
  margin: -6px 40px 0 0;
  font-size: 10px;
  text-align: right;
  color:#fff;
  font-style: oblique;
  font-weight:100;
  float: right;
}
@media screen and (max-width: 1920px) {
	.testimonio {
    margin-top: 4%;
    font-size: 28px;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: 100;
  }
}
@media screen and (max-width: 540px){
	.testimonio {
    font-size: 19px !important;
  }
}
@media screen and (max-width: 1920px) {
  .testimonio {
   padding-left:15%;
   padding-right:15%;
   margin-top: 10%;
   font-size: 28px;
   text-align: center;
   color: #fff;
   font-style: italic;
   font-weight: 100;
 }
 .firma {
  margin: -6px 16% 0 0;
  font-size: 13px;
  text-align: right;
  color: #fff;
  font-style: oblique;
  font-weight: 100;
  float: right;
}
}
/* Testimonials */
.testimonials blockquote {
  background: #f8f8f8 none repeat scroll 0 0;
  border: medium none;
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  position: relative;
}
.testimonials blockquote::before {
  width: 0; 
  height: 0;
  right: 0;
  bottom: 0;
  content: " "; 
  display: block; 
  position: absolute;
  border-bottom: 20px solid #fff;    
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-left-style: inset; /*FF fixes*/
  border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #e63f0c transparent transparent transparent;
}
.testimonials .carousel-info img {
  border: 1px solid #f5f5f5;
  border-radius: 150px !important;
  height: 75px;
  padding: 3px;
  width: 75px;
}
.testimonials .carousel-info {
  overflow: hidden;
}
.testimonials .carousel-info img {
  margin-right: 15px;
}
.testimonials .carousel-info span {
  display: block;
}
.testimonials span.testimonials-name {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 24px;
  font-weight: 600;
  margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
  font-family: 'Open Sans', sans-serif !important;
  /* color: #656565; */
  font-size: 17px;
}
#fondo{
  background-image: url(../images/services/fondosalle.png);
}
.poly{
  clip-path: polygon(0 56%, 97% 64%, 93% 100%, 3% 100%);
}
.lib-panel img {
  width: 100%;
  background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
  background-color: #FFFFFF;
}


.lib-panel .lib-row {
  padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
  background-color: #FFFFFF;
  font-size: 20px;
  padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
  height: 2px;
  width: 26px;
  background-color: #d9d9d9;
  margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
  position: relative;
  height: 100%;
  display: block;
  font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 20px;
}

.row-margin-bottom {
  margin-bottom: 5px;
}
.pull-left-2{
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

h2#MenuDerecha{
  font-size: 20px;
  color: #037e89;
}
h3#TituloGrande{
  margin-top: -20px;
  line-height: 45px;
  font-size: 50px;
  color: #037e89;
  font-weight: bold;

}
@media only screen and (max-width: 768px) {
  h3#TituloGrande {
    margin-top: -20px;
    line-height: 45px;
    font-size: 24px;
    color: #037e89;
    font-weight: bold;
  }
}
p#SubtituloGrande{
  font-size: 23px;
  font-family: 'Open Sans', sans-serif !important;
  color: #000;
  font-weight: 600;
}
#FondoBlanco{
  width: 70.3%;
  margin-top: -370px;
  background: #fff;
}
section#backg{
 background: url('../images/slider/FondoProgramaAD.jpg');
 padding-bottom:30px;
}
section#myFacultadCA{
 background: url('../images/slider/FondoFacultad.jpg');
 padding-bottom:30px;
}
section#CulturayDeporte{
  padding-bottom:30px;
}
section#CalidadVidayBienestar{
  padding-bottom:30px;
}
section#ApoyoEstudiantil{
  padding-bottom:30px;
}
section#ParticipacionyLiderazgo{
  padding-bottom:30px;
}
section#Pastoral{
  padding-bottom:30px;
}
section#ServicioCampus{
  padding-bottom:30px;
}
#alto{
  height: 300px;
}
.SearchIcon
{
  color:#fff;
  
}
.SearchButton
{
  background-color:#ED1C24;
  border-radius:1px;
  height: 50px;
  width: 50px;
}
.SearchButton:hover{
  background-color:#C4161C;
}

.SearchBar{
  height: 50px;
  margin-left: -10px;
}

#borders{
  /*background: rgba(237,237,237,1);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;*/
  font-weight: 500;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
}

#borders2{
  background: #E84228;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  color: #fff;
}
#bordersespMercadeo{
  background: #57b504;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  color: #fff;
}

#bordeAdmon{
  border:2px solid #E84228;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  color: #000;
}
#bordeEspMercadeo{
  border:2px solid #57b504;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  color: #000;
}
#h3Color{
  color:#E84228;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 24px;
  font-weight: 600;
}
#h3ColorEspMercadeo{
  color:#57b504;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 24px;
  font-weight: 600;
}
#TituloPrograma{
  font-size: 38px;
}
#Biblioteca{
  font-size: 38px;
  color: #037e89;
}
#PorqueEstudiar{
  font-weight: 600;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
}
#SpanColor{
  color: #E84228;
}
#SpanColorEspMercadeo{
  color: #57b504;
}
/*.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 100px; 
    height: 0; 
    overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }*/
    .myButton {
      background-color: #E84228;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      display: inline-block;
      cursor: pointer;
      color: #ffffff;
      font-family: 'Open Sans', sans-serif !important;
      font-size: 17px;
      padding: 18px 125px;
      text-decoration: none;
      margin-bottom: 15px;


      /* text-shadow: 0px 1px 0px #2f6627; */
    }
    .myButton:hover {
      background-color:#E84228;
    }
    .myButton:active {
      position:relative;
      top:1px;
    }
    .myButtonEspMercadeo {
      background-color: #57b504;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      display: inline-block;
      cursor: pointer;
      color: #ffffff;
      font-family: 'Open Sans', sans-serif !important;
      font-size: 17px;
      padding: 18px 125px;
      text-decoration: none;
      margin-bottom: 15px;


      /* text-shadow: 0px 1px 0px #2f6627; */
    }
    .myButtonEspMercadeo:hover {
      background-color:#57b504;
    }
    .myButtonEspMercadeo:active {
      position:relative;
      top:1px;
    }

    #Bor{
     border-bottom-right-radius: 1em;
     margin-left: 30px;
   }
   h3#Titulo{
    color:#057b85;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px;
  }
  h3#sectionthree {
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 31px;
    line-height: 1.0em;
  }
  #Big{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    color: #8E8E8E;
    font-size: 56px;
  }
  .services{
    margin: 20px auto;
  }
  .card2 {
    background:#FFF;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border:1px solid #AAA;
    border-bottom:3px solid #BBB;
    padding:0px;
    /*margin-top:5em;*/
    overflow:hidden;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Open Sans', sans-serif !important;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .card-body{
   font-family: 'Open Sans', sans-serif !important;
   font-size: 18px; 
   margin:3em;   
 }
 .navbar-inverse .navbar-nav > li.sinhover > a:hover{
  background-color: transparent;
  color:#fff;
}
.pull-left {
  float: left;
}

.pull-none {
  float: none !important;
}

.pull-right {
  float: right;
}

.card-header{
  width:100%;
  color:#2196F3;
  border-bottom:3px solid #BBB;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif !important;
  padding:0px;
  margin-top:0px;
  overflow:hidden;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);

}
.card-header-blue{
  width: 100%;
  background-color:#c8343b;
  color:#FFFFFF;
  font-family: 'Open Sans', sans-serif !important;
  padding:0px;
  margin-top:0px;
  overflow:hidden;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-header-red{
  background-color:#F44336;
  color:#FFFFFF;
  font-family: 'Open Sans', sans-serif !important;
  padding:0px;
  margin-top:0px;
  overflow:hidden;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-header-grey{
  width: 100%;
  background-color:#037e89;
  color:#FFFFFF;
  font-family: 'Open Sans', sans-serif !important;
  padding:0px;
  margin-top:0px;
  overflow:hidden;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-header-orange{
  width: 100%;
  background-color:#c9d513;
  color:#FFFFFF;
  font-family: 'Open Sans', sans-serif !important;
  padding:0px;
  margin-top:0px;
  overflow:hidden;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-heading {
  display: block;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 24px;
  margin-left:1em;
  border-bottom: 1px #2196F3;
  color:#fff;

}
.card-content{
  background:#F0F0F0;
  width: 100%;
  height: 320px;
}
.card-action-pink{
  color:#E91E63;

}
.card-action-red{
  color:#F44336;

}
.card-action-grey{
  color:#424242;

}
.card-action-pink{
  color:#E91E63;

}
.card-action-orange{
  color:#E65100;

}

#asociados{
  background:#F0F0F0;
}
.project {
  vertical-align: top;
  margin-right: 30px;
  float: left;
  cursor: pointer;
  width:100%;
}

.project figure {
  position: relative;
  display: inline-block;
}

.project figure img {
  width: 100%;
}
.btn-warning bnt-action{
  margin: 0% 0% auto;    
}

figcaption .project-details {
  display: block;
  font-size: 16px;
  /*line-height: 33px;*/
  color: #000;
  /*height: 27px;*/
  width: 100%;
  margin: 0 auto 5px auto;
  /*margin-bottom: 5px;*/
  overflow: hidden;
}
.project figure:hover figcaption {
  background:#d81e05;
}
.project figure:hover figcaption .project-details {
  color: #fff;
}
figure.snip1174 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #1a1a1a;
  color: #ffffff;
  text-align: left;
  margin: 10px;
  width: 100%;
  border-radius: 0px;
}
figure.snip1174 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1174 img {
  max-width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: top;
  opacity: 0.7;
}
figure.snip1174 figcaption {
  position: absolute;
  padding: 40px 25px;
  top: 65px;
  left: 0;
}
figure.snip1174 h2,
figure.snip1174 p {
  margin: 0;
  padding: 0;
}
figcaption .project-price {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 22px;
  text-align: right;
  margin-top: 8px;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
}

figcaption .project-creator {
  font-size: 13px;
  color: #545454;
  display: block;
}

figcaption .project-creator {
  font-size: 13px;
  color: #545454;
  display: block;
}

.project figure .actions button {
  padding: 13px 20px;
  font-size: 16px;
  top: 32%;
  position: absolute;
  left: 50%;
  width: 90%;
  margin-left: -45%;
  line-height: 18px;
  letter-spacing: 1px;
} 

.project figure:hover .actions {
  background-color: rgba(115,15,2,.8);
  top: 40%;
  font-size:2em;
  font-weight:700;
}

.project figure .actions {
  display: block;
  position: absolute;
  bottom: 0px;
  top: 70%;
  left:0;
  right:0;
  z-index: 1;
  opacity: 1;
  background-color: rgba(29,29,29,.5);
  -ms-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  color: white;
  font-size:1.5em;
  padding:2%;
  font-weight:bold;
  text-align:center;
}


@media (min-width: 992px) {
  .project figure .actions {
    top: 60%;
    left:0;
    right:0;
    font-size:1.5em;
    padding:2%;
    
  }
  .project figure:hover .actions {
    top: 50%;
    font-size:1.8em;
    padding-top:0%;
  }
}

@media (min-width: 1200px) {
  .project figure .actions {
    top: 70%;
    left:0;
    right:0;
    font-size:1em;
    padding:2%;
  }
  .project figure:hover .actions {
    top: 50%;
    font-size:1.3em;
  }
}
.project-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-wrapper li {
  display: inline-block;
}

.portfolio-item {
  cursor: pointer;
  margin: 0 1% 1% 0;
  overflow: hidden;
  position: relative;
  width: 90%;
}

figcaption.mask {
  background-color: rgb(239,78,52);
  opacity: 0.9;
  bottom: 0px;
  color: #fff;
  padding: 25px;
  position: absolute;
  width: 100%;
  text-align: left;

  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
  bottom: 0;
}

figcaption.mask h3 {
  font-size: 30px;
  margin: 0;
  color: #fff;
}

ul.external {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -47px;

  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

ul.external li {
  display: inline-block;
}

ul.external li a {
  background-color: rgba(255, 255, 255, 0.9);
  color: #818181;
  display: block;
  padding: 10px 18px 13px;

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#CienciasAdministrativasEsp{
  margin-left: 50px;
  /*transform: skew(-7deg); */
  width: 8.7em;
  height: 2.3em;
  background: #57b504;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 2.6em;

}
#biblioteca{
  margin-left: 50px;
  /*transform: skew(-7deg); */
  width: 8.7em;
  height: 2.3em;
  background:#037e89;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 2.6em;

}
figure.snip1174 h2 {
  margin-left: 50px;
  /*transform: skew(-7deg); */
  width: 8.7em;
  height: 2.3em;
  background: #E84228;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 2.6em;

}


figure.snip1174 p {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 60%;
  line-height: 1.4em;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
}
figure.snip1174 a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
figure.snip1174 a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
figure.snip1174.blue {
  background-color: #20638f;
}
figure.snip1174.yellow {
  background-color: #c87f0a;
}
figure.snip1174.green {
  background-color: #1e8449;
}
figure.snip1174.navy {
  width: 100%;
  height: 313px;
  background-color: #037e89;
}
figure.snip1174.CienciasAdministrativas {
  width: 100%;
  height: 313px;
  background:rgba(0,0,0,0.5);
}
figure.snip1174.Biblioteca {
  width: 100%;
  height: 313px;
  background:rgba(0,0,0,0.5);
}
figure.snip1174.red {
  width: 100%;
  height: 313px;
  background-color: #037e89;
}
figure.snip1174:hover img,
figure.snip1174.hover img {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.snip1174:hover a,
figure.snip1174.hover a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.imglib{
  width: 100%;
  max-width: 370px;
}
h3#qual{
  font-size: 20px;
}
.col-sm-5 > img{
	width:90px;
	height:65px;
	
	
}
.ProfileHome > img{
	position: relative;
	margin-top: 37px;
	border-radius: 250px;
}
@media screen and (max-width: 480px) {
	.card iframe{
   width:100% !important;
   height:200px !important;
 }
 #Calendar{
   padding:25px !important;
 }
 .maxcarousel{
   min-width:0 !important;
 }
 .maxCarouselAdmin{
  min-width:0 !important;
 }
 .maxCulturacarousel{
   min-width:0 !important;
 }
 .maxCalidadcarousel{
   min-width:0 !important;
 }
 .maxApoyocarousel{
   min-width:0 !important;
 }
 .maxLiderazgocarousel{
   min-width:0 !important;
 }
 .maxPastoralcarousel{
   min-width:0 !important;
 }
 .maxCampuscarousel{
   min-width:0 !important;
 }
 #LogoFinal{
   width:230px;
 }
}

@media screen and (max-width: 1366px) {
	
	#twitter-widget-0{
		width:380px !important;
	}
  h3#qual{
    font-size: 15px;
  }

  #Big{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    color: #8E8E8E;
    font-size: 35px;
  }
  .card iframe{
   width:135px;
   height:120px;
 }
 .card-heading {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 24px;
  margin-left:1em;
  border-bottom: 1px #2196F3;
  color:#fff;

}
.card.hovercard .avatar img{
 width:150px !important;
 height:180px !important;
}
.card img{
	height: 230px !important;
  width: 100% !important;
}
.card-body{
 font-family: 'Open Sans', sans-serif !important;
 font-size: 12px; 
 margin:3em;   
}
#CienciasAdministrativasEsp{
 margin-left: 47px;
 /*transform: skew(-7deg); */
 width: 8.7em;
 height: 2.3em;
 background: #57b504;
 color: #fff;
 margin-bottom: 10px;
 display: inline-block;
 font-weight: 600;
 font-size: 1.6em;

}
figure.snip1174 h2 {
  margin-left: 46px;
  /*transform: skew(-7deg); */
  width: 8.7em;
  height: 2.3em;
  background: #E84228;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 1.9em;

}
figure.snip1174.CienciasAdministrativas {
  width: 100%;
  height: 220px;
  background: rgba(0,0,0,0.5);
}
figure.snip1174 figcaption {
  position: absolute;
  /* padding: 40px 25px; */
  top: 20px;
  left: 0;
}
} 

.nopadding {
 padding: 0 !important;
 margin: 0 !important;
}

/* MEGAMENU STYLE
-------------------------------------------------- */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
  position: static;
}
.megamenu .container {
  position: relative;
}
.megamenu .dropdown-menu {
  left: auto;
}
.megamenu .megamenu-content {
  padding: 15px;
}
.megamenu .megamenu-content h3{
  margin-top: 0;
  color: #428bca;
  font-size: 18px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.go-top {
  position: fixed;
  bottom: 6em;
  right: 1em;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding: 1em;
  display: none;
}

.go-top:hover {

}
.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: 'Open Sans', sans-serif !important;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: 'Open Sans', sans-serif !important;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
@media (max-width: 767px) {
	.card img {
    height: 400px !important;
    width: 100% !important;
}
}
@media (max-width: 640px) {
	
	.card img {
    height: 335px !important;
    width: 100% !important;
}
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}
.quote-card.blue-card {
  background: #0078FF;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.blue-card:before, .quote-card.blue-card:after {
  color: #5FAAFF;
}
.quote-card.green-card {
  background: #00970B;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.green-card:before, .quote-card.green-card:after {
  color:#59E063 ;
}

.quote-card.red-card {
  background: #F61E32;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.red-card:before, .quote-card.red-card:after {
  color:#F65665 ;
}

.quote-card.yellow-card {
  background: #F9A825;
  color: #222222;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.yellow-card:before, .quote-card.yellow-card:after {
  color: #FBC02D;
}
small {
  display: block;
  line-height: 1.428571429;
  color: #999;
  margin-bottom:10%;
}
.friendly {
  margin-top:-20px;
  background-color:#1abc9c;
  border:2px solid #16A085;
  text-align:center;
  cursor:pointer;
  font-size: 25px;
  padding: 15px;
  border-radius: 0px !important;
}

.friendly:hover {
  margin-top:-20px;
  background-color:#16A085;
  border:2px solid #16A085;
  text-align:center;
  cursor:pointer;
  font-size: 25px;
  padding: 15px;
  border-radius: 0px !important;
  border-bottom : 2px solid #00FF00;
}
.heart {
  margin-top:-20px;
  background-color:#D9534F;
  border:2px solid #D43F3A;
  text-align:center;
  cursor:pointer;
  font-size: 25px;
  padding: 15px;
  border-radius: 0px !important;
}

.heart:hover {
  margin-top:-20px;
  background-color:#D43F3A;
  border:2px solid #D43F3A;
  text-align:center;
  cursor:pointer;
  font-size: 25px;
  padding: 15px;
  border-radius: 0px !important;
  border-bottom : 2px solid #FF0000;
}
.like {
  margin-top:-20px;
  background-color:#337AB7;
  border:2px solid #2E6DA4;
  text-align:center;
  cursor:pointer;
  font-size: 25px;
  padding: 15px;
  border-radius: 0px !important;
}

.like:hover {
  margin-top:-20px;
  background-color:#2E6DA4;
  border:2px solid #2E6DA4;
  text-align:center;
  cursor:pointer;
  font-size: 25px;
  padding: 15px;
  border-radius: 0px !important;
  border-bottom : 2px solid #0000FF;
}
p#rojo{
  font-weight: 600;
  font-size: 12px;
  color: #989898;
}

p#noti{
  font-family: 'Open Sans', sans-serif !important;
  font-size: 20px;
}
p#bunisalle{
  color:#002547;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 2.2em;
  font-weight:600;
}
@media (max-width:1366px){
	p#bunisalle{
    color:#002547;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.6em;
    font-weight:600;
  }
  .card > img{
   height:250px;
 }
 .col-sm-2 > img {
  width: 120px !important;
  height: 95px !important;
  margin-left: -60%;
}
#map_canvas {
  height: 250px !important;
  width: 240px !important;
  border: thin solid black;
  position: relative;
  overflow: hidden;
}
}
@media (max-width:500px){
	.maxApoyocarousel{
   min-width: 0 !important;
 }
}

h2#NuestrosProgramas{
	color:#E84228;
	font-size:2.0em;
	padding-left: 25px;
	padding-right: 25px;
}
h3#NuestrosProgramas{
	color:#E84228;
	font-size: 2.0em;
	font-weight:600;
	padding-bottom: 15px;
}
h2#NuestrosProgramasCienciasAgropecuarias{
	color:#90c843;
	font-size:2.0em;
	padding-left: 25px;
	padding-right: 25px;
}
h3#NuestrosProgramasCienciasAgropecuarias{
	color:#90c843;
	font-size: 2.0em;
	font-weight:600;
	padding-bottom: 15px;
}
h2#NuestrosProgramasCienciasEconomicas{
	color:#ef922b;
	font-size:2.0em;
	padding-left: 25px;
	padding-right: 25px;
}
h3#NuestrosProgramasCienciasEconomicas{
	color:#ef922b;
	font-size: 2.0em;
	font-weight:600;
	padding-bottom: 15px;
}
h2#NuestrosProgramasFacultadIngenieria{
	color:#276a7a;
	font-size:2.0em;
	padding-left: 25px;
	padding-right: 25px;
}
h3#NuestrosProgramasFacultadIngenieria{
	color:#276a7a;
	font-size: 2.0em;
	font-weight:600;
	padding-bottom: 15px;
}
h2#NuestrosProgramasCienciasdelaEducacion{
	color:#960121;
	font-size:2.0em;
	padding-left: 25px;
	padding-right: 25px;
}
h3#NuestrosProgramasCienciasdelaEducacion{
	color:#960121;
	font-size: 2.0em;
	font-weight:600;
	padding-bottom: 15px;
}
h2#NuestrosProgramasCienciasdelHabitat{
	color:#028d78;
	font-size:2.0em;
	padding-left: 25px;
	padding-right: 25px;
}
h3#NuestrosProgramasCienciasdelHabitat{
	color:#028d78;
	font-size: 2.0em;
	font-weight:600;
	padding-bottom: 15px;
}
h2#NuestrosProgramasCienciasdelaSalud{
	color:#2ba1de;
	font-size:2.0em;
	padding-left: 25px;
	padding-right: 25px;
}
h3#NuestrosProgramasCienciasdelaSalud{
	color:#2ba1de;
	font-size: 2.0em;
	font-weight:600;
	padding-bottom: 15px;
}
h2#NuestrosProgramasFacultadFilosofia{
	color:#950121;
	font-size:2.0em;
	padding-left: 25px;
	padding-right: 25px;
}
h3#NuestrosProgramasFacultadFilosofia{
	color:#950121;
	font-size: 2.0em;
	font-weight:600;
	padding-bottom: 15px;
}
h2#NuestrosProgramasDepCienciasBasicas{
	color:#5b375b;
	font-size:2.0em;
	padding-left: 25px;
	padding-right: 25px;
}
h3#NuestrosProgramasDepCienciasBasicas{
	color:#5b375b;
	font-size: 2.0em;
	font-weight:600;
	padding-bottom: 15px;
}
h2#NuestrosProgramasDepFormacionLaSallista{
	color:#255959;
	font-size:2.0em;
	padding-left: 25px;
	padding-right: 25px;
}
h3#NuestrosProgramasDepFormacionLaSallista{
	color:#255959;
	font-size: 2.0em;
	font-weight:600;
	padding-bottom: 15px;
}
h2#SedesBiblio{
	color:#E84228;
	font-size:2.4em;
	font-weight:400;
	padding-left: 25px;
	padding-right: 25px;
}
h3#SedesBiblio{
	color:#E84228;
	font-size: 2.0em;
	font-weight:400;
	padding-bottom: 15px;
}
.col-sm-6#ColNuestrosProgramas{
	padding-top:0 !important;
	padding-left:0 !important;
	padding-right:0 !important;
	padding-bottom:3% !important;
}
#ColNuestrosProgramas{
	padding-left: 25px;
	padding-right: 25px;
}
#ColSedesBiblio{
	padding-left: 25px;
	padding-right: 25px;
}


#ColNuestrosProgramas > ul >li>a{
	font-size:1.4em;
	color:#4e4e4e;
	font-weight:100;
}
#ColNuestrosProgramas > ul >li>a:hover{
	color: #f99600;
  font-weight: 100;
}
#ColSedesBiblio > ul >li{
	font-size:1.2em;
	line-height:1.5em;
	color:#4e4e4e;
	font-weight:100;
}
#ColSedesBiblio > ul >li>a{
	font-size:1.2em;
	line-height:1.5em;
	color:#4e4e4e;
	font-weight:100;
}
#ColSedesBiblio > ul >li>a:hover{
	color: #f99600;
  font-weight: 100;
}
ul#fcac{
	padding:0 !important;
  list-style: square;
  color: #E84228;
  margin-left: 3%;
}
ul#fca{
	padding:0 !important;
  list-style: square;
  color: #90c843;
  margin-left: 7%;
}
ul#fce{
	padding:0 !important;
  list-style: square;
  color: #ef922b;
  margin-left: 3%;
}
ul#inge{
	padding:0 !important;
  list-style: square;
  color: #276a7a;
  margin-left: 7%;
}
ul#fde{
	padding:0 !important;
  list-style: square;
  color: #960121;
  margin-left: 3%;
}
ul#fch{
	padding:0 !important;
  list-style: square;
  color:  #028d78;
  margin-left: 7%;
}
ul#fcs{
	padding:0 !important;
  list-style: square;
  color:  #2ba1de;
  margin-left: 3%;
}
ul#filo{
	padding:0 !important;
  list-style: square;
  color:  #950121;
  margin-left: 7%;
}
ul#cbasicas {
  padding: 0 !important;
  list-style: square;
  color: #5b375b;
  margin-left: 3%;
}
/* Textos y colores de cada Facultad */

h3#CienciasAdmininistrativas {
  color: #E84228;
  font-size: 2.2em;
  padding-bottom: 15px;
  font-weight:600;
}
h3#CienciasAgropecuarias {
  color: #90c843;
  font-size: 2.2em;
  padding-bottom: 15px;
  font-weight:600;
  margin-left: 4%;
}
h3#CienciasEconomicas {
  color: #ef922b;
  font-size: 2.2em;
  padding-bottom: 15px;
  font-weight:600;
}
h3#Ingenieria {
  color: #276a7a;
  font-size: 2.2em;
  padding-bottom: 15px;
  font-weight:600;
  margin-left: 4%;
}
h3#CienciasEducacion {
  color: #960121;
  font-size: 2.2em;
  padding-bottom: 15px;
  font-weight:600;
}
h3#CienciasHabitat {
  color: #028d78;
  font-size: 2.2em;
  padding-bottom: 15px;
  font-weight:600;
  margin-left: 4%;
}
h3#CienciasSalud {
  color: #2ba1de;
  font-size: 2.2em;
  padding-bottom: 15px;
  font-weight:600;
}
h3#Filosofia {
  color: #950121;
  font-size: 2.2em;
  padding-bottom: 15px;
  font-weight:600;
  margin-left: 4%;
}
h3#DeptoCienciasBasicas {
  color: #5b375b;
  font-size: 2.2em;
  padding-bottom: 15px;
  font-weight:600;
}
h3#DeptoLaSallista {
  color: #255959;
  font-size: 2.2em;
  padding-bottom: 15px;
  font-weight:600;
  margin-left: 4%;
}
.lib-item > img {
  width: 40%;
  height: 75px;
}

@media (max-width: 1366px) { 
  p#vu {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 23px !important;
    font-weight: 400;
    color: #000;
  }
  p#noti{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 19px;
  }

}
p#noti3{
  font-family: 'Open Sans', sans-serif !important;
  font-size: 25px;
}
p#vu{
  font-family: 'Open Sans', sans-serif !important;
  font-size: 28px;
  font-weight: 400;
  color:#000;
}

p#vus{
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px;
  font-weight: 400;
}
p#ps{
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;

}
p#vs{
  text-align: right;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 24px;
}
p#vs1{
  text-align: left;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 19px;
  font-weight: 600;
}
p#vs2{
  margin-top: -19px;
  text-align: right;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 24px;
}
p#vs3{
  font-size: 28px;
  font-weight: 600;
  margin-top: -40px;
  text-align: right;
  font-family: 'Open Sans', sans-serif !important;
}
p#vs4{
  font-size: 26px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif !important;
}
hr#colp{
  margin-top: 0px !important;
  margin-bottom: -15px !important;
}

.lib-item{
  margin-top: 48px;
}
h4#cap{
  font-size: 14px;
}
h4#cap2{
  font-size: 15px;
}
img#imgs{
  margin-left: 100px;
  width: 100%;
  max-width: 64%;
}
.social:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
.social {
 -webkit-transform: scale(0.8);
 /* Browser Variations: */

 -moz-transform: scale(0.8);
 -o-transform: scale(0.8);
 -webkit-transition-duration: 0.5s;
 -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s;
}
.sin{
  padding-left: 0 !important;
}
/*
    Multicoloured Hover Variations
    */

    #social-fb:hover {
     color: #3B5998;
   }
   #social-tw:hover {
     color: #4099FF;
   }
   #social-gp:hover {
     color: #d34836;
   }
   #social-em:hover {
     color: #f39c12;
   }
   .col-item
   {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
  }
  .col-item .photo img
  {
    margin: 0 auto;
    width: 100%;
  }

  .col-item .info
  {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
  }

  .col-item:hover .info {
    background-color: #F5F5DC;
  }
  .col-item .price
  {
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
  }

  .col-item .price h5
  {
    line-height: 20px;
    margin: 0;
  }

  .price-text-color
  {
    color: #219FD1;
  }

  .col-item .info .rating
  {
    color: #777;
  }

  .col-item .rating
  {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
  }

  .col-item .separator
  {
    border-top: 1px solid #E1E1E1;
  }

  .clear-left
  {
    clear: left;
  }

  .col-item .separator p
  {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
  }

  .col-item .separator p i
  {
    margin-right: 5px;
  }
  .col-item .btn-add
  {
    width: 50%;
    float: left;
  }

  .col-item .btn-add
  {
    border-right: 1px solid #E1E1E1;
  }

  .col-item .btn-details
  {
    width: 50%;
    float: left;
    padding-left: 10px;
  }
  .controls
  {
    /*margin-bottom: 20px;
    margin-top: 20px;*/
  }

  [data-slide="prev"]
  {
    margin-right: 10px;
  }
   .media-body {
    padding-left: 10px;
  }
  .media-left{
	border-top: 1px solid #bebaba;   
  }
  .media-left, .media-right, .media-body {
	 
    display: table-cell;
    vertical-align: top;
  }
  .media-left, .media>.pull-left {
    padding-right: 0px;
  }
  .panel .date {
	border-left: 1px solid #bebaba;
    border-right: 1px solid #bebaba;
    margin-top: -35px;
    /*margin: 0px !important;*/
    width: 60px !important;
    text-align: center !important;
  }

  .panel .date .month {
	margin-top: 10px;
	background: #ddd;
    padding: 5px 0px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }

  .panel .date .day {
   border-bottom: 1px solid #bebaba;
   background: #ddd;
   /*color:#843534;*/
   color:#375adb;
   margin-top: -20px;
   padding: 3px 0px !important;
   font-weight: 700 !important;
   /*font-size: 1.5em !important;*/
   font-size: 2.2em !important;
 }
 p#FechaCalendario{
    /*color: tomato;*/
	color:#002648;
    margin-top: -20px;
    font-size: 1.1em;
    font-weight: 600;
 }
 #custom-search-input {
  position: absolute;
  margin:0;
  margin-top: 10px;
  padding: 0;
  margin-left: 1170px;
  width: 190px;
}

#custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#D9230F;
}

.search-query:focus + button {
  z-index: 3;   
}


.vid{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 100px; 
  height: 0; 
  overflow: hidden;
}

.vid iframe,
.vid object,
.vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

.btn-Servicios {
  padding: 8px 20px;
  background: #428bca;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}

.btn-Servicios:hover, 
.btn-Servicios:focus{
  background: #e4af23;
  outline: none;
  box-shadow: none;
} 
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  /*color: #fff;*/
  text-decoration: none;
  outline: none;
}
h4.media-heading{
	font-weight:600;
	font-size: 1.2em;
}
a.media-heading2:hover,
a.media-heading2:focus {
  color: #2B96E1;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}
p.karim{
  font-size: 12px;
}
p.karim{
  font-size: 12px;
}
.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
  color:#fff;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  color:#ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.lead2{
  color:#fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.lead3{
  color:#002547;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.lead4{
  color:#4e4e4e;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
h1#TituloVU{
  color:#777777;
  font-size:3.0em;
}
h1#TituloGaleriaNoticias{
  padding-left:2%;
  padding-top:2%;
  padding-bottom:2%;
  color:#777777;
  font-size:3.0em;
}
h1#color3{
  color:#4e4e4e;
  font-size: 60px;
}
h2#color4{
  color:#4e4e4e;
  font-size: 50px;
}
h2#color{
  color:#4e4e4e;
  font-size: 40px;
}
h3#color2{
  color:#4e4e4e;
  font-size: 30px;
}
h3#h3{
  color:#4e4e4e;
  font-size: 25px;
}
@media only screen and (max-width: 500px) {
  h1#TituloVU{
    color:#777777;
    font-size:2.0em;
  }
}
.containerpro {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul#change {
  font-size: 13px;
  margin-top: -5px;
  height: 50px;
}
#alto.container{
  height: 40px;
}

/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}



.top-bar {
  padding: 5px 0;
  background: #e4af23;
  border-bottom: 1px solid #222;
  line-height: 28px;
}
.top-bar2 {
  padding: 5px 0;
  background: #00396F;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}
.siseno{
  position: relative;
  width: 32px;
  height: 32px;
}
.siseno2{
  position: relative;
  width: 24px;
  height: 24px;
}
.siseno3{
  position: relative;
  width: 90px;
  height: 65px;
}
.siseno4{
 /* margin-left: 900px;
  position: relative;
  width: 24px;
  height: 24px;
  top: -70px;*/
}

.red{
  color:red;
}
#capatcha {
  display:table;
  margin: auto;
}
.form-area2
{
  background-color: #003464;
  opacity: 0.8;
  padding: 0px 70px 30px;
  margin: 10px 0px 60px;
  border: 1px solid GREY;
}

.card {
  padding-top: 30px;
  /*margin: 10px 0 20px 0;*/
  /*background-color: rgba(214, 224, 226, 0.2);*/
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.calendar-container {
  margin-left: -15px;
  position: relative;
  width: 350px;
}

.calendar-container header {
  border-radius: 1em 1em 0 0;
  background: #002547;
  color: #fff;
  padding: 3em 2em;
}

.day {
  font-size: 8em;
  font-weight: 900;
  line-height: 1em;
}

.month {
  font-size: 4em;
  line-height: 1em;
  text-transform: lowercase;
}

.calendar {
  background: #fff;
  border-radius: 0 0 1em 1em;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .2), 0 3px 1px #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .2), 0 3px 1px #fff;
  color: #555;
  display: inline-block;
  padding: 2em;
}

.calendar thead {
  color: #e66b6b;
  font-weight: 700;
  text-transform: uppercase;
}

.calendar td {
  padding: .5em 0.5em;
  text-align: center;
}

.calendar tbody td:hover {
  background: #cacaca;
  color: #fff;
}

.current-day {
  color: #e66b6b;
}

.prev-month,
.next-month {
  color: #cacaca;
}

.ring-left,
.ring-right {
  position: absolute;
  top: 230px;
}

.ring-left { left: 2em; }
.ring-right { right: 2em; }

.ring-left:before,
.ring-left:after,
.ring-right:before,
.ring-right:after {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
  content: "";
  display: inline-block;
  margin: 8px;
  height: 32px;
  width: 8px;
}

.hs-responsive-embed-youtube {

  position: relative;
  padding-bottom: 48.25%;
  padding-top: 0px;

}

.hs-responsive-embed-youtube iframe {
  max-width: 600px;
  max-height: 350px;
  position: absolute;
  width: 100%!important;
  height: 100%!important;

}
.business-header-ProgramasFinal{
  height: 570px;
  background: url('../images/nuevomodelo/bannerProgramasFinal.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header-videos {
  height: 570px;
  background: url('../images/nuevomodelo/galeriavideos.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header-programas {
  height: 450px;
  background: url('../images/nuevomodelo/programas.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header-img {
  height: 450px;
  background: url('../images/nuevomodelo/Galeriaimg.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header-Egresados {
  height: 450px;
  background: url('../images/nuevomodelo/Egresados.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header-Biblioteca {
  height: 450px;
  background: url('../images/nuevomodelo/biblioteca.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header-Noticias {
  height: 450px;
  background: url('../images/nuevomodelo/Noticias.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header {
  height: 450px;
  background: url('../images/banner7.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header-dos {
  height: 450px;
  background: url('../images/banner6.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header-unisalle {
  height: 450px;
  background: url('../images/nuevomodelo/unisalle.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.business-header-FacCienciasAdmin{
  height: 570px;
  background: url('../images/nuevomodelo/FaculCienciasAdministrativas.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header-Admon {
  height: 570px;
  background: url('../images/nuevomodelo/Admon.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header-EspMercadeo {
  height: 570px;
  background: url('../images/nuevomodelo/espMercadeo.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen 
and (min-device-width: 1920px) 
and (max-device-width: 2000px) 
and (-webkit-min-device-pixel-ratio: 1) { 
  .business-header-ProgramasFinal {
    height: 520px;
    background: url(../images/nuevomodelo/bannerProgramasFinal.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  
}
@media screen and (max-width: 1600px) {
	.business-header-ProgramasFinal {
    height: 455px;
    background: url(../images/nuevomodelo/bannerProgramasFinal.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  .business-header-Admon {
    height: 500px;
    background: url('../images/nuevomodelo/Admon.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}
@media screen and (max-width: 1366px) {

  /*.business-header-Noticias{
    height: 400px;
    background: url('../images/Noticias.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    }*/
    .business-header-ProgramasFinal{
      height: 400px;
      background: url('../images/nuevomodelo/bannerProgramasFinal.jpg') center center no-repeat scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
    }
    .business-header-dos {
      height: 400px;
      background: url('../images/banner6.png') center center no-repeat scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
    }
    .business-header-FacCienciasAdmin{
      height: 400px;
      background: url('../images/nuevomodelo/FaculCienciasAdministrativas.png') center center no-repeat scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
    }
    .business-header-Admon {
      height: 400px;
      background: url('../images/nuevomodelo/Admon.png') center center no-repeat scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
    }
    .business-header-EspMercadeo {
      height: 400px;
      background: url(../images/nuevomodelo/espMercadeo.png) center center no-repeat scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
    }
  }

  @media screen and (max-width: 640px) {
	  
   .business-header-Admon {
    height: 130px;
    background: url('../images/nuevomodelo/Admon.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}
.textbox {
  line-height: 24px;
}
.liststyle1 {
	padding-left: 2%;
  margin: 0;
  list-style: none;
  margin-top: 10px;
  line-height: 28px;
  color: #309be8;
}
.liststyle1 > li > a {
	color:#777777;
	line-height:1.9em;
}
.liststyle1 > li > a:hover {
	color: #f99600;
  font-weight: 600;
  line-height:1.9em;
}
@media only screen and (max-width: 768px) {

  .business-header-dos {
    height: 125px;
    background: url(../images/banner6.png) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}
.banner-sec{float: left; width:100%;}
.banner-sec .news-block{margin-bottom: 20px}
.banner-sec .news-block:last-child{margin-bottom: 0px}
.banner-sec .news-des {margin-bottom: 5px;}
.banner-sec .title-large{margin: 18px 0 0}
.banner-sec .time{margin-top: 0px; font-size: 13px;}
.banner-sec .carousel-control.left, .banner-sec .carousel-control.right{background: none;}
.banner-sec .card{margin-bottom:20px;}
.section-01{float: left; width: 100%;}
.section-01 .heading-large {border-bottom: 2px solid #222; color: #222; float: left; width: 100%; padding:0 0 6px; margin:0 0 18px; text-align: left;}
.section-01 .heading-large::before, .section-01 .heading-large::after{background: transparent;}
.section-01 .heading-small {border-bottom: 2px solid #222; color: #222; float: left; margin: 7px 0 0; width: 100%; padding-bottom: 10px; font-size: 18px }
.section-01 .title-small {margin-bottom: 5px; font-size:17px }
.section-01 .news-block{border-bottom: 1px dashed #000; padding-bottom: 30px; border: none;}
.section-01 aside > .news-block{border-bottom: 1px dashed #000; padding-bottom: 19px;}
.section-01 aside > .news-block:last-child{border-bottom: none; margin-bottom: 20px}
.section-01 .card{border: none;}
.section-01 .card-block{padding: 10px 0;}
.section-01 .video-sec {float: left; margin-top: 30px; width: 100%;}
.section-01 .video-block {float: left; margin-top: 20px; width: 100%;}

.action-sec{width:100%; float:left; background:#222}
.action-box{float:left; width:100%; text-align:center;}
.action-box h2{color:#fff; font-size:20px;}

.card .card-heading {
  padding: 0 20px;
  margin: 0;
}

.card .card-heading.simple {
  font-size: 20px;
  font-weight: 300;
  color: #777;
  border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  vertical-align: top;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
  display: inline-block;
  vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #262626;
}

.card .card-heading.image .card-heading-header span {
  font-size: 12px;
  color: #999999;
}

.card .card-body {
  padding: 0 20px;
  margin-top: 20px;
}

.card .card-media {
  padding: 0 20px;
  margin: 0 -14px;
}

.card .card-media img {
  max-width: 100%;
  max-height: 100%;
}

.card .card-actions {
  min-height: 30px;
  padding: 0 20px 20px 20px;
  margin: 20px 0 0 0;
}

.card .card-comments {
  padding: 20px;
  margin: 0;
  background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
  padding: 0;
  margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
  padding-right: 5px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-comments .media-heading {
  font-size: 13px;
  font-weight: bold;
}

.card.people {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 300px;
  padding-top: 0;
  margin-left: 20px;
  overflow: hidden;
  vertical-align: top;
}

.card.people:first-child {
  margin-left: 0;
}

.card.people .card-top {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 170px;
  height: 150px;
  background-color: #ffffff;
}

.card.people .card-top.green {
  background-color: #53a93f;
}

.card.people .card-top.blue {
  background-color: #427fed;
}

.card.people .card-info {
  position: absolute;
  top: 150px;
  display: inline-block;
  width: 100%;
  height: 101px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.card.people .card-info .title {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #404040;
}

.card.people .card-info .desc {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #737373;
  text-overflow: ellipsis;
}

.card.people .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  line-height: 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#menu_box {
  padding-top: 5px;
  position: fixed;
  float: right;
  z-index: 5;
}

.menu {
  margin: 0;
  padding: 0;
  width: 200px;
}

.menu li {
  list-style: none;
}

.menu li a {
  display: table;
  margin-top: 1px;
  padding: 14px 10px;
  width: 100%;
  background: #e4af23;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  color: #002547;
  overflow: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}

.menu > li:first-child a {
  margin-top: 0;
}

.menu li a:hover {

  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.menu li ul {
  margin: 0;
  padding: 0;
}

.menu li li a {
  display: block;
  margin-top: 0;
  padding: 0 10px;
  height: 0;
  background: #002547;
  color: #fff;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.menu > li:hover li a {
  display: table;
  margin-top: 1px;
  padding: 10px;
  width: 100%;
  height: 1em;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.menu > li:hover li a:hover {
  background: #002547;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}
.texto_grande {
  font-size: 2.5rem;
  color: white;
} 
#icone_grande {
  font-size: 8rem;
  color:#fff;
} 
ul#margen {
  height: 50px;

}
div#ancho{
  height: 50px;
}
ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #c52d2f;
  color: #fff;
}
.search i {
  color: #fff ;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

/*.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #007D8A;
  padding: 10px 0;
  padding-bottom: 0;
  border-top: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}
#cambiar.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #e4af23;
  padding: 10px 0;
  padding-bottom: 0;
}

.navbar-nav{
  margin-top: 20px;
}
.navbar-nav{
  margin-top: 20px;
}
.navbar-nav>li{
  margin-left: 35px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #e4af23;
  color: #fff;
}
.navbar-inverse .navbar-nav > li.sinhover > a:hover{
  background-color: transparent;
  color:#fff;
}



.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #002547;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  background-color: #007D8A;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #e4af23;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
  }*/

  header.nav-is-visible {
    transform: translateX(-260px);
  }
  .cd-main-content.nav-is-visible {
    transform: translateX(-260px);
  }
  .cd-main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    visibility: hidden;
  }
  .cd-main-nav.nav-is-visible {
    visibility: visible;
  }
  .cd-main-nav li ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(260px);
  }
  .cd-main-nav.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    transform: translateX(-100%);
    opacity: 0;
  }
  .cd-main-nav.moves-out > li > ul {
    /* reveal secondary nav */
    transform: translateX(0);
  }
/*************************
*******Home Page******
**************************/
.info h4{
  color: #fff;
}
.card-text#pNoti {
  line-height: 1.2em;
  font-size: 1.2em;
}
.box > .icon { 
  margin-bottom: 70px;
  text-align: center; 
  position: relative; 
}
/*.box > .icon > .image { 
  position: relative; 
  z-index: 2; 
  margin: auto; 
  width: 88px; 
  height: 88px; 
  border: 8px solid white; 
  line-height: 88px; 
  border-radius: 50%; 
  background: #428bca; 
  vertical-align: middle; 
  }*/
  .box > .icon > .image {
    position: relative;
    /* z-index: 2; */
    /* margin: auto; */
    /* width: 88px; */
    height: 88px;
    /* border: 8px solid white; */
    line-height: 88px;
    /* border-radius: 50%; */
    /* background: #428bca; */
    vertical-align: middle;
  }
  .box > .icon > .image > i { 
    font-size: 36px !important; 
    color: #fff !important; 
  }
  .box > .icon:hover > .image > i { 
    color: white !important; 
  }
  .box > .icon > .info { 
   margin-top: -24px;
   background: rgba(146, 141, 141, 141);
   border: 1px solid #e0e0e0;
   padding: 15px 0 10px 0;
 }
 .box > .icon > .info > h3.title { 
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px; 
  color: #222; 
  font-weight: 500; 
}
.box > .icon > .info > p { 
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px; 
  color: #666; 
  line-height: 1.5em; 
  margin: 20px;
}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { 
  color: #222; 
}
.box > .icon > .info > .more a { 
  font-family: sans-serif !important; 
  font-size: 12px; 
  color: #222; 
  line-height: 12px; 
  text-transform: uppercase; 
  text-decoration: none; 
}
.box > .icon:hover > .info > .more > a { 
  color: #fff; 
  padding: 6px 8px; 
  background-color: #63B76C; 
}
.box .space { 
  height: 30px; 
}

.modal-header-primary {
  color:#fff;
  padding:9px 15px;
  border-bottom:1px solid #eee;
  background-color: #428bca;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.service-icon {
  border: 3px solid #009ee3;

  color: #009ee3;
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 101px;

  -webkit-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  transform: rotate(90deg);

  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-item:hover .service-icon {
  border: 3px solid #009ee3;

  color: #009ee3;
}

.service-item-s:hover .service-icon {
  border: 3px solid #009ee3;

  color: #009ee3;
}
.service-icon i {
  -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  -o-transform: rotate(-48deg);
  transform: rotate(-90deg);
}

.service-item h3 {
  font-size: 35px;
  text-transform: uppercase;
}

.service-item-s h3 {
  font-size: 16px;
}
.shrink:hover
{
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: 1s ease;
}
.shrink
{
  transition: 1s ease;
}

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 34%;
  display: inline-block;
  /*margin-top: 5px;*/
}
@media screen and (max-width: 1920px) {
  #main-slider .carousel .carousel-content {
    margin-top: 22%;
    display: inline-block;
    /*margin-top: 5px;*/
  }
}
@media screen and (max-width: 1366px) {
  #main-slider .carousel .carousel-content {
    margin-top: 34%;
    display: inline-block;
    /*margin-top: 5px;*/
  }
}
#main-slider .carousel .slide-margin{
  margin-top: 140px;
}



#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #002547;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #DAAA00;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #002547;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 90px 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #c52d2f;
  margin: 0 15px 90px 0;
  border: 1px solid #c52d2f;
  position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #007D8A;
  border: 1px solid #007D8A;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 41.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
#pq{
  font-style: oblique;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif !important;
}
.pic_ina
{
  height:100px;
  width:20%;
  float:left;
}
.con_ina
{
  height:100px;
  width:67%;
  margin-left:3%;
  float:left;
}
.btn_inr
{
  float:right;
  margin-top:25px;
}
#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-workst{
  background-size: cover;
  background-image: url("../images/Programas/5.png");
  padding-bottom: 0px;
}
#recent-worksb{
  padding-top: 115px;
  padding-bottom:115px;
  background-size: cover;
  background-image: url("../images/slider/sallep.png");
}
#recent-worksbb{
  padding-top: 60px;
  padding-bottom:60px;
  background-size: cover;
  background-image: url("../images/slider/sallep.png");
}
.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}
.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:20px;
}

.strong { font-weight: bold; }
.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #002547;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}
section#contact-info{
  background-color:#D6D6D6;
  padding: 0px;
}
section#contact-page{
  color: #ffffff;
  background: transparent;
  background-color:#002547;
  padding: 3px;
}
section#content{
  color: #ffffff;
  background: transparent;
  background-color:#FFFFFF;
}
.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#services {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
}
#services2 {
  background: #002547;
  background-size: cover;
}
#services3 {
  background: #fff;
  background-size: cover;
}


#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
  background: #f2f2f2;
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}


nav.navbar.navbar-inverse#tamanoletra {
  font-size: 14px;
}
h1.aja{
  font-size: 38px;
  color:#002547;
}
h1.blog3{
  font-size: 55px;
  color:#002547;
}
a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}



.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #000;
  border-radius: 0;
  font-size: 13px;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}
.nav-tabs#apps>li>a {
  background: #e0e0e0;
  color: #000;
  border-radius: 0;
  font-size: 25px;
  border: 0 none;
  line-height: 45px;
  margin-right:0;
  padding: 13px 15px;
}
.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #878787;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #878787;
  position: relative;
}

.nav-tabs#apps>li>a:hover{
  background: #878787;
  color:#fff;
}

.nav-tabs#apps>li.active>a, 
.nav-tabs#apps>li.active>a:hover, 
.nav-tabs#apps>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #878787;
  position: relative;
}

/*.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
  }*/

  .tab-wrap{
    border:1px solid #e6e6e6;
    margin-bottom: 20px;
  }

  .tab-content{
    /*padding: 20px;*/
  }

  .tab-content h2{
   margin-top: 10px;
   margin-bottom: 0;
 }

 .tab-content img{
   padding-left:5%;
   width: 280px !important;
   height: 169px !important;
   border-radius: 4px;
 }
 .box img{
   width:auto !important;
   height:auto !important;
 }
 .testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
  background: url(../images/convenios/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}
#feature{
  color:#002547;
  background: url(../images/services/admison.jpg);
}
#conatcat-info{
  padding: 10px 0;
  /*background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;*/
  background-color: #002547;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
}

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
}

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
}

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#c52d2f;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
  background-image: url("../images/image_bg.png");
  background-position: center 118px;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #C52D2F;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
  margin-top: 120px
}

.pricing_heading h2, 
.pricing_heading p {
  color:#4e4e4e;
}

.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.pricing-area span {
  font-weight: 700;
  font-size: 18px;
}

.pricing-area h3, 
.pricing-area span  {
  color: #fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:17px 0;
  border-radius:2px 2px 0 0;
} 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px
}


.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43
  ;
}

.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .bg{
 background: #fafafa 
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff;
  margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:before {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
  top: 0px;
  border: 10px solid #f6f5f0;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  box-shadow: 0px 0px 3px 3px #e7e4dc;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

h2.pepe{
  color: #ffffff;
}
h2.pepe2{
  color: #002547;
}
#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
input.form-control#search {
  width: 100px;
}
.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/*********************
****blog page css*****
**********************/
.widget.search {
  width: 360px;

}


.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#c52d2f;
  color: #fff;
}

/*.badge:before {
  border-color: transparent transparent transparent #c52d2f;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #c52d2f;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
  }*/

  .blog_archieve {
    list-style: none outside none;
    margin: 0;
    padding: 0;
  }

  .blog_archieve li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
  }

  .blog_archieve li:first-child {
    padding-top: 0;
  }

  ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  ul.gallery li {
    display: block;
    width: 60px;
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
  }

  ul.faq {
    list-style: none;
    margin: 0;
  }

  ul.faq li {
    margin-top: 30px;
  }

  ul.faq li:first-child {
    margin-top: 0;
  }

  ul.faq li span.number {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #34495e;
    color: #fff;
    font-size: 24px;
  }

  ul.faq li > div {
    margin-left: 70px;
  }

  section#sis{
   background-color: #EFEFEF;
 }
 section#blog.container{
  background-color:#FFF;
}
div.blog{
  padding: 4px;
}
ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
/* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #c52d2f;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #c52d2f !important;
  border-color: #c52d2f !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
  display: inline-block;
  margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#c52d2f;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 20px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 25px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
 color:#4e4e4e;
 font-weight:700px;
 font-size:20px;
 margin-top:60px;
 margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#c52d2f;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #c52d2f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{

}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

 #error .btn-success:hover, 
 .btn-success:focus, 
 .btn-success:active, 
 .btn-success.active, 
 .open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #e4af23;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #003464;
}

#footer a {
  font-weight: 100;
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  /*padding: 0;
  margin: 0;*/
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}
.paddingLaterales{
	padding-right: 4%;
}
.oculto{
	display:none;
}
/******carrusel*****/
.albm{
	margin: 0 25px 0 25px;
}
.carrusel{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.divCat{
  /*width: 20%;*/
  float: left;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}
.solapaNoticias{
  background-color: #003464;
  color: #ffffff;
  opacity: 0.8;
  width: 96%;
  bottom: 0px;
  position: absolute;
  /*z-index: 3;*/
}
.solapaNoticias p{
	margin: 10px;
}
.divMap{
  width: 14%;
  float: left;
}
.containerPrincipal {
  position: absolute;
  width: 100%;
  height: 500px;
}
ol.breadcrumb {
  margin-top: 10px;
  background: transparent;
  clear: both;
}
/********Corte diagonal*******/

.corteDiagonalVU {
  position: relative;
  width: 100%;
  margin-top: 25%;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: center;
  padding: 1%;
}
.corteDiagonal{
  position: relative;
  width: 95%;
  float: right;
  margin-top: 25%;
  height: 2.3em;
  color: #fff;
  margin-right: -15px;
  font-weight: 600;
  font-size: 1.9em;
  /*border-bottom: 65px solid #E84228;*/
  border-left: 10px solid transparent;
}
.corteIzqSuperior{
  position: relative;
  width: 40%;
  float: right;
  bottom: 150px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: left;
  border-bottom: 100px solid #003464;
  border-left: 25px solid transparent;
}
.corteIzqInferior{
  position: relative;
  width: 38.5%;
  float: right;
  bottom: 300px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: left;
  border-top: 130px solid #003464;
  border-left: 25px solid transparent
}
.corteIzqInferior2{
  position: absolute;
  width: 32.5%;
  right: 0;
  bottom: 130px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: left;
  border-top: 130px solid #003464;
  border-left: 25px solid transparent
}
.corteIzqInferiorUnisalle{
  position: absolute;
  width: 30.1%;
  right: 0;
  bottom: 110px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: left;
  border-top: 130px solid #003464;
  border-left: 25px solid transparent
}
.corteIzqInferiorGaleriaNoticias{
	position: absolute;
  width: 30.1%;
  right: 0;
  bottom: 200px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: left;
  border-top: 130px solid #003464;
  border-left: 25px solid transparent
}
.corteIzqInferiorVU {
  position: absolute;
  width: 39%;
  /* float: right !important; */
  right: 0;
  bottom: 120px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  /* text-align: left; */
  border-top: 130px solid #003464;
  border-left: 25px solid transparent;
}
.corteDerSuperior{
  position: relative;
  width: 40%;
  float: left;
  bottom: 150px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-bottom: 100px solid #003464;
  border-right: 25px solid transparent;
}
.corteDerInferior{
  position: absolute;
  width: 40%;
  float: left;
  bottom: 150px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 100px solid #003464;
  border-right: 25px solid transparent;
}
.corteSugerencias{
  position: absolute;
  min-width: 20%;
  float: left;
  bottom: 150px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 100px solid #003464;
  border-right: 25px solid transparent;
}
.corteDerInferiorPROGRAMAS {
  position: absolute;
  width: 100%;
    max-width: 450px;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #003464;
  border-right: 25px solid transparent;
}
.corteDerInferiorINVESTIGACION {
  position: absolute;
  width: 20%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #003464;
  border-right: 25px solid transparent;
}
.corteDerInferiorFCA {
  position: absolute;
  width: auto;
  min-width:45%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #E84228;
  border-right: 25px solid transparent;
}
.corteDerInferiorAuditorioInternacional {
  position: absolute;
  min-width: 62%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #E84228;
  border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASAGROPE {
  position: absolute;
  width: auto;
  min-width:40%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #90c843;
  border-right: 25px solid transparent;
}
.corteCA2 {
  position: absolute;
  width: auto;
  min-width:52%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #90c843;
  border-right: 25px solid transparent;
}
.corteCA2#dif2 {
  position: absolute;
  width: auto;
  min-width:69%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #90c843;
  border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASB {
  position: absolute;
  width: auto;
  min-width:25%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #542784;
  border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASECONOMICAS {
  position: absolute;
  width: auto;
  min-width:45%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #ef922b;
  border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASECONOMICAS#dif3 {
  position: absolute;
  width: auto;
  min-width:52%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #ef922b;
  border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASECONOMICAS#dif4 {
  position: absolute;
  width: auto;
  min-width:60%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #ef922b;
  border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASECONOMICAS#dif1 {
  position: absolute;
  width: auto;
  min-width:66%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #ef922b;
  border-right: 25px solid transparent;
}
.corteNI {
  position: absolute;
  width: auto;
  min-width:53%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #ef922b;
  border-right: 25px solid transparent;
}
.corteDerInferiorINGENIERIA {
  position: absolute;
  width: auto;
  min-width:33%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #276a7a;
  border-right: 25px solid transparent;
}
.corteIAM{
  position: absolute;
  width: auto;
  min-width:45%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #276a7a;
  border-right: 25px solid transparent;
}
.corteIAM2{
  position: absolute;
  width: auto;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #276a7a;
  border-right: 25px solid transparent;
}
.corteIAM3{
  position: absolute;
  width: auto;
  min-width:65%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #276a7a;
  border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELAEDUCACION {
  position: absolute;
  width: auto;
  min-width:39%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #960121;
  border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELAEDUCACION#dif6 {
  position: absolute;
  width: auto;
  min-width:50%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #960121;
  border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELHABITAT{
	position: absolute;
  width: auto;
  min-width:30%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #028d78;
  border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELHABITAT#dif5{
	position: absolute;
  width: auto;
  min-width:45%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #028d78;
  border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELASALUD {
  position: absolute;
  width: auto;
  min-width:30%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #2ba1de;
  border-right: 25px solid transparent;
}
.corteDerInferiorFILOSOFIAYHUMANIDADES {
  position: absolute;
  width: auto;
  min-width:35%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #950121;
  border-right: 25px solid transparent;
}
.corteDerInferiorDEPCIENCIASBASICAS {
  position: absolute;
  width: auto;
  min-width:28%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #5b375b;
  border-right: 25px solid transparent;
}
.corteDerInferiorDEPTOFORMACIONSALLISTA {
  position: absolute;
  width: auto;
  min-width:32%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #255959;
  border-right: 25px solid transparent;
}
.corteDerInferiorPregrado {
  position: absolute;
  min-width: 35%;
  float: left;
  bottom: 100px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 150px solid #052b50;
  border-right: 25px solid transparent;
}
.corteLaU {
    position: absolute;
    width: 38rem;
    float: left;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #052b50;
    border-right: 25px solid transparent;
}
.corteInvestigacion {
    position: absolute;
    width: 38rem;
    float: left;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #052b50;
    border-right: 25px solid transparent;
}
.corteExtension {
    position: absolute;
    width: 80rem;
    float: left;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #052b50;
    border-right: 25px solid transparent;
}
.corteInter {
    position: absolute;
    width: 55rem;
    float: left;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #052b50;
    border-right: 25px solid transparent;
}
/*.corteDerInferiorLAUNIVERSIDAD{
	position: absolute;
    min-width: 30%;
    float: left;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #052b50;
    border-right: 25px solid transparent;
	
    }*/
    .corteDerInferiorAdmisiones{
      position: absolute;
      width: 30%;
      /* float: left; */
      bottom: 100px;
      height: 2.3em;
      color: #fff;
      font-weight: 600;
      font-size: 1.9em;
      text-align: right;
      border-top: 150px solid #052b50;
      border-right: 25px solid transparent;
    }
    .corteDerInferiorExtension {
      position: absolute;
      min-width: 45%;
      float: left;
      bottom: 100px;
      height: 2.3em;
      color: #fff;
      font-weight: 600;
      font-size: 1.9em;
      text-align: right;
      border-top: 150px solid #052b50;
      border-right: 25px solid transparent;
    }
    .txtDiagVU {
      font-family: 'Open Sans', sans-serif !important;
      font-size: 27px;
      color: white;
      font-weight: 400;
      line-height: 24px;
      /* float: right; */
      margin-top: 10%;
      /* margin-right: 14%; */
    }
    .txtDiag{
     font-family: 'Open Sans', sans-serif !important;
     font-size: 20px;
     color: white;
     font-weight: 400;
     line-height: 24px;
     float: right;
     margin-top: 7%;
     margin-right: 14%;
   }
   .txtDiagTop {
    padding: 5%;
    position: relative;
    bottom: 80px;
    font-size: 35px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagTopCalendar {
    padding: 5%;
    position: relative;
    bottom: 80px;
    font-size: 35px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagDerTop {
    margin-left: 16%;
    /* padding: 8%; */
    position: relative;
    float: left;
    bottom: 75px;
    font-size: 35px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagTopPROGRAMASPORTADA{
   padding: 5%;
   position: relative;
   bottom: 80px;
   font-size: 35px;
   color: white;
   font-weight: 400;
   line-height: 20px;
 }
 .txtDiagDerTopAdmisiones {
  margin-left: 15%;
  margin-right: 5%;
  /* padding: 8%; */
  position: relative;
  /* float: left; */
  bottom: 90px;
  font-size: 35px;
  color: white;
  font-weight: 400;
  line-height: 20px;
}
.txtPrincipal {
  margin-left: 16%;
  float: left;
  position: relative;
  bottom: 100px;
  font-size: 35px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtPrincipal2 {
  margin-left: 16%;
  float: left;
  position: relative;
  bottom: 100px;
  font-size: 35px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtPrincipalAuditoriaInternacional {
  margin-left: 7%;
  float: left;
  position: relative;
  bottom: 100px;
  font-size: 35px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
/*.txtPrincipal {
    margin-left: 16%;
    float: left;
    position: relative;
    bottom: 80px;
    font-size: 35px;
    color: white;
    font-weight: 400;
    line-height: 0px;
    }*/
/*.txtPrincipal {
    margin-left: 16%;
    float: left;
    position: relative;
    bottom: 100px;
    font-size: 30px;
    color: white;
    font-weight: 400;
    line-height: 0px;
    }*/
    .txtPrincipalCES {
      margin-left: 11%;
      float: left;
      position: relative;
      bottom: 100px;
      font-size: 30px;
      color: white;
      font-weight: 400;
      line-height: 0px;
    }
    .txtDiagDerTopCES {
      margin-left: 11%;
      position: relative;
      float: left;
      bottom: 70px;
      font-size: 39px;
      color: white;
      font-weight: 400;
      line-height: 20px;
    }
    .txtPrincipalCE {
      margin-left: 11%;
      float: left;
      position: relative;
      bottom: 100px;
      font-size: 30px;
      color: white;
      font-weight: 400;
      line-height: 0px;
    }
    .txtDiagDerTopCE {
      margin-left: 11%;
      position: relative;
      float: left;
      bottom: 70px;
      font-size: 39px;
      color: white;
      font-weight: 400;
      line-height: 20px;
    }
    .txtPrincipalVU {
      margin-left: 12%;
      float: left;
      position: relative;
      bottom: 65px;
      font-size: 40px;
      color: white;
      font-weight: 600;
      line-height: 0px;
    }
    .txtDiagDerTopFCA {
      margin-left: 16%;
      position: relative;
      float: left;
      bottom: 70px;
      font-size: 39px;
      color: white;
      font-weight: 400;
      line-height: 20px;
    }
	.txtDiagDerTopFCA2 {
      margin-left: 16%;
      position: relative;
      float: left;
      bottom: 70px;
      font-size: 39px;
      color: white;
      font-weight: 400;
      line-height: 20px;
    }
	.txtDiagDerTopFCA3 {
      margin-left: 16%;
      position: relative;
      float: left;
      bottom: 70px;
      font-size: 39px;
      color: white;
      font-weight: 400;
      line-height: 20px;
    }
	.txtDiagDerTopFCA4 {
      margin-left: 16%;
      position: relative;
      float: left;
      bottom: 70px;
      font-size: 39px;
      color: white;
      font-weight: 400;
      line-height: 20px;
    }
	.txtDiagDerTopFCASugerencias {
    margin-left: 25%;
    position: relative;
    float: left;
    bottom: 65px;
    font-size: 39px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
    .txtDiagDerTopAuditoriaInternacional {
      margin-left: 7%;
      position: relative;
      float: left;
      bottom: 70px;
      font-size: 39px;
      color: white;
      font-weight: 400;
      line-height: 20px;
    }
/*.txtPrincipalLAUNIVERSIDAD {
    margin-left: 18%;
    float: left;
    position: relative;
    bottom: 80px;
    font-size: 40px;
    color: white;
    font-weight: 400;
    line-height: 0px;
    }*/
/*.txtPrincipalFACULTADCA {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 100px;
    font-size: 30px;
    color: white;
    font-weight: 400;
    line-height: 0px;
    }*/
    .txtPrincipalExtension {
      margin-left: 12%;
      float: left;
      position: relative;
      bottom: 80px;
      font-size: 40px;
      color: white;
      font-weight: 400;
      line-height: 0px;
    }
    .txtPrincipalFACULTADCA {
      margin-left: 12%;
      float: left;
      position: relative;
      bottom: 100px;
      font-size: 40px;
      color: white;
      font-weight: 400;
      line-height: 0px;
    }
	.txtLaU {
      margin-left: 12%;
      float: left;
      position: relative;
      bottom: 80px;
      font-size: 40px;
      color: white;
      font-weight: 400;
      line-height: 0px;
    }
	.txtInvestigacion {
      margin-left: 12%;
      float: left;
      position: relative;
      bottom: 80px;
      font-size: 40px;
      color: white;
      font-weight: 400;
      line-height: 0px;
    }
	.txtExtension {
      margin-left: 12%;
      float: left;
      position: relative;
      bottom: 80px;
      font-size: 40px;
      color: white;
      font-weight: 400;
      line-height: 0px;
    }
	.txtInter {
      margin-left: 12%;
      float: left;
      position: relative;
      bottom: 80px;
      font-size: 40px;
      color: white;
      font-weight: 400;
      line-height: 0px;
    }
    .txtDiagDerTopFACULTADCA {
      margin-left: 12%;
      position: relative;
      float: left;
      bottom: 70px;
      font-size: 39px;
      color: white;
      font-weight: 400;
      line-height: 20px;
    }
    .item .active .iframe{
      width: 100%
      height: 600px;
    }
    @media only screen and (max-width: 1440px) {
     iframe#ResponFrame {
      width: 100%;
      height: 460px !important;
      max-width: 20%;
      position: relative;
      float: right;
      margin-top: -554px;
      margin-right: 3%;
      border: 0;
    }	
  }
  
  @media only screen and (max-width: 1366px) {
	#recent-works{
		margin-top:0px !important;
	}
   .corteDerInferiorExtension {
    position: absolute;
    min-width: 55%;
    float: left;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #052b50;
    border-right: 25px solid transparent;
  }
  .txtPrincipalExtension {
    margin-left: 8%;
    float: left;
    position: relative;
    bottom: 80px;
    font-size: 40px;
    color: white;
    font-weight: 400;
    line-height: 0px;
  }
  .corteDerInferiorAdmisiones{
    position: absolute;
    width: 45%;
    /* float: left; */
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #052b50;
    border-right: 25px solid transparent;
  }
  .corteDerInferiorPROGRAMAS {
    position: absolute;
        width: 100%;
    max-width: 450px;
    float: left;
    bottom: 65px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #003464;
    border-right: 25px solid transparent;
  }
  .corteIzqInferiorUnisalle{
    position: absolute;
    width: 30.1%;
    right: 0;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 130px solid #003464;
    border-left: 25px solid transparent
  }
  .corteDerInferiorFCA {
    position: absolute;
    width: auto;
    float: left;
    bottom: 65px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #E84228;
    border-right: 25px solid transparent;
  }
  .corteDerInferiorAuditorioInternacional {
    position: absolute;
    width: auto;
    float: left;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #E84228;
    border-right: 25px solid transparent;
  }

  .txtPrincipal {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 100px;
    font-size: 27px;
    color: white;
    font-weight: 400;
    line-height: 0px;
  }
  .txtPrincipal2 {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 100px;
    font-size: 27px;
    color: white;
    font-weight: 400;
    line-height: 0px;
  }
  .txtPrincipalAuditoriaInternacional {
    margin-left: 7%;
    float: left;
    position: relative;
    bottom: 100px;
    font-size: 30px;
    color: white;
    font-weight: 400;
    line-height: 0px;
  }
  .txtDiagDerTopAuditoriaInternacional {
    margin-left: 7%;
    position: relative;
    float: left;
    bottom: 70px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagDerTopFCA {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 75px;
    font-size: 23px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagDerTopFCA2 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 75px;
    font-size: 23px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagDerTopFCA3 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 75px;
    font-size: 23px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagDerTopFCA4 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 75px;
    font-size: 23px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagDerTop {
    margin-left: 12%;
    /* padding: 8%; */
    position: relative;
    float: left;
    bottom: 75px;
    font-size: 35px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtPrincipalCE {
    margin-left: 11%;
    float: left;
    position: relative;
    bottom: 100px;
    font-size: 28px;
    color: white;
    font-weight: 400;
    line-height: 0px;
  }
  .txtDiagDerTopCE {
    margin-left: 11%;
    position: relative;
    float: left;
    bottom: 70px;
    font-size: 24px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtPrincipalCES {
    margin-left: 11%;
    float: left;
    position: relative;
    bottom: 100px;
    font-size: 28px;
    color: white;
    font-weight: 400;
    line-height: 0px;
  }
  .txtDiagDerTopCES {
    margin-left: 11%;
    position: relative;
    float: left;
    bottom: 70px;
    font-size: 24px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  h3#CienciasAdmininistrativas {
    color: #E84228;
    font-size: 1.8em;
    padding-bottom: 15px;
    font-weight: 600;
  }
  h3#CienciasAgropecuarias {
    color: #90c843;
    font-size: 1.8em;
    padding-bottom: 15px;
    font-weight: 600;
    margin-left: 4%;
  }
  h3#CienciasEconomicas {
    color: #ef922b;
    font-size: 1.8em;
    padding-bottom: 15px;
    font-weight: 600;
  }
  h3#Ingenieria {
    color: #276a7a;
    font-size: 1.8em;
    padding-bottom: 15px;
    font-weight: 600;
    margin-left: 4%;
  }
  h3#CienciasEducacion {
    color: #960121;
    font-size: 1.8em;
    padding-bottom: 15px;
    font-weight: 600;
  }
  h3#CienciasHabitat {
    color: #028d78;
    font-size: 1.8em;
    padding-bottom: 15px;
    font-weight: 600;
    margin-left: 4%;
  }
  h3#CienciasSalud {
    color: #2ba1de;
    font-size: 1.8em;
    padding-bottom: 15px;
    font-weight: 600;
  }
  h3#Filosofia {
    color: #950121;
    font-size: 1.8em;
    padding-bottom: 15px;
    font-weight: 600;
    margin-left: 4%;
  }
  .panel-body {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
	/*.corteDerInferiorFCA {
    position: absolute;
    width: 45%;
    float: left;
    bottom: 60px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #E84228;
    border-right: 25px solid transparent;
    }*/
  }
  /********Coleres facultades******/
  .colorCienciasB{
    background-color: #542784;
  }
  .colorCorteCienciasB{
    border-bottom: 65px solid #542784;
  }
  .colorDeptoFormacionSallista{
    border-bottom: 65px solid #255959;
  }
  .colorCienciasH{
    background-color: #008246;
  }
  .colorCorteCienciasH{
    border-bottom: 65px solid #008246;
  }
  .colorCienciasAC{
    background-color: #E84228;
  }
  .colorCorteCienciasEducacion{
    border-bottom: 65px solid #960121;
  }
  .colorCienciasEducacion{
    background-color: #960121;
  }
  .colorCienciasAgropecuarias{
    background-color: #90c843;
  }
  .colorCienciasEconomicas{
    background-color: #ef922b;
  }
  .colorFacultadIngenieria{
    background-color: #276a7a;
  }
  .colorCienciasHabitat{
    background-color: #028d78;
  }
  .colorCienciasdelaSalud{
    background-color: #2ba1de;
  }
  .colorCorteCienciasAC{
    border-bottom: 65px solid #E84228;
  }
  .colorCorteCienciasAgropecuarias{
    border-bottom: 65px solid #90c843;
  }
  .colorCorteCienciasEconomicas{
    border-bottom: 65px solid #ef922b;
  }
  .colorCorteCienciasIngenieria{
    border-bottom: 65px solid #276a7a;
  }
  .colorCorteCienciasdeEducacion{
    border-bottom: 65px solid #960121;
  }
  .colorCorteCienciasdelHabitat{
    border-bottom: 65px solid #028d78;
  }
  .colorCorteCienciasdelaSalud{
    border-bottom: 65px solid #2ba1de;
  }
  .colorCortePregradoFinal{
    border-bottom: 65px solid #052b50;
  }
  .colorCienciasES{
    background-color: #E3AC00;
  }
  .colorCorteCienciasES{
    border-bottom: 65px solid #E3AC00;
  }
  .colorCienciasA{
    background-color: #93bd31;
  }
  .colorCorteCienciasA{
    border-bottom: 65px solid #93bd31;
  }
  .colorFilH{
    background-color: #941711;
  }
  .colorDeptoFormacionLaSallista{
    background-color: #255959;
  }
  .colorCorteFilH{
    border-bottom: 65px solid #941711;
  }
  .colorCienciasE{
    background-color: #95841F;
  }
  .colorCorteCienciasE{
    border-bottom: 65px solid #95841F;
  }
  .colorIng{
    background-color: #276a7a;
  }
  .colorCorteIng{
    border-bottom: 65px solid #276a7a;
  }
  .colorCienciasS{
    background-color: #0098DA;
  }
  .colorCorteCienciasS{
    border-bottom: 65px solid #0098DA;
  }
  #PrincipalContent{
   position: relative;
   background: #fff;
   margin-top: -225px;
   padding-top: 2%;
   padding-bottom: 2%;
   padding-left: 4%;
   padding-right: 4%;
   margin-left:4%;
   width: 83%;
 }
/*#PrincipalContent {
    position: relative;
    margin-left: 6%;
    background: #fff;
    margin-top: -14%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    }*/
    #PrincipalContentCalendar{
     position: relative;
     background: #fff;
     margin-top: -80px;
     padding-top: 2%;
     padding-bottom: 2%;
     padding-left: 4%;
     padding-right: 4%;
     margin-left: 4%;
     width: 95%;
   }
   .col-md-4#MenuCalendar{
     background:#fff;
     float: right;
     width: 35em;
     margin-top: -80px;
     right: 5%;
   }
   .col-md-10#PrincipalContent{
     position: relative;
     background: #fff;
     /*margin-top: -147px;*/
     margin-top:-55px;
     padding-top: 2%;
     padding-bottom: 2%;
     padding-left: 4%;
     padding-right: 4%;
   }
   .col-md-10#PrincipalContentInternaNoticia{
     position: relative;
     background: #fff;
     /*margin-top: -225px;*/
     margin-top: -147px;
     /*margin-top:-55px;*/
     padding-top: 2%;
     padding-bottom: 2%;
     padding-left: 4%;
     padding-right: 4%;
   }
   .col-md-10#PrincipalNoticiaHomes {
    position: relative;
    background: #fff;
    /*margin-top: -225px;*/
    margin-top: -147px;
    /* margin-top: -60px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .col-md-10#PrincipalNoticiaAdmisiones {
    position: relative;
    background: #fff;
    /*margin-top: -225px;*/
    /* margin-top: -147px; */
    margin-top: -60px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .col-md-10#PrincipalNoticiaLaUniversidad {
    position: relative;
    background: #fff;
    margin-top: -225px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .col-md-10#PrincipalNoticiaExtension {
    position: relative;
    background: #fff;
    margin-top: -225px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .col-md-10#PrincipalNoticiaSalleInternacional {
    position: relative;
    background: #fff;
    margin-top: -225px;
    /* margin-top: -147px; */
    /* margin-top: -60px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .col-md-10#PrincipalNoticiaUnisalle {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: -55px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }
/*#MenuRight{
	float: right;
	padding: 0 !important;
	margin-top:-13%;
  }*/
/*#MenuRight{
    position:relative;
	margin-top: -247px;
	right: 8%;
  }*/
  #MenuRight{
    float: right;
    width: 35em;
    margin-top: -245px;
    right: 5%;
    
  }
/*#PrincipalInfoContent{
	position: absolute;
    background: #fff;
    margin-top: -3%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    }*/

    #PrincipalInfoContent{
      position: relative;
      background: #fff;
      margin-top: -60px;
      padding-top: 2%;
      padding-bottom: 2%;
      padding-left: 4%;
      padding-right: 4%;
      margin-left:4%;
      width: 83%;
    }
    #PrincipalInfoContentInter {
      position: relative;
      background: #fff;
      margin-top: -60px;
      padding-top: 2%;
      padding-bottom: 2%;
      padding-left: 0%;
      padding-right: 4%;
      margin-left: 4%;
      width: 83%;
    }
/*#MenuInfoRight{

	float: right;
	padding: 0 !important;
	margin-top:-3%;
  }*/
  #MenuInfoRight{
    float: right;
    width: 35em;
    margin-top: -80px;
    right: 5%;
  }
  @media only screen and (max-width: 480px) {
   #PrincipalContent {
    position: relative !important;
    background: #fff;
    margin-top: -13%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0%;
    width:100%;
  }
  #MenuRight{

   float: none !important;
   padding: 0 !important;
   margin-top:-13%;
 }
 #PrincipalInfoContent {
  position: relative !important;
  background: #fff;
  margin-top: -3%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
  width: 100%;
}
#PrincipalInfoContentInter{
	position: relative !important;
  background: #fff;
  margin-top: -3%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
}
#MenuInfoRight{

	float: none !important;
	padding: 0 !important;
	margin-top:-3%;
}


}
/***********************************************************/

.tamanoSlider {
  height: 520px;
}
.contentSlider {
  height: 510px;
}
@media only screen and (max-width: 1366px) {
	#PrincipalContentCalendar{
   position: relative;
   background: #fff;
   margin-top: -80px;
   padding-top: 2%;
   padding-bottom: 2%;
   padding-left: 4%;
   padding-right: 4%;
   margin-left: 4%;
   width:83%;
 }
 .tamanoSlider {
  height: 420px;
}
.contentSlider {
  height: 410px;
}

}
.MigadePan{
  padding: 8px 15px;
  font-size: 17px;
  display: inline-block;
}
.MigadePan a{
  font-weight: 400;
}
.migaHome{
  color: #006b8f;
  font-weight: bold !important;
}
.MenuDerecha{
  margin-top: 35px;
  background: transparent;
}							

h2#MenuDerecha{
  font-size: 20px;
  color: #037e89;
}
h3#TituloGrande{
  margin-top: -20px;
  line-height: 50px;
  font-size: 3.8em;
  color: #037e89;
  font-weight: bold;
}
#textoFlotantePre{
  width: 63%;
  left: 50px;
  margin-top: -60%;
  background: #fff;
}
@media only screen and (max-width: 1920px) {
  .tamanoSlider {
    height: 700px;
  }
  .contentSlider {
    height: 700px;
  }	
}		
@media only screen and (max-width: 1024px){
	.carousel-caption p {
    font-family: 'Francois One', sans-serif;
    line-height: 1.2em;
    font-size: 1.3em;
    text-shadow: 1px 1px #000;
}
	.corteIzqInferiorVU{
	position: absolute;
    width: 65%;
    /* float: right !important; */
    right: 0;
    bottom: 120px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    /* text-align: left; */
    border-top: 130px solid #003464;
    border-left: 25px solid transparent;
	}
	.txtDiagDerTopFCA3 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 75px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtDiagDerTopFCA4 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 75px;
    font-size: 17px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
	.txtPrincipalFACULTADCA {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 55px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
    .txtDiagDerTopFACULTADCA {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 35px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
	/*.corteDerInferiorFCA {
    position: absolute;
    width: 65%;
    float: left;
    bottom: 25px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #E84228;
    border-right: 25px solid transparent;
}*/

	.corteExtension {
    position: absolute;
    width: 70%;
    float: left;
    bottom: 60px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 75px solid #052b50;
    border-right: 25px solid transparent;
}
  .txtExtension {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 40px;
    font-size: 21px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.corteInter {
    position: absolute;
    width: 45%;
    float: left;
    bottom: 60px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 75px solid #052b50;
    border-right: 25px solid transparent;
}
  .txtInter {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 40px;
    font-size: 21px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
}
@media only screen and (max-width: 640px){
	.corteLaU {
    position: absolute;
    width: 55%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #052b50;
    border-right: 25px solid transparent;
  }
  .corteInvestigacion {
    position: absolute;
    width: 55%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #052b50;
    border-right: 25px solid transparent;
  }
  .corteExtension {
    position: absolute;
    width: 70%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #052b50;
    border-right: 25px solid transparent;
  }
  .corteInter {
    position: absolute;
    width: 55%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #052b50;
    border-right: 25px solid transparent;
  }
  
	
}
@media only screen and (max-width: 480px){
	.corteDerInferiorINVESTIGACION {
    position: absolute;
    width: 50%;
    float: left;
    bottom: 25px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #003464;
    border-right: 25px solid transparent;
}
	.txtDiagDerTop {
    margin-left: 12%;
    /* padding: 8%; */
    position: relative;
    float: left;
    bottom: 28px;
    font-size: 14px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
	.corteDerInferiorFCA {
    position: absolute;
    width: 73%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #E84228;
    border-right: 25px solid transparent;
  }
  .corteDerInferiorCIENCIASAGROPE{
	position: absolute;
    width: 73%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #90c843;
    border-right: 25px solid transparent;  
  }
  .corteCA2{
	position: absolute;
    width: 90%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #90c843;
    border-right: 25px solid transparent;  
  }
  .corteDerInferiorCIENCIASECONOMICAS {
    position: absolute;
    width: 77%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #ef922b;
    border-right: 25px solid transparent;
}
.corteNI {
    position: absolute;
    width: 87%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #ef922b;
    border-right: 25px solid transparent;
}
  .corteDerInferiorINGENIERIA{
	position: absolute;
    width: 60%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #276a7a;
    border-right: 25px solid transparent;  
  }
  .corteIAM{
	position: absolute;
    width: 75%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #276a7a;
    border-right: 25px solid transparent;  
  }
  .corteIAM2{
	position: absolute;
    width: 87%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #276a7a;
    border-right: 25px solid transparent;  
  }
  .corteIAM3{
	position: absolute;
    width: 97%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #276a7a;
    border-right: 25px solid transparent;  
  }
  .corteDerInferiorCIENCIASDELAEDUCACION {
    position: absolute;
    width: 60%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #960121;
    border-right: 25px solid transparent;
}
  .corteDerInferiorCIENCIASDELHABITAT {
    position: absolute;
    width: 60%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #028d78;
    border-right: 25px solid transparent;
}
 .corteDerInferiorCIENCIASDELASALUD {
    position: absolute;
    width: 60%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #2ba1de;
    border-right: 25px solid transparent;
}
 .corteDerInferiorFILOSOFIAYHUMANIDADES {
    position: absolute;
    width: 60%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #950121;
    border-right: 25px solid transparent;
}
.corteDerInferiorDEPCIENCIASBASICAS {
    position: absolute;
    width: 60%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #5b375b;
    border-right: 25px solid transparent;
}
.corteDerInferiorDEPTOFORMACIONSALLISTA {
     position: absolute;
    width: 60%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #255959;
    border-right: 25px solid transparent;
}
  .corteDerInferiorPregrado {
    position: absolute;
    width: 70%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 50px solid #052b50;
    border-right: 25px solid transparent;
  }
  
  .txtPrincipal {
    padding-left: 3%;
    float: left;
    position: relative;
    bottom: 35px;
    font-size: 13px;
    color: white;
    font-weight: 400;
    line-height: 0px;
  }
  .txtPrincipal2 {
    padding-left: 0%;
    float: left;
    position: relative;
    bottom: 35px;
    font-size: 13px;
    color: white;
    font-weight: 400;
    line-height: 0px;
  }
  .txtDiagDerTopFCA {
    padding: 3%;
    position: relative;
    float: left;
    bottom: 35px;
    font-size: 13px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagDerTopFCA2 {
    padding: 3%;
    position: relative;
    float: left;
    bottom: 35px;
    font-size: 12px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagDerTopFCA3 {
    padding: 0;
    position: relative;
    float: left;
    bottom: 28px;
    font-size: 12px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
  .txtDiagDerTopFCA4 {
    padding: 0;
    position: relative;
    float: left;
    bottom: 28px;
    font-size: 9px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
}
@media only screen and (max-width: 320px) and (min-width: 200px){
	#twitter-widget-0{
		width:100% !important;
	}
	
	/*Noticias*/
	.card img {
    height: 180px;
  }
  /*Fin Noticias*/
  .corteDerInferiorAdmisiones {
    position: absolute;
    width: 70%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 70px solid #052b50;
    border-right: 25px solid transparent;
  }
  .txtDiagDerTopAdmisiones {
    margin-left: 13%;
    margin-right: 5%;
    /* padding: 8%; */
    position: relative;
    /* float: left; */
    bottom: 50px;
    font-size: 16px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .corteDerInferiorFCA {
    position: absolute;
    width: 70%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 70px solid #E84228;
    border-right: 25px solid transparent;
  }
  .corteDerInferiorPregrado {
    position: absolute;
    width: 75%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 70px solid #052b50;
    border-right: 25px solid transparent;
  }
  .corteLaU {
    position: absolute;
    width: 75%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 70px solid #052b50;
    border-right: 25px solid transparent;
  }
  .corteInvestigacion {
    position: absolute;
    width: 75%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 70px solid #052b50;
    border-right: 25px solid transparent;
  }
  .corteExtension {
    position: absolute;
    width: 75%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 70px solid #052b50;
    border-right: 25px solid transparent;
  }
  .corteInter {
    position: absolute;
    width: 75%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 70px solid #052b50;
    border-right: 25px solid transparent;
  }
  .txtPrincipal {
    padding-left: 3%;
    float: left;
    position: relative;
    bottom: 40px;
    font-size: 12px;
    color: white;
    font-weight: 400;
    line-height: 0px;
  }
  .txtPrincipal2 {
    padding-left: 3%;
    float: left;
    position: relative;
    bottom: 40px;
    font-size: 12px;
    color: white;
    font-weight: 400;
    line-height: 0px;
  }
  .txtDiagDerTopFCA {
    padding: 3%;
    position: relative;
    float: left;
    bottom: 40px;
    font-size: 10px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagDerTopFCA2 {
    padding: 3%;
    position: relative;
    float: left;
    bottom: 40px;
    font-size: 10px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagDerTopFCA3 {
    padding: 3%;
    position: relative;
    float: left;
    bottom: 40px;
    font-size: 10px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagDerTopFCA4 {
    padding: 3%;
    position: relative;
    float: left;
    bottom: 40px;
    font-size: 9px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .maxInfocarousel{
   min-width: 0 !important;
 }
}
@media only screen and (max-width: 540px) and (min-width: 480px) {
	
  .tamanoSlider {
    height: 250px;
  }
  .contentSlider {
    height: 250px;
  }	
  .contentSlider > img {
    height: 250px;
  }
  .sidebarDerecha {
   margin-top:20% !important;
   float: right;
   width: 100%;
   margin-right: 0 !important;
   padding-bottom: 1.5%;
   background: #dddddd;
   color: #475258;
 }
 .corteIzqInferior {
  position: relative;
  width: 70%;
  float: right;
  bottom: 120px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: left;
  border-top: 100px solid #003464;
  border-left: 25px solid transparent;
}
/*.corteDerInferiorFCA {
    position: absolute;
    width: 60%;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 56px solid #E84228;
    border-right: 25px solid transparent;
}*/
.txtDiagDerTop {
  /* padding: 1%; */
  position: relative;
  bottom: 80px;
  font-size: 25px;
  color: white;
  font-weight: 400;
  line-height: 20px;
}
}		  
@media only screen and (max-width: 768px) {
  h3#TituloGrande {
    margin-top: -20px;
    line-height: 45px;
    font-size: 24px;
    color: #037e89;
    font-weight: bold;
  }
  #textoFlotante{
   width: 95%;
   left: 5px;
   margin-top: -1815px;
   background: #fff;
 }
 #textoFlotantePre{
   width: 95%;
   left: 5px;
   margin-top: -2015px;
   background: #fff;
 }
 #columDer{
  margin-top: 940px;	 			   
}		   			  
}
.col-sm-2 > img {
  width: 120px !important;
  height: 95px !important;
}
#InfoP{
 font-family: 'Open Sans', sans-serif !important;
 font-size: 1.2em;
 
}
@media only screen and (max-width: 1366px) {
  .col-sm-2 > img {
    width: 120px !important;
    height: 95px !important;
    margin-left:-60%;
  }	
}
.imglogo{
	max-width: 170px;
	margin-top: 20px;
	margin-left: 25%;
}
.tituloColumn{
  font-size: 20px;
  color: #006b8f;
}
.imgPrincipal{
 width: 92%;
}
#textoFlotante {
  width: 92%;
  left: 50px;
  margin-top: -10%;
  background: #fff;
}
.txColumn{
  font-size: 15px;
  width: 40%;
  float: left;
  font-family: 'Open Sans', sans-serif !important;
}
.imgColumn img{
	width: 60%;
	max-height: 90px;
  float: left;
}
img.ablPortada {
  height: 227px;
}
.txRediApp{
	width: 60%;
	height: 75px;
	float: right;
  background-color: #003464;
  color: white;
  font-size: 15px;
  padding: 25px 0 15px 20px;
}
.imgRediApp img{
  width: 40%;
  float: left;
  height: 75px;
}
.infoCentral{
  margin: 4% 0 4% 4%;
}
.infoCentral p, .infoCentral span{
	font-family: 'Open Sans', sans-serif !important;
}
.tituloGrande{
  /* margin-top: -20px; */
  line-height: 45px;
  font-size: 35px;
  color: #037e89;
  font-weight: none;
}
.tituloColumn{
  font-size: 20px;
  color: #006b8f;
}
.negrilla{
  font-weight: bold;
}
.colorGris{
	background-color: gainsboro;
}
.row-margin-bottom {
  margin-bottom: 40px;
  width: 100%;
}
.lineaSeparador{
	margin-top: 55px;
	/*margin-top: inherit;*/
  clear: left;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.albm{
	margin: 0 25px 0 25px;
}
.carrusel{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.divCat{
  width: 20%;
  float: left;
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.solapa{
  background-color: #161515;
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  min-height:35%;
  bottom: 0px;
  position: absolute;
  /*z-index: 3;*/
}
.solapa:hover{
  background-color: #161515;
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  min-height:100%;
  transition-duration: 1s;
  bottom: 0px;
  position: absolute;
  /*z-index: 3;*/
}
.solapa p{
	font-family: 'Open Sans', sans-serif !important;
	margin: 10px;
	text-align: center;
  font-size: 1.3em;
  color:#fff;
}
.divMap{
  width: 14%;
  float: left;
}
.sellos{
	width: 42%;
  float: left;
}
/********************Estilos Sobreescritos*****************************/
.con {
	padding-right: 30px !important;
}
#header {
  background: #003464;
  width: 100%;
  position: relative;
  border-bottom: 3px solid #e4af23;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.breadcrumb {
  margin-top: 5px;
  margin-bottom: 0;
  background: transparent;
  list-style: none;
  padding: 8px 15px;
}
/*nav li a {
    padding: 20px !important;
    }*/
    .business-header-Egresados {
      height: 390px !important;
    }
    .lib-item {
      margin-top: 35px !important;
    }
    #FondoBlanco {
      left: 45px;
      width: 63%;
      margin-top: -46% !important;
      background: #fff;
    }
    .textbox {
     width: 100%;
     line-height: 15px !important;
   }
   .textbox img{
     width:auto !important;
   }
   .textbox p{
     line-height: 1.2em !important;
     /*font-size: 1.2em !important;*/ /*ESTE ESTILO AFECTA LOS PARRAFOS*/
     font-family: 'Open Sans', sans-serif !important;;
   }
   .textbox span{
     line-height: 1.2em !important;
     font-size: 1.1em !important;
     font-family: 'Open Sans', sans-serif !important;;
   }
   .textbox ul{
    margin-left: 2.5%;
  }
  .textbox li {
    line-height: 1.2em !important;
    font-size: 1.1em !important;
    font-family: 'Open Sans', sans-serif !important;
  }
  .textbox u{
   line-height: 1.2em !important;
   font-size: 1.1em !important;
   font-family: 'Open Sans', sans-serif !important;;
 }
 .textbox div{
   line-height: 1.2em !important;
   font-size: 1.1em !important;
   font-family: 'Open Sans', sans-serif !important;;
 }
 .textbox strong{
   line-height: 1.2em !important;
   font-size: 1.1em !important;
   font-family: 'Open Sans', sans-serif !important;;
 }
 .textbox h2{
  font-size: 1.5em !important;
}
.Descripcion_evt > ul{
	margin-left:4%;
}
@media screen and (max-width: 1366px) {
	.textbox {
   width: 100% !important;
   line-height: 15px !important;
 }
}

.card-block#Cat{
	padding-left:5%;
	padding-right:5%;
	padding-bottom:5%;
}
#footer a {
  font-weight: normal;
}
.siseno3 {
  position: relative;
	/*float: left;
    width: 100px;
    height: 100px;*/
  }
  .divDissabled{
    position: absolute !important;
    cursor: pointer;
    background-color: #000;
    opacity: .5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .divCulturayDeporte{
    position: absolute !important;
    cursor: pointer;
    background-color: #5CA7E0;
    opacity: .8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .divCalidadVida{
    position: absolute !important;
    cursor: pointer;
    background-color: #C9A539;
    opacity: .8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .divApoyoEstudiantil{
    position: absolute !important;
    cursor: pointer;
    background-color: #597746;
    opacity: .8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .divParticipacionLiderazgo{
    position: absolute !important;
    cursor: pointer;
    background-color: #B53F44;
    opacity: .8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .divPastoral{
    position: absolute !important;
    cursor: pointer;
    background-color: #412A67;
    opacity: .8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .divServicioCampus{
    position: absolute !important;
    cursor: pointer;
    background-color: #477B86;
    opacity: .8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .divUnisalle{
    position: absolute !important;
    cursor: pointer;
    background-color: #002648;
    opacity: .8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .divUnisalle#DestacadosBiblioteca{
    position: absolute !important;
    cursor: pointer;
    background-color: #c0931f;
    opacity: .8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .pInfo{
    font-size: 15px;
    font-weight: 400;
    padding-top: 20px;
    clear: both;
    position: relative;
    text-align: center;
    color: white;
  }

  .well.well-sm.colorCienciasAC{
   /*position: absolute;*/
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   /* height: 73% !important; */
   border: 0;
   /* width: 505px; */
   height: 327px;
 }
 .well.well-sm.colorCienciasAgropecuarias{
   /*position: absolute;*/
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   /* height: 73% !important; */
   border: 0;
   /* width: 505px; */
   height: 327px;
 }
 .well.well-sm.colorCienciasEconomicas{
   /*position: absolute;*/
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   /* height: 73% !important; */
   border: 0;
   /* width: 505px; */
   height: 327px;
 }
 .well.well-sm.colorFacultadIngenieria{
   /*position: absolute;*/
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   /* height: 73% !important; */
   border: 0;
   /* width: 505px; */
   height: 327px;
 }
 .well.well-sm.colorCienciasEducacion{
   /*position: absolute;*/
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   /* height: 73% !important; */
   border: 0;
   /* width: 505px; */
   height: 327px;
 }
 .well.well-sm.colorCienciasHabitat{
   /*position: absolute;*/
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   /* height: 73% !important; */
   border: 0;
   /* width: 505px; */
   height: 327px;
 }
 .well.well-sm.colorCienciasdelaSalud{
   /*position: absolute;*/
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   /* height: 73% !important; */
   border: 0;
   /* width: 505px; */
   height: 327px;
 }
 .well.well-sm.colorDeptoFormacionSallista{
   /*position: absolute;*/
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   /* height: 73% !important; */
   border: 0;
   /* width: 505px; */
   height: 327px;
 }
 @media screen and (max-width: 1366px) {
   .well.well-sm.colorCienciasAC{
     /*position: absolute;*/
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     /* height: 73% !important; */
     border: 0;
     /* width: 505px; */
     height: 242px;
   }
   .well.well-sm.colorCienciasAgropecuarias{
     /*position: absolute;*/
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     /* height: 73% !important; */
     border: 0;
     /* width: 505px; */
     height: 240px;
   }
   .well.well-sm.colorCienciasEconomicas{
     /*position: absolute;*/
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     /* height: 73% !important; */
     border: 0;
     /* width: 505px; */
     height: 240px;
   }
   .well.well-sm.colorFacultadIngenieria{
     /*position: absolute;*/
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     /* height: 73% !important; */
     border: 0;
     /* width: 505px; */
     height: 240px;
   }
   .well.well-sm.colorCienciasEducacion{
     /*position: absolute;*/
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     /* height: 73% !important; */
     border: 0;
     /* width: 505px; */
     height: 240px;
   }
   .well.well-sm.colorCienciasHabitat{
     /*position: absolute;*/
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     /* height: 73% !important; */
     border: 0;
     /* width: 505px; */
     height: 240px;
   }
   .well.well-sm.colorCienciasdelaSalud{
     /*position: absolute;*/
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     /* height: 73% !important; */
     border: 0;
     /* width: 505px; */
     height: 240px;
   }
   .well.well-sm.colorFilH{
     /*position: absolute;*/
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     /* height: 73% !important; */
     border: 0;
     /* width: 505px; */
     height: 240px;
   }

   h3#sectionthree {
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 23px;
    line-height: 1.0em;
  }
}
@media screen and (max-width: 640px) {
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video{
    width:100%;	
  }
}
@media screen and (max-width: 640px) {
  .well.well-sm.colorCienciasAC{
   width:100% !important;
 }
 .well.well-sm.colorCienciasdelaSalud{
   width:100% !important;
 }

}
@media screen and (max-width: 720px) {
	#textoFlotante {
   width: 100%;
   left: 0;
   margin-top: 0;
   background: #fff;
 }
 .imgPrincipal{
  width: 100%;
}
.MenuDerecha {
  margin-top: 0;
  padding: 10px;
  background: transparent;
}
.txRediApp {
  width: 60%;
  height: 75px;
  float: right;
  background-color: #003464;
  color: white;
  font-size: 15px;
  padding: 25px 0 25px 45px;
}
}

@media screen and (max-width: 480px) {
	#PrincipalInfoContentInter {
    position: relative;
    background: #fff;
    margin-top: 0% !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0% !important;
    width: 100% !important;
}
	
	.ContenedorEvento .Imagen_evt {
    display: none;
    margin-left: 10px;
  }
  .Parrafo_Evt {
    width: 100% !important;
    padding: 0 10px;
  }
  .contenedorCalendario .Titulo_evt h3 {
    text-align: right !important;
    position: relative !important;
    right: 0px !important;
    top: 0% !important;
    color: #fff !important;
    font-size: 1.4em !important;
  }
  .corteIzqInferior {
    position: relative;
    width: 75%;
    float: right;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 45px solid #003464;
    border-left: 25px solid transparent;
  }
  .corteIzqInferior2 {
    position: absolute;
    width: 78%;
    float: right;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 80px solid #003464;
    border-left: 25px solid transparent;
  }
  .txtDiagTop {
    padding: 5%;
    position: relative;
    bottom: 35px;
    font-size: 13px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .txtDiagTopCalendar {
    padding: 5%;
    position: relative;
    bottom: 55px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  
}

@media (device-height : 568px) 
and (device-width : 320px) 
and (-webkit-min-device-pixel-ratio: 2){
  .ContenedorEvento .Imagen_evt {
    display: none;
    margin-left: 10px;
  }
  .Parrafo_Evt {
    width: 100% !important;
    padding: 0 10px;
  }
  .contenedorCalendario .Titulo_evt h3 {
    text-align: right !important;
    position: relative !important;
    right: 0px !important;
    top: 0% !important;
    color: #fff !important;
    font-size: 1.4em !important;
  }
  h2#SedesBiblio{
   padding:0;
 }
 
 #SedesBiblio{
  padding: 0;
}
#ColSedesBiblio{
 padding: 0;
}
.carousel .carousel-inner > .item {
  height: 150px !important;
  /*background: #000;*/
}
h1#TituloVU {
  color: #777777;
  font-size: 1.6em;
}
.maxcarousel{
	min-width:0 !important;
}
 .maxCarouselAdmin{
  min-width:0 !important;
 }
.maxCulturacarousel{
	min-width:0 !important;
}
.maxCalidadcarousel{
	min-width:0 !important;
}
.maxApoyocarousel{
	min-width:0 !important;
}
.maxLiderazgocarousel{
	min-width:0 !important;
}
.maxPastoralcarousel{
	min-width:0 !important;
}
.maxCampuscarousel{
	min-width:0 !important;
}
.carousel .carousel-inner > .item {
  height: 180px;
  /* background: #000; */
}
.corteIzqInferior {
  position: relative;
  width: 73%;
  float: right;
  bottom: 80px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: left;
  border-top: 70px solid #003464;
  border-left: 25px solid transparent;
}
.CorteCalendario{
	position: absolute;
  width: 70%;
  right: 0;
  bottom: 130px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: left;
  border-top: 130px solid #003464;
  border-left: 25px solid transparent;
}
.corteIzqInferiorUnisalle {
  position: relative;
  width: 70%;
  float: right;
  bottom: 80px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: left;
  border-top: 70px solid #003464;
  border-left: 25px solid transparent;
}
.corteIzqInferiorVU {
  position: absolute;
  width: 70%;
  float: right;
  bottom: 10px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: left;
  border-top: 70px solid #003464;
  border-left: 25px solid transparent;
}

.txtDiagTop {
  padding: 5%;
  position: relative;
  bottom: 55px;
  font-size: 18px;
  color: white;
  font-weight: 400;
  line-height: 20px;
}
}
/*.txtPrincipalVU {
    padding: 5%;
    position: relative;
    bottom: 50px;
    font-size: 18px;
    color: white;
    font-weight: 400;
    line-height: 20px;
    }*/
  }
  .divInfo > span{
   line-height: 1.7em;
 }

 @media only screen and (max-width: 1366px) {
   .sidebarDerecha {
     width: 36rem; 
     /* margin-right: 1.5%; */
     padding-bottom: 1.5%;
     background: #eeeeee;
     color: #475258;
   }
   #PrincipalInfoContent{
    position: relative;
    background: #fff;
    margin-top: -60px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left:4%;
    width: 85%;
  }	
  #PrincipalInfoContentInter{
    position: relative;
    background: #fff;
    margin-top: -60px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left:4%;
    width: 85%;
  }
  #MenuInfoRight {
    float: right;
    width: 28em;
    margin-top: -80px;
    /*right: -2px;*/
  }
  #MenuRight {
    float: right;
    width: 28em;
    margin-top: -245px;
    /*right: -2px;*/
  }
}
iframe#ResponFrame {
    width: 100%;
    height: 465px;
    max-width: 20%;
    position: relative;
    float: right;
    margin-top: -475px;
    margin-right: 3%;
    border: 0;
}
/*iframe#ResponFrame{
	width: 100%;
	height: 540px;
  max-width: 20%;
  position: relative;
  float: right;
  margin-top: -554px;
  margin-right: 3%;
  border: 0;
}*/
iframe#ResponFrame2 {
  width: 100%;
  height: 540px;
  max-width: 35%;
  /* position: relative; */
  float: right;
  margin-top: -150px;
  margin-right: -3%;
  border: 0;
}

@media only screen and (max-width: 1366px){
  iframe#ResponFrame {
    width: 100% !important;
    height: 440px !important;
    max-width: 25%;
    position: relative !important;
    float: right !important;
    margin-top: -485px !important;
    margin-right: 3% !important;
    overflow: hidden !important;
  }
  form#formParte1 {
    overflow: hidden;
  }
  ul.unstyledp > li > a {
    color: #fff;
    font-size: 0.8em;
  }
  .col-md-4.mt-4 {
    height: auto !important;
  }
  h3#SedesBiblio {
    color: #E84228;
    font-size: 1.8em;
    font-weight: 400;
    padding-bottom: 15px;
  }
}

#paginacion_Calendario {
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 4%;
  padding: 5px 0;
  color: #9e9e9e;
}
#paginacion_Calendario span {
  background-color: #F3F3F3;
  border: 1px #D2D2D2 solid;
  border-radius: 0px 0px 0px 0px;
  padding: 7px;
  margin: 0px;
}
/*********************/
/*PORTLET FOTO PERFIL*/
/*********************/


#recent-works{
  overflow: -webkit-paged-x;
  padding-top: 60px;
  padding-bottom: 60px;
}
.widget {
  margin-bottom: 60px;
  padding-left: 0;
}
.card{
  line-height: 15px;
}
.card img{
  /*width:385px;*/
  height:300px;
}
.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: rgba(214, 224, 226, 0.7);
}
.card.hovercard .cardheader {
  background-image: url("../images/slider/Prueba.jpg");
  background-size: cover;
  height: 160px;
}
.card.hovercard .avatar {
  position: relative;
  top: -130px;
  margin-bottom: -90px;
}
.card.hovercard .avatar img {
  width: 150px;
  height: 180px;
  /*max-width: 100px;
  max-height: 100px;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255,255,255,0.5);
}
.card.hovercard .info {
  padding: 4px 8px 10px;
}
.card.hovercard .info .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  color: #262626;
  vertical-align: middle;
}
.card.hovercard .info .desc {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}
.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}
.btn#perfil{ border-radius: 50%; width:46px; height:38px; line-height:18px;  }
/*.btn-primary {
  padding: 8px 20px;
  background: #e4af23;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
  }*/
  .btn-primary:hover, 
  .btn-primary:focus{
    /*background: #e4af23;*/
    outline: none;
    box-shadow: none;
  } 
  .team .social_icons .fa-facebook:hover, 
  .team .social_icons .fa-twitter:hover, 
  .team .social_icons .fa-google-plus:hover {
    transform: rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg); 
    transition-duration:2s;
    transition-property: all;
    transition-timing-function: ease;
    opacity:1;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
  }
  .team .social_icons .fa-facebook {
    background: #0182c4;
  }
  .team .social_icons .fa-twitter {
    background: #20B8FF
  }

  .team .social_icons .fa-google-plus {
    background: #D34836
  }

  .col-md-4.mt-4 {
    height: 600px;
  }

/*Responsive Admisiones*/
  @media only screen and (max-width: 1024px){
   #lf img {
    width: 120px !important;
    height: 95px !important;
    margin-left: 0%;
   }
   #amb img {
    padding-left: 5%;
    padding-right: 5%!important;
    width: auto !important;
    height: auto !important;
    border-radius: 4px;
   }
	  .panel.panel-danger{
		width:100%;
	}
	  /*table{
		width:auto !important;
	}*/
	/*#wplogin .wploginContainer {
    width: 90% !important;
    }*/
	input.pepe2{
		width:17%!important;
	}
	#PrincipalInfoContentInter {
    position: relative;
    background: #fff;
    margin-top: 0% !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0% !important;
    width: 100% !important;
}
	div#ContenedorMenu{
	width:100% !important;
	height:auto !important;
	}
	.txtDiagDerTopFACULTADCA {
    margin-left: 18%;
    position: relative;
    float: left;
    bottom: 22px;
    font-size: 12px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
	  .corteIzqInferiorGaleriaNoticias {
    position: absolute;
    width: 75%;
    right: 0;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 65px solid #003464;
    border-left: 25px solid transparent;
}
	  .col-md-10#PrincipalNoticiaHomes {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    margin-top: 0px !important;
    /* margin-top: -60px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	aside.side-bar.col-md-12{
    background: #fff;
    position: relative;
    margin-top: 0% !important;
	padding:0px !important;
    padding-top: 6%;
    right: 0% !important; 
	}
	.tab-content img {
    padding-left: 5%;
    padding-right: 5%!important;
    width: 100% !important;
    height: 169px !important;
    border-radius: 4px;
}
    .card{
		width:100% !important;
	}
	 .col-md-10#PrincipalNoticiaAdmisiones {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    /* margin-top: -60px; */
	margin-top:0;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
   
   ul.main {
    list-style: none;
    /* max-width: 75%; */
    margin-right: 50px;
    width: 100% !important;
    /* margin: 20px auto; */
  }
  .container#NoticiasHomeFinal{
   margin-left:0 !important;
 }
 .col-md-4#Calendar {
  /*margin-top: -45%;*/
  width: 100%;
}
.events {
    border: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
}
iframe#ResponFrame2 {
    width: 100% !important;
    height: 540px;
    max-width: 100%;
    position: relative;
    float: none;
    margin-top: 0;
    /* margin-right: -3%; */
    border: 0;
}
 .maxCarouselAdmin{
  min-width:0 !important;
 }
.col-md-12#FotoPerfilNew{
	width:100% !important;
}
.recent-works#FotoPerfilNew{
		padding-top:0px !important;
	}
.ContenedorEvento .Imagen_evt {
  display: none;
  margin-left: 10px;
}
.Parrafo_Evt {
 width: 100% !important;
 padding: 0 10px;
}
.contenedorCalendario .Titulo_evt h3 {
  text-align: right !important;
  position: relative !important;
  right: 0px !important;
  top: 0% !important;
  color: #fff !important;
  font-size: 1.4em !important;
}
iframe#embedsia{
  height: 250px;
  
}
h1#TituloGaleriaNoticias {
  padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #777777;
  font-size: 1.8em;
}
.contenedorCalendario .responsive-calendar .day{
  font-size:11px !important;
}
.contenedorCalendario{
  width:100% !important;
}
#PrincipalContentCalendar {
  position: relative;
  background: #fff;
  margin-top: 0px;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
  margin-left: 0;
  width: 100%;
}
.col-md-4#MenuCalendar {
  background: #fff;
  float: right;
  width: 100%;
  margin-top: -80px;
  right: 0;
}
.txtPrincipalFACULTADCA {
  margin-left: 18%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
/*.corteLaU {
    position: absolute;
    width: 25rem;
    float: left;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 65px solid #052b50;
    border-right: 25px solid transparent;
}*/
.txtLaU {
  margin-left: 18%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtInvestigacion {
  margin-left: 18%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtExtension {
  margin-left: 18%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 12px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtInter {
  margin-left: 18%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 15px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
#MenuInfoRight {
  float: none !important;
  padding: 0 !important;
  margin-top: -3%;
  width: 100%;
  right: 0;
}
#PrincipalInfoContent {
  position: relative !important;
  background: #fff;
  margin-top: -3%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
  width: 100%;
  margin-left:0;
}
.sidebarDerecha {
  width: 100%;
  /* margin-right: 1.5%; */
  padding-bottom: 1.5%;
  background: #eeeeee;
  color: #475258;
}
#MenuRight {
  float: none !important;
  padding: 0 !important;
  margin-top: 0;
  width: 100%;
  right:0;
}

.textbox img {
 width: 100% !important;
}
#ContenidoNoticia img {
    width: 100% !important;
    padding-right: 10px;
    vertical-align: middle;
}
.col-md-10#PrincipalNoticiaUnisalle {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: 0px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
/*PROGRAMA PORTADILLA*/
.txtDiagTopPROGRAMASPORTADA{
  padding: 5%;
  position: relative;
  bottom: 55px;
  font-size: 18px;
  color: white;
  font-weight: 400;
  line-height: 20px;
}
.corteDerInferiorPROGRAMAS {
  position: absolute;
  width: 70%;
  float: left;
  bottom: 30px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 84px solid #003464;
  border-right: 25px solid transparent;
}
.corteIzqInferiorVU {
  position: absolute;
  width: 60%;
  /* float: right !important; */
  right: 0;
  bottom: 20px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  /* text-align: left; */
  border-top: 55px solid #003464;
  border-left: 25px solid transparent;
}
.txtPrincipalVU {
  margin-left: 12%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 600;
  line-height: 0px;
}
#recent-works {
	margin-left: 0px !important;
	margin-top:0px !important;
  padding-top: 20px;
  padding-bottom: 60px;
}
#PregradoCol  ul{
  margin-left:3% !important;
}
#PregradoCol  h3{
  font-size:1.5em;
  margin-left:0% !important;
}
/*Iframe Formulario*/
iframe#ResponFrame {
  width: 100% !important;
  height: 440px !important;
  max-width: 100% !important;
  position: relative !important;
  float: right !important;
  margin-top: -3px !important;
  margin-right: 0% !important;
  border-radius: 10px;
}
h2#lema {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 20px;
}
/*Fin Iframe Formulario*/

.corteDerInferiorAdmisiones {
  position: absolute;
  width: 60%;
  bottom: 40px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 60px solid #052b50;
  border-right: 25px solid transparent;
}
.txtDiagDerTopAdmisiones {
  margin-left: 12%;
  /*margin-right: 5%;*/
  position: relative;
  bottom: 45px;
  font-size: 15px;
  color: white;
  font-weight: 400;
  line-height: 20px;
}

.col-sm-2 > img {
  width: 120px !important;
  height: 95px !important;
  margin-left: 0%;
}
.card#Acreditacion > img {
  position: relative;
  width: 120px;
  height: auto !important;
  left: 0%;
}
.card img {
    height: 300px !important;
    width: 100% !important;
}
}
/*Fin Responsive Admisiones*/


@media only screen and (max-width: 380px){
	.card img {
    height: 300px !important;
    width: 100% !important;
}
	.panel.panel-danger{
		width:100%;
	}
	/*table{
		width:auto !important;
	}*/
	input.pepe2{
		width:17%!important;
	}
	div.bottom{
	   position: relative !important;
    margin-top: -10% !important;
    margin-left: 24% !important;
   }
	#PrincipalInfoContentInter {
    position: relative;
    background: #fff;
    margin-top: 0% !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0% !important;
    width: 100% !important;
}
	div#ContenedorMenu{
	width:100% !important;
	height:auto !important;
	}
	.container{
		padding:0px !important;
	}
	.corteIzqInferiorGaleriaNoticias {
    position: absolute;
    width: 75%;
    right: 0;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 65px solid #003464;
    border-left: 25px solid transparent;
}
	.col-md-10#PrincipalNoticiaHomes {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    margin-top: 0px !important;
    /* margin-top: -60px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	aside.side-bar.col-md-12{
    background: #fff;
    position: relative;
    margin-top: 0% !important;
	padding:0px !important;
    padding-top: 6%;
    right: 0% !important; 
	}
	.tab-content img {
    padding-left: 5%;
    padding-right: 5%!important;
    width: 100% !important;
    height: 100% !important;
    /* height: 169px !important; */
    border-radius: 4px;
}
    .card{
		width:100% !important;
	}
	.col-md-10#PrincipalNoticiaUnisalle {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: 0px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	 .maxCarouselAdmin{
  min-width:0 !important;
 }
	.col-md-12#FotoPerfilNew{
	width:100% !important;
}
.recent-works#FotoPerfilNew{
		padding-top:0px !important;
	}
	iframe#ResponFrame2 {
    width: 100% !important;
    height: 540px;
    max-width: 100%;
    position: relative;
    float: none;
    margin-top: 0;
    /* margin-right: -3%; */
    border: 0;
}
	ul.main {
    list-style: none;
    /* max-width: 75%; */
    margin-right: 50px;
    width: 100% !important;
    /* margin: 20px auto; */
  }
  .container#NoticiasHomeFinal{
   margin-left:0 !important;
 }
 .col-md-4#Calendar {
  margin-top: 0%;
  width: 100%;
}
.events {
    border: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
}
.ContenedorEvento .Imagen_evt {
  display: none;
  margin-left: 10px;
}
.Parrafo_Evt {
 width: 100% !important;
 padding: 0 10px;
}
.contenedorCalendario .Titulo_evt h3 {
  text-align: right !important;
  position: relative !important;
  right: 0px !important;
  top: 0% !important;
  color: #fff !important;
  font-size: 1.4em !important;
}
iframe#embedsia{
  height: 250px;
  
}
h1#TituloGaleriaNoticias {
  padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #777777;
  font-size: 1.8em;
}
.contenedorCalendario .responsive-calendar .day{
  font-size:11px !important;
}
.contenedorCalendario{
  width:100% !important;
}
#PrincipalContentCalendar {
  position: relative;
  background: #fff;
  margin-top: 0px;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
  margin-left: 0;
  width: 100%;
}
.col-md-4#MenuCalendar {
  background: #fff;
  float: right;
  width: 100%;
  margin-top: -80px;
  right: 0;
}
.txtPrincipalFACULTADCA {
  margin-left: 12%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtLaU {
  margin-left: 12%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtInvestigacion {
  margin-left: 12%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtExtension {
  margin-left: 12%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 11px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtInter {
  margin-left: 12%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 11px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtDiagDerTopFACULTADCA {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 22px;
    font-size: 12px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
#MenuInfoRight {
  float: none !important;
  padding: 0 !important;
  margin-top: -3%;
  width: 100%;
  right: 0;
}
#PrincipalInfoContent {
  position: relative !important;
  background: #fff;
  margin-top: -3%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
  width: 100%;
  margin-left:0;
}
.sidebarDerecha {
  width: 100%;
  /* margin-right: 1.5%; */
  padding-bottom: 1.5%;
  background: #eeeeee;
  color: #475258;
}
#MenuRight {
  float: none !important;
  padding: 0 !important;
  margin-top: 0;
  width: 100%;
  right:0;
}
.textbox img {
  width: 100% !important;
} 
#ContenidoNoticia img {
    width: 100% !important;
    padding-right: 10px;
    vertical-align: middle;
}
#recent-works {
	    margin-top: 0 !important;
  padding-top: 20px;
  padding-bottom: 120px;
}
iframe#ResponFrame {
  width: 100% !important;
  height: 440px !important;
  max-width: 560px !important;
  position: relative !important;
  float: right !important;
  margin-top: 0px !important;
  margin-right: 0% !important;
  border-radius: 10px;
}
.col-sm-2 > img {
  width: 120px !important;
  height: 95px !important;
  margin-left: 0%;
}
.card#Acreditacion > img {
  position: relative;
  width: 120px;
  height: auto !important;
  left: 0%;
}
}
@media (device-height : 568px) 
and (device-width : 320px) 
and (-webkit-min-device-pixel-ratio: 2){
	.col-md-10#PrincipalContentInternaNoticia {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    margin-top: 0px; 
    /* margin-top: -55px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	.panel.panel-danger{
		width:100%;
	}
	
	.col-md-10#PrincipalNoticiaUnisalle {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: 0px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	.col-md-10#PrincipalNoticiaAdmisiones {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    /* margin-top: -60px; */
    padding-top: 2%;
	margin-top:0;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	 .maxCarouselAdmin{
  min-width:0 !important;
 }
	.col-md-12#FotoPerfilNew{
	width:100% !important;
}
.recent-works#FotoPerfilNew{
		padding-top:0px !important;
	}
	iframe#ResponFrame2 {
    width: 100% !important;
    height: 540px;
    max-width: 100%;
    position: relative;
    float: none;
    margin-top: 0;
    /* margin-right: -3%; */
    border: 0;
}
  ul.main {
    list-style: none;
    /* max-width: 75%; */
    margin-right: 50px;
    width: 100% !important;
    /* margin: 20px auto; */
  }
  
  .container#NoticiasHomeFinal{
   margin-left:0 !important;
 }
 
 .col-md-4#Calendar {
  margin-top: -45%;
  width: 100%;
}
.events {
    border: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
}
.ContenedorEvento .Imagen_evt {
  display: none;
  margin-left: 10px;
}
.Parrafo_Evt {
  width: 100% !important;
  padding: 0 10px;
}
.contenedorCalendario .Titulo_evt h3 {
  text-align: right !important;
  position: relative !important;
  right: 0px !important;
  top: 0% !important;
  color: #fff !important;
  font-size: 1.4em !important;
}
iframe#embedsia{
  height: 250px;
  
}
h1#TituloGaleriaNoticias {
  padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #777777;
  font-size: 1.8em;
}
.contenedorCalendario .responsive-calendar .day{
  font-size:11px !important;
}
.contenedorCalendario{
  width:100% !important;
}
#PrincipalContentCalendar {
  position: relative;
  background: #fff;
  margin-top: 0px;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
  margin-left: 0;
  width: 100%;
}
.col-md-4#MenuCalendar {
  background: #fff;
  float: right;
  width: 100%;
  margin-top: -80px;
  right: 0;
}
.txtPrincipalFACULTADCA {
  margin-left: 18%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtLaU {
  margin-left: 18%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtInvestigacion {
  margin-left: 18%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtExtension {
  margin-left: 18%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
.txtInter {
  margin-left: 18%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
#MenuInfoRight {
  float: none !important;
  padding: 0 !important;
  margin-top: -3%;
  width: 100%;
  right: 0;
}
#PrincipalInfoContent {
  position: relative !important;
  background: #fff;
  margin-top: -3%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
  width: 100%;
  margin-left:0;
}

.sidebarDerecha {
  width: 100%;
  /* margin-right: 1.5%; */
  padding-bottom: 1.5%;
  background: #eeeeee;
  color: #475258;
}
#MenuRight {
  float: none !important;
  padding: 0 !important;
  margin-top: 0;
  width: 100%;
  right:0;
}


.textbox img {
 width: 100% !important;
}
iframe#ResponFrame {
  width: 100% !important;
  height: 440px !important;
  max-width: 560px !important;
  position: relative !important;
  float: right !important;
  margin-top: -20px !important;
  margin-right: 0% !important;
  border-radius: 10px;
}
#recent-works {
  padding-top: 20px;
  padding-bottom: 60px;
}
/*PROGRAMA*/
.corteDerInferiorPROGRAMAS {
  position: absolute;
  width: 70%;
  float: left;
  bottom: 30px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  /* text-align: right; */
  border-top: 65px solid #003464;
  border-right: 25px solid transparent;
}
.txtDiagTopPROGRAMASPORTADA {
  padding: 5%;
  position: relative;
  bottom: 50px;
  font-size: 15px;
  color: white;
  font-weight: 400;
  line-height: 20px;
}
.corteIzqInferiorVU {
  position: absolute;
  width: 70%;
  /* float: right !important; */
  right: 0;
  bottom: 10px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  /* text-align: left; */
  border-top: 55px solid #003464;
  border-left: 25px solid transparent;
}
.txtPrincipalVU {
  margin-left: 7%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 600;
  line-height: 0px;
}
h2#lema {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 20px;
}
.corteDerInferiorAdmisiones {
  position: absolute;
  width: 68%;
  bottom: 30px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 60px solid #052b50;
  border-right: 25px solid transparent;
}
.card > img {
  height: 195px !important;
}
.col-sm-2 > img {
  width: 120px !important;
  height: 95px !important;
  margin-left: 0%;
}
.card#Acreditacion > img {
  position: relative;
  width: 120px;
  height: auto !important;
  left: 0%;
}
}


@media only screen and (max-width:320px){
	.col-md-10#PrincipalContentInternaNoticia {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    margin-top: 0px; 
    /* margin-top: -55px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	.panel.panel-danger{
		width:100%;
	}
	#recent-works {
  margin-top:0px !important;
}
	input.pepe2{
		width:17%!important;
	}
	/*table{
		width:auto !important;
	}*/
	div#ContenedorMenu{
	width:100% !important;
	height:auto !important;
	}
    .dl-menuwrapper img{
		width:65% !important;
	}
	.corteIzqInferiorGaleriaNoticias {
    position: absolute;
    width: 65%;
    right: 0;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 60px solid #003464;
    border-left: 25px solid transparent;
}
	aside.side-bar.col-md-12{
    background: #fff;
    position: relative;
    margin-top: 0% !important;
	padding:0px !important;
    padding-top: 6%;
    right: 0% !important; 
	}
	.col-md-10#PrincipalNoticiaHomes {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    margin-top: 0px !important; 
    /* margin-top: -60px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	#recent-works {
		margin-left: 0px !important;
		margin-top:0px !important;
}
	 .maxCarouselAdmin{
  min-width:0 !important;
 }
	.col-md-12#FotoPerfilNew{
	width:100% !important;
}
    .recent-works#FotoPerfilNew{
		padding-top:0px !important;
	}
	iframe#ResponFrame2 {
    width: 100% !important;
    height: 540px;
    max-width: 100%;
    position: relative;
    float: none;
    margin-top: 0;
    /* margin-right: -3%; */
    border: 0;
}
	ul.main {
    list-style: none;
    /* max-width: 75%; */
    margin-right: 50px;
    width: 100% !important;
    /* margin: 20px auto; */
  }
  .container#NoticiasHomeFinal{
   margin-left:0 !important;
 }
 .col-md-4#Calendar {
  margin-top: 0px !important;
  width: 100%;
}
.events {
    border: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
}
.ContenedorEvento .Imagen_evt {
  display: none;
  margin-left: 10px;
}
.Parrafo_Evt {
 width: 100% !important;
 padding: 0 10px;
}
.contenedorCalendario .Titulo_evt h3 {
  text-align: right !important;
  position: relative !important;
  right: 0px !important;
  top: 0% !important;
  color: #fff !important;
  font-size: 1.4em !important;
}
iframe#embedsia{
  height: 250px;
  
}
.contenedorCalendario .btn-primary {
  color: #FFF;
  font-size: 0.8em !important;
  font-weight: 600;
  background-color: #002648;
  border-radius: 0px;
}
h1#TituloGaleriaNoticias {
  padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #777777;
  font-size: 1.8em;
}
.contenedorCalendario .responsive-calendar .day{
  font-size:8px !important;
}
.contenedorCalendario{
  width:100% !important;
}
#PrincipalContentCalendar {
  position: relative;
  background: #fff;
  margin-top: 0px;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
  margin-left: 0;
  width: 100%;
}
.col-md-4#MenuCalendar {
  background: #fff;
  float: right;
  width: 100%;
  margin-top: -80px;
  right: 0;
}
.txtPrincipalFACULTADCA {
  margin-left: 18%;
  float: left;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 0px;
}
#MenuInfoRight {
  float: none !important;
  padding: 0 !important;
  margin-top: -3%;
  width: 100%;
  right: 0;
}
#PrincipalInfoContent {
  position: relative !important;
  background: #fff;
  margin-top: -3%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
  width: 100%;
  margin-left:0;
}
.sidebarDerecha {
  width: 100%;
  /* margin-right: 1.5%; */
  padding-bottom: 1.5%;
  background: #eeeeee;
  color: #475258;
}
#MenuRight {
  float: none !important;
  padding: 0 !important;
  margin-top: 0;
  width: 100%;
  right:0;
}

.textbox img {
  width: 100% !important;
}

#recent-works {
  padding-top: 20px;
  padding-bottom: 60px;
}
#ColNuestrosProgramas > ul >li{
	font-size:0.9em;
}
.corteDerInferiorPROGRAMAS {
  position: absolute;
  width: 70%;
  float: left;
  bottom: 45px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  /* text-align: right; */
  border-top: 65px solid #003464;
  border-right: 25px solid transparent;
}
.txtDiagTopPROGRAMASPORTADA {
  padding: 5%;
  position: relative;
  bottom: 50px;
  font-size: 15px;
  color: white;
  font-weight: 400;
  line-height: 20px;
}
}
/*********************/
/*FIN PORTLET FOTO PERFIL*/
/*********************/



.wpsPortletBack{
	margin-top:10%;
	height:100% !important;
	
}

@media only screen and (device-width: 768px) {
  .carousel .carousel-inner > .item{
   height: 350px !important;
   
 }
 .corteDerInferiorAdmisiones {
  position: absolute;
  width: 45%;
  /* float: left; */
  bottom: 35px;
  height: 2.3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.9em;
  text-align: right;
  border-top: 100px solid #052b50;
  border-right: 25px solid transparent;
}
.txtDiagDerTopAdmisiones {
  margin-left: 15%;
  margin-right: 5%;
  /* padding: 8%; */
  position: relative;
  /* float: left; */
  bottom: 60px;
  font-size: 26px;
  color: white;
  font-weight: 400;
  line-height: 20px;
}
iframe#ResponFrame {
  width: 100% !important;
  height: 440px !important;
  max-width: 35%;
  position: relative !important;
  float: right !important;
  /*margin-top: -43% !important;
  margin-right: 3% !important;*/
  overflow: hidden !important;
}
}

@media (max-width: 768px) and (orientation: landscape) { 
  iframe#ResponFrame {
    width: 100% !important;
    height: 440px !important;
    max-width: 45%;
    position: relative !important;
    float: right !important;
    margin-top: -340px !important;
    margin-right: 3% !important;
    overflow: hidden !important;
  }
  .corteDerInferiorAdmisiones {
    position: absolute;
    width: 45%;
    /* float: left; */
    bottom: 120px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 60px solid #052b50;
    border-right: 25px solid transparent;
  }
  .txtDiagDerTopAdmisiones {
    margin-left: 15%;
    margin-right: 5%;
    /* padding: 8%; */
    position: relative;
    /* float: left; */
    bottom: 50px;
    font-size: 18px;
    color: white;
    font-weight: 400;
    line-height: 20px;
  }
  .my-nav {
    position: absolute;
    /* top: 30px; */
    width: 100%;
    z-index: 999;
  }
  .carousel .carousel-inner > .item{
   /*height: 350px !important;*/
 
 }
}

@media screen 
  and (device-width: 640px) 
  and (device-height: 360px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
   .corteDerInferiorPregrado {
    position: absolute;
    min-width: 40% !important;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
  .corteLaU {
    position: absolute;
    min-width: 40% !important;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteInvestigacion {
    position: absolute;
    min-width: 40% !important;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteExtension {
    position: absolute;
    min-width: 40% !important;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteInter {
    position: absolute;
    min-width: 40% !important;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
	  .corteIzqInferior2 {
    position: absolute;
    width: 55%;
    right: 0;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 80px solid #003464;
    border-left: 25px solid transparent;
}
    .txtDiagTopCalendar {
    padding: 5%;
    position: relative;
    bottom: 55px;
    font-size: 22px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
	#PrincipalContentCalendar {
    position: relative;
    background: #fff;
    /* margin-top: -80px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0;
    width: 100%;
}
	  div#ContenedorMenu{
	width:100% !important;
	height:auto !important;
	}
.col-md-10#PrincipalNoticiaHomes {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    margin-top: 0px !important; 
    /* margin-top: -60px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
.col-md-10#PrincipalNoticiaAdmisiones {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: 0px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	  aside.side-bar.col-md-12{
    background: #fff;
    position: relative;
    margin-top: 0% !important;
	padding:0px !important;
    padding-top: 6%;
    right: 0% !important; 
	}
	  
	  .textbox img {
    width: 100% !important;
}
	  .col-md-10#PrincipalNoticiaUnisalle {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: 0px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	  #ContenidoNoticia img {
    width: 100% !important; 
    padding-right: 10px !important;
    vertical-align: middle !important;
}
	  #PrincipalContent {
    position: relative;
    background: #fff;
    margin-top: -120px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0%;
    width: 100%; 
}
#MenuRight {
    float: right;
    width: 100%;
    margin-top: 0;
    right: 0;
}
.corteIzqInferior {
    position: relative;
    width: 40%;
    float: right;
    bottom: 140px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 85px solid #003464;
    border-left: 25px solid transparent;
}
	  
	section#FotoPerfilNew {
    padding-top:0px !important;
    }
	.col-md-12#FotoPerfilNew{
	width:100% !important;
	}
	  
	.col-md-9#PrincipalInfoContent {
    position: relative;
    background: #fff;
    margin-top: 0px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0;
    width: 100%;
}
    #MenuInfoRight {
    float: right;
    width: 100%;
    margin-top: 0px !important;
    right: 0px;
}
}


/* ----------- iPhone 4, 4s, 5, 5S, 5C and 5SE ----------- */


@media only screen 
and (min-device-width : 320px)
and (max-device-width : 568px) 
and (orientation : landscape) {
	.corteIzqInferior2 {
    position: absolute;
    width: 55%;
    right: 0;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 80px solid #003464;
    border-left: 25px solid transparent;
}
    .txtDiagTopCalendar {
    padding: 5%;
    position: relative;
    bottom: 55px;
    font-size: 22px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
	#PrincipalContentCalendar {
    position: relative;
    background: #fff;
    /* margin-top: -80px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0;
    width: 100%;
}
	  div#ContenedorMenu{
	width:100% !important;
	height:auto !important;
	}
	.col-md-4#MenuCalendar {
    background: #fff;
    float: right;
    width: 100%;
    margin-top: -80px;
    right: 0;
}
	.corteIzqInferiorGaleriaNoticias {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 45px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 65px solid #003464;
    border-left: 25px solid transparent;
}
	.col-md-10#PrincipalNoticiaHomes {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    margin-top: 0px !important; 
    /* margin-top: -60px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	.col-md-10#PrincipalNoticiaAdmisiones {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: 0px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	aside.side-bar.col-md-12{
    background: #fff;
    position: relative;
    margin-top: 0% !important;
	padding:0px !important;
    padding-top: 6%;
    right: 0% !important; 
	}
	.textbox img {
    width: 100% !important;
}
	.col-md-10#PrincipalNoticiaUnisalle {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: 0px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	.corteDerInferiorAdmisiones {
    position: absolute;
    width: 44%;
    /* float: left; */
    bottom: 65px !important;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 60px solid #052b50;
    border-right: 25px solid transparent;
}
	#PrincipalContent {
    position: relative;
    background: #fff;
    margin-top: -120px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0%;
    width: 100%; 
}
#MenuRight {
    float: right;
    width: 100%;
    margin-top: 0;
    right: 0;
}
.corteIzqInferior {
    position: relative;
    width: 40%;
    float: right;
    bottom: 120px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 65px solid #003464;
    border-left: 25px solid transparent;
}
	.corteIzqInferiorVU {
    position: absolute;
    width: 55%;
    /* float: right !important; */
    right: 0;
    bottom: 85px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    /* text-align: left; */
    border-top: 85px solid #003464;
    border-left: 25px solid transparent;
}
.txtPrincipalVU {
    margin-left: 7%;
    float: left;
    position: relative;
    bottom: 45px;
    font-size: 25px;
    color: white;
    font-weight: 600;
    line-height: 0px;
}
.corteDerInferiorINVESTIGACION {
    position: absolute;
    width: 35%;
    float: left;
    bottom: 100px !important;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 64px solid #003464 !important;
    border-right: 25px solid transparent;
}
.txtDiagTop {
    padding: 5%;
    position: relative;
    bottom: 45px !important;
    font-size: 25px !important;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
	.corteDerInferiorPregrado {
    position: absolute;
    min-width: 30%;
    float: left;
    bottom: 61px !important;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
   .corteLaU {
    position: absolute;
    min-width: 30%;
    float: left;
    bottom: 61px !important;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteInvestigacion {
    position: absolute;
    min-width: 30%;
    float: left;
    bottom: 61px !important;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteExtension {
    position: absolute;
    min-width: 30%;
    float: left;
    bottom: 61px !important;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteInter {
    position: absolute;
    min-width: 30%;
    float: left;
    bottom: 61px !important;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteDerInferiorPROGRAMAS {
    position: absolute;
    width: 50%  !important;
    float: left;
    bottom: 75px !important;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #003464;
    border-right: 25px solid transparent;
}
.txtDiagTopPROGRAMASPORTADA {
    padding: 5%;
    position: relative;
    bottom: 55px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.corteDerInferiorFCA {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #E84228;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASAGROPE {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #90c843;
    border-right: 25px solid transparent;
}
.corteCA2 {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #90c843;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASECONOMICAS {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #ef922b;
    border-right: 25px solid transparent;
}
.corteNI {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #ef922b;
    border-right: 25px solid transparent;
}
.corteDerInferiorINGENIERIA {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteIAM {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteIAM2 {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteIAM3 {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELAEDUCACION {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #960121;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELHABITAT {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #028d78;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELASALUD {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #2ba1de;
    border-right: 25px solid transparent;
}
.corteDerInferiorFILOSOFIAYHUMANIDADES {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #950121;
    border-right: 25px solid transparent;
}
.corteDerInferiorDEPCIENCIASBASICAS {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #5b375b;
    border-right: 25px solid transparent;
}
.corteDerInferiorDEPTOFORMACIONSALLISTA {
    position: absolute;
    width: auto;
    float: left;
    bottom: 55px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #255959;
    border-right: 25px solid transparent;
}
.txtPrincipal {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 57px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtPrincipal2 {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 57px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtDiagDerTopFCA {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 40px;
    font-size: 19px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtDiagDerTopFCA2 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 40px;
    font-size: 19px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtDiagDerTopFCA3 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 40px;
    font-size: 19px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtDiagDerTopFCA4{
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 40px;
    font-size: 19px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtPrincipalFACULTADCA {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 49px;
    font-size: 23px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtLaU {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 49px;
    font-size: 23px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtInvestigacion {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 49px;
    font-size: 23px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtExtension {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 49px;
    font-size: 23px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtInter {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 49px;
    font-size: 23px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtDiagDerTopFACULTADCA {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 35px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
	section#FotoPerfilNew {
    padding-top:0px !important;
    }
	.col-md-12#FotoPerfilNew{
	width:100% !important;
	}
	#MenuInfoRight {
    float: right;
    width: 100%;
    margin-top: 0px !important;
    right: 0px;
}
    .sidebarDerecha {
    width: 100%;
    /* margin-right: 1.5%; */
    padding-bottom: 1.5%;
    background: #eeeeee;
    color: #475258;
}
	#PrincipalInfoContent {
    position: relative;
    background: #fff;
    margin-top: 0px !important; 
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2% !important; 
    padding-right: 2% !important; 
    margin-left: 0% !important; 
    width: 100% !important;
}
	iframe#ResponFrame2 {
    width: 100%;
    height: 540px;
    max-width: 100%;
    /* position: relative; */
    /* float: right; */
    margin-top: 0px;
    margin-right: 0% !important;
    border: 0;
}
	#ContenidoNoticia img {
    width: 100% !important; 
    padding-right: 10px !important;
    vertical-align: middle !important;
}
    #recent-works {
		margin-left:0px !important;
		padding-top:0px !important;
}
   .carousel .carousel-inner > .item {
    height: 245px !important;
}
  .carousel-control.left {
	 top: 35%;
	 height:45px;
  }
  .carousel-control.right {
	  top: 35%;
	  height:45px;
  }
  iframe#ResponFrame {
    width: 100% !important;
    height: 440px !important;
    max-width: 45% !important;
    position: relative !important;
    float: right !important;
    margin-top: -285px !important;
    margin-right: 3% !important;
    overflow: hidden !important;
  }
  .container#NoticiasHomeFinal {
    margin-left: 0 !important;
}
    ul.main {
    list-style: none;
    /* max-width: 75%; */
    margin-right: 50px;
    width: 100% !important;
    /* margin: 20px auto; */
}
    .col-sm-2 > img {
    width: 120px !important;
    height: 95px !important;
    margin-left: 10% !important;
}
}


/*FIN LANDSCAPE 5 5S 4 4S QUERIES*/



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */


@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  .corteIzqInferior2 {
    position: absolute;
    width: 55%;
    right: 0;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 80px solid #003464;
    border-left: 25px solid transparent;
}
    .txtDiagTopCalendar {
    padding: 5%;
    position: relative;
    bottom: 55px;
    font-size: 22px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
	  #PrincipalContentCalendar {
    position: relative;
    background: #fff;
    /* margin-top: -80px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0;
    width: 100%;
}
	  div#ContenedorMenu{
	width:100% !important;
	height:auto !important;
	}
	.col-md-4#MenuCalendar {
    background: #fff;
    float: right;
    width: 100%;
    margin-top: -80px;
    right: 0;
}
	  .corteIzqInferiorGaleriaNoticias {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 90px solid #003464;
    border-left: 25px solid transparent;
}
	  aside.side-bar.col-md-12{
    background: #fff;
    position: relative;
    margin-top: 0% !important;
	padding:0px !important;
    padding-top: 6%;
    right: 0% !important; 
	}
	  .col-md-10#PrincipalNoticiaHomes {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    margin-top: 0px !important; 
    /* margin-top: -60px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	  .col-md-10#PrincipalNoticiaAdmisiones {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: 0px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	  .textbox img {
    width: 100% !important;
}
	  .col-md-10#PrincipalNoticiaUnisalle {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: 0px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
	  .corteIzqInferiorVU {
    position: absolute;
    width: 45%;
    /* float: right !important; */
    right: 0;
    bottom: 35px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    /* text-align: left; */
    border-top: 80px solid #003464;
    border-left: 25px solid transparent;
}
.txtPrincipalVU {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 45px;
    font-size: 25px;
    color: white;
    font-weight: 600;
    line-height: 0px;
}
	  #PrincipalContent {
    position: relative;
    background: #fff;
    margin-top: -60px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0%;
    width: 100%; 
}
#MenuRight {
    float: right;
    width: 100%;
    margin-top: 0;
    right: 0;
}
.corteIzqInferior {
    position: relative;
    width: 55%;
    float: right;
    bottom: 110px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 85px solid #003464;
    border-left: 25px solid transparent;
}
	  .corteDerInferiorINVESTIGACION {
    position: absolute;
    width: 40%;
    float: left;
    bottom: 40px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #003464;
    border-right: 25px solid transparent;
}
.txtDiagTop {
    padding: 5%;
    position: relative;
    bottom: 60px;
    font-size: 22px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.corteDerInferiorPROGRAMAS {
    position: absolute;
    width: 40%;
    float: left;
    bottom: 35px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #003464;
    border-right: 25px solid transparent;
}
.txtDiagTopPROGRAMASPORTADA {
    padding: 5%;
    position: relative;
    bottom: 55px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.corteDerInferiorPregrado {
    position: absolute;
    min-width: 45%;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteLaU {
    position: absolute;
    min-width: 45%;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteInvestigacion {
    position: absolute;
    min-width: 45%;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteExtension {
    position: absolute;
    min-width: 45%;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteInter {
    position: absolute;
    min-width: 45%;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteDerInferiorFCA {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #E84228;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASAGROPE {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #90c843;
    border-right: 25px solid transparent;
}
.corteCA2{
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #90c843;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASECONOMICAS {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #ef922b;
    border-right: 25px solid transparent;
}
.corteNI {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #ef922b;
    border-right: 25px solid transparent;
}
.corteDerInferiorINGENIERIA {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteIAM {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteIAM2 {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteIAM3 {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELAEDUCACION {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #960121;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELHABITAT {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #028d78;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELASALUD {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #2ba1de;
    border-right: 25px solid transparent;
}
.corteDerInferiorFILOSOFIAYHUMANIDADES {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #950121;
    border-right: 25px solid transparent;
}
.corteDerInferiorDEPCIENCIASBASICAS {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #5b375b;
    border-right: 25px solid transparent;
}
.corteDerInferiorDEPTOFORMACIONSALLISTA {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #255959;
    border-right: 25px solid transparent;
}
.txtDiagDerTop {
    margin-left: 12%;
    /* padding: 8%; */
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtPrincipalFACULTADCA {
    margin-left: 8%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtLaU {
    margin-left: 8%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtInvestigacion {
    margin-left: 8%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtExtension {
    margin-left: 8%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtInter {
    margin-left: 8%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtDiagDerTopFACULTADCA {
    margin-left: 8%;
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtPrincipal {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 24px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtPrincipal2 {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 24px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtDiagDerTopFCA {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtDiagDerTopFCA2 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtDiagDerTopFCA3 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtDiagDerTopFCA4 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
   .col-md-12#FotoPerfilNew{
	width:100% !important;
   }
   div.bottom{
	   position: relative !important;
    margin-top: -10% !important;
    margin-left: 35% !important;
   }
#ContenidoNoticia img {
    width: 100% !important; 
    padding-right: 10px !important;
    vertical-align: middle !important;
}
    .recent-works#FotoPerfilNew{
		padding-top:0px !important;
	}
.corteDerInferiorAdmisiones {
    position: absolute;
    width: 44%;
    /* float: left; */
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 60px solid #052b50;
    border-right: 25px solid transparent;
}	
  #PrincipalInfoContent {
    position: relative;
    background: #fff;
    margin-top: 0px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0;
    width: 100%;
}
  #MenuInfoRight {
    float: right;
    width: 100%;
    margin-top: 0px;
    right: 0px;
}
   .sidebarDerecha a img {
    float: left;
    margin-right: 1%;
    display: block;
    width: 70px;
    height: 70px;
}
  .sidebarDerecha {
    width: 100%;
    margin-right: 1.5%;
    padding-bottom: 1.5%;
    background: #eeeeee;
    color: #475258;
}
  iframe#ResponFrame {
    width: 100% !important;
    height: 440px !important;
    max-width: 45%;
    position: relative !important;
    float: right !important;
    margin-top: -275px !important;
    margin-right: 3% !important;
    overflow: hidden !important;
}
  iframe#embedsia{
	width: 100%;
    height: 215px;
    border: 0px;
  } 
  iframe#ResponFrame2 {
    width: 100%;
    height: 540px;
    max-width: 100%;
    /* position: relative; */
    /* float: right; */
    margin-top: 0px;
    margin-right: 0% !important;
    border: 0;
}
  .carousel .carousel-inner > .item {
    height: 290px !important;
}
  .carousel-control.left {
	 top: 35%;
	 height:45px;
  }
  .carousel-control.right {
	  top: 35%;
	  height:45px;
  }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video{
	  width:100% !important;
  }
  .container#NoticiasHomeFinal {
    margin-left: 0 !important;
}
   ul.main {
    list-style: none;
    /* max-width: 75%; */
    margin-right: 50px;
    width: 100% !important;
    /* margin: 20px auto; */
}
    .col-sm-2 > img {
    width: 120px !important;
    height: 95px !important;
    margin-left: 10% !important;
}
}

/*Fin iPhone 6, 6S, 7 and 8 */



/* ----------- iPhone 6+, 7+ and 8+ ----------- */

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  
  .corteIzqInferior2 {
    position: absolute;
    width: 55%;
    right: 0;
    bottom: 100px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 80px solid #003464;
    border-left: 25px solid transparent;
}
    .txtDiagTopCalendar {
    padding: 5%;
    position: relative;
    bottom: 55px;
    font-size: 22px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
  #PrincipalContentCalendar {
    position: relative;
    background: #fff;
    /* margin-top: -80px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0;
    width: 100%;
}
	  div#ContenedorMenu{
	width:100% !important;
	height:auto !important;
	}
	.col-md-4#MenuCalendar {
    background: #fff;
    float: right;
    width: 100%;
    margin-top: -80px;
    right: 0;
}
  .corteIzqInferiorGaleriaNoticias {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 90px solid #003464;
    border-left: 25px solid transparent;
}
  aside.side-bar.col-md-12{
    background: #fff;
    position: relative;
    margin-top: 0% !important;
	padding:0px !important;
    padding-top: 6%;
    right: 0% !important; 
	}
  .col-md-10#PrincipalNoticiaHomes {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    margin-top: 0px !important; 
    /* margin-top: -60px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
  .col-md-10#PrincipalNoticiaAdmisiones {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: 0px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
  
  .events {
    background: #eee;
    float: none !important; 
    /* width: 35%; */
    border-left: 1px solid #ccc;
    padding-top: 1%;
}
  .textbox img {
    width: 100% !important;
}
  .col-md-10#PrincipalNoticiaUnisalle {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    /* margin-top: -147px; */
    margin-top: 0px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
  #recent-works {
    margin-left:0px !important;
}
  .corteIzqInferiorVU {
    position: absolute;
    width: 45%;
    /* float: right !important; */
    right: 0;
    bottom: 35px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    /* text-align: left; */
    border-top: 80px solid #003464;
    border-left: 25px solid transparent;
}
.txtPrincipalVU {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 45px;
    font-size: 25px;
    color: white;
    font-weight: 600;
    line-height: 0px;
}
  #PrincipalContent {
    position: relative;
    background: #fff;
    margin-top: -60px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0%;
    width: 100%; 
}
#MenuRight {
    float: right;
    width: 100%;
    margin-top: 0;
    right: 0;
}
.corteIzqInferior {
    position: relative;
    width: 50%;
    float: right;
    bottom: 110px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: left;
    border-top: 85px solid #003464;
    border-left: 25px solid transparent;
}
  .corteDerInferiorINVESTIGACION {
    position: absolute;
    width: 40%;
    float: left;
    bottom: 40px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #003464;
    border-right: 25px solid transparent;
}
.txtDiagTop {
    padding: 5%;
    position: relative;
    bottom: 60px;
    font-size: 30px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.corteDerInferiorPROGRAMAS {
    position: absolute;
    width: 40%;
    float: left;
    bottom: 35px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 80px solid #003464;
    border-right: 25px solid transparent;
}
.txtDiagTopPROGRAMASPORTADA {
    padding: 5%;
    position: relative;
    bottom: 55px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
  .corteDerInferiorPregrado {
    position: absolute;
    min-width: 35%;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteLaU {
    position: absolute;
    min-width: 35%;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteInvestigacion {
    position: absolute;
    min-width: 35%;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteExtension {
    position: absolute;
    min-width: 35%;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
.corteInter {
    position: absolute;
    min-width: 35%;
    float: left;
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #052b50;
    border-right: 25px solid transparent;
}
  .corteDerInferiorFCA {
    position: absolute;
    width: auto;
    float: left;
    bottom: 20px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 100px solid #E84228;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASAGROPE {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #90c843;
    border-right: 25px solid transparent;
}
.corteCA2 {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #90c843;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASECONOMICAS {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #ef922b;
    border-right: 25px solid transparent;
}
.corteNI {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #ef922b;
    border-right: 25px solid transparent;
}
.corteDerInferiorINGENIERIA {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteIAM {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteIAM2 {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteIAM3 {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #276a7a;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELAEDUCACION {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #960121;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELHABITAT {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #028d78;
    border-right: 25px solid transparent;
}
.corteDerInferiorCIENCIASDELASALUD {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #2ba1de;
    border-right: 25px solid transparent;
}
.corteDerInferiorFILOSOFIAYHUMANIDADES {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #950121;
    border-right: 25px solid transparent;
}
  .corteDerInferiorDEPCIENCIASBASICAS {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #5b375b;
    border-right: 25px solid transparent;
}
.corteDerInferiorDEPTOFORMACIONSALLISTA {
    position: absolute;
    width: auto;
    float: left;
    bottom: 18px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 90px solid #255959;
    border-right: 25px solid transparent;
}
.txtDiagDerTop {
    margin-left: 12%;
    /* padding: 8%; */
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtPrincipalFACULTADCA {
    margin-left: 8%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtLaU {
    margin-left: 8%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtInvestigacion {
    margin-left: 8%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtExtension {
    margin-left: 8%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtInter {
    margin-left: 8%;
    float: left;
    position: relative;
    bottom: 65px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtDiagDerTopFACULTADCA {
    margin-left: 8%;
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtPrincipal {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 60px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtPrincipal2 {
    margin-left: 12%;
    float: left;
    position: relative;
    bottom: 60px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 0px;
}
.txtDiagDerTopFCA {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtDiagDerTopFCA2 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtDiagDerTopFCA3 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
.txtDiagDerTopFCA4 {
    margin-left: 12%;
    position: relative;
    float: left;
    bottom: 45px;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}
  .col-md-12#FotoPerfilNew{
	width:100% !important;
   }
   div.bottom{
	position: relative !important;
    margin-top: -10% !important;
    margin-left: 37% !important;
   }
   #ContenidoNoticia img {
    width: 100% !important; 
    padding-right: 10px !important;
    vertical-align: middle !important;
}
    .recent-works#FotoPerfilNew{
		padding-top:0px !important;
	}	  
	.corteDerInferiorAdmisiones {
    position: absolute;
    width: 35%;
    /* float: left; */
    bottom: 30px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 60px solid #052b50;
    border-right: 25px solid transparent;
}
  #PrincipalInfoContent {
    position: relative;
    background: #fff;
    margin-top: 0px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0%;
    width: 100%;
}
  #MenuInfoRight {
    float: right;
    width: 100%;
    margin-top: 0px;
    right: 0px;
}
  .sidebarDerecha {
    width: 100%;
    margin-right: 1.5%;
    padding-bottom: 1.5%;
    background: #eeeeee;
    color: #475258;
}
 .sidebarDerecha a img {
    float: left;
    margin-right: 1%;
    display: block;
    width: 70px;
    height: 70px;
}
  iframe#ResponFrame {
    width: 100% !important;
    height: 440px !important;
    max-width: 45%;
    position: relative !important;
    float: right !important;
    margin-top: -280px !important;
    margin-right: 3% !important;
    overflow: hidden !important;
}
  iframe#embedsia{
	width: 100%;
    height: 215px;
    border: 0px;
  } 
  iframe#ResponFrame2 {
    width: 100%;
    height: 540px;
    max-width: 100%;
    /* position: relative; */
    /* float: right; */
    margin-top: 0px;
    margin-right: 0% !important;
    border: 0;
}
  .carousel .carousel-inner > .item {
    height: 290px !important;
}
  .carousel-control.left {
	 top: 35%;
	 height:45px;
  }
  .carousel-control.right {
	  top: 35%;
	  height:45px;
  }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video{
	  width:100% !important;
  }
  ul.main {
    list-style: none;
    /* max-width: 75%; */
    margin-right: 50px;
    width: 100% !important;
    /* margin: 20px auto; */
}
    .col-sm-2 > img {
    width: 120px !important;
    height: 95px !important;
    margin-left: 10% !important;
}

}

/*Fin iPhone 6+, 7+ and 8+ */





table#tablabasededatos td {
  border: 1px solid #000;
  padding: 1%;
}
table#tablabasededatos a span:hover{
	text-decoration:underline;
  color:#f99600 !important;
}


/*LOGIN NUEVO*/


.wrap#milogin{
  width: 100%;
  height:75px;
  background-color: #05131F;
  padding: 20px;
  display: none;
  opacity:0.9;
  /*border-bottom: 1px solid #5bc1ff;*/
}
/*.container#milogin{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  }*/

  .container#milogin {
    float: right;
    width: 100%;
    /* margin: 0 auto; */
    overflow: hidden;
  }
  @media screen and (max-width: 1366px) {
   .container#milogin {
    float: right;
    width: 100%;
    /* margin: 0 auto; */
    overflow: hidden;
  }
}
/* FORMS */
.form{
  border: none;
  border-bottom: 1px solid #f99600;
  background: none;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0 10px;
  color: #FFF;
}
.form:focus{
  outline: none;
}
::-webkit-input-placeholder{
  color: #FFF;
  opacity: 0.5;
}
/*input{
  float: left;
  }*/
  #login{
    background-color: transparent;
    border: none;
    border-top: 1px solid #5bc1ff;
    border-bottom: 1px solid #5bc1ff;
    padding: 5px 20px;
    cursor: pointer;
    color: #FFF;
    margin-left: 10px;
  }

  .id-Z7_G1D2H4O0NGTV00A7BBS2DPJ8L5  td{
    background: #Dfdfd0;
  }

  .wpthemeOverflowAuto a img {
    
    /*margin: 8px 6px;*/
    /*padding: 0;*/
  }
  @media screen and (min-width: 1200px){
	  
	
	  p#noti {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 17px;
}
	.navbar-brand {
    float: left;
    height: 100px;
    padding: 20px 15px 0px 5px;
    font-size: 18px;
    line-height: 20px;
  }
  #LogoFinal{
	  width:200px;
	  
  }
  /*.carousel .carousel-inner > .item {
    height: 520px !important;
    
}*/
  }
  @media screen and (min-width: 1440px){
   
   .navbar-brand {
    float: left;
    height: 100px;
    padding: 30px 0px 0px 35px;
    font-size: 18px;
    line-height: 20px;
  }
	/*.carousel-caption {
    background: rgba(0, 0, 0, 0.7); 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    text-align: left;
    padding: 120px 100px !important;
    z-index: 10;
    }*/
    /*#recent-works {
    padding-top: 00px;
    padding-bottom: 60px;*/
  }
}

.Imagen_Cal > img{
	width:auto !important;
}

.wptheme2Col .wpthemeCol {
  width: 100% !important;
  padding:0 !important;
  margin-top:10% !important;
  margin-left:0 !important;
  margin-right:0 !important;

}
.wptheme2Col .wpthemeCol a{
	font-size:18px; 
}
/*.wptheme2Col .wpthemeCol img{
	width:auto;  
}*/
.lotusIcon{
	width:auto;
}

.id-Z7_G1D2H4O0NGEA70AVG36JP92SD5 td {
	background:#Dfdfd0;
}

.id-Z7_G1D2H4O0NGEA70AVG36JP92SF6 td{
	background:#Dfdfd0;
	
}

.wpsStatusMsg img {
  vertical-align: middle;
  width: 5%;
}

#wplogin {
  margin: 0px auto;
  width: 100%;
  padding-top: 155px;
}

/*#wplogin h1 {
  font-size: 1.5em;
  font-weight: normal;
  margin-left: 25px;
  color: #000;
}*/
#wplogin h1 {
    border-left: 5px solid #f99600;
    font-weight: normal;
	font-size: 1.3em;
    margin-left: 25px;
	margin-bottom: 30px;
    padding-left: 10px;
    color: #000;
}
.wpsStatusMsg {
  position:absolute !important;
  color: #000000;
  background-color: #E7EFF7;
  margin: 10px 0px;
  margin-top: 10px;
  padding: 5px;
  border: solid 2px #ABCACA;
  -moz-border-radius: 8px;
  margin-top: 130px;
}
body.lotusui30dojo {
  font-size: 14px !important;
  margin: 0;
  padding: 0;
  color: #222222;
  background: #ffffff;
  background-image: none;
}

.Titulo_evt h4, h3{
	color:#fff;
}
.col-md-4#Calendar{
	width:100%;
}


/*TABLETS*/

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .corteDerInferiorPROGRAMAS {
    position: absolute;
    width: 59%;
    float: left;
    bottom: 35px;
    height: 2.3em;
    color: #fff;
    font-weight: 600;
    font-size: 1.9em;
    text-align: right;
    border-top: 150px solid #003464;
    border-right: 25px solid transparent;
}
div#ColNuestrosProgramas{
	height:400px !important;
}

  .container#NoticiasHomeFinal {
    margin-left: 0 !important;
}

   ul.main {
    list-style: none;
    /* max-width: 75%; */
    margin-right: 50px;
    width: 100% !important;
    /* margin: 20px auto; */
}
.events {
    background: #eee;
    float: none !important;
    /* width: 35%; */
    border-left: 1px solid #ccc;
    padding-top: 1%;
}
.events-detail {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    max-width: 100% !important;
}
.col-sm-2 > img {
    width: 120px !important;
    height: 95px !important;
    margin-left: 20% !important;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    border: 0;
}
}


/* do not group these rules */
*::-webkit-input-placeholder {
    color: #fff;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

input[type="text"]#ebscohostsearchtext::-webkit-input-placeholder {
  color: #000;
  font-weight:600;
}

iframe#BuscadorBiblio{
width: 100%;
height: 225px;
margin:0;
overflow: hidden;
border: 0;
}

iframe#BuscadorBiblio2{
width: 100%;
/*height: 225px;*/
margin:0;
overflow: hidden;
border: 0;
}

.btnNew {

  background: #3498db;

  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);

  background-image: -moz-linear-gradient(top, #3498db, #2980b9);

  background-image: -ms-linear-gradient(top, #3498db, #2980b9);

  background-image: -o-linear-gradient(top, #3498db, #2980b9);

  background-image: linear-gradient(to bottom, #3498db, #2980b9);

  -webkit-border-radius: 14;

  -moz-border-radius: 14;

  border-radius: 14px;

  text-shadow: 1px 0px 3px #000000;

  -webkit-box-shadow: 0px 1px 3px #666666;

  -moz-box-shadow: 0px 1px 3px #666666;

  box-shadow: 0px 1px 3px #666666;

  font-family: Arial;

  color: #ffffff;

  font-size: 20px;

  padding: 10px 20px 10px 20px;

  text-decoration: none;

}

 

.btnNew:hover {

  background: #3cb0fd;
  color:#fff;

  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);

  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);

  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);

  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);

  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);

  text-decoration: none;

}
.btnNew:focus{
	color:#fff;
}




/*estilos nuevo footer*/

div#newfooter {
  font: 11px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
}

.generic-anchor {
  color: #8DB9ED;
}
.generic-anchor:visited {
  color: #8DB9ED;
}
.generic-anchor:hover {
  color: #ccc;
}

.flex-rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
		  flex-basis:100%;
}

/*main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 10em "Oswald", sans-serif;
  color: #9b9b9b;
  line-height: 1;
}*/
.logosmm{
	width:6vw;
}
p#sedesnew{
  font-size: 1.3vh;
  color: #fff;
}
p#acredi{
  text-align: center;
  font-size: 0.95vw;
  color: #fff;
}
p#resolu{
  text-align: center;
  font-size: 0.65vw;
  color: #fff;
  margin-top:-10px;
}
strong#sedesnew2{
  font-size: 14px;
  font-weight: bold;
  color: #8DB9ED;
}
.listtwo{
      width: 20%;
}
.redesnew{
  font-size: 25px;
  padding: 30px;
}
.redesnew > a {
  color:#fff;
}
.redesnew > a:visited {
  color:#fff;
}
footer {
  background: #35383b;
  margin-top: auto;
  width: 100%;
}

.footer-list-top {
  width: 18%;
}

.footer-list-top > li {
  /*text-align: center;*/
  padding-bottom: 10px;
}

h4.footer-list-header {
  padding: 10px 0 5px 0;
  color: #fff;
  font: 2.3vw "Oswald", sans-serif;
  font-weight: 100 !important;
}

.footer-list-anchor {
  font: 1.3em "Open Sans", sans-serif;
}

.footer-social-section {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  margin-top: 20px;
  margin-bottom: -37px; /*Nuevo Estilo*/
}
.footer-bottom-wrapper{
  margin:0 auto;
  width: 1170px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.footer-social-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  border-top: 1px solid #ccc;
  width: calc(100% - 20px);
}

.footer-social-overlap {
  position: relative;
  z-index: 2;
  background: #35383b;
  padding: 0 20px;
}

.footer-social-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 3.5em "Oswald", sans-serif;
  color: #fff;
  font-weight:100;
}

.footer-social-small {
  font-size: 0.6em;
  padding: 0px 20px;
}

.footer-social-overlap > a {
  font-size: 3em;
}

.footer-social-overlap > a:not(:first-child) {
  margin-left: 0.38em;
}

.footer-bottom-section {
  background: #211919;
  width: 100%;
  padding: 10px;
  /*border-top: 1px solid #ccc;*/
  margin-top: 10px;
}

.footer-bottom-section > div:first-child {
  margin-right: auto;
}

.footer-address {
  display: inline;
  font-style: normal;
}
/*@media only screen and (max-width: 1208px) {
  .footer-list-top {
    width: 18%;
  }
  .listtwo{
      width: 20%;
  }
  h4.footer-list-header {
    font-size: 3em;
  }
  p#acredi{
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  }
  p#resolu{
  text-align: center;
  font-size: 1.0em;
  color: #fff;
  }
}*/
@media only screen and (max-width: 768px) {
  h4.footer-list-header {
    font-size: 2em;
  }
  /*.listtwo{
      width: 100%;
  }*/
  .footer-list-anchor {
    font-size: 1.1em;
  }

  .footer-social-connect {
    font-size: 2.5em;
  }

  .footer-social-overlap > a {
    font-size: 2.24em;
  }

  .footer-bottom-wrapper {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 568px) {
  main {
    font-size: 5em;
  }
  .logosmm {
    width: 18vw;
}
  .footer-list-top {
    width: 100%;
  }
  .listtwo{
      width: 100%;
  }
  h4.footer-list-header {
    font-size: 3em;
  }
  p#acredi{
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  }
  p#resolu{
  text-align: center;
  font-size: 1.0em;
  color: #fff;
  }
  .footer-list-anchor {
    font-size: 1.5em;
  }

  .footer-social-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-social-section::after {
    top: 25%;
  }

  .footer-social-connect {
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .footer-social-overlap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    padding: 0;
  }

  .footer-social-overlap > a:not(:first-child) {
    margin-left: 20px;
  }

  .footer-bottom-section {
    padding: 0 5px 10px 5px;
  }

  .footer-bottom-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
	.col-md-10#PrincipalContentInternaNoticia {
    position: relative;
    background: #fff;
    /* margin-top: -225px; */
    margin-top: 0px; 
    /* margin-top: -55px; */
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}
  .footer-social-overlap > a {
    margin: auto;
  }

  .footer-social-overlap > a:not(:first-child) {
    margin-left: 0;
  }

  .footer-bottom-rights {
    display: block;
	font-size: 11px;
  }
}
@media only screen and (max-width: 320px) {
  .footer-list-header {
    font-size: 2.2em;
  }

  .footer-list-anchor {
    font-size: 1.2em;
  }

  .footer-social-connect {
    font-size: 2.4em;
  }

  .footer-social-overlap > a {
    font-size: 2.24em;
  }

  .footer-bottom-wrapper {
    font-size: 1.3em;
  }
}


table.layoutColumn.ibmDndColumn.component-container.id-Z7_G1D2H4O0N07DD0AVRPHO741EK3.layoutNode {
    width: 100% !important;
    table-layout: fixed;
}

table.layoutRow.ibmDndRow.component-container.id-Z7_G1D2H4O0NOEM30AVKDM9QLCEJ3.layoutNode{
	width: 100% !important;
    table-layout: fixed;
}

table.layoutColumn.ibmDndColumn.component-container.id-Z7_G1D2H4O0NGTV00A7BBS2DP3GP3.layoutNode{
	width: 100% !important;
    table-layout: fixed;
}


}
table.layoutRow.ibmDndRow.component-container.id-Z7_G1D2H4O0NGTV00A7BBS2DP3CD6.layoutNode{
	width: 100% !important;
    table-layout: fixed;
}
table.layoutRow.ibmDndRow.component-container.id-Z7_G1D2H4O0NGCV20AF9D1M6U1530.layoutNode{
	width: 100% !important;
    table-layout: fixed;
}
table.layoutRow.ibmDndRow.component-container.id-Z7_G1D2H4O0NOT600AFTVR8H43S33.layoutNode{
	width: 100% !important;
    table-layout: fixed;
}
table.layoutRow.ibmDndRow.component-container.id-Z7_G1D2H4O0NGTV00A7BBS2DP3MF2.layoutNode{
	width: 100% !important;
    table-layout: fixed;
}
table.layoutRow.ibmDndRow.component-container.id-Z7_G1D2H4O0N0NAD0AF7IH6EP0HQ6.layoutNode{
width: 100% !important;
table-layout: fixed;
}
table.layoutRow.ibmDndRow.component-container.id-Z7_G1D2H4O0NO4960AV0R2MNDGEB2.layoutNode{
	width: 100% !important;
table-layout: fixed;
}
.centeredTextDiv {
	padding-top: 200px;
}

.bigErrorText{
	margin-top:50px;
}
.wpthemeCrumbTrail.wpthemeLeft{
	display:none;
}

iframe#cuerpoDoc{
	width:60em;
}

.btnSall {
  color: #4e4e4e;
  border: 1px solid #4e4e4e;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  /*margin: 0 auto 2em;*/
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}


@media only screen and (max-width:1366px){
iframe#cuerpoDoc{
	width:40em;
}
}
@media only screen and (max-width:768px){
iframe#cuerpoDoc{
	width:100%;
}
}

div#google_translate_element{
	    position: initial;
    margin-top: 20px;
    margin-right: 25px;
	z-index: 99999999;
}
.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff;
}

.goog-te-gadget-simple > span{
	display:none;
}

.goog-te-gadget-icon {
	    background-position: -48px 0px !important;
	background-image: url("/salle/images/final-traductor.png") !important;
    margin-left: 2px;
    margin-right: 2px;
    width: 24px !important;
    height: 24px !important;
    border: none;
    vertical-align: middle;
}



.gsib_a {
    width: 100%;
    padding: 0 !important;
}


form.gsc-search-box {
    font-size: 13px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4px;
    margin-left: 0;
    width: 30% !important;
}

.flex-rw > ul{
	list-style:none;
}


.footer-list-top li > a{
	cursor:pointer;
	    color: #8DB9ED;
	    font: 1.3em "Open Sans", sans-serif;
}
.redesnew a > i {
	color:#fff;
}

.maxApoyocarousel__inner#TamDestacadosBiblio > ul li {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    font: 16px Arial;
    text-align: left;
    white-space: normal;
    width: 180px;
    height: 180px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
}
.maxNuevoBcarousel__inner#TamDestacadosBiblio > ul li {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    font: 16px Arial;
    text-align: left;
    white-space: normal;
    width: 180px;
    height: 180px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
}
.txtDiagVU#DestBiblio {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.33em;
    color: white;
    font-weight: 400;
    line-height: 24px;
    /* float: right; */
    margin-top: 10%;
    /* margin-right: 14%; */
}
.corteDiagonalVU#DestBiblioCorte {
    position: relative;
    width: 100%;
    margin-top: 25%;
    /* height: 2.3em; */
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    padding: 1%;
}

