/* GERAL */

body {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.es,
.en {
	background: url(../images/bg_site.gif) no-repeat fixed center 0;
}
.es #imagem {
	background: url(../images/bg_home_es.jpg) no-repeat 0 0!important;
	height: 608px;
}
.en #imagem {
	background: url(../images/bg_home_en.jpg) no-repeat 0 0!important;
	height: 608px;
}

* {
	margin: 0;
	padding: 0;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 2px 0px 1px 3px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;	
	border-bottom: 1px solid #CCC;
}
input, select {
	height: 13px;
	line-height: 13px;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overlfow: hidden;
}
.atencao {
	background-color: #EEEEEE;
	border-bottom: 3px solid #D7D7D7;
	padding: 4px 4px 4px 25px;
	margin-bottom: 16px;
	font-size: 13px;
	background-image: url(../images/ico_atencao.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.ast { }
a:focus {outline-style: none;}
sup, sub {
	vertical-align: 0;
	position: relative;
}
sup { bottom: 1ex; }
sub { top: 0.8ex; }

/* HOME */
#capa {
	position: absolute;
	top: 123px;
	right: 15px;
}
#home #ra { display: none; }

/* ESTRUTURA */
#externa { }
#site {
	width: 1096px;
	position: relative;
	margin: 36px auto 30px auto;
}
	#site .col_e {
		width: 285px;
		float: left;
	}
	#site .col_e .container {
		background-color: #CDA146;
		border-top: 15px solid #0C5B54;
		float: left;
		width: 285px;
	}
	#site .col_d {
		width: 811px;
		float: right;
		border-top: 15px solid #0C5B54;
		display: inline; /* IE6 float double-margin fix */
		background: url(../images/bg_conteudo.gif) no-repeat 0 196px;
	}
#header {
	height: 97px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

#logo {
	float: left;
	margin: 0 0px 17px 20px;
	display: inline; /* IE6 float double-margin fix */
}
#ra {
	display: block;
	text-indent: -9999px;
	width: 222px;
	height: 77px;
	position: absolute;
	right: 0;
	top: 8px;
}
	.es #ra { background: url(../images/tit_ra_es.gif) no-repeat right 0; }
	.en #ra { background: url(../images/tit_ra_en.gif) no-repeat right 0; }

#searchbar {
	float: left;
	padding: 0 0 38px 0;
}

/* PAGINATOR */
#paginator {
	vertical-align: middle;
	text-align: center;
	height: 15px;
	position: absolute;
	left: 0;
	top: 8px;
}
#paginator,
#paginator a {
	display: inline;
}
#paginator .volta,
#paginator .volta_fim,
#paginator .avanca,
#paginator .avanca_fim {
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 15px;
}
.es #paginator .volta { background: url(../images/btn_seta_e_es.gif) no-repeat 0 0; width: 80px; margin-right: 50px; }
.es #paginator .volta_fim { background: url(../images/btn_seta_e_es_off.gif) no-repeat 0 0; width: 80px; margin-right: 50px; }
.es #paginator .avanca { background: url(../images/btn_seta_d_es.gif) no-repeat 0 0; width: 70px; }
.es #paginator .avanca_fim { background: url(../images/btn_seta_d_es_off.gif) no-repeat 0 0; width: 70px; }

.en #paginator .volta { background: url(../images/btn_seta_e_en.gif) no-repeat 0 0; width: 79px; margin-right: 50px; }
.en #paginator .volta_fim { background: url(../images/btn_seta_e_en_off.gif) no-repeat 0 0; width: 79px; margin-right: 50px; }
.en #paginator .avanca { background: url(../images/btn_seta_d_en.gif) no-repeat 0 0; width: 47px; }
.en #paginator .avanca_fim { background: url(../images/btn_seta_d_en_off.gif) no-repeat 0 0; width: 47px }

.paginator_numero {
	display: none;
}
#paginator img {
	float: left;
}

#busca {
	background-image: url(../images/bg_busca.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 211px;
	height: 20px;
	float: left;
	border-bottom: 1px solid #0C5B54;
	margin: 40px 0 0 24px;
	display: inline;
}
	#busca .btn {
		float: right;
		margin: 1px 5px 0 0;
		display: inline; /* IE6 float double-margin fix */
		width: 18px;
		height: 17px;
		background:url(../images/ico_busca.gif) no-repeat 0 5px;
		border: 0;
		text-indent: -9999px;
		cursor: pointer;
		overflow: hidden;
	}	

.txt_busca {
	border: 0;
	width:180px;
	font-size: 11px;
	color: #0C5B54;
	text-align: left;
	padding: 4px 0 0 0;
	line-height: 14px!important;
	background-color: transparent;
	font-weight: bold;
	float: left;
}
.botao {
	padding:4px 4px;
	margin:0px 0px 0px 10px;
	border:none;
	line-height: 10px;
	background:none;
	font-size: 12px;
	color: #FFF;
	width: auto;
	height: auto;
	background-color: #0C5B54;
	text-transform: lowercase;
	cursor: pointer;
}

#rodape {
	background-color: #0C5B54;
	height: 65px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
	#rodape,
	#rodape a {
		font-size: 11px;
		color: #FFF;
		text-decoration: none;
	}
	#rodape a:hover { text-decoration: underline; }
	
	#rodape #copyright {
		position: absolute;
		left: 15px;
		top: 19px;
	}
		#rodape #copyright .empresa {
			color: #CDA146;
			font-weight: bold;
		}
	#rodape .ferramentas {
		position: absolute;
		right: 21px;
		top: 38px;
		text-transform: uppercase;
		font-weight: bold;
	}
	#rodape .links {
		border-left: 1px solid #FFF;
		float: right;
		height: 12px;
	} 
	#rodape .links li {
		height: 12px;
		float: left;
		list-style: none;
		padding: 0 11px;
		border-right: 1px solid #FFF;
	}

/* HEADER - LINKS RAPIDOS */
#header .links {
	float: right;
	background: url(../images/bg_menusuperior.gif) no-repeat 0 0;
	height: 31px;	
	padding-top: 12px;
	width: 619px;
	margin: 10px 44px 0 0;
	display: inline;
}
#header .links li {
	list-style: none;
	float: left;
	background: url(../images/bg_pontilhado1.gif) repeat-y right 0;
	padding: 0 8px;
	height: 19px;
	margin: 0;
}
#header .links .ultimo {
	padding: 0 0 0 9px;
	background-image: none;
}

#header .links a {
	display: block;
	height: 19px;
	line-height: 19px;
	text-indent: -9999px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
}

#header .links #links_downloads { width: 86px; background-image: url(../images/btn_download.gif); }
#header #links_lingua { display: inline; float: left; width: 18px; height: 18px; line-height: 14px; text-indent: -9999px; margin: 0 7px 0 0; }

.es #header #links_lingua { background-image: url(../images/btn_lingua_es.gif); }
.es #header .links #links_graficos { width: 72px; background-image: url(../images/btn_graficos_es.gif); }
.es #header .links #links_calendario { width: 89px; background-image: url(../images/btn_calendario_es.gif); }
.es #header .links #links_faleconosco { width: 99px; background-image: url(../images/btn_fale_es.gif); }
.es #header .links #links_destaques { width: 84px; background-image: url(../images/btn_destaques_es.gif); }
.es #header .links #links_opiniao { width: 94px; background-image: url(../images/btn_opiniao_es.gif); }

.en #header #links_lingua { background-image: url(../images/btn_lingua_en.gif); }
.en #header .links #links_graficos { width: 62px; background-image: url(../images/btn_graficos_en.gif); margin-left: 15px; display: inline; }
.en #header .links #links_calendario { width: 78px; background-image: url(../images/btn_calendario_en.gif); }
.en #header .links #links_faleconosco { width: 84px; background-image: url(../images/btn_fale_en.gif); }
.en #header .links #links_destaques { width: 85px; background-image: url(../images/btn_destaques_en.gif); }
.en #header .links #links_opiniao { width: 101px; background-image: url(../images/btn_opiniao_en.gif); }

#header .links a:hover { background-position: left -19px; }


/* CONTEUDO */
#conteudo {
	margin: 0 0 0 0;
	width: 811px;
}
#conteudo #secao {
}
#conteudo #titulo_pagina {
	clear: both;
	margin: 0 0 22px 51px;
}
#conteudo #texto {
	width: 760px;
	float: right;
	margin: 0;
	padding: 0 0 54px 0;
	font-size: 1em;
}
#topo {
	clear: both;
	display: block;
	margin: 20px 0 -54px 336px;
	text-indent: -9999px;
	width: 139px;
	height: 29px;
	overflow: hidden;
}
	.es #topo { background: url(../images/btn_topo_es.gif) no-repeat; }
	.en #topo { background: url(../images/btn_topo_en.gif) no-repeat; }
	
.destaque, .destaque_d, .destaque_e {
	display: block;
	padding: 8px;
	margin: 0 0 12px 0;
	color: #8B6DAD;
	border-top: 1px solid #8B6DAD;
	border-bottom: 1px solid #8B6DAD;
	padding: 10px 0 8px 0;
}
.destaque *,
.destaque_d *,
.destaque_e * {
	color: #8B6DAD;
}
.destaque ul,
.destaque_d ul,
.destaque_e ul {
	padding-bottom: 0!important;
}
.destaque li,
.destaque_d li,
.destaque_e li {
	margin-bottom: 0px!important;
	padding-left: 17px!important;
}
.destaque {
	text-align: center;
	line-height: 17px;
	margin: 0 0 12px 0;
}
.destaque_d {
	margin: 0px 0 25px 20px!important;
	float: right;
	text-align: left;	
	line-height: 1.2em!important;
	display: inline; /* IE6 float double-margin fix */
	width: 310px;
}

.destaque_e {
	margin: 0px 20px 25px 0!important;
	float: left;
	text-align: right;
	line-height: 1.2em!important;
	display: inline; /* IE6 float double-margin fix */
	width: 310px;
}

.imagens_inline img {
	display: inline;
	margin: 0 30px;
	vertical-align: top;
}
.imgconteudo,
.zoom {
	padding: 8px 0px 8px 0px;
	text-align: center;
	font-size: 12px;
	color: #000;
	margin: 0 auto;
}
.imgconteudo img {
	margin: 0 0 25px 0;
}
.zoom {
	width: 350px;
	margin: 0 auto 25px auto;
}
.zoom:hover,
.zoom_hover {
	color: #266EA5;
}
.float_d {
	margin: 0px 0px 5px 14px;
	float: right;
	display: inline; /* IE6 float double-margin fix */
}
.float_d2,
.float_d3 {
	margin: 0px -27px 15px 14px;
	float: right;
	display: inline; /* IE6 float double-margin fix */
}
.float_d3 {
	margin-left: 0px;
}
.float_e {
	margin: 0px 14px 5px 0px;
	float: left;
	display: inline; /* IE6 float double-margin fix */
}
.float_e2,
.float_e3 {
	margin: 0px 14px 15px -27px;
	float: left;
	display: inline; /* IE6 float double-margin fix */
}
.float_e3 {
	margin-right: 0px;
}


/* Downloads */
.downloads a {
	color: #F79542;
}


/* MENU */
#menu {
	float: left;
	position: relative;
	display: inline; /* IE6 float double-margin fix */
	margin: 18px 0 0 24px;
	z-index: 1;
	width: 250px;
}
#menu li { list-style: none; }

#menu .link {
	display: block;
	text-indent: -9999px;
	background: url(../images/pixel.gif) repeat;
	height: 37px;
}
	.es #menu_ra .link { background: url(../images/btn_ra_es.gif) no-repeat; }
	.en #menu_ra .link { background: url(../images/btn_ra_en.gif) no-repeat; }
	
	.es #menu_dfs .link { background: url(../images/btn_dfs_es.gif) no-repeat; }
	.en #menu_dfs .link { background: url(../images/btn_dfs_en.gif) no-repeat; }

/* SUBMENU */

.submenu,
.submenu li a {
	font-size: 13px;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 14px;
}
.submenu a {
	display: block;
	border-bottom: 1px solid #CDA146;
}
.submenu li a:hover {
	color: #0C5B54;
	border-bottom: 1px solid #FFF;
}
.submenu_container {
	background: url(../images/pixel.gif) repeat;
}
.submenu_container2 {
	padding-right: 10px;
	background: url(../images/pixel.gif) repeat;
}
.submenu_container .submenu,
.submenu_container2 .submenu {
	padding: 5px 0 5px 0;
	position: relative;
}
.submenu ul {
	padding: 0px;
	margin: 0px;
}
.submenu li {
	list-style: none;
	margin-bottom: 17px;
	line-height: 14px;
}

.submenu li ul {
	margin: 3px 0 0 2px;
}
.submenu li ul li {
	background-image: url(../images/ico_bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 12px;
	margin-bottom: 2px;
}
.submenu li ul li a {
	border: 0!important;
	line-height: 15px;
}
.submenu li li a:hover {
	border-bottom: 1px solid transparent;
	text-decoration: underline;
}

.submenu .s_e { position: absolute; top: -6px; left: -12px; }
.submenu .s_d { position: absolute; top: -5px; right: -8px; }
.submenu .i_e { position: absolute; bottom: -6px; left: -10px; }
.submenu .i_d { position: absolute; bottom: -9px; right: -9px; }

.sem_pointer { cursor: default!important; }

.bullet_menu {
	display: inline!important;
	margin: 5px 0 0 5px;
}

.submenu span {
	font-size: 12px;
	font-style: italic;
}


/* Resultados da busca */

.resultadoBusca {
	margin: 0px 0px 6px 0px;
	display: block;
	text-decoration: none;
	padding: 0 16px 3px 25px;
	background-image: url(../images/ico_bullet4.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	color: #33758D;
}
a.resultadoBusca:hover {
	color: #000;
}
.resultadoBusca_titulo {
	font-size: 13px;
	display: block;
}
.resultadoBusca_texto {
	font-size: 11px;
	color: #000000;
	text-align: justify;
	text-decoration: none;
}
.busca_destaque {
	font-weight: bold;
	font-size: 12px;
}
#busca_highlight {
	font-size: 12px;
}
.highlight {
	padding: 1px 0px 2px 0px;
	background-color: #FFFF00;
	display: inline;
	font-size: 100%;
	color: #000!important;
}

/* Tabelas */

.tabela {
	margin: auto auto 18px auto!important;
}
#texto .tabela_zoom,
#texto .img_zoom {
	display: none;
}
#nyroModalWrapper .tabela_zoom {
	display: block!important;
}
#nyroModalWrapper .tabela {
	margin: 0px!important;
}
.tabelatx b,
.tabelatx_td b,
.tabelatx_td2 b,
.tabelatx_td3 b,
.tabelatx strong,
.tabelatx_td strong,
.tabelatx_td2 strong,
.tabelatx_td3 strong {}

.tabelatt,
.tabelatt_td,
.tabelatt_td2,
.tabelatt_td3 {
	font-size: 0.75em;
	color: #FFF;
	font-weight:bold;
	background-color: #CDA146;
	padding: 2px 0 2px 4px;
}
.tabelatt_td{
	border-bottom: 1px solid;
}
.tabelatt_td2{
	border-bottom: 4px double;
}
.tabelatt_td3{
	border-bottom: 3px solid;
}
.tabelatx,
.tabelatx_td,
.tabelatx_td2,
.tabelatx_td3,
.tabelatx_indent1,
.tabelatx_indent2,
.tabelatx_indent3,
.tabelatx_indent4 {
	font-size: 0.75em;
	color: #333;
	padding: 3px 0 3px 4px;
	border-bottom-color: #666!important;
}
.tabelatx_td {
	border-bottom: 1px solid;
}
.tabelatx_td2 {
	border-bottom: 4px double;
}
.tabelatx_td3 {
	border-bottom: 3px solid;
}
.tabelatx_indent1 {
	padding-left: 12px;
}
.tabelatx_indent2 {
	padding-left: 19px;
}
.tabelatx_indent3 {
	padding-left: 26px;
}
.tabelatx_indent4 {
	padding-left: 33px;
}
.nota_tabela {
	font-size: 0.69em!important;
	color: #666;
	vertical-align: top;
	padding: 3px 10px 0px 20px;
	margin: 4px 0px 15px 0px!important;
	border-bottom: 5px solid #ededed;
	background-image: url(../images/ico_nota.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.nota_tabela td {
	padding: 2px 0px;
}
.nota_tabela_desc {
	margin: 3px 0px 4px 2px;
}
.nota_tabela_desc span {
	margin: 4px 0px 0px 0px;
	padding: 1px;
	font-style: italic;
	color: #4c68a3;
	background-color: #e2e2e2;
}
.nota_highlight .ast {
	background-color: #FFFF00;
	color: #000;
}
.nota_tabela_over {
	background-color: #ededed;
	background-image: url(../images/ico_nota_over.gif);
}
.sem_over {
	cursor: default!important;
	background-image: none!important;
}
.tr_over {
	background-color: #E6E6E6;
}
.zebra {
	background-color: #F3F1F0;
}
.zebra1 {
	background-color: #FFF;
}

/* FORMS */
textarea.error,
input.error {
	color: #FF0000!important;
}
.form_enviado {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #FFF1A8;
	padding: 5px 12px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.form_enviado2 {
	width: 100%;
	font-style: bold;
	padding: 18px 0px;
	text-align: center;	
	font-size: 12px;
}
.ico_enviado {
	margin-right: 4px;
	vertical-align: middle;
}
#contato {
	z-index: 1;
}
#contato textarea,
#enviarlink textarea,
#form_opiniao .campo {
	background-color: #EEEEEE;
}
.email_enviado {
	background-image: url(../images/ico_enviado.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
}

/* BlockUI */
.blockUI .tabela,
.blockUI .imgconteudo {
	margin: 0px!important;
	padding: 0px!important;
}

/* RATINGS */
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.rating_block {
	clear: both;
	text-align: center;
}
.rating_block span {
	clear: both;
	margin: 0px 6px 6px 0px;
	color:#777777;
	font-size:11px;
}
.rating_block input { }
.stars {
	zoom: 1;
	overflow: hidden;
	width: 123px;
	margin: 0px auto 5px auto;
}
.cancel,
.cancel a {
	background: url(../images/ico_rating_delete.gif) no-repeat 0 -16px
}

.star,
.star a {
	background: url(../images/ico_rating_star.gif) no-repeat 0 0px;
}
 
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
	border:1 solid #FF0000;
}

div.star_on a{
	background-position: 0 -16px;
}
div.star_hover a,
div.star a:hover{
	background-position: 0 -32px;
}

/* Pop-ups */
.zoom_click {
	cursor: pointer;
	display: block;
}
.zoom_tabela .zoom_click,
.zoom_img .zoom_click {
	padding: 160px 0 0 0;
}
	.es .zoom_tabela .zoom_click { background: url(../images/ico_tabela_es.gif) no-repeat center 0; }
	.en .zoom_tabela .zoom_click { background: url(../images/ico_tabela_en.gif) no-repeat center 0; }

	.es .zoom_img .zoom_click { background: url(../images/ico_imagem_es.gif) no-repeat center 0; }
	.en .zoom_img .zoom_click { background: url(../images/ico_imagem_en.gif) no-repeat center 0; }
	
.zoom_click:hover {
	color: #000!important;
	text-decoration: none;
}

.tabela_fechar {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	font-size: 12px;
	background-color: #333;
	padding: 4px;
}
.tabela_fechar img {
	margin-left: 4px;
	vertical-align: text-top;
	cursor: pointer;
}
.popup_menu {
	background-color: #000066;
	text-align: center;
	padding: 3px 0px;
}
.popup_menu a {
	color: #FF6600;
	font-weight: bold;
}
popup_menu a:hover {
}

/* TOOLTIPS */
.tooltip {
	background-color:#FFF;
	border:1px solid #000;
}
.tooltip .title {
	background-color:#CCC;
	border-bottom:1px solid #FFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:4px 2px;
}
.tooltip .text,
.tooltip .url {
	padding:3px 6px 4px;
	font-size:11px;
}

/* TEXTOS */

#conteudo table {
	margin-bottom: 17px;
	color: #666666;
}
/* na hora de publicar, colocar #texto p, #texto li*/
p,
li {
	font-size: 0.81em;
	color: #333;
	text-align: left;
	margin: 0 0 17px 0;
}
li {
}
ol {
	list-style: decimal;
	list-style-position: outside;
}
#texto ul {
	margin: 0 0 17px 0;
}
#texto ol {
	margin: 0 0 17px 24px;
}
#texto p,
#texto li {
	margin: 0 0 17px 0;
	font-size: 0.81em;
	line-height: 1.4em;
	color: #333;
}
#texto ul li {
	list-style: none;
	padding: 0px 0px 4px 18px;
	margin-bottom: 6px;
	background: url(../images/ico_bullet4.gif) no-repeat 2px 2px;
}
#texto li li {
	font-size: 1em;
}
#texto ul li ul {
	margin-top: 8px;
}
#texto a,
.tabela a,
p a,
li a {
	color: #CDA146;
}
p a:hover,
li a:hover {
	text-decoration: none;
}
h1 {
	font-size: 1.56em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 20px -15px;
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 0 39px;
	background: url(../images/ico_bullet2.gif) no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
h1 b,
h1 strong {
	font-weight: normal;
}
h1 span {
	display: block;
	font-size: 0.64em;
	line-height: 1.08em;
	font-weight: normal;
}
#texto h1 {
	display: none;
}
h2 {
	font-weight: normal;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	margin: 0 0 8px -15px;
	padding: 0 0 0 39px;
	background: url(../images/ico_bullet3.gif) no-repeat;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #333;
}

h3 {
	font-size: 0.94em;
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
	margin: 0 0 8px 0;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 0 0 7px 0;
	text-align: left;
}
h5 {
	font-size: 0.65em;
	font-weight: bold;
	color: #EB6E08;
	text-decoration: none;
	margin: 0 0 12px 0;
	text-align: left;
}
h6 {
}
.mudarConteudo {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF00;
	padding: 0 4px;
}
.nota {
	font-size: 0.6em;
	font-style: italic;
	color: #333;
	margin: 0px 0px 10px 0px;
}
.nota .numero {
}
.link_nota {
	color: #E1081E;
}

.obrigatorio {
	font-size: 0.7em;
	font-style: italic;
	color: red!important;
	padding: 0 3px;
}

/* CORES */
.laranja1 *, .laranja1 {
	color: #f36b25!important;
}
.azul1 *, .azul1 {
	color: #0093DD!important;
}

/* MISC */
.link_externo {
	background-image: url(../images/ico_link_externo.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 12px;
}
a.link_externo:hover {
	background-position: right -37px;
}
