
/** {
  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 {
  position: relative;
  
  width: 100%;
  overflow: hidden;
}

.history .contain1 {
  background: #f5f5f5;
  width: 6.4rem;
  padding: 0 .2rem;
  overflow: hidden;
}

.sociales {
  text-align: center;
  margin-bottom: 20px;
}

#timeline {
  overflow: hidden;
  position: relative;
}

.dates_box {
  overflow: hidden;
  width: 5.4rem;
  margin: 0 auto;
  background: url('../img/dot1.jpg') left 0.4rem repeat-x;
}

#dates {
  margin: .3rem 0 .3rem;
  height: .6rem;
}

#dates li {
  list-style: none;
  float: left;
  width: 1.28rem;
  height: .5rem;
  font-size: .18rem;
  text-align: center;
  background: url('../img/biggerdot (2).jpg') center top no-repeat;
  padding-top: .2rem;
}

#dates a {
  line-height: .5rem;
  padding-bottom: .1rem;
  color: #808080;
  font-size: .24rem;
}

#dates .selected {
  padding-top: .25rem;
  position: relative;
  bottom: .06rem;
  background: url('../img/biggerdot (3).png') center top no-repeat;
}

#dates .selected1 {
  color: #2ebae9;
}

#issues {
  padding: .3rem 0 .35rem;
  overflow: hidden;
}

#issues li {
  width: 6rem;
  height: 5.2rem;
  overflow: hidden;
  list-style: none;
  float: left;
  overflow-y: scroll;
}

#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 {
  height: 1.95rem;
  width: 4.6rem;
  margin: .2rem auto .25rem;
  display: block;
  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: .4rem;
  display: block;
  margin: 0 auto;
  width: .95rem;
  text-align: center;
  border-bottom: 3px solid #2ebae9;
  padding-bottom: .1rem;
}

#issues li div {
  width: 100%;
  overflow: hidden;
}

#issues li div p {
  list-style: none;
  background: url(../img/list.png) 0 50% no-repeat;
  background-position:5px 5px;
  padding: 0.05rem 0.25rem .1rem .35rem;
  color: #808080;
  font-size: .2rem;
  line-height: .24rem;
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

#next,
#prev {
  position: absolute;
  bottom: .65rem;
  width: .3rem;
  height: .3rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#next {
  right: .2rem;
  background-image: url('../img/about_033.png');
}

#prev {
  left: .2rem;
  background-image: url('../img/about_0331.png');
}