@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background-color: #159;
	background-image: url(img/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #B91313;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	border: 0;
	border-bottom: 1px dashed #888;	
}
img {
	border: 0;	
}

#downloadToypaper {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

#pageBody {
	background-image: url(img/mbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#page {
	position: relative;
	margin: auto;
	width: 800px;
}
#header {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 161px;
	border-bottom: 1px dashed #000;
}
	
	#header h1, #header h2 {
		display: none;
	}

#content {
	position: relative;
	display: table-cell;
	background-image: url(img/bbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
}



.box {
	margin: 8px;	
}


#left {
	float: left;
	width: 500px;
}

#right {
	float: right;
	width: 280px;
}

#left h2 {
	border-bottom: 1px dashed #888;
	color: #159;
	margin: 0;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 8px;
	line-height: 18px;
	font-size: 24px;
	background-image: url(img/tesoura.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.link {
	text-align: center;
	background-color: #B91313;
	padding: 4px;
}
.link a{
	color: #fff;
	font-weight: bold;
}

#right h2 {
	color: #159;
	margin: 0;
	padding-top: 24px;
	padding-bottom: 0;
	color: #eee;
}

#right h2.data {
	background-color: #159;
	font-size: 36px;
	line-height: 26px;
	overflow: hidden;
}

#right h2.inscricao {
	background-color: #b91313;
	color: #eee;
	font-size: 30px;
	line-height: 22px;
	text-decoration: none;
}

form.inscricao input[type=submit] {
	background-color:#B91313;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #660808;
	color: #fff;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#right p {
	margin: 24px;
	margin-left: 16px;
	margin-right: 0;
	font-size: 18px;
}
	#right p a {
		color: #B91313;
	}


.full h2 {
	border-bottom: 1px dashed #888;
	color: #159;
	margin: 0;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 8px;
	line-height: 18px;
	font-size: 24px;
	background-image: url(img/tesoura.gif);
	background-position: bottom right;
	background-repeat: no-repeat;	
}


#subContent {
	display: table;
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
}

#organizacao {
}

#apoio {
}

#subContent h3 {
	margin: 0;
	padding: 12px;
	font-size: 16px;
	color: #000;
	background-color: #159;
	color: #fff;
	
}

table {
text-align: center;	
margin: auto;
}

#formulario_inscricao {
	display: block;
	width: 280px;
	height: 180px;
	border: 0;
}
#formulario_email {
	display: block;
	width: 280px;
	height: 180px;
	border: 0;
}

#participantes td {
	width: 120px;
	height: 80px;
	font-size:
}


#banca {
	margin-top: 20px;	
}

#banca td {
	font-size: 12px;
	text-align: left;
	height: 40px;
}

#banca .nome {
	font-weight: bold;
	color: #115599;
}


#programacao {
	margin-top: 10px;	
	margin-bottom: 10px;
}

#programacao td {
	font-size: 14px;
	text-align: left;
	height: 20px;
}

#programacao td.hora {
	font-weight: bold;
	width: 60px;
	padding-right: 4px;
	color: #115599;
	text-align: right;
}







.empresa {
	position: relative;	
	border-bottom: 1px dashed #bbb;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
}

.logo {
	position: absolute;
	top: 32px;
	left: 0;
	width: 200px;
	text-align: center;
}

.apresentacao {
	margin-left: 200px;	
}


.apresentacao h3 {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
	color: #115599;
}

.apresentacao h4 {
	
}