@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(../_images/stripes.jpg);
	font-family: Helvetica;
	font-size: 14px;
}
#conteudo{
	width:960px;
	margin:0 auto;
	text-align:left;
}
a{
	color: #0C4CA3;
	text-decoration: none;
}

header{
	display: -webkit-box;
 	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	list-style: none;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	padding: 20px 0;
}
header .brand img{
	max-height: 100px;
}
header .EuropeanEntities{
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	list-style: none;
}
header .EuropeanEntities img:last-child{
	margin-left: 1em;
}



ul.menu ul{
	display:none;
}
ul.menu li:hover > ul{
	display:block;
}
ul.menu{
	margin-top:0;
	width:920px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial,Verdana, sans-serif;
	font-size:14px;
	background:#696969;
	display:inline-table;
	padding:0 20px;
	list-style:none;
	position:relative;
}
ul.menu:after{
	content: ""; 
	clear: both; 
	display: block;
}
ul.menu li {
	float: left;
	list-style: none;
}
ul.menu li:hover {
	background: #4c4c4c;
}
ul.menu li:hover a{
	color: #fff;
}
ul.menu li a{
	display: block; 
	padding:10px 8px;
	color: #fff; 
	text-decoration: none;
}
ul.menu ul{
	width:160px;
	background: #696969; 
	border-radius: 0px; 
	padding:0;
	position: absolute; 
	top: 100%;
}
ul.menu ul li{
	float: none; 
	border-top: 1px solid #ccc;
	position: relative;
}
ul.menu ul li a{
	padding:5px 10px;
	color: #fff;
}	
ul.menu ul li a:hover{
	background: #4c4c4c;
}


/* texto */
#content{
	border-bottom:10px #FFF solid;
	background:#FFF;
	box-shadow:2px 2px 2px 2px #ccc;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 1.3;
}
.img1{
	background: url(../_images/013.jpg);
	width: 400px;
	height: 515px;
	float: right;
	margin: 30px 20px 20px 20px;
	box-shadow: 2px 2px 2px #CCCCCC;
}
.value{
    padding-top: 30px;
    margin-left: 30px;
	font-weight: 700;
	color: #0C4CA4;
	letter-spacing: 2px;
	border-bottom: 1px solid #0C4CA4;
	width: 125px;	
}
.p1{
	margin-left: 30px;
	width: 900px;
}
.outcomes{
	margin-left: 30px;
	margin-top: 10px;
	font-weight: 700;
	color: #0C4CA4;
	letter-spacing: 2px;
	border-bottom: 1px solid #0C4CA4;
	width: 195px;
}
.career{
	margin-left: 30px;
	margin-top: 10px;
	font-weight: 700;
	color: #0C4CA4;
	letter-spacing: 2px;
	border-bottom: 1px solid #0C4CA4;
	width: 315px;
}
.professional{
	margin-left: 30px;
	margin-top: 10px;
	font-weight: 700;
	color: #0C4CA4;
	letter-spacing: 2px;
	border-bottom: 1px solid #0C4CA4;
	width: 435px;
}
.advanced{
	margin-left: 30px;
	margin-top: 10px;
	font-weight: 700;
	color: #0C4CA4;
	letter-spacing: 2px;
	border-bottom: 1px solid #0C4CA4;
	width: 380px;
}
.img2{
	background: url(../_images/014.jpg);
	width: 900px;
	height: 382px;
	box-shadow: 2px 2px 2px #CCCCCC;
	margin-left: 30px;
	margin-top: 20px;
}

/* footer */
footer{
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	padding-top: 50px;
}
footer .container{
	width: 960px;
	margin: 0 auto;
}
/* menu */
footer .container .menu{
	width: 30%;
	float: left;
}
footer .container .menu ul{
	padding: 0;
}
footer .container .menu ul li{
	list-style: none;
	float: left;
	padding-right: 20px;
	padding-top: 10px;
}
/* organizers */
footer .container .organizers{
	width: 70%;
	height: 50px;
	float: left;
}
footer .container .organizers ul{
	list-style: none;
}
footer .container .organizers ul li{
	float: left;
	padding: 0 25px;
}
/* partners */
footer .container .partners{
	width: 100%;
	height: 100px;
	clear: both;
	padding-top: 75px;
}
footer .container .partners ul{
	list-style: none;
	padding: 0;
}
footer .container .partners ul li{
	float: left;
	padding: 0 25px;
}
/* copyright */
footer .container p.copyright{
	width: 100%;
	font-size: 12px;
	clear: both;
	padding: 50px 0 20px 0;
}
footer .container p.copyright a{
	text-decoration: underline;
	color: #787878;
}