#wrapperTimelineArafat {
	background-color:#066;
	width: 920px;
	height: 620px;
}

#imgBase {
	position:absolute;
	top: 0;
	left: 0;	
}

.btnMorteELegado {
	position:absolute;
	top: 475px;
	cursor:pointer;
	opacity:0.8;
  	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}
 	

.btnMorteELegado:hover {
  	opacity:1;
	
}




.btnMorteELegado:hover {
  -webkit-transition: background 4s ease, color 1s ease;
  -moz-transition: background 4s ease, color 1s ease;
  -o-transition: background 4s ease, color 1s ease;
  -ms-transition: background 4s ease, color 1s ease;
  transition: background 4s ease, color 1s ease;
}





#btnCronologia {
	left:30px;	
}
#btnMorte {
	left: 130px;
}
#btnLegado {
	left:230px;
}

/* JANELAS */

.janelas {
	position:absolute;
	border-style:solid;
	border-width: 1px;
	border-color: #333;
	background-color:white;
	z-index:1000;
}

.janelasMorteELegado{
	width: 820px;
	height: 520px;
	margin: auto;
	top: 52px;
	left: 50px;
}

#janelaDatas{
	width: 578px;
	height: 490px;
	margin: auto;
	background-color: white;
	top: 81px;
	left: 340px;
	position:absolute;
	border-style:solid;
	border-width: 1px;
	border-color: #333;
	background-color:white;
}

/* -------- */
/* menu navegação */
#tabelaAnos{
	position: absolute;
	top: 458px;
	height: 30px;
	width: 570px;
	margin-left: 4px;
}
#titCronologia {
	background-color: #000;
    text-align:center;
    font-family:"Stag Sans Semibold", "Arial";
    font-size:13px;
    color:#007a3d;
}
.btnsCronologia {
	background-color:white;
	border-style:solid;
	border-width: 1px;
	border-color:black;
	cursor:pointer;
	width:20px;
	height: 20px;
	text-align:center;
	color:#000000;
}
.btnMarcado {
	background-color:#CCC;
}
p#data {
	font-family:"Stag Sans Light", "Arial";
	text-transform:uppercase;
	font-size:14px;
}
p#titulo {
	font-family:"Stag Sans Semibold", "Arial Bold";
	font-size:15px;
	color:#000000;
}
p#texto {
	font-family:"Stag Sans Book", "Arial";
	font-size:14px;
	color:#000000;
}
p#link {
	font-family:"Stag Sans Book", "Arial";
	font-size:14px;
	color:#000000;
}
#janelaDatas p {
	padding: 0 10px 0 10px;
	margin-top: 10px;	
}
#janelaDatas h4 {
	padding: 0 20px 0 10px;
	margin: 0;	
}
#janelaDatas #foto {
	padding: 0 10px 0 10px;
	margin-top: 5px;
	width: 555px;
}

/*.janelas img#fotoInicial {
	margin-top: -14px;
}*/

.btnFechar {
	position:absolute;
	top:10px;
	cursor:pointer;
}
#janelaMorte img.btnFechar {
	left: 790px;
}
#janelaLegado img.btnFechar {
	left: 790px;
}
#janelaDatas img.btnFechar {
	left: 520px;
}