@charset "utf-8";

*
{
	padding: 0px;
	margin: 0px;
	border: none;
	list-style: none;
	resize: none;
	outline: none;
	text-decoration: none;
}

html, body
{
	width: 100%;
	overflow-x: hidden;
	font-family: verdana;
	letter-spacing: 1px;
	font-size: 14px;
}

.container
{
	width: 100%;
	margin: auto;
	text-align: center;
}

.header
{
	width: 80%;
	height: 115px;
	overflow: hidden;
	margin: auto;
}

.logo
{
	display: inline-block;
	width: 12%;
	height: 115px;
	vertical-align: middle;
	line-height: 115px;
}

.logo img
{
	width: 100%;
}

.form_busca_top
{
	display: inline-block;
	width: 80%;
	height: 115px;
	vertical-align: middle;
	line-height: 115px;
	text-align: center;
}

.form_busca_top div
{
	display: inline-block;
	width: 36%;
	height: 115px;
	vertical-align: middle;
	margin-left: 80px;
	text-align: right;
	/*background: #dedede;*/
}

.form_busca_top div img
{
	width: 35%;
}

.form_busca_top input
{
	width: 220px;
	height: 30px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background: #dedede;
}

.form_busca_top button
{
	width: 100px;
	height: 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-right: 2px;
	padding-left: 2px;
	background: #002859;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.form_busca_top button:hover
{
	width: 100px;
	height: 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-right: 2px;
	padding-left: 2px;
	background: #0051a3;
	text-align: center;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
}

.bg_nav
{
	width: 100%;
	height: 31px;
	overflow: hidden;
	margin: auto;
	margin-top: 5px;
	text-align: center;
	background: #01431d;
	border-top: #dddddd solid 7px;
	border-bottom: #dddddd solid 7px;
	line-height: 31px;
}

.nav
{
	width: 80%;
	height: 45px;
	margin: auto;
}

.nav li
{
	display: inline-block;
	margin-right: 6px;
}

.nav li a
{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.nav li:hover a
{
	color: #777;
	text-transform: uppercase;
	font-size: 14px;
}

.galeria
{
	width: 100%;
	height: 315px;
	background: #002859;
	margin: auto;
}

.parabens
{
	width: 75%;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: #dedede solid 1px;
	border-bottom: none;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
	text-align: left;
}

.parabens h2
{
	color: #009845;
	margin-bottom: 10px;
	margin-top: 5px;
}

.center
{
	text-align: center;
}

.parabens h5
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.parabens h5 a
{
	color: #009845;
}

.parabens .col
{
	display: inline-block;
	width: 30%;
	height: 300px;
	margin-top: 15px;
	text-align: justify;
	overflow: hidden;
	vertical-align: middle;
	padding-left: 20px;
}

.parabens .col .img
{
	text-align: center;
	width: 128px;
	height: 135px;
	margin: auto;
	margin-top: 20px;
}

.parabens .col .img img
{
	width: 100%;
}

.colpar
{
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 123px;
	line-height: 123px;
	text-align: center;
	margin: auto;
	margin-top: 15px;
	padding: 5px;
}

.colpar img
{
	width: 100%;
}

.colprojeto
{
	width: 95%;
	display: table;
	margin: auto;
}

.colprojeto p
{
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

.colprojeto h3
{
	margin-top: 20px;
}

.colvideo
{
	width: 50%;
	display: table;
	margin: auto;
}

.colvideo video
{
	width: 100%;
}

.footer
{
	width: 100%;
	height: 160px;
	background: #002859;
	overflow: hidden;
}

.footer .bg_footer
{
	width: 80%;
	height: 144px;
	margin: auto;
	margin-top: 10px;
}

.footer .mapa_mini
{
	display: inline-block;
	width: 25%;
	height: 144px;
	vertical-align: middle;
}

.footer .programa
{
	display: inline-block;
	width: 40%;
	height: 124px;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	font-weight: normal;
}

.footer .logo_pequeno
{
	display: inline-block;
	width: 15%;
	height: 144px;
	vertical-align: middle;
	text-align: right;
	line-height: 144px;
}

.colprojeto p.cursos_texto, .colprojeto h3.cursos_titulo
{
	text-transform: uppercase;
}

.cct
{
	width: 350px;
	height: 30px;
	background: #dedede;
	padding: 8px 8px 8px 8px;
	line-height: 18px;
	vertical-align: middle;
}

.cct_bt
{
	width: 365px;
	height: 30px;
	background: #dedede;
	padding: 8px 8px 8px 8px;
	line-height: 18px;
}