.RepeatFondo {
	background-image: url(../web-content/inicioimages/repeat_inicio.gif);
	background-repeat: repeat-x;
}
.PuntitoHoriz {
	background-image:  url(../web-content/images/punto_horiz.gif);
	background-repeat: repeat-x;
	height: 3px;
}
.PuntitoVertical {
	background-image:  url(../web-content/images/punto_vert.gif);
	background-repeat: repeat-y;
	height: 1px;
	border-top-width: 1px;
	border-bottom-width: 2px;

}
