/*Austral.edu.ar by Marketica.com*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
html, body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }

caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
.strong,strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.*/

/* LAYOUT */
/* ----------------------------------------- */

ul, ul li { list-style:none }/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */

/* GLOBAL */

body{
	padding:0;
	margin:0;
	font-size:14px;
	background: white;
}
strong{
}
ul{
}
li{
}
a{
}
a:hover{
}
#header, #centralContainer, #footer{
}
input[type="text"],input[type="search"],input[type="date"],input[type="number"]{

}
input[type="submit"],button {
}
input:focus{
}
input[type="submit"]:hover,button:hover,
a:hover .send-but{
}

/***************** CLASSES ********************/

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}
.pull-right{
	float: right;
	margin-left: 10px;
}

/****/

#twitterbox,#facebookbox{
  padding: 2px;
}
.desktopOrTablet #twitterbox,.desktopOrTablet #facebookbox{
  width: 49%;
  float: left;
}
.desktopOrTablet #facebookbox{
  float: right;
}
#twitterbox{
  background: #469ae9;
}
#facebookbox{
  background: #2d4486
}
#twitterbox .in,#facebookbox .in{
  background: white;
  float: right;
}
#twitterbox .fa,#facebookbox .fa{
  float: left;
  color: white;
  font-size: 30px;
  margin: 10px;
}
#facebookbox .fa{
  margin-left:15px;
}
#facebookbox iframe,#twitterbox iframe{
  height: 300px !important;
}
body #home-logo-image {
    display: inline;
    height: 51px;
    margin: 7px 0 7px 34px;
    padding: 0px;
}
#logo{

  display:none;
  
}
#header{
height: 0px !important;
}
#nav a {
    text-decoration: none !important;
    font-family: 'PT Sans', sans-serif !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
    color: #8c8c8c !important;
}
.sf-menu {
    float: left;
    margin-bottom: 6px !important;
    font-size: 16px;
}
#navcontainer {display:none;}

.snapchat {display:none !important;}
@media screen and (max-width:1024px){
.qtrans_language_chooser {
    position: fixed;
    top: 55px !important;
    right: 46px !important;
    z-index: 10;
    background: #666;
}
}