html {
	overflow-x: hidden;
}
body {
	background: #f0f0f0;
	color: #636363;
	font: 12px/14px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	line-height: 1.5em;
}
p {
	line-height: 1.5em;
}
a, a > *, a:link, a:visited, a:active {
	color: #3756fe;
	
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	/*! transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease; */
	font-size: 1em;
}
a:hover, a > *:hover {
	color: #669933;
}
#body-wrapper {
	/*background: #dbe9f5;*/
	background: #fff;
	left: 50%;
	margin-left: -480px;
	position: relative;
	width: 1000px;
	height: 100%;
}
#logo {
	float: left;
	display:block;
	height: 100px;
	width: 350px;
	background:url(../images/logo_FEA_2017_232_100.png);
	background-repeat:no-repeat;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	background-position: 10px;
}
#lang {
	float:right;
	font-size: 12px;
	padding: 5px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, 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, input, textarea, select {
	/*background: transparent;*/
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	/*vertical-align: baseline*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
#navigation {
	float: right;
	clear: both;
}
#navigation li {
	float: left;
	position: relative;
}
#navigation > li {
	margin: 0px 15px;
	padding: 5px 5px 5px 5px;
}
#navigation > li:hover {
	background-color: #00afcb;
}
#navigation a {
	color: #000000;
	display: block;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 15px;
	font-weight: 100;
	/*margin: 0 0 0 30px;*/
	/*padding: 50px 0 35px;*/
	position: relative;
	text-transform: uppercase;
}
#navigation a:hover, #navigation .hover > a, #navigation .current > a {
	/*background: url(../images/menu_active_item.png) repeat-x 0 100%;*/
	color: #fff;
}
#navigation .current > a{
	font-weight:bold;
	/*padding:0;
	margin: 80px 3px 0px 30px;
	background:none;
	height:0px;*/
	}
#navigation > li.current {
	background-color: #00afcb;
}
/* ------------------------------------------------------------------------------- */
/*  Desplegable  --------------------------------*/
/* ------------------------------------------------------------------------------- */
#header, #slider {
	padding: 10px 15px 10px 15px;
	marging: 5px 0px 5px 0px;
	clear: both;
	/*background: #00afcb;*/
}
#header {
	padding-top: 5px;
	/*background: #00afcb;*/
}
/*.flexslider {
    width: 400px;
    height: 250px;
}
.flexslider .slides img {
    width: 400px;
    height: 250px;
}*/
#navigation ul {
	/*background-color: #00afcb;*/
	background-color: #62b8c6;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	/*-webkit-opacity: 0.95;*/
	/*-moz-opacity: 0.95;   */
	/*opacity: 0.95;        */
	display: none;
	left: 0;
	margin: 0 0 0 0px;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 180px;
	z-index: 9999;
}
#navigation ul li {
	border-bottom: 1px dotted #7b6b68;
	float: none;
}
#navigation ul li:last-child {
	border-bottom: none;
}
#navigation ul li i {
	/*background: url(../images/menu_i.png) no-repeat 0 0;*/
	height: 5px;
	position: absolute;
	right: 10px;
	top: 40%;
	width: 3px;
}
#navigation ul a {
	color: #000000;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 7px 20px;
	text-transform: none;
	/*font-weight: bold;*/
}
#navigation ul a:hover, #navigation ul .hover > a, #navigation ul .current > a, #navigation ul .current > a:hover {
	color: #FFFFFF;
	background: #7b6b68;
}
/* ------------------------------------------------------------------------------- */
/*  Sub Desplegable  --------------------------------*/
/* ------------------------------------------------------------------------------- */

#navigation ul ul {
	left: 180px;
	margin: 0;
	top: 0;
}
#navigation li:hover > ul {
	display: block;
}
.content {
    text-align: justify;
    text-justify: inter-word;
	text-indent: 50px;
	margin: 0px 50px 10px 50px;
	padding: 50px 30px;
}
.content_gradient {
  background: #f0f0f0; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #ccc , #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ccc , #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ccc , #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ccc , #fff); /* Standard syntax */}

#footer{
    clear: both;
    /*position: fixed;*/
    bottom: 0;	
    width: 990px;
    text-align: center;
    padding: 5px;
    background-color: #333;
    color: #fff;
    font: 0.9em Arial, sans-serif;
	/*-webkit-transition-property: bottom;
	-moz-transition-property: bottom;
	-ms-transition-property: bottom;
	-o-transition-property: bottom;
	-transition-property: bottom;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-transition-duration: 0.5s;
	bottom: -111px;*/
	margin-top: 50px;
}
#footer:hover{
	bottom:0px;
}

#contacte, #twitter, #links {
	float: left; width: 50%;
}
#links {
	/*text-align: left;	*/
}
#links a {
	color: #c3c3c3;
}
#links a:hover {
	color: #fff;
}
#copyright {
	clear: both;
	font-size: 0.8em;
	padding-top: 20px;	
}

#relations {
	text-align: center;
	font-size: 12px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 50px 0px 50px 0px;
}
#relations > * {
    margin: 0px 10px 0px 10px;
}


/*
.swap img:last-child{display:none}
.swap:hover img:first-child{display:none}
.swap:hover img:last-child{display:inline-block}
*/

p, ol {
	font: 14px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.content > .title {
	font: 20px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
}

dt {
	float:left;
	padding: 5px 0px;
	width: 165px;
}
dd{
	margin-left: 110px;
	padding: 5px 0px;
}
button {
	padding: 4px 12px;
	background-color: #00afcb;
	border: none;
	border-radius: 0;
	border-color: transparent;
	box-shadow: none;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	float: right;
}
input {
	width: 400px;
}
.error{
	color: red;
}

.caixa {
	border: 1px solid #000;
	padding: 10px;
	margin: 10px;
	text-indent: 0px;
	background-color: #fff;
}

.table_header, .table_row {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	margin: 10px;
	text-indent: 0px;
	background-color: #fff;	
}

.table_row {
	font-size: 12px;
	height: 50px;
}

.subtitle {
	font-weight: bold;
}


.hidden_flag {
	display:none;
}

#lang:hover>.hidden_flag{
	display: inline;
}		
