@charset "utf-8";
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.central {
	background-image: url(../img/central2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.izq {
	background: url(../img/izq.jpg) no-repeat right;
}
.der {
	background: url(../img/der.jpg) no-repeat left;
}

