/***********************************************/
body{
	font-family: Trebuchet MS, Arial;
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
}

a:link, a:visited{
	color: #800080;
	text-decoration: none;
	text-align: left;
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	font-size: 10px;
}

a:hover{
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}


h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}



ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Divs                                 */
/***********************************************/
#corpo_conteudo1{
	position:relative;
	top: 99px;
	width:80%;
	background-color: #EAE4CA;
	z-index: 4;
	left: 10%;
	height: auto;
	visibility: visible;
	border-bottom: 3px solid #ffffff;
	float: left;
}

#header{
	position: absolute;
	top: 0px;
	width:80%;
	height: 100px;
	left: 10%;
	background-color: #918643;
	vertical-align: top;
	z-index: 2;
	visibility: visible;
	border-top: 5px solid #ffffff;
	
}

#menu_esq{
	float: left;
	width:34%;
	padding: 0px;
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #B7AF88;
	height: auto;
	position: relative;
	overflow: visible;
	z-index: 1;
}

#conteudo{
	background-color: #EAE4CA;
	left: 2%;
	position: relative;
	top: -5px;
	width: 59%;
	height: auto;
	float: left;
}

#conteudo a:link, #conteudo a:visited {
	text-decoration: underline;
	font-family: Trebuchet MS, Arial;
	color: #008080;
	font-size: 11px;
}

#conteudo a:hover{
	text-decoration: none;
	font-family: Trebuchet MS, Arial;
	color: #000000;
	font-size: 11px;
}

#barra_navegacao{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 78px;
	color: #ff5b00;
	height: 16px;
	width: 70%;
	background-color: #FFFFFF;
	left: 0%;
	min-height: 16px;
	max-height: 16px;
	z-index: 2;
	visibility: visible;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

#nome_secao{
	margin: 0px;
	width: 34%;
	height: auto;
	background-color: #B7AF88;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #F4F0DF;
}


#globalNav{
	position: relative;
	width: 70%;
	height: 78px;
	color: #FFFFFF;
	background-color: #918643;
	top: 5px;
	padding-top: 8px;
	left: 0%;
	visibility: visible;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	left: 10px;
	z-index: 100;
	width: 100%;
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	visibility: visible;
	margin-left: 5px;
}


a.glink, a.glink:visited{
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	line-height: 200%;
	vertical-align: top;
	margin-left: 5px;
	margin-top: 5px;
	border-right: 1px solid #B7AF88;
}

a.glink:hover{
	font-size: 12px;
	color: #EFE052;
	padding: 0px 5px 0px 5px;
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	line-height: 200%;
	vertical-align: top;
	margin-left: 5px;
	margin-top: 20px;
	text-decoration: none;
	font-weight: bold;
}

.skipLinks {display: none;}



#navlinks{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #FFFFFF;
}

#navlinks a{
	color: #AAAAAA;
}

#navlinks a:hover{
	color: #005FA9;
	text-decoration: underline;
}



.feature{
	height: auto;
	background-color: #EAE4CA;
	width: 100%;
	position: relative;
	text-align: left;
	vertical-align: top;
}
html>body .feature {}



.story {
	padding: 0px 0px 10px 20px;
	font-size: 80%;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}



#rodape{
	clear: both;
	border-top: 4px solid #ffffff;
	font-size: small;
	height: 30px;
	vertical-align: bottom;
	text-align: center;
	background-color: #FF5B00;
	max-height: 30px;
	width: 100%;
	left: 0%;
	position: relative;
	visibility: visible;
	top: 0px;
	float: left;
}

#rodape a:link, #rodape a:visited {
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	color: #ffffff;
	font-size: 10px;
}

#rodape a:hover{
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	color: #000000;
	font-size: 11px;
}

#rodape img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}


#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks {
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #918643;
}

#sectionLinks a:link, #sectionLinks a:visited {
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #918643;
	padding: 3px 20px 3px 5%;
	display: block;
}

#sectionLinks a:hover{
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #B7AF88;
	text-decoration: none;
}




#tarja navegacao header {
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	font-size: 12px;
	line-height: normal;
	color: #918643;
	background-color: #FFFFFF;
	max-height: 16px;
	height: 5px;
}

.logo {
	height: 78px;
	width: 30%;
	left: 70%;
	min-height: 78px;
	max-height: 78px;
	vertical-align: middle;
	text-align: center;
	background-color: #EAE4CA;
	visibility: visible;
}

.feature_3 {
	font-size: 10px;
	background-color: #F4F0DF;
	color: #918643;
	left: 70%;
	text-align: center;
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	position: relative;
	top: 0px;
	width: 30%;
	height: 78px;
	vertical-align: middle;
	z-index: 3;
}

#barra_idioma {
	font-family: "Myriad Roman", Trebuchet MS, Arial;
	position: absolute;
	top: 78px;
	color: #ff5b00;
	height: 16px;
	width: 25%;
	background-color: #FFFFFF;
	left: 70%;
	min-height: 16px;
	max-height: 16px;
	min-width: 25%;
	z-index: 2;
	font-size: 10px;
	font-weight: bold;
}

#barra_idioma a:link, #barra_idioma a:visited {
	text-decoration: none;
	color: #ff5b00;
}

#barra_idioma a:hover {
	text-decoration: underline;
	color: #000000;
}

#barra_icone_home {
	position: absolute;
	top: 78px;
	color: #F4F0DF;
	height: 16px;
	width: 5%;
	background-color: #FFFFFF;
	left: 95%;
	min-height: 16px;
	max-height: 16px;
	min-width: 5%;
	vertical-align: top;
	z-index: 1;
	text-align: center;
}

#banner_inf_1 {
	position:absolute;
	top: 0px;
	width:50%;
	background-color: #666408;
	z-index: 0;
	height: 90px;
	left: 0%;
	border-top: 3px solid #800000;
	vertical-align: bottom;
	visibility: visible;
}

#banner_inf_2 {
	position:relative;
	width:50%;
	background-color: #008080;
	height: 90px;
	left: 50%;
	border-top: 3px solid #800000;
	vertical-align: top;
	float: inherit;
}

#espaco_banners_inf {
	position:relative;
	top: 0px;
	width:100%;
	z-index: 0;
	height: auto;
	visibility: visible;
	left: 0%;
	vertical-align: bottom;
	overflow: visible;
	float: left;
}

#foto_banner {
	position:relative;
	width:60px;
	background-color: #999933;
	height: 60px;
	left: 5%;
	border: 1px solid #cccccc;
	margin-top: 8px;
}

#chamada_banner {
	width:70%;
	background-color: #800000;
	height: auto;
	left: 160px;
	position: absolute;
	top: 15px;
}

#texto_banner {
	width:70%;
	background-color: #666408;
	height: auto;
	position: absolute;
	left: 30%;
	top: 10%;
}

#seta_banner {
	width:15px;
	background-color: #666408;
	height: 15px;
	position: absolute;
	left: 90%;
	top: 1.238in;
}

#logo {
	position: absolute;
	top: 0px;
	height: 78px;
	width: 30%;
	background-color: #F4F0DF;
	left: 70%;
	min-height: 78px;
	max-height: 78px;
	z-index: 2;
	text-align: center;
	vertical-align: middle;
	visibility: visible;
}

#banner_inf_3 {
	position:absolute;
	top: 0px;
	width:50%;
	background-color: #918643;
	z-index: 0;
	height: 90px;
	left: 0%;
	border-top: 1px solid #ffffff;
	vertical-align: bottom;
	visibility: visible;
	float: left;
}

#banner_inf_4 {
	position:relative;
	width:50%;
	background-color: #C0C427;
	height: 90px;
	left: 50%;
	border-top: 1px solid #ffffff;
	vertical-align: top;
	top: 0px;
	float: inherit;
}

#espaco_banners_2 {
	position:relative;
	top: 0px;
	width:100%;
	z-index: 0;
	height: auto;
	visibility: visible;
	left: 0%;
	vertical-align: bottom;
	overflow: visible;
	float: left;
}

#foto_banner_2 {
	position:relative;
	width:60px;
	background-color: #339999;
	height: 60px;
	left: 5%;
	border: 1px solid #cccccc;
	margin-top: 8px;
}

#foto_banner_3 {
	position:relative;
	width:60px;
	background-color: #999966;
	height: 60px;
	left: 5%;
	border: 1px solid #cccccc;
	margin-top: 8px;
}

#foto_banner_4 {
	position:relative;
	width:60px;
	background-color: #999933;
	height: 60px;
	left: 5%;
	border: 1px solid #cccccc;
	margin-top: 8px;
}

#texto_banner_2 {
	width:70%;
	background-color: #008080;
	height: auto;
	position: absolute;
	left: 30%;
	top: 10%;
}

#texto_banner_3 {
	width:70%;
	background-color: #918643;
	height: auto;
	position: absolute;
	left: 30%;
	top: 10%;
}

#texto_banner_4 {
	width:70%;
	background-color: #C0C427;
	height: auto;
	position: absolute;
	left: 30%;
	top: 10%;
}



.style1 {
	font-family: "Trebuchet MS";
	color: #f4f0df;
}

.corpo_texto {
	font-size: 13px;
	font-family: "Trebuchet MS";
	line-height: 140%;
}
.nome_canal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #BF3D1F;
	padding-top: 20px;
	margin-right: 12px;
	height: auto;
	text-indent: 15px;
	padding-left: 32px;
}

# {
	position:absolute;
	top:0px;
	width:100%;
	height:5px;
	background-color: #FFFFFF;
	z-index: 4;
	visibility: visible;
}
.style25 {
	font-size: 10px;
	padding-bottom: 8px;
	font-family: "Trebuchet MS";
}
.copyright_site {
	font-size: 9px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-align: right;
	}

.itens_menu_lateral {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Myriad Roman";
	margin-left: 45px;
	letter-spacing: 10%;
}

#Layer4 {
	position:absolute;
	top:65px;
	width:794;
	height:5px;
	background-color: #99CC00;
	left: 519px;
}
.style40 {
	font-family: "Trebuchet MS";
	color: #ff5b00;
	font-weight: bold;
	font-size: 10px;
}

.style40 a:link, .style40 a:visited {
	font-family: "Trebuchet MS";
	color: #FF6600;
	font-weight: bold;
	font-size: 10px;
}

.style40 a:hover {
	font-family: "Trebuchet MS";
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

.links_rodape {
	font-size: 10px;
	vertical-align: bottom;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	text-align: center;
}

.style51 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px; color: #F4F0DF; padding-left: 32px; padding-top: 20px;
}

.style53 {
	font-size: 13px;
	font-weight: bold;
	color: #008080;
	margin-bottom: 10px;
	font-family: sans-serif, "Trebuchet MS", Arial, Helvetica, ;
}

.style57 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	line-height: 160%;
	font-style: oblique;
}

.titulo_secao_menu_esq {
	color: #800080;
	font-weight: bold;
	font-size: 12px;
	font-family: "Myriad Roman", sans-serif;
	letter-spacing: 30%;
	text-align: left;
	line-height: 20%;
	padding-left: 5%;
}


.assina_artigo {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #800000;
	line-height: 160%;
	font-style: oblique;
}

.corpo_texto_artigo {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial;
	line-height: 140%;
	color: #54460e;
	text-align: justify;
	text-indent: 20px;
}

.corpo_texto_noticia {
	font-size: 11px;
	font-family: "Trebuchet MS";
	line-height: 140%;
	color: #54460e;
	text-align: justify;
	text-indent: 20px;
	border-bottom-style: 1 px dotted;
	border-bottom-color: #999999;
}

.treinamento_aberto {
	font-family: Georgia, serif, sans-serif, "Times New Roman", Times;
	font-size: 26px;
	color: #800080;
}


.nome_curso {
	font-family: Georgia, serif, sans-serif, "Times New Roman", Times;
	font-size: 28px;
	color: #BF3D1F;
}

.data_evento {
	font-size: 15px;
	font-family: "Trebuchet MS", Arial;
	color: #54460e;
	text-align: left;
	padding-top: 6px;
}

.tarjas_evento {
	font-family: Georgia, serif, sans-serif, "Times New Roman", Times;
	font-size: 20px;
	color: #356A54;
	background-color: #f4f0df;
	padding: 3px 10px 3px 10px;
}

.texto_curso {
	font-size: 12px;
	font-family: sans-serif, Trebuchet MS, Arial, serif, ;
	line-height: 150%;
	color: #54460e;
	text-align: left;
	text-indent: 20px;
}

.texto_curso_indent {
	font-size: 12px;
	font-family: sans-serif, Trebuchet MS, Arial, serif,;
	line-height: 150%;
	color: #54460e;
	text-align: left;
	padding-left: 20px;
}

.texto_curso_indent a:link, .texto_curso_indent a:visited, .texto_curso_indent a:hover {
	font-size: 12px;
	font-family: sans-serif, Trebuchet MS, Arial, serif;
	color: #008080;
}

.tarja_evento_inscreva_se {
	font-family: Georgia, serif, sans-serif, "Times New Roman", Times;
	font-size: 20px;
	color: #f4f0df;
	background-color: #800080;
	padding: 10px 10px 10px 10px;
	margin-right: 200px;
}

.tarja_evento_inscreva_se a:link {
	font-family: Georgia, serif, sans-serif, "Times New Roman", Times;
	font-size: 20px;
	color: #f4f0df;
	background-color: #800080;
}

.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #BF3D1F;
	padding-top: 20px;
	margin-right: 12px;
	text-indent: 15px;
	padding-left: 32px;
}

.voltar_fechar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #BF3D1F;
}

.voltar_fechar a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #BF3D1F;
}

.voltar_fechar a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #BF3D1F;
	font-weight: normal;
	text-decoration: underline;
}

.form_campo {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	color: #54460e;
	text-align: left;
	padding: 4px 8px 4px 8px;
}
