/* -------------------------------------------------- */
/* Estilos HTMLs - PADRAO SISTEMA */

body, p, table, form, h1, h2, h3, h4, img, span, div, iframe {
	margin:0px;
}

body {
	color:#333333;
	font-family:verdana;
	font-size:13px;
	margin:5px 0px 5px 0px;
}

body.imprimir {
	background-color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	margin:8px 10px 10px 10px;
}

body.lytebox {
	background-color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	margin:8px 10px 10px 10px;
}

span.pgn {
	color:#DD4A23;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a {
	color:#455E6B;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#9E0B0F;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

a.link-menor {
	color:#333333;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

a.link-menor:hover {
	color:#9E0B0F;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}

a.link-vermelho {
	color:#9E0B0F;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

a.link-vermelho:hover {
	color:#9E0B0F;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

a.menu-conteudo {
	color:#333333;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	line-height:15px;
	text-decoration:none;
}

a.menu-conteudo:hover {
	color:#9E0B0F;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	line-height:15px;
	text-decoration:underline;
}

a.menu-conteudo-on {
	color:#000000;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	text-decoration:none;
}

a.menu-conteudo-on:hover {
	color:#000000;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	text-decoration:underline;
}

a.pgn {
	color:#999999;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.pgn:hover {
	color:#333333;
	text-decoration:none;
}

a.setas_pgn {
	color:#999999;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
}

a.setas_pgn:hover {
	color:#333333;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

div#toolTip {
	background-color:#FFFF99;
	border:1px solid #999999;
	font-size:10px;
	padding:3px 6px 4px 6px;
}

img.toolTipImg {
	border-bottom:1px solid #FFFF99;
	margin:0px 0px -2px 6px;
}

div.e_resposta, div.e_resposta_ok {
	background-color:#008000;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	font-weight:bold;
	margin:15px 0px 15px 0px;
	padding:3px 5px 4px 5px;
	text-align:left;
}

div.e_resposta {
	background-color:#CC3333;
	color:#FFFFFF;
}

div.esq {
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
}

div.dir {	
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
	text-align:right;
}

div.imprimir {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	display:block;
	margin:0px 0px 20px 0px;
	padding:0px 0px 2px 0px;
}

span {
	font-size:11px;
	margin:0px;
}

h1 {
	color:#9E0B0F;
	font-size:17px;
	margin-bottom:1.2em;
}

h2 {
	color:#9E0B0F;
	font-size:15px;
	margin-bottom:1.2em;
}

h3 {
	font-size:15px;
	margin-bottom:1.2em;
}

p {
	color:#333333;
	font-size:13px;
	line-height:17px;
	margin-bottom:1.2em;
}

li {
	font-size:13px;
	line-height:19px;
	list-style-type:square;
}

span.menu-titulo {
	color:#9e0b0f;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
}

p.chamada-texto {
	font-size:10px;
	line-height:14px;
	margin:0px;
}

span.titulo-destaque {
	background-color:#D6D6D6;
	display:block;
	height:23px;
}

span.texto-destaque {
	display:block;
	padding:5px 10px 5px 10px;
}

span.titulo-destaque-parceiros {
	background-color:#FFFFFF;
	display:block;
	height:23px;
}

td.txt-vermelho {
	color:#9E0B0F;
}

div#curso-inscricao {
	background-color:#F6F6F6;
	border:1px solid #666666;
	display:block;
	font-size:13px;
	margin:5px 0px 20px 0px;
	padding:5px 8px 8px 8px;
}

img.foto-pequena {
	background-color:#F6F6F6;
	border:1px solid #666666;
	padding:3px;
}

img.foto-grande {
	background-color:#F6F6F6;
	border:1px solid #666666;
	padding:5px;
}

div#loading-mensagem {
	padding:15px 0px 15px 0px;
	text-align:center;
}

/* -------------------------------------------------- */
/* TBL Form e Lista */

table {
	font-family:verdana;
	font-size:11px;
}

table a {
	font-family:verdana;
	font-size:11px;
}

table a:hover {
	font-family:verdana;
	font-size:11px;
}

table.tbl_form {
	font-size:11px;
	padding:0px 0px 0px 0px;
	width:100%;
}

table.tbl_form td.secao {
	border-bottom:2px solid #CCCCCC;
	font-size:11px;
	font-weight:bold;
	padding:15px 0px 2px 0px;
}

table.tbl_form td.rotulo {
	border-bottom:0px solid #D0D0D0;
	font-size:11px;
	padding:2px 9px 4px 0px;
}

table.tbl_form td.rotulo label {
	display:block;
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 1px 0px;
}

table.tbl_form td.btn {
	border-top:1px solid #CCCCCC;
	padding:2px 0px 2px 4px;
}

table.tbl_lista {
	font-size:11px;
	padding:0px 0px 0px 0px;
	width:100%;
}

table.tbl_lista td.cabecalho {
	background-color:#FFFFFF;
	border-bottom:2px solid #CCCCCC;
	font-size:11px;
	font-weight:bold;
	padding:3px 0px 3px 0px;
}

table.tbl_lista td.cabecalho a {
	font-size:11px;
}

table.tbl_lista td#item_ativo {
	background-image:url(../img/giftrans.gif);
	background-repeat:repeat-x;
	background-color:#E0E0E0;
}

table.tbl_lista td.cabecalho a {
	font-weight:bold;
}

table.tbl_lista td.registro {
	background-color:#FFFFFF;
	border-bottom:1px solid #D0D0D0;
	font-size:11px;
	padding:5px 10px 7px 0px;
}

table.tbl_lista td.btn {
	background-color:#FFFFFF;
	border-top:2px solid #CCCCCC;
	font-size:11px;
	padding:3px 0px 3px 0px;
}

/* -------------------------------------------------- */
/* Form */

form {
	display:inline;
	font-family:verdana;
	font-size:11px;
}

form input.txt {
	border:1px solid #999999;
	color:#333333;
	font-family:verdana;
	font-size:11px;
	height:15px;
	padding:2px 2px 0px 1px;
}

form select.slc {
	border:1px solid #999999;
	color:#333333;
	font-family:verdana;
	font-size:11px;
	height:19px;
}

form select.slc_multiple {
	border:1px solid #999999;
	color:#333333;
	font-family:verdana;
	font-size:11px;
}

form textarea.txta {
	border:1px solid #999999;
	color:#333333;
	font-family:verdana;
	font-size:11px;
	height:60px;
	padding:2px 0px 0px 2px;
}

form input.btn {
	color:#000000;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

form input.chk {
	border:0px;
	display:inline;
	height:16px;
	vertical-align:middle;
	width:16px;
}

form input.rdo {
	border:0px;
	display:inline;
	vertical-align:middle;
	width:16px;
}

/* -------------------------------------------------- */
/* LAYOUT */

#abcem {
	margin:0px auto 0px auto;
	width:1000px;
}

#abcem #menu-site {
	clear:both;
}

#abcem #menu-conteudo {
	background-color:#E3E3E3;
	border-top:1px solid #9e0b0f;
	border-bottom:1px solid #9e0b0f;
	clear:both;
	height:133px;
}

#abcem #menu-conteudo #logo {
	float:left;
	height:133px;
	width:271px;
}

#abcem #menu-conteudo #menu {
	float:left;
	height:133px;
	width:729px;
}

#abcem #menu-conteudo #menu #menu-abcem {
	background-image: url(../img/fundo-menu-conteudo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float:left;
	height:125px;
	padding:8px 8px 0px 12px;
	width:130px;
}

#abcem #menu-conteudo #menu #menu-eventos {
	background-image: url(../img/fundo-menu-conteudo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float:left;
	height:125px;
	padding:8px 8px 0px 12px;
	width:102px;
}

#abcem #menu-conteudo #menu #menu-infotec {
	background-image: url(../img/fundo-menu-conteudo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float:left;
	height:125px;
	padding:8px 8px 0px 12px;
	width:170px;
}

#abcem #menu-conteudo #menu #menu-midia {
	background-image: url(../img/fundo-menu-conteudo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float:left;
	height:125px;
	padding:8px 8px 0px 12px;
	width:118px;
}

#abcem #menu-conteudo #menu #menu-servicos {
	background-image: url(../img/fundo-menu-conteudo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float:left;
	height:125px;
	padding:8px 8px 0px 12px;
	width:105px;
}

#abcem #acesso {
	clear:both;
	height:171px;
	margin:5px 0px 0px 0px;
}

#abcem #acesso #flash {
	float:left;
	height:171px;
	width:833px;
}

#abcem #acesso #login {
	float:left;
	padding:11px 0px 0px 19px;
	width:148px;
}

#abcem #conteudo {
	clear:both;
	margin:15px 0px 0px 0px;
}

#abcem #conteudo #destaque-principal {
	border-bottom:1px solid #9E0B0F;
	clear:both;
	height:80px !important;
	min-height:80px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
}

#abcem #conteudo #destaque-principal #banner-01 {
	float:left;
	height:80px !important;
	min-height:80px;
	margin:0px 15px 0px 0px;
	width:135px;
}

#abcem #conteudo #destaque-principal #banner-02 {
	float:left;
	height:80px !important;
	min-height:80px;
	margin:0px 15px 0px 0px;
	width:135px;
}

#abcem #conteudo #destaque-principal #destaque-chamada {
	float:left;
	height:80px !important;
	min-height:80px;
	width:700px;
}

#abcem #conteudo #destaques {
	float:left;
	height:303px;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	width:700px;
}

#abcem #conteudo #destaques #destaque-revista {
	background-image: url(../img/fundo-destaque-home.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float:left;
	height:220px;
	width:285px;
	margin:0px 5px 15px 0px;
}

#abcem #conteudo #destaques #destaque-eventos {
	background-image: url(../img/fundo-destaque-home.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float:left;
	height:220px;
	width:190px;
	margin:0px 5px 15px 0px;
}


#abcem #conteudo #destaques #destaque-noticias {
	background-image: url(../img/fundo-destaque-home.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float:left;
	height:220px;
	width:215px;
	margin:0px 0px 15px 0px;
}

#abcem #conteudo #destaques #banner-principal-home {
	border-top:1px solid #9E0B0F;
	clear:both;
	height:60px;
	width:700px;
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
}

#abcem #conteudo #parceiros {
	float:left;
	height:303px;
	width:270px;
	margin:0px;
}

/* -------------------------------------------------- */
/* LAYOUT Conteudo interno */

#abcem #conteudo-int {
	background-image: url(../img/fundo-pagina-conteudo.jpg);
	background-repeat: repeat-y;
	clear:left;
	float:left;
	margin:20px 0px 20px 0px;
	min-height:690px;
	width:797px;
}

#abcem #conteudo-int #texto {
	background-image: url(../img/fundo-pagina-rodape.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	min-height:690px;
	padding:5px 35px 25px 30px;
	width:732px;
}

#abcem #conteudo-int h1 {
	display:none;
}

#abcem #conteudo-int #titulo-abcem {
	background-image: url(../img/titulo-pagina-abcem.jpg);
	background-repeat: no-repeat;
	clear:both;
	height:45px;
	width:797px;
}

#abcem #conteudo-int #titulo-eventos {
	background-image: url(../img/titulo-pagina-eventos.jpg);
	background-repeat: no-repeat;
	clear:both;
	height:45px;
	width:797px;
}

#abcem #conteudo-int #titulo-infotec {
	background-image: url(../img/titulo-pagina-infotec.jpg);
	background-repeat: no-repeat;
	clear:both;
	height:45px;
	width:797px;
}

#abcem #conteudo-int #titulo-midia {
	background-image: url(../img/titulo-pagina-midia.jpg);
	background-repeat: no-repeat;
	clear:both;
	height:45px;
	width:797px;
}

#abcem #conteudo-int #titulo-servicos {
	background-image: url(../img/titulo-pagina-servicos.jpg);
	background-repeat: no-repeat;
	clear:both;
	height:45px;
	width:797px;
}

#abcem #conteudo-int #titulo-acesso {
	background-image: url(../img/titulo-pagina-acesso.jpg);
	background-repeat: no-repeat;
	clear:both;
	height:45px;
	width:797px;
}



/* -------------------------------------------------- */
/* LAYOUT Box noticias */

#abcem #box-noticias {
	background-image: url(../img/fundo-box-conteudo.jpg);
	background-repeat: repeat-y;
	clear:right;
	float:right;
	margin:20px 0px 0px 0px;
	width:167px;
}

#abcem #box-noticias #box-noticias-titulo {
	background-image: url(../img/titulo-box-noticias.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	height:42px;
	width:167px;
}

#abcem #box-noticias #box-noticias-titulo h1 {
	display:none;
}

#abcem #box-noticias #box-noticias-conteudo {
	background-image: url(../img/fundo-box-rodape.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	font-size:10px;
	padding:10px 15px 15px 20px;
	width:132px;
}

/* -------------------------------------------------- */
/* LAYOUT Box eventos */

#abcem #box-eventos {
	background-image: url(../img/fundo-box-conteudo.jpg);
	background-repeat: repeat-y;
	clear:right;
	float:right;
	margin:20px 0px 20px 0px;
	width:167px;
}

#abcem #box-eventos #box-eventos-titulo {
	background-image: url(../img/titulo-box-eventos.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	height:42px;
	width:167px;
}

#abcem #box-eventos #box-eventos-titulo h1 {
	display:none;
}

#abcem #box-eventos #box-eventos-conteudo {
	background-image: url(../img/fundo-box-rodape.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	padding:10px 12px 15px 20px;
	width:135px;
}

/* -------------------------------------------------- */
/* LAYOUT Box revista */

#abcem #box-revista {
	background-image: url(../img/fundo-box-conteudo.jpg);
	background-repeat: repeat-y;
	clear:right;
	float:right;
	height:230px;
	margin:20px 0px 0px 0px;
	width:167px;
}

#abcem #box-revista #box-revista-titulo {
	background-image: url(../img/titulo-box-revista.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	height:42px;
	width:167px;
}

#abcem #box-revista #box-revista-titulo h1 {
	display:none;
}

#abcem #box-revista #box-revista-conteudo {
	background-image: url(../img/fundo-box-rodape.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	padding:10px 12px 15px 20px;
	width:135px;
}

/* -------------------------------------------------- */
/* LAYOUT Banner e creditos */

#abcem #banner-principal {
	border-top:1px solid #9E0B0F;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	text-align:center;
}

#abcem #contato {
	background-color:#9E0B0F;
	height:19px;
	clear:both;
	font-size:10px;
	margin:12px 0px 0px 0px;
	padding:6px 10px 0px 10px;
}