@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#666;
}
#tudo {
	width:100%;
	text-align:center;
	background-color:#F5F6F7;
}
#topo {
	width:960px;
	height:150px;
	margin:auto;
	text-align:left;
	position:relative;
}
#menu {
	padding:5px 0 5px 0;
}
#marca {
	width:235px;
	height:68px;
	position:absolute;
	left: 8px;
	top: 49px;
}
#menuInstitucional {
	width:268px;
	height:27px;
	position:absolute;
	left: 146px;
	top: 121px;
	background-image:url(../imagens/fundoMenuInstitucional.png);
	background-repeat:no-repeat;
	background-position:left;
}
#busca {
	width:163px;
	height:22px;
	position:absolute;
	background-image:url(../imagens/home_03.jpg);
	background-repeat:no-repeat;
	left: 419px;
	top: 126px;
}
#busca #s {
	width:125px;
	font-size:11px;
	padding:0;
	border:0;
	margin:4px 0 0 8px;
	background:none;
	float:left;
	color:#666;
}
#busca #lupa {
	float:right;
	margin:3px 0 0 0;
}
#televendas {
	width:275px;
	height:78px;
	position:absolute;
	background-image:url(../imagens/fundoTelevendas02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	left: 657px;
	top: 64px;
}
#televendas #listaTelevendas {
	font-size:11.5px;
	width:190px;
	height:22px;
	margin: 37px 8px 0 25px;
	float:right;
	background:#F5F6F7;
	border:none;
	padding-top:2px;
	line-height:18px;
}
#banner {
	height:295px;
	background-image:url(../imagens/fundoBanner.gif);
	background-repeat:repeat-x;
	background-position:left top; 
	text-align:center;
}
#conteudo {
	width:960px;
	text-align:left;
	margin:auto;
}
#conteudoIndex {
	width:940px;
	text-align:left;
	margin:auto;
}
#conteudoInterno {
	padding: 20px 0;
}
#idVisual {
	height:300px;
	background-image:url(../imagens/idVisualHome.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#idVisualInternas {
	height:100px;
	background-image:url(../imagens/fundoIdVisualInternas.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#rodape {
	text-align:left;
	background-image:url(../imagens/fundoRodape.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#rodapeInterno {
	width:960px;
	height:145px;
	margin:auto;
}
#marcas {
	text-align:center;
	padding:7px 0;
}
#menuRodape ul {
	padding: 15px 0;
	text-align:center;
}
#menuRodape ul li {
	display:inline;
	padding:0 7px;
}
.credicor {
	font-size:10px;
	color:#999;
}
/* basicos */

p {
	margin:8px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:8px 0;
}
.negrito {
	font-weight:bold;
	color:#000;
}
.clear {
	clear:both;
}
a:link {
	color: #5E5E5E;
	text-decoration: none;
}
a:visited {
	color: #5E5E5E;
	text-decoration: none;
}
a:hover {
	color: #5E5E5E;
	text-decoration: underline;
}
a:active {
	color: #5E5E5E;
	text-decoration: none;
}

a.empresa:link {
	color: #5E5E5E;
	text-decoration: none;
}
a.empresa:visited {
	color:#5E5E5E ;
	text-decoration: none;
}
a.empresa:hover {
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}
a.empresa:active {
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}

a.busca:link {
	font-weight:bold;
	color:#9D9D9D;
	text-decoration: none;
}
a.busca:visited {
	font-weight:bold;
	color:#9D9D9D;
	text-decoration: none;
}
a.busca:hover {
	font-weight:bold;
	color:#9D9D9D;
	text-decoration: none;
}
a.busca:active {
	font-weight:bold;
	color:#9D9D9D;
	text-decoration: none;
}

ul {
	padding-left: 12px;
	margin-left:10px;
}
ul li {
	list-style:disc;
}
.ie6{
	color: #000; 
	background-color:#FFFF09; 
	font-weight: bold;
	margin:0;
	padding:10px;
	text-align:center;
}
td img {display: block;}

