* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #333333;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: lighter;
	color: #eeeeee;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

a {
	color: #eeeeee;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
	a:hover,
	a.selected {
	color: #A75252;
	}

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

	#timeline {
	width: 800px;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	background-image: url(../timeline_images/dot.gif);
	background-repeat: repeat-x;
	background-position: left 45px;
	background-color: #333;
	}
		#dates {
			width: 800px;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../timeline_images/biggerdot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
			}
				#dates a {
	line-height: 34px;
	padding-bottom: 10px;
				}
				#dates .selected {
	font-size: 34px;
				}
		
		#issues {
	width: 800px;
	height: 400px;
	overflow: hidden;
		}	
			#issues li {
	width: 800px;
	height: 400px;
	list-style: none;
	float: left;
			}
				#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
	border: 1px solid #663333;
				}
				#issues li h1 {
	color: #7E3E3E;
	font-size: 48px;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
				}
				#issues li p {
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 20px;
	text-shadow: #000 1px 1px 2px;
				}
		
		#grad_left,
		#grad_right {
	width: 100px;
	height: 400px;
	position: absolute;
	top: 0;
		}
			#grad_left {
	left: 0px;
	background-image: url(../timeline_images/grad_left.png);
	background-repeat: repeat-y;
			}
			#grad_right {
	right: 0px;
	background-image: url(../timeline_images/grad_right.png);
	background-repeat: repeat-y;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 22px;
			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(../timeline_images/btn_next.png);
			}
			#prev {
	left: 0;
	background-image: url(../timeline_images/btn_back.png);
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.credits {
	font-size: 0.75em;
	color: #999;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 800px;
	vertical-align: top;
}

			#footergrad_left {
	left: 0px;
	background-image: url(../timeline_images/grad_left.png);
	background-repeat: repeat-y;
			}
			#footergrad_right {
	right: 0px;
	background-image: url(../timeline_images/grad_right.png);
	background-repeat: repeat-y;
			}
