@charset "utf-8";
.sombra1 {
	background-image: url(../img/sombra_1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sombra2 {
	background-image: url(../img/sombra_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sombra3 {
	background-image: url(../img/sombra_3.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.sombra4 {
	background-image: url(../img/sombra_4.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sombra5 {
	background-image: url(../img/sombra_5.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.sombra6 {
	background-image: url(../img/sombra_6.png);
	background-repeat: repeat-y;
	background-position: right center;
}
.sombra7 {
	background-image: url(../img/sombra_7.png);
	background-repeat: repeat-y;
	background-position: left center;
}
.sombra8 {
	background-image: url(../img/sombra_8.png);
	background-repeat: repeat-x;
	background-position: center top;
}
s
.fundo {
	background-color: #E0E0E0;
	background-image: url(../img/fundo.gif);
	background-repeat: repeat;
}
