a.selected {
	color: #65482F;
	text-decoration: none !important;
}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
	width: 100%;
	height: 300px;
	/*overflow: hidden;*/
	position: relative;
	background: url('dot.png') left 45px repeat-x;
}
#timeline:after,
#timeline:before {
	content: "";
	background-color: #b7c153;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 45px;
}
#timeline:after {left:100%;}
#timeline:before {right: 100%;}

#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 51px;
	font-size: 24px;
	text-align: center;
	background: url('bigger-dot.png') center bottom no-repeat;
	margin: 0px;
	padding: 0px;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	text-decoration: none !important;
}
#dates .selected {
	font-size: 38px;
	color: #ffffff;
}
#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
}
#issues li {
	width: 785px;
	height: 350px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 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);
}
#issues li h1 {
	color: #ffffff;
	font-size: 48px;
	margin: 0 0 20px;
	text-align: left;
}
#issues li p {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #ffffff;
	/*word-break: break-all*/
}
.timelineRight {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.timelineLeft {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
#next, #prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 86px;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#next:hover, #prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 0;
}
#prev {
	left: 0;
}
#next.disabled, #prev.disabled {
	opacity: 0.2;
}
#dates .selected {
	font-size: 38px;
	text-decoration: none;
}
@media (min-width:480px) {
	#issues li h1 {
		padding-left: 70px;
	}
	#issues li p {
		margin-right: 70px;
		margin-left: 70px;
	}
}
@media (max-width:480px) {
	#issues li h1,
	#issues li p {
		width: 270px;
	}
	#issues li h1 {
		text-align: center;
	}
	#issues li p {
		font-size: 11px;
		word-wrap: break-word;
	}
}
