.list_of_files{
  font-family: arial;
  margin-top: 0px;
  width:590px;
  float: left;
  padding: 10px;
}
.list_of_files ul#local_navigation{
  max-width: 12%;
  float: left;
  background: #efefef;
  list-style-type: none;
  padding: 10px;
  margin: 0px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: center;
}
.list_of_files ul#local_navigation.stick{
  position: fixed;
  top: 0;
}
.list_of_files ul#local_navigation li a{
  background: #dedede;
  padding: 8px;
  font-size: 14px;
  line-height: 38px;
  text-decoration: none;
  color: #565656;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  width: 70px !important;
  margin-bottom: 10px; !important;
}
.list_of_files ul#local_navigation li a:hover{
  background: #ababab;
  padding: 8px;
  font-size: 14px;
  line-height: 38px;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  width: 70px !important;
  margin-bottom: 10px; !important;
}
.list_of_files ul#local_navigation li a:visited{
  background: #dedede;
  padding: 8px;
  font-size: 14px;
  line-height: 38px;
  text-decoration: none;
  color: #565656;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  width: 70px !important;
  margin-bottom: 10px; !important;
}
.list_of_files #doc_contents{
  width: 85%;
  float: right;
  margin-top: -20px;
}
.item_prensa{
  width: 100%;
  float: left;
  min-height: 38px;
  vertical-align: middle;
  padding-top: 10px;
}
.list_of_files #doc_contents h3{
  magin-bottom: 15px;
  border-bottom: 1px dotted #DCDCDC;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-top: 20px !important;
  padding-top: 15px !important;
  clear: both;
  background-color: #f2f2f2;
}
.download_button{
  border: 0px;
  float: left;
  margin-right: 20px;
  margin-top: -5px;
  padding-bottom: 10px;
}