html, body {height:100%;} /**/

body {
	width:100%;
	min-width: 778px;
	margin:0; 
	padding:0;
	background: url(img/fundo.png) center top repeat-y #fff;
	font: 11px arial, "Trebuchet MS", verdana, Helvetica;
	text-align: center;
	color: #000000;
	display: inline;
}  

#tudo { 
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
}

* html #tudo {height: 100%;}/**/
 
#corpo {
	width: 778px;
	margin: 0 auto;
}

#simposio {
	height: 168px;
	margin: 30px 0px 21px 0px;
	background: url(img/simposio.png) center no-repeat;
	text-align: center;
}   

#simposio a {
	width: 100%;
	height: 130px;
	text-align: center;
	display: block;
}   

#cabecalho {
	width: 100%;
	min-height: 234px;
	text-align: center;
	overflow: visible;
}   

#corpo_esq {
	width: 327px;
	float: left;
	text-align: left;
	display: inline;
}

#corpo_dir {
	width: 451px;
	float: right;
	text-align: right;
	display: inline;
}

.palestrantes {
	width: 296px;
	color: #cbcbcb;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 29px 0px 0px;
	margin: 0px 1px 0px 0px;
	background: url(img/linha_palestrantes.png) right top no-repeat;
	text-align: right;
} 

.palestrantes h1 {
	height: 20px;
	color: #e2a761;
	font: 21px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	text-align: right;
} 

.img_vozes {
	margin: 0px 11px 0px 0px;
	text-align: left;
}

#titulo_interno {
	height: 20px;
	color: #04233d;
	font: 21px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 4px 68px;
	text-align: left;
	background: url(img/linha_azul.png) bottom left no-repeat;
	margin: 0px 0px 20px 0px;
} 

#titulo_patrocinadores {
	height: 20px;
	color: #04233d;
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 4px 68px;
	text-align: left;
	background: url(img/linha_azul.png) bottom left no-repeat;
	margin: 0px 0px 7px 0px;
} 

.texto_interno {
	width: 346px;
	color: #04233d;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 38px 0px 68px;
	margin: 0px 0px 0px 1px;
	text-align: left;
}

.texto_interno h4 {
	color: #497aa3;
	font: 14px bold "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.texto_radio {
	width: 346px;
	color: #04233d;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 3px;
	text-align: left;
}

.espaco_cadastro {
	height: 5px;
	display: block;
}

.titulo_cadastro {
	width: 363px;
	color: #fff;
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 7px 5px 15px;
	margin: 0px 0px 7px 45px;
	text-align: left;
	background: #04233d;
}

.cadastro_esq {
	text-align: right;
	line-height: 11px;
	height: 30px;
}

.espaco {
	height: 15px;
	display: block;
}

.menu {
	width: 283px;
	height: 69px;
	display: block;
}
 
.menu a {
	width: 283px;
	height: 69px;
	background: url(img/botao.png) no-repeat;
	float: left;
	line-height: 144px;
	text-align: left;
	text-decoration: none;
	display: inline;
}

.menu a:hover {
	background-position: left bottom;
}

.menu2 {
	width: 283px;
	height: 69px;
	display: block;
}
 
.menu2 a {
	width: 283px;
	height: 69px; 
	background: url(img/botao_programacao.png) no-repeat;
	float: left;
	line-height: 69px;
	text-align: center;
	text-decoration: none;
	display: inline;
}

.menu2 a:hover {
	background-position: left bottom;
}


.menu3 {
	width: 283px;
	height: 69px;
	display: block;
}
 
.menu3 a {
	width: 283px;
	height: 69px; 
	background: url(img/botao_chegar.png) no-repeat;
	float: left;
	line-height: 69px;
	text-align: center;
	text-decoration: none;
	display: inline;
}

.menu3 a:hover {
	background-position: left bottom;
}

.menu4 {
	width: 283px;
	height: 69px;
	display: block;
}
 
.menu4 a {
	width: 283px;
	height: 69px; 
	background: url(img/botao_pagar.png) no-repeat;
	float: left;
	line-height: 69px;
	text-align: center;
	text-decoration: none;
	display: inline;
}

.menu4 a:hover {
	background-position: left bottom;
}

fieldset {
	border:none;
}
				
form fieldset label {
	color:#FFF;
	font:20px arial, tahoma, sans-serif;
	display:block;
	width:100%;
	float:left;
}
		
form fieldset label.labmensagem {
	width:96%;
}
		
form fieldset label.labmensagem textarea {
	width:455px;
	height:200px;
	font:13px arial, tahoma, sans-serif;
	padding:3px;
	border:1px solid #FFF;
}
		
form fieldset label input {
	width: 96%;
	border: 0px;
	background: #497aa3;
	padding: 3px;
	margin: 0px 0px 0px 5px;
	color:#FFF;
}

form fieldset label select {
	width: 96%;
	border: 0px;
	background: #497aa3;
	padding: 3px;
	margin: 0px 0px 0px 5px;
	color:#FFF;
}
		
.enviar {
	width: 80px;
	background:#04233d;
	color:#FFF;
	border: 0px;
	padding:5px;
	text-align: center;
	font:13px verdana, arial, tahoma, sans-serif;
	cursor:pointer;
}
