/* 
  CSS for uap.edu.ar main layout
  by: Eduardo Ludi (progweb@uapar.edu) 
      Departamento de Desarrollos Web UAP
*/

body {
  background-color: #6e6e6e;
  margin: 0px;
  padding: 0px;
  font-family: georgia, "Times New Roman", serif;
  font-size: 14px;
  background-image: url(img/body_bkg.jpg);
  background-position: top center;
  background-repeat: repeat-y;
}
body * {
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  position: relative;
}
hr {
  display: none;
}
a, a:link {
  color: #123456;
}
a:hover, a:focus {
  color: #164354;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* MAIN */
#main {
  background-image: url(img/body_sky.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

/**/
#header, #middle, #footer, #postfooter {
  width: 72%;
  max-width: 1200px;
  min-width: 850px;
  margin: 0px auto;
  
}

/* THE HEADER */
#header {
  background-image: url(img/header_left.png);
  background-position: top left;
  padding: 0px 0px 0px 8px;
}
#header .outer {
  background-image: url(img/header_right.png);
  background-position: top right;
  padding: 0px 7px 0px 0px;
}
#header .inner {
  background-image: url(img/header_middle.png);
  background-position: top;
  background-repeat: repeat-x;
  padding: 50px 0px 0px 53px;
  height: 44px;
}
#logo {
  background-image: url(img/header_logo_uap.png);
  position: absolute;
  top: 5px;
  left: -20px;
  width: 72px;
  height: 72px;
}
#title {
  position: absolute;
  top: 8px;
  left: 50px;
  background-image: url(img/header_title_and_slogan.png);
  width: 311px;
  height: 37px;
}
#title h1, #title h2, #logo img {
  display: none;
}

/* SEARCH FORM */
#search {
  background-image: url(img/header_search_input.png);
  position: absolute;
  right: 8px;
  top: 11px;
  width: 210px;
  height: 24px;
}
#search #q {
  background-color: transparent;
  border-color: transparent;
  border-width: 0px;
  border-style: none;
  width: 165px;
  height: 18px;
  margin: 4px 8px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  color: #737373;
}
#search #sa {
  background-image: url(img/header_search_button.png);
  border-color: transparent;
  border-width: 0px;
  border-style: none;
  position: absolute;
  right: 0px;
  top: 3px;
  width: 18px;
  height: 18px;
}
#search img {
  display: none;
}

/* (TOP) MENU */
#menu {
  font-family: "Trebuchet MS", arial, sans-serif;
}
#menu ul {
  height: 37px;
}
#menu ul li {
  list-style-type: none;
  float: left;
  display: inline;
  text-align: center;
  background-image: url(img/top_menu_item_limiter.png);
}
* html #menu ul li {
  \width: 100px;
  w\idth: 100px;
}
#menu ul li strong, #menu ul li a, #menu ul li span {
  display: block;
} 
#menu ul li strong {
  background-image: url(img/top_menu_selected_item_left.png);
  background-repeat: repeat-x;
  font-weight: normal;
  color: #eee;
  font-size: 14px;
}
#menu ul li strong span {
  background-image: url(img/top_menu_selected_item_right.png);
  background-position: top right;
  padding: 7px 10px 0px 10px;
  height: 31px;
}
#menu ul li a {
  margin: 0px 1px;
  padding: 6px 10px 0px 10px;
  height: 25px;
  font-size: 14px;
  text-shadow: #fff 1px 1px 1px;
}
#menu ul li a:hover {
  background-image: url(img/top_menu_hover_item.png);
  background-repeat: repeat-x; 
}
#menu ul li a {
  text-decoration: none;
  color: #333;
}
#menu ul li a:hover {
}


/* THE MIDDLE */
#middle {
  min-height: 300px;
}

/* THE FOOTER */
#footer {
  background-image: url(img/footer_left.png);
  background-position: 0px 0px;
}
#footer_logo {
  background-image: url(img/logo_uap_footer.png);
  position: absolute;
  width: 297px;
  height: 42px;
  top: -2px;
  left: -18px;
}
#footer_slogan {
  background-image: url(img/slogan_footer.png);
  position: absolute;
  width: 174px;
  height: 11px;
  top: 14px;
  right: 10px;
}
#footer_logo span, #footer_slogan span, #footer #copyright span, #footer #dw span {
  display: none;
}
#footer .outer {
  background-image: url(img/footer_right.png);
  background-position: top right;
}
#footer .inner {
  background-image: url(img/footer_middle.png);
  background-position: top;
  background-repeat: repeat-x;
  height: 174px;
  margin: 0px 10px;
  padding: 40px 0px 0px 10px;
}
#footer #last_news {
  margin: 0px 510px 0px 0px;
  padding: 6px 8px;
  border-color: #444;
  border-width: 0px 1px 0px 0px;
  border-style: dashed;
  height: 132px;
  overflow: hidden;
}
#footer #last_news h2 {
  color: #999;
}
#footer #last_news ul {
}
#footer #last_news li {
  list-style-type: none;
  width: 100%;
  font-size: 13px;
}
#footer #last_news li a {
  color: #DDD;
  text-decoration: none;
}
#footer #last_news li:hover {
  background-color: #444;
}
#footer #last_news li a em {
  color: #999;
  font-style: normal;
}
#footer #last_news li a em {
  color: #999;
  font-style: normal;
}
#footer #more_events {
  position: absolute;
  top: 45px;
  right: 0px;
  height: 132px;
  overflow: hidden;
  text-align: center;
  
}
#footer #more_events img {
  margin: 0px 3px;
  border: none;
}

#footer #copyright {
  background-image: url(img/copyright.png);
  position: absolute;
  bottom: 6px;
  left: 3px;
  width: 226px;
  height: 16px;
}
#footer #dw {
  background-image: url(img/dw_logo.png);
  position: absolute;
  bottom: 6px;
  right: 3px;
  width: 235px;
  height: 14px;
}
#postfooter {
  width: 60%;
  margin: 20px auto;
}
#postfooter p {
  font-family: arial, "Trebuchet MS", sans-serif;
  font-size: 10px;
  text-align: center;
  color: #555;
}
#postfooter p a {
  color: #777;
}
.cleaner {
  clear: both;
}

/* Anti-Internet-Explorer Campaign */
#requires_a_new_browser {
  margin: 15px auto;
  width: 50%;
  height: 50px;
  background-color: #B74900;
  padding: 10px 10px 10px 78px;
  background-image: url(img/say_no_to_ie.png);
  background-position: 5px center;
}
#requires_a_new_browser h3 {
  color: #fee;
  font-size: 19px;
}
#requires_a_new_browser p {
  color: #fff;
  font-family: Arial, "Trebuchet MS", sans-serif;
  font-size: 12px;
}
#wail {
  cursor: default;
  text-align: center;
  color: #888;
  font-size: 8px;
  line-height: 8px;
}

