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

}
.logoFCM {

	background-color: #FFFFFF;
	background-image: url(../inicioimages/fcm.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
