@charset "UTF-8";
/*
+----------------------------------------------------------------+
	Import CSS											
+----------------------------------------------------------------+
*/
	@import url("reset.css");
	@import url("presets.css");
	@import url("geral.css");

/*
+----------------------------------------------------------------+
	Quem somos											
+----------------------------------------------------------------+
*/
.right {
	width: 365px;
	float: left;
	padding-bottom: 140px;
    margin: 0 !important;
}
.middle {
	width: 358px;
	padding-left: 15px;
	float: left;
    margin: 0 !important;
}
.middle h2 {
	font-size: 30px;
	padding-top: 70px;
	font-weight: bold;
}
.middle .quemSomos {
	height: 340px;
	overflow-y: auto;
}
.contentpaneopen td, .contentpaneopen td p {
	font-size: 14px;
}
.box_links {
	width: 320px;
	height: 200px;
	background: url(../images/bg_cursoslinks.gif) 15px 0px no-repeat;
	margin-left: 35px;
	position: relative;
	margin-top: 20px;
}
.box_links .bt_tecnico {
	width: 146px;
	height: 66px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	background: url(../images/bt_tecnico.gif) 0px 0px no-repeat;
}
.box_links .bt_especializacao {
	width: 149px;
	height: 68px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	bottom: 25px;
	right: 20px;
	background: url(../images/bt_especializacao.gif) 0px 0px no-repeat;
}
