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

/* EXTRAS */
#extras {
  margin: 28px 0px 0px 0px;
  float: right;
  width: 336px;
  z-index: 1;
}

/* PICTURE */
#picture {
  background-image: url(img/picture_top.png);
  background-position: top left;
  margin: 0px 0px 10px 0px;
  padding: 2px 2px 0px 0px;
}
#picture .outer {
  background-image: url(img/picture_bottom.png);
  background-position: bottom left;
  padding-bottom: 2px;
}
#picture .inner {
  background-image: url(img/picture_middle.png);
  background-position: -1px 0px;
  background-repeat: repeat-y;
  width: 322px;
}
#picture img {
  width: 320px;
  display: block;
}
#picture_description {
  background-image: url(img/picture_description.png);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 290px;
  padding: 8px 15px;
  text-align: right;
  font-size: 13px;
  color: #eee;
}

/* SUBPAGES */
#subpages {
  margin: 0px 0px 10px 0px;
  background-image: url(img/right_menu_top.png);
  background-position: top left;
  padding-top: 27px; 
}
#subpages h4 {
  position: absolute;
  top: 6px;
  left: 14px;
  height: 40px;
  padding: 2px 0px 0px 45px;
  background-image: url(img/ico_plus.png);
  color: #fff;
  font-size: 20px;
  z-index: 10;
}
#subpages .outer {
  background-image: url(img/right_menu_bottom.png);
  background-position: bottom left;
  padding-bottom: 9px;
}
#subpages .inner {
  background-image: url(img/right_menu_middle.png);
  background-position: bottom left;
  background-repeat: repeat-y;
}
#subpages ul {
  margin: 0px 13px 0px 33px;
  padding: 15px 13px;
  background-image: url(img/right_menu_middle_center.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
#subpages ul li {
  list-style-type: none;
  line-height: 14px;
  padding: 2px 4px 2px 15px;
  background-image: url(img/left_menu_arrow.png);
  background-position: 0px 3px;
  
}
#subpages ul li:hover {
  background-image: url(img/left_menu_arrow_hover.png);
}
#subpages ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
#subpages ul li a:hover {
  color: #b84700;
  text-decoration: underline;
}
#subpages ul li a em {
  display: none;
}

/* CONTENT */
#content {
  margin: 0px 332px 0px 35px;
  z-index: 5;
}

/* Breadcrubs */
#breadcrumbs {
  background-image: url(img/content_top_left.png);
}
#breadcrumbs .outer {
  background-image: url(img/content_top_right.png);
  background-position: top right;
  margin-left: 10px;
}
#breadcrumbs .inner {
  background-image: url(img/content_top_center.png);
  background-repeat: repeat-x;
  margin-right: 10px;
  padding: 9px 10px 5px 20px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 11px;
  color: #eee;
}
#home_breadcrumb {
  background-image: url(img/home_breadcrumb.png);
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
}
#home_breadcrumb span, #breadcrumbs em {
  display: none;
}
#breadcrumbs a {
  color: #d29400;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs span {
  color: #aaa;
}
#breadcrumbs strong {
  color: #ddd;
}

/* MAIN CONTENT */
#main_content {
  background-image: url(img/content_middle_left.png);
  background-repeat: repeat-y;
}
#main_content .outer {
  background-image: url(img/content_middle_right.png);
  background-position: top right;
  background-repeat: repeat-y;
  margin-left: 3px;
}
#main_content .inner {
  background-image: url(img/content_middle_center.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: #fff;
  margin-right: 4px;
  padding: 10px 20px 40px 20px;
  min-height: 500px;
}
#main_content #content_title {
  
}
#main_content #content_title em {
  display: none;
}
#main_content h1, #main_content h2, #main_content h3 {
  color: #372a20;
  margin: 8px 0px 2px 0px;
/*  letter-spacing: -1px;*/
}
#main_content h1 {
  font-size: 26px;
}
#main_content h2 {
  font-size: 22px;
}
#main_content h3 {
  font-size: 18px;
}
#main_content h4, #main_content h6, #main_content h6 {
  color: #5a4534;
  margin: 8px 0px 2px 0px;
  font-size: 14px;
  font-weight: bold
}
#main_content p {
  margin: 5px 0px;
  text-indent: 10px;
}
#main_content ul, #main_content ol {
  margin: 5px 25px;
}
#main_content img {
  border-width: 1px;
  border-color: #aaa;
  border-style: solid;
  margin: 3px;
  padding: 3px;
}
#attachments_and_related {
  border-width: 1px 0px 0px 0px;
  border-color: #eddfd4;
  border-style: dashed;
  margin: 60px 10px 0px 10px;
  padding: 0px 10px;
}
#attachments_and_related li em {
  display: none;
}

/* EXTRA INFO */
#extra_info {
  background-image: url(img/content_bottom_left.png);
  background-position: bottom left;
}
#extra_info .outer {
  background-image: url(img/content_bottom_right.png);
  background-position: bottom right;
  margin-left: 10px;
}
#extra_info .inner {
  background-image: url(img/content_bottom_center.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  margin-right: 10px;
  padding: 5px 20px 15px 20px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #999;
  text-align: right;
}
#extra_info p {
  font-size: 12px;
  color: #797979;
}
#extra_info p strong {
  font-weight: normal;
  color: #2e2e2e;
}

