/* HTML5 */
article, aside, dialog, figure, figcaption, footer, header, hgroup, menu, nav, section { display: block; margin: 0; padding: 0; }

/* Reset */
body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address, input, textarea{ margin: 0; padding: 0; }
html, body { height: 100%; width: 100%; }
ul { list-style: none;  }
img { border: 0; display: block; -ms-interpolation-mode: bicubic; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
input::-moz-focus-inner { padding: 0; border: 0; }

body { 
    color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background:url(images/fundo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
}

/* General elements */
h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:34px;
	font-weight:normal;
	/*font: 26px/40px "Helvetica Neue", "Helvetica", Arial, sans-serif;*/
	letter-spacing: -0.6pt;
}

#content h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:34px;
	font-weight:normal;
	/*font: 26px/40px "Helvetica Neue", "Helvetica", Arial, sans-serif;*/
	letter-spacing: -0.6pt;
	margin-bottom: 20px;
	padding: 60px 20px 20px;
	background:#D9E282;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
	filter: alpha(opacity=70);/* IE 5-7 */
	-moz-opacity: 0.7;/* Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity: 0.7;/* Good browsers */
}
h2, h3 {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	/*font: 22px/26px "Helvetica Neue", "Helvetica", Arial, sans-serif;*/
	margin-bottom: 6px;
	font-weight: normal;
}
p {	padding-bottom: 10px; }

a { color: #FFF;  }
a:hover, a:focus { color:#333; }
a:hover, a:focus, a:active { outline: none; }

/* Header */
.logotipo {
	left: 20px;
	padding: 25px 0px 20px;
	position: fixed;
	top: 0;
	width: 220px;
	z-index: 5;
}
header {
	left: 20px;
	padding: 25px 0px 20px;
	position: fixed;
	top: 0;
	width: 220px;
	z-index: 5;
}
header h1 {
	background: url(images/logotipo.png) 0 0 no-repeat;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 220px;	
}
header h1 a {
	display: block;
	height: 150px;
	overflow: hidden;
	text-indent: -999em;
	width: 220px;
}
p.welcome {
	position: fixed;
	top: 25px;
	right: 20px;
	padding: 5px;
	color: #333;
	font-size: 10px;
	background:#FFF;
	background: rgba(255,255,255, 0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
	filter: alpha(opacity=70);/* IE 5-7 */
	-moz-opacity: 0.7;/* Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	/*opacity: 0.8; Good browsers */		
}

/* Navigation */
nav {
	left: 20px;
	position: fixed;
	top: 140px;
	z-index: 5;
}
nav ul { 
	padding: 0; 
}
nav li {
	background: #353535;
	clear: left;
	font-size: 10pt !important;
	float: left;
	line-height: 22px;
	margin-bottom: 10px;
	padding: 0;
}
nav a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
nav a:hover, nav .active a {
	background: #000;
	color: #fff;
	text-decoration: none;
}
nav .active {
	background: #000;
	margin-left: -20px;
	padding-left: 20px;
}
#content {
	height: 100%;
	margin-left: 260px;
	margin-bottom:400px;
	z-index: 10;
	display:block;
}
#content section {
	width: 340px;
	height: 100%;
	position:relative;
	z-index: 20;
	display:block;
	margin-bottom:800px;
}
.content {
	float: left;
	padding: 20px 20px;
	width: 700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-color:#009bb8;
	background: rgba(0,155,184, 0.8);
}

.bottom {
	height: 800px;
}
#logo_cerca {
	width:160px;
	position:fixed;
	bottom:10px;
	right:30px;
}
#logos {
	margin-top:440px;
	margin-left:20px;
	font-size: 8pt;
	color: #666;
	position:fixed;
	/*background-color:#FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 
	filter: alpha(opacity=70);/* IE 5-7 
	-moz-opacity: 0.7;/* Netscape 
	-khtml-opacity: 0.7;/* Safari 1.x 
	opacity: 0.7;/* Good browsers 	*/
}
.line {
	border-bottom: #D9E282 solid 1px;
	width: 155px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#organization, .sponsors {
	padding:5px;
}

.logo {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.logos_sponsors tr .logo {
}
.logos_sponsors tr .logo {
}


.logos_sponsors {
	background-color:#FFF;
}

#contact .content, {
	width: 600px;
	height: 320px;
}
#contact .content { padding: 20px; }

.left {
	float:left;
	padding-right:20px;
	margin-left:54px;
	margin-bottom:16px;
}
td.titulo {
	font-weight:bold;
	padding-right:30px;
	padding-bottom:10px;
	width:200px;
}
td.titulo_pdf {
	font-weight:bold;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right: 20px;
	text-align:center;
}
td.pdf {
	color:#DDD;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;

}
td.espaco {
	width:40px;
}
.tema {
	background-color: #002E48;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:67px;
	font-size: 10pt;
	font-weight: bold;

}
.intervalo {
	background-color: #008b9a;
	padding-bottom:2px;
	padding-top:2px;
	font-size: 10pt;
	font-weight: bold;
	padding-left:5px;
}

img.empresa {
	display: inline;
	padding-left: 5px;
	vertical-align: middle;
}

.bold {
	font-weight:bold;
}

img.pdf {
	display:inline;
	vertical-align:middle;
}

.pdf_agenda {
	font-size:9pt;
}

/*galeria de fotografias*/
.galleria { /*background: #000;*/ width:700px; height:400px; }

/*tabs*/
.hiddenTarget {display:none; position:fixed;}
.tabbedPages {position:relative; margin:10px 0;}
ul.tabs {
	padding:0;
	margin:0;
	margin-left:17px;
	list-style:none;
	float:left;
	position:relative;
	z-index:100;
}
ul.tabs li {float:left; margin-right:2px; padding-right:15px;}
ul.tabs li a {
	display: block;
	border-radius: 5px;
	background: #3BC2D7;
	padding: 7px;
	text-decoration: none;
	color: white;
}
ul.tabs li a:hover {
	text-decoration:underline;
}
.tabcontent {
	float:left; 
	padding:20px; 
	position:relative; 
	z-index:10; 
	display:none; 
	clear:left; 
	top:-1px;
}
.tabcontent_gallery {
	float:left; 
	padding-top:20px; 
	position:relative; 
	z-index:10; 
	display:none; 
	clear:left; 
	top:-1px;
}

div#view1, div#view3 { display: block; }

.blue_button {background-color: #3BC2D7 !important; color: white !important; font-weight:normal !important;}
.white_button {background-color: white !important; color: black !important; font-weight:bold !important;}

.clear {clear:left;}


/*LOGIN PAGE*/
#login-background {
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/* IE 8 */
	filter: alpha(opacity=80);/* IE 5-7 */
	-moz-opacity: 0.8;/* Netscape */
	-khtml-opacity: 0.8;/* Safari 1.x */
	opacity: 0.8;/* Good browsers */
	background-color:#009bb8;	
	padding:10px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:-1;
}

.login-box {
	/*position: relative;
	width: 350px;
	margin:0px auto;
	margin-top:200px;*/
	margin-left:207px;
}
h1.login {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:34px;
	font-weight:normal;
	/*font: 26px/40px "Helvetica Neue", "Helvetica", Arial, sans-serif;*/
	letter-spacing: -0.6pt;
	padding:20px;
}
.enter {
  	color: white;
	background: #333;
	font-weight: bold;
	border: 1px solid white;
	padding: 4px;
	margin-bottom:20px;
}
.submit {
  	color: white;
	background: #333;
	font-weight: bold;
	border: 1px solid white;
	padding: 4px;
	margin-left: 69px;
}
.submit_login {
  	color: white;
	background: #333;
	font-weight: bold;
	border: 1px solid white;
	padding: 4px;
}
.submit:hover, .enter:hover, .submit_login:hover {
  	color: #FFF;
  	background: #00bf00;
}
p.advise {
	color: #333;
	padding-left: 20px;
	padding-bottom: 0px!important;
	font-size: 10pt;
}
a.advise { color:green; }
a.advise:hover { color:#333; }

.field {
	padding-bottom:10px;
	/*padding-left:20px;
	color:#333;*/
}
.name_area {
	margin-left:21px;
}

.dish {
	margin-right:10px;
}
.no {
	margin-right:5px;
}


/*REGISTER PAGE*/
#register-box {
	position: relative;
	width: 541px;
	margin:0px auto;
	margin-top:150px;
}
#register-done-box {
	position: relative;
	width: 285px;
	margin:0px auto;
	margin-top:150px;
	text-align:center;

	background:#009bb8;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=780)";/* IE 8 */
	filter: alpha(opacity=80);/* IE 5-7 */
	-moz-opacity: 0.8;/* Netscape */
	-khtml-opacity: 0.8;/* Safari 1.x */
	opacity: 0.8;/* Good browsers */
	
}
.done {
	/*margin-left:20px;*/
	color:#FFF;
	padding-top:20px;
}
.register {
	/*color: #333;
	font-size: 11pt;
	margin-left:24px;*/
	margin:0px auto;
}
td.register_fields {
	padding:5px;
}
td.register_labels {
	text-align:right;
	/*padding:5px;*/
}
td.register_submit {
	text-align:left;
	padding:5px;
}

.required {
	font-size: 10pt;
	color:#333;
	text-align:right;
	padding-right:124px;
}
.star { font-size: 10pt; color: #333; }

.register_link {
	background-color:#abc645;
	font-weight:bold;
}

/*slideshow home*/
#slideshow {
    position:relative;
    height:485px;
	margin-top:5px;
	margin-left:5px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

.bold_italic {
	font-weight:bold;
	font-style:italic;
}
