* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #FFF;
	font-family: Georgia, serif;
	color: #fff;
	font-size: 14px;*/
}

#timeline a {
	color: #a04f50;
	text-decoration: none;
	/*-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;*/
}
	#timeline a:hover,
	#timeline a.selected {
		color: #5E131A;
	}

#timeline h1,#timeline h2,#timeline h4,#timeline h5,#timeline h6 {
	text-align: center;
	color: #fff;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 5px;
}
	#timeline h1 {
		font-size: 18px;
	}
	#timeline h2 {
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
		color: #000;
		font-size: 14px;
		width: 620px;
		height: 315px;
		overflow: hidden;
		margin: 1px 0px;
		position: relative;
		background: url('../images/dot2.png') left 0px repeat-x;
		/*background: url('../images/dot.gif') left 45px repeat-x;*/
	}
		#dates {
			width: 990px;
			height: 60px;
			margin:0;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 80px;
				height: 60px;
				font-size: 18px;
				text-align: center;
				background:none;
				padding:0;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 3110px;
					background: url('../images/biggerdot.png') center 35px no-repeat;
				}
				#dates .selected {
			        font-size: 24px;
					font-weight:600;
					background:none;
				}
		
		#issues {
			width: 620px;
			height: 250px;
			overflow: hidden;
			background:#EEDFDF;
			-webkit-box-shadow:0 0 15px 0 #d2b0b0 inset;
			-moz-box-shadow:0 0 15px 0 #d2b0b0 inset;
			box-shadow:0 0 15px 0 #d2b0b0 inset;
		}	
			#issues li {
				width: 620px;
				height: 250px;
				list-style: none;
				float: left;
				background:#EEDFDF;
				-webkit-box-shadow:0 0 15px 0 #d2b0b0 inset;
				-moz-box-shadow:0 0 15px 0 #d2b0b0 inset;
				box-shadow:0 0 15px 0 #d2b0b0 inset;
				padding:0;
			}
				#issues li.selected img {
					-webkit-transform: scale(1,1);
					-moz-transform: scale(1,1);
				    -o-transform: scale(1,1);
				    -ms-transform: scale(1,1);
				    transform: scale(1,1);
				}
				#issues li img {
					float: left;
					margin: 25px 20px 5px 30px;
					/*margin: 10px 20px 5px 40px;*/
					background: transparent;
					max-width:180px;
					/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";  IE 8 */   
					/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); IE 6 & 7 */      
					zoom: 1;
					-webkit-transition: all 1s ease-in-out;
					-moz-transition: all 1s ease-in-out;
					-o-transition: all 1s ease-in-out;
					-ms-transition: all 1s ease-in-out; 
					transition: all 1s ease-in-out;
					-webkit-transform: scale(0.8,0.8);
					-moz-transform: scale(0.8,0.8);
				    -o-transform: scale(0.8,0.8);
				    -ms-transform: scale(0.8,0.8);
				    transform: scale(0.8,0.8);
				}
				#issues li h1 {
					font-size: 38px;
					text-align:left;
					margin: 20px 0px 15px;
					line-height:1em;
					color:#5E131A;
					text-shadow: none;
					font-weight:600;
					/*color:#FFF;
					text-shadow: #000 1px 1px 2px;*/
				}
				#issues li p {
					font-family:Arial,Helvetica,Sans-Serif;
					font-size: 14px;
					margin:0 30px;
					/*margin:0 40px;*/
					font-weight: normal;
					line-height: 22px;
					color:#333;
					/*color:#FFF;
					text-shadow: #000 1px 1px 2px;*/
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
			display:none;
		}
			#grad_left {
		        left: 0;
		        /*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: 125px;
			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('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}