* {
	margin: 0;
	padding: 0;
}

img{
	border:0px;
}
a {
	color: #cb0f10;
	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: #6d1114;
	}

h1,h2,h4,h5,h6 {
	text-align: left;
	color: #ccc;
	text-shadow: 0;
	margin-bottom: 5px;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
	width: 980px;
	height: 380px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	background: url('../images/dot.gif') left 45px repeat-x;
	}
		#dates {
			width: 950px;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 24px;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
	width: 980px;
	height: 380px;
	overflow: hidden;
		}	
			#issues li {
	padding-top:10px;
	width: 980px;
	height: 450px;
	list-style: none;
	float: left;
			}
				#issues li img {
	float: left;
	margin: 0;
				}
				#issues li h1 {
					color: #6d1114;
					font-size:26px;
					margin: 20px 0;
					
				}
				#issues li p {
					font-size: 14px;
					margin-right: 70px;
					font-weight: normal;
					line-height: 22px;
				color:#333333;
				}
		
		#grad_left,
		#grad_right {
	width: 27px;
	height: 347px;
	position: absolute;
	top: 1px;
		}
			#grad_left {
	left: 1px;
	background: url('../images/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('../images/grad_right.png') repeat-y;
			}
		
		#next,
		#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 171px;
	width: 25px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
