
a {
	color: #999999;
	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:#0a4ed8;
		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; */
margin: 0;
padding: 0;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 100%;
		height: 350px;
		overflow: hidden;
		margin:10px auto;
		position: relative;
		background: url('../images/dot.gif') left 63px repeat-x;
	}
		#dates {
			width: 100%;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				
				min-width:800px;
				height: 50px;
				font-size:20px;
				text-align: left;
				background: url('../images/biggerdot.png') left bottom no-repeat; 
			}
				
				#dates .selected {
			        font-size: 20px; font-weight:bold;
				}
		


#dates1 {
			width: 100%;
			height: 60px;
			overflow: hidden;
		}
			#dates1 li {
				list-style: none;
				float: left;
				
				min-width:800px;
				height: 50px;
				font-size:20px;
				text-align: left;
				background: url('../images/biggerdot.png') left bottom no-repeat; 
			}
				
				#dates1 .selected {
			        font-size: 20px; font-weight:bold;
				}











		#issues {
			width: 100%;
			height: 350px; padding-left:20%;
			overflow: hidden;
		}	
			#issues li {
				width: 800px;
				height: 350px;
				list-style: none;
				float: left;
			}
				#issues li img {
					float: left;
                    
					/*margin: 10px 30px 10px -7px;*/
				}
				#issues li h1 {
					color: #ffcc00;
					font-size: 48px;
					margin: 20px 0;
					
				}
				#issues li p {
					
					margin: 0 70px 0 0;
					font-weight: normal;
					line-height: 22px;
					    font-family: muli;
    font-size: 15px;
					}
					
					
					#issues li a {
					
					float: right; margin-right: 40px; margin-top: -25px; }
					
					
				
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			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_01.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev_01.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}


.designation {float:left;width:85%;color:#808080; text-align:left;  margin-top:-6px;
}

.client_img {float: left; width: 20%;}
.client_dtl {float: left; width: 80%;}