* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFAEB;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 14px;
}

a {
	color: #9D8872;
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
}
	a:hover,
	a.selected {
		color: #6D5C4D;
	}

h1,h2,h4,h5,h6 {
	text-align: left;
	color: #ccc;
	margin-bottom: 5px;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 950px;
		  height: 544px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		background: url('../images/dot.gif') center bottom  repeat-x;
		
	}
		#dates {
			width: 700px;
			height: 70px;
			overflow: hidden;
			margin-top:-34px;
			
		}
			#dates li {
				list-style: none;
				float: left;
				width: 120px;
				height: 50px;
				font-size: 18px;
				text-align: center;
				background: url('../images/.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 36px;
					padding-bottom: 0px;
				}
				#dates .selected {
			        font-size: 21px;
					border-bottom: 7px #956532 solid;
				}
		
		#issues {
			width: 800px;
			height: 540px;
			overflow: hidden;
			
			
		}	
			#issues li {
				width: 950px;
				height: 390px;
				list-style: none;
				float: left;
				margin-top:0px;
			}
				#issues li.selected img {
					
				}
				#issues li img {
					float: left;
					background: transparent;
					background-color:#301709;
					height:450px;
					width:950px;
					
				}
				#issues li h1 {
					color: #3A3F00;
					font-size: 36px;
					margin: 20px 0 0 60px;
					margin-top:200px;
					width:150px;
					font-weight: 200;
				}
				#issues li p {
					font-size: 15px;
					margin-left: 270px;
					font-weight: 200;
					line-height: 19px;
					width:550px;
					float:left;
					color:#3A3F00;
					
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 150px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
			}
			#grad_right {
		        right: 0;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 460px;
			width: 45px;
			height: 45px;
			background-position:  0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover{
				background-image: url('../images/next-hover.png');
}
			
			
			#prev:hover {
				background-image: url('../images/prev-hover.png');
			}
			#next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#prev {
				right: 30;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0;
				}