@charset "UTF-8";

.footer {
	background-image: url(img/bg_footer.png);
	background-repeat: repeat;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}
.contenido {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	height: 97px;
	width: 335px;
}
.info {
	width: 900px;
	height: 423px;
	float: left;
	background-image: url(img/construccion_repuestos.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 84px;
}
.mail {
	width: 300px;
	margin-left: 175px;
	margin-top: 263px;
	text-decoration: none;
}
.mail a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	display: inline;
}
.mail a:hover {
	color: #598330;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #2F333C;
}
.wrapper {
	height: 605px;
	width: 100%;
	background-image: url(img/bg_repuestos_construccion.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
