*
{
	border:none;
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
}


/*Estrutura*/
#full
{
	width:740px;
	margin:0 auto;
	background-color: #FFF;
	position: relative;
}

#topo
{
}

#menu
{
	position: absolute;
}

#corpo
{
	margin-left: 205px;
	min-height: 525px;
	_height: 525px;
}

#rodape
{
}

.titulo{
width:528px;
height:40px;
 background-image:url(../imagens/fundotitulo.jpg);
 background-repeat:no-repeat;
 background-position:center;
 font-size:14px;
 font-weight:bolder;
 text-align:right;
 color:#666666;
}
.titulohome{
width:528px;
height:40px;
background-image:url(../imagens/fundotitulo.jpg);
background-repeat:no-repeat;
background-position:left;
font-size:14px;
font-weight:bolder;
text-align:right;
color:#666666;
cursor: pointer;
}
.titulohomeinvert{
width:528px;
height:40px;
background-image:url(../imagens/fundotitulo.jpg);
background-repeat:no-repeat;
background-position:right;
font-size:14px;
font-weight:bolder;
text-align:center;
color:#666666;
cursor: pointer;
}
.texttitulo{
 padding-top:18px;
 padding-right:30px;
}
.texto{
text-align:left;
padding:6px;
}

.texto_float{
text-align:left;
padding:6px;

}

.input{
width:100%;
height:18px;
border:none;
background:#999999;
color:#000000;
}

.foto_fundo{
background-image:url(../imagens/fundofotohome.jpg);
background-repeat:no-repeat;
background-position:center;
padding-right:2px;
width:175px;
height:146px;
text-align:center;
}
.foto_fundo img{
margin-top:8px;
margin-left:2px;
}
.foto_float{
text-align:center;
float:left;
}

.bt-voltar{
background-color:#DA251D;
color:#FFFFFF;
width:80px;
height:15px;
border:none;
font-weight:bold;
font-size:9px;
cursor:pointer;
}

.bt-mapa{
background-color:#DA251D;
color:#FFFFFF;
width:150px;
height:15px;
border:none;
font-weight:bold;
font-size:9px;
cursor:pointer;
}

/*-------------------------------------------- FABRICANTES */
.fundo_fabricantes_ver{
background-image:url(../imagens/fabvermelho.jpg);
background-repeat:no-repeat;
background-position:left;
width:512px;
height:25px;
color:#FFFFFF;
padding-left:50px;
text-align:left;
}
.fundo_fabricantes_bra{
background-image:url(../imagens/fabbranco.jpg);
background-repeat:no-repeat;
background-position:left;
width:512px;
height:25px;
color:#DA251D;
padding-left:50px;
text-align:left;
}

/*------------------------------------------------ FABRICANTES */



.foto_fundo_peq{
background-image:url(../imagens/fundofotopeq.jpg);
background-repeat:no-repeat;
background-position:center;
padding-right:2px;
width:112px;
height:97px;
text-align:center;
}
.foto_fundo_peq img{
margin-top:6px;
margin-left:2px;
}

.sub_titulo{
font-size:11px;
font-weight:bold;
text-align:left;
padding-left:2px;
}
.texto_overflow{
height:75px;
width:400px;
padding:2px;
overflow:auto;
overflow-y:none;
background:#FFFFFF;
}
.endereco{
padding:5px;
text-align:center;
height:30px;
width:300px;
padding:2px;
background:#FFFFFF;
}
.ampliar{
	font-size:9px;
	text-align:left;
	padding-left:12px;
	color:#999999;
}
.ampliar2{
	font-size:9px;
	text-align:center;
	color:#999999;
}

/*pop-up*/
.atencao
{
	font:11px arial;
	position:absolute;
	background-color:#FFFFFF;
	top:50%;
	left:50%;
	margin-left: -320px;
	margin-top: -260px;
	width: 640px;
	height: 520px;
	border:1px solid #CCC;
	color:#000;
}

.atencao #tituloPop
{
	text-transform:uppercase;
	font-weight:bold;
	background-color:#666;
	color:#fff;
	height: 20px;
	padding-top: 3px;
}

.atencao #meioPop
{
	text-align:center;
	height: 480px;
}
.atencao .botoes
{
	clear:both;
	text-align:center;
	background-color:#666;
	height: 20px;
}
.atencao .botoes a
{
	font: Verdana;
	font-size: 12px;
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
}
.atencao .botoes a:hover
{
	font: Verdana;
	font-size: 12px;
	text-decoration: underline;
	color:#FFF;
	font-weight: bold;
}

#_modal
{
	background-color:#FFFFFF;
	top:0px;
	left:0px;
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	opacity: .7;
	filter:alpha(opacity=70);
}
