* {
	margin: 0;
	padding: 0;
}

a {
	color: #ffffcc;
	text-decoration: none;
	transition: 0.5s;
}
	a:hover,
	a.selected {
		color: #ffcc00;
	}

h1,h2,h4,h5,h6 {
	text-align: center;
	color: #ccc;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 5px;
}

.sociales {
	text-align: center;
	margin-bottom: 20px;
}

.align_timeline{
	position:absolute;
	width:100%;
	height: 600px;
	top:50%;
	margin-top:-300px;
	background:url(../imagens/bg_timeline.png) repeat-x;
}

#timeline {
	position:relative;
	width:100%;
	height: 540px;
	padding:40px 0 0 0;
	margin:0 auto;
	overflow: hidden;
}

#dates {
	display:none;
	width: 1280px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 38px;
}
		
#issues {
	width:auto !important;
	height:auto !important;
	overflow: hidden;
}	
#issues li {
	width: 1280px;
	height:560px;
	padding:40px 0 0 0;
	list-style: none;
	float: left;
}


#issues li img {
	float: left;
}
		
#grad_left,	#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}

#grad_left {
	left: 0;
	background:url(../imagens/bt_next_timeline.png) no-repeat;
}

#grad_right {
	right: 0;
	background:url(../imagens/bt_prev_timeline.png) no-repeat;
}

#next, #prev {
	position: absolute;
	top:50%;
	width: 56px;
	height: 142px;
	margin-top:-71px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.5;
}
#next {
	right:10px;
	background:url(../imagens/bt_next_timeline.png) top right no-repeat;
}
#prev {
	left:10px;
	background:url(../imagens/bt_prev_timeline.png) top left no-repeat;
}
#next.disabled,	#prev.disabled {
	opacity: 0.5;
}

#next:hover, #prev:hover{
	opacity: 1;
}

.separacao{
	position:relative;
	height:530px;
	float:left;
	border-right:2px dotted #909090;	
}

.separacao h3{
	font-size:38px;
	letter-spacing:1px;
	font-family: 'UniversLTStd';
	font-weight:100;
	color:#FFF;
	margin:0 10px 0 10px;
	padding:10px 0 12px 10px;
	border-left:6px solid #ef7520;
	background:url(../imagens/bg_titulo.png) repeat-x left bottom;
}

.separacao h4{
	color:#f37423;
	font-size:20px;
	letter-spacing:1px;
	font-family: 'UniversLTStd';
	font-weight:100;
	margin:0;
	padding:10px 0 0 10px;
	text-align:left;
}

.txt{
	position:relative;
	z-index:5;
	padding:5px 10px 5px 10px;
	display:block;
	color:#FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#issues li .f{ margin:30px 0 0 0; }
#issues li .h{ margin:-30px 0 0 0; }
