@charset "utf-8";
/* CSS Document */

body {
	font-family:'AvantGarde Bk BT' , 'Gill Sans Mt' , Tahoma , sans-serif;
	font-size:62.5%;
	color:#3f3f3f;
}

/*  xxxxxx  Menu Auxiliar   xxxxxxxx   */
ul#nav-aux a{
	color:#333;
	font-variant:small-caps;
	font-size:1.4em;
	text-decoration:none;
	padding-right:16px;
	margin-right:20px;
}
#busca input {
	font-size:0.9em;
}

/* xxxxx   Menu Principal    xxxxxxx */
ul#menu-nav a {
	color:#fff;
	font-size:1.4em;
}

/*   xxxxxx   Coluna Auxiliar     xxxxxxx  */
#coluna-aux h1 {
	font-family:'Gill Sans Mt', Tahoma;
	font-weight:lighter;
	font-size:1.7em;
	color:#fff;
	padding:0 11px 0 16px;
	line-height:28px;
	
}
#coluna-aux h1 span {
	font-weight:bold;
	font-size:1.4em;
	color:#fcf671;
	text-transform:capitalize;

}
#coluna-aux-sup h1 span.decoracao {
	font-weight:bold;
	font-size:1.1em;
	color:#fcf671;
	margin-left:-7px;
}
#coluna-aux p{
	font-size:1.3em;
	padding:0 15px 0 19px;
	color:#fff;
	margin-bottom:8px;
	text-indent:8px;
}
#coluna-aux p a {
	color:#fff;
}
/*    xxxxxx   Combo de Textos  xxxxx  */
#combo-textos h2 {
	font-size:1.5em;
	font-weight:400;
	line-height:30px;
}
#combo-textos p {
	width:225px;
	font-size:1.2em;
}
#combo-textos a {
	text-decoration:none;
	color:#3f3f3f;
}
#combo-textos a:hover {
	text-decoration:underline;
	color:#3f3f3f;
}
/*   xxxxxx   Selo e Trabalhe Conosco    xxxxxx   */
#selo p {
	font-size:1.35em;
	color:#029979;
	margin-bottom:4px;
}
#selo p a {
	color:#029979;
}
/* Trabalhe Conosco */
#trabalhe-conosco h2{
	margin-top:25px;
	font-variant:small-caps;
	font-size:1.6em;
	font-weight:600;
	line-height:30px;
	width:280px;
	padding-right:30px;
}
#trabalhe-conosco p {
	font-size:1.2em;
	width:280px;
	padding-right:30px;
}
#trabalhe-conosco p a {
	color:#3f3f3f;
}
#trabalhe-conosco address {
	width:280px;
	padding-right:30px;
}
/* xxxxxxx  PAGINA DE CONTATO xxxxxxxxxxxxxxxxxxxxxxxx   */
#sac-int-left h2 {
	font-size:2.3em;
	font-weight:bold;
	margin:5px;
}
#sac-int-left h4 {
	font-size:1.4em;
	margin:5px;
	text-transform:uppercase;
	color:#999;
}
#sac-int-left p {
	margin:5px;
	font-size:1.2em;
	line-height:16px;
	width:250px;
}

/*  xxxxxx  RODAPE INTERNO xxxxx */

#rodape-int p a {
	color:#fff;
}
/* xxxxxx TEXTOS Genéricos xxxxxxx  */
p.default {
	text-indent:25px;line-height:16px;
	margin-bottom:15px;
}
span.negrito {
	font-size:1.4em;
	font-weight:bold;
}
textarea {
	font-family:'AvantGarde Bk BT' , 'Gill Sans Mt' , Tahoma , sans-serif;
	font-size:1em;
	color:#888;
}