
#slideshow {
	position: relative;
	top: 10px;
	left: 10px;
	width: 980px;
	height: 250px;
	overflow: hidden;
}

#box_meio {
	position: relative;
	top: 25px;
	left: 10px;
	width: 980px;
	height: 387px;
}

#box_projetos {
	float: left;
	width: 727px;
	height: 370px;
	background-color: #E0E8D9;
	/*
	background-image: url(img/proximas_saidas.jpg);
	background-repeat: no-repeat;
	background-position: 20px 310px;
	*/
}

.box_chamada {
	float: left;
	margin: 30px 10px 0 11px;
	width: 120px;
	height: 350px;
	overflow: hidden;
}

.box_chamada_left {
	float: left;
	margin: 30px 10px 0 20px;
	width: 120px;
	height: 290px;
	overflow: hidden;
}

a {

	text-decoration: none;

}

#box_projetos .texto,a {
	padding: 5px 0px 0px 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #674A2B;
}

#box_projetos span {
	font-size: 15px;
	font-weight:bold;
	color: #a30050;
	
}

.sa {
	color: #a30050;
	font-weight:bold;
}

img.treinamentos {
	position:absolute;
	top:290px;
	left:30px;
}

#setas {
	float: right;
	width: 250px;
	height: 387px;
}

#setas .img_setas {
	position: relative;
	top: 0px;
}


.clear {
	clear: both;
}
