@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; }
img{ border:0; }

body{
	background:url(../img/bgPingo.jpg);	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

p.titulo{
	color:#1d3493;	
	margin-bottom:15px
}

div#principal{
	width:956px;
	margin: 0 auto;
}

div#topo{
	background:url(../img/bgTopo.gif) no-repeat;
	height:229px;
	width:956px;
}

div#topo div#setas{
	height:30px;
	left:310px;
	position:relative;
	top:210px;
	width:70px;
}

div#topo div#logo{
	float:right;
	height:179px;
	margin-right:170px;
	margin-top:50px;
	width:205px;
	background:url(../img/logo.gif) no-repeat;
}

div#corpo div#esq{
	width:400px;
	min-height:200px;
	float:left;
}

div#corpo div#esq div.boxProduto{
	margin-top:20px;
	margin-left:15px;	
	min-height:130px;
}

div#corpo div#esq div.boxProduto div.imagem{
	float:left;
	margin-right:10px;
}

div#corpo div#esq div.boxProduto div.texto{
	margin-right:20px;	
}

div#corpo div#esq div.boxProduto div.texto span.texto{
	color:#818181;	
	font-size:11px;
}

div#corpo div#esq div.boxProduto div.texto a{
	float:right;	
}

div#corpo div#dir{
	float:left;
	width:556px;
	min-height:200px;
}

div#corpo div#dir div#conteudoDir{
	margin:30px;	
}

div#corpo div#dir div#conteudoDir p{
	color:#818181;	
	font-size:11px;
	line-height:180%;
	margin-bottom:12px;
}

div#rodape{
	width:956px;
	height:222px;
	background:url(../img/bgRodape.gif) right no-repeat;
	/*position:absolute;*/
	z-index:-1;
	bottom:0;
}


