@charset "UTF-8";
@import url("font/font.css");


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f7f7f7;
}

li{

	cursor: pointer;
}
h1{
	font-family: 'futura_ltextraboldoblique', Arial, Helvetica, sans-serif;
	font-size: 33px;
}
h2{
	font-family: 'futura_ltextraboldoblique', Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h3{
	font-family: 'futura_ltboldoblique', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.futuraB{
	font-family: 'futura_ltbold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
		color:#ffffff;
}

.futuraBO{
	font-family: 'futura_ltboldoblique', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
		color:#ffffff;
}

.futuraEBO{
	font-family: 'futura_ltextraboldoblique', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#ffffff;
}

.futuraEB{
	font-family: 'futura_ltextrabold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
		color:#ffffff;
}
.wrapper {
	margin: -62px auto;
	width: 1100px;
}

.provas{
	
	float: left;
	margin-left:10px;
	margin-top:0px;
	margin-left: 10px;


}
#home_title{
	position: relative;
	margin-top: 20px;
	color:#ffffff;
	font-size: 48px;
	font-style: italic;
	font-weight: 600;
	text-align: center;
	position: relative;
}

#home_header{
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 1100px;
	height: 130px;
	background-image: url(../img/home_header_bg.png);
	text-align: center;

}
#home_internal_header_lang{
	position: relative;
	z-index: 10;
	width: 850px;
	height:80px;
	top:-110px;
	margin: 0 auto;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	color: #ffffff;


}

#home_internal_header_lang ul li{
	float:right;
	width: 38px;
	height: 38px;
	background-color: #464646;
	vertical-align: middle;
	text-align: center;
	margin: 7px;
	font-size: 12px;
	border: 2px solid #f2f2f2;
	transition:all .5s;
		-webkit-transition:all .5s;
		-moz-transition:all .5s;
		-o-transition:all .5s;

}

#home_internal_header_lang li:hover{
	background-color: #000000;
	border: 2px double #464646;
	color:#ffffff;

}


.registro{
	
	width: 200px;
	margin-bottom: 20px;
	vertical-align: text-bottom;

}
.en{
	height: 70px;
}
.pt{
	height: 70px;
	
}
.registro img{
	border: 1px solid #c9c9c9;
	vertical-align: bottom;
}

.etapa{
	width: 200px;
	height: 400px;
}
.etapa a img{
	margin-top:0;
	transition:all .2s;
		-webkit-transition:all .2s = d;
		-moz-transition:all .2s;
		-o-transition:all .2s;

}
.etapa a:hover img{
	margin-top:-10px;
		transition:all .2s;
		-webkit-transition:all .2s;
		-moz-transition:all .2s;
		-o-transition:all .2s;

}















