﻿#timeline * {
	margin: 0;
	padding: 0;
}
#timeline a {
	font-family: Georgia, serif;
	color: #cecac5;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#timeline a:hover,#timeline a.selected {
	color: #a39161;
	text-decoration:none !important;
}
#timeline h1,#timeline h2,#timeline h4,#timeline h5,#timeline h6 {
	font-family: Georgia, serif;
}
.sociales {
	margin-bottom: 20px;
}
#timeline {
	width: 580px;
	line-height:0px !important;
	height: 350px;
	overflow: hidden;
	margin: 10px auto;
	position: relative;
	background: url(/SiteElements/images/CorporateWeb/AboutUs/Timeline/background.gif) no-repeat;
}
#dates {
	width: 580px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 1.5em;
	text-align: center;
	background: url(/SiteElements/images/CorporateWeb/AboutUs/Timeline/biggerdot.png) center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 2em;
}	
#issues {
	width: 580px;
	height: 290px;
	overflow: hidden;
}	
#issues li {
	width: 580px;
	height: 290px;
	list-style: none;
	float: left;
}
#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: right;
	margin: 0px 0px 10px 10px;
}
#issues li img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
	zoom: 1;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out; 
	transition: all 0s 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 .imgFull {
	float: left;
	margin: 10px 0px 0 65px;
}
#issues li h1 {
	color: #a39161;
	font-size: 3em;
	line-height:1.2em;
	margin: 20px 65px 0;
}
#issues li h2 {
	color: #ffffff;
	font-size: 1.4em;
	line-height:1.2em;
	font-weight:bold;
	margin: 10px 65px 10px;
	font-family:Arial, Helvetica, sans-serif;
}
#issues li p {
	color:#dfdcd9;
	font-size: 1.3em;
	margin: 10px 65px 0;
	font-weight: normal;
	line-height: 1.2em;
}
#grad_left, #grad_right {
	width: 50px;
	height: 350px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
	background: url(/SiteElements/images/CorporateWeb/AboutUs/Timeline/fade_left.png) no-repeat;
}
#grad_right {
	right: 0;
	background: url(/SiteElements/images/CorporateWeb/AboutUs/Timeline/fade_right.png) no-repeat;
}
.next, .prev {
	position: absolute;
	top: 0;
	top: 175px;
	width: 26px;
	height: 26px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.next:hover {
	background-image: url(/SiteElements/images/CorporateWeb/AboutUs/Timeline/next_over.png);
}
.prev:hover {
	background-image: url(/SiteElements/images/CorporateWeb/AboutUs/Timeline/prev_over.png);
	}
.next {
	right: 14px;
	background-image: url(/SiteElements/images/CorporateWeb/AboutUs/Timeline/next.png);
}
.prev {
	left: 14px;
	background-image: url(/SiteElements/images/CorporateWeb/AboutUs/Timeline/prev.png);
}
.next.disabled, .prev.disabled {
	opacity: 0.2;
}