body {
	font-family: sans-serif;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

div#total {
	/* margin: 20px 40px 0px 40px; */
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	background-color: #fff;
	min-width: 850px;
	/* ie gambi */
	width: expression((document.documentElement.offsetWidth < 720) ? "700px" : "auto" ); 
}

div#barra_topo {
	background-image: url("/css/lp/bg_topo.png");
	background-repeat: repeat-x;
	height: 95px;
}

div#logo_topo {
	display: block;
	width: 217px;
	height: 61px;
	background-image: url("/css/lp/logo_topo.png");
	background-repeat: no-repeat;
}	

div#barra_topo_sul {
	height: 35px;
}

ul#sites {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	list-style: none;
	height: 27px;
	float: right;
}
ul#sites li {
	margin-right: 5px;
	/* font-weight: bold; */
	font-size: 80%;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}
ul#sites a {
	text-decoration: none;
	color: #babdb6;
}
ul#sites a:hover {
	/* color: #f57900; */
	color: #fff;
	text-decoration: none;
	/* background: url("/css/lm/images/lm_seta_h.png") no-repeat bottom center; */
}

div#coluna_1 {
	float: left;
	width: 172px;
	margin: 6px 0px 6px 0px;
	/* background-color: #eeeeec; */
}

#coluna_1 .top_list {
	text-align: right;
	list-style: none;
	margin-right: 6px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 100%;
}

#coluna_1 .top_list li {
	color: #16191a;
	font-weight: bold;
	margin-bottom: 4px;
}

#coluna_1 .sub_list {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

#coluna_1 .sub_list li {
	color: #555753;
	font-weight: normal;
	margin-bottom: 0px;
}

#coluna_1 .sub_list a {
	text-decoration: none;
	color: #2e3436;
}

#coluna_1 .sub_list a:hover {
	text-decoration: none;
	color: #450000;
}

#coluna_2 {
	border-left: 1px solid #E0E0DE;
	margin-top: 6px;
	margin-left: 172px;
	margin-right: 262px;
	padding-left: 6px;
	
}

div#banner_468_60 {
	height: 60px;
	text-align: center;
	background-color: #450000;
	/*
	background-image: url("publicidade_vertical.png");
	background-repeat: no-repeat;
	background-position: right;
	*/
	margin-bottom: 10px;
}

#abertura h1 {
	color: #16191a;
	font-size: 22px;
	margin: 0px;
	margin-bottom: 8px;
}
#abertura p {
	color: #2e3436;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 12px;
}
#abertura a {
	color: #450000;
	text-decoration: none;
}
#abertura a:hover {
	color: #450000;
	text-decoration: underline;
}
#abertura li {
	color: #2e3436;
	font-size: 11px;
	margin: 0px;
	margin-bottom: 4px;
}

div#abertura div.streaming {
	border: 1px solid #204a87;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 20px;
	text-align: center;
}

div#abertura div.streaming h1 {
	background-color: #204a87;
	color: #fff;
	margin: 0px 0px 6px 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 80%;
}

div#abertura div.streaming .video {
	/* height: 288px; */
	/* border: 1px solid black; */
	padding: 2px;
	background-image: url("/css/lp/fundo_video.png");
	background-repeat: repeat-y;
	background-position: center;
}

div.evento {
	border-bottom: 1px solid #babdb6;
	margin-bottom: 5px;
}
div.evento span.evento_tema {
	font-size: 20px;
}
div.evento span.link_detalhes {
	float: right;
}
div.evento span.link_detalhes a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

div.evento .nome_evento a {
	margin: 0px;
	font-size: small;
	font-weight: normal;
	color: #450000;
	text-decoration: none;
}	
div.evento .nome_evento a:hover {
	margin: 0px;
	font-size: small;
	font-weight: normal;
	color: #450000;
	text-decoration: none;
}	

#coluna_3 {
	float: right;
	width: 262px;
	/*
	border-left: 1px solid #450000;
	*/
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}

#coluna_3 h1 {
	font-weight: bold;
	font-size: 12px;
	color: #16191a;
}
#coluna_3 p {
	margin: 0px;
	margin-bottom: 2px;
}	
#coluna_3 img {
	border: 0px solid #000;
}	

div#coluna_3 div.sponsor {
	border: 1px solid #646662;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 20px;
}

div#coluna_3 div.sponsor h1 {
	background-color: #646662;
	color: #fff;
	margin: 0px 0px 6px 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div#coluna_3 div.sponsor img {
	clear: both;
	margin-top: 3px;	
	margin-bottom: 3px;	
}

div#apoio {
	clear: left;
	margin-top: 60px;
	margin-left: 10px;
}
div#apoio h1 {
	color:#16191a;
	font-size: 12px;
	margin: 0px;
}
div#apoio img {
	border-width: 0px;
	margin: 4px;
}

div#footer {
	padding-top: 20px;
	background-color: #000;
	text-align: center;
	font-size: 70%;
	color: #888a85;
	clear: both;
}

div#footer a {
	color: #888a85;
	text-decoration: none;
}
div#footer a:hover {
	color: #888a85;
	text-decoration: underline;
}

fieldset#form_pessoal {
	border-width: 0px;
	font-size: small;
}

fieldset#form_pessoal legend {
	font-style: italic;
	font-size: 120%;
}

fieldset#form_pessoal strong {
	color: #16191a;
}

fieldset#form_pessoal span.pergunta {
	display: block;
	margin-bottom: 1em;
}

fieldset#form_pessoal input[type="text"], fieldset#form_pessoal textarea {
	border-width: 1px;
	border-style: solid;
	/* background-color: #e6eaed; */
	background-color: #F7F7F7;
	border-color: #555753 #babdb6 #babdb6 #555753;
}

fieldset#form_pessoal select, fieldset#form_pessoal input[type="checkbox"] {
	border-width: 1px;
	border-color: #555753 #babdb6 #babdb6 #555753;
}

fieldset#form_pessoal select, fieldset#form_pessoal option {
	background-color: #e6eaed;
}

fieldset#form_pessoal button {
	border-width: 1px;
	border-style: solid;
	border-color: #babdb6 #555753 #555753 #babdb6;
}

fieldset#form_pessoal button:active {
	border-width: 1px;
	border-style: solid;
	border-color: #555753 #babdb6 #babdb6 #555753;
}

div.programas {
	border: 1px solid #204a87;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 20px;
}
div.programas .programa {
	margin-bottom: 6px;
	background-color: #fafaf8;
	padding: 3px;
}
div.programas .horario {
	font-size: 70%;
	width: 120px;
}
div.programas .apresentacao {
	font-size: 80%;
}
div.programas td.apresentacao span.palestrante {
	display: block;
	font-size: 120%;
}

div.programa td.apresentacao span.palestra {
	display: block;
	font-size: 80%;
	font-style: italic;
}

div.detalhes_palestrante {
	font-size: 80%;
}

div.evento div.evento_local {
	border: 1px solid #204a87;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 20px;
}

div.evento .titulo {
	display: block;
	text-align: center;
	background-color: #204a87;
	color: #fff;
	margin: 0px 0px 6px 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 80%;
}

div.evento_local p {
	padding-left: 6px; 
}

