/*Home*/
/*Austral.edu.ar ©2015 Marketica.com*/

body {
  font-family: 'PT Sans', sans-serif;
  line-height: 1.3;
}
h1,h2,h3,h1 a,h2 a,h3 a,.onepage-pagination,.button,.horizontalButtons,.whitebuttons,.events .date,.events .title,#newsmosaic strong.title,#newsmosaic .excerpt{
  font-family:'PT Sans Narrow','Arial Narrow','Helvetica Condensed',sans-serif;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
body, html {
  margin: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

body{
  background: #082d58;
  color: white;
}

body.desktopOrTablet{
  overflow: hidden;
}
body.desktopOrTablet, .desktopOrTablet .onepage-wrapper {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.desktopOrTablet .onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.desktopOrTablet .onepage-wrapper .section {
  height: 100%;
  width: 100%;
}
.onepage-wrapper .section {
  background-size:cover !important;
  background-position:top right;
  background-repeat: no-repeat;
}

.onepage-pagination {
  position: fixed;
  -webkit-transform: translateZ(0);
  right: 10px;
  /*top: 50%;*/
  top:20px;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 97px;
  transition:0.3s top;
  display:none;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a{
  /*padding: 8px 11px 7px;*/
  padding: 6px 0 5px;
  width: 100%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  margin-bottom:5px;
  display: block;
  color: white;
  text-transform: uppercase;
  background: #103c6a;
  opacity: 0.8;
  text-decoration:none !important;
  transition:0.2s all;
}
.onepage-pagination li a:hover{
  opacity: 1;
}
.onepage-pagination li a.active{
/*  background: transparent;*/
pointer-events:none;
cursor: default;
background: #0b2b4d;
}
/*.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0,0,0,0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: right;
}

.onepage-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}
*/
.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
  
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}

/****/


#home-topmargin{
height: 15px;
position: fixed;
top:0;
left:0;
right:0;
background: #082d58;
z-index:10;
}
#home-pushbottom{
background: #082d58;
transition:0.3s opacity;
}
.phone #home-pushbottom{
  display: none;
}
#home-pushbottom{
z-index:10;
position:fixed;
bottom:0;
left:0;
right:0;
height: 30px;
padding: 7px 20px 0;
text-align: right;
box-sizing:border-box;
-moz-box-sizing:border-box;
transition:0.5s all;
cursor: pointer;
text-transform: uppercase;
}

#home-carreras{
  background: #426435
}
  body.viewing-page-2 #home-pushbottom,body.viewing-page-2 .onepage-pagination li a.active{
    /*background: #4f7b3b;*/
    background: #494949;
  }
  #home-carreras .bottomContent{
    /*background: rgba(64,105,46,0.8);*/
    background: rgba(0,0,0,0.6);
    padding-top:20px;/*vs. 40 de las habituales*/
    padding-bottom:20px;/*vs. 40 de las habituales*/
  }
#home-posgrados{
  background: #3d0a0c
}
  body.viewing-page-4 #home-pushbottom,body.viewing-page-4 .onepage-pagination li a.active{
  background: #640f13;
  }
  #home-posgrados .bottomContent{
    background: rgba(90,14,17,0.8);
  }

#home-novedades{
  background: #062341
}
  #home-novedades .bottomContent{
   /* background: rgba(82,35,83,0.8);*/
   padding-top: 0;
   padding-bottom: 15px;
    padding-right: 0;
    padding-left:0;
  }
  #home-novedades .bottomContent,.titleandbutton{
    margin: 0 auto;
    max-width: 935px;
  }
  #home-novedades .inside{
    left: 15px !important;
    right: 15px !important;
  }

#home-eventos{
  background: #512552;
}
  body.viewing-page-7 #home-pushbottom,body.viewing-page-7 .onepage-pagination li a.active{
    background: #5c2a5d;
  }
  #home-eventos .bottomContent{
    background: rgba(82,35,83,0.8);
  }

body.viewing-page-8 #home-pushbottom{/*last*/
  opacity: 0;
  cursor: default;
}
#home-contacto .inside{
  bottom: 0;
}

/***/
#home-logo{
 /* background:#03305c;
  background: rgba(3,48,92,0.85);*/
  background:#1724A9;
  background: rgba(37,57,142,0.85);
  text-align: right;
  position:fixed;
  top:40px;
  left:0;
  z-index: 11;
  transition:0.3s top,0.3s opacity;
  display:none;
}

#home-logo-image{
  margin: 30px 25px 30px 150px;
  transition:0.3s margin,0.3s height;
  height: 105px;
}

.bottomContent{
  padding: 40px 150px 40px 150px;
  background: rgba(6,35,65,0.85);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  margin-left:-150px;
  margin-right: -150px;
  transition:0.3s padding,0.3s margin;
}
#home-main .bottomContent{
    padding-top: 20px;
  }
.bottomLogos{
  background: white;
  text-align: center;
  margin: 20px -150px -40px -150px;
 overflow: hidden;
}
  .bottomLogos img{
    margin-top: -8px;
    margin-bottom: -8px;
  }
/**/
.desktopOrTablet .inside{
  bottom: 30px;
  position: absolute;
  left: 150px;
  right: 150px;
}
.phone .inside{
  padding-left:15px !important;
  padding-right: 15px !important;
  padding-top: 30px;
}
#home-main{
  background-position:right 20% !important;
}
#home-main .inside{
  padding-left: 0;
  padding-right: 0;
}


ul.threecols,ul.fourcols,ul.threecols li,ul.fourcols li,ul.twocols,ul.twocols li,{
  list-style-type: none;
  margin:0;
  padding:0;
}
.desktopOrTablet ul.threecols li,.desktopOrTablet ul.fourcols li,.desktopOrTablet ul.twocols li{
  /*float: left;*/
  display:inline-block;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width: 33.33%;
  padding-right:15px;
}
.desktopOrTablet ul.twocols li{
  width: 50%;
}
.desktopOrTablet ul.fourcols li{
  width: 25%;
}
.desktopOrTablet ul.twocols li li,.desktopOrTablet ul.threecols li li,.desktopOrTablet ul.fourcols li li{
  float: none;
  width: 100%;
  padding-right: 0;
}
ul.icons img{
  float: left;
  margin-right:10px;
  width:70px;
  height:auto;
}
ul.icons strong.title{
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}
ul.links{
  margin: 4px 0 0 0;
  padding: 0;
  font-size: 14px;
  display: table-cell;
}
ul.links li{
  list-style-type: none;
  display: block;
  margin: 0;padding: 0;
}
ul.links li a{
  background: url(../img/bullet.png) no-repeat 0 center;
  padding: 2px 0 2px 10px;
  /*color: #0f66cb;
  color: #1280ff;*/
  color: #dddddd;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

h1{
  font-weight: normal;
  font-size:45px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 1em;
  text-shadow:0 1px 3px black;
  text-shadow:0 1px 3px rgba(0,0,0,0.5);
}
#home-main h1{
  text-transform: none;
  margin-bottom: 20px;
}


.horizontalButtons{
  margin-bottom: 30px;
  font-size: 20px;
}
.button,.horizontalButtons a{
display: inline-block;
    background: #082d58;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px 8px;
    margin-right: 10px;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none !important;
    transition: 0.3s background,0.3s box-shadow;
    border: 1px solid #aeaeae;
}
.button.white{
  background: white !important;
  color: gray;
  text-shadow:none !important;
}
.button.white:hover{
  color: black;
}
.button.white i{
  color: #fb4f0a;
}
.button:hover,.horizontalButtons a:hover{
  text-shadow:0 1px black;
  background: rgb(6,35,65);
  background: rgba(6,35,65,0.9);
}
.button:hover,.horizontalButtons a:hover,
.whitebuttons a:hover{
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.horizontalButtons a:hover{

}

.whitebuttons a{
  display: table;
  background: white;
  /*background: rgba(255,255,255,0.75);*/
  padding: 0 10px;
  text-align: center;
  font-size:17px;
  /*color: #0a2550;*/
  color: #313234;
  width: 100%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  transition:0.3s opacity,0.3s box-shadow;
}
.whitebuttons a:hover{
  background: white;
}
.whitebuttons a span{
  vertical-align: middle;
  display: table-cell;
  /*height: 3.1em;*/
  height: 2.5em;
  /*padding-top:2px;*/
  padding-top:0px;
}
.whitebuttons a span span{
  display: inline;
  height: auto;
  padding: 0;
}

/***/
.events li{
    display:block;
    float:left;
    padding-right:0 !important;
}
.events a .date{
  float:left;
  width: 37px;
  margin-right:10px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition:0.3s all;
}
  .events a .date-day{
    font-size: 42px;
    line-height: 0.85em;
    letter-spacing: -3px;
    display: block;
  }
  .events a .date-month{
    font-size: 24px;
    line-height: 0.85em;
    display: block;
    text-indent: 0;

  }
.events a{
  border-bottom:1px solid white;
  border-bottom:1px solid rgba(255,255,255,0.2);
  display: block;
  margin-bottom: 20px;
  margin-right: 15px;
  padding-bottom: 5px;
  text-decoration: none !important;
}
.events a .title{
  color: white;
  height: 2.15em;
  display: block;
  font-size:19px;
  line-height: 1.1em;
  transition:0.3s all;
  overflow: hidden;
}
.events a .category{
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size:13px;
  transition:0.3s all;
  height: 1.1em;
  overflow: hidden;
  letter-spacing: -1px;
}
.events a:hover .date,.events a:hover .category{
  color: white;
  color: rgba(255,255,255,0.4);
}
.events a:hover{
  border-color: white;
}
.events a:hover .title{
  text-shadow:0 1px black;
}

/****/

#youtubelink{
  background: #f33;
  color: white;
  font-size: 32px;
}
#googlepluslink{
  background: #D03D29;
  color: white;
  font-size: 32px;
}
#snapchatlink{
  background: #fffc00;
  color: white;
  font-size: 32px;
  text-shadow:0 0 2px black;
  text-shadow:0 0 1px black,0 0 1px black,0 0 1px black,0 0 1px black, 0 0 1px black, 0 0 1px black;
}
#linkedinlink{
  background: #1a7bb6;
  color: white;
  font-size: 32px;
}
#facebooklink{
  background: #212f75;
  color: white;
  font-size: 32px;
}
#twitterlink{
  background: #3483e7;
  color: white;
  font-size: 32px;
}
#home-contacto .instagram{
	background: #D64DFF;
	color: white;
  font-size: 32px;
}
.rightIcon{
  float: right;
  margin-left: 10px;
  margin-right: 0;
  padding: 4px 0 0;
  text-align: center;
  width: 46px;
}

#menulink{
  background: white;
  color: #082d58;
  font-size: 17px;
}

/*RESPONSIVE*/

@media screen and (max-width:1150px){
  #home-novedades .bottomContent,.titleandbutton{
    margin-left: 0 !important;
  }
}

@media screen and (max-width:1300px){
  /*change left/right margin from 150 to something smaller*/
  #home-logo-image{
    margin-left:90px;
  }
  .bottomContent{
    padding-right: 90px;
    padding-left:90px;
    margin-left:-90px;
    margin-right: -90px;
  }
  .bottomLogos{
    margin-left:-90px;
    margin-right:-90px;
  }
  .bottomLogos a{
    zoom:0.7;
  }
  .desktopOrTablet .inside{
    left: 90px;
    right: 90px;
  }
}

@media screen and (max-width:1024px){
  /*change left/right margin from 150 to something smaller*/
  #home-logo-image{
   /* margin-left:30px;*/
   /* display:none;*/
   margin: 0 ; 
    height: 46px;
    float: right;
  }
  .bottomContent{
    padding-right: 30px;
    padding-left:30px;
    margin-left:-30px;
    margin-right: -30px;
  }
  .bottomLogos{
    margin-left:-30px;
    margin-right:-30px;
  }
  .desktopOrTablet .inside{
    left: 30px;
    right: 30px;
  }
}

@media screen and (max-height:780px){
  #home-logo-image{
    margin-top: 20px ;
    margin-bottom: 20px ;
    height: 75px;
  }
}
@media screen and (max-height:680px){
 .desktopOrTablet #home-novedades .bottomContent{
  margin-bottom: -30px !important;
 }
 body.viewing-page-7 #home-pushbottom{
  opacity: 0;
 }
}
@media screen and (max-height:640px){
 .desktopOrTablet #home-novedades .titleandbutton{
    top: 96px;
    position: relative;
    z-index: 10;
 }
 #home-novedades .titleandbutton h1{
  padding-left: 10px;
 }
 .desktopOrTablet #home-novedades .moreFromHome{
    margin-top: -10px !important;
 }
}
@media screen and (max-height:700px){
  #home-logo{
    top:40px;
  }
  .homeFullMenu{
  top: 70px;
  }
  .onepage-pagination{
    top:10px;
  }
  .onepage-pagination li a{
    padding-top:4px;
    padding-bottom:3px;
  }
  .dropdownnav li a{
    padding:3px 8px;
  }
  .qtrans_language_chooser{
    /*top: 13px !important;*//*10 less than 23*/
  }
  #home-topmargin{
    display: none;
  }
  #home-main .threecols.icons{
    margin-top: -10px;
    margin-bottom: -15px;
  }
  .bottomLogos img{
    margin-top: -19px;
    margin-bottom: -20px;
  }
}

@media screen and (max-height:680px){
  #home-logo-image{
    margin-top: 10px;
    margin-bottom: 10px ;
    height: 69px ;
  }
}
/*@media screen and (max-height:610px){
  #home-logo-image{
    height: 50px !important;
  }
}*/
@media screen and (max-height:645px){
  #home-contacto .bottomContent{
    padding-top: 12px;
    margin-top: -20px;
  }
}

.homeFullMenu{
  position: fixed;
  top: 150px;
  right: 113px;
  z-index: 10;
  font-family:"PT Sans Narrow","Arial Narrow","Helvetica Condensed",sans-serif;
  font-size: 13px;
}
#home-univ-menu{
  top:170px;
}
.homeFullMenu ul{
  box-shadow:1px 1px 5px rgba(0,0,0,0.3);
}
.dropdownnav li a{
  background: white;
  border-top: 1px solid #eee;
  padding: 5px 10px;
  font-size: 15px;
  text-transform: none;
  text-align: right;
  text-decoration: none;
}
.dropdownnav li a:hover,.dropdownnav li.sfHover > a{
  color: black !important;
}
.dropdownnav & ul {
    position: absolute;
    left: -24em !important;
  }


.sf-vertical ul {
  /*left: 100%;*/
    left: -100% !important;
  top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
  width: 100%;
}

.sf-with-ul:before {
font-family: 'FontAwesome';
content: '\f104';
margin:0 5px 0 0;
color: gray;
float: left;
transition:0.2s all;
}

.sf-with-ul:hover:before {
  color: black;
}

#loading{
  background:#03305c;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 15%;
  text-align: center;
  z-index: 9999;
}
#loading-logo{
  height: 200px;
}


/***/

/***/
#newsmosaic{
  margin-bottom: -15px;
  margin-right: -15px;
  max-width: 950px;
  position: relative;
}
#newsmosaic li{
  display: inline;
}
#newsmosaic a{
float: left;
box-sizing:border-box;
-moz-box-sizing:border-box;
overflow: hidden;
margin-right: 15px;
margin-bottom: 15px;
color: white;
background-size:cover;
background-repeat: no-repeat;
background-position: center center;

}
#newsmosaic a .in{
  position: relative;
  background: rgba(3,48,92,0.6);
  transition:0.3s all;
/*defaults for small screens*/
width: 175px;
height: 175px;

}
#newsmosaic a:hover .in{
  background: rgb(0,65,112);
  background: rgba(0,65,112,0.8);
}
#newsmosaic .excerpt,
#newsmosaic a:hover .title,
#newsmosaic a:hover .newsmeta{
  display: none !important;
}
#newsmosaic a:hover .excerpt{
  display: block !important;
}
#newsmosaic .goicon{
  opacity: 0;
  position: absolute;
  top: -20px;
  right: 10px;
  font-size: 20px;
  transition:0.6s all;
}
#newsmosaic a:hover .goicon{
  opacity: 1;
  top: 10px;
}
#newsmosaic .in,#newsmosaic .in2{
  display: block;
}
#newsmosaic .in2{
  position: absolute;
  bottom: 0;
  padding: 10px;
}


#newsmosaic a.i8{
  display: none;/*responsive*/
}

body #home-logo-image {
    display: inline;
    height: 51px;
    margin: 7px 0 7px 34px;
    padding: 0px;
}
.titleandbutton{
max-width:none;
}
#home-novedades .titleandbutton{
max-width:935px;
}
#home-contacto .horizontalButtons a{
margin-right:3px !important;
}

@media screen and (max-width:1180px){
  /*change left/right margin from 150 to something smaller*/
  #home-contacto .bottomContent{
    padding-right: 30px !important;
    padding-left:30px !important;
    margin-left:-30px !important;
    margin-right: -30px !important;
  }
  .desktopOrTablet #home-contacto .inside{
    left: 30px !important;
    right: 30px !important;
  }
  #home-logo-image{
    margin-left:30px;
  }
}
/*copy paste home.css*/
@media screen and (min-width:1000px) and (min-height:600px){
  body #newsmosaic a.i1 .in{
  width: 385px;/*175*2+15*/
  height: 365px;
  }
  body #newsmosaic a.i2 .in,
  body #newsmosaic a.i6 .in,
  body #newsmosaic a.i7 .in,
  body #newsmosaic a.i8 .in,
  body #newsmosaic a.i9 .in{
  width: 185px;
  height: 175px;
  }
  body #newsmosaic a.i3 .in,
  body #newsmosaic a.i5 .in{
    width: 385px;
    height: 175px;
  }
  body #newsmosaic a.i4 .in{
    width: 185px;
    height: 365px;
  }
  body #newsmosaic a.i4{
    left: 400px;
    top: 190px;
    position: absolute;
  }
  body #newsmosaic a.i5,
  body #newsmosaic a.i8{
    display: block;
    margin-left: 200px;
  }
  body #home-novedades .bottomContent, body #home-novedades .titleandbutton {
    width: 985px;
    max-width:none;
  }
  body #newsmosaic{
    max-width:none;
  }
}
@media screen and (max-height: 780px){
  body.viewing-page-7 h1{
  color:transparent;
  text-shadow:none;
  }
}

@media screen and (min-width:960px) and (min-height:600px){   
#home-logo-image {display:none;}    
    
  #newsmosaic a.i1 .in{
  width: 365px;/*175*2+15*/
  height: 365px;
  }
  #newsmosaic a.i2 .in,
  #newsmosaic a.i6 .in,
  #newsmosaic a.i7 .in,
  #newsmosaic a.i8 .in,
  #newsmosaic a.i9 .in{
  width: 175px;
  height: 175px;
  }
  #newsmosaic a.i3 .in,
  #newsmosaic a.i5 .in{
    width: 365px;
    height: 175px;
  }
  #newsmosaic a.i4 .in{
    width: 175px;
    height: 365px;
  }
  #newsmosaic a.i4{
    left: 380px;
    top: 190px;
    position: absolute;
  }
  #newsmosaic a.i5,
  #newsmosaic a.i8{
    display: block;
    margin-left: 190px;
  }
}
#newsmosaic strong.title{
  font-size:23px;
  margin-bottom: 10px;
  line-height: 1em;
  display: block;
}
#newsmosaic .newsmeta{
  font-size:12px;
  text-transform:uppercase;
  line-height: 1.1em;
  display: block;
}
#newsmosaic .excerpt{
  font-size:15px;
  line-height: 1.1em;
}
.moreFromHome{/*make it clickable*/
   position: relative;
  z-index: 2;
  margin-right: 0 !important;
}
#home-novedades .moreFromHome{
  background: #03305c !important;
}

/*PHONE*/
.phone .horizontalButtons{
  zoom:0.8;
}
.phone .whitebuttons a{
  display: block;
}
.phone .whitebuttons a span{
  padding: 8px 0;
  height: auto;
  display: block;
}
.phone #newsmosaic{
  zoom:0.78;
}
#bottomLeft{
  text-transform: none !important;
  float:left;
}
#bottomLeft a{
  color: white;
  text-decoration: none;
}
#bottomLeft a:hover{
  text-decoration: underline;
}

/***/
.qtrans_language_chooser {
    position: fixed;
    top: 79px;
    right: 10px;
    z-index: 10;
    background: #666;
}
.qtrans_language_chooser .active{
  display:none;
}
.qtrans_language_chooser a{
  padding: 3px 8px;
  color: white;
  color: rgba(255,255,255,1);
  display: inline-block;
}
.qtrans_language_chooser a:hover{
  color: white;
}
.phone .qtrans_language_chooser {
  position: static;
  top:0;
  left: 0;
  box-shadow:none;
  display: block;
}
.phone .qtrans_language_chooser a{
    color: gray !important;
  display: block;
  background-color: white;
  font-size: 14px;
  text-decoration: none;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}

/****/

.onepage-pagination{
width:110px;
display:none;
}
.onepage-pagination a:not(#menulink) i{
  font-size: 10px;
}
.onepage-pagination a#menulink i{
font-size:17px;
}
.onepage-pagination a:not(#menulink) i{
  vertical-align: middle;
  display: inline-block;
  margin-top: -1px;
}
body.viewing-page-9 #home-pushbottom{
  bottom: -20px;
}

/***/

.phone #home-pushbottom,
.phone #home-topmargin,
.ie8 #home-pushbottom,
.ie8 #home-topmargin{
  display: none;
}
body.phone,body.ie8{
  overflow: auto !important;
  overflow-x: none !important;
}
.phone section,.phone section#home-main{
background-size: 237% !important;
background-position: 80% top !important;
background-repeat: no-repeat;
}
.phone h1{
  text-shadow:0 1px 2px black,0 1px 20px black
}
.phone h1.mainclaim{
  margin-top: 100px;
  text-shadow: 0 1px black,0 1px 3px black;
  font-size: 26px;
}
.ie8 h1.mainclaim{
margin:100px 20px 0;
}
.phone .bottomLogos{
    overflow-x: auto !important;
  white-space: nowrap !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.phone h1{
  font-size:36px;
}
.phone .bottomContent{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  clear: both;
}
.phone #home-contacto h1 span{
  display: block;
  font-size: 22px !important;
}
.phone .button, .phone .horizontalButtons a{
  margin-bottom: 10px;
}
.phone .horizontalButtons{
  margin-bottom: 10px;
}
.phone #home-novedades .moreFromHome{
  margin-top: 0 !important;
}
.phone #home-logo{
  position: absolute;
}
.phone .bottomLogos img{
  height: 118px;
  width: auto !important;
  margin-bottom: -6px;
}
.phone .bottomLogos a{
  zoom:1 !important;
}
.phone .inside,.ie8 .inside{
  padding-top: 150px !important;
}
.phone #home-novedades .inside{
  padding-top: 20px !important;
}
.phone #footerAddress{
  margin-bottom: 0 !Important;

}
.phone #home-contacto .bottomContent{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.phone #home-contacto h1 a{
  color: white;
  text-decoration: underline;
}
.phone #menulink,.ie8 #menulink{
  top: 0;
  right: 0;
  padding: 10px;
  position: fixed;
  font-size: 20px;
  text-decoration: none;
  z-index: 98;
}
.phone .homeFullMenu,.ie8 .homeFullMenu{
  top: 46px !important;
  right: 0 !Important;
  z-index: 99;
}
.phone #home-main .icons li{
  clear: both;
  margin-bottom: 5px;
}
.phone #home-novedades .titleandbutton{
  
}

.ie8 .inside{
  padding-left:15px !important;
  padding-right: 15px !important;
}
.ie8 #home-main .inside{
padding-left:0 !important;
padding-right:0 !important;
}
.ie8 #home-main .icons{
background:#03305c;
padding:20px;
}
.ie8 #home-main .horizontalButtons{
margin-left:20px;
}
.noslideshow .inside{
position:static !important;
top:0 !important;
left:0 !important;
}

/****/

/*doesn't fit in low resolutions, and there's no English version anyway*/
/*body.viewing-page-7 .qtrans_language_chooser{
    display: none !important;
}
  #home-salud .bottomContent{
  background:rgba(21,162,70,0.8);
  }
  body.viewing-page-9 #home-pushbottom, body.viewing-page-9 .onepage-pagination li a.active{
  background:#15A246;
  }
  #home-salud .bottomContent p {
  margin: 0 0 1em;
  }
  #home-salud .bottomContent {
  font-size: 17px;
  }
  #home-salud .bottomContent h3 {
  margin: 0.7em 0 0.5em;
  font-size: 23px;
  }
  #home-salud li {
  list-style-type: disc;
  margin-left: 20px;
  }*/

@media screen and (max-height:600px){
  .desktopOrTablet #home-novedades .titleandbutton{
    top:0;
  }
}
@media screen and (max-height:600px) and (min-width:1101px){
  #newsmosaic a.i8{
    display: block !important;
  }
  #newsmosaic a.i9{
    display: none !important;
  }
  #newsmosaic a .in{
    width: 222px;
  }
}

/*responsive netbook*/
@media screen and (max-height:600px) and (max-width:1100px){
  .desktopOrTablet h1{
  font-size:38px;
  }
  .desktopOrTablet #home-main h1{
    margin-bottom: 10px;
    font-size: 38px;
  }
  .desktopOrTablet #home-main .horizontalButtons{
    margin-bottom:15px;
    font-size:19px;
  }
  .desktopOrTablet #home-main .bottomContent{
    padding-top:17px;
  }
  .desktopOrTablet ul.icons strong.title{
    font-size:16px;
  }
  .desktopOrTablet ul.links{
    font-size:10px;
  }
  .desktopOrTablet .whitebuttons a{
    font-size:15px;
  }
  .desktopOrTablet .bottomContent,.desktopOrTablet #home-contacto .bottomContent{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:30px !important;
    margin-left:-30px !important;
    margin-right:-130px !important;
    padding-right:130px !important;
  }
  .desktopOrTablet .inside,.desktopOrTablet #home-novedades .inside,.desktopOrTablet #home-contacto .inside{
    left:30px !important;
    right:130px !important;
  }
  .desktopOrTablet #newsmosaic strong.title{
    font-size:19px;
  }
  .desktopOrTablet #newsmosaic a .in{
    height:140px;
  }
  .desktopOrTablet #twitterbox, .desktopOrTablet #facebookbox{
    height:184px;
    overflow:hidden;
  }
  .desktopOrTablet #home-contacto .horizontalButtons a {
    font-size: 18px;
    padding: 12px 11px;
  }
  .bottomLogos{
    margin:20px -150px -10px -150px;
  }
}

/***/
body.viewing-page-7 .qtrans_language_chooser{
    display: none !important;/*doesn't fit in low resolutions, and there's no English version anyway*/
}
.events a .title{
height: 2.18em;
margin-bottom: 3px;
}
#eventunits,#newsCategory{
  float: right;
  width: 175px;
  height: 35px;
  position: relative;
  z-index: 1;
}
.postSelectIcon{
  float: right;
  margin: 10px 0 0 -10px;
  position: relative;
  z-index: 2;
  left: -10px;
}
/***/
  #home-coursera .bottomContent{
  background:rgba(47,133,229,0.8);
  text-align:center;
  }
  body.viewing-page-6 #home-pushbottom, body.viewing-page-6 .onepage-pagination li a.active{
  background:#2f85e5;
  }
  #home-coursera .bottomContent .wysiwyg p {
  margin: 1em 0 0;
  }
  #home-coursera .bottomContent .wysiwyg a{
      color:white;
  }
  #home-coursera .bottomContent .wysiwyg {
  font-size: 17px;
  text-align: left;
  }
  #home-coursera .bottomContent h3 {
  margin: 0.7em 0 0.5em;
  font-size: 23px;
  }
  #home-coursera .wysiwyg li {
  list-style-type: disc;
  margin-left: 20px;
  }
  
  #home-graduados .bottomContent{
  text-align:center;
  }
 
@media screen and (max-height:780px){
  /*.desktopOrTablet ul.fourcols li {
    width: 50%;
    }*/
} 

#newsCategory {display:none;}

@media screen and (max-width:1024px){
    .horizontalButtons a {
        width: 91%;
        }
    #home-becas .content2 {
    text-align: center;
}
    .phone h1 {
    font-size: 36px;
    text-align: center;
}
    #newsmosaic a {
        width:46%;
    }
    
    #newsmosaic strong.title {
    font-size: 20px;
    }
    
    .phone #home-novedades .moreFromHome {
    margin: 12px auto !important;
    float: none;
    display: block;
    text-align: center;
    }
    #eventunits, #newsCategory {
    width: 100%;
    margin: 0 0 9px 0;
    }
    .phone .button, .phone .horizontalButtons a {
    width: 88%;
    text-align: center;
    }
    #youtubelink, #home-contacto .instagram, #linkedinlink, #twitterlink,#facebooklink {
    width: 46px;
    }
    .texto-becas-institucional {text-align:center;}
    #newsmosaic a .in {
    width: 100%;
    }
    #home-coursera .bottomContent .wysiwyg {
    font-size: 17px;
    text-align: center;
    }
}