* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font: "µ¸¿ò", "±¼¸²";
}

a {
	color: #808080;
	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: #56B1FF;
	}

h1,h2,h4,h5,h6 {
	text-align: center;
	color: #CCC;
/**	text-shadow: #000 1px 1px 2px;
**/
	margin-bottom: 5px;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 600px; height: 400px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		background: url('../images/history_timelne_line.png') left 41px repeat-x;
	}
		#dates {
			width: 600px; height: 93px;
			overflow: hidden;
			background: transparent;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 110px; height: 93px;
				font-size: 14px;
				text-align: center;
				background: transparent url('../images/history_bigdot.png') center 44px no-repeat;
				margin: 0;
				padding: 0; padding-top: 15px;
			}
				#dates a {
				line-height: 38px;
				width: 100px; height: 93px;
				margin: 0; padding: 0;
				}
				#dates .selected {
			        font-size: 20px;
					width: 100px; height: 93px;
					color: #FFCC00;
					font-weight: bold;
					vertical-align: -30px; vertical-align: -40px\0/;
					background: url('../images/history_select.png') center 43px no-repeat;
					margin: 0; margin-left: -10px;
					padding: 83px 35px 68px 35px; padding: 40px 35px 68px 35px\0/;
				}
		#issues {
			width: 800px; height: 350px;
			overflow: hidden;
			border: 1px solid #FFF;
			padding-left: 300px;
		}	
			#issues li {
				width: 410px;
				height: 350px;
				list-style: none;
				float: left;
			}
				#issues li img {
				}
				#issues li h1 {
					background: #FFFFFF;
					color: #1B8E19;
					font-size: 18px;
					margin: 20px 0;
					margin-right: 50px;
					text-align: left;
/**					text-shadow: #000 1px 1px 2px; **/
				}
				#issues li p {
					font-size: 12px;
					margin-right: 70px;
					font-weight: normal;
					line-height: 160%;
					padding-right: 40px;
					text-align: left;
/**					text-shadow: #000 1px 1px 2px; **/
				}

				#issues li p span {
					background: url(../images/history_bullet.png) no-repeat top left;
					padding-top: 0; padding-left: 12px;
					margin-bottom: 3px;
					display: block;
					color: #666666;
				}

		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('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('next.png');
			}
			#prev {
				left: 0;
				background-image: url('prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}

.history_img {
	position: absolute;
	float: right;
}