*{
	margin:0;
	padding:0;
}

body{
	width: 100%;
	font-size:17px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	
}

#topo{
	background:url(../images/topo.png);
	height:280px;
	width:100%;
	padding-top:150px;
}

#container{
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
}
#contents{
	max-width: 940px;
	padding: 10px;
	margin: 0 auto;
	background: #fff;
}

#titulo img{
	width:100%;
}

.limite{
	max-width:940px;
	margin:10px auto;
}

#estadao_barra{
	background:#8aa664;
	width:100%;
	height:60px;
	position:absolute;
	background:url(../images/transparencia.png);
}

#time_line{
	width:100%;
	margin:0;
	background: #fff;
	padding: 0 0 20px 0;
	border-bottom: 5px solid #8aa664;
}
#tlHolder{
	width: 100%;
	height: 550px;
	margin: 30px auto;
	display: block;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	
}
#textos{
	max-width:940px;
	overflow: hidden;
	margin: 20px auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	font-size: 1.4em;
	line-height: 137%;
	
}
#textos p {margin-bottom: 1em;}

#mapas{
	max-width:940px;
	margin:auto;	
}
#titulo_mapa, #titulo_cronologia{
	color:#8aa664;
	text-transform:uppercase;
	margin-bottom:20px;
	margin-top:20px;
}
#titulo_cronologia{
	display: block;
	margin: 0px auto 20px auto;
	background:#8aa664;
	color:#fff;
	padding: 20px;
	text-align: center;
}

#tabContainer {
	width:100%;
	margin-top: 10px;
	clear:both;
}

#tabs{
	overflow:hidden;
	margin:50px 0;
}

#tabs > ul{
	font: 3em;
	list-style:none;
	
}

#tabs > ul > li{
	margin:0 2px 1px 0;
	padding:5px 14px 5px 14px ;
	background: #f4f4f4;
	display:block;
	float:left;
	color:#333;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-size:18px;
	border-right:1px solid #8aa664;
}

#tabs > ul > li > a{
	color:#333;
	text-decoration:none;
}

#tabs > ul > li a:hover{
	color:#8aa664;
}

#tabs > ul > li.tabActiveHeader{
	cursor:pointer;
	color:#8aa664;
}

#tabs > ul > li.tabActiveHeader a{
	color:#8aa664;
}

#tabscontent { 
	background: #FFFFFF; /* old browsers */
	margin:0;
	color:#333;
}

.tabpage{
	display:none;
}

.tabpage.active{
	display:block;
}

#loadSocial{
	width: 940px;
}

/* iFrame com a barra do Estadão */
#siteBar{
	background: #fff;
	width:100%;
	height:28px;
	left: 0px;
	position:fixed;
	top:0;/* se quiser a barra embaixo troque por bottom:0; */
	z-index:1000000;
	text-align:center;
	border-top: 1px solid #d6d6d6;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}





