
/** {
  margin: 0;
  padding: 0;
}

body {
  background: #222;
  font-family: Georgia, serif;
  color: #fff;
  font-size: 14px;
}

a {
  color: #ffffcc;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
  a:hover,
  a.selected {
    color: #ffcc00;
  }

h1,h2,h4,h5,h6 {
  text-align: center;
  color: #ccc;
  text-shadow: #000 1px 1px 2px;
  margin-bottom: 5px;
}
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 14px;
  }*/

.history {
  background: #f5f5f5;
  padding-top: 50px;
  width: 100%;
  overflow: hidden;
}

.sociales {
  text-align: center;
  margin-bottom: 20px;
}

#timeline {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto;
  position: relative;
  background: url('../img/dot1.jpg') left  385px repeat-x;
}

.dates_box {
  overflow: hidden;
  width: 1080px;
}

#dates {
  margin: 60px 0 40px;
  height: 60px;
}

#dates li {
  list-style: none;
  float: left;
  width: 132px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  background: url('../img/biggerdot (2).jpg') center top no-repeat;
  padding-top: 15px;
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
  color: #808080;
}

#dates .selected {
  padding-top: 20px;
  position: relative;
  bottom: 5px;
  background: url('../img/biggerdot (3).png') center top no-repeat;
}

#dates .selected1 {
  color: #2ebae9;
}

#issues {
  height: 320px;
  overflow: hidden;
  background: #FFFFFF;
}

#issues li {
  width: 1200px;
  height: 350px;
  list-style: none;
  float: left;
}

#issues li.selected img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

#issues li img {
  float: left;
  margin: 60px 55px 60px 80px;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  /* IE 6 & 7 */
  zoom: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

#issues li span {
  color: #4c4c4c;
  font-size: 80px;
  display: inline-block;
  float: left;
  line-height: 65px;
  margin: 60px 0 0 0;
  border-right: 3px solid #2ebae9;
  padding-right: 15px;
}

#issues li div {
  float: left;
  margin: 45px 0 0 36px;
  overflow: hidden;
  max-width: 530px;
  overflow: hidden;
  overflow: hidden;
    height: 267px;
}

#issues li div p {
  list-style: none;
  background: url(../img/list.png) 0 50% no-repeat;
  padding: 10px 0 10px 15px;
  color: #808080;
  font-size: 14px;
}

#grad_left,
#grad_right {
  width: 100px;
  height: 320px;
  position: absolute;
  top: 0;
}

#grad_left {
  left: 0;
  background: url('../img/grad_left.png') repeat-y;
}

#grad_right {
  right: 0;
  background: url('../img/grad_right.png') repeat-y;
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

#next,
#prev{
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 370px;
  width: 30px;
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  
}

#next:hover {
  background-image: url('../img/about_034.png');
}

#prev:hover {
  background-image: url('../img/about_0341.png');
}

#next{
  right: 0px;
  background-image: url('../img/about_035.jpg');
}

#prev {
  left: 0px;
  background-image: url('../img/about_0351.jpg');
}