.años {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.años:hover,
.años.selected {
    color: #048c0f;
    font-size: 30px;
    font-weight: bold;
}

#timeline {

		width: 100%;
		position: relative;
		background: url('../images/dot.gif') left 45px repeat-x;
	}

		#dates {

            margin-left: 14px;
            padding-left: 40px;
			overflow: hidden;
		}

			#dates li {

				list-style: none;
				float: left;
				width: 64px;
				height: 50px;
				font-size: 17px;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
			}
            #dates .añosinicio{
                margin-left: -42px;
            }
            #dates .años1{
                margin-left: 2px;
            }
            #dates .años2{
                margin-left: 22px;
            }
            #dates .años3{
                margin-left: 40px;
            }
            #dates .años4{
                margin-left: 50px;
            }
            #dates .años5{
                margin-left: 62px;
            }
				#dates a {
                    color: #fff;
					line-height: 38px;
					padding-bottom: 10px;
				}
               

		
		#issues {

			overflow: hidden;


		}

			#issues li {
                width: 100%;
                display: none;
				list-style: none;
				float: left;
			}
            #issues .dosFechas{
                display: inline-block;
                position: relative;
                display: none;

            }
            #issues .tresFechas{
                display: inline-block;
                position: relative;

                display: none;

            }

				#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;
					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 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);
				}
				.varios{
                    padding: 10px;
                }
                .varios img{
                    margin-top: -40px;
                }
                .varios p{
                    padding-top: 35px;
                }
                .varios2{

                    padding: 10px;
                }
                .varios2 img{
                    margin-top: -40px;
                }
                .varios2 p{
                    padding-top: 35px;
                }

#timeline2 {

    width: 100%;
    position: relative;
margin-bottom: 20px;


}

#dates2 li {

    font-size: 17px;
    text-align: center;
    margin-top: 5px;
}

#issues2 li p{
    font-size: 18px;
}
#issues2 li {
    width: 100%;
    display: none;
    list-style: none;
    float: left;
    margin-bottom: 30px;
}
#issues2 .dosFechas{
    display: inline-block;
    position: relative;
    display: none;

}
#issues2 .tresFechas{
    display: inline-block;
    position: relative;
    display: none;

}

#issues2 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);
}
#issues2 li img {
    float: left;
    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 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);
}

