* {
	margin: 0;
	padding: 0;
}






.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		max-width: 1024px;
		height: 500px;
		overflow: hidden;
		margin: 20px auto;
		position: relative;
		background: url('../image/dot.gif') 3px top repeat-y;
		font-family: 'Raleway',serif;
	}
		#dates {
			width: 100px;
			height: 600px;
			overflow: hidden;
			float: left;

		}
			#dates li {
				list-style: none;
				width: 100px;
				height: 100px;
				line-height: 100px;
				font-size: 20px;
				padding-left: 10px;
				background: url('../image/biggerdot.png') left center no-repeat;
				color: #c8c8c8;

			}
			
  			  
  			  				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				
  			  				#dates a:hover {
				color: #7d7d7d;

				}
				#dates .selected {
			        font-size: 30px;
			        color: #00827c;
				}

		#issues {
			max-width: 924px;
			height: 616px;
			overflow: hidden;
			float: left;
			margin-left: 50px;
			padding-right: 20px;
		}
			#issues > li {
				max-width: 924px;
				height: 500px;
				list-style: none;
        overflow-y: scroll;
        }
				#issues li img {
					float: left;
					margin: 40px 35px 30px 30px;
					overflow-y: scroll;
					max-width: 210px;
					max-height: 210px;

				}
				
				#issues li h1 {
					color: #2f2f2f;
					font-size: 30px;
					text-align: center;
				}
				#issues li p {
					font-size: 20px;
					margin: 20px 10px;
					font-weight: normal;
					line-height: 20px;

				}

		#grad_top,
		#grad_bottom {
			width: 100%;
			height: 60px;
			position: absolute;
		}
			#grad_top {
		        top: 0;
		        background: url('../image/grad_top.png') repeat-x;
			}
			#grad_bottom {
		        bottom: 0;
		        background: url('../image/grad_bottom.png') repeat-x;
			}

		#next,
		#prev {
			position: absolute;
			left: 50%;
			font-size: 70px;
			width: 38px;
			height: 16px;
			background-position: 0 -34px;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position:  0 0;
			}
			#next {
				bottom: 0;
				background-image: url('../image/next_v.png');
			}
			#prev {
				top: 0;
				background-image: url('../image/prev_v.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
