* {
	margin: 0;
	padding: 0;
}




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

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

				}
				#dates .selected {
			        font-size: 26px;
					color:#073190 !important;
				}
		
		#issues {
			width: 700px;
			height: 5300px;
			overflow: hidden;
		}	
			#issues li.date_area {
				width: 700px;
				height: 5300px;
				list-style: none;
				float: left;
			}
				#issues li.date_area.selected .header_img img {
					-webkit-transform: scale(1.0,1.0);
					-moz-transform: scale(1.0,1.0);
				    -o-transform: scale(1.0,1.0);
				    -ms-transform: scale(1.0,1.0);
				    transform: scale(1.0,1.0);
				}
				#issues li.date_area .header_img img {
					float: left;
					margin: 10px 30px 0px 0px;
					background: transparent;
					-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 0.5s ease-in-out;
					-moz-transition: all 0.5s ease-in-out;
					-o-transition: all 0.5s ease-in-out;
					-ms-transition: all 0.5s ease-in-out; 
					transition: all 0.5s ease-in-out;
					-webkit-transform: scale(0.9,0.0);
					-moz-transform: scale(0.9,0.9);
				    -o-transform: scale(0.9,0.9);
				    -ms-transform: scale(0.9,0.9);
				    transform: scale(0.9,0.9);
				}
				#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 {
					font-size: 14px;
					margin-right: 70px;
					font-weight: normal;
					line-height: 22px;
				}
		
		#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: 38px;
			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;
				}