/* Retiro a div com a bolinhas */
#balls{
	display:none;
}

#bigbox{
	position:relative;
	display:table;
	width:100%;
	height:auto;
	padding-top:40px;
}

h1.titulo{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-indent:15px;
	padding-bottom:25px;
}

.intro{
	width:936px;
	margin:0 0 25px 15px;
}
.intro p{
	width:936px;
	color:#816c54;
	font-size:12px;
	text-align:justify;
	margin-bottom:10px;
}

.certificacoes{
	margin:0 auto;
}

/* Hack para centralizar verticalmente no ie */
	.certificacoes .quadro{
		float:left;
		display: table-cell;
		width:480px;
		height:215px;
		text-align: center;
		vertical-align: middle;
		background:url('../imgs/quadro-349x215.png') center 0 no-repeat;
	}	
		.quadro *{
			vertical-align: middle;
		}
		.quadro span {
			display: inline-block;
			height: 100%;
		}
		
	.certificacoes img{
		max-width:245px;
		max-height:144px;
	}


	
.esq{
	float:left;
	width:700px;
	height:auto;
}
	/* Hack para centralizar verticalmente no ie */
	.esq .quadro{
		display: table-cell;
		width:740px;
		height:302px;
		text-align: center;
		vertical-align: middle;
		background:url('../imgs/quadro-507x302.png') center 0 no-repeat;
	}	
		.quadro *{
			vertical-align: middle;
		}
		.quadro span {
			display: inline-block;
			height: 100%;
		}
		
	.esq img{
		max-width:450px;
		max-height:320px;
	}
	.esq .texto{
		width:487px;
		height:auto;
		margin:15px auto 0 auto;
	}
		.texto p{
			color:#816c54;
			font-size:12px;
			text-align:justify;
		}
		.texto p a{
			color:#000000;
		}
		.texto p a:hover{
			color:#816c54;
		}

	
.dir{
	float:left;
	width:260px;
	height:auto;
	text-align:left;
}
	/* Estilos para o plugin Scroll Pane */
	/* Ajusta o lado da barra (left/right) */
	.jspVerticalBar{
		left: 0;
	}
	/* Ajusta a div que contém o conteúdo */
	.scroll-pane{
		width: 100%;
		height: 416px;
		overflow: auto;
	}
		.scroll-pane li{
			width:100%;
			height:104px;
			text-align: center;
			vertical-align: middle;
			background:url('../imgs/quadro-165x104.png') center 0 no-repeat;
		}
			.scroll-pane li *{
				vertical-align: middle;
			}
			.scroll-pane li span {
				display: inline-block;
				height: 100%;
			}
	
	/* Altero o estilo da barra de rolagem */
	.jspVerticalBar{
		width:10px;
	}
	.jspDrag{
		background:#ede9e5;
	}
	.jspTrack{
		background:#f9f7f5;
	}
	