.repetiry {
	background-repeat:  repeat-y;
}
.norepetir {
	background-repeat: no-repeat;
}
.repetirX {
	background-repeat:  repeat-x;
}
.bordefino {
	border-top: thin solid #993300;
	border-right: thin none #993300;
	border-bottom: thin solid #993300;
	border-left: thin none #993300;
}
