html{background:#ffffff;}


body{
	background: url("../images/bg.jpg") no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	}
	
	.overlay{	background-color:#000000;
	background-position: 50% 50%;
    background-repeat: no-repeat;
	background-attachment:fixed;
    background-size: cover;
    color: transparent;
     width:100%;
    height:100%;
	position:fixed;
    top:0;
    left:0;
	 display:block; /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
  
  -webkit-opacity:0;}


* {
	margin: 0;
	padding: 0;
}

body {

	font-family: Georgia, serif;
	color: #000000;
	font-size: 14px;
}

#dates a{
	color: #B31813;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#dates a:hover,
#dates a.selected {
		color: #343434;
	
	}

h1,h2,h4,h5,h6 {
	text-align: center;
	color: #343434;
	
	margin-bottom: 5px;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 882px;
		height: 620px;
		overflow: hidden;
		left:72px;
		padding-top:20px;
		
		position: relative;
		background:#ffffff ;
	}
		#dates {
			width: 882px;
			height: 60px;
			overflow: hidden;
			background: none repeat scroll 0 0 #ffffff;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 24px;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
				 padding-top: 7px;
			}
				#dates a {
					line-height: 38px;
					padding: 20px 10px;
					color:#B31813;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
			width: 882px;
			height: 560px;
			overflow: hidden;border-bottom: 1px solid #CCCCCC;
		}	
			#issues li {
				width: 882px;
				height: 450px;
				list-style: none;
				float: left;
			}
				
				#issues li h1 {
					color: #282828;
					font-size: 28px;
					margin: 60px 0 0 0;
					text-align:left;

				}
				#issues li p {
					font-size: 14px;
					color:#000000 !important;
					
					font-weight: normal;
					line-height: 22px;
					
					height:300px;
					

/**OPTIONAL IE CLEARTYPE FIX**/
position:relative;

				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 450px;
			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;
		
			font-size: 70px;
			top: 80px;
			width: 23px;
			height: 50px;
			text-indent: -9999px;
			overflow: hidden;
			cursor: pointer;
    		display: block;
    		height: 46px;
   
    		margin: -43px 0 0 -23px;

   
   
    top: 440px;
    width: 46px;
		}
			
			#next {
				
				background: url("../images/slide-controls.png") no-repeat scroll -74px 0 transparent;
				height: 80px;
    width: 74px;
margin-left:880px;
			}
			#prev {
				
				margin-left: 75px;
				
				
				background: url("../images/slide-controls.png") no-repeat scroll 0px 0 transparent;
				height: 80px;
    width: 74px;
			}
			
			
			
			
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
				
				.timeline-images{  margin: 0 auto;
    width: 460px;}
				
				
				.timeline-text{margin: -20px auto;
    width: 800px;}
				
				#dates li.present{width:120px !important;}