@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	/*centralizar o no Internet Explorer
	text-align: center;
	*/
}
form, textarea{
	margin: 0;
	padding: 0;
}
input, select, textarea{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 11px;
	background-color: #efeff0;
	color: #838288;
	padding: 4px;
	margin: 0px;
	border: 1px solid #838288;
	vertical-align: middle;
	overflow: hidden;
}
.clear{
	clear: both;
}
div#geral{
	width: 1002px;
	/*centraliza o layout em qualquer browser, menos Internet Explorer*/
	margin: 0 auto;
	/*alinha texto a esquerda*/
	text-align: left;
}
div#cabecalho{
	width: 1000px;
	height: 335px;
	background: url(../images/layout/layout_0203.png) left top no-repeat;
}
div#idiomas{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 12px;
	color: #838288;
	padding-top: 8px;
	padding-right: 25px;
	text-align: right;
}
div#idiomas a{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 12px;
	color: #838288;
	text-decoration: none;
}
div#idiomas a:hover{
	text-decoration: underline;
}
div#menu{
	float: left;
	width: 375px;
	height: 370px;
	padding: 0;
	margin: 0;
	background: url(../images/layout/layout_06.png) left top no-repeat;
}
div#menu ul{
	padding-top: 0;
	margin-top: 0;
}
div#menu ul li{
	padding-top: 0;
	padding-left: 40px;
	padding-right: 5px;
	padding-bottom: 25px;
	list-style: none;
}
div#menu ul li a{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
  	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
div#menu ul li a:hover{
	color: #000000;
}
div#conteudo{
	float: left;
	width: 627px;
	background: url(../images/layout/layout_0701.png) left top no-repeat;
}
div#patrocinio{
	/*assim ele não sofre influência do float dos divs*/
	clear: both;
	/*rodape fixo no bottom
	position: absolute;
	bottom: 0;*/
	/*tamanho*/
	width: 1000px;
	text-align: center;
	padding-top: 30px;
}
div#rodape{
	/*assim ele não sofre influência do float dos divs*/
	clear: both;
	/*rodape fixo no bottom
	position: absolute;
	bottom: 0;*/
	/*tamanho*/
	width: 1000px;
	height: 115px;
	background: url(../images/layout/layout_1011.png) no-repeat bottom left;
	text-align: center;
	margin-top: 10px;
}
div#ciosolutions{
	text-align: center;
}
div#congresso{
	height: 390px;
	margin-left: 6px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 22px;
	background: url(../images/layout/fundoAmarelo.png) left top no-repeat;
}
div#congressoLeft{
	width: 50%;
	float: left;
}
div#congressoRight{
	width: 50%;
	float: left;
}
p.congresso{
	color: #ffffff;
}
h1.congresso{
	color: #ffffff;
}
h4.platina{
	color: #00aeef;
}
h4.ouro{
	color: #837328;
}
h4.prata{
	color: #77787b;
}
div.contato{
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 12px;
	color: #838288;
	padding-left: 22px;
	padding-right: 48px;
}
table#tabela{
	text-align: left;
	vertical-align: top;
}
img{
	border: 0;
}
img#logo{
	margin-left: 48px;
	padding-top: 30px;
}
h1#titulo{
	display: none;
}
h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 17px;
	font-weight: bold;
	color: #c32429;
	margin: 0;
	padding-top: 15px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 28px;
	text-align: center;
}
h3{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 15px;
	font-weight: bold;
	color: #865ea7;
	margin: 0;
	padding-top: 35px;
	padding-left: 22px;
	padding-right: 22px;
}
h4{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding-top: 20px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 5px;
	text-align: left;
}
p{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 12px;
	color: #838288;
	margin: 0;
	padding-top: 5px;
	padding-left: 22px;
	padding-right: 48px;
	line-height: 20px;
}
td{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 12px;
	color: #838288;
	margin: 0;
	padding-top: 5px;
	padding-left: 22px;
}
a{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 12px;
	color: #c32429;
	font-weight: bold;
}
#qt{
	display: inline;
}
.center{
	text-align: center;
}
#apas{
	padding-top: 5px;
	padding-left: 15px;
}
div#media{
	text-align: left;
}
div#media ul{
	list-style: none;
}
div#media ul li{
	float: left;
	width: 50%;
}
table#palestras{
	margin-left: 14px;
}
table#palestras tr td{
	font-size: 10px;
	padding: 4px;
}
table#palestras tr td span{
	font-style: italic;
}
.tr1 td{
	color: #fff;
	background-color: #ccc;
}
.tr2 td{
	color: #fff;
	background-color: #c32429;
}