/* HOME ---------- */

h3 {
	font-weight: bold;
	color: #333;
	font-size: 16px;
	margin: 0 0 10px 0;
}


#boxCentroHome {
	width: 375px;
	height: 400px;
	margin: 0 0 0 15px;
	float: left;
}

#textoHome {
	width: 375px;
	height: 300px;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

#listaHome {
	width: 215px;
	height: 270px;
	float: left;
	margin: 0 0 0 15px;
}

#listaHome .titulo {
	font-size: 15px;
	font-weight: bold;
	text-indent: 0;
	margin: 0 0 10px 0;
}

#listaHome li {
	color: #333;
	font-size: 13px;
	margin: 0 0 5px 0;
}

#marcaHome {
	width: 215px;
	height: 100px;
	float: left;
}

#marcaHome h3 {
	font-size: 15px;
	text-indent: 15px;
	margin: 0;
}

#marcaHome img {
	display: block;
	margin: 0 auto;
}
/* ---------- HOME */