
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	
	
		a:hover,
	a.selected {
		color: #246700;
		background:none;
	}



a.more {
	color: #246700;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s; font-weight:bold;
	transition: 0.5s;
}
	a.more:hover
	{
		color: #000;
	}
	
	
h1,h2,h4,h5,h6 {
	text-align: center;
	color: #ccc;
	 
	margin-bottom: 5px;
}

h3
{
color:#246700; line-height:0px; 
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline1 {
		width: 100%; 
		height: 350px;
		overflow: hidden; background:none;
		margin:0px auto;
		position: relative; 
		/*background: url('../images/dot.gif') left 63px repeat-x;*/
	}
		
		
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        
			}
			#grad_right {
		        right: 0;
		        
			}
		
		#next1,
		#prev1 {
			position: absolute;
			
			font-size: 70px;
			top: 167px;
			width: 28px;
			height: 50px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden; 
		}
			#next1:hover,
			#prev1:hover {
				background-position: 0 -50px;
			}
			#next1 {
				right: 0;
				background-image: url('../images/next_02.png');
			}
			#prev1 {
				left: 0;
				background-image: url('../images/prev_02.png');
			}
				#next1.disabled,
				#prev1.disabled {
					opacity: 0.2;
				}


		#issues1 { 
			
			height: 250px;   
			overflow: hidden; 
		}	
			#issues1 li {
				width:273px; opacity: 1!important;
				height: 250px; 
				list-style: none;
				float: left;
			}
				
					
				
				#issues1 li h1 {
					color: #ffcc00;
					font-size: 48px;
					margin: 20px 0;
					
				}
				
					/*
					#dates1 {
			width: 80%; border:1px solid red;
			height: 60px;
			overflow: hidden; margin-left:0px!important;
		}
			#dates1 li {
				list-style: none;
				float: left;
				
				min-width:265px;
				height: 50px;
				font-size:20px;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat; 
			}
				
				#dates1 .selected {
			        font-size: 20px;
				}*/
				
				#dates1 {
			width: 100%;  margin:0px; padding:0px;
			 height:60px;
			overflow: hidden; text-decoration:none;
		}
		
			#dates1 li { 
				list-style: none; text-decoration:none; 
				float: left;  display:inline; /*border:1px solid #c4c4c4;*/ margin:0px 0px 0px 0px;
				width:273px!important;
				background: url('../images/biggerdot1.png') center bottom no-repeat;
			/*width:265px;  margin: 0px 55px 0px 0px;*/
			
				height: 60px;
				font-size:17px;
				text-align: center; 
				
			}
				
				#dates1 .selected {
			        font-size: 20px;
				}
		#dates1 a{ text-decoration:none; width:249px; margin-left:12px;      float:left;   color:#fff; line-height:45px;  }
		#dates1 a:hover{    float:left;   color:#edf516;  }