@charset "utf-8";
/* CSS Document */


body{
	font-size:  1em;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000 url(../images/bg.jpg) repeat-x;

}
a:link {
	color: #ccc;
	text-decoration: underline;

}
a:visited {
	text-decoration: none;
	color: #ccc;
}
a:hover {
	text-decoration: underline;
	color: #3399CC;
}
a:active {
	text-decoration: none;
}
.logo{
	height: 121px;
}
.logo h1 span{ display: none;}
.logo h1 {
	background: url(../images/logo.jpg) bottom left no-repeat; 
	width: 730px;
	height: 121px; 
	padding: 0;

	cursor: pointer;

}
/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(../images/icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(../images/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(../images/icon_external.gif) no-repeat center right;
}
.cartao{
	margin-top: 20px;
	background:url(../images/cartao.jpg) no-repeat;
	height: 205px;
}
.cartao_internas{
	margin-top: 20px;
	background:url(../images/cartao_internas.jpg) no-repeat;
	height: 205px;
}
.cartao_internas form{
	text-align: center;
	margin-top: 90px;
}
.cartao_internas label {
	font-size: 10px;
}

.marginTop{margin-top: 20px;}
.cartao form{
	text-align: center;
	margin-top: 90px;
}
.cartao label {
	font-size: 10px;
}
.botaoForm {
	background:#FFFF00;
	color: #000;
	border: 2px solid  #ffff00;
}
.bgInterna{
	background:url(../images/bg_interna0.jpg) center top repeat-y;
}
.bgInterna2{
	background:url(../images/bg_interna1.jpg) center top no-repeat;
}
.bgInternaBottom{
	background:url(../images/bg_interna_bottom.jpg) center bottom no-repeat;
	height: 27px;
}
.colLeft{
	margin-top: 35px;
	height: 350px;
}
.colLeft h2{
	color: #4167B3;
	padding-left: 10px;
}
.conteudo{
	color:#000;
	margin-top: 30px;
}
.rodape{
	font-size: .8em;
	text-align: center;
	margin: 20px 0;
}
.txt_obrigatorio {
	color: red;	
}

#messageErro{
	display: none;
	margin: 20px auto 20px auto; 
	background:red;
	width: 100%; 
	padding: 10px;
	color: #FFF;
}

#messageSucesso{
	display: none;
	margin: 20px auto 20px auto; 
	background:#A0DC16;
	color: #000;
	width: 100%; 
	padding: 10px;
}