body {
	font-family: Verdana, Geneva, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #2F333C;
}
.wrapper {
	background-image: url(img/bg.jpg);
	height: 605px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: top;
}
.contenedor {
	width: 1065px;
	margin-right: auto;
	margin-left: auto;
}
.servicios {
	height: 371px;
	width: 411px;
	float: left;
}
.repuestos {
	height: 371px;
	width: 329px;
	float: left;
}
.autos {
	height: 371px;
	width: 325px;
	float: right;
}
.servicios-bottom {
	height: 28px;
	width: 411px;
	float: left;
}
.repuestos-buttom {
	height: 28px;
	width: 329px;
	float: left;
}
.autos-buttom {
	height: 28px;
	width: 325px;
	float: right;
}

.footer {
	background-image: url(img/bg_footer.png);
	background-repeat: repeat;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}
.texto p {
	text-align: justify;
	font-size: 16px;
	padding-left: 10px;
	margin: 0px;
}
.texto {
	height: 82px;
	padding-top: 20px;
}
.logo {
	height: 132px;
}
