* {
	margin: 0;
	padding: 0;
}


a {
	color: #646464;
	text-decoration: none;

}


a.selected {
		color: #FF9900;
		font-size: 15px;
	}

	#timeline {
		width: 800px;
		height:525px;
		overflow: hidden;
		margin:142px 0 0 39%;

	}

			.catalogo .contenido{
				background: url(../img/placa3.png) 0 0 no-repeat;
				background-size: 100% 100%;
				top:0px;
		}


		#dates {
			width: 100px;
			position: absolute;
			padding: 0 0 0 10px;
			margin: 0 0 0 50px;
			top:34%;
			left: 27%;
			border-left: solid 4px #FF9900;
		}
			#dates li {
				width: 200px;
				list-style: none;
			}
		
		#issues {
			width: 800px;
			height: 525px;
			overflow: hidden;
			margin:0;

		}	
			#issues li {
				width: 800px;
				height: 525px;
				list-style: none;
				float: left;
			}
				#issues li img {
				width: 85%;
				}


		
		#next,
		#prev {
			position: absolute;
			font-size: 70px;
			top: 170px;

		}

			#next {
				right: 2.5%;
				top: 280px;
			}
			#prev {
				left: 34%;
				top: 280px;
				z-index: 1000px
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0;
				}