* {
	margin: 0;
	padding: 0;
}




.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 100%;
		height: 4700px;
		overflow: hidden;
		margin: 20px auto;
		position: relative;
		background: url('/national_team/u23_2016/rio_olympic_2016/img/timeline.png') left 35px no-repeat;
	}
		#dates {
			width: 100%;
			height: 50px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				font-size: 14px;
    float: left;
    width: 80px;
    height: 40px;
    text-align: center;
    background: url("/national_team/u23_2016/rio_olympic_2016/img/biggerdot.png") center bottom no-repeat;
    background-size: 10px 10px;
			}
				#dates a {
					line-height: 26px;
					padding-bottom: 10px;
					color:#333333;

				}
				#dates .selected {
			        font-size: 20px;
					color:#073190 !important;
				}

		#issues {
			width: 100%;
			height: 4700px;
			overflow: hidden;
		}
			#issues li.date_area {
				width: 288px;
				height: 3700px;
				list-style: none;
				float: left;
			}
.header_txt{
	padding:0 5%;
}


				#issues li.date_area .header_img img {

					width:100%;
				}
				#issues li.date_area h1 {
					color: #ffcc00;
					font-size: 48px;
					margin: 20px 0;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li.date_area .header_img p {
					margin: 10px auto;
				}

		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('/national_team/u23_2016/rio_olympic_2016/img/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('/national_team/u23_2016/rio_olympic_2016/img/grad_right.png') repeat-y;
			}

		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 28px;
			width: 12px;
			height: 16px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -20px;
			}
			#next {
				right: 0;
				background-image: url('/national_team/u23_2016/rio_olympic_2016/img/next.png');
			}
			#prev {
				left: 0;
				background-image: url('/national_team/u23_2016/rio_olympic_2016/img/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
