

* {
	margin: 0;
	padding: 0;
}



#issues a{
	color: #05A5FA;
	text-decoration: none;

}
#issues	a:hover,
#issues	a.selected {
		color:#00C;
	}
	
#dates a{
	color: #596357;
	text-decoration: none;

}

#dates	a:hover,
#dates a.selected {
		color:#fff;
	}
	h1 {
		font-size: 25px;
		padding-top: 0px;
	
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	/*color: #f37032;*/
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:
	;
	
	}
	h2 {
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 10px;
}

	#timeline {
		width: 100%;
height: 372px;
overflow: hidden;
position: relative;
border: 1px solid #ddd;
	}
	
	.rodape_time{height: 35px;
width: 100%;
background: #F3F3F3;}
		
		#dates {
	
			height: 50px;
			overflow: hidden;
			margin-left:350px;
		}
		.fundo{
		background:url(img/cabec.fw.png) repeat-x 50% 50%;
		}
		
		
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 20px;
				text-align: center;
				padding:0;
				margin-top: 10px;
				
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 38px;
					margin-left:-20px;
				}
		
		#issues {

height: 290px;
overflow: hidden;
margin-top: 0;
padding: 2px;
		
		}	
			#issues li {
				
height: 288px;
list-style: none;
float: left;
padding:0;
margin-top: 0;
margin-bottom: 0;
			}
				#issues li.selected img {
					-webkit-transform: scale(1.1,1.1);
					-moz-transform: scale(1.1,1.1);
				    -o-transform: scale(1.1,1.1);
				    -ms-transform: scale(1.1,1.1);
				    transform: scale(1.1,1.1);
				}
				#issues li img {
					float: left;
margin: 10px 30px 10px 50px;
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
-webkit-transition: all 2s ease-in-out;
-moz-transition: all 2s ease-in-out;
-o-transition: all 2s ease-in-out;
-ms-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
-webkit-transform: scale(0.7,0.7);
-moz-transform: scale(0.7,0.7);
-o-transform: scale(0.7,0.7);
-ms-transform: scale(0.7,0.7);
transform: scale(0.7,0.7);
margin-left: -20px;
width: 150px;
height: 150px;
margin-left: 10px;
margin-top: 32px;
					
				}
				#issues li h1 {
					color: #000;
font-size: 16px;
margin: 20px 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-shadow: none;
font-weight: bold;
text-align: center;
					
				}
				#fundo {
					background-image:url(imagescss/titulo.png);}
		
				
				
				
					
				#issues li p {
					font-size: 14px;
text-align: justify;
margin-right: 20px;
font-weight: normal;
line-height: 22px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: rgb(10, 10, 10);
					
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			
			top: 0;
		}
			#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: 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('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
				
