@charset "utf-8";
/* CSS Document */

html,body {
	padding:0;
	margin:0;
	height:100%;
	max-height:100%;
	font-size:100%;
	background:#fff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#splash{
	position:absolute;
	width:100%;
	height: 100%;
	display:block;
	background: #231607 url("../img/splash-h.jpg") no-repeat center;
	background-size:contain;	
	-moz-background-size: contain;
	-webkit-background-size: contain;
	top:0;
	z-index:1000;
}
#header{
	position:fixed;
	width:100%;
	height:160px;
	clear:both;
	overflow:visible;
	z-index:100;	
	background: #fdfae7 url("../img/header-top.jpg") repeat-x top left;
	text-align:center;
}

#logo{
	height: 130%;
	width:auto;
	margin-top:40px;
	margin-bottom:-100px;	
}

#logo img{
	padding:1em 1em;
	height:75%;
	width:auto;
	
}

#footer{
	position:fixed;
	width:100%;
	height:25px;
	clear:both;
	bottom:0;
	overflow:hidden;
	background:#72a14c;
	z-index:100;
	
}

#footer img{
	height: 100%;
}

#footer #patrocinio{
	float:right;
	text-align:right;
	height:100%;
}

#mainContainer{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:160px;
	bottom:40px;
	background: #fff url("../img/content-bg.jpg") repeat-x bottom left;
	/*margin:110px 0 25px 0;*/
	overflow:hidden;
}

#blocks{
	display: block;
	position:relative;
	background:#fff;
	/*margin:110px 0 25px 0;*/
	height:100%;
}

#mainContainer .homeContent {
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	margin: 0em 0.5em 0.5em 0;
	padding:1em;
	background-color:rgba(255,255,255,0.8);
	z-index:0;
}

.homeTitle, .homeBody{
	margin:0;
	padding:0;
}

.homeTitle{
	font-size:1.4em;
	display:block;
	font-weight:bold;
	padding-bottom:0.2em;
	margin:0.4em 0;
	font-style: italic;
	text-transform:uppercase;
	background: url("../img/title-bg.jpg") no-repeat bottom left;
}

.homeBlock{
	float:left;
	overflow:visible;
	position:relative;
	height:100%;
	margin:15% 0;
}

.homeBlock a{
	display:block;
	color: #333;
	height:100%;
	text-decoration:none;
}

.homeBlock a img{
	width:100%;
}

#blocks{
	height:60%;
}

.block1{
	background: url("../img/home-block1.png") no-repeat center;
}

.block2{
	background: url("../img/home-block2.png") no-repeat center;
}

.block3{
	background: url("../img/home-block3.png") no-repeat center;
}

.block4{
	background: url("../img/home-block4.png") no-repeat center;
}

.block5{
	background: url("../img/home-block5.png") no-repeat center;
}

.block1, .block2, .block3, .block4, .block5{
	width:20%;
	display:block;
	border-right: 1px dotted #d6d6d6;
	margin-left:-1px;
	float:left;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

.block5{
	border-right: none;
	text-align:center;
}

/*
@media only screen and (max-height: 600px) {
#logo{
	margin-top:10px;
	margin-bottom:0px;
	height:100px;
}

#logo img{
	padding:10px;
	height:80%;
	width:auto;	
}
body{
	background:#fff;
}
#splash{
	background: #231607 url("../img/splash-v.jpg") no-repeat center;
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

#blocks{
	margin:110px 0 25px 0;
}
#header{
	top:0px;
	height: 110px;
}
#mainContainer{
	width:100%;
	height:auto;
	top:0;
	bottom:25px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#footer{
	height: 25px;
}
	
.homeTitle{
	font-size:1.2em;
}

.homeBlock{
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0;
	height:130px;
	border-right:none;
}
.homeBody{
	margin:0;
}

.block1{
	background: url("../img/home-block1b.jpg") no-repeat center left;
}

.block2{
	background: url("../img/home-block2b.jpg") no-repeat center left;
}

.block3{
	background: url("../img/home-block3b.jpg") no-repeat center left;
}

.block4{
	background: url("../img/home-block4b.jpg") no-repeat center left;
}

.block5{
	background: url("../img/home-block5b.jpg") no-repeat center left;
}

.block1, .block2, .block3, .block4, .block5{
	width:100%;
	height:130px;
	display:block;
	border-bottom: 1px dotted #d6d6d6;
	float:none;
	clear:both;
	background-size: auto 80%;
	-moz-background-size: auto 80%;
	-webkit-background-size: auto 80%;
}

.block5{
	border-bottom: none;
}

}
*/
@media only screen and (max-width: 800px){
#logo{
	margin-top:10px;
	margin-bottom:0px;
	height:100px;
}

#logo img{
	padding:10px;
	height:80%;
	width:auto;	
}
body{
	background:#fff;
}
#splash{
	background: #231607 url("../img/splash-v.jpg") no-repeat center;
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

#blocks{
	margin:110px 0 25px 0;
}
#header{
	top:0px;
	height: 110px;
}
#mainContainer{
	width:100%;
	height:auto;
	top:0;
	bottom:25px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#footer{
	height: 25px;
}
	
.homeTitle{
	font-size:1.2em;
}

.homeBlock{
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0;
	height:130px;
	border-right:none;
}
.homeBody{
	margin:0;
}

.block1{
	background: url("../img/home-block1b.jpg") no-repeat center left;
}

.block2{
	background: url("../img/home-block2b.jpg") no-repeat center left;
}

.block3{
	background: url("../img/home-block3b.jpg") no-repeat center left;
}

.block4{
	background: url("../img/home-block4b.jpg") no-repeat center left;
}

.block5{
	background: url("../img/home-block5b.jpg") no-repeat center left;
}

.block1, .block2, .block3, .block4, .block5{
	width:100%;
	height:130px;
	display:block;
	border-bottom: 1px dotted #d6d6d6;
	float:none;
	clear:both;
	background-size: auto 80%;
	-moz-background-size: auto 80%;
	-webkit-background-size: auto 80%;
}

.block5{
	border-bottom: none;
}

}

@media only screen and (max-width: 420px) {
body{
	background:#fff;
	overflow: auto; /* or overflow: scroll, if that's your thing */
	-webkit-overflow-scrolling: touch;
}

#footer{
	height: 25px;
}

#logo{
	margin-top:10px;
	margin-bottom:0px;
	height:100px;
}

#logo img{
	padding:10px;
	height:80%;
	width:auto;	
}

#blocks{
	margin:110px 0 25px 0;
}

.block1, .block2, .block3, .block4, .block5{
	width:100%;
	height:130px;
	display:block;
	border-bottom: 1px dotted #d6d6d6;
	float:none;
	clear:both;
}
.block5{
	border-bottom: none;
}

.homeTitle{
	font-size:1em;
	text-align:right;
	background-position:bottom right;
}
.homeBody{
	display:none;
}
}

/*******************
Barra do Estadão
*******************/

#bottomBar
{
background: #fff;
width:100%;
height:30px;
left: 0px;
position:fixed;
bottom:0;
z-index:10001;
text-align:center;
border-top: 1px solid #d6d6d6;
min-width:980px;
-moz-box-shadow:  0 -6px 6px -6px rgba(0,0,0,0.25);
-webkit-box-shadow:  0 -6px 6px -6px rgba(0,0,0,0.25);
box-shadow:  0 -6px 6px -6px rgba(0,0,0,0.25);
}

#barraEstadaoParceiros{width:1000px; height:27px; background:#ffffff; margin:0px auto;}
#barraEstadaoParceiros ul{ margin:0; padding:0;}

.lgBarraEstadaoParceiros{float:left; margin-right:10px}
.lstBarraEstadaoParceiros{margin:0px; padding:0px; list-style:none; float:right; margin-right:10px; height:27px; line-height:27px;}
.itemBarraEstadaoParceiros{display:block; float:left; color:#C4C3C3; font:11px Arial, Helvetica, sans-serif bold; height:27px; line-height:27px; padding:0 6x 0 0;}
.itemBarraEstadaoParceiros a{
text-decoration:none;
color:#999;
font:11px Arial, Helvetica, sans-serif bold;
border-right:1px solid #C4C3C3;
padding-right:5px;
margin-right:5px;
line-height:27px;}

.lastItemBarra{
border:none!important;
padding:0px!important; 
margin:0px!important
}