@charset "utf-8";
/* CSS Document */

#blocoOfertas {
	width: 975px;
	background:#FFF;
	
}



.listaEstilo {
	width: 500px;
	font-size: 12px;
	margin-bottom: 20px;
	
}


 ul {
	margin:0 0 0 15px;
	padding:0;
}
ul li {
	padding:0 0 0 16px; 				
	background:url(../img/bullets.gif) 0 6px no-repeat;
	list-style:  none outside none;	
	text-indent:0;
	height:1%;
}

.tituloCartao {
	width: 300px;
	padding: 10px;
	font-weight:bold;
	font-size: 12px;
	
}

.blocoRH {
	width: 100%;
	text-align:center;
	font-size: 12px;
	
}

.textoCartao {
	width: 900px;
	font-size: 12px;
	margin: 0 auto;
	
}
.centralizaImg {
	text-align:center;
	
}


.servicoItem{
	width: 800px;


	float:left;
	margin-left: 25px;
}

.servicoImg {
	width: 160px;
	height: 70px;
	padding: 5px;
	float:left;
}


.servicoTexto h5 {
	color:#900;
	
	
}

.servicoTexto {
	
	width: 600px;
	padding: 5px;
	font-size:12px;
	margin-bottom: 10px;
	float:left;
}

.servicoDetalhes {
	width: 100%;
	font-size: 12px;
	padding: 5px;
}

.servicoDetalhes h5 {
	color:#900;

}
.servicoDetalhes p {
	color:#666;

}